diff --git a/.gitignore b/.gitignore index 30ab4a071d99..12c38cbaa451 100644 --- a/.gitignore +++ b/.gitignore @@ -192,3 +192,8 @@ cypress/videos # JetBrains IDEs .idea/ + +# frappecloud billing +billing/node_modules +frappe/public/billing +frappe/www/billing.html \ No newline at end of file diff --git a/README.md b/README.md index aefa0db1d2bf..519bb0a141ed 100644 --- a/README.md +++ b/README.md @@ -14,36 +14,20 @@
- - - - - - - - - - - - - - - - - - + + + + + +
Full-stack web application framework that uses Python and MariaDB on the server side and a tightly integrated client side library. Built for [ERPNext](https://erpnext.com).
- - - - - Try in PWD - + + Try in PWD
> Login for the PWD site: (username: Administrator, password: admin) diff --git a/billing/.gitignore b/billing/.gitignore new file mode 100644 index 000000000000..53f7466aca70 --- /dev/null +++ b/billing/.gitignore @@ -0,0 +1,5 @@ +node_modules +.DS_Store +dist +dist-ssr +*.local \ No newline at end of file diff --git a/billing/.prettierrc.json b/billing/.prettierrc.json new file mode 100644 index 000000000000..b2095be81e4e --- /dev/null +++ b/billing/.prettierrc.json @@ -0,0 +1,4 @@ +{ + "semi": false, + "singleQuote": true +} diff --git a/billing/README.md b/billing/README.md new file mode 100644 index 000000000000..f2e72e09d5b3 --- /dev/null +++ b/billing/README.md @@ -0,0 +1,27 @@ +# Frappe Cloud Billing + +Billing page is built to manage the billing of both desk based (ERPNext, HRMS) and portal based apps (Frappe CRM, Insights, Gameplan, Builder etc.) + +> Billing page is only built for sites hosted on Frappe Cloud. + +## Features + +- **Current Plan**: View the current plan of the site. +- **Manage Subscription**: Upgrade, downgrade your subscription plan. +- **Plans & Pricing**: View and compare all the available plans and decide which one is best for you. +- **Billing History**: View your billing history and download invoices. +- **Prepaid Credits**: Add prepaid credits to your account to pay for your subscription. +- **Payment Methods**: Add, remove your payment methods (Credit Card, Debit Card) and set a default payment method. +- **Billing Address**: Add/Update your billing address. + +## Usage + +1. Go to Billing Overview page typing `/billing` in the URL. You can also access it from your app installed on the site. +2. Billing Overview page will open with the current plan details and other options. +3. Click on the `Upgrade plan` button to upgrade or downgrade your subscription plan. +4. It will redirect you to the `Plans` page where you can select the plan you want to subscribe to. +5. Click on the `Upgrade` or `Downgrade` button to confirm the subscription. +6. Before confirming the subscription, you should add prepaid credits to your account to pay for the subscription or you can add a payment method. Check `Payment details` section in the `Billing Overview` page to add prepaid credits or select payment method. +7. Once you have added prepaid credits or payment method, you can confirm the subscription. +8. You can view your billing history and download invoices from the `Invoices` page. +9. You can add, remove payment methods and set a default payment method from the `Cards` page. \ No newline at end of file diff --git a/billing/index.html b/billing/index.html new file mode 100644 index 000000000000..4b782454be35 --- /dev/null +++ b/billing/index.html @@ -0,0 +1,18 @@ + + + + + + Billing + + + + + +
+ + + diff --git a/billing/package.json b/billing/package.json new file mode 100644 index 000000000000..6efbabc686d6 --- /dev/null +++ b/billing/package.json @@ -0,0 +1,25 @@ +{ + "name": "billing-ui", + "private": true, + "version": "0.0.0", + "scripts": { + "dev": "vite", + "build": "vite build --base=/assets/frappe/billing/ && yarn copy-html-entry", + "copy-html-entry": "cp ../frappe/public/billing/index.html ../frappe/www/billing.html", + "serve": "vite preview" + }, + "dependencies": { + "@vitejs/plugin-vue": "^4.2.3", + "@stripe/stripe-js": "^1.3.0", + "@vueuse/core": "^11.2.0", + "frappe-ui": "^v0.1.72", + "tailwindcss": "^3.3.3", + "vite": "^4.4.9", + "vue": "^3.4.12", + "vue-router": "^4.2.2" + }, + "devDependencies": { + "autoprefixer": "^10.4.14", + "postcss": "^8.4.5" + } +} diff --git a/billing/postcss.config.js b/billing/postcss.config.js new file mode 100644 index 000000000000..1b69d43b0ef1 --- /dev/null +++ b/billing/postcss.config.js @@ -0,0 +1,6 @@ +module.exports = { + plugins: { + tailwindcss: {}, + autoprefixer: {}, + }, +} diff --git a/billing/public/favicon.png b/billing/public/favicon.png new file mode 100644 index 000000000000..b51db82f82b9 Binary files /dev/null and b/billing/public/favicon.png differ diff --git a/billing/src/App.vue b/billing/src/App.vue new file mode 100644 index 000000000000..632cb73ada85 --- /dev/null +++ b/billing/src/App.vue @@ -0,0 +1,40 @@ + + + diff --git a/billing/src/assets/Inter/Inter-Black.woff b/billing/src/assets/Inter/Inter-Black.woff new file mode 100644 index 000000000000..c7737ed3d8f6 Binary files /dev/null and b/billing/src/assets/Inter/Inter-Black.woff differ diff --git a/billing/src/assets/Inter/Inter-Black.woff2 b/billing/src/assets/Inter/Inter-Black.woff2 new file mode 100644 index 000000000000..b16b995beeae Binary files /dev/null and b/billing/src/assets/Inter/Inter-Black.woff2 differ diff --git a/billing/src/assets/Inter/Inter-BlackItalic.woff b/billing/src/assets/Inter/Inter-BlackItalic.woff new file mode 100644 index 000000000000..b5f1447643ba Binary files /dev/null and b/billing/src/assets/Inter/Inter-BlackItalic.woff differ diff --git a/billing/src/assets/Inter/Inter-BlackItalic.woff2 b/billing/src/assets/Inter/Inter-BlackItalic.woff2 new file mode 100644 index 000000000000..a3f1b70cdf14 Binary files /dev/null and b/billing/src/assets/Inter/Inter-BlackItalic.woff2 differ diff --git a/billing/src/assets/Inter/Inter-Bold.woff b/billing/src/assets/Inter/Inter-Bold.woff new file mode 100644 index 000000000000..e38455587f61 Binary files /dev/null and b/billing/src/assets/Inter/Inter-Bold.woff differ diff --git a/billing/src/assets/Inter/Inter-Bold.woff2 b/billing/src/assets/Inter/Inter-Bold.woff2 new file mode 100644 index 000000000000..835dd4977a0f Binary files /dev/null and b/billing/src/assets/Inter/Inter-Bold.woff2 differ diff --git a/billing/src/assets/Inter/Inter-BoldItalic.woff b/billing/src/assets/Inter/Inter-BoldItalic.woff new file mode 100644 index 000000000000..ffac3f59b54d Binary files /dev/null and b/billing/src/assets/Inter/Inter-BoldItalic.woff differ diff --git a/billing/src/assets/Inter/Inter-BoldItalic.woff2 b/billing/src/assets/Inter/Inter-BoldItalic.woff2 new file mode 100644 index 000000000000..1a41a14ff1f2 Binary files /dev/null and b/billing/src/assets/Inter/Inter-BoldItalic.woff2 differ diff --git a/billing/src/assets/Inter/Inter-ExtraBold.woff b/billing/src/assets/Inter/Inter-ExtraBold.woff new file mode 100644 index 000000000000..885ac94fbff1 Binary files /dev/null and b/billing/src/assets/Inter/Inter-ExtraBold.woff differ diff --git a/billing/src/assets/Inter/Inter-ExtraBold.woff2 b/billing/src/assets/Inter/Inter-ExtraBold.woff2 new file mode 100644 index 000000000000..ae956b1501f6 Binary files /dev/null and b/billing/src/assets/Inter/Inter-ExtraBold.woff2 differ diff --git a/billing/src/assets/Inter/Inter-ExtraBoldItalic.woff b/billing/src/assets/Inter/Inter-ExtraBoldItalic.woff new file mode 100644 index 000000000000..d6cf8623327f Binary files /dev/null and b/billing/src/assets/Inter/Inter-ExtraBoldItalic.woff differ diff --git a/billing/src/assets/Inter/Inter-ExtraBoldItalic.woff2 b/billing/src/assets/Inter/Inter-ExtraBoldItalic.woff2 new file mode 100644 index 000000000000..86578995d20c Binary files /dev/null and b/billing/src/assets/Inter/Inter-ExtraBoldItalic.woff2 differ diff --git a/billing/src/assets/Inter/Inter-ExtraLight.woff b/billing/src/assets/Inter/Inter-ExtraLight.woff new file mode 100644 index 000000000000..ff76919327e5 Binary files /dev/null and b/billing/src/assets/Inter/Inter-ExtraLight.woff differ diff --git a/billing/src/assets/Inter/Inter-ExtraLight.woff2 b/billing/src/assets/Inter/Inter-ExtraLight.woff2 new file mode 100644 index 000000000000..694b2df9fa84 Binary files /dev/null and b/billing/src/assets/Inter/Inter-ExtraLight.woff2 differ diff --git a/billing/src/assets/Inter/Inter-ExtraLightItalic.woff b/billing/src/assets/Inter/Inter-ExtraLightItalic.woff new file mode 100644 index 000000000000..c6ed13a4ffa1 Binary files /dev/null and b/billing/src/assets/Inter/Inter-ExtraLightItalic.woff differ diff --git a/billing/src/assets/Inter/Inter-ExtraLightItalic.woff2 b/billing/src/assets/Inter/Inter-ExtraLightItalic.woff2 new file mode 100644 index 000000000000..9a7bd11090c2 Binary files /dev/null and b/billing/src/assets/Inter/Inter-ExtraLightItalic.woff2 differ diff --git a/billing/src/assets/Inter/Inter-Italic.woff b/billing/src/assets/Inter/Inter-Italic.woff new file mode 100644 index 000000000000..4fdb59dc2d81 Binary files /dev/null and b/billing/src/assets/Inter/Inter-Italic.woff differ diff --git a/billing/src/assets/Inter/Inter-Italic.woff2 b/billing/src/assets/Inter/Inter-Italic.woff2 new file mode 100644 index 000000000000..deca637d81f6 Binary files /dev/null and b/billing/src/assets/Inter/Inter-Italic.woff2 differ diff --git a/billing/src/assets/Inter/Inter-Light.woff b/billing/src/assets/Inter/Inter-Light.woff new file mode 100644 index 000000000000..42850acc035e Binary files /dev/null and b/billing/src/assets/Inter/Inter-Light.woff differ diff --git a/billing/src/assets/Inter/Inter-Light.woff2 b/billing/src/assets/Inter/Inter-Light.woff2 new file mode 100644 index 000000000000..65a7dadddb54 Binary files /dev/null and b/billing/src/assets/Inter/Inter-Light.woff2 differ diff --git a/billing/src/assets/Inter/Inter-LightItalic.woff b/billing/src/assets/Inter/Inter-LightItalic.woff new file mode 100644 index 000000000000..c4ed9a94fa50 Binary files /dev/null and b/billing/src/assets/Inter/Inter-LightItalic.woff differ diff --git a/billing/src/assets/Inter/Inter-LightItalic.woff2 b/billing/src/assets/Inter/Inter-LightItalic.woff2 new file mode 100644 index 000000000000..555fc55955c3 Binary files /dev/null and b/billing/src/assets/Inter/Inter-LightItalic.woff2 differ diff --git a/billing/src/assets/Inter/Inter-Medium.woff b/billing/src/assets/Inter/Inter-Medium.woff new file mode 100644 index 000000000000..495faef7ff39 Binary files /dev/null and b/billing/src/assets/Inter/Inter-Medium.woff differ diff --git a/billing/src/assets/Inter/Inter-Medium.woff2 b/billing/src/assets/Inter/Inter-Medium.woff2 new file mode 100644 index 000000000000..871ce4ce5db8 Binary files /dev/null and b/billing/src/assets/Inter/Inter-Medium.woff2 differ diff --git a/billing/src/assets/Inter/Inter-MediumItalic.woff b/billing/src/assets/Inter/Inter-MediumItalic.woff new file mode 100644 index 000000000000..389c7a2bfe44 Binary files /dev/null and b/billing/src/assets/Inter/Inter-MediumItalic.woff differ diff --git a/billing/src/assets/Inter/Inter-MediumItalic.woff2 b/billing/src/assets/Inter/Inter-MediumItalic.woff2 new file mode 100644 index 000000000000..aa8057992b95 Binary files /dev/null and b/billing/src/assets/Inter/Inter-MediumItalic.woff2 differ diff --git a/billing/src/assets/Inter/Inter-Regular.woff b/billing/src/assets/Inter/Inter-Regular.woff new file mode 100644 index 000000000000..fa7715d12025 Binary files /dev/null and b/billing/src/assets/Inter/Inter-Regular.woff differ diff --git a/billing/src/assets/Inter/Inter-Regular.woff2 b/billing/src/assets/Inter/Inter-Regular.woff2 new file mode 100644 index 000000000000..b52dd0a0b756 Binary files /dev/null and b/billing/src/assets/Inter/Inter-Regular.woff2 differ diff --git a/billing/src/assets/Inter/Inter-SemiBold.woff b/billing/src/assets/Inter/Inter-SemiBold.woff new file mode 100644 index 000000000000..18d7749f561e Binary files /dev/null and b/billing/src/assets/Inter/Inter-SemiBold.woff differ diff --git a/billing/src/assets/Inter/Inter-SemiBold.woff2 b/billing/src/assets/Inter/Inter-SemiBold.woff2 new file mode 100644 index 000000000000..ece5204a19cd Binary files /dev/null and b/billing/src/assets/Inter/Inter-SemiBold.woff2 differ diff --git a/billing/src/assets/Inter/Inter-SemiBoldItalic.woff b/billing/src/assets/Inter/Inter-SemiBoldItalic.woff new file mode 100644 index 000000000000..8ee64396a047 Binary files /dev/null and b/billing/src/assets/Inter/Inter-SemiBoldItalic.woff differ diff --git a/billing/src/assets/Inter/Inter-SemiBoldItalic.woff2 b/billing/src/assets/Inter/Inter-SemiBoldItalic.woff2 new file mode 100644 index 000000000000..b32c0ba3bd57 Binary files /dev/null and b/billing/src/assets/Inter/Inter-SemiBoldItalic.woff2 differ diff --git a/billing/src/assets/Inter/Inter-Thin.woff b/billing/src/assets/Inter/Inter-Thin.woff new file mode 100644 index 000000000000..1a22286f6efc Binary files /dev/null and b/billing/src/assets/Inter/Inter-Thin.woff differ diff --git a/billing/src/assets/Inter/Inter-Thin.woff2 b/billing/src/assets/Inter/Inter-Thin.woff2 new file mode 100644 index 000000000000..c56bc7ca6df9 Binary files /dev/null and b/billing/src/assets/Inter/Inter-Thin.woff2 differ diff --git a/billing/src/assets/Inter/Inter-ThinItalic.woff b/billing/src/assets/Inter/Inter-ThinItalic.woff new file mode 100644 index 000000000000..d8ec8373acaf Binary files /dev/null and b/billing/src/assets/Inter/Inter-ThinItalic.woff differ diff --git a/billing/src/assets/Inter/Inter-ThinItalic.woff2 b/billing/src/assets/Inter/Inter-ThinItalic.woff2 new file mode 100644 index 000000000000..eca5608c0fc8 Binary files /dev/null and b/billing/src/assets/Inter/Inter-ThinItalic.woff2 differ diff --git a/billing/src/assets/Inter/Inter-italic.var.woff2 b/billing/src/assets/Inter/Inter-italic.var.woff2 new file mode 100644 index 000000000000..1f5d92611ad1 Binary files /dev/null and b/billing/src/assets/Inter/Inter-italic.var.woff2 differ diff --git a/billing/src/assets/Inter/Inter-roman.var.woff2 b/billing/src/assets/Inter/Inter-roman.var.woff2 new file mode 100644 index 000000000000..05621d8d1656 Binary files /dev/null and b/billing/src/assets/Inter/Inter-roman.var.woff2 differ diff --git a/billing/src/assets/Inter/Inter.var.woff2 b/billing/src/assets/Inter/Inter.var.woff2 new file mode 100644 index 000000000000..46bb515393bd Binary files /dev/null and b/billing/src/assets/Inter/Inter.var.woff2 differ diff --git a/billing/src/assets/Inter/inter.css b/billing/src/assets/Inter/inter.css new file mode 100644 index 000000000000..3ca1bbf65578 --- /dev/null +++ b/billing/src/assets/Inter/inter.css @@ -0,0 +1,152 @@ +@font-face { + font-family: 'Inter'; + font-style: normal; + font-weight: 100; + font-display: swap; + src: url("Inter-Thin.woff2?v=3.12") format("woff2"), + url("Inter-Thin.woff?v=3.12") format("woff"); +} +@font-face { + font-family: 'Inter'; + font-style: italic; + font-weight: 100; + font-display: swap; + src: url("Inter-ThinItalic.woff2?v=3.12") format("woff2"), + url("Inter-ThinItalic.woff?v=3.12") format("woff"); +} + +@font-face { + font-family: 'Inter'; + font-style: normal; + font-weight: 200; + font-display: swap; + src: url("Inter-ExtraLight.woff2?v=3.12") format("woff2"), + url("Inter-ExtraLight.woff?v=3.12") format("woff"); +} +@font-face { + font-family: 'Inter'; + font-style: italic; + font-weight: 200; + font-display: swap; + src: url("Inter-ExtraLightItalic.woff2?v=3.12") format("woff2"), + url("Inter-ExtraLightItalic.woff?v=3.12") format("woff"); +} + +@font-face { + font-family: 'Inter'; + font-style: normal; + font-weight: 300; + font-display: swap; + src: url("Inter-Light.woff2?v=3.12") format("woff2"), + url("Inter-Light.woff?v=3.12") format("woff"); +} +@font-face { + font-family: 'Inter'; + font-style: italic; + font-weight: 300; + font-display: swap; + src: url("Inter-LightItalic.woff2?v=3.12") format("woff2"), + url("Inter-LightItalic.woff?v=3.12") format("woff"); +} + +@font-face { + font-family: 'Inter'; + font-style: normal; + font-weight: 400; + font-display: swap; + src: url("Inter-Regular.woff2?v=3.12") format("woff2"), + url("Inter-Regular.woff?v=3.12") format("woff"); +} +@font-face { + font-family: 'Inter'; + font-style: italic; + font-weight: 400; + font-display: swap; + src: url("Inter-Italic.woff2?v=3.12") format("woff2"), + url("Inter-Italic.woff?v=3.12") format("woff"); +} + +@font-face { + font-family: 'Inter'; + font-style: normal; + font-weight: 500; + font-display: swap; + src: url("Inter-Medium.woff2?v=3.12") format("woff2"), + url("Inter-Medium.woff?v=3.12") format("woff"); +} +@font-face { + font-family: 'Inter'; + font-style: italic; + font-weight: 500; + font-display: swap; + src: url("Inter-MediumItalic.woff2?v=3.12") format("woff2"), + url("Inter-MediumItalic.woff?v=3.12") format("woff"); +} + +@font-face { + font-family: 'Inter'; + font-style: normal; + font-weight: 600; + font-display: swap; + src: url("Inter-SemiBold.woff2?v=3.12") format("woff2"), + url("Inter-SemiBold.woff?v=3.12") format("woff"); +} +@font-face { + font-family: 'Inter'; + font-style: italic; + font-weight: 600; + font-display: swap; + src: url("Inter-SemiBoldItalic.woff2?v=3.12") format("woff2"), + url("Inter-SemiBoldItalic.woff?v=3.12") format("woff"); +} + +@font-face { + font-family: 'Inter'; + font-style: normal; + font-weight: 700; + font-display: swap; + src: url("Inter-Bold.woff2?v=3.12") format("woff2"), + url("Inter-Bold.woff?v=3.12") format("woff"); +} +@font-face { + font-family: 'Inter'; + font-style: italic; + font-weight: 700; + font-display: swap; + src: url("Inter-BoldItalic.woff2?v=3.12") format("woff2"), + url("Inter-BoldItalic.woff?v=3.12") format("woff"); +} + +@font-face { + font-family: 'Inter'; + font-style: normal; + font-weight: 800; + font-display: swap; + src: url("Inter-ExtraBold.woff2?v=3.12") format("woff2"), + url("Inter-ExtraBold.woff?v=3.12") format("woff"); +} +@font-face { + font-family: 'Inter'; + font-style: italic; + font-weight: 800; + font-display: swap; + src: url("Inter-ExtraBoldItalic.woff2?v=3.12") format("woff2"), + url("Inter-ExtraBoldItalic.woff?v=3.12") format("woff"); +} + +@font-face { + font-family: 'Inter'; + font-style: normal; + font-weight: 900; + font-display: swap; + src: url("Inter-Black.woff2?v=3.12") format("woff2"), + url("Inter-Black.woff?v=3.12") format("woff"); +} +@font-face { + font-family: 'Inter'; + font-style: italic; + font-weight: 900; + font-display: swap; + src: url("Inter-BlackItalic.woff2?v=3.12") format("woff2"), + url("Inter-BlackItalic.woff?v=3.12") format("woff"); +} diff --git a/billing/src/components/AddCardModal.vue b/billing/src/components/AddCardModal.vue new file mode 100644 index 000000000000..b48dad852095 --- /dev/null +++ b/billing/src/components/AddCardModal.vue @@ -0,0 +1,32 @@ + + diff --git a/billing/src/components/AddPrepaidCreditsModal.vue b/billing/src/components/AddPrepaidCreditsModal.vue new file mode 100644 index 000000000000..0c0417649f6e --- /dev/null +++ b/billing/src/components/AddPrepaidCreditsModal.vue @@ -0,0 +1,32 @@ + + diff --git a/billing/src/components/AddressForm.vue b/billing/src/components/AddressForm.vue new file mode 100644 index 000000000000..39af9994add5 --- /dev/null +++ b/billing/src/components/AddressForm.vue @@ -0,0 +1,246 @@ + + diff --git a/billing/src/components/AppSidebar.vue b/billing/src/components/AppSidebar.vue new file mode 100644 index 000000000000..1c3e364c00e2 --- /dev/null +++ b/billing/src/components/AppSidebar.vue @@ -0,0 +1,120 @@ + + diff --git a/billing/src/components/Apps.vue b/billing/src/components/Apps.vue new file mode 100644 index 000000000000..69cc393bb360 --- /dev/null +++ b/billing/src/components/Apps.vue @@ -0,0 +1,72 @@ + + diff --git a/billing/src/components/BillingDetails.vue b/billing/src/components/BillingDetails.vue new file mode 100644 index 000000000000..9c4b5b40f6ed --- /dev/null +++ b/billing/src/components/BillingDetails.vue @@ -0,0 +1,72 @@ + + diff --git a/billing/src/components/BillingDetailsModal.vue b/billing/src/components/BillingDetailsModal.vue new file mode 100644 index 000000000000..304d5eb35791 --- /dev/null +++ b/billing/src/components/BillingDetailsModal.vue @@ -0,0 +1,34 @@ + + diff --git a/billing/src/components/BuyCreditsRazorpay.vue b/billing/src/components/BuyCreditsRazorpay.vue new file mode 100644 index 000000000000..bc4b17d0c8df --- /dev/null +++ b/billing/src/components/BuyCreditsRazorpay.vue @@ -0,0 +1,133 @@ + + diff --git a/billing/src/components/BuyCreditsStripe.vue b/billing/src/components/BuyCreditsStripe.vue new file mode 100644 index 000000000000..9180dd3dae0c --- /dev/null +++ b/billing/src/components/BuyCreditsStripe.vue @@ -0,0 +1,167 @@ + + diff --git a/billing/src/components/CardForm.vue b/billing/src/components/CardForm.vue new file mode 100644 index 000000000000..6217874235db --- /dev/null +++ b/billing/src/components/CardForm.vue @@ -0,0 +1,362 @@ + + diff --git a/billing/src/components/ChangeCardModal.vue b/billing/src/components/ChangeCardModal.vue new file mode 100644 index 000000000000..6de7ea0bb59f --- /dev/null +++ b/billing/src/components/ChangeCardModal.vue @@ -0,0 +1,135 @@ + + diff --git a/billing/src/components/CurrentPlan.vue b/billing/src/components/CurrentPlan.vue new file mode 100644 index 000000000000..c7deff2b8226 --- /dev/null +++ b/billing/src/components/CurrentPlan.vue @@ -0,0 +1,214 @@ + + diff --git a/billing/src/components/DropdownItem.vue b/billing/src/components/DropdownItem.vue new file mode 100644 index 000000000000..bcb59b79fe38 --- /dev/null +++ b/billing/src/components/DropdownItem.vue @@ -0,0 +1,22 @@ + + diff --git a/billing/src/components/FCDashboardLoginModal.vue b/billing/src/components/FCDashboardLoginModal.vue new file mode 100644 index 000000000000..e2906a92fcd3 --- /dev/null +++ b/billing/src/components/FCDashboardLoginModal.vue @@ -0,0 +1,109 @@ + + + diff --git a/billing/src/components/PaymentDetails.vue b/billing/src/components/PaymentDetails.vue new file mode 100644 index 000000000000..2dfb1ac1ba32 --- /dev/null +++ b/billing/src/components/PaymentDetails.vue @@ -0,0 +1,263 @@ + + diff --git a/billing/src/components/PlanDetails.vue b/billing/src/components/PlanDetails.vue new file mode 100644 index 000000000000..8e7f554a869c --- /dev/null +++ b/billing/src/components/PlanDetails.vue @@ -0,0 +1,24 @@ + + + diff --git a/billing/src/components/PrepaidCreditsForm.vue b/billing/src/components/PrepaidCreditsForm.vue new file mode 100644 index 000000000000..23a59f858edf --- /dev/null +++ b/billing/src/components/PrepaidCreditsForm.vue @@ -0,0 +1,122 @@ + + diff --git a/billing/src/components/SidebarLink.vue b/billing/src/components/SidebarLink.vue new file mode 100644 index 000000000000..62bbac2b5755 --- /dev/null +++ b/billing/src/components/SidebarLink.vue @@ -0,0 +1,84 @@ + + + diff --git a/billing/src/components/UpgradePlanStepsModal.vue b/billing/src/components/UpgradePlanStepsModal.vue new file mode 100644 index 000000000000..e77ce745d313 --- /dev/null +++ b/billing/src/components/UpgradePlanStepsModal.vue @@ -0,0 +1,146 @@ + + diff --git a/billing/src/components/UserDropdown.vue b/billing/src/components/UserDropdown.vue new file mode 100644 index 000000000000..15b9f64759cc --- /dev/null +++ b/billing/src/components/UserDropdown.vue @@ -0,0 +1,84 @@ + + + diff --git a/billing/src/dialogs.js b/billing/src/dialogs.js new file mode 100644 index 000000000000..dbb55c794c33 --- /dev/null +++ b/billing/src/dialogs.js @@ -0,0 +1,44 @@ +import { Dialog, ErrorMessage } from 'frappe-ui' +import { reactive, ref, h } from 'vue' + +let dialogs = ref([]) + +export let Dialogs = { + name: 'Dialogs', + render() { + return dialogs.value.map((dialog) => { + return h( + Dialog, + { + options: dialog, + modelValue: dialog.show, + 'onUpdate:modelValue': (val) => (dialog.show = val), + onClose: () => { + let index = dialogs.value.indexOf(dialog) + dialogs.value.splice(index, 1) + dialog.onClose && dialog.onClose() + }, + }, + { + 'body-content': () => { + return [ + dialog.message && + h('p', { class: 'text-p-base text-gray-700' }, dialog.message), + dialog.html && h('div', { innerHTML: dialog.html }), + dialog.component && h(dialog.component), + h(ErrorMessage, { class: 'mt-2', message: dialog.error }), + ] + }, + } + ) + }) + }, +} + +export function createDialog(dialogOptions) { + let dialog = reactive(dialogOptions) + dialog.key = 'dialog-' + dialogs.value.length + dialog.show = false + setTimeout(() => (dialog.show = true), 0) + dialogs.value.push(dialog) +} diff --git a/billing/src/icons/AppsIcon.vue b/billing/src/icons/AppsIcon.vue new file mode 100644 index 000000000000..e5630220c5ab --- /dev/null +++ b/billing/src/icons/AppsIcon.vue @@ -0,0 +1,11 @@ + diff --git a/billing/src/icons/BillingIcon.vue b/billing/src/icons/BillingIcon.vue new file mode 100644 index 000000000000..219a68bbd637 --- /dev/null +++ b/billing/src/icons/BillingIcon.vue @@ -0,0 +1,18 @@ + diff --git a/billing/src/icons/CardIcon.vue b/billing/src/icons/CardIcon.vue new file mode 100644 index 000000000000..dfad3126e9e3 --- /dev/null +++ b/billing/src/icons/CardIcon.vue @@ -0,0 +1,10 @@ + diff --git a/billing/src/icons/CollapseSidebarIcon.vue b/billing/src/icons/CollapseSidebarIcon.vue new file mode 100644 index 000000000000..1470703acc10 --- /dev/null +++ b/billing/src/icons/CollapseSidebarIcon.vue @@ -0,0 +1,17 @@ + diff --git a/billing/src/icons/GreenCheckIcon.vue b/billing/src/icons/GreenCheckIcon.vue new file mode 100644 index 000000000000..b911f29ff5c1 --- /dev/null +++ b/billing/src/icons/GreenCheckIcon.vue @@ -0,0 +1,16 @@ + diff --git a/billing/src/icons/InvoiceIcon.vue b/billing/src/icons/InvoiceIcon.vue new file mode 100644 index 000000000000..c0997b529ad2 --- /dev/null +++ b/billing/src/icons/InvoiceIcon.vue @@ -0,0 +1,10 @@ + diff --git a/billing/src/icons/LightningIcon.vue b/billing/src/icons/LightningIcon.vue new file mode 100644 index 000000000000..cc32940149f4 --- /dev/null +++ b/billing/src/icons/LightningIcon.vue @@ -0,0 +1,10 @@ + diff --git a/billing/src/icons/PlansIcon.vue b/billing/src/icons/PlansIcon.vue new file mode 100644 index 000000000000..8c3999d8de5b --- /dev/null +++ b/billing/src/icons/PlansIcon.vue @@ -0,0 +1,10 @@ + diff --git a/billing/src/icons/RefreshIcon.vue b/billing/src/icons/RefreshIcon.vue new file mode 100644 index 000000000000..9e1806f4ec90 --- /dev/null +++ b/billing/src/icons/RefreshIcon.vue @@ -0,0 +1,18 @@ + diff --git a/billing/src/icons/UnPaidBillIcon.vue b/billing/src/icons/UnPaidBillIcon.vue new file mode 100644 index 000000000000..6bb271ddd6ec --- /dev/null +++ b/billing/src/icons/UnPaidBillIcon.vue @@ -0,0 +1,10 @@ + diff --git a/billing/src/index.css b/billing/src/index.css new file mode 100644 index 000000000000..e2fc4dd51aa2 --- /dev/null +++ b/billing/src/index.css @@ -0,0 +1,26 @@ +@import './assets/Inter/inter.css'; +@import 'frappe-ui/src/style.css'; + +@layer components { + .prose-f { + @apply + break-all + max-w-none + prose + prose-code:break-all + prose-code:whitespace-pre-wrap + prose-img:border + prose-img:rounded-lg + prose-sm + prose-table:table-fixed + prose-td:border + prose-td:border-gray-300 + prose-td:p-2 + prose-td:relative + prose-th:bg-gray-100 + prose-th:border + prose-th:border-gray-300 + prose-th:p-2 + prose-th:relative + } +} \ No newline at end of file diff --git a/billing/src/logo/Amex.vue b/billing/src/logo/Amex.vue new file mode 100644 index 000000000000..19174a603370 --- /dev/null +++ b/billing/src/logo/Amex.vue @@ -0,0 +1,58 @@ + diff --git a/billing/src/logo/FCLogo.vue b/billing/src/logo/FCLogo.vue new file mode 100644 index 000000000000..7e1f121cf288 --- /dev/null +++ b/billing/src/logo/FCLogo.vue @@ -0,0 +1,12 @@ + diff --git a/billing/src/logo/Generic.vue b/billing/src/logo/Generic.vue new file mode 100644 index 000000000000..65ee820423aa --- /dev/null +++ b/billing/src/logo/Generic.vue @@ -0,0 +1,18 @@ + diff --git a/billing/src/logo/JCB.vue b/billing/src/logo/JCB.vue new file mode 100644 index 000000000000..ec1f31300bd4 --- /dev/null +++ b/billing/src/logo/JCB.vue @@ -0,0 +1,92 @@ + diff --git a/billing/src/logo/MasterCard.vue b/billing/src/logo/MasterCard.vue new file mode 100644 index 000000000000..8d80a4f3071e --- /dev/null +++ b/billing/src/logo/MasterCard.vue @@ -0,0 +1,66 @@ + diff --git a/billing/src/logo/PoweredByStripeLogo.vue b/billing/src/logo/PoweredByStripeLogo.vue new file mode 100644 index 000000000000..39719d487050 --- /dev/null +++ b/billing/src/logo/PoweredByStripeLogo.vue @@ -0,0 +1,27 @@ + diff --git a/billing/src/logo/RazorpayLogo.vue b/billing/src/logo/RazorpayLogo.vue new file mode 100644 index 000000000000..6dd7fabb214f --- /dev/null +++ b/billing/src/logo/RazorpayLogo.vue @@ -0,0 +1,50 @@ + diff --git a/billing/src/logo/StripeLogo.vue b/billing/src/logo/StripeLogo.vue new file mode 100644 index 000000000000..8c67a4002bbd --- /dev/null +++ b/billing/src/logo/StripeLogo.vue @@ -0,0 +1,45 @@ + diff --git a/billing/src/logo/UnionPay.vue b/billing/src/logo/UnionPay.vue new file mode 100644 index 000000000000..ba2f02db3d70 --- /dev/null +++ b/billing/src/logo/UnionPay.vue @@ -0,0 +1,24 @@ + diff --git a/billing/src/logo/Visa.vue b/billing/src/logo/Visa.vue new file mode 100644 index 000000000000..c31472710313 --- /dev/null +++ b/billing/src/logo/Visa.vue @@ -0,0 +1,67 @@ + diff --git a/billing/src/main.js b/billing/src/main.js new file mode 100644 index 000000000000..a5d944a111c0 --- /dev/null +++ b/billing/src/main.js @@ -0,0 +1,14 @@ +import './index.css' + +import { createApp } from 'vue' +import { FrappeUI, setConfig, frappeRequest } from 'frappe-ui' +import router from './router' +import App from './App.vue' + +let app = createApp(App) + +setConfig('resourceFetcher', frappeRequest) +app.use(FrappeUI) +app.use(router) + +app.mount('#app') diff --git a/billing/src/pages/Cards.vue b/billing/src/pages/Cards.vue new file mode 100644 index 000000000000..be52b1584be7 --- /dev/null +++ b/billing/src/pages/Cards.vue @@ -0,0 +1,243 @@ + + diff --git a/billing/src/pages/Invoices.vue b/billing/src/pages/Invoices.vue new file mode 100644 index 000000000000..87a515cc7018 --- /dev/null +++ b/billing/src/pages/Invoices.vue @@ -0,0 +1,232 @@ + + diff --git a/billing/src/pages/Overview.vue b/billing/src/pages/Overview.vue new file mode 100644 index 000000000000..858c7d0efc8e --- /dev/null +++ b/billing/src/pages/Overview.vue @@ -0,0 +1,36 @@ + + diff --git a/billing/src/pages/PageNotFound.vue b/billing/src/pages/PageNotFound.vue new file mode 100644 index 000000000000..8ce609d16ba7 --- /dev/null +++ b/billing/src/pages/PageNotFound.vue @@ -0,0 +1,10 @@ + diff --git a/billing/src/pages/Plans.vue b/billing/src/pages/Plans.vue new file mode 100644 index 000000000000..3c39d5bf4ca3 --- /dev/null +++ b/billing/src/pages/Plans.vue @@ -0,0 +1,232 @@ + + diff --git a/billing/src/router.js b/billing/src/router.js new file mode 100644 index 000000000000..4ea75a352e38 --- /dev/null +++ b/billing/src/router.js @@ -0,0 +1,31 @@ +import { createRouter, createWebHistory } from 'vue-router' + +const routes = [ + { + path: '/', + name: 'Overview', + component: () => import('./pages/Overview.vue'), + }, + { + path: '/plans', + name: 'Plans', + component: () => import('./pages/Plans.vue'), + }, + { + path: '/invoices', + name: 'Invoices', + component: () => import('./pages/Invoices.vue'), + }, + { + path: '/cards', + name: 'Cards', + component: () => import('./pages/Cards.vue'), + }, +] + +let router = createRouter({ + history: createWebHistory('/billing'), + routes, +}) + +export default router diff --git a/billing/src/session.js b/billing/src/session.js new file mode 100644 index 000000000000..38cf5361588b --- /dev/null +++ b/billing/src/session.js @@ -0,0 +1,61 @@ +import { createResource } from 'frappe-ui' +import router from '@/router' +import { ref, computed } from 'vue' + +let user = ref(null) +const isLoggedIn = computed(() => !!user.value) + +export function getSession() { + function sessionUser() { + let cookies = new URLSearchParams(document.cookie.split('; ').join('&')) + let _sessionUser = cookies.get('user_id') + let _fullName = cookies.get('full_name') + let _imageURL = cookies.get('user_image') + if (_sessionUser === 'Guest') { + _sessionUser = null + } + return { + name: _sessionUser, + fullName: _fullName, + imageURL: _imageURL, + } + } + + const isFCSite = createResource({ + url: 'frappe.integrations.frappe_providers.frappecloud_billing.is_fc_site', + cache: 'isFCSite', + auto: true, + transform: (data) => Boolean(data), + }) + + user.value = sessionUser() + + const login = createResource({ + url: 'login', + onError() { + throw new Error('Invalid email or password') + }, + onSuccess() { + user.value = sessionUser() + login.reset() + router.replace({ path: '/' }) + }, + }) + + const logout = createResource({ + url: 'logout', + onSuccess() { + isFCSite.reload() + user.value = null + window.location.href = '/' + }, + }) + + return { + user, + isLoggedIn, + login, + logout, + isFCSite, + } +} diff --git a/billing/src/utils.js b/billing/src/utils.js new file mode 100644 index 000000000000..0d5e77f7662a --- /dev/null +++ b/billing/src/utils.js @@ -0,0 +1,75 @@ +import Visa from './logo/Visa.vue' +import MasterCard from './logo/MasterCard.vue' +import Amex from './logo/Amex.vue' +import JCB from './logo/JCB.vue' +import UnionPay from './logo/UnionPay.vue' +import Generic from './logo/Generic.vue' +import { FeatherIcon } from 'frappe-ui' +import { h } from 'vue' + +export function calculateTrialEndDays(trialEndDate) { + if (!trialEndDate) return 0 + + trialEndDate = new Date(trialEndDate) + const today = new Date() + const diffTime = trialEndDate - today + const diffDays = Math.ceil(diffTime / (1000 * 60 * 60 * 24)) + return diffDays +} + +export function currency(value, currency, fractions = 2) { + return new Intl.NumberFormat('en-US', { + style: 'currency', + currency, + maximumFractionDigits: fractions, + }).format(value) +} + +export function cardBrandIcon(brand) { + let component = { + 'master-card': MasterCard, + mastercard: MasterCard, + visa: Visa, + amex: Amex, + jcb: JCB, + generic: Generic, + 'union-pay': UnionPay, + }[brand || 'generic'] + + if (!component) { + component = Generic + } + + return h(component, { class: 'size-6' }) +} + +export function parseSize(sizeInMB) { + if (sizeInMB < 1024) { + return `${sizeInMB} MB` + } else { + return `${(sizeInMB / 1024).toFixed(0)} GB` + } +} + +export const ConfirmMessage = { + name: 'ConfirmMessage', + props: { + price: String, + currency: String, + }, + render() { + return h('div', { class: 'text-base' }, [ + h('div', {}, [ + 'Are you sure you want to change your plan to ', + h('b', {}, `${this.currency}${this.price}`), + '/mo?', + ]), + h( + 'div', + { class: 'text-gray-600 inline-flex gap-1 mt-3' }, + h(FeatherIcon, { name: 'info', class: 'h-4' }), + 'Your site will be in maintenance mode for some time.' + ), + ]) + }, +} diff --git a/billing/tailwind.config.js b/billing/tailwind.config.js new file mode 100644 index 000000000000..168446010241 --- /dev/null +++ b/billing/tailwind.config.js @@ -0,0 +1,17 @@ +module.exports = { + presets: [require('frappe-ui/src/utils/tailwind.config')], + content: [ + './index.html', + './src/**/*.{vue,js,ts,jsx,tsx}', + './node_modules/frappe-ui/src/components/**/*.{vue,js,ts,jsx,tsx}', + '../node_modules/frappe-ui/src/components/**/*.{vue,js,ts,jsx,tsx}', + ], + safelist: [ + { pattern: /!(text|bg)-/, variants: ['hover', 'active'] }, + { pattern: /^grid-cols-/ }, + ], + theme: { + extend: {}, + }, + plugins: [], +} diff --git a/billing/vite.config.js b/billing/vite.config.js new file mode 100644 index 000000000000..2c9cce1b154b --- /dev/null +++ b/billing/vite.config.js @@ -0,0 +1,47 @@ +import { defineConfig } from 'vite' +import vue from '@vitejs/plugin-vue' +import path from 'path' +import frappeui from 'frappe-ui/vite' + +// https://vitejs.dev/config/ +export default defineConfig({ + plugins: [ + frappeui(), + vue(), + { + name: 'transform-index.html', + transformIndexHtml(html, context) { + if (!context.server) { + return html.replace( + /<\/body>/, + ` + + + ` + ) + } + return html + }, + }, + ], + resolve: { + alias: { + '@': path.resolve(__dirname, 'src'), + }, + }, + build: { + outDir: '../frappe/public/billing', + emptyOutDir: true, + commonjsOptions: { + include: [/tailwind.config.js/, /node_modules/], + }, + sourcemap: true, + }, + optimizeDeps: { + include: ['feather-icons', 'showdown', 'tailwind.config.js'], + }, +}) diff --git a/billing/yarn.lock b/billing/yarn.lock new file mode 100644 index 000000000000..9e034a28572f --- /dev/null +++ b/billing/yarn.lock @@ -0,0 +1,1944 @@ +# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. +# yarn lockfile v1 + + +"@alloc/quick-lru@^5.2.0": + version "5.2.0" + resolved "https://registry.yarnpkg.com/@alloc/quick-lru/-/quick-lru-5.2.0.tgz#7bf68b20c0a350f936915fcae06f58e32007ce30" + integrity sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw== + +"@babel/helper-string-parser@^7.25.9": + version "7.25.9" + resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c" + integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA== + +"@babel/helper-validator-identifier@^7.25.9": + version "7.25.9" + resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7" + integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ== + +"@babel/parser@^7.25.3": + version "7.26.2" + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.2.tgz#fd7b6f487cfea09889557ef5d4eeb9ff9a5abd11" + integrity sha512-DWMCZH9WA4Maitz2q21SRKHo9QXZxkDsbNZoVD62gusNtNBBqDg9i7uOhASfTfIGNzW+O+r7+jAlM8dwphcJKQ== + dependencies: + "@babel/types" "^7.26.0" + +"@babel/types@^7.26.0": + version "7.26.0" + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.0.tgz#deabd08d6b753bc8e0f198f8709fb575e31774ff" + integrity sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA== + dependencies: + "@babel/helper-string-parser" "^7.25.9" + "@babel/helper-validator-identifier" "^7.25.9" + +"@esbuild/android-arm64@0.18.20": + version "0.18.20" + resolved "https://registry.yarnpkg.com/@esbuild/android-arm64/-/android-arm64-0.18.20.tgz#984b4f9c8d0377443cc2dfcef266d02244593622" + integrity sha512-Nz4rJcchGDtENV0eMKUNa6L12zz2zBDXuhj/Vjh18zGqB44Bi7MBMSXjgunJgjRhCmKOjnPuZp4Mb6OKqtMHLQ== + +"@esbuild/android-arm@0.18.20": + version "0.18.20" + resolved "https://registry.yarnpkg.com/@esbuild/android-arm/-/android-arm-0.18.20.tgz#fedb265bc3a589c84cc11f810804f234947c3682" + integrity sha512-fyi7TDI/ijKKNZTUJAQqiG5T7YjJXgnzkURqmGj13C6dCqckZBLdl4h7bkhHt/t0WP+zO9/zwroDvANaOqO5Sw== + +"@esbuild/android-x64@0.18.20": + version "0.18.20" + resolved "https://registry.yarnpkg.com/@esbuild/android-x64/-/android-x64-0.18.20.tgz#35cf419c4cfc8babe8893d296cd990e9e9f756f2" + integrity sha512-8GDdlePJA8D6zlZYJV/jnrRAi6rOiNaCC/JclcXpB+KIuvfBN4owLtgzY2bsxnx666XjJx2kDPUmnTtR8qKQUg== + +"@esbuild/darwin-arm64@0.18.20": + version "0.18.20" + resolved "https://registry.yarnpkg.com/@esbuild/darwin-arm64/-/darwin-arm64-0.18.20.tgz#08172cbeccf95fbc383399a7f39cfbddaeb0d7c1" + integrity sha512-bxRHW5kHU38zS2lPTPOyuyTm+S+eobPUnTNkdJEfAddYgEcll4xkT8DB9d2008DtTbl7uJag2HuE5NZAZgnNEA== + +"@esbuild/darwin-x64@0.18.20": + version "0.18.20" + resolved "https://registry.yarnpkg.com/@esbuild/darwin-x64/-/darwin-x64-0.18.20.tgz#d70d5790d8bf475556b67d0f8b7c5bdff053d85d" + integrity sha512-pc5gxlMDxzm513qPGbCbDukOdsGtKhfxD1zJKXjCCcU7ju50O7MeAZ8c4krSJcOIJGFR+qx21yMMVYwiQvyTyQ== + +"@esbuild/freebsd-arm64@0.18.20": + version "0.18.20" + resolved "https://registry.yarnpkg.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.18.20.tgz#98755cd12707f93f210e2494d6a4b51b96977f54" + integrity sha512-yqDQHy4QHevpMAaxhhIwYPMv1NECwOvIpGCZkECn8w2WFHXjEwrBn3CeNIYsibZ/iZEUemj++M26W3cNR5h+Tw== + +"@esbuild/freebsd-x64@0.18.20": + version "0.18.20" + resolved "https://registry.yarnpkg.com/@esbuild/freebsd-x64/-/freebsd-x64-0.18.20.tgz#c1eb2bff03915f87c29cece4c1a7fa1f423b066e" + integrity sha512-tgWRPPuQsd3RmBZwarGVHZQvtzfEBOreNuxEMKFcd5DaDn2PbBxfwLcj4+aenoh7ctXcbXmOQIn8HI6mCSw5MQ== + +"@esbuild/linux-arm64@0.18.20": + version "0.18.20" + resolved "https://registry.yarnpkg.com/@esbuild/linux-arm64/-/linux-arm64-0.18.20.tgz#bad4238bd8f4fc25b5a021280c770ab5fc3a02a0" + integrity sha512-2YbscF+UL7SQAVIpnWvYwM+3LskyDmPhe31pE7/aoTMFKKzIc9lLbyGUpmmb8a8AixOL61sQ/mFh3jEjHYFvdA== + +"@esbuild/linux-arm@0.18.20": + version "0.18.20" + resolved "https://registry.yarnpkg.com/@esbuild/linux-arm/-/linux-arm-0.18.20.tgz#3e617c61f33508a27150ee417543c8ab5acc73b0" + integrity sha512-/5bHkMWnq1EgKr1V+Ybz3s1hWXok7mDFUMQ4cG10AfW3wL02PSZi5kFpYKrptDsgb2WAJIvRcDm+qIvXf/apvg== + +"@esbuild/linux-ia32@0.18.20": + version "0.18.20" + resolved "https://registry.yarnpkg.com/@esbuild/linux-ia32/-/linux-ia32-0.18.20.tgz#699391cccba9aee6019b7f9892eb99219f1570a7" + integrity sha512-P4etWwq6IsReT0E1KHU40bOnzMHoH73aXp96Fs8TIT6z9Hu8G6+0SHSw9i2isWrD2nbx2qo5yUqACgdfVGx7TA== + +"@esbuild/linux-loong64@0.18.20": + version "0.18.20" + resolved "https://registry.yarnpkg.com/@esbuild/linux-loong64/-/linux-loong64-0.18.20.tgz#e6fccb7aac178dd2ffb9860465ac89d7f23b977d" + integrity sha512-nXW8nqBTrOpDLPgPY9uV+/1DjxoQ7DoB2N8eocyq8I9XuqJ7BiAMDMf9n1xZM9TgW0J8zrquIb/A7s3BJv7rjg== + +"@esbuild/linux-mips64el@0.18.20": + version "0.18.20" + resolved "https://registry.yarnpkg.com/@esbuild/linux-mips64el/-/linux-mips64el-0.18.20.tgz#eeff3a937de9c2310de30622a957ad1bd9183231" + integrity sha512-d5NeaXZcHp8PzYy5VnXV3VSd2D328Zb+9dEq5HE6bw6+N86JVPExrA6O68OPwobntbNJ0pzCpUFZTo3w0GyetQ== + +"@esbuild/linux-ppc64@0.18.20": + version "0.18.20" + resolved "https://registry.yarnpkg.com/@esbuild/linux-ppc64/-/linux-ppc64-0.18.20.tgz#2f7156bde20b01527993e6881435ad79ba9599fb" + integrity sha512-WHPyeScRNcmANnLQkq6AfyXRFr5D6N2sKgkFo2FqguP44Nw2eyDlbTdZwd9GYk98DZG9QItIiTlFLHJHjxP3FA== + +"@esbuild/linux-riscv64@0.18.20": + version "0.18.20" + resolved "https://registry.yarnpkg.com/@esbuild/linux-riscv64/-/linux-riscv64-0.18.20.tgz#6628389f210123d8b4743045af8caa7d4ddfc7a6" + integrity sha512-WSxo6h5ecI5XH34KC7w5veNnKkju3zBRLEQNY7mv5mtBmrP/MjNBCAlsM2u5hDBlS3NGcTQpoBvRzqBcRtpq1A== + +"@esbuild/linux-s390x@0.18.20": + version "0.18.20" + resolved "https://registry.yarnpkg.com/@esbuild/linux-s390x/-/linux-s390x-0.18.20.tgz#255e81fb289b101026131858ab99fba63dcf0071" + integrity sha512-+8231GMs3mAEth6Ja1iK0a1sQ3ohfcpzpRLH8uuc5/KVDFneH6jtAJLFGafpzpMRO6DzJ6AvXKze9LfFMrIHVQ== + +"@esbuild/linux-x64@0.18.20": + version "0.18.20" + resolved "https://registry.yarnpkg.com/@esbuild/linux-x64/-/linux-x64-0.18.20.tgz#c7690b3417af318a9b6f96df3031a8865176d338" + integrity sha512-UYqiqemphJcNsFEskc73jQ7B9jgwjWrSayxawS6UVFZGWrAAtkzjxSqnoclCXxWtfwLdzU+vTpcNYhpn43uP1w== + +"@esbuild/netbsd-x64@0.18.20": + version "0.18.20" + resolved "https://registry.yarnpkg.com/@esbuild/netbsd-x64/-/netbsd-x64-0.18.20.tgz#30e8cd8a3dded63975e2df2438ca109601ebe0d1" + integrity sha512-iO1c++VP6xUBUmltHZoMtCUdPlnPGdBom6IrO4gyKPFFVBKioIImVooR5I83nTew5UOYrk3gIJhbZh8X44y06A== + +"@esbuild/openbsd-x64@0.18.20": + version "0.18.20" + resolved "https://registry.yarnpkg.com/@esbuild/openbsd-x64/-/openbsd-x64-0.18.20.tgz#7812af31b205055874c8082ea9cf9ab0da6217ae" + integrity sha512-e5e4YSsuQfX4cxcygw/UCPIEP6wbIL+se3sxPdCiMbFLBWu0eiZOJ7WoD+ptCLrmjZBK1Wk7I6D/I3NglUGOxg== + +"@esbuild/sunos-x64@0.18.20": + version "0.18.20" + resolved "https://registry.yarnpkg.com/@esbuild/sunos-x64/-/sunos-x64-0.18.20.tgz#d5c275c3b4e73c9b0ecd38d1ca62c020f887ab9d" + integrity sha512-kDbFRFp0YpTQVVrqUd5FTYmWo45zGaXe0X8E1G/LKFC0v8x0vWrhOWSLITcCn63lmZIxfOMXtCfti/RxN/0wnQ== + +"@esbuild/win32-arm64@0.18.20": + version "0.18.20" + resolved "https://registry.yarnpkg.com/@esbuild/win32-arm64/-/win32-arm64-0.18.20.tgz#73bc7f5a9f8a77805f357fab97f290d0e4820ac9" + integrity sha512-ddYFR6ItYgoaq4v4JmQQaAI5s7npztfV4Ag6NrhiaW0RrnOXqBkgwZLofVTlq1daVTQNhtI5oieTvkRPfZrePg== + +"@esbuild/win32-ia32@0.18.20": + version "0.18.20" + resolved "https://registry.yarnpkg.com/@esbuild/win32-ia32/-/win32-ia32-0.18.20.tgz#ec93cbf0ef1085cc12e71e0d661d20569ff42102" + integrity sha512-Wv7QBi3ID/rROT08SABTS7eV4hX26sVduqDOTe1MvGMjNd3EjOz4b7zeexIR62GTIEKrfJXKL9LFxTYgkyeu7g== + +"@esbuild/win32-x64@0.18.20": + version "0.18.20" + resolved "https://registry.yarnpkg.com/@esbuild/win32-x64/-/win32-x64-0.18.20.tgz#786c5f41f043b07afb1af37683d7c33668858f6d" + integrity sha512-kTdfRcSiDfQca/y9QIkng02avJ+NCaQvrMejlsB3RRv5sE9rRoeBPISaZpKxHELzRxZyLvNts1P27W3wV+8geQ== + +"@floating-ui/core@^1.6.0": + version "1.6.8" + resolved "https://registry.yarnpkg.com/@floating-ui/core/-/core-1.6.8.tgz#aa43561be075815879305965020f492cdb43da12" + integrity sha512-7XJ9cPU+yI2QeLS+FCSlqNFZJq8arvswefkZrYI1yQBbftw6FyrZOxYSh+9S7z7TpeWlRt9zJ5IhM1WIL334jA== + dependencies: + "@floating-ui/utils" "^0.2.8" + +"@floating-ui/dom@^1.0.0", "@floating-ui/dom@^1.6.7": + version "1.6.12" + resolved "https://registry.yarnpkg.com/@floating-ui/dom/-/dom-1.6.12.tgz#6333dcb5a8ead3b2bf82f33d6bc410e95f54e556" + integrity sha512-NP83c0HjokcGVEMeoStg317VD9W7eDlGK7457dMBANbKA6GJZdc7rjujdgqzTaz93jkGgc5P/jeWbaCHnMNc+w== + dependencies: + "@floating-ui/core" "^1.6.0" + "@floating-ui/utils" "^0.2.8" + +"@floating-ui/utils@^0.2.8": + version "0.2.8" + resolved "https://registry.yarnpkg.com/@floating-ui/utils/-/utils-0.2.8.tgz#21a907684723bbbaa5f0974cf7730bd797eb8e62" + integrity sha512-kym7SodPp8/wloecOpcmSnWJsK7M0E5Wg8UcFA+uO4B9s5d0ywXOEro/8HM9x0rW+TljRzul/14UYz3TleT3ig== + +"@floating-ui/vue@^1.1.0": + version "1.1.5" + resolved "https://registry.yarnpkg.com/@floating-ui/vue/-/vue-1.1.5.tgz#dcbb5d7a2f9035b0c96a9c30cdf794977d360809" + integrity sha512-ynL1p5Z+woPVSwgMGqeDrx6HrJfGIDzFyESFkyqJKilGW1+h/8yVY29Khn0LaU6wHBRwZ13ntG6reiHWK6jyzw== + dependencies: + "@floating-ui/dom" "^1.0.0" + "@floating-ui/utils" "^0.2.8" + vue-demi ">=0.13.0" + +"@headlessui/vue@^1.7.14": + version "1.7.23" + resolved "https://registry.yarnpkg.com/@headlessui/vue/-/vue-1.7.23.tgz#7fe19dbeca35de9e6270c82c78c4864e6a6f7391" + integrity sha512-JzdCNqurrtuu0YW6QaDtR2PIYCKPUWq28csDyMvN4zmGccmE7lz40Is6hc3LA4HFeCI7sekZ/PQMTNmn9I/4Wg== + dependencies: + "@tanstack/vue-virtual" "^3.0.0-beta.60" + +"@internationalized/date@^3.5.4": + version "3.5.6" + resolved "https://registry.yarnpkg.com/@internationalized/date/-/date-3.5.6.tgz#0833c2fa75efb3573f4e3bf10e3895f1019e87dd" + integrity sha512-jLxQjefH9VI5P9UQuqB6qNKnvFt1Ky1TPIzHGsIlCi7sZZoMR8SdYbBGRvM0y+Jtb+ez4ieBzmiAUcpmPYpyOw== + dependencies: + "@swc/helpers" "^0.5.0" + +"@internationalized/number@^3.5.3": + version "3.5.4" + resolved "https://registry.yarnpkg.com/@internationalized/number/-/number-3.5.4.tgz#db1c648fa191b28062c2f4fd81fac89777ad3e91" + integrity sha512-h9huwWjNqYyE2FXZZewWqmCdkw1HeFds5q4Siuoms3hUQC5iPJK3aBmkFZoDSLN4UD0Bl8G22L/NdHpeOr+/7A== + dependencies: + "@swc/helpers" "^0.5.0" + +"@isaacs/cliui@^8.0.2": + version "8.0.2" + resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550" + integrity sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA== + dependencies: + string-width "^5.1.2" + string-width-cjs "npm:string-width@^4.2.0" + strip-ansi "^7.0.1" + strip-ansi-cjs "npm:strip-ansi@^6.0.1" + wrap-ansi "^8.1.0" + wrap-ansi-cjs "npm:wrap-ansi@^7.0.0" + +"@jridgewell/gen-mapping@^0.3.2": + version "0.3.5" + resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz#dcce6aff74bdf6dad1a95802b69b04a2fcb1fb36" + integrity sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg== + dependencies: + "@jridgewell/set-array" "^1.2.1" + "@jridgewell/sourcemap-codec" "^1.4.10" + "@jridgewell/trace-mapping" "^0.3.24" + +"@jridgewell/resolve-uri@^3.1.0": + version "3.1.2" + resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz#7a0ee601f60f99a20c7c7c5ff0c80388c1189bd6" + integrity sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw== + +"@jridgewell/set-array@^1.2.1": + version "1.2.1" + resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.2.1.tgz#558fb6472ed16a4c850b889530e6b36438c49280" + integrity sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A== + +"@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.14", "@jridgewell/sourcemap-codec@^1.5.0": + version "1.5.0" + resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz#3188bcb273a414b0d215fd22a58540b989b9409a" + integrity sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ== + +"@jridgewell/trace-mapping@^0.3.24": + version "0.3.25" + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz#15f190e98895f3fc23276ee14bc76b675c2e50f0" + integrity sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ== + dependencies: + "@jridgewell/resolve-uri" "^3.1.0" + "@jridgewell/sourcemap-codec" "^1.4.14" + +"@nodelib/fs.scandir@2.1.5": + version "2.1.5" + resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5" + integrity sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g== + dependencies: + "@nodelib/fs.stat" "2.0.5" + run-parallel "^1.1.9" + +"@nodelib/fs.stat@2.0.5", "@nodelib/fs.stat@^2.0.2": + version "2.0.5" + resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz#5bd262af94e9d25bd1e71b05deed44876a222e8b" + integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A== + +"@nodelib/fs.walk@^1.2.3": + version "1.2.8" + resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz#e95737e8bb6746ddedf69c556953494f196fe69a" + integrity sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg== + dependencies: + "@nodelib/fs.scandir" "2.1.5" + fastq "^1.6.0" + +"@pkgjs/parseargs@^0.11.0": + version "0.11.0" + resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33" + integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg== + +"@popperjs/core@^2.11.2", "@popperjs/core@^2.9.0": + version "2.11.8" + resolved "https://registry.yarnpkg.com/@popperjs/core/-/core-2.11.8.tgz#6b79032e760a0899cd4204710beede972a3a185f" + integrity sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A== + +"@remirror/core-constants@3.0.0": + version "3.0.0" + resolved "https://registry.yarnpkg.com/@remirror/core-constants/-/core-constants-3.0.0.tgz#96fdb89d25c62e7b6a5d08caf0ce5114370e3b8f" + integrity sha512-42aWfPrimMfDKDi4YegyS7x+/0tlzaqwPQCULLanv3DMIlu96KTJR0fM5isWX2UViOqlGnX6YFgqWepcX+XMNg== + +"@socket.io/component-emitter@~3.1.0": + version "3.1.2" + resolved "https://registry.yarnpkg.com/@socket.io/component-emitter/-/component-emitter-3.1.2.tgz#821f8442f4175d8f0467b9daf26e3a18e2d02af2" + integrity sha512-9BCxFwvbGg/RsZK9tjXd8s4UcwR0MWeFQ1XEKIQVVvAGJyINdrqKMcTRyLoK8Rse1GjzLV9cwjWV1olXRWEXVA== + +"@stripe/stripe-js@^1.3.0": + version "1.54.2" + resolved "https://registry.yarnpkg.com/@stripe/stripe-js/-/stripe-js-1.54.2.tgz#0665848e22cbda936cfd05256facdfbba121438d" + integrity sha512-R1PwtDvUfs99cAjfuQ/WpwJ3c92+DAMy9xGApjqlWQMj0FKQabUAys2swfTRNzuYAYJh7NqK2dzcYVNkKLEKUg== + +"@swc/helpers@^0.5.0": + version "0.5.15" + resolved "https://registry.yarnpkg.com/@swc/helpers/-/helpers-0.5.15.tgz#79efab344c5819ecf83a43f3f9f811fc84b516d7" + integrity sha512-JQ5TuMi45Owi4/BIMAJBoSQoOJu12oOk/gADqlcUL9JEdHB8vyjUSsxqeNXnmXHjYKMi2WcYtezGEEhqUI/E2g== + dependencies: + tslib "^2.8.0" + +"@tailwindcss/forms@^0.5.3": + version "0.5.9" + resolved "https://registry.yarnpkg.com/@tailwindcss/forms/-/forms-0.5.9.tgz#b495c12575d6eae5865b2cbd9876b26d89f16f61" + integrity sha512-tM4XVr2+UVTxXJzey9Twx48c1gcxFStqn1pQz0tRsX8o3DvxhN5oY5pvyAbUx7VTaZxpej4Zzvc6h+1RJBzpIg== + dependencies: + mini-svg-data-uri "^1.2.3" + +"@tailwindcss/typography@^0.5.0": + version "0.5.15" + resolved "https://registry.yarnpkg.com/@tailwindcss/typography/-/typography-0.5.15.tgz#007ab9870c86082a1c76e5b3feda9392c7c8d648" + integrity sha512-AqhlCXl+8grUz8uqExv5OTtgpjuVIwFTSXTrh8y9/pw6q2ek7fJ+Y8ZEVw7EB2DCcuCOtEjf9w3+J3rzts01uA== + dependencies: + lodash.castarray "^4.4.0" + lodash.isplainobject "^4.0.6" + lodash.merge "^4.6.2" + postcss-selector-parser "6.0.10" + +"@tanstack/virtual-core@3.10.9": + version "3.10.9" + resolved "https://registry.yarnpkg.com/@tanstack/virtual-core/-/virtual-core-3.10.9.tgz#55710c92b311fdaa8d8c66682a0dbdd684bc77c4" + integrity sha512-kBknKOKzmeR7lN+vSadaKWXaLS0SZZG+oqpQ/k80Q6g9REn6zRHS/ZYdrIzHnpHgy/eWs00SujveUN/GJT2qTw== + +"@tanstack/vue-virtual@^3.0.0-beta.60", "@tanstack/vue-virtual@^3.8.1": + version "3.10.9" + resolved "https://registry.yarnpkg.com/@tanstack/vue-virtual/-/vue-virtual-3.10.9.tgz#a5517174a7fe5e6ec82df328afdfc39a851f88f4" + integrity sha512-KU2quiwJQpA0sdflpXw24bhW+x8PG+FlrSJK3Ilobim671HNn4ztLVWUCEz3Inei4dLYq+GW1MK9X6i6ZeirkQ== + dependencies: + "@tanstack/virtual-core" "3.10.9" + +"@tiptap/core@^2.9.1": + version "2.9.1" + resolved "https://registry.yarnpkg.com/@tiptap/core/-/core-2.9.1.tgz#ceed211a9ecfe25a94e0e0863936169990e75aee" + integrity sha512-tifnLL/ARzQ6/FGEJjVwj9UT3v+pENdWHdk9x6F3X0mB1y0SeCjV21wpFLYESzwNdBPAj8NMp8Behv7dBnhIfw== + +"@tiptap/extension-blockquote@^2.9.1": + version "2.9.1" + resolved "https://registry.yarnpkg.com/@tiptap/extension-blockquote/-/extension-blockquote-2.9.1.tgz#e27ae65b6eb753bf0bd4ed717121338a7358e299" + integrity sha512-Y0jZxc/pdkvcsftmEZFyG+73um8xrx6/DMfgUcNg3JAM63CISedNcr+OEI11L0oFk1KFT7/aQ9996GM6Kubdqg== + +"@tiptap/extension-bold@^2.9.1": + version "2.9.1" + resolved "https://registry.yarnpkg.com/@tiptap/extension-bold/-/extension-bold-2.9.1.tgz#8f078766b043ab44208cb0610f1847263b4313cf" + integrity sha512-e2P1zGpnnt4+TyxTC5pX/lPxPasZcuHCYXY0iwQ3bf8qRQQEjDfj3X7EI+cXqILtnhOiviEOcYmeu5op2WhQDg== + +"@tiptap/extension-bubble-menu@^2.9.1": + version "2.9.1" + resolved "https://registry.yarnpkg.com/@tiptap/extension-bubble-menu/-/extension-bubble-menu-2.9.1.tgz#b130d8a0e2879a9378c2e1978c8c3122a1418fa8" + integrity sha512-DWUF6NG08/bZDWw0jCeotSTvpkyqZTi4meJPomG9Wzs/Ol7mEwlNCsCViD999g0+IjyXFatBk4DfUq1YDDu++Q== + dependencies: + tippy.js "^6.3.7" + +"@tiptap/extension-bullet-list@^2.9.1": + version "2.9.1" + resolved "https://registry.yarnpkg.com/@tiptap/extension-bullet-list/-/extension-bullet-list-2.9.1.tgz#25d28f5f141404142be9f965413ab2ecea61de9e" + integrity sha512-0hizL/0j9PragJObjAWUVSuGhN1jKjCFnhLQVRxtx4HutcvS/lhoWMvFg6ZF8xqWgIa06n6A7MaknQkqhTdhKA== + +"@tiptap/extension-code-block@^2.9.1": + version "2.9.1" + resolved "https://registry.yarnpkg.com/@tiptap/extension-code-block/-/extension-code-block-2.9.1.tgz#5a8c76729759e4505af40234c6011ad674ae4f7a" + integrity sha512-A/50wPWDqEUUUPhrwRKILP5gXMO5UlQ0F6uBRGYB9CEVOREam9yIgvONOnZVJtszHqOayjIVMXbH/JMBeq11/g== + +"@tiptap/extension-code@^2.9.1": + version "2.9.1" + resolved "https://registry.yarnpkg.com/@tiptap/extension-code/-/extension-code-2.9.1.tgz#5652c379cbdf06f95c90f93085256b24d421d9d9" + integrity sha512-WQqcVGe7i/E+yO3wz5XQteU1ETNZ00euUEl4ylVVmH2NM4Dh0KDjEhbhHlCM0iCfLUo7jhjC7dmS+hMdPUb+Tg== + +"@tiptap/extension-color@^2.0.3": + version "2.9.1" + resolved "https://registry.yarnpkg.com/@tiptap/extension-color/-/extension-color-2.9.1.tgz#e4afedba75ef6786c3fc18fb65026fe52b7189f7" + integrity sha512-9h4FcCDenOmr8x8/Vfzg9PBYrgXIXTi2x8JiaTbrQX+Ufea1SMx+Ko/Vowp7SGMnBAsB+sXkTVhAhiXDQbtWcQ== + +"@tiptap/extension-document@^2.9.1": + version "2.9.1" + resolved "https://registry.yarnpkg.com/@tiptap/extension-document/-/extension-document-2.9.1.tgz#ea65a86a4d2524ec65fc4775122f652840a89386" + integrity sha512-1a+HCoDPnBttjqExfYLwfABq8MYdiowhy/wp8eCxVb6KGFEENO53KapstISvPzqH7eOi+qRjBB1KtVYb/ZXicg== + +"@tiptap/extension-dropcursor@^2.9.1": + version "2.9.1" + resolved "https://registry.yarnpkg.com/@tiptap/extension-dropcursor/-/extension-dropcursor-2.9.1.tgz#737a6b40272d5aaaedd068ec93433564ba330909" + integrity sha512-wJZspSmJRkDBtPkzFz1g7gvZOEOayk8s93UHsgbJxcV4VWHYleZ5XhT74sZunSjefNDm3qC6v2BSgLp3vNHVKQ== + +"@tiptap/extension-floating-menu@^2.9.1": + version "2.9.1" + resolved "https://registry.yarnpkg.com/@tiptap/extension-floating-menu/-/extension-floating-menu-2.9.1.tgz#d0c81ec19b0c57e28e92a990f3cf94c8f256fc96" + integrity sha512-MxZ7acNNsoNaKpetxfwi3Z11Bgrh0T2EJlCV77v9N1vWK38+st3H1WJanmLbPNtc2ocvhHJrz+DjDz3CWxQ9rQ== + dependencies: + tippy.js "^6.3.7" + +"@tiptap/extension-gapcursor@^2.9.1": + version "2.9.1" + resolved "https://registry.yarnpkg.com/@tiptap/extension-gapcursor/-/extension-gapcursor-2.9.1.tgz#04db79acd0d17f4aedfcf23233769ad2bf8a5817" + integrity sha512-jsRBmX01vr+5H02GljiHMo0n5H1vzoMLmFarxe0Yq2d2l9G/WV2VWX2XnGliqZAYWd1bI0phs7uLQIN3mxGQTw== + +"@tiptap/extension-hard-break@^2.9.1": + version "2.9.1" + resolved "https://registry.yarnpkg.com/@tiptap/extension-hard-break/-/extension-hard-break-2.9.1.tgz#dac8d752801ca217305affb54507f2a1769acf80" + integrity sha512-fCuaOD/b7nDjm47PZ58oanq7y4ccS2wjPh42Qm0B0yipu/1fmC8eS1SmaXmk28F89BLtuL6uOCtR1spe+lZtlQ== + +"@tiptap/extension-heading@^2.9.1": + version "2.9.1" + resolved "https://registry.yarnpkg.com/@tiptap/extension-heading/-/extension-heading-2.9.1.tgz#83a2cf3174b6e3da66298b5cd424aca8dc4738bb" + integrity sha512-SjZowzLixOFaCrV2cMaWi1mp8REK0zK1b3OcVx7bCZfVSmsOETJyrAIUpCKA8o60NwF7pwhBg0MN8oXlNKMeFw== + +"@tiptap/extension-highlight@^2.0.3": + version "2.9.1" + resolved "https://registry.yarnpkg.com/@tiptap/extension-highlight/-/extension-highlight-2.9.1.tgz#73b6b0ed45d2b7eb6bce872e1cb7d72cd49c00b8" + integrity sha512-ro3bARRgxb4v8w6fPVfG1kO2UWtLgKI5ESfsQ9CqiZuRkZdRKhM5ZpXPIky28Pn7CxhDUSXBXS/MhvP0VuhMJQ== + +"@tiptap/extension-history@^2.9.1": + version "2.9.1" + resolved "https://registry.yarnpkg.com/@tiptap/extension-history/-/extension-history-2.9.1.tgz#7e60f4add5cdcbfa18a2edb7e9571c72f4c9c31a" + integrity sha512-wp9qR1NM+LpvyLZFmdNaAkDq0d4jDJ7z7Fz7icFQPu31NVxfQYO3IXNmvJDCNu8hFAbImpA5aG8MBuwzRo0H9w== + +"@tiptap/extension-horizontal-rule@^2.9.1": + version "2.9.1" + resolved "https://registry.yarnpkg.com/@tiptap/extension-horizontal-rule/-/extension-horizontal-rule-2.9.1.tgz#90acbd931aadd52affa3f8ac2aecead70839b342" + integrity sha512-ydUhABeaBI1CoJp+/BBqPhXINfesp1qMNL/jiDcMsB66fsD4nOyphpAJT7FaRFZFtQVF06+nttBtFZVkITQVqg== + +"@tiptap/extension-image@^2.0.3": + version "2.9.1" + resolved "https://registry.yarnpkg.com/@tiptap/extension-image/-/extension-image-2.9.1.tgz#774d8c43329920fb0f71df8eebacfeb9d1ddc823" + integrity sha512-aGqJnsuS8oagIhsx7wetm8jw4NEDsOV0OSx4FQ4VPlUqWlnzK0N+erFKKJmXTdAxL8PGzoPSlITFH63MV3eV3Q== + +"@tiptap/extension-italic@^2.9.1": + version "2.9.1" + resolved "https://registry.yarnpkg.com/@tiptap/extension-italic/-/extension-italic-2.9.1.tgz#575f5f278d2f6999e0ad1e3b91010a010cb650e2" + integrity sha512-VkNA6Vz96+/+7uBlsgM7bDXXx4b62T1fDam/3UKifA72aD/fZckeWrbT7KrtdUbzuIniJSbA0lpTs5FY29+86Q== + +"@tiptap/extension-link@^2.0.3": + version "2.9.1" + resolved "https://registry.yarnpkg.com/@tiptap/extension-link/-/extension-link-2.9.1.tgz#c9817cd73aea418df77cad71b433bbd32b098734" + integrity sha512-yG+e3e8cCCN9dZjX4ttEe3e2xhh58ryi3REJV4MdiEkOT9QF75Bl5pUbMIS4tQ8HkOr04QBFMHKM12kbSxg1BA== + dependencies: + linkifyjs "^4.1.0" + +"@tiptap/extension-list-item@^2.9.1": + version "2.9.1" + resolved "https://registry.yarnpkg.com/@tiptap/extension-list-item/-/extension-list-item-2.9.1.tgz#7e4e3f6805a716e683906901622eb9deb4be24f0" + integrity sha512-6O4NtYNR5N2Txi4AC0/4xMRJq9xd4+7ShxCZCDVL0WDVX37IhaqMO7LGQtA6MVlYyNaX4W1swfdJaqrJJ5HIUw== + +"@tiptap/extension-mention@^2.0.3": + version "2.9.1" + resolved "https://registry.yarnpkg.com/@tiptap/extension-mention/-/extension-mention-2.9.1.tgz#f35f68d40831395db83deae809db79d919cf948c" + integrity sha512-2IzunpivdNtDNdtAXwRiQbNhTm87zrbkhz1cCE+2y9pWiX1QLXyx0HQq/DIAjxp6v7y4sIh+5UTUTFlH7vD9wQ== + +"@tiptap/extension-ordered-list@^2.9.1": + version "2.9.1" + resolved "https://registry.yarnpkg.com/@tiptap/extension-ordered-list/-/extension-ordered-list-2.9.1.tgz#fe9d560ac548ce2e16f51fc92dfcc12ac9f92231" + integrity sha512-6J9jtv1XP8dW7/JNSH/K4yiOABc92tBJtgCsgP8Ep4+fjfjdj4HbjS1oSPWpgItucF2Fp/VF8qg55HXhjxHjTw== + +"@tiptap/extension-paragraph@^2.9.1": + version "2.9.1" + resolved "https://registry.yarnpkg.com/@tiptap/extension-paragraph/-/extension-paragraph-2.9.1.tgz#1cce648545b7b03d9af6fb393b0af602cf567135" + integrity sha512-JOmT0xd4gd3lIhLwrsjw8lV+ZFROKZdIxLi0Ia05XSu4RLrrvWj0zdKMSB+V87xOWfSB3Epo95zAvnPox5Q16A== + +"@tiptap/extension-placeholder@^2.0.3": + version "2.9.1" + resolved "https://registry.yarnpkg.com/@tiptap/extension-placeholder/-/extension-placeholder-2.9.1.tgz#ed2e56d164615a9ce6f0e58141ac83d3735233dc" + integrity sha512-Q/w3OOg/C6jGBf4QKEWKF9k+iaCQCgPoaIg2IDTPx8QmaxRfgoVE5Csd+oTOY/brdmSNXOxykZWEci6OJP+MbA== + +"@tiptap/extension-strike@^2.9.1": + version "2.9.1" + resolved "https://registry.yarnpkg.com/@tiptap/extension-strike/-/extension-strike-2.9.1.tgz#8c8553e81696e6c30a6801a1cae6afaa4c37f002" + integrity sha512-V5aEXdML+YojlPhastcu7w4biDPwmzy/fWq0T2qjfu5Te/THcqDmGYVBKESBm5x6nBy5OLkanw2O+KHu2quDdg== + +"@tiptap/extension-table-cell@^2.0.3": + version "2.9.1" + resolved "https://registry.yarnpkg.com/@tiptap/extension-table-cell/-/extension-table-cell-2.9.1.tgz#f2c630b29021da030bc0253a7aa878fe82995f01" + integrity sha512-/wrcniLdhMhs5M2NDetFcfq510N5to7YKK+52KOXNotBI8K/GjMmGmtwWEKPITD0/RgYrXzpMcta/O+/0OCOPQ== + +"@tiptap/extension-table-header@^2.0.3": + version "2.9.1" + resolved "https://registry.yarnpkg.com/@tiptap/extension-table-header/-/extension-table-header-2.9.1.tgz#4eba6c4d437053ece0a070dc075257486f20b6f5" + integrity sha512-KtI01636Du1IB/I3pe9ZJWKkOc6INqAaIw+RFirRCnd8Xnik7tJfAwdhXzoPRcer6ViZmlzSrM2dkwaZCF7gcw== + +"@tiptap/extension-table-row@^2.0.3": + version "2.9.1" + resolved "https://registry.yarnpkg.com/@tiptap/extension-table-row/-/extension-table-row-2.9.1.tgz#c19611937035309d0f70153265451c029953261f" + integrity sha512-Wq7QlI/S5iX4UCAdX+ok/szegVMbvrM3H8o6jwO+G4p8JJt6iv7ZmEnJ19xIINhmiKsrdanqH9FFK4tQ3yvQ0A== + +"@tiptap/extension-table@^2.0.3": + version "2.9.1" + resolved "https://registry.yarnpkg.com/@tiptap/extension-table/-/extension-table-2.9.1.tgz#e0905e5cfb39ca99d0c9098e0efd7cd1b246e82d" + integrity sha512-OmWZFZOSZwSSEvoVUkDsRFyCXTYei/pV396Xjv9pfFzXQkVbfq/CjTp61zvb/9mmEz3rcfvfG7G39eRlZTvBNg== + +"@tiptap/extension-text-align@^2.0.3": + version "2.9.1" + resolved "https://registry.yarnpkg.com/@tiptap/extension-text-align/-/extension-text-align-2.9.1.tgz#5f7920a16c95b283c961cf1e22357bdc355c1626" + integrity sha512-oUp0XnwJpAImcOVV68vsY2CpkHpRZ3gzWfIRTuy+aYitQim3xDKis/qfWQUWZsANp9/TZ0VyjtkZxNMwOfcu1g== + +"@tiptap/extension-text-style@^2.0.3", "@tiptap/extension-text-style@^2.9.1": + version "2.9.1" + resolved "https://registry.yarnpkg.com/@tiptap/extension-text-style/-/extension-text-style-2.9.1.tgz#b9fc9cd8e90747357fbd4cac541a33aaa8b76875" + integrity sha512-LAxc0SeeiPiAVBwksczeA7BJSZb6WtVpYhy5Esvy9K0mK5kttB4KxtnXWeQzMIJZQbza65yftGKfQlexf/Y7yg== + +"@tiptap/extension-text@^2.9.1": + version "2.9.1" + resolved "https://registry.yarnpkg.com/@tiptap/extension-text/-/extension-text-2.9.1.tgz#e4cda144b0af916ee0dafb700f833cd40eeae6d9" + integrity sha512-3wo9uCrkLVLQFgbw2eFU37QAa1jq1/7oExa+FF/DVxdtHRS9E2rnUZ8s2hat/IWzvPUHXMwo3Zg2XfhoamQpCA== + +"@tiptap/extension-typography@^2.0.3": + version "2.9.1" + resolved "https://registry.yarnpkg.com/@tiptap/extension-typography/-/extension-typography-2.9.1.tgz#ffc1a7374e93c1661e828815b45286340435218d" + integrity sha512-HX0kghh+Gmlp5FsVVGmQNRxxA+aErLBgmKVspycJ3UHzAkyzsdx4qM19KCZ3pMOI+kxcXF9cMh3QxJYJ+OQ7wg== + +"@tiptap/pm@^2.0.3", "@tiptap/pm@^2.9.1": + version "2.9.1" + resolved "https://registry.yarnpkg.com/@tiptap/pm/-/pm-2.9.1.tgz#4d2304eb2ec611d2128e9ebcb9f28f1a5c74cd32" + integrity sha512-mvV86fr7kEuDYEApQ2uMPCKL2uagUE0BsXiyyz3KOkY1zifyVm1fzdkscb24Qy1GmLzWAIIihA+3UHNRgYdOlQ== + dependencies: + prosemirror-changeset "^2.2.1" + prosemirror-collab "^1.3.1" + prosemirror-commands "^1.6.0" + prosemirror-dropcursor "^1.8.1" + prosemirror-gapcursor "^1.3.2" + prosemirror-history "^1.4.1" + prosemirror-inputrules "^1.4.0" + prosemirror-keymap "^1.2.2" + prosemirror-markdown "^1.13.0" + prosemirror-menu "^1.2.4" + prosemirror-model "^1.22.3" + prosemirror-schema-basic "^1.2.3" + prosemirror-schema-list "^1.4.1" + prosemirror-state "^1.4.3" + prosemirror-tables "^1.4.0" + prosemirror-trailing-node "^3.0.0" + prosemirror-transform "^1.10.0" + prosemirror-view "^1.34.3" + +"@tiptap/starter-kit@^2.0.3": + version "2.9.1" + resolved "https://registry.yarnpkg.com/@tiptap/starter-kit/-/starter-kit-2.9.1.tgz#d990bfd8b8da5e13bc1c0eada7e00d6c77a09490" + integrity sha512-nsw6UF/7wDpPfHRhtGOwkj1ipIEiWZS1VGw+c14K61vM1CNj0uQ4jogbHwHZqN1dlL5Hh+FCqUHDPxG6ECbijg== + dependencies: + "@tiptap/core" "^2.9.1" + "@tiptap/extension-blockquote" "^2.9.1" + "@tiptap/extension-bold" "^2.9.1" + "@tiptap/extension-bullet-list" "^2.9.1" + "@tiptap/extension-code" "^2.9.1" + "@tiptap/extension-code-block" "^2.9.1" + "@tiptap/extension-document" "^2.9.1" + "@tiptap/extension-dropcursor" "^2.9.1" + "@tiptap/extension-gapcursor" "^2.9.1" + "@tiptap/extension-hard-break" "^2.9.1" + "@tiptap/extension-heading" "^2.9.1" + "@tiptap/extension-history" "^2.9.1" + "@tiptap/extension-horizontal-rule" "^2.9.1" + "@tiptap/extension-italic" "^2.9.1" + "@tiptap/extension-list-item" "^2.9.1" + "@tiptap/extension-ordered-list" "^2.9.1" + "@tiptap/extension-paragraph" "^2.9.1" + "@tiptap/extension-strike" "^2.9.1" + "@tiptap/extension-text" "^2.9.1" + "@tiptap/extension-text-style" "^2.9.1" + "@tiptap/pm" "^2.9.1" + +"@tiptap/suggestion@^2.0.3": + version "2.9.1" + resolved "https://registry.yarnpkg.com/@tiptap/suggestion/-/suggestion-2.9.1.tgz#e83cfadd47a7c45d75d26c8fbf7dac6d62022d79" + integrity sha512-MMxwpbtocxUsbmc8qtFY1AQYNTW5i/M4aNSv9zsKKRISaS5hMD7XVrw2eod0x0yEqZU3izLiPDZPmgr8glF+jQ== + +"@tiptap/vue-3@^2.0.3": + version "2.9.1" + resolved "https://registry.yarnpkg.com/@tiptap/vue-3/-/vue-3-2.9.1.tgz#3bc3bee531115b8650aaacafdd4e021bd6c69fc1" + integrity sha512-51mKa4C3hdKe+o6G7Pk7d4puZ/VjoHWtTo2WxE249oH+bCkh6FObqNu2wfRK+9obVuTGXQ9dAc988cmwY+2eyw== + dependencies: + "@tiptap/extension-bubble-menu" "^2.9.1" + "@tiptap/extension-floating-menu" "^2.9.1" + +"@types/linkify-it@^5": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@types/linkify-it/-/linkify-it-5.0.0.tgz#21413001973106cda1c3a9b91eedd4ccd5469d76" + integrity sha512-sVDA58zAw4eWAffKOaQH5/5j3XeayukzDk+ewSsnv3p4yJEZHCCzMDiZM8e0OUrRvmpGZ85jf4yDHkHsgBNr9Q== + +"@types/markdown-it@^14.0.0": + version "14.1.2" + resolved "https://registry.yarnpkg.com/@types/markdown-it/-/markdown-it-14.1.2.tgz#57f2532a0800067d9b934f3521429a2e8bfb4c61" + integrity sha512-promo4eFwuiW+TfGxhi+0x3czqTYJkG8qB17ZUJiVF10Xm7NLVRSLUsfRTU/6h1e24VvRnXCx+hG7li58lkzog== + dependencies: + "@types/linkify-it" "^5" + "@types/mdurl" "^2" + +"@types/mdurl@^2": + version "2.0.0" + resolved "https://registry.yarnpkg.com/@types/mdurl/-/mdurl-2.0.0.tgz#d43878b5b20222682163ae6f897b20447233bdfd" + integrity sha512-RGdgjQUZba5p6QEFAVx2OGb8rQDL/cPRG7GiedRzMcJ1tYnUANBncjbSB1NRGwbvjcPeikRABz2nshyPk1bhWg== + +"@types/web-bluetooth@^0.0.20": + version "0.0.20" + resolved "https://registry.yarnpkg.com/@types/web-bluetooth/-/web-bluetooth-0.0.20.tgz#f066abfcd1cbe66267cdbbf0de010d8a41b41597" + integrity sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow== + +"@vitejs/plugin-vue@^4.2.3": + version "4.6.2" + resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-4.6.2.tgz#057d2ded94c4e71b94e9814f92dcd9306317aa46" + integrity sha512-kqf7SGFoG+80aZG6Pf+gsZIVvGSCKE98JbiWqcCV9cThtg91Jav0yvYFC9Zb+jKetNGF6ZKeoaxgZfND21fWKw== + +"@vue/compiler-core@3.5.12": + version "3.5.12" + resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.5.12.tgz#bd70b7dabd12b0b6f31bc53418ba3da77994c437" + integrity sha512-ISyBTRMmMYagUxhcpyEH0hpXRd/KqDU4ymofPgl2XAkY9ZhQ+h0ovEZJIiPop13UmR/54oA2cgMDjgroRelaEw== + dependencies: + "@babel/parser" "^7.25.3" + "@vue/shared" "3.5.12" + entities "^4.5.0" + estree-walker "^2.0.2" + source-map-js "^1.2.0" + +"@vue/compiler-dom@3.5.12": + version "3.5.12" + resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.5.12.tgz#456d631d11102535b7ee6fd954cf2c93158d0354" + integrity sha512-9G6PbJ03uwxLHKQ3P42cMTi85lDRvGLB2rSGOiQqtXELat6uI4n8cNz9yjfVHRPIu+MsK6TE418Giruvgptckg== + dependencies: + "@vue/compiler-core" "3.5.12" + "@vue/shared" "3.5.12" + +"@vue/compiler-sfc@3.5.12": + version "3.5.12" + resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.5.12.tgz#6688120d905fcf22f7e44d3cb90f8dabc4dd3cc8" + integrity sha512-2k973OGo2JuAa5+ZlekuQJtitI5CgLMOwgl94BzMCsKZCX/xiqzJYzapl4opFogKHqwJk34vfsaKpfEhd1k5nw== + dependencies: + "@babel/parser" "^7.25.3" + "@vue/compiler-core" "3.5.12" + "@vue/compiler-dom" "3.5.12" + "@vue/compiler-ssr" "3.5.12" + "@vue/shared" "3.5.12" + estree-walker "^2.0.2" + magic-string "^0.30.11" + postcss "^8.4.47" + source-map-js "^1.2.0" + +"@vue/compiler-ssr@3.5.12": + version "3.5.12" + resolved "https://registry.yarnpkg.com/@vue/compiler-ssr/-/compiler-ssr-3.5.12.tgz#5f1a3fbd5c44b79a6dbe88729f7801d9c9218bde" + integrity sha512-eLwc7v6bfGBSM7wZOGPmRavSWzNFF6+PdRhE+VFJhNCgHiF8AM7ccoqcv5kBXA2eWUfigD7byekvf/JsOfKvPA== + dependencies: + "@vue/compiler-dom" "3.5.12" + "@vue/shared" "3.5.12" + +"@vue/devtools-api@^6.6.4": + version "6.6.4" + resolved "https://registry.yarnpkg.com/@vue/devtools-api/-/devtools-api-6.6.4.tgz#cbe97fe0162b365edc1dba80e173f90492535343" + integrity sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g== + +"@vue/reactivity@3.5.12": + version "3.5.12" + resolved "https://registry.yarnpkg.com/@vue/reactivity/-/reactivity-3.5.12.tgz#a2815d91842ed7b9e7e7936c851923caf6b6e603" + integrity sha512-UzaN3Da7xnJXdz4Okb/BGbAaomRHc3RdoWqTzlvd9+WBR5m3J39J1fGcHes7U3za0ruYn/iYy/a1euhMEHvTAg== + dependencies: + "@vue/shared" "3.5.12" + +"@vue/runtime-core@3.5.12": + version "3.5.12" + resolved "https://registry.yarnpkg.com/@vue/runtime-core/-/runtime-core-3.5.12.tgz#849207f203d0fd82971f19574d30dbe7134c78c7" + integrity sha512-hrMUYV6tpocr3TL3Ad8DqxOdpDe4zuQY4HPY3X/VRh+L2myQO8MFXPAMarIOSGNu0bFAjh1yBkMPXZBqCk62Uw== + dependencies: + "@vue/reactivity" "3.5.12" + "@vue/shared" "3.5.12" + +"@vue/runtime-dom@3.5.12": + version "3.5.12" + resolved "https://registry.yarnpkg.com/@vue/runtime-dom/-/runtime-dom-3.5.12.tgz#6d4de3df49a90a460b311b1100baa5e2d0d1c8c9" + integrity sha512-q8VFxR9A2MRfBr6/55Q3umyoN7ya836FzRXajPB6/Vvuv0zOPL+qltd9rIMzG/DbRLAIlREmnLsplEF/kotXKA== + dependencies: + "@vue/reactivity" "3.5.12" + "@vue/runtime-core" "3.5.12" + "@vue/shared" "3.5.12" + csstype "^3.1.3" + +"@vue/server-renderer@3.5.12": + version "3.5.12" + resolved "https://registry.yarnpkg.com/@vue/server-renderer/-/server-renderer-3.5.12.tgz#79c6bc3860e4e4ef80d85653c5d03fd94b26574e" + integrity sha512-I3QoeDDeEPZm8yR28JtY+rk880Oqmj43hreIBVTicisFTx/Dl7JpG72g/X7YF8hnQD3IFhkky5i2bPonwrTVPg== + dependencies: + "@vue/compiler-ssr" "3.5.12" + "@vue/shared" "3.5.12" + +"@vue/shared@3.5.12": + version "3.5.12" + resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.5.12.tgz#f9e45b7f63f2c3f40d84237b1194b7f67de192e3" + integrity sha512-L2RPSAwUFbgZH20etwrXyVyCBu9OxRSi8T/38QsvnkJyvq2LufW2lDCOzm7t/U9C1mkhJGWYfCuFBCmIuNivrg== + +"@vueuse/core@^10.11.0", "@vueuse/core@^10.4.1": + version "10.11.1" + resolved "https://registry.yarnpkg.com/@vueuse/core/-/core-10.11.1.tgz#15d2c0b6448d2212235b23a7ba29c27173e0c2c6" + integrity sha512-guoy26JQktXPcz+0n3GukWIy/JDNKti9v6VEMu6kV2sYBsWuGiTU8OWdg+ADfUbHg3/3DlqySDe7JmdHrktiww== + dependencies: + "@types/web-bluetooth" "^0.0.20" + "@vueuse/metadata" "10.11.1" + "@vueuse/shared" "10.11.1" + vue-demi ">=0.14.8" + +"@vueuse/core@^11.2.0": + version "11.2.0" + resolved "https://registry.yarnpkg.com/@vueuse/core/-/core-11.2.0.tgz#3fc6c0963051bb154dc4c08061889405e3fc745d" + integrity sha512-JIUwRcOqOWzcdu1dGlfW04kaJhW3EXnnjJJfLTtddJanymTL7lF1C0+dVVZ/siLfc73mWn+cGP1PE1PKPruRSA== + dependencies: + "@types/web-bluetooth" "^0.0.20" + "@vueuse/metadata" "11.2.0" + "@vueuse/shared" "11.2.0" + vue-demi ">=0.14.10" + +"@vueuse/metadata@10.11.1": + version "10.11.1" + resolved "https://registry.yarnpkg.com/@vueuse/metadata/-/metadata-10.11.1.tgz#209db7bb5915aa172a87510b6de2ca01cadbd2a7" + integrity sha512-IGa5FXd003Ug1qAZmyE8wF3sJ81xGLSqTqtQ6jaVfkeZ4i5kS2mwQF61yhVqojRnenVew5PldLyRgvdl4YYuSw== + +"@vueuse/metadata@11.2.0": + version "11.2.0" + resolved "https://registry.yarnpkg.com/@vueuse/metadata/-/metadata-11.2.0.tgz#fd02cbbc7d08cb4592fceea0486559b89ae38643" + integrity sha512-L0ZmtRmNx+ZW95DmrgD6vn484gSpVeRbgpWevFKXwqqQxW9hnSi2Ppuh2BzMjnbv4aJRiIw8tQatXT9uOB23dQ== + +"@vueuse/shared@10.11.1", "@vueuse/shared@^10.11.0": + version "10.11.1" + resolved "https://registry.yarnpkg.com/@vueuse/shared/-/shared-10.11.1.tgz#62b84e3118ae6e1f3ff38f4fbe71b0c5d0f10938" + integrity sha512-LHpC8711VFZlDaYUXEBbFBCQ7GS3dVU9mjOhhMhXP6txTV4EhYQg/KGnQuvt/sPAtoUKq7VVUnL6mVtFoL42sA== + dependencies: + vue-demi ">=0.14.8" + +"@vueuse/shared@11.2.0": + version "11.2.0" + resolved "https://registry.yarnpkg.com/@vueuse/shared/-/shared-11.2.0.tgz#7fb2f3cade6b6c00ef97e613f187ee9bdcfb9a3a" + integrity sha512-VxFjie0EanOudYSgMErxXfq6fo8vhr5ICI+BuE3I9FnX7ePllEsVrRQ7O6Q1TLgApeLuPKcHQxAXpP+KnlrJsg== + dependencies: + vue-demi ">=0.14.10" + +ansi-regex@^5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304" + integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ== + +ansi-regex@^6.0.1: + version "6.1.0" + resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.1.0.tgz#95ec409c69619d6cb1b8b34f14b660ef28ebd654" + integrity sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA== + +ansi-styles@^4.0.0: + version "4.3.0" + resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937" + integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg== + dependencies: + color-convert "^2.0.1" + +ansi-styles@^6.1.0: + version "6.2.1" + resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5" + integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug== + +any-promise@^1.0.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/any-promise/-/any-promise-1.3.0.tgz#abc6afeedcea52e809cdc0376aed3ce39635d17f" + integrity sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A== + +anymatch@~3.1.2: + version "3.1.3" + resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.3.tgz#790c58b19ba1720a84205b57c618d5ad8524973e" + integrity sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw== + dependencies: + normalize-path "^3.0.0" + picomatch "^2.0.4" + +arg@^5.0.2: + version "5.0.2" + resolved "https://registry.yarnpkg.com/arg/-/arg-5.0.2.tgz#c81433cc427c92c4dcf4865142dbca6f15acd59c" + integrity sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg== + +argparse@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38" + integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q== + +aria-hidden@^1.2.4: + version "1.2.4" + resolved "https://registry.yarnpkg.com/aria-hidden/-/aria-hidden-1.2.4.tgz#b78e383fdbc04d05762c78b4a25a501e736c4522" + integrity sha512-y+CcFFwelSXpLZk/7fMB2mUbGtX9lKycf1MWJ7CaTIERyitVlyQx6C+sxcROU2BAJ24OiZyK+8wj2i8AlBoS3A== + dependencies: + tslib "^2.0.0" + +autoprefixer@^10.4.14: + version "10.4.20" + resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.20.tgz#5caec14d43976ef42e32dcb4bd62878e96be5b3b" + integrity sha512-XY25y5xSv/wEoqzDyXXME4AFfkZI0P23z6Fs3YgymDnKJkCGOnkL0iTxCa85UTqaSgfcqyf3UA6+c7wUvx/16g== + dependencies: + browserslist "^4.23.3" + caniuse-lite "^1.0.30001646" + fraction.js "^4.3.7" + normalize-range "^0.1.2" + picocolors "^1.0.1" + postcss-value-parser "^4.2.0" + +balanced-match@^1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee" + integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw== + +binary-extensions@^2.0.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.3.0.tgz#f6e14a97858d327252200242d4ccfe522c445522" + integrity sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw== + +brace-expansion@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae" + integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA== + dependencies: + balanced-match "^1.0.0" + +braces@^3.0.3, braces@~3.0.2: + version "3.0.3" + resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789" + integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA== + dependencies: + fill-range "^7.1.1" + +browserslist@^4.23.3: + version "4.24.2" + resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.24.2.tgz#f5845bc91069dbd55ee89faf9822e1d885d16580" + integrity sha512-ZIc+Q62revdMcqC6aChtW4jz3My3klmCO1fEmINZY/8J3EpBg5/A/D0AKmBveUh6pgoeycoMkVMko84tuYS+Gg== + dependencies: + caniuse-lite "^1.0.30001669" + electron-to-chromium "^1.5.41" + node-releases "^2.0.18" + update-browserslist-db "^1.1.1" + +camelcase-css@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/camelcase-css/-/camelcase-css-2.0.1.tgz#ee978f6947914cc30c6b44741b6ed1df7f043fd5" + integrity sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA== + +caniuse-lite@^1.0.30001646, caniuse-lite@^1.0.30001669: + version "1.0.30001680" + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001680.tgz#5380ede637a33b9f9f1fc6045ea99bd142f3da5e" + integrity sha512-rPQy70G6AGUMnbwS1z6Xg+RkHYPAi18ihs47GH0jcxIG7wArmPgY3XbS2sRdBbxJljp3thdT8BIqv9ccCypiPA== + +chokidar@^3.5.3: + version "3.6.0" + resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.6.0.tgz#197c6cc669ef2a8dc5e7b4d97ee4e092c3eb0d5b" + integrity sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw== + dependencies: + anymatch "~3.1.2" + braces "~3.0.2" + glob-parent "~5.1.2" + is-binary-path "~2.1.0" + is-glob "~4.0.1" + normalize-path "~3.0.0" + readdirp "~3.6.0" + optionalDependencies: + fsevents "~2.3.2" + +classnames@^2.2.5: + version "2.5.1" + resolved "https://registry.yarnpkg.com/classnames/-/classnames-2.5.1.tgz#ba774c614be0f016da105c858e7159eae8e7687b" + integrity sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow== + +color-convert@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz#72d3a68d598c9bdb3af2ad1e84f21d896abd4de3" + integrity sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ== + dependencies: + color-name "~1.1.4" + +color-name@~1.1.4: + version "1.1.4" + resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2" + integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== + +commander@^4.0.0: + version "4.1.1" + resolved "https://registry.yarnpkg.com/commander/-/commander-4.1.1.tgz#9fd602bd936294e9e9ef46a3f4d6964044b18068" + integrity sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA== + +commander@^9.0.0: + version "9.5.0" + resolved "https://registry.yarnpkg.com/commander/-/commander-9.5.0.tgz#bc08d1eb5cedf7ccb797a96199d41c7bc3e60d30" + integrity sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ== + +core-js@^3.1.3: + version "3.39.0" + resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.39.0.tgz#57f7647f4d2d030c32a72ea23a0555b2eaa30f83" + integrity sha512-raM0ew0/jJUqkJ0E6e8UDtl+y/7ktFivgWvqw8dNSQeNWoSDLvQ1H/RN3aPXB9tBd4/FhyR4RDPGhsNIMsAn7g== + +crelt@^1.0.0: + version "1.0.6" + resolved "https://registry.yarnpkg.com/crelt/-/crelt-1.0.6.tgz#7cc898ea74e190fb6ef9dae57f8f81cf7302df72" + integrity sha512-VQ2MBenTq1fWZUH9DJNGti7kKv6EeAuYr3cLwxUWhIu1baTaXh4Ib5W2CqHVqib4/MqbYGJqiL3Zb8GJZr3l4g== + +cross-spawn@^7.0.0: + version "7.0.5" + resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.5.tgz#910aac880ff5243da96b728bc6521a5f6c2f2f82" + integrity sha512-ZVJrKKYunU38/76t0RMOulHOnUcbU9GbpWKAOZ0mhjr7CX6FVrH+4FrAapSOekrgFQ3f/8gwMEuIft0aKq6Hug== + dependencies: + path-key "^3.1.0" + shebang-command "^2.0.0" + which "^2.0.1" + +cssesc@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/cssesc/-/cssesc-3.0.0.tgz#37741919903b868565e1c09ea747445cd18983ee" + integrity sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg== + +csstype@^3.1.3: + version "3.1.3" + resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.3.tgz#d80ff294d114fb0e6ac500fbf85b60137d7eff81" + integrity sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw== + +debug@~4.3.1, debug@~4.3.2: + version "4.3.7" + resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.7.tgz#87945b4151a011d76d95a198d7111c865c360a52" + integrity sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ== + dependencies: + ms "^2.1.3" + +defu@^6.1.4: + version "6.1.4" + resolved "https://registry.yarnpkg.com/defu/-/defu-6.1.4.tgz#4e0c9cf9ff68fe5f3d7f2765cc1a012dfdcb0479" + integrity sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg== + +didyoumean@^1.2.2: + version "1.2.2" + resolved "https://registry.yarnpkg.com/didyoumean/-/didyoumean-1.2.2.tgz#989346ffe9e839b4555ecf5666edea0d3e8ad037" + integrity sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw== + +dlv@^1.1.3: + version "1.1.3" + resolved "https://registry.yarnpkg.com/dlv/-/dlv-1.1.3.tgz#5c198a8a11453596e751494d49874bc7732f2e79" + integrity sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA== + +eastasianwidth@^0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz#696ce2ec0aa0e6ea93a397ffcf24aa7840c827cb" + integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA== + +electron-to-chromium@^1.5.41: + version "1.5.55" + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.55.tgz#73684752aa2e1aa49cafb355a41386c6637e76a9" + integrity sha512-6maZ2ASDOTBtjt9FhqYPRnbvKU5tjG0IN9SztUOWYw2AzNDNpKJYLJmlK0/En4Hs/aiWnB+JZ+gW19PIGszgKg== + +emoji-regex@^8.0.0: + version "8.0.0" + resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37" + integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A== + +emoji-regex@^9.2.2: + version "9.2.2" + resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-9.2.2.tgz#840c8803b0d8047f4ff0cf963176b32d4ef3ed72" + integrity sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg== + +engine.io-client@~6.6.1: + version "6.6.2" + resolved "https://registry.yarnpkg.com/engine.io-client/-/engine.io-client-6.6.2.tgz#e0a09e1c90effe5d6264da1c56d7281998f1e50b" + integrity sha512-TAr+NKeoVTjEVW8P3iHguO1LO6RlUz9O5Y8o7EY0fU+gY1NYqas7NN3slpFtbXEsLMHk0h90fJMfKjRkQ0qUIw== + dependencies: + "@socket.io/component-emitter" "~3.1.0" + debug "~4.3.1" + engine.io-parser "~5.2.1" + ws "~8.17.1" + xmlhttprequest-ssl "~2.1.1" + +engine.io-parser@~5.2.1: + version "5.2.3" + resolved "https://registry.yarnpkg.com/engine.io-parser/-/engine.io-parser-5.2.3.tgz#00dc5b97b1f233a23c9398d0209504cf5f94d92f" + integrity sha512-HqD3yTBfnBxIrbnM1DoD6Pcq8NECnh8d4As1Qgh0z5Gg3jRRIqijury0CL3ghu/edArpUYiYqQiDUQBIs4np3Q== + +entities@^4.4.0, entities@^4.5.0: + version "4.5.0" + resolved "https://registry.yarnpkg.com/entities/-/entities-4.5.0.tgz#5d268ea5e7113ec74c4d033b79ea5a35a488fb48" + integrity sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw== + +esbuild@^0.18.10: + version "0.18.20" + resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.18.20.tgz#4709f5a34801b43b799ab7d6d82f7284a9b7a7a6" + integrity sha512-ceqxoedUrcayh7Y7ZX6NdbbDzGROiyVBgC4PriJThBKSVPWnnFHZAkfI1lJT8QFkOwH4qOS2SJkS4wvpGl8BpA== + optionalDependencies: + "@esbuild/android-arm" "0.18.20" + "@esbuild/android-arm64" "0.18.20" + "@esbuild/android-x64" "0.18.20" + "@esbuild/darwin-arm64" "0.18.20" + "@esbuild/darwin-x64" "0.18.20" + "@esbuild/freebsd-arm64" "0.18.20" + "@esbuild/freebsd-x64" "0.18.20" + "@esbuild/linux-arm" "0.18.20" + "@esbuild/linux-arm64" "0.18.20" + "@esbuild/linux-ia32" "0.18.20" + "@esbuild/linux-loong64" "0.18.20" + "@esbuild/linux-mips64el" "0.18.20" + "@esbuild/linux-ppc64" "0.18.20" + "@esbuild/linux-riscv64" "0.18.20" + "@esbuild/linux-s390x" "0.18.20" + "@esbuild/linux-x64" "0.18.20" + "@esbuild/netbsd-x64" "0.18.20" + "@esbuild/openbsd-x64" "0.18.20" + "@esbuild/sunos-x64" "0.18.20" + "@esbuild/win32-arm64" "0.18.20" + "@esbuild/win32-ia32" "0.18.20" + "@esbuild/win32-x64" "0.18.20" + +escalade@^3.2.0: + version "3.2.0" + resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.2.0.tgz#011a3f69856ba189dffa7dc8fcce99d2a87903e5" + integrity sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA== + +escape-string-regexp@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34" + integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA== + +estree-walker@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-2.0.2.tgz#52f010178c2a4c117a7757cfe942adb7d2da4cac" + integrity sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w== + +fast-deep-equal@^3.1.3: + version "3.1.3" + resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525" + integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q== + +fast-glob@^3.3.0: + version "3.3.2" + resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129" + integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow== + dependencies: + "@nodelib/fs.stat" "^2.0.2" + "@nodelib/fs.walk" "^1.2.3" + glob-parent "^5.1.2" + merge2 "^1.3.0" + micromatch "^4.0.4" + +fastq@^1.6.0: + version "1.17.1" + resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.17.1.tgz#2a523f07a4e7b1e81a42b91b8bf2254107753b47" + integrity sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w== + dependencies: + reusify "^1.0.4" + +feather-icons@^4.28.0: + version "4.29.2" + resolved "https://registry.yarnpkg.com/feather-icons/-/feather-icons-4.29.2.tgz#b03a47588a1c400f215e884504db1c18860d89f8" + integrity sha512-0TaCFTnBTVCz6U+baY2UJNKne5ifGh7sMG4ZC2LoBWCZdIyPa+y6UiR4lEYGws1JOFWdee8KAsAIvu0VcXqiqA== + dependencies: + classnames "^2.2.5" + core-js "^3.1.3" + +fill-range@^7.1.1: + version "7.1.1" + resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292" + integrity sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg== + dependencies: + to-regex-range "^5.0.1" + +foreground-child@^3.1.0: + version "3.3.0" + resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.3.0.tgz#0ac8644c06e431439f8561db8ecf29a7b5519c77" + integrity sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg== + dependencies: + cross-spawn "^7.0.0" + signal-exit "^4.0.1" + +fraction.js@^4.3.7: + version "4.3.7" + resolved "https://registry.yarnpkg.com/fraction.js/-/fraction.js-4.3.7.tgz#06ca0085157e42fda7f9e726e79fefc4068840f7" + integrity sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew== + +frappe-ui@^v0.1.72: + version "0.1.72" + resolved "https://registry.yarnpkg.com/frappe-ui/-/frappe-ui-0.1.72.tgz#f5550056ddee7ad4341f2c1825d046404d221820" + integrity sha512-XWYKmCjw3ViD+/+tZMUiYqwHFlMGMsVuazOYiN5bKlE+aiheJsnHlOOUyQswYX1Y7jNxuC7gGpSLNg2ZpXA7hA== + dependencies: + "@headlessui/vue" "^1.7.14" + "@popperjs/core" "^2.11.2" + "@tailwindcss/forms" "^0.5.3" + "@tailwindcss/typography" "^0.5.0" + "@tiptap/extension-color" "^2.0.3" + "@tiptap/extension-highlight" "^2.0.3" + "@tiptap/extension-image" "^2.0.3" + "@tiptap/extension-link" "^2.0.3" + "@tiptap/extension-mention" "^2.0.3" + "@tiptap/extension-placeholder" "^2.0.3" + "@tiptap/extension-table" "^2.0.3" + "@tiptap/extension-table-cell" "^2.0.3" + "@tiptap/extension-table-header" "^2.0.3" + "@tiptap/extension-table-row" "^2.0.3" + "@tiptap/extension-text-align" "^2.0.3" + "@tiptap/extension-text-style" "^2.0.3" + "@tiptap/extension-typography" "^2.0.3" + "@tiptap/pm" "^2.0.3" + "@tiptap/starter-kit" "^2.0.3" + "@tiptap/suggestion" "^2.0.3" + "@tiptap/vue-3" "^2.0.3" + "@vueuse/core" "^10.4.1" + feather-icons "^4.28.0" + idb-keyval "^6.2.0" + prettier "^3.3.2" + radix-vue "^1.5.3" + showdown "^2.1.0" + socket.io-client "^4.5.1" + tippy.js "^6.3.7" + +fsevents@~2.3.2: + version "2.3.3" + resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.3.tgz#cac6407785d03675a2a5e1a5305c697b347d90d6" + integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw== + +function-bind@^1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.2.tgz#2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c" + integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA== + +glob-parent@^5.1.2, glob-parent@~5.1.2: + version "5.1.2" + resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4" + integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow== + dependencies: + is-glob "^4.0.1" + +glob-parent@^6.0.2: + version "6.0.2" + resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-6.0.2.tgz#6d237d99083950c79290f24c7642a3de9a28f9e3" + integrity sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A== + dependencies: + is-glob "^4.0.3" + +glob@^10.3.10: + version "10.4.5" + resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.5.tgz#f4d9f0b90ffdbab09c9d77f5f29b4262517b0956" + integrity sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg== + dependencies: + foreground-child "^3.1.0" + jackspeak "^3.1.2" + minimatch "^9.0.4" + minipass "^7.1.2" + package-json-from-dist "^1.0.0" + path-scurry "^1.11.1" + +hasown@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.2.tgz#003eaf91be7adc372e84ec59dc37252cedb80003" + integrity sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ== + dependencies: + function-bind "^1.1.2" + +idb-keyval@^6.2.0: + version "6.2.1" + resolved "https://registry.yarnpkg.com/idb-keyval/-/idb-keyval-6.2.1.tgz#94516d625346d16f56f3b33855da11bfded2db33" + integrity sha512-8Sb3veuYCyrZL+VBt9LJfZjLUPWVvqn8tG28VqYNFCo43KHcKuq+b4EiXGeuaLAQWL2YmyDgMp2aSpH9JHsEQg== + +is-binary-path@~2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-2.1.0.tgz#ea1f7f3b80f064236e83470f86c09c254fb45b09" + integrity sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw== + dependencies: + binary-extensions "^2.0.0" + +is-core-module@^2.13.0: + version "2.15.1" + resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.15.1.tgz#a7363a25bee942fefab0de13bf6aa372c82dcc37" + integrity sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ== + dependencies: + hasown "^2.0.2" + +is-extglob@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2" + integrity sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ== + +is-fullwidth-code-point@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d" + integrity sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg== + +is-glob@^4.0.1, is-glob@^4.0.3, is-glob@~4.0.1: + version "4.0.3" + resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084" + integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg== + dependencies: + is-extglob "^2.1.1" + +is-number@^7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b" + integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng== + +isexe@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10" + integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw== + +jackspeak@^3.1.2: + version "3.4.3" + resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-3.4.3.tgz#8833a9d89ab4acde6188942bd1c53b6390ed5a8a" + integrity sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw== + dependencies: + "@isaacs/cliui" "^8.0.2" + optionalDependencies: + "@pkgjs/parseargs" "^0.11.0" + +jiti@^1.21.0: + version "1.21.6" + resolved "https://registry.yarnpkg.com/jiti/-/jiti-1.21.6.tgz#6c7f7398dd4b3142767f9a168af2f317a428d268" + integrity sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w== + +lilconfig@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-2.1.0.tgz#78e23ac89ebb7e1bfbf25b18043de756548e7f52" + integrity sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ== + +lilconfig@^3.0.0: + version "3.1.2" + resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-3.1.2.tgz#e4a7c3cb549e3a606c8dcc32e5ae1005e62c05cb" + integrity sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow== + +lines-and-columns@^1.1.6: + version "1.2.4" + resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632" + integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg== + +linkify-it@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/linkify-it/-/linkify-it-5.0.0.tgz#9ef238bfa6dc70bd8e7f9572b52d369af569b421" + integrity sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ== + dependencies: + uc.micro "^2.0.0" + +linkifyjs@^4.1.0: + version "4.1.3" + resolved "https://registry.yarnpkg.com/linkifyjs/-/linkifyjs-4.1.3.tgz#0edbc346428a7390a23ea2e5939f76112c9ae07f" + integrity sha512-auMesunaJ8yfkHvK4gfg1K0SaKX/6Wn9g2Aac/NwX+l5VdmFZzo/hdPGxEOETj+ryRa4/fiOPjeeKURSAJx1sg== + +lodash.castarray@^4.4.0: + version "4.4.0" + resolved "https://registry.yarnpkg.com/lodash.castarray/-/lodash.castarray-4.4.0.tgz#c02513515e309daddd4c24c60cfddcf5976d9115" + integrity sha512-aVx8ztPv7/2ULbArGJ2Y42bG1mEQ5mGjpdvrbJcJFU3TbYybe+QlLS4pst9zV52ymy2in1KpFPiZnAOATxD4+Q== + +lodash.isplainobject@^4.0.6: + version "4.0.6" + resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb" + integrity sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA== + +lodash.merge@^4.6.2: + version "4.6.2" + resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a" + integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ== + +lru-cache@^10.2.0: + version "10.4.3" + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119" + integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ== + +magic-string@^0.30.11: + version "0.30.12" + resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.30.12.tgz#9eb11c9d072b9bcb4940a5b2c2e1a217e4ee1a60" + integrity sha512-Ea8I3sQMVXr8JhN4z+H/d8zwo+tYDgHE9+5G4Wnrwhs0gaK9fXTKx0Tw5Xwsd/bCPTTZNRAdpyzvoeORe9LYpw== + dependencies: + "@jridgewell/sourcemap-codec" "^1.5.0" + +markdown-it@^14.0.0: + version "14.1.0" + resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-14.1.0.tgz#3c3c5992883c633db4714ccb4d7b5935d98b7d45" + integrity sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg== + dependencies: + argparse "^2.0.1" + entities "^4.4.0" + linkify-it "^5.0.0" + mdurl "^2.0.0" + punycode.js "^2.3.1" + uc.micro "^2.1.0" + +mdurl@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/mdurl/-/mdurl-2.0.0.tgz#80676ec0433025dd3e17ee983d0fe8de5a2237e0" + integrity sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w== + +merge2@^1.3.0: + version "1.4.1" + resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae" + integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg== + +micromatch@^4.0.4, micromatch@^4.0.5: + version "4.0.8" + resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202" + integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA== + dependencies: + braces "^3.0.3" + picomatch "^2.3.1" + +mini-svg-data-uri@^1.2.3: + version "1.4.4" + resolved "https://registry.yarnpkg.com/mini-svg-data-uri/-/mini-svg-data-uri-1.4.4.tgz#8ab0aabcdf8c29ad5693ca595af19dd2ead09939" + integrity sha512-r9deDe9p5FJUPZAk3A59wGH7Ii9YrjjWw0jmw/liSbHl2CHiyXj6FcDXDu2K3TjVAXqiJdaw3xxwlZZr9E6nHg== + +minimatch@^9.0.4: + version "9.0.5" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5" + integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow== + dependencies: + brace-expansion "^2.0.1" + +"minipass@^5.0.0 || ^6.0.2 || ^7.0.0", minipass@^7.1.2: + version "7.1.2" + resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707" + integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw== + +ms@^2.1.3: + version "2.1.3" + resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2" + integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA== + +mz@^2.7.0: + version "2.7.0" + resolved "https://registry.yarnpkg.com/mz/-/mz-2.7.0.tgz#95008057a56cafadc2bc63dde7f9ff6955948e32" + integrity sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q== + dependencies: + any-promise "^1.0.0" + object-assign "^4.0.1" + thenify-all "^1.0.0" + +nanoid@^3.3.7: + version "3.3.7" + resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.7.tgz#d0c301a691bc8d54efa0a2226ccf3fe2fd656bd8" + integrity sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g== + +nanoid@^5.0.7: + version "5.0.8" + resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-5.0.8.tgz#7610003f6b3b761b5c244bb342c112c5312512bf" + integrity sha512-TcJPw+9RV9dibz1hHUzlLVy8N4X9TnwirAjrU08Juo6BNKggzVfP2ZJ/3ZUSq15Xl5i85i+Z89XBO90pB2PghQ== + +node-releases@^2.0.18: + version "2.0.18" + resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.18.tgz#f010e8d35e2fe8d6b2944f03f70213ecedc4ca3f" + integrity sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g== + +normalize-path@^3.0.0, normalize-path@~3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65" + integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA== + +normalize-range@^0.1.2: + version "0.1.2" + resolved "https://registry.yarnpkg.com/normalize-range/-/normalize-range-0.1.2.tgz#2d10c06bdfd312ea9777695a4d28439456b75942" + integrity sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA== + +object-assign@^4.0.1: + version "4.1.1" + resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863" + integrity sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg== + +object-hash@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-3.0.0.tgz#73f97f753e7baffc0e2cc9d6e079079744ac82e9" + integrity sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw== + +orderedmap@^2.0.0: + version "2.1.1" + resolved "https://registry.yarnpkg.com/orderedmap/-/orderedmap-2.1.1.tgz#61481269c44031c449915497bf5a4ad273c512d2" + integrity sha512-TvAWxi0nDe1j/rtMcWcIj94+Ffe6n7zhow33h40SKxmsmozs6dz/e+EajymfoFcHd7sxNn8yHM8839uixMOV6g== + +package-json-from-dist@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz#4f1471a010827a86f94cfd9b0727e36d267de505" + integrity sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw== + +path-key@^3.1.0: + version "3.1.1" + resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375" + integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q== + +path-parse@^1.0.7: + version "1.0.7" + resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735" + integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw== + +path-scurry@^1.11.1: + version "1.11.1" + resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.11.1.tgz#7960a668888594a0720b12a911d1a742ab9f11d2" + integrity sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA== + dependencies: + lru-cache "^10.2.0" + minipass "^5.0.0 || ^6.0.2 || ^7.0.0" + +picocolors@^1.0.0, picocolors@^1.0.1, picocolors@^1.1.0, picocolors@^1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b" + integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA== + +picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.3.1: + version "2.3.1" + resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42" + integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA== + +pify@^2.3.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c" + integrity sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog== + +pirates@^4.0.1: + version "4.0.6" + resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.6.tgz#3018ae32ecfcff6c29ba2267cbf21166ac1f36b9" + integrity sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg== + +postcss-import@^15.1.0: + version "15.1.0" + resolved "https://registry.yarnpkg.com/postcss-import/-/postcss-import-15.1.0.tgz#41c64ed8cc0e23735a9698b3249ffdbf704adc70" + integrity sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew== + dependencies: + postcss-value-parser "^4.0.0" + read-cache "^1.0.0" + resolve "^1.1.7" + +postcss-js@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/postcss-js/-/postcss-js-4.0.1.tgz#61598186f3703bab052f1c4f7d805f3991bee9d2" + integrity sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw== + dependencies: + camelcase-css "^2.0.1" + +postcss-load-config@^4.0.1: + version "4.0.2" + resolved "https://registry.yarnpkg.com/postcss-load-config/-/postcss-load-config-4.0.2.tgz#7159dcf626118d33e299f485d6afe4aff7c4a3e3" + integrity sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ== + dependencies: + lilconfig "^3.0.0" + yaml "^2.3.4" + +postcss-nested@^6.0.1: + version "6.2.0" + resolved "https://registry.yarnpkg.com/postcss-nested/-/postcss-nested-6.2.0.tgz#4c2d22ab5f20b9cb61e2c5c5915950784d068131" + integrity sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ== + dependencies: + postcss-selector-parser "^6.1.1" + +postcss-selector-parser@6.0.10: + version "6.0.10" + resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.10.tgz#79b61e2c0d1bfc2602d549e11d0876256f8df88d" + integrity sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w== + dependencies: + cssesc "^3.0.0" + util-deprecate "^1.0.2" + +postcss-selector-parser@^6.0.11, postcss-selector-parser@^6.1.1: + version "6.1.2" + resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz#27ecb41fb0e3b6ba7a1ec84fff347f734c7929de" + integrity sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg== + dependencies: + cssesc "^3.0.0" + util-deprecate "^1.0.2" + +postcss-value-parser@^4.0.0, postcss-value-parser@^4.2.0: + version "4.2.0" + resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514" + integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ== + +postcss@^8.4.23, postcss@^8.4.27, postcss@^8.4.47, postcss@^8.4.5: + version "8.4.48" + resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.48.tgz#765f3f8abaa2a2b065cdddbc57ad4cb5a76e515f" + integrity sha512-GCRK8F6+Dl7xYniR5a4FYbpBzU8XnZVeowqsQFYdcXuSbChgiks7qybSkbvnaeqv0G0B+dd9/jJgH8kkLDQeEA== + dependencies: + nanoid "^3.3.7" + picocolors "^1.1.1" + source-map-js "^1.2.1" + +prettier@^3.3.2: + version "3.3.3" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.3.3.tgz#30c54fe0be0d8d12e6ae61dbb10109ea00d53105" + integrity sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew== + +prosemirror-changeset@^2.2.1: + version "2.2.1" + resolved "https://registry.yarnpkg.com/prosemirror-changeset/-/prosemirror-changeset-2.2.1.tgz#dae94b63aec618fac7bb9061648e6e2a79988383" + integrity sha512-J7msc6wbxB4ekDFj+n9gTW/jav/p53kdlivvuppHsrZXCaQdVgRghoZbSS3kwrRyAstRVQ4/+u5k7YfLgkkQvQ== + dependencies: + prosemirror-transform "^1.0.0" + +prosemirror-collab@^1.3.1: + version "1.3.1" + resolved "https://registry.yarnpkg.com/prosemirror-collab/-/prosemirror-collab-1.3.1.tgz#0e8c91e76e009b53457eb3b3051fb68dad029a33" + integrity sha512-4SnynYR9TTYaQVXd/ieUvsVV4PDMBzrq2xPUWutHivDuOshZXqQ5rGbZM84HEaXKbLdItse7weMGOUdDVcLKEQ== + dependencies: + prosemirror-state "^1.0.0" + +prosemirror-commands@^1.0.0, prosemirror-commands@^1.6.0: + version "1.6.2" + resolved "https://registry.yarnpkg.com/prosemirror-commands/-/prosemirror-commands-1.6.2.tgz#d9cf6654912442cff47daa1677eb43ebd0b1f117" + integrity sha512-0nDHH++qcf/BuPLYvmqZTUUsPJUCPBUXt0J1ErTcDIS369CTp773itzLGIgIXG4LJXOlwYCr44+Mh4ii6MP1QA== + dependencies: + prosemirror-model "^1.0.0" + prosemirror-state "^1.0.0" + prosemirror-transform "^1.10.2" + +prosemirror-dropcursor@^1.8.1: + version "1.8.1" + resolved "https://registry.yarnpkg.com/prosemirror-dropcursor/-/prosemirror-dropcursor-1.8.1.tgz#49b9fb2f583e0d0f4021ff87db825faa2be2832d" + integrity sha512-M30WJdJZLyXHi3N8vxN6Zh5O8ZBbQCz0gURTfPmTIBNQ5pxrdU7A58QkNqfa98YEjSAL1HUyyU34f6Pm5xBSGw== + dependencies: + prosemirror-state "^1.0.0" + prosemirror-transform "^1.1.0" + prosemirror-view "^1.1.0" + +prosemirror-gapcursor@^1.3.2: + version "1.3.2" + resolved "https://registry.yarnpkg.com/prosemirror-gapcursor/-/prosemirror-gapcursor-1.3.2.tgz#5fa336b83789c6199a7341c9493587e249215cb4" + integrity sha512-wtjswVBd2vaQRrnYZaBCbyDqr232Ed4p2QPtRIUK5FuqHYKGWkEwl08oQM4Tw7DOR0FsasARV5uJFvMZWxdNxQ== + dependencies: + prosemirror-keymap "^1.0.0" + prosemirror-model "^1.0.0" + prosemirror-state "^1.0.0" + prosemirror-view "^1.0.0" + +prosemirror-history@^1.0.0, prosemirror-history@^1.4.1: + version "1.4.1" + resolved "https://registry.yarnpkg.com/prosemirror-history/-/prosemirror-history-1.4.1.tgz#cc370a46fb629e83a33946a0e12612e934ab8b98" + integrity sha512-2JZD8z2JviJrboD9cPuX/Sv/1ChFng+xh2tChQ2X4bB2HeK+rra/bmJ3xGntCcjhOqIzSDG6Id7e8RJ9QPXLEQ== + dependencies: + prosemirror-state "^1.2.2" + prosemirror-transform "^1.0.0" + prosemirror-view "^1.31.0" + rope-sequence "^1.3.0" + +prosemirror-inputrules@^1.4.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/prosemirror-inputrules/-/prosemirror-inputrules-1.4.0.tgz#ef1519bb2cb0d1e0cec74bad1a97f1c1555068bb" + integrity sha512-6ygpPRuTJ2lcOXs9JkefieMst63wVJBgHZGl5QOytN7oSZs3Co/BYbc3Yx9zm9H37Bxw8kVzCnDsihsVsL4yEg== + dependencies: + prosemirror-state "^1.0.0" + prosemirror-transform "^1.0.0" + +prosemirror-keymap@^1.0.0, prosemirror-keymap@^1.1.2, prosemirror-keymap@^1.2.2: + version "1.2.2" + resolved "https://registry.yarnpkg.com/prosemirror-keymap/-/prosemirror-keymap-1.2.2.tgz#14a54763a29c7b2704f561088ccf3384d14eb77e" + integrity sha512-EAlXoksqC6Vbocqc0GtzCruZEzYgrn+iiGnNjsJsH4mrnIGex4qbLdWWNza3AW5W36ZRrlBID0eM6bdKH4OStQ== + dependencies: + prosemirror-state "^1.0.0" + w3c-keyname "^2.2.0" + +prosemirror-markdown@^1.13.0: + version "1.13.1" + resolved "https://registry.yarnpkg.com/prosemirror-markdown/-/prosemirror-markdown-1.13.1.tgz#23feb6652dacb3dd78ffd8f131da37c20e4e4cf8" + integrity sha512-Sl+oMfMtAjWtlcZoj/5L/Q39MpEnVZ840Xo330WJWUvgyhNmLBLN7MsHn07s53nG/KImevWHSE6fEj4q/GihHw== + dependencies: + "@types/markdown-it" "^14.0.0" + markdown-it "^14.0.0" + prosemirror-model "^1.20.0" + +prosemirror-menu@^1.2.4: + version "1.2.4" + resolved "https://registry.yarnpkg.com/prosemirror-menu/-/prosemirror-menu-1.2.4.tgz#3cfdc7c06d10f9fbd1bce29082c498bd11a0a79a" + integrity sha512-S/bXlc0ODQup6aiBbWVsX/eM+xJgCTAfMq/nLqaO5ID/am4wS0tTCIkzwytmao7ypEtjj39i7YbJjAgO20mIqA== + dependencies: + crelt "^1.0.0" + prosemirror-commands "^1.0.0" + prosemirror-history "^1.0.0" + prosemirror-state "^1.0.0" + +prosemirror-model@^1.0.0, prosemirror-model@^1.19.0, prosemirror-model@^1.20.0, prosemirror-model@^1.21.0, prosemirror-model@^1.22.3, prosemirror-model@^1.8.1: + version "1.23.0" + resolved "https://registry.yarnpkg.com/prosemirror-model/-/prosemirror-model-1.23.0.tgz#652058182ed90dc15c8f0f2cf2df488306fa1dcd" + integrity sha512-Q/fgsgl/dlOAW9ILu4OOhYWQbc7TQd4BwKH/RwmUjyVf8682Be4zj3rOYdLnYEcGzyg8LL9Q5IWYKD8tdToreQ== + dependencies: + orderedmap "^2.0.0" + +prosemirror-schema-basic@^1.2.3: + version "1.2.3" + resolved "https://registry.yarnpkg.com/prosemirror-schema-basic/-/prosemirror-schema-basic-1.2.3.tgz#649c349bb21c61a56febf9deb71ac68fca4cedf2" + integrity sha512-h+H0OQwZVqMon1PNn0AG9cTfx513zgIG2DY00eJ00Yvgb3UD+GQ/VlWW5rcaxacpCGT1Yx8nuhwXk4+QbXUfJA== + dependencies: + prosemirror-model "^1.19.0" + +prosemirror-schema-list@^1.4.1: + version "1.4.1" + resolved "https://registry.yarnpkg.com/prosemirror-schema-list/-/prosemirror-schema-list-1.4.1.tgz#78b8d25531db48ca9688836dbde50e13ac19a4a1" + integrity sha512-jbDyaP/6AFfDfu70VzySsD75Om2t3sXTOdl5+31Wlxlg62td1haUpty/ybajSfJ1pkGadlOfwQq9kgW5IMo1Rg== + dependencies: + prosemirror-model "^1.0.0" + prosemirror-state "^1.0.0" + prosemirror-transform "^1.7.3" + +prosemirror-state@^1.0.0, prosemirror-state@^1.2.2, prosemirror-state@^1.3.1, prosemirror-state@^1.4.3: + version "1.4.3" + resolved "https://registry.yarnpkg.com/prosemirror-state/-/prosemirror-state-1.4.3.tgz#94aecf3ffd54ec37e87aa7179d13508da181a080" + integrity sha512-goFKORVbvPuAQaXhpbemJFRKJ2aixr+AZMGiquiqKxaucC6hlpHNZHWgz5R7dS4roHiwq9vDctE//CZ++o0W1Q== + dependencies: + prosemirror-model "^1.0.0" + prosemirror-transform "^1.0.0" + prosemirror-view "^1.27.0" + +prosemirror-tables@^1.4.0: + version "1.6.1" + resolved "https://registry.yarnpkg.com/prosemirror-tables/-/prosemirror-tables-1.6.1.tgz#8df27facbf7632a574afb32a665aaadf7f2ed69a" + integrity sha512-p8WRJNA96jaNQjhJolmbxTzd6M4huRE5xQ8OxjvMhQUP0Nzpo4zz6TztEiwk6aoqGBhz9lxRWR1yRZLlpQN98w== + dependencies: + prosemirror-keymap "^1.1.2" + prosemirror-model "^1.8.1" + prosemirror-state "^1.3.1" + prosemirror-transform "^1.2.1" + prosemirror-view "^1.13.3" + +prosemirror-trailing-node@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/prosemirror-trailing-node/-/prosemirror-trailing-node-3.0.0.tgz#5bc223d4fc1e8d9145e4079ec77a932b54e19e04" + integrity sha512-xiun5/3q0w5eRnGYfNlW1uU9W6x5MoFKWwq/0TIRgt09lv7Hcser2QYV8t4muXbEr+Fwo0geYn79Xs4GKywrRQ== + dependencies: + "@remirror/core-constants" "3.0.0" + escape-string-regexp "^4.0.0" + +prosemirror-transform@^1.0.0, prosemirror-transform@^1.1.0, prosemirror-transform@^1.10.0, prosemirror-transform@^1.10.2, prosemirror-transform@^1.2.1, prosemirror-transform@^1.7.3: + version "1.10.2" + resolved "https://registry.yarnpkg.com/prosemirror-transform/-/prosemirror-transform-1.10.2.tgz#8ebac4e305b586cd96595aa028118c9191bbf052" + integrity sha512-2iUq0wv2iRoJO/zj5mv8uDUriOHWzXRnOTVgCzSXnktS/2iQRa3UUQwVlkBlYZFtygw6Nh1+X4mGqoYBINn5KQ== + dependencies: + prosemirror-model "^1.21.0" + +prosemirror-view@^1.0.0, prosemirror-view@^1.1.0, prosemirror-view@^1.13.3, prosemirror-view@^1.27.0, prosemirror-view@^1.31.0, prosemirror-view@^1.34.3: + version "1.36.0" + resolved "https://registry.yarnpkg.com/prosemirror-view/-/prosemirror-view-1.36.0.tgz#ab6e444db08b7e3a79c6841c6667df72c7c4f2ec" + integrity sha512-U0GQd5yFvV5qUtT41X1zCQfbw14vkbbKwLlQXhdylEmgpYVHkefXYcC4HHwWOfZa3x6Y8wxDLUBv7dxN5XQ3nA== + dependencies: + prosemirror-model "^1.20.0" + prosemirror-state "^1.0.0" + prosemirror-transform "^1.1.0" + +punycode.js@^2.3.1: + version "2.3.1" + resolved "https://registry.yarnpkg.com/punycode.js/-/punycode.js-2.3.1.tgz#6b53e56ad75588234e79f4affa90972c7dd8cdb7" + integrity sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA== + +queue-microtask@^1.2.2: + version "1.2.3" + resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243" + integrity sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A== + +radix-vue@^1.5.3: + version "1.9.9" + resolved "https://registry.yarnpkg.com/radix-vue/-/radix-vue-1.9.9.tgz#b6d2c41a40dc136d9d989f222de617032b03fb06" + integrity sha512-DuL2o7jxNjzlSP5Ko+kJgrW5db+jC3RlnYQIs3WITTqgzfdeP7hXjcqIUveY1f0uXRpOAN3OAd5MZ/SpRyQzQQ== + dependencies: + "@floating-ui/dom" "^1.6.7" + "@floating-ui/vue" "^1.1.0" + "@internationalized/date" "^3.5.4" + "@internationalized/number" "^3.5.3" + "@tanstack/vue-virtual" "^3.8.1" + "@vueuse/core" "^10.11.0" + "@vueuse/shared" "^10.11.0" + aria-hidden "^1.2.4" + defu "^6.1.4" + fast-deep-equal "^3.1.3" + nanoid "^5.0.7" + +read-cache@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/read-cache/-/read-cache-1.0.0.tgz#e664ef31161166c9751cdbe8dbcf86b5fb58f774" + integrity sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA== + dependencies: + pify "^2.3.0" + +readdirp@~3.6.0: + version "3.6.0" + resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.6.0.tgz#74a370bd857116e245b29cc97340cd431a02a6c7" + integrity sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA== + dependencies: + picomatch "^2.2.1" + +resolve@^1.1.7, resolve@^1.22.2: + version "1.22.8" + resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.8.tgz#b6c87a9f2aa06dfab52e3d70ac8cde321fa5a48d" + integrity sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw== + dependencies: + is-core-module "^2.13.0" + path-parse "^1.0.7" + supports-preserve-symlinks-flag "^1.0.0" + +reusify@^1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76" + integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw== + +rollup@^3.27.1: + version "3.29.5" + resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.29.5.tgz#8a2e477a758b520fb78daf04bca4c522c1da8a54" + integrity sha512-GVsDdsbJzzy4S/v3dqWPJ7EfvZJfCHiDqe80IyrF59LYuP+e6U1LJoUqeuqRbwAWoMNoXivMNeNAOf5E22VA1w== + optionalDependencies: + fsevents "~2.3.2" + +rope-sequence@^1.3.0: + version "1.3.4" + resolved "https://registry.yarnpkg.com/rope-sequence/-/rope-sequence-1.3.4.tgz#df85711aaecd32f1e756f76e43a415171235d425" + integrity sha512-UT5EDe2cu2E/6O4igUr5PSFs23nvvukicWHx6GnOPlHAiiYbzNuCRQCuiUdHJQcqKalLKlrYJnjY0ySGsXNQXQ== + +run-parallel@^1.1.9: + version "1.2.0" + resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.2.0.tgz#66d1368da7bdf921eb9d95bd1a9229e7f21a43ee" + integrity sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA== + dependencies: + queue-microtask "^1.2.2" + +shebang-command@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea" + integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA== + dependencies: + shebang-regex "^3.0.0" + +shebang-regex@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172" + integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A== + +showdown@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/showdown/-/showdown-2.1.0.tgz#1251f5ed8f773f0c0c7bfc8e6fd23581f9e545c5" + integrity sha512-/6NVYu4U819R2pUIk79n67SYgJHWCce0a5xTP979WbNp0FL9MN1I1QK662IDU1b6JzKTvmhgI7T7JYIxBi3kMQ== + dependencies: + commander "^9.0.0" + +signal-exit@^4.0.1: + version "4.1.0" + resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.1.0.tgz#952188c1cbd546070e2dd20d0f41c0ae0530cb04" + integrity sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw== + +socket.io-client@^4.5.1: + version "4.8.1" + resolved "https://registry.yarnpkg.com/socket.io-client/-/socket.io-client-4.8.1.tgz#1941eca135a5490b94281d0323fe2a35f6f291cb" + integrity sha512-hJVXfu3E28NmzGk8o1sHhN3om52tRvwYeidbj7xKy2eIIse5IoKX3USlS6Tqt3BHAtflLIkCQBkzVrEEfWUyYQ== + dependencies: + "@socket.io/component-emitter" "~3.1.0" + debug "~4.3.2" + engine.io-client "~6.6.1" + socket.io-parser "~4.2.4" + +socket.io-parser@~4.2.4: + version "4.2.4" + resolved "https://registry.yarnpkg.com/socket.io-parser/-/socket.io-parser-4.2.4.tgz#c806966cf7270601e47469ddeec30fbdfda44c83" + integrity sha512-/GbIKmo8ioc+NIWIhwdecY0ge+qVBSMdgxGygevmdHj24bsfgtCmcUUcQ5ZzcylGFHsN3k4HB4Cgkl96KVnuew== + dependencies: + "@socket.io/component-emitter" "~3.1.0" + debug "~4.3.1" + +source-map-js@^1.2.0, source-map-js@^1.2.1: + version "1.2.1" + resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.1.tgz#1ce5650fddd87abc099eda37dcff024c2667ae46" + integrity sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA== + +"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0: + name string-width-cjs + version "4.2.3" + resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" + integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== + dependencies: + emoji-regex "^8.0.0" + is-fullwidth-code-point "^3.0.0" + strip-ansi "^6.0.1" + +string-width@^5.0.1, string-width@^5.1.2: + version "5.1.2" + resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794" + integrity sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA== + dependencies: + eastasianwidth "^0.2.0" + emoji-regex "^9.2.2" + strip-ansi "^7.0.1" + +"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1: + name strip-ansi-cjs + version "6.0.1" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" + integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== + dependencies: + ansi-regex "^5.0.1" + +strip-ansi@^7.0.1: + version "7.1.0" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45" + integrity sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ== + dependencies: + ansi-regex "^6.0.1" + +sucrase@^3.32.0: + version "3.35.0" + resolved "https://registry.yarnpkg.com/sucrase/-/sucrase-3.35.0.tgz#57f17a3d7e19b36d8995f06679d121be914ae263" + integrity sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA== + dependencies: + "@jridgewell/gen-mapping" "^0.3.2" + commander "^4.0.0" + glob "^10.3.10" + lines-and-columns "^1.1.6" + mz "^2.7.0" + pirates "^4.0.1" + ts-interface-checker "^0.1.9" + +supports-preserve-symlinks-flag@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09" + integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w== + +tailwindcss@^3.3.3: + version "3.4.14" + resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.4.14.tgz#6dd23a7f54ec197b19159e91e3bb1e55e7aa73ac" + integrity sha512-IcSvOcTRcUtQQ7ILQL5quRDg7Xs93PdJEk1ZLbhhvJc7uj/OAhYOnruEiwnGgBvUtaUAJ8/mhSw1o8L2jCiENA== + dependencies: + "@alloc/quick-lru" "^5.2.0" + arg "^5.0.2" + chokidar "^3.5.3" + didyoumean "^1.2.2" + dlv "^1.1.3" + fast-glob "^3.3.0" + glob-parent "^6.0.2" + is-glob "^4.0.3" + jiti "^1.21.0" + lilconfig "^2.1.0" + micromatch "^4.0.5" + normalize-path "^3.0.0" + object-hash "^3.0.0" + picocolors "^1.0.0" + postcss "^8.4.23" + postcss-import "^15.1.0" + postcss-js "^4.0.1" + postcss-load-config "^4.0.1" + postcss-nested "^6.0.1" + postcss-selector-parser "^6.0.11" + resolve "^1.22.2" + sucrase "^3.32.0" + +thenify-all@^1.0.0: + version "1.6.0" + resolved "https://registry.yarnpkg.com/thenify-all/-/thenify-all-1.6.0.tgz#1a1918d402d8fc3f98fbf234db0bcc8cc10e9726" + integrity sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA== + dependencies: + thenify ">= 3.1.0 < 4" + +"thenify@>= 3.1.0 < 4": + version "3.3.1" + resolved "https://registry.yarnpkg.com/thenify/-/thenify-3.3.1.tgz#8932e686a4066038a016dd9e2ca46add9838a95f" + integrity sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw== + dependencies: + any-promise "^1.0.0" + +tippy.js@^6.3.7: + version "6.3.7" + resolved "https://registry.yarnpkg.com/tippy.js/-/tippy.js-6.3.7.tgz#8ccfb651d642010ed9a32ff29b0e9e19c5b8c61c" + integrity sha512-E1d3oP2emgJ9dRQZdf3Kkn0qJgI6ZLpyS5z6ZkY1DF3kaQaBsGZsndEpHwx+eC+tYM41HaSNvNtLx8tU57FzTQ== + dependencies: + "@popperjs/core" "^2.9.0" + +to-regex-range@^5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-5.0.1.tgz#1648c44aae7c8d988a326018ed72f5b4dd0392e4" + integrity sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ== + dependencies: + is-number "^7.0.0" + +ts-interface-checker@^0.1.9: + version "0.1.13" + resolved "https://registry.yarnpkg.com/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz#784fd3d679722bc103b1b4b8030bcddb5db2a699" + integrity sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA== + +tslib@^2.0.0, tslib@^2.8.0: + version "2.8.1" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f" + integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w== + +uc.micro@^2.0.0, uc.micro@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/uc.micro/-/uc.micro-2.1.0.tgz#f8d3f7d0ec4c3dea35a7e3c8efa4cb8b45c9e7ee" + integrity sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A== + +update-browserslist-db@^1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.1.1.tgz#80846fba1d79e82547fb661f8d141e0945755fe5" + integrity sha512-R8UzCaa9Az+38REPiJ1tXlImTJXlVfgHZsglwBD/k6nj76ctsH1E3q4doGrukiLQd3sGQYu56r5+lo5r94l29A== + dependencies: + escalade "^3.2.0" + picocolors "^1.1.0" + +util-deprecate@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" + integrity sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw== + +vite@^4.4.9: + version "4.5.5" + resolved "https://registry.yarnpkg.com/vite/-/vite-4.5.5.tgz#639b9feca5c0a3bfe3c60cb630ef28bf219d742e" + integrity sha512-ifW3Lb2sMdX+WU91s3R0FyQlAyLxOzCSCP37ujw0+r5POeHPwe6udWVIElKQq8gk3t7b8rkmvqC6IHBpCff4GQ== + dependencies: + esbuild "^0.18.10" + postcss "^8.4.27" + rollup "^3.27.1" + optionalDependencies: + fsevents "~2.3.2" + +vue-demi@>=0.13.0, vue-demi@>=0.14.10, vue-demi@>=0.14.8: + version "0.14.10" + resolved "https://registry.yarnpkg.com/vue-demi/-/vue-demi-0.14.10.tgz#afc78de3d6f9e11bf78c55e8510ee12814522f04" + integrity sha512-nMZBOwuzabUO0nLgIcc6rycZEebF6eeUfaiQx9+WSk8e29IbLvPU9feI6tqW4kTo3hvoYAJkMh8n8D0fuISphg== + +vue-router@^4.2.2: + version "4.4.5" + resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-4.4.5.tgz#bdf535e4cf32414ebdea6b4b403593efdb541388" + integrity sha512-4fKZygS8cH1yCyuabAXGUAsyi1b2/o/OKgu/RUb+znIYOxPRxdkytJEx+0wGcpBE1pX6vUgh5jwWOKRGvuA/7Q== + dependencies: + "@vue/devtools-api" "^6.6.4" + +vue@^3.4.12: + version "3.5.12" + resolved "https://registry.yarnpkg.com/vue/-/vue-3.5.12.tgz#e08421c601b3617ea2c9ef0413afcc747130b36c" + integrity sha512-CLVZtXtn2ItBIi/zHZ0Sg1Xkb7+PU32bJJ8Bmy7ts3jxXTcbfsEfBivFYYWz1Hur+lalqGAh65Coin0r+HRUfg== + dependencies: + "@vue/compiler-dom" "3.5.12" + "@vue/compiler-sfc" "3.5.12" + "@vue/runtime-dom" "3.5.12" + "@vue/server-renderer" "3.5.12" + "@vue/shared" "3.5.12" + +w3c-keyname@^2.2.0: + version "2.2.8" + resolved "https://registry.yarnpkg.com/w3c-keyname/-/w3c-keyname-2.2.8.tgz#7b17c8c6883d4e8b86ac8aba79d39e880f8869c5" + integrity sha512-dpojBhNsCNN7T82Tm7k26A6G9ML3NkhDsnw9n/eoxSRlVBB4CEtIQ/KTCLI2Fwf3ataSXRhYFkQi3SlnFwPvPQ== + +which@^2.0.1: + version "2.0.2" + resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1" + integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA== + dependencies: + isexe "^2.0.0" + +"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0": + version "7.0.0" + resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" + integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== + dependencies: + ansi-styles "^4.0.0" + string-width "^4.1.0" + strip-ansi "^6.0.0" + +wrap-ansi@^8.1.0: + version "8.1.0" + resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214" + integrity sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ== + dependencies: + ansi-styles "^6.1.0" + string-width "^5.0.1" + strip-ansi "^7.0.1" + +ws@~8.17.1: + version "8.17.1" + resolved "https://registry.yarnpkg.com/ws/-/ws-8.17.1.tgz#9293da530bb548febc95371d90f9c878727d919b" + integrity sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ== + +xmlhttprequest-ssl@~2.1.1: + version "2.1.2" + resolved "https://registry.yarnpkg.com/xmlhttprequest-ssl/-/xmlhttprequest-ssl-2.1.2.tgz#e9e8023b3f29ef34b97a859f584c5e6c61418e23" + integrity sha512-TEU+nJVUUnA4CYJFLvK5X9AOeH4KvDvhIfm0vV1GaQRtchnG0hgK5p8hw/xjv8cunWYCsiPCSDzObPyhEwq3KQ== + +yaml@^2.3.4: + version "2.6.0" + resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.6.0.tgz#14059ad9d0b1680d0f04d3a60fe00f3a857303c3" + integrity sha512-a6ae//JvKDEra2kdi1qzCyrJW/WZCgFi8ydDV+eXExl95t+5R+ijnqHJbz9tmMh8FUjx3iv2fCQ4dclAQlO2UQ== diff --git a/frappe/__init__.py b/frappe/__init__.py index 0b8ee8c38aa7..716cec3960d3 100644 --- a/frappe/__init__.py +++ b/frappe/__init__.py @@ -41,6 +41,7 @@ # Local application imports from .exceptions import * +from .types.frappedict import _dict from .utils.jinja import ( get_email_from_template, get_jenv, @@ -50,9 +51,38 @@ ) from .utils.lazy_loader import lazy_import -__version__ = "15.45.0" +__version__ = "15.50.0" __title__ = "Frappe Framework" +# This if block is never executed when running the code. It is only used for +# telling static code analyzer where to find dynamically defined attributes. +if TYPE_CHECKING: # pragma: no cover + from werkzeug.wrappers import Request + + from frappe.database.mariadb.database import MariaDBDatabase + from frappe.database.postgres.database import PostgresDatabase + from frappe.email.doctype.email_queue.email_queue import EmailQueue + from frappe.model.document import Document + from frappe.query_builder.builder import MariaDB, Postgres + from frappe.utils.redis_wrapper import RedisWrapper + + db: MariaDBDatabase | PostgresDatabase + qb: MariaDB | Postgres + cache: RedisWrapper + response: _dict + conf: _dict + form_dict: _dict + flags: _dict + request: Request + session: _dict + user: str + flags: _dict + lang: str + + +# end: static analysis hack + + controllers = {} local = Local() cache = None @@ -67,28 +97,6 @@ warnings.simplefilter("always", PendingDeprecationWarning) -class _dict(dict): - """dict like object that exposes keys as attributes""" - - __slots__ = () - __getattr__ = dict.get - __setattr__ = dict.__setitem__ - __delattr__ = dict.__delitem__ - __setstate__ = dict.update - - def __getstate__(self): - return self - - def update(self, *args, **kwargs): - """update and return self -- the missing dict feature in python""" - - super().update(*args, **kwargs) - return self - - def copy(self): - return _dict(self) - - def _(msg: str, lang: str | None = None, context: str | None = None) -> str: """Return translated string in current lang, if exists. Usage: @@ -137,45 +145,9 @@ def _lt(msg: str, lang: str | None = None, context: str | None = None): Note: Result is not guaranteed to equivalent to pure strings for all operations. """ - return _LazyTranslate(msg, lang, context) - + from .types.lazytranslatedstring import _LazyTranslate -@functools.total_ordering -class _LazyTranslate: - __slots__ = ("msg", "lang", "context") - - def __init__(self, msg: str, lang: str | None = None, context: str | None = None) -> None: - self.msg = msg - self.lang = lang - self.context = context - - @property - def value(self) -> str: - return _(str(self.msg), self.lang, self.context) - - def __str__(self): - return self.value - - def __add__(self, other): - if isinstance(other, str | _LazyTranslate): - return self.value + str(other) - raise NotImplementedError - - def __radd__(self, other): - if isinstance(other, str | _LazyTranslate): - return str(other) + self.value - return NotImplementedError - - def __repr__(self) -> str: - return f"'{self.value}'" - - # NOTE: it's required to override these methods and raise error as default behaviour will - # return `False` in all cases. - def __eq__(self, other): - raise NotImplementedError - - def __lt__(self, other): - raise NotImplementedError + return _LazyTranslate(msg, lang, context) def as_unicode(text, encoding: str = "utf-8") -> str: @@ -216,34 +188,6 @@ def set_user_lang(user: str, user_language: str | None = None) -> None: lang = local("lang") -# This if block is never executed when running the code. It is only used for -# telling static code analyzer where to find dynamically defined attributes. -if TYPE_CHECKING: # pragma: no cover - from werkzeug.wrappers import Request - - from frappe.database.mariadb.database import MariaDBDatabase - from frappe.database.postgres.database import PostgresDatabase - from frappe.email.doctype.email_queue.email_queue import EmailQueue - from frappe.model.document import Document - from frappe.query_builder.builder import MariaDB, Postgres - from frappe.utils.redis_wrapper import RedisWrapper - - db: MariaDBDatabase | PostgresDatabase - qb: MariaDB | Postgres - cache: RedisWrapper - response: _dict - conf: _dict - form_dict: _dict - flags: _dict - request: Request - session: _dict - user: str - flags: _dict - lang: str - - -# end: static analysis hack - def init(site: str, sites_path: str = ".", new_site: bool = False, force=False) -> None: """Initialize frappe for the current site. Reset thread locals `frappe.local`""" @@ -331,6 +275,7 @@ def connect(site: str | None = None, db_name: str | None = None, set_admin_as_us assert local.conf.db_password, "site must be fully initialized, db_password missing" local.db = get_db( + socket=local.conf.db_socket, host=local.conf.db_host, port=local.conf.db_port, user=local.conf.db_name or db_name, @@ -356,6 +301,7 @@ def connect_replica() -> bool: password = local.conf.replica_db_password local.replica_db = get_db( + socket=None, host=local.conf.replica_host, port=port, user=user, @@ -408,6 +354,7 @@ def db_default_ports(db_type): os.environ.get("FRAPPE_REDIS_CACHE") or config.get("redis_cache") or "redis://127.0.0.1:13311" ) config["db_type"] = os.environ.get("FRAPPE_DB_TYPE") or config.get("db_type") or "mariadb" + config["db_socket"] = os.environ.get("FRAPPE_DB_SOCKET") or config.get("db_socket") config["db_host"] = os.environ.get("FRAPPE_DB_HOST") or config.get("db_host") or "127.0.0.1" config["db_port"] = ( os.environ.get("FRAPPE_DB_PORT") or config.get("db_port") or db_default_ports(config["db_type"]) diff --git a/frappe/app.py b/frappe/app.py index 0f2f3b48b46c..75a3bcfa7c7e 100644 --- a/frappe/app.py +++ b/frappe/app.py @@ -448,6 +448,9 @@ def sync_database(rollback: bool) -> bool: if tracing_sample_rate := os.getenv("SENTRY_TRACING_SAMPLE_RATE"): kwargs["traces_sample_rate"] = float(tracing_sample_rate) application = SentryWsgiMiddleware(application) + + if profiling_sample_rate := os.getenv("SENTRY_PROFILING_SAMPLE_RATE"): + kwargs["profiles_sample_rate"] = float(profiling_sample_rate) sentry_sdk.init( dsn=sentry_dsn, diff --git a/frappe/apps.py b/frappe/apps.py index f99a7787132c..54d5ab4122e3 100644 --- a/frappe/apps.py +++ b/frappe/apps.py @@ -5,12 +5,18 @@ import frappe from frappe import _ +from frappe.desk.utils import slug @frappe.whitelist() def get_apps(): + from frappe.desk.desktop import get_workspace_sidebar_items + + allowed_workspaces = get_workspace_sidebar_items().get("pages") + apps = frappe.get_installed_apps() app_list = [] + for app in apps: if app == "frappe": continue @@ -26,16 +32,36 @@ def get_apps(): "name": app, "logo": app_detail.get("logo"), "title": _(app_detail.get("title")), - "route": app_detail.get("route"), + "route": get_route(app, allowed_workspaces), } ) return app_list -def get_route(app_name): +def get_route(app_name, allowed_workspaces=None): + if not allowed_workspaces: + return "/app" + apps = frappe.get_hooks("add_to_apps_screen", app_name=app_name) app = next((app for app in apps if app.get("name") == app_name), None) - return app.get("route") if app and app.get("route") else "/apps" + route = app.get("route") if app and app.get("route") else "/apps" + + # Check if user has access to default workspace, if not, pick first workspace user has access to + if route.startswith("/app/"): + ws = route.split("/")[2] + + for allowed_ws in allowed_workspaces: + if allowed_ws.get("name").lower() == ws.lower(): + return route + + module_app = frappe.local.module_app + for allowed_ws in allowed_workspaces: + module = allowed_ws.get("module") + if module and module_app.get(module.lower()) == app_name: + return f"/app/{slug(allowed_ws.name.lower())}" + return f"/app/{slug(allowed_workspaces[0].get('name').lower())}" + else: + return route def is_desk_apps(apps): @@ -48,8 +74,9 @@ def is_desk_apps(apps): return True -def get_default_path(): - apps = get_apps() +def get_default_path(apps=None): + if not apps: + apps = get_apps() _apps = [app for app in apps if app.get("name") != "frappe"] if len(_apps) == 0: @@ -57,10 +84,13 @@ def get_default_path(): system_default_app = frappe.get_system_settings("default_app") user_default_app = frappe.db.get_value("User", frappe.session.user, "default_app") + if system_default_app and not user_default_app: - return get_route(system_default_app) + app = next((app for app in apps if app.get("name") == system_default_app), None) + return app.get("route") if app else None elif user_default_app: - return get_route(user_default_app) + app = next((app for app in apps if app.get("name") == user_default_app), None) + return app.get("route") if app else None if len(_apps) == 1: return _apps[0].get("route") or "/apps" diff --git a/frappe/auth.py b/frappe/auth.py index fa632352f27c..02d30e2c24f4 100644 --- a/frappe/auth.py +++ b/frappe/auth.py @@ -13,6 +13,7 @@ from frappe import _ from frappe.apps import get_default_path from frappe.core.doctype.activity_log.activity_log import add_authentication_log +from frappe.desk.utils import slug from frappe.sessions import Session, clear_sessions, delete_session, get_expiry_in_seconds from frappe.translate import get_language from frappe.twofactor import ( @@ -157,7 +158,10 @@ def post_login(self): def get_user_info(self): self.info = frappe.get_cached_value( - "User", self.user, ["user_type", "first_name", "last_name", "user_image"], as_dict=1 + "User", + self.user, + ["user_type", "first_name", "last_name", "user_image", "default_workspace"], + as_dict=1, ) self.user_type = self.info.user_type @@ -182,7 +186,11 @@ def set_user_info(self, resume=False): frappe.local.cookie_manager.set_cookie("system_user", "yes") if not resume: frappe.local.response["message"] = "Logged In" - frappe.local.response["home_page"] = get_default_path() or "/app" + default_workspace = self.info.default_workspace + if default_workspace: + frappe.local.response["home_page"] = "/app/" + slug(default_workspace) + else: + frappe.local.response["home_page"] = get_default_path() or "/app" if not resume: frappe.response["full_name"] = self.full_name diff --git a/frappe/automation/doctype/assignment_rule/assignment_rule.py b/frappe/automation/doctype/assignment_rule/assignment_rule.py index 059b5711bb73..c8f758604007 100644 --- a/frappe/automation/doctype/assignment_rule/assignment_rule.py +++ b/frappe/automation/doctype/assignment_rule/assignment_rule.py @@ -51,7 +51,9 @@ def clear_cache(self): def validate_document_types(self): if self.document_type == "ToDo": - frappe.throw(_("Assignment Rule is not allowed on {0} document type").format(frappe.bold("ToDo"))) + frappe.throw( + _("Assignment Rule is not allowed on document type {0}").format(frappe.bold(_("ToDo"))) + ) def validate_assignment_days(self): assignment_days = self.get_assignment_days() diff --git a/frappe/automation/doctype/auto_repeat/auto_repeat.py b/frappe/automation/doctype/auto_repeat/auto_repeat.py index bb4bac1e56fb..74da518db133 100644 --- a/frappe/automation/doctype/auto_repeat/auto_repeat.py +++ b/frappe/automation/doctype/auto_repeat/auto_repeat.py @@ -122,7 +122,9 @@ def validate_reference_doctype(self): def validate_submit_on_creation(self): if self.submit_on_creation and not frappe.get_meta(self.reference_doctype).is_submittable: frappe.throw( - _("Cannot enable {0} for a non-submittable doctype").format(frappe.bold("Submit on Creation")) + _("Cannot enable {0} for a non-submittable doctype").format( + frappe.bold(_("Submit on Creation")) + ) ) def validate_dates(self): @@ -134,7 +136,9 @@ def validate_dates(self): if self.end_date == self.start_date: frappe.throw( - _("{0} should not be same as {1}").format(frappe.bold("End Date"), frappe.bold("Start Date")) + _("{0} should not be same as {1}").format( + frappe.bold(_("End Date")), frappe.bold(_("Start Date")) + ) ) def validate_email_id(self): diff --git a/frappe/boot.py b/frappe/boot.py index d29e72704db9..a016fed12379 100644 --- a/frappe/boot.py +++ b/frappe/boot.py @@ -100,6 +100,7 @@ def get_bootinfo(): bootinfo.update(get_email_accounts(user=frappe.session.user)) bootinfo.energy_points_enabled = is_energy_point_enabled() bootinfo.website_tracking_enabled = is_tracking_enabled() + bootinfo.sms_gateway_enabled = bool(frappe.db.get_single_value("SMS Settings", "sms_gateway_url")) bootinfo.points = get_energy_points(frappe.session.user) bootinfo.frequently_visited_links = frequently_visited_links() bootinfo.link_preview_doctypes = get_link_preview_doctypes() @@ -135,7 +136,7 @@ def load_conf_settings(bootinfo): from frappe.core.api.file import get_max_file_size bootinfo.max_file_size = get_max_file_size() - for key in ("developer_mode", "socketio_port", "file_watcher_port"): + for key in ("developer_mode", "socketio_port", "file_watcher_port", "fc_communication_secret"): if key in frappe.conf: bootinfo[key] = frappe.conf.get(key) diff --git a/frappe/build.py b/frappe/build.py index 22fbe0195a51..fe3878800459 100644 --- a/frappe/build.py +++ b/frappe/build.py @@ -249,6 +249,9 @@ def bundle( if save_metafiles: command += " --save-metafiles" + if not apps or apps == "frappe": + command += " && cd billing && yarn build" + check_node_executable() frappe_app_path = frappe.get_app_source_path("frappe") frappe.commands.popen(command, cwd=frappe_app_path, env=get_node_env(), raise_err=True) @@ -379,8 +382,9 @@ def make_asset_dirs(hard_link=False): try: print(start_message, end="\r") link_assets_dir(source, target, hard_link=hard_link) - except Exception: - print(fail_message, end="\r") + except Exception as e: + print(e) + print(fail_message) click.echo(unstrip(click.style("✔", fg="green") + " Application Assets Linked") + "\n") diff --git a/frappe/commands/site.py b/frappe/commands/site.py index e1f3a7142564..5c544d71afc9 100644 --- a/frappe/commands/site.py +++ b/frappe/commands/site.py @@ -31,11 +31,25 @@ help='Root username for MariaDB or PostgreSQL, Default is "root"', ) @click.option("--db-root-password", "--mariadb-root-password", help="Root password for MariaDB or PostgreSQL") +@click.option( + "--db-socket", + "--mariadb-db-socket", + envvar="MYSQL_UNIX_PORT", + help="Database socket for MariaDB or folder containing database socket for PostgreSQL", +) @click.option( "--no-mariadb-socket", is_flag=True, default=False, - help="Set MariaDB host to % and use TCP/IP Socket instead of using the UNIX Socket", + help="DEPRECATED: Set MariaDB host to % and use TCP/IP Socket instead of using the UNIX Socket", +) +@click.option( + "--mariadb-user-host-login-scope", + help=( + "Set the mariadb host for the user login scope if you don't want to use the current host as login " + "scope which typically is ''@'localhost' - may be used when initializing a user on a remote host. " + "See the mariadb docs on account names for more info." + ), ) @click.option("--admin-password", help="Administrator password for new site", default=None) @click.option("--verbose", is_flag=True, default=False, help="Verbose") @@ -57,10 +71,12 @@ def new_site( source_sql=None, force=None, no_mariadb_socket=False, + mariadb_user_host_login_scope=False, install_app=None, db_name=None, db_password=None, db_type=None, + db_socket=None, db_host=None, db_port=None, set_default=False, @@ -71,6 +87,15 @@ def new_site( frappe.init(site=site, new_site=True) + if no_mariadb_socket: + click.secho( + "--no-mariadb-socket is DEPRECATED; " + "use --mariadb-user-host-login-scope='%' (wildcard) or --mariadb-user-host-login-scope=, instead. " + "The name of this option was misleading: it had nothing to do with sockets.", + fg="yellow", + ) + mariadb_user_host_login_scope = "%" + _new_site( db_name, site, @@ -81,12 +106,13 @@ def new_site( install_apps=install_app, source_sql=source_sql, force=force, - no_mariadb_socket=no_mariadb_socket, db_password=db_password, db_type=db_type, + db_socket=db_socket, db_host=db_host, db_port=db_port, setup_db=setup_db, + mariadb_user_host_login_scope=mariadb_user_host_login_scope, ) if set_default: diff --git a/frappe/commands/utils.py b/frappe/commands/utils.py index 56a1e472c4ba..0fd25ca76fd8 100644 --- a/frappe/commands/utils.py +++ b/frappe/commands/utils.py @@ -515,6 +515,7 @@ def _enter_console(extra_args=None): os.environ["PSQL_HISTORY"] = os.path.abspath(get_site_path("logs", "postgresql_console.log")) bin, args, bin_name = get_command( + socket=frappe.conf.db_socket, host=frappe.conf.db_host, port=frappe.conf.db_port, user=frappe.conf.db_name, @@ -930,7 +931,11 @@ def run_ui_tests( formatted_command += " " + " ".join(cypressargs) click.secho("Running Cypress...", fg="yellow") - frappe.commands.popen(formatted_command, cwd=app_base_path, raise_err=True) + try: + frappe.commands.popen(formatted_command, cwd=app_base_path, raise_err=True) + except subprocess.CalledProcessError as e: + click.secho("Cypress tests failed", fg="red") + raise click.exceptions.Exit(1) from e @click.command("serve") diff --git a/frappe/contacts/doctype/contact/contact.py b/frappe/contacts/doctype/contact/contact.py index 1d9db58f882b..e4aa25504096 100644 --- a/frappe/contacts/doctype/contact/contact.py +++ b/frappe/contacts/doctype/contact/contact.py @@ -127,7 +127,7 @@ def set_primary_email(self): return if len([email.email_id for email in self.email_ids if email.is_primary]) > 1: - frappe.throw(_("Only one {0} can be set as primary.").format(frappe.bold("Email ID"))) + frappe.throw(_("Only one {0} can be set as primary.").format(frappe.bold(_("Email ID")))) if len(self.email_ids) == 1: self.email_ids[0].is_primary = 1 diff --git a/frappe/core/doctype/data_import/exporter.py b/frappe/core/doctype/data_import/exporter.py index a7dcd1acd713..78cae3e88c2e 100644 --- a/frappe/core/doctype/data_import/exporter.py +++ b/frappe/core/doctype/data_import/exporter.py @@ -110,11 +110,21 @@ def is_exportable(df): return fields or [] def get_data_to_export(self): - frappe.permissions.can_export(self.doctype, raise_exception=True) - table_fields = [f for f in self.exportable_fields if f != self.doctype] data = self.get_data_as_docs() + if not frappe.permissions.can_export(self.doctype): + if frappe.permissions.can_export(self.doctype, is_owner=True): + for doc in data: + if doc.get("owner") != frappe.session.user: + raise frappe.PermissionError( + _("You are not allowed to export {} doctype").format(self.doctype) + ) + else: + raise frappe.PermissionError( + _("You are not allowed to export {} doctype").format(self.doctype) + ) + for doc in data: rows = [] rows = self.add_data_row(self.doctype, None, doc, rows, 0) @@ -163,7 +173,7 @@ def format_column_name(df): parent_data = frappe.db.get_list( self.doctype, filters=filters, - fields=["name", *parent_fields], + fields=["name", "owner", *parent_fields], limit_page_length=self.export_page_length, order_by=order_by, as_list=0, diff --git a/frappe/core/doctype/doctype/doctype_list.js b/frappe/core/doctype/doctype/doctype_list.js index 56f345420f04..707240d5073d 100644 --- a/frappe/core/doctype/doctype/doctype_list.js +++ b/frappe/core/doctype/doctype/doctype_list.js @@ -7,7 +7,7 @@ frappe.listview_settings["DocType"] = { let non_developer = frappe.session.user !== "Administrator" || !frappe.boot.developer_mode; let fields = [ { - label: __("DocType Name"), + label: __("Name"), fieldname: "name", fieldtype: "Data", reqd: 1, diff --git a/frappe/core/doctype/file/utils.py b/frappe/core/doctype/file/utils.py index a7ccbb670ac2..4425e73dd5d5 100644 --- a/frappe/core/doctype/file/utils.py +++ b/frappe/core/doctype/file/utils.py @@ -237,6 +237,10 @@ def _save_file(match): if b"," in content: content = content.split(b",")[1] + if not content: + # if there is no content, return the original tag + return match.group(0) + try: content = safe_b64decode(content) except BinasciiError: diff --git a/frappe/core/doctype/navbar_item/navbar_item.json b/frappe/core/doctype/navbar_item/navbar_item.json index 541d7857104d..a885e37ff8b8 100644 --- a/frappe/core/doctype/navbar_item/navbar_item.json +++ b/frappe/core/doctype/navbar_item/navbar_item.json @@ -9,7 +9,9 @@ "route", "action", "hidden", - "is_standard" + "is_standard", + "column_break_dtwu", + "condition" ], "fields": [ { @@ -72,11 +74,21 @@ "read_only_depends_on": "eval:doc.is_standard", "show_days": 1, "show_seconds": 1 + }, + { + "fieldname": "condition", + "fieldtype": "Code", + "label": "Condition", + "options": "Javascript" + }, + { + "fieldname": "column_break_dtwu", + "fieldtype": "Column Break" } ], "istable": 1, "links": [], - "modified": "2020-11-02 10:57:37.709262", + "modified": "2024-11-15 14:12:19.803995", "modified_by": "Administrator", "module": "Core", "name": "Navbar Item", diff --git a/frappe/core/doctype/navbar_item/navbar_item.py b/frappe/core/doctype/navbar_item/navbar_item.py index 72c5bf37e196..eb328f85c35a 100644 --- a/frappe/core/doctype/navbar_item/navbar_item.py +++ b/frappe/core/doctype/navbar_item/navbar_item.py @@ -15,6 +15,7 @@ class NavbarItem(Document): from frappe.types import DF action: DF.Data | None + condition: DF.Code | None hidden: DF.Check is_standard: DF.Check item_label: DF.Data | None diff --git a/frappe/core/doctype/navbar_settings/navbar_settings.py b/frappe/core/doctype/navbar_settings/navbar_settings.py index 5e7089b7a05b..e1eb780d530b 100644 --- a/frappe/core/doctype/navbar_settings/navbar_settings.py +++ b/frappe/core/doctype/navbar_settings/navbar_settings.py @@ -44,7 +44,10 @@ def validate_standard_navbar_items(self): def get_app_logo(): - app_logo = frappe.db.get_single_value("Navbar Settings", "app_logo", cache=True) + app_logo = frappe.get_website_settings("app_logo") or frappe.db.get_single_value( + "Navbar Settings", "app_logo", cache=True + ) + if not app_logo: logos = frappe.get_hooks("app_logo_url") app_logo = logos[0] diff --git a/frappe/core/doctype/server_script/server_script.py b/frappe/core/doctype/server_script/server_script.py index 622447bbf7e4..890c6f21e95b 100644 --- a/frappe/core/doctype/server_script/server_script.py +++ b/frappe/core/doctype/server_script/server_script.py @@ -2,7 +2,7 @@ # License: MIT. See LICENSE from functools import partial -from types import FunctionType, MethodType, ModuleType +from itertools import chain import frappe from frappe import _ @@ -10,7 +10,7 @@ from frappe.rate_limiter import rate_limit from frappe.utils.safe_exec import ( FrappeTransformer, - NamespaceDict, + get_keys_for_autocomplete, get_safe_globals, is_safe_exec_enabled, safe_exec, @@ -208,41 +208,15 @@ def get_autocompletion_items(self): For e.g., ["frappe.utils.cint", "frappe.get_all", ...] """ - def get_keys(obj): - out = [] - for key in obj: - if key.startswith("_"): - continue - value = obj[key] - if isinstance(value, NamespaceDict | dict) and value: - if key == "form_dict": - out.append(["form_dict", 7]) - continue - for subkey, score in get_keys(value): - fullkey = f"{key}.{subkey}" - out.append([fullkey, score]) - else: - if isinstance(value, type) and issubclass(value, Exception): - score = 0 - elif isinstance(value, ModuleType): - score = 10 - elif isinstance(value, FunctionType | MethodType): - score = 9 - elif isinstance(value, type): - score = 8 - elif isinstance(value, dict): - score = 7 - else: - score = 6 - out.append([key, score]) - return out - - items = frappe.cache.get_value("server_script_autocompletion_items") - if not items: - items = get_keys(get_safe_globals()) - items = [{"value": d[0], "score": d[1]} for d in items] - frappe.cache.set_value("server_script_autocompletion_items", items) - return items + return frappe.cache.get_value( + "server_script_autocompletion_items", + generator=lambda: list( + chain.from_iterable( + get_keys_for_autocomplete(key, value, meta="utils") + for key, value in get_safe_globals().items() + ), + ), + ) def setup_scheduler_events(script_name: str, frequency: str, cron_format: str | None = None): diff --git a/frappe/core/doctype/sms_settings/sms_settings.py b/frappe/core/doctype/sms_settings/sms_settings.py index d3df6f735996..2aa0ae0101b3 100644 --- a/frappe/core/doctype/sms_settings/sms_settings.py +++ b/frappe/core/doctype/sms_settings/sms_settings.py @@ -106,7 +106,7 @@ def send_via_gateway(arg): args.update(arg) create_sms_log(args, success_list) if arg.get("success_msg"): - frappe.msgprint(_("SMS sent to following numbers: {0}").format("\n" + "\n".join(success_list))) + frappe.msgprint(_("SMS sent successfully")) def get_headers(sms_settings=None): diff --git a/frappe/core/doctype/system_settings/system_settings.json b/frappe/core/doctype/system_settings/system_settings.json index 0dd750c92839..deef2a7c6445 100644 --- a/frappe/core/doctype/system_settings/system_settings.json +++ b/frappe/core/doctype/system_settings/system_settings.json @@ -11,6 +11,7 @@ "language", "column_break_3", "time_zone", + "currency", "enable_onboarding", "setup_complete", "disable_document_sharing", @@ -684,12 +685,19 @@ "fieldname": "use_number_format_from_currency", "fieldtype": "Check", "label": "Use Number Format from Currency" + }, + { + "description": "Default display currency", + "fieldname": "currency", + "fieldtype": "Link", + "label": "Currency", + "options": "Currency" } ], "icon": "fa fa-cog", "issingle": 1, "links": [], - "modified": "2024-09-26 16:20:59.417151", + "modified": "2024-11-04 15:51:39.954876", "modified_by": "Administrator", "module": "Core", "name": "System Settings", diff --git a/frappe/core/doctype/system_settings/system_settings.py b/frappe/core/doctype/system_settings/system_settings.py index 38ebe86b4d22..509e1dbf96cc 100644 --- a/frappe/core/doctype/system_settings/system_settings.py +++ b/frappe/core/doctype/system_settings/system_settings.py @@ -32,6 +32,7 @@ class SystemSettings(Document): bypass_2fa_for_retricted_ip_users: DF.Check bypass_restrict_ip_check_if_2fa_enabled: DF.Check country: DF.Link | None + currency: DF.Link | None currency_precision: DF.Literal["", "0", "1", "2", "3", "4", "5", "6", "7", "8", "9"] date_format: DF.Literal[ "yyyy-mm-dd", "dd-mm-yyyy", "dd/mm/yyyy", "dd.mm.yyyy", "mm/dd/yyyy", "mm-dd-yyyy" diff --git a/frappe/core/doctype/translation/test_translation.py b/frappe/core/doctype/translation/test_translation.py index 98e8503c832a..e76af1b47f35 100644 --- a/frappe/core/doctype/translation/test_translation.py +++ b/frappe/core/doctype/translation/test_translation.py @@ -17,38 +17,44 @@ def tearDown(self): def test_doctype(self): translation_data = get_translation_data() - for key, val in translation_data.items(): - frappe.local.lang = key + for lang, (source_string, new_translation) in translation_data.items(): + frappe.local.lang = lang + original_translation = _(source_string) - translation = create_translation(key, val) - self.assertEqual(_(val[0]), val[1]) + docname = create_translation(lang, source_string, new_translation) + self.assertEqual(_(source_string), new_translation) - frappe.delete_doc("Translation", translation.name) - self.assertEqual(_(val[0]), val[0]) + frappe.delete_doc("Translation", docname) + self.assertEqual(_(source_string), original_translation) def test_parent_language(self): - data = [ - ["es", ["Test Data", "datos de prueba"]], - ["es", ["Test Spanish", "prueba de español"]], - ["es-MX", ["Test Data", "pruebas de datos"]], - ] - - for key, val in data: - create_translation(key, val) + data = { + "Test Data": { + "es": "datos de prueba", + "es-MX": "pruebas de datos", + }, + "Test Spanish": { + "es": "prueba de español", + }, + } + + for source_string, translations in data.items(): + for lang, translation in translations.items(): + create_translation(lang, source_string, translation) frappe.local.lang = "es" - self.assertTrue(_(data[0][0]), data[0][1]) + self.assertEqual(_("Test Data"), data["Test Data"]["es"]) - self.assertTrue(_(data[1][0]), data[1][1]) + self.assertEqual(_("Test Spanish"), data["Test Spanish"]["es"]) frappe.local.lang = "es-MX" # different translation for es-MX - self.assertTrue(_(data[2][0]), data[2][1]) + self.assertEqual(_("Test Data"), data["Test Data"]["es-MX"]) # from spanish (general) - self.assertTrue(_(data[1][0]), data[1][1]) + self.assertEqual(_("Test Spanish"), data["Test Spanish"]["es"]) def test_multi_language_translations(self): source = "User" @@ -72,7 +78,7 @@ def test_html_content_data_translation(self): los procesadores Intel Core i5 e i7 de quinta generación con Intel HD Graphics 6000 son capaces de hacerlo. """ - create_translation("es", [source, target]) + create_translation("es", source, target) source = """ str: + doc = frappe.new_doc("Translation") + doc.language = lang + doc.source_text = source_string + doc.translated_text = new_translation + doc.save() + + return doc.name diff --git a/frappe/core/doctype/user/user.py b/frappe/core/doctype/user/user.py index b7f3aba06bf3..35347e1cab80 100644 --- a/frappe/core/doctype/user/user.py +++ b/frappe/core/doctype/user/user.py @@ -1,4 +1,3 @@ - # Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors # License: MIT. See LICENSE @@ -175,7 +174,7 @@ def validate(self): if self.name not in STANDARD_USERS: self.email = self.name self.validate_email_type(self.name) - self.add_system_manager_role() + self.populate_role_profile_roles() self.check_roles_added() self.set_system_user() @@ -263,9 +262,6 @@ def check_enable_disable(self): if not cint(self.enabled) and self.name in STANDARD_USERS: frappe.throw(_("User {0} cannot be disabled").format(self.name)) - if not cint(self.enabled): - self.a_system_manager_should_exist() - # clear sessions if disabled if not cint(self.enabled) and getattr(frappe.local, "login_manager", None): frappe.local.login_manager.logout(user=self.name) @@ -273,38 +269,6 @@ def check_enable_disable(self): # toggle notifications based on the user's status toggle_notifications(self.name, enable=cint(self.enabled)) - def add_system_manager_role(self): - if self.is_system_manager_disabled(): - return - - # if adding system manager, do nothing - if not cint(self.enabled) or ( - "System Manager" in [user_role.role for user_role in self.get("roles")] - ): - return - - if ( - self.name not in STANDARD_USERS - and self.user_type == "System User" - and not self.get_other_system_managers() - and cint(frappe.db.get_single_value("System Settings", "setup_complete")) - ): - msgprint(_("Adding System Manager to this User as there must be atleast one System Manager")) - self.append("roles", {"doctype": "Has Role", "role": "System Manager"}) - - if self.name == "Administrator": - # Administrator should always have System Manager Role - self.extend( - "roles", - [ - {"doctype": "Has Role", "role": "System Manager"}, - {"doctype": "Has Role", "role": "Administrator"}, - ], - ) - - def is_system_manager_disabled(self): - return frappe.db.get_value("Role", {"name": "System Manager"}, ["disabled"]) - def email_new_password(self, new_password=None): if new_password and not self.flags.in_insert: _update_password(user=self.name, pwd=new_password, logout_all_sessions=self.logout_all_sessions) @@ -418,20 +382,6 @@ def reset_password(self, send_email=False, password_expired=False): return link - def get_other_system_managers(self): - user_doctype = DocType("User").as_("user") - user_role_doctype = DocType("Has Role").as_("user_role") - return ( - frappe.qb.from_(user_doctype) - .from_(user_role_doctype) - .select(user_doctype.name) - .where(user_role_doctype.role == "System Manager") - .where(user_doctype.enabled == 1) - .where(user_role_doctype.parent == user_doctype.name) - .where(user_role_doctype.parent.notin(["Administrator", self.name])) - .limit(1) - ).run() - def get_fullname(self): """get first_name space last_name""" return (self.first_name or "") + (self.first_name and " " or "") + (self.last_name or "") @@ -516,20 +466,11 @@ def send_login_mail(self, subject, template, add_args, now=None, custom_template retry=3, ) - def a_system_manager_should_exist(self): - if self.is_system_manager_disabled(): - return - - if not self.get_other_system_managers(): - throw(_("There should remain at least one System Manager")) - def on_trash(self): frappe.clear_cache(user=self.name) if self.name in STANDARD_USERS: throw(_("User {0} cannot be deleted").format(self.name)) - self.a_system_manager_should_exist() - # disable the user and log him/her out self.enabled = 0 if getattr(frappe.local, "login_manager", None): @@ -1085,41 +1026,34 @@ def reset_password(user: str) -> str: @frappe.whitelist() @frappe.validate_and_sanitize_search_inputs def user_query(doctype, txt, searchfield, start, page_len, filters): - from frappe.desk.reportview import get_filters_cond, get_match_cond - doctype = "User" - conditions = [] - - user_type_condition = "and user_type != 'Website User'" - if filters and filters.get("ignore_user_type") and frappe.session.data.user_type == "System User": - user_type_condition = "" - filters and filters.pop("ignore_user_type", None) - txt = f"%{txt}%" - return frappe.db.sql( - """SELECT `name`, CONCAT_WS(' ', first_name, middle_name, last_name) - FROM `tabUser` - WHERE `enabled`=1 - {user_type_condition} - AND `docstatus` < 2 - AND `name` NOT IN ({standard_users}) - AND ({key} LIKE %(txt)s - OR CONCAT_WS(' ', first_name, middle_name, last_name) LIKE %(txt)s) - {fcond} {mcond} - ORDER BY - CASE WHEN `name` LIKE %(txt)s THEN 0 ELSE 1 END, - CASE WHEN concat_ws(' ', first_name, middle_name, last_name) LIKE %(txt)s - THEN 0 ELSE 1 END, - NAME asc - LIMIT %(page_len)s OFFSET %(start)s - """.format( - user_type_condition=user_type_condition, - standard_users=", ".join(frappe.db.escape(u) for u in STANDARD_USERS), - key=searchfield, - fcond=get_filters_cond(doctype, filters, conditions), - mcond=get_match_cond(doctype), - ), - dict(start=start, page_len=page_len, txt=txt), + list_filters = { + "enabled": 1, + "docstatus": ["<", 2], + } + + # Check if we have a search term, and decide the filters depending on the search term + or_filters = [[searchfield, "like", f"%{txt}%"]] + if "name" in searchfield: + or_filters += [[field, "like", f"%{txt}%"] for field in ("first_name", "middle_name", "last_name")] + + if filters: + if not (filters.get("ignore_user_type") and frappe.session.data.user_type == "System User"): + list_filters["user_type"] = ["!=", "Website User"] + + filters.pop("ignore_user_type", None) + list_filters.update(filters) + + return frappe.get_list( + doctype, + filters=list_filters, + fields=["name", "full_name"], + limit_start=start, + limit_page_length=page_len, + order_by="name asc", + or_filters=or_filters, + as_list=True, ) diff --git a/frappe/database/__init__.py b/frappe/database/__init__.py index 656e06534295..ecf7456d4557 100644 --- a/frappe/database/__init__.py +++ b/frappe/database/__init__.py @@ -8,7 +8,7 @@ from frappe.database.database import savepoint -def setup_database(force, verbose=None, no_mariadb_socket=False): +def setup_database(force, verbose=None, mariadb_user_host_login_scope=None): import frappe if frappe.conf.db_type == "postgres": @@ -18,9 +18,7 @@ def setup_database(force, verbose=None, no_mariadb_socket=False): else: import frappe.database.mariadb.setup_db - return frappe.database.mariadb.setup_db.setup_database( - force, verbose, no_mariadb_socket=no_mariadb_socket - ) + return frappe.database.mariadb.setup_db.setup_database(force, verbose, mariadb_user_host_login_scope) def bootstrap_database(verbose=None, source_sql=None): @@ -49,20 +47,26 @@ def drop_user_and_database(db_name, root_login=None, root_password=None): return frappe.database.mariadb.setup_db.drop_user_and_database(db_name, root_login, root_password) -def get_db(host=None, user=None, password=None, port=None, cur_db_name=None): +def get_db(host=None, user=None, password=None, port=None, cur_db_name=None, socket=None): import frappe if frappe.conf.db_type == "postgres": import frappe.database.postgres.database - return frappe.database.postgres.database.PostgresDatabase(host, user, password, port, cur_db_name) + return frappe.database.postgres.database.PostgresDatabase( + host, user, password, port, cur_db_name, socket + ) else: import frappe.database.mariadb.database - return frappe.database.mariadb.database.MariaDBDatabase(host, user, password, port, cur_db_name) + return frappe.database.mariadb.database.MariaDBDatabase( + host, user, password, port, cur_db_name, socket + ) -def get_command(host=None, port=None, user=None, password=None, db_name=None, extra=None, dump=False): +def get_command( + host=None, port=None, user=None, password=None, db_name=None, extra=None, dump=False, socket=None +): import frappe if frappe.conf.db_type == "postgres": @@ -71,7 +75,11 @@ def get_command(host=None, port=None, user=None, password=None, db_name=None, ex else: bin, bin_name = which("psql"), "psql" - if password: + if socket and password: + conn_string = f"postgresql://{user}:{password}@/{db_name}?host={socket}" + elif socket: + conn_string = f"postgresql://{user}@/{db_name}?host={socket}" + elif password: conn_string = f"postgresql://{user}:{password}@{host}:{port}/{db_name}" else: conn_string = f"postgresql://{user}@{host}:{port}/{db_name}" @@ -87,11 +95,12 @@ def get_command(host=None, port=None, user=None, password=None, db_name=None, ex else: bin, bin_name = which("mariadb") or which("mysql"), "mariadb" - command = [ - f"--user={user}", - f"--host={host}", - f"--port={port}", - ] + command = [f"--user={user}"] + if socket: + command.append(f"--socket={socket}") + elif host and port: + command.append(f"--host={host}") + command.append(f"--port={port}") if password: command.append(f"--password={password}") diff --git a/frappe/database/database.py b/frappe/database/database.py index 9e4c159df155..c0d1a6bc6bdc 100644 --- a/frappe/database/database.py +++ b/frappe/database/database.py @@ -30,6 +30,7 @@ ) from frappe.exceptions import DoesNotExistError, ImplicitCommitError from frappe.monitor import get_trace_id +from frappe.query_builder import Case from frappe.query_builder.functions import Count from frappe.utils import CallbackManager, cint, get_datetime, get_table_name, getdate, now, sbool from frappe.utils import cast as cast_fieldtype @@ -77,8 +78,10 @@ def __init__( password=None, port=None, cur_db_name=None, + socket=None, ): self.setup_type_map() + self.socket = socket self.host = host self.port = port self.user = user @@ -991,6 +994,140 @@ def set_value( if dt in self.value_cache: del self.value_cache[dt] + + def bulk_update( + self, + doctype: str, + doc_updates: dict, + *, + chunk_size: int = 100, + modified: str | None = None, + modified_by: str | None = None, + update_modified: bool = True, + debug: bool = False, + ): + """ + :param doctype: DocType to update + :param doc_updates: Dictionary of key (docname) and values to update + :param chunk_size: Number of documents to update in a single transaction + :param modified: Use this as the `modified` timestamp. + :param modified_by: Set this user as `modified_by`. + :param update_modified: default True. Update `modified` and `modified_by` fields + :param debug: Print the query in the developer / js console. + + doc_updates should be in the following format: + ```py + { + "docname1": { + "field1": "value1", + "field2": "value2", + ... + }, + "docname2": { + "field1": "value1", + "field2": "value2", + ... + }, + } + + ``` + Note: + - Bigger chunk sizes could be less performant. Use appropriate chunk size based on the number of fields to update. + + """ + if not doc_updates: + return + + modified_dict = None + if update_modified: + modified_dict = self._get_update_dict( + {}, None, modified=modified, modified_by=modified_by, update_modified=update_modified + ) + + total_docs = len(doc_updates) + iterator = iter(doc_updates.items()) + + for __ in range(0, total_docs, chunk_size): + doc_chunk = dict(itertools.islice(iterator, chunk_size)) + self._build_and_run_bulk_update_query(doctype, doc_chunk, modified_dict, debug) + + @staticmethod + def _build_and_run_bulk_update_query( + doctype: str, doc_updates: dict, modified_dict: dict | None = None, debug: bool = False + ): + """ + :param doctype: DocType to update + :param doc_updates: Dictionary of key (docname) and values to update + :param debug: Print the query in the developer / js console. + + --- + + doc_updates should be in the following format: + ```py + { + "docname1": { + "field1": "value1", + "field2": "value2", + ... + }, + "docname2": { + "field1": "value1", + "field2": "value2", + ... + }, + } + ``` + + --- + + Query will be built as: + ```sql + UPDATE `tabItem` + SET `status` = CASE + WHEN `name` = 'Item-1' THEN 'Close' + WHEN `name` = 'Item-2' THEN 'Open' + WHEN `name` = 'Item-3' THEN 'Close' + WHEN `name` = 'Item-4' THEN 'Cancelled' + ELSE `status` + end, + `description` = CASE + WHEN `name` = 'Item-1' THEN 'This is the first task' + WHEN `name` = 'Item-2' THEN 'This is the second task' + WHEN `name` = 'Item-3' THEN 'This is the third task' + WHEN `name` = 'Item-4' THEN 'This is the fourth task' + ELSE `description` + end + WHERE `name` IN ( 'Item-1', 'Item-2', 'Item-3', 'Item-4' ) + ``` + """ + if not doc_updates: + return + + dt = frappe.qb.DocType(doctype) + update_query = frappe.qb.update(dt) + + conditions = {} + docnames = list(doc_updates.keys()) + + for docname, row in doc_updates.items(): + for field, value in row.items(): + # CASE + if field not in conditions: + conditions[field] = Case() + + # WHEN + conditions[field].when(dt.name == docname, value) + + for field in conditions: + # ELSE + update_query = update_query.set(dt[field], conditions[field].else_(dt[field])) + + if modified_dict: + for column, value in modified_dict.items(): + update_query = update_query.set(dt[column], value) + + update_query.where(dt.name.isin(docnames)).run(debug=debug) + def set_global(self, key, val, user="__global"): """Save a global key value. Global values will be automatically set if they match fieldname.""" diff --git a/frappe/database/db_manager.py b/frappe/database/db_manager.py index e7f734e89db1..4b14ecc95937 100644 --- a/frappe/database/db_manager.py +++ b/frappe/database/db_manager.py @@ -83,6 +83,7 @@ def restore_database(verbose: bool, target: str, source: str, user: str, passwor # Generate the restore command bin, args, bin_name = get_command( + socket=frappe.conf.db_socket, host=frappe.conf.db_host, port=frappe.conf.db_port, user=user, diff --git a/frappe/database/mariadb/database.py b/frappe/database/mariadb/database.py index 38934322e3af..36bd258da013 100644 --- a/frappe/database/mariadb/database.py +++ b/frappe/database/mariadb/database.py @@ -120,9 +120,7 @@ def set_execution_timeout(self, seconds: int): def get_connection_settings(self) -> dict: conn_settings = { - "host": self.host, "user": self.user, - "password": self.password, "conv": self.CONVERSION_MAP, "charset": "utf8mb4", "use_unicode": True, @@ -131,8 +129,15 @@ def get_connection_settings(self) -> dict: if self.cur_db_name: conn_settings["database"] = self.cur_db_name - if self.port: - conn_settings["port"] = int(self.port) + if self.socket: + conn_settings["unix_socket"] = self.socket + else: + conn_settings["host"] = self.host + if self.port: + conn_settings["port"] = int(self.port) + + if self.password: + conn_settings["password"] = self.password if frappe.conf.local_infile: conn_settings["local_infile"] = frappe.conf.local_infile diff --git a/frappe/database/mariadb/setup_db.py b/frappe/database/mariadb/setup_db.py index 5456be56d079..e93f22fa70bf 100644 --- a/frappe/database/mariadb/setup_db.py +++ b/frappe/database/mariadb/setup_db.py @@ -18,15 +18,16 @@ def get_mariadb_version(version_string: str = ""): return version.rsplit(".", 1) -def setup_database(force, verbose, no_mariadb_socket=False): +def setup_database(force, verbose, mariadb_user_host_login_scope=None): frappe.local.session = frappe._dict({"user": "Administrator"}) db_name = frappe.local.conf.db_name root_conn = get_root_connection(frappe.flags.root_login, frappe.flags.root_password) dbman = DbManager(root_conn) dbman_kwargs = {} - if no_mariadb_socket: - dbman_kwargs["host"] = "%" + + if mariadb_user_host_login_scope is not None: + dbman_kwargs["host"] = mariadb_user_host_login_scope if force or (db_name not in dbman.get_database_list()): dbman.delete_user(db_name, **dbman_kwargs) @@ -129,6 +130,7 @@ def get_root_connection(root_login, root_password): root_password = getpass.getpass("MySQL root password: ") frappe.local.flags.root_connection = frappe.database.get_db( + socket=frappe.conf.db_socket, host=frappe.conf.db_host, port=frappe.conf.db_port, user=root_login, diff --git a/frappe/database/postgres/database.py b/frappe/database/postgres/database.py index 73705624b61f..62eb18b379c5 100644 --- a/frappe/database/postgres/database.py +++ b/frappe/database/postgres/database.py @@ -247,6 +247,21 @@ def setup_type_map(self): def last_query(self): return LazyDecode(self._cursor.query) + + def close(self): + """Close database connection.""" + if self._conn: + if ConnectionPool._connection_pool and not (frappe.flags.in_install_db or frappe.flags.in_test or frappe.flags.in_drop_site): + ConnectionPool.put_connection(self._conn) + else: + self._conn.close() + self._cursor = None + self._conn = None + + def close_all_connections(self): + ConnectionPool.close_all_connections() + + def close(self): """Close database connection.""" if self._conn: @@ -264,16 +279,17 @@ def get_connection(self): conn_settings = { "user": self.user, "dbname": self.cur_db_name, - "host": self.host, - "password": self.password, + # libpg defaults to default socket if not specified + "host": self.host or self.socket, } - if self.port: + if self.password: + conn_settings["password"] = self.password + if not self.socket and self.port: conn_settings["port"] = self.port - if frappe.flags.in_install_db or frappe.flags.in_test or frappe.flags.in_drop_site: - conn = psycopg2.connect(**conn_settings) - else: - conn = ConnectionPool.get_connection(conn_settings) + + conn = psycopg2.connect(**conn_settings) conn.set_isolation_level(ISOLATION_LEVEL_REPEATABLE_READ) + return conn def set_execution_timeout(self, seconds: int): diff --git a/frappe/desk/doctype/workspace/workspace.py b/frappe/desk/doctype/workspace/workspace.py index 6505172b45bb..f944d8189006 100644 --- a/frappe/desk/doctype/workspace/workspace.py +++ b/frappe/desk/doctype/workspace/workspace.py @@ -108,6 +108,10 @@ def before_export(self, doc): if doc.title != doc.label and doc.label == doc.name: self.name = doc.name = doc.label = doc.title + def on_trash(self): + if self.public and not is_workspace_manager(): + frappe.throw(_("You need to be Workspace Manager to delete a public workspace.")) + def after_delete(self): if disable_saving_as_public(): return diff --git a/frappe/desk/page/setup_wizard/setup_wizard.py b/frappe/desk/page/setup_wizard/setup_wizard.py index 82516148ba9a..4f3d7407ef87 100755 --- a/frappe/desk/page/setup_wizard/setup_wizard.py +++ b/frappe/desk/page/setup_wizard/setup_wizard.py @@ -176,6 +176,7 @@ def update_system_settings(args): # nosemgrep "country": args.get("country"), "language": get_language_code(args.get("language")) or "en", "time_zone": args.get("timezone"), + "currency": args.get("currency"), "float_precision": 3, "rounding_method": "Banker's Rounding", "date_format": frappe.db.get_value("Country", args.get("country"), "date_format"), @@ -220,6 +221,7 @@ def create_or_update_user(args): # nosemgrep } ) user.append_roles(*_get_default_roles()) + user.append_roles("System Manager") user.flags.no_welcome_mail = True user.insert() diff --git a/frappe/desk/query_report.py b/frappe/desk/query_report.py index 7d5420acd3dd..1ecf604658fd 100644 --- a/frappe/desk/query_report.py +++ b/frappe/desk/query_report.py @@ -14,7 +14,7 @@ from frappe.model.utils import render_include from frappe.modules import get_module_path, scrub from frappe.monitor import add_data_to_monitor -from frappe.permissions import get_role_permissions +from frappe.permissions import get_role_permissions, has_permission from frappe.utils import cint, cstr, flt, format_duration, get_html_format, sbool @@ -195,9 +195,10 @@ def run( parent_field=None, are_default_filters=True, ): - report = get_report_doc(report_name) if not user: user = frappe.session.user + validate_filters_permissions(report_name, filters, user) + report = get_report_doc(report_name) if not frappe.has_permission(report.ref_doctype, "report"): frappe.msgprint( _("Must have report permission to access this report."), @@ -783,4 +784,27 @@ def get_user_match_filters(doctypes, user): if filter_list: match_filters[dt] = filter_list - return match_filters \ No newline at end of file + return match_filters + + +def validate_filters_permissions(report_name, filters=None, user=None): + if not filters: + return + + if isinstance(filters, str): + filters = json.loads(filters) + + report = frappe.get_doc("Report", report_name) + for field in report.filters: + if field.fieldname in filters and field.fieldtype == "Link": + linked_doctype = field.options + if not has_permission( + doctype=linked_doctype, ptype="read", doc=filters[field.fieldname], user=user + ) and not has_permission( + doctype=linked_doctype, ptype="select", doc=filters[field.fieldname], user=user + ): + frappe.throw( + _("You do not have permission to access {0}: {1}.").format( + linked_doctype, filters[field.fieldname] + ) + ) \ No newline at end of file diff --git a/frappe/desk/reportview.py b/frappe/desk/reportview.py index 2676f7f9f2d4..234b72d57202 100644 --- a/frappe/desk/reportview.py +++ b/frappe/desk/reportview.py @@ -355,14 +355,16 @@ def export_query(): form_params["limit_page_length"] = None form_params["as_list"] = True doctype = form_params.pop("doctype") + if isinstance(form_params["fields"], list): + form_params["fields"].append("owner") + elif isinstance(form_params["fields"], tuple): + form_params["fields"] = form_params["fields"] + ("owner",) file_format_type = form_params.pop("file_format_type") title = form_params.pop("title", doctype) csv_params = pop_csv_params(form_params) add_totals_row = 1 if form_params.pop("add_totals_row", None) == "1" else None translate_values = 1 if form_params.pop("translate_values", None) == "1" else None - frappe.permissions.can_export(doctype, raise_exception=True) - if selection := form_params.pop("selected_items", None): form_params["filters"] = {"name": ("in", json.loads(selection))} @@ -376,6 +378,16 @@ def export_query(): db_query = DatabaseQuery(doctype) ret = db_query.execute(**form_params) + if not frappe.permissions.can_export(doctype): + if frappe.permissions.can_export(doctype, is_owner=True): + for row in ret: + if row[-1] != frappe.session.user: + raise frappe.PermissionError( + _("You are not allowed to export {} doctype").format(doctype) + ) + else: + raise frappe.PermissionError(_("You are not allowed to export {} doctype").format(doctype)) + if add_totals_row: ret = append_totals_row(ret) diff --git a/frappe/email/doctype/email_account/email_account.js b/frappe/email/doctype/email_account/email_account.js index 90f71bf88f7c..e622db43d28d 100644 --- a/frappe/email/doctype/email_account/email_account.js +++ b/frappe/email/doctype/email_account/email_account.js @@ -166,7 +166,11 @@ frappe.ui.form.on("Email Account", { }, show_oauth_authorization_message(frm) { - if (frm.doc.auth_method === "OAuth" && frm.doc.connected_app) { + if ( + frm.doc.auth_method === "OAuth" && + frm.doc.connected_app && + !frm.doc.backend_app_flow + ) { frappe.call({ method: "frappe.integrations.doctype.connected_app.connected_app.has_token", args: { diff --git a/frappe/email/doctype/email_account/email_account.json b/frappe/email/doctype/email_account/email_account.json index d61165b78756..c6dc7e6a6db7 100644 --- a/frappe/email/doctype/email_account/email_account.json +++ b/frappe/email/doctype/email_account/email_account.json @@ -7,636 +7,653 @@ "document_type": "Setup", "engine": "InnoDB", "field_order": [ - "account_section", - "email_id", - "email_account_name", - "column_break_3", - "domain", - "service", - "authentication_column", - "auth_method", - "authorize_api_access", - "password", - "awaiting_password", - "ascii_encode_password", - "column_break_10", - "connected_app", - "connected_user", - "login_id_is_different", - "login_id", - "mailbox_settings", - "enable_incoming", - "default_incoming", - "use_imap", - "use_ssl", - "use_starttls", - "email_server", - "incoming_port", - "column_break_18", - "attachment_limit", - "email_sync_option", - "initial_sync_count", - "section_break_25", - "imap_folder", - "section_break_12", - "append_emails_to_sent_folder", - "append_to", - "create_contact", - "enable_automatic_linking", - "section_break_13", - "notify_if_unreplied", - "unreplied_for_mins", - "send_notification_to", - "outgoing_mail_settings", - "enable_outgoing", - "use_tls", - "use_ssl_for_outgoing", - "smtp_server", - "smtp_port", - "column_break_38", - "default_outgoing", - "always_use_account_email_id_as_sender", - "always_use_account_name_as_sender_name", - "send_unsubscribe_message", - "track_email_status", - "no_smtp_authentication", - "signature_section", - "add_signature", - "signature", - "auto_reply", - "enable_auto_reply", - "auto_reply_message", - "set_footer", - "footer", - "brand_logo", - "uidvalidity", - "uidnext", - "no_failed" + "account_section", + "email_id", + "email_account_name", + "column_break_3", + "domain", + "service", + "authentication_column", + "auth_method", + "backend_app_flow", + "authorize_api_access", + "password", + "awaiting_password", + "ascii_encode_password", + "column_break_10", + "connected_app", + "connected_user", + "login_id_is_different", + "login_id", + "mailbox_settings", + "enable_incoming", + "default_incoming", + "use_imap", + "use_ssl", + "use_starttls", + "email_server", + "incoming_port", + "column_break_18", + "attachment_limit", + "email_sync_option", + "initial_sync_count", + "section_break_25", + "imap_folder", + "section_break_12", + "append_emails_to_sent_folder", + "sent_folder_name", + "append_to", + "create_contact", + "enable_automatic_linking", + "section_break_13", + "notify_if_unreplied", + "unreplied_for_mins", + "send_notification_to", + "outgoing_mail_settings", + "enable_outgoing", + "use_tls", + "use_ssl_for_outgoing", + "smtp_server", + "smtp_port", + "column_break_38", + "default_outgoing", + "always_use_account_email_id_as_sender", + "always_use_account_name_as_sender_name", + "send_unsubscribe_message", + "track_email_status", + "no_smtp_authentication", + "signature_section", + "add_signature", + "signature", + "auto_reply", + "enable_auto_reply", + "auto_reply_message", + "set_footer", + "footer", + "brand_logo", + "uidvalidity", + "uidnext", + "no_failed" ], "fields": [ - { - "fieldname": "email_id", - "fieldtype": "Data", - "hide_days": 1, - "hide_seconds": 1, - "in_global_search": 1, - "in_list_view": 1, - "label": "Email Address", - "options": "Email", - "reqd": 1, - "unique": 1 - }, - { - "default": "0", - "fieldname": "login_id_is_different", - "fieldtype": "Check", - "hide_days": 1, - "hide_seconds": 1, - "label": "Use different Email ID" - }, - { - "depends_on": "login_id_is_different", - "fieldname": "login_id", - "fieldtype": "Data", - "hide_days": 1, - "hide_seconds": 1, - "label": "Alternative Email ID" - }, - { - "depends_on": "eval: doc.auth_method === \"Basic\"", - "fieldname": "password", - "fieldtype": "Password", - "hide_days": 1, - "hide_seconds": 1, - "label": "Password" - }, - { - "default": "0", - "depends_on": "eval: doc.auth_method === \"Basic\"", - "fieldname": "awaiting_password", - "fieldtype": "Check", - "hide_days": 1, - "hide_seconds": 1, - "label": "Awaiting password" - }, - { - "default": "0", - "depends_on": "eval: doc.auth_method === \"Basic\"", - "fieldname": "ascii_encode_password", - "fieldtype": "Check", - "hide_days": 1, - "hide_seconds": 1, - "label": "Use ASCII encoding for password" - }, - { - "description": "e.g. \"Support\", \"Sales\", \"Jerry Yang\"", - "fieldname": "email_account_name", - "fieldtype": "Data", - "hide_days": 1, - "hide_seconds": 1, - "label": "Email Account Name", - "unique": 1 - }, - { - "depends_on": "eval:!doc.service", - "fieldname": "domain", - "fieldtype": "Link", - "hide_days": 1, - "hide_seconds": 1, - "in_list_view": 1, - "in_standard_filter": 1, - "label": "Domain", - "options": "Email Domain" - }, - { - "depends_on": "eval:!doc.domain", - "fieldname": "service", - "fieldtype": "Select", - "hide_days": 1, - "hide_seconds": 1, - "label": "Service", - "options": "\nGMail\nSendgrid\nSparkPost\nYahoo Mail\nOutlook.com\nYandex.Mail" - }, - { - "fieldname": "mailbox_settings", - "fieldtype": "Section Break", - "hide_days": 1, - "hide_seconds": 1, - "label": "Incoming (POP/IMAP) Settings" - }, - { - "default": "0", - "fieldname": "enable_incoming", - "fieldtype": "Check", - "hide_days": 1, - "hide_seconds": 1, - "label": "Enable Incoming" - }, - { - "default": "0", - "depends_on": "eval: !doc.domain && doc.enable_incoming", - "fetch_from": "domain.use_imap", - "fieldname": "use_imap", - "fieldtype": "Check", - "hide_days": 1, - "hide_seconds": 1, - "label": "Use IMAP" - }, - { - "depends_on": "eval:!doc.domain && doc.enable_incoming", - "description": "e.g. pop.gmail.com / imap.gmail.com", - "fetch_from": "domain.email_server", - "fieldname": "email_server", - "fieldtype": "Data", - "hide_days": 1, - "hide_seconds": 1, - "label": "Incoming Server" - }, - { - "default": "0", - "depends_on": "eval:!doc.domain && doc.enable_incoming", - "fetch_from": "domain.use_ssl", - "fieldname": "use_ssl", - "fieldtype": "Check", - "hide_days": 1, - "hide_seconds": 1, - "label": "Use SSL" - }, - { - "depends_on": "eval:!doc.domain && doc.enable_incoming", - "description": "Ignore attachments over this size", - "fetch_from": "domain.attachment_limit", - "fieldname": "attachment_limit", - "fieldtype": "Int", - "hide_days": 1, - "hide_seconds": 1, - "label": "Attachment Limit (MB)" - }, - { - "depends_on": "eval: doc.enable_incoming && !doc.use_imap", - "description": "Append as communication against this DocType (must have fields: \"Sender\" and \"Subject\"). These fields can be defined in the email settings section of the appended doctype.", - "fieldname": "append_to", - "fieldtype": "Link", - "hide_days": 1, - "hide_seconds": 1, - "in_standard_filter": 1, - "label": "Append To", - "options": "DocType" - }, - { - "default": "0", - "depends_on": "enable_incoming", - "description": "e.g. replies@yourcomany.com. All replies will come to this inbox.", - "fieldname": "default_incoming", - "fieldtype": "Check", - "hide_days": 1, - "hide_seconds": 1, - "label": "Default Incoming" - }, - { - "default": "UNSEEN", - "depends_on": "eval: doc.enable_incoming && doc.use_imap", - "fieldname": "email_sync_option", - "fieldtype": "Select", - "hide_days": 1, - "hide_seconds": 1, - "label": "Email Sync Option", - "options": "ALL\nUNSEEN" - }, - { - "default": "250", - "depends_on": "eval: doc.enable_incoming && doc.use_imap", - "description": "Total number of emails to sync in initial sync process ", - "fieldname": "initial_sync_count", - "fieldtype": "Select", - "hide_days": 1, - "hide_seconds": 1, - "label": "Initial Sync Count", - "options": "100\n250\n500" - }, - { - "depends_on": "enable_incoming", - "fieldname": "section_break_13", - "fieldtype": "Column Break", - "hide_days": 1, - "hide_seconds": 1 - }, - { - "default": "0", - "fieldname": "notify_if_unreplied", - "fieldtype": "Check", - "hide_days": 1, - "hide_seconds": 1, - "label": "Notify if unreplied" - }, - { - "default": "30", - "depends_on": "notify_if_unreplied", - "fieldname": "unreplied_for_mins", - "fieldtype": "Int", - "hide_days": 1, - "hide_seconds": 1, - "label": "Notify if unreplied for (in mins)" - }, - { - "depends_on": "notify_if_unreplied", - "description": "Email Addresses", - "fieldname": "send_notification_to", - "fieldtype": "Small Text", - "hide_days": 1, - "hide_seconds": 1, - "label": "Send Notification to" - }, - { - "fieldname": "outgoing_mail_settings", - "fieldtype": "Section Break", - "hide_days": 1, - "hide_seconds": 1, - "label": "Outgoing (SMTP) Settings" - }, - { - "default": "0", - "description": "SMTP Settings for outgoing emails", - "fieldname": "enable_outgoing", - "fieldtype": "Check", - "hide_days": 1, - "hide_seconds": 1, - "label": "Enable Outgoing" - }, - { - "depends_on": "eval:!doc.domain && doc.enable_outgoing", - "description": "e.g. smtp.gmail.com", - "fetch_from": "domain.smtp_server", - "fieldname": "smtp_server", - "fieldtype": "Data", - "hide_days": 1, - "hide_seconds": 1, - "label": "Outgoing Server" - }, - { - "default": "0", - "depends_on": "eval:!doc.domain && doc.enable_outgoing", - "fetch_from": "domain.use_tls", - "fieldname": "use_tls", - "fieldtype": "Check", - "hide_days": 1, - "hide_seconds": 1, - "label": "Use TLS" - }, - { - "depends_on": "eval:!doc.domain && doc.enable_outgoing", - "description": "If non standard port (e.g. 587). If on Google Cloud, try port 2525.", - "fetch_from": "domain.smtp_port", - "fieldname": "smtp_port", - "fieldtype": "Data", - "hide_days": 1, - "hide_seconds": 1, - "label": "Port" - }, - { - "default": "0", - "depends_on": "enable_outgoing", - "description": "Notifications and bulk mails will be sent from this outgoing server.", - "fieldname": "default_outgoing", - "fieldtype": "Check", - "hide_days": 1, - "hide_seconds": 1, - "label": "Default Outgoing" - }, - { - "default": "0", - "depends_on": "enable_outgoing", - "fieldname": "always_use_account_email_id_as_sender", - "fieldtype": "Check", - "hide_days": 1, - "hide_seconds": 1, - "label": "Always use this email address as sender address" - }, - { - "default": "0", - "depends_on": "enable_outgoing", - "fieldname": "always_use_account_name_as_sender_name", - "fieldtype": "Check", - "hide_days": 1, - "hide_seconds": 1, - "label": "Always use this name as sender name" - }, - { - "default": "1", - "fieldname": "send_unsubscribe_message", - "fieldtype": "Check", - "hide_days": 1, - "hide_seconds": 1, - "label": "Send unsubscribe message in email" - }, - { - "default": "1", - "description": "Track if your email has been opened by the recipient.\n
\nNote: If you're sending to multiple recipients, even if 1 recipient reads the email, it'll be considered \"Opened\"", - "fieldname": "track_email_status", - "fieldtype": "Check", - "hide_days": 1, - "hide_seconds": 1, - "label": "Track Email Status" - }, - { - "default": "0", - "fieldname": "no_smtp_authentication", - "fieldtype": "Check", - "hide_days": 1, - "hide_seconds": 1, - "label": "Disable SMTP server authentication" - }, - { - "collapsible": 1, - "collapsible_depends_on": "add_signature", - "fieldname": "signature_section", - "fieldtype": "Section Break", - "hide_days": 1, - "hide_seconds": 1, - "label": "Signature" - }, - { - "default": "0", - "fieldname": "add_signature", - "fieldtype": "Check", - "hide_days": 1, - "hide_seconds": 1, - "label": "Add Signature" - }, - { - "depends_on": "add_signature", - "fieldname": "signature", - "fieldtype": "Text Editor", - "hide_days": 1, - "hide_seconds": 1, - "label": "Signature" - }, - { - "collapsible": 1, - "collapsible_depends_on": "enable_auto_reply", - "fieldname": "auto_reply", - "fieldtype": "Section Break", - "hide_days": 1, - "hide_seconds": 1, - "label": "Auto Reply" - }, - { - "default": "0", - "fieldname": "enable_auto_reply", - "fieldtype": "Check", - "hide_days": 1, - "hide_seconds": 1, - "label": "Enable Auto Reply" - }, - { - "depends_on": "enable_auto_reply", - "description": "ProTip: Add Reference: {{ reference_doctype }} {{ reference_name }} to send document reference", - "fieldname": "auto_reply_message", - "fieldtype": "Text Editor", - "hide_days": 1, - "hide_seconds": 1, - "label": "Auto Reply Message" - }, - { - "collapsible": 1, - "collapsible_depends_on": "eval:frappe.utils.html2text(doc.footer || '')!=''", - "fieldname": "set_footer", - "fieldtype": "Section Break", - "hide_days": 1, - "hide_seconds": 1, - "label": "Footer" - }, - { - "fieldname": "footer", - "fieldtype": "Text Editor", - "hide_days": 1, - "hide_seconds": 1, - "label": "Footer Content" - }, - { - "fieldname": "uidvalidity", - "fieldtype": "Data", - "hidden": 1, - "hide_days": 1, - "hide_seconds": 1, - "label": "UIDVALIDITY", - "no_copy": 1 - }, - { - "fieldname": "uidnext", - "fieldtype": "Int", - "hidden": 1, - "hide_days": 1, - "hide_seconds": 1, - "label": "UIDNEXT", - "no_copy": 1 - }, - { - "fieldname": "no_failed", - "fieldtype": "Int", - "hidden": 1, - "hide_days": 1, - "hide_seconds": 1, - "label": "no failed attempts", - "no_copy": 1, - "read_only": 1 - }, - { - "fieldname": "section_break_12", - "fieldtype": "Section Break", - "hide_days": 1, - "hide_seconds": 1, - "label": "Document Linking" - }, - { - "default": "0", - "description": "For more information, click here.", - "fieldname": "enable_automatic_linking", - "fieldtype": "Check", - "hide_days": 1, - "hide_seconds": 1, - "label": "Enable Automatic Linking in Documents" - }, - { - "depends_on": "eval:!doc.domain && doc.enable_incoming", - "description": "If non-standard port (e.g. POP3: 995/110, IMAP: 993/143)", - "fieldname": "incoming_port", - "fieldtype": "Data", - "hide_days": 1, - "hide_seconds": 1, - "label": "Port" - }, - { - "default": "0", - "depends_on": "eval:!doc.domain && doc.enable_outgoing && doc.enable_incoming && doc.use_imap", - "fieldname": "append_emails_to_sent_folder", - "fieldtype": "Check", - "hide_days": 1, - "hide_seconds": 1, - "label": "Append Emails to Sent Folder" - }, - { - "default": "0", - "depends_on": "eval:!doc.domain && doc.enable_outgoing", - "fieldname": "use_ssl_for_outgoing", - "fieldtype": "Check", - "hide_days": 1, - "hide_seconds": 1, - "label": "Use SSL" - }, - { - "default": "1", - "fieldname": "create_contact", - "fieldtype": "Check", - "hide_days": 1, - "hide_seconds": 1, - "label": "Create Contacts from Incoming Emails" - }, - { - "fieldname": "brand_logo", - "fieldtype": "Attach Image", - "label": "Brand Logo" - }, - { - "fieldname": "authentication_column", - "fieldtype": "Section Break", - "label": "Authentication" - }, - { - "fieldname": "column_break_10", - "fieldtype": "Column Break" - }, - { - "fieldname": "column_break_18", - "fieldtype": "Column Break" - }, - { - "fieldname": "column_break_38", - "fieldtype": "Column Break" - }, - { - "fieldname": "column_break_3", - "fieldtype": "Column Break" - }, - { - "fieldname": "account_section", - "fieldtype": "Section Break", - "label": "Account" - }, - { - "depends_on": "eval: doc.use_imap && doc.enable_incoming", - "fieldname": "imap_folder", - "fieldtype": "Table", - "label": "IMAP Folder", - "options": "IMAP Folder" - }, - { - "fieldname": "section_break_25", - "fieldtype": "Section Break", - "label": "IMAP Details" - }, - { - "depends_on": "eval: doc.auth_method === \"OAuth\" && !doc.__islocal && !doc.__unsaved", - "fieldname": "authorize_api_access", - "fieldtype": "Button", - "label": "Authorize API Access" - }, - { - "default": "Basic", - "fieldname": "auth_method", - "fieldtype": "Select", - "label": "Method", - "options": "Basic\nOAuth" - }, - { - "default": "0", - "depends_on": "eval:!doc.domain && doc.enable_incoming && doc.use_imap && !doc.use_ssl", - "fetch_from": "domain.use_starttls", - "fieldname": "use_starttls", - "fieldtype": "Check", - "label": "Use STARTTLS" - }, - { - "depends_on": "eval: doc.auth_method === \"OAuth\"", - "fieldname": "connected_app", - "fieldtype": "Link", - "label": "Connected App", - "mandatory_depends_on": "eval: doc.auth_method === \"OAuth\"", - "options": "Connected App" - }, - { - "depends_on": "eval: doc.auth_method === \"OAuth\"", - "fieldname": "connected_user", - "fieldtype": "Link", - "label": "Connected User", - "mandatory_depends_on": "eval: doc.auth_method === \"OAuth\"", - "options": "User" - } + { + "fieldname": "email_id", + "fieldtype": "Data", + "hide_days": 1, + "hide_seconds": 1, + "in_global_search": 1, + "in_list_view": 1, + "label": "Email Address", + "options": "Email", + "reqd": 1, + "unique": 1 + }, + { + "default": "0", + "depends_on": "eval: !doc.backend_app_flow", + "fieldname": "login_id_is_different", + "fieldtype": "Check", + "hide_days": 1, + "hide_seconds": 1, + "label": "Use different Email ID" + }, + { + "depends_on": "login_id_is_different", + "fieldname": "login_id", + "fieldtype": "Data", + "hide_days": 1, + "hide_seconds": 1, + "label": "Alternative Email ID" + }, + { + "depends_on": "eval: doc.auth_method === \"Basic\"", + "fieldname": "password", + "fieldtype": "Password", + "hide_days": 1, + "hide_seconds": 1, + "label": "Password" + }, + { + "default": "0", + "depends_on": "eval: doc.auth_method === \"Basic\"", + "fieldname": "awaiting_password", + "fieldtype": "Check", + "hide_days": 1, + "hide_seconds": 1, + "label": "Awaiting password" + }, + { + "default": "0", + "depends_on": "eval: doc.auth_method === \"Basic\"", + "fieldname": "ascii_encode_password", + "fieldtype": "Check", + "hide_days": 1, + "hide_seconds": 1, + "label": "Use ASCII encoding for password" + }, + { + "description": "e.g. \"Support\", \"Sales\", \"Jerry Yang\"", + "fieldname": "email_account_name", + "fieldtype": "Data", + "hide_days": 1, + "hide_seconds": 1, + "label": "Email Account Name", + "unique": 1 + }, + { + "depends_on": "eval:!doc.service", + "fieldname": "domain", + "fieldtype": "Link", + "hide_days": 1, + "hide_seconds": 1, + "in_list_view": 1, + "in_standard_filter": 1, + "label": "Domain", + "options": "Email Domain" + }, + { + "depends_on": "eval:!doc.domain", + "fieldname": "service", + "fieldtype": "Select", + "hide_days": 1, + "hide_seconds": 1, + "label": "Service", + "options": "\nGMail\nSendgrid\nSparkPost\nYahoo Mail\nOutlook.com\nYandex.Mail" + }, + { + "fieldname": "mailbox_settings", + "fieldtype": "Section Break", + "hide_days": 1, + "hide_seconds": 1, + "label": "Incoming (POP/IMAP) Settings" + }, + { + "default": "0", + "fieldname": "enable_incoming", + "fieldtype": "Check", + "hide_days": 1, + "hide_seconds": 1, + "label": "Enable Incoming" + }, + { + "default": "0", + "depends_on": "eval: !doc.domain && doc.enable_incoming", + "fetch_from": "domain.use_imap", + "fieldname": "use_imap", + "fieldtype": "Check", + "hide_days": 1, + "hide_seconds": 1, + "label": "Use IMAP" + }, + { + "depends_on": "eval:!doc.domain && doc.enable_incoming", + "description": "e.g. pop.gmail.com / imap.gmail.com", + "fetch_from": "domain.email_server", + "fieldname": "email_server", + "fieldtype": "Data", + "hide_days": 1, + "hide_seconds": 1, + "label": "Incoming Server" + }, + { + "default": "0", + "depends_on": "eval:!doc.domain && doc.enable_incoming", + "fetch_from": "domain.use_ssl", + "fieldname": "use_ssl", + "fieldtype": "Check", + "hide_days": 1, + "hide_seconds": 1, + "label": "Use SSL" + }, + { + "depends_on": "eval:!doc.domain && doc.enable_incoming", + "description": "Ignore attachments over this size", + "fetch_from": "domain.attachment_limit", + "fieldname": "attachment_limit", + "fieldtype": "Int", + "hide_days": 1, + "hide_seconds": 1, + "label": "Attachment Limit (MB)" + }, + { + "depends_on": "eval: doc.enable_incoming && !doc.use_imap", + "description": "Append as communication against this DocType (must have fields: \"Sender\" and \"Subject\"). These fields can be defined in the email settings section of the appended doctype.", + "fieldname": "append_to", + "fieldtype": "Link", + "hide_days": 1, + "hide_seconds": 1, + "in_standard_filter": 1, + "label": "Append To", + "options": "DocType" + }, + { + "default": "0", + "depends_on": "enable_incoming", + "description": "e.g. replies@yourcomany.com. All replies will come to this inbox.", + "fieldname": "default_incoming", + "fieldtype": "Check", + "hide_days": 1, + "hide_seconds": 1, + "label": "Default Incoming" + }, + { + "default": "UNSEEN", + "depends_on": "eval: doc.enable_incoming && doc.use_imap", + "fieldname": "email_sync_option", + "fieldtype": "Select", + "hide_days": 1, + "hide_seconds": 1, + "label": "Email Sync Option", + "options": "ALL\nUNSEEN" + }, + { + "default": "250", + "depends_on": "eval: doc.enable_incoming && doc.use_imap", + "description": "Total number of emails to sync in initial sync process ", + "fieldname": "initial_sync_count", + "fieldtype": "Select", + "hide_days": 1, + "hide_seconds": 1, + "label": "Initial Sync Count", + "options": "100\n250\n500" + }, + { + "depends_on": "enable_incoming", + "fieldname": "section_break_13", + "fieldtype": "Column Break", + "hide_days": 1, + "hide_seconds": 1 + }, + { + "default": "0", + "fieldname": "notify_if_unreplied", + "fieldtype": "Check", + "hide_days": 1, + "hide_seconds": 1, + "label": "Notify if unreplied" + }, + { + "default": "30", + "depends_on": "notify_if_unreplied", + "fieldname": "unreplied_for_mins", + "fieldtype": "Int", + "hide_days": 1, + "hide_seconds": 1, + "label": "Notify if unreplied for (in mins)" + }, + { + "depends_on": "notify_if_unreplied", + "description": "Email Addresses", + "fieldname": "send_notification_to", + "fieldtype": "Small Text", + "hide_days": 1, + "hide_seconds": 1, + "label": "Send Notification to" + }, + { + "fieldname": "outgoing_mail_settings", + "fieldtype": "Section Break", + "hide_days": 1, + "hide_seconds": 1, + "label": "Outgoing (SMTP) Settings" + }, + { + "default": "0", + "description": "SMTP Settings for outgoing emails", + "fieldname": "enable_outgoing", + "fieldtype": "Check", + "hide_days": 1, + "hide_seconds": 1, + "label": "Enable Outgoing" + }, + { + "depends_on": "eval:!doc.domain && doc.enable_outgoing", + "description": "e.g. smtp.gmail.com", + "fetch_from": "domain.smtp_server", + "fieldname": "smtp_server", + "fieldtype": "Data", + "hide_days": 1, + "hide_seconds": 1, + "label": "Outgoing Server" + }, + { + "default": "0", + "depends_on": "eval:!doc.domain && doc.enable_outgoing", + "fetch_from": "domain.use_tls", + "fieldname": "use_tls", + "fieldtype": "Check", + "hide_days": 1, + "hide_seconds": 1, + "label": "Use TLS" + }, + { + "depends_on": "eval:!doc.domain && doc.enable_outgoing", + "description": "If non standard port (e.g. 587). If on Google Cloud, try port 2525.", + "fetch_from": "domain.smtp_port", + "fieldname": "smtp_port", + "fieldtype": "Data", + "hide_days": 1, + "hide_seconds": 1, + "label": "Port" + }, + { + "default": "0", + "depends_on": "enable_outgoing", + "description": "Notifications and bulk mails will be sent from this outgoing server.", + "fieldname": "default_outgoing", + "fieldtype": "Check", + "hide_days": 1, + "hide_seconds": 1, + "label": "Default Outgoing" + }, + { + "default": "0", + "depends_on": "enable_outgoing", + "fieldname": "always_use_account_email_id_as_sender", + "fieldtype": "Check", + "hide_days": 1, + "hide_seconds": 1, + "label": "Always use this email address as sender address" + }, + { + "default": "0", + "depends_on": "enable_outgoing", + "fieldname": "always_use_account_name_as_sender_name", + "fieldtype": "Check", + "hide_days": 1, + "hide_seconds": 1, + "label": "Always use this name as sender name" + }, + { + "default": "1", + "fieldname": "send_unsubscribe_message", + "fieldtype": "Check", + "hide_days": 1, + "hide_seconds": 1, + "label": "Send unsubscribe message in email" + }, + { + "default": "1", + "description": "Track if your email has been opened by the recipient.\n
\nNote: If you're sending to multiple recipients, even if 1 recipient reads the email, it'll be considered \"Opened\"", + "fieldname": "track_email_status", + "fieldtype": "Check", + "hide_days": 1, + "hide_seconds": 1, + "label": "Track Email Status" + }, + { + "default": "0", + "fieldname": "no_smtp_authentication", + "fieldtype": "Check", + "hide_days": 1, + "hide_seconds": 1, + "label": "Disable SMTP server authentication" + }, + { + "collapsible": 1, + "collapsible_depends_on": "add_signature", + "fieldname": "signature_section", + "fieldtype": "Section Break", + "hide_days": 1, + "hide_seconds": 1, + "label": "Signature" + }, + { + "default": "0", + "fieldname": "add_signature", + "fieldtype": "Check", + "hide_days": 1, + "hide_seconds": 1, + "label": "Add Signature" + }, + { + "depends_on": "add_signature", + "fieldname": "signature", + "fieldtype": "Text Editor", + "hide_days": 1, + "hide_seconds": 1, + "label": "Signature" + }, + { + "collapsible": 1, + "collapsible_depends_on": "enable_auto_reply", + "fieldname": "auto_reply", + "fieldtype": "Section Break", + "hide_days": 1, + "hide_seconds": 1, + "label": "Auto Reply" + }, + { + "default": "0", + "fieldname": "enable_auto_reply", + "fieldtype": "Check", + "hide_days": 1, + "hide_seconds": 1, + "label": "Enable Auto Reply" + }, + { + "depends_on": "enable_auto_reply", + "description": "ProTip: Add Reference: {{ reference_doctype }} {{ reference_name }} to send document reference", + "fieldname": "auto_reply_message", + "fieldtype": "Text Editor", + "hide_days": 1, + "hide_seconds": 1, + "label": "Auto Reply Message" + }, + { + "collapsible": 1, + "collapsible_depends_on": "eval:frappe.utils.html2text(doc.footer || '')!=''", + "fieldname": "set_footer", + "fieldtype": "Section Break", + "hide_days": 1, + "hide_seconds": 1, + "label": "Footer" + }, + { + "fieldname": "footer", + "fieldtype": "Text Editor", + "hide_days": 1, + "hide_seconds": 1, + "label": "Footer Content" + }, + { + "fieldname": "uidvalidity", + "fieldtype": "Data", + "hidden": 1, + "hide_days": 1, + "hide_seconds": 1, + "label": "UIDVALIDITY", + "no_copy": 1 + }, + { + "fieldname": "uidnext", + "fieldtype": "Int", + "hidden": 1, + "hide_days": 1, + "hide_seconds": 1, + "label": "UIDNEXT", + "no_copy": 1 + }, + { + "fieldname": "no_failed", + "fieldtype": "Int", + "hidden": 1, + "hide_days": 1, + "hide_seconds": 1, + "label": "no failed attempts", + "no_copy": 1, + "read_only": 1 + }, + { + "fieldname": "section_break_12", + "fieldtype": "Section Break", + "hide_days": 1, + "hide_seconds": 1, + "label": "Document Linking" + }, + { + "default": "0", + "description": "For more information, click here.", + "fieldname": "enable_automatic_linking", + "fieldtype": "Check", + "hide_days": 1, + "hide_seconds": 1, + "label": "Enable Automatic Linking in Documents" + }, + { + "depends_on": "eval:!doc.domain && doc.enable_incoming", + "description": "If non-standard port (e.g. POP3: 995/110, IMAP: 993/143)", + "fieldname": "incoming_port", + "fieldtype": "Data", + "hide_days": 1, + "hide_seconds": 1, + "label": "Port" + }, + { + "default": "0", + "depends_on": "eval:!doc.domain && doc.enable_outgoing && doc.enable_incoming && doc.use_imap", + "fieldname": "append_emails_to_sent_folder", + "fieldtype": "Check", + "hide_days": 1, + "hide_seconds": 1, + "label": "Append Emails to Sent Folder" + }, + { + "default": "0", + "depends_on": "eval:!doc.domain && doc.enable_outgoing", + "fieldname": "use_ssl_for_outgoing", + "fieldtype": "Check", + "hide_days": 1, + "hide_seconds": 1, + "label": "Use SSL" + }, + { + "default": "1", + "fieldname": "create_contact", + "fieldtype": "Check", + "hide_days": 1, + "hide_seconds": 1, + "label": "Create Contacts from Incoming Emails" + }, + { + "fieldname": "brand_logo", + "fieldtype": "Attach Image", + "label": "Brand Logo" + }, + { + "fieldname": "authentication_column", + "fieldtype": "Section Break", + "label": "Authentication" + }, + { + "fieldname": "column_break_10", + "fieldtype": "Column Break" + }, + { + "fieldname": "column_break_18", + "fieldtype": "Column Break" + }, + { + "fieldname": "column_break_38", + "fieldtype": "Column Break" + }, + { + "fieldname": "column_break_3", + "fieldtype": "Column Break" + }, + { + "fieldname": "account_section", + "fieldtype": "Section Break", + "label": "Account" + }, + { + "depends_on": "eval: doc.use_imap && doc.enable_incoming", + "fieldname": "imap_folder", + "fieldtype": "Table", + "label": "IMAP Folder", + "options": "IMAP Folder" + }, + { + "fieldname": "section_break_25", + "fieldtype": "Section Break", + "label": "IMAP Details" + }, + { + "depends_on": "eval: doc.auth_method === \"OAuth\" && !doc.__islocal && !doc.__unsaved && !doc.backend_app_flow", + "fieldname": "authorize_api_access", + "fieldtype": "Button", + "label": "Authorize API Access" + }, + { + "default": "Basic", + "fieldname": "auth_method", + "fieldtype": "Select", + "label": "Method", + "options": "Basic\nOAuth" + }, + { + "default": "0", + "depends_on": "eval:!doc.domain && doc.enable_incoming && doc.use_imap && !doc.use_ssl", + "fetch_from": "domain.use_starttls", + "fieldname": "use_starttls", + "fieldtype": "Check", + "label": "Use STARTTLS" + }, + { + "depends_on": "eval: doc.auth_method === \"OAuth\"", + "fieldname": "connected_app", + "fieldtype": "Link", + "label": "Connected App", + "mandatory_depends_on": "eval: doc.auth_method === \"OAuth\"", + "options": "Connected App" + }, + { + "depends_on": "eval: doc.auth_method === \"OAuth\" && !doc.backend_app_flow", + "fieldname": "connected_user", + "fieldtype": "Link", + "label": "Connected User", + "mandatory_depends_on": "eval: doc.auth_method === \"OAuth\" && !doc.backend_app_flow", + "options": "User" + }, + { + "default": "0", + "depends_on": "eval: doc.auth_method === \"OAuth\"", + "fieldname": "backend_app_flow", + "fieldtype": "Check", + "label": "Authenticate as Service Principal" + }, + { + "depends_on": "eval:!doc.domain && doc.enable_outgoing && doc.enable_incoming && doc.use_imap && doc.append_emails_to_sent_folder", + "fetch_from": "domain.sent_folder_name", + "fieldname": "sent_folder_name", + "fieldtype": "Data", + "label": "Sent Folder Name" + } ], "icon": "fa fa-inbox", "index_web_pages_for_search": 1, "links": [], - "modified": "2023-06-05 15:03:08.538819", + "modified": "2024-12-05 12:45:15.801652", "modified_by": "Administrator", "module": "Email", "name": "Email Account", "naming_rule": "By fieldname", "owner": "Administrator", "permissions": [ - { - "create": 1, - "delete": 1, - "read": 1, - "role": "System Manager", - "write": 1 - }, - { - "read": 1, - "role": "Inbox User" - } + { + "create": 1, + "delete": 1, + "read": 1, + "role": "System Manager", + "write": 1 + }, + { + "read": 1, + "role": "Inbox User" + } ], "sort_field": "modified", "sort_order": "DESC", "states": [], "track_changes": 1 -} \ No newline at end of file + } \ No newline at end of file diff --git a/frappe/email/doctype/email_account/email_account.py b/frappe/email/doctype/email_account/email_account.py index 349bf71dc5be..1dadf3cbca9f 100755 --- a/frappe/email/doctype/email_account/email_account.py +++ b/frappe/email/doctype/email_account/email_account.py @@ -68,6 +68,7 @@ class EmailAccount(Document): auth_method: DF.Literal["Basic", "OAuth"] auto_reply_message: DF.TextEditor | None awaiting_password: DF.Check + backend_app_flow: DF.Check brand_logo: DF.AttachImage | None connected_app: DF.Link | None connected_user: DF.Link | None @@ -95,15 +96,8 @@ class EmailAccount(Document): password: DF.Password | None send_notification_to: DF.SmallText | None send_unsubscribe_message: DF.Check - service: DF.Literal[ - "", - "GMail", - "Sendgrid", - "SparkPost", - "Yahoo Mail", - "Outlook.com", - "Yandex.Mail", - ] + sent_folder_name: DF.Data | None + service: DF.Literal["", "GMail", "Sendgrid", "SparkPost", "Yahoo Mail", "Outlook.com", "Yandex.Mail"] signature: DF.TextEditor | None smtp_port: DF.Data | None smtp_server: DF.Data | None @@ -725,14 +719,22 @@ def append_email_to_sent_folder(self, message): try: email_server = self.get_incoming_server(in_receive=True) message = safe_encode(message) - email_server.imap.append("Sent", "\\Seen", imaplib.Time2Internaldate(time.time()), message) + sent_folder_name = self.sent_folder_name or "Sent" + email_server.imap.append( + sent_folder_name, "\\Seen", imaplib.Time2Internaldate(time.time()), message + ) except Exception: self.log_error("Unable to add to Sent folder") def get_oauth_token(self): if self.auth_method == "OAuth": connected_app = frappe.get_doc("Connected App", self.connected_app) - return connected_app.get_active_token(self.connected_user) + if self.backend_app_flow: + token = connected_app.get_backend_app_token() + else: + token = connected_app.get_active_token(self.connected_user) + + return token @frappe.whitelist() @@ -831,8 +833,10 @@ def pull(now=False): ) for email_account in email_accounts: - if email_account.auth_method == "OAuth" and not has_token( - email_account.connected_app, email_account.connected_user + if ( + email_account.auth_method == "OAuth" + and not email_account.backend_app_flow + and not has_token(email_account.connected_app, email_account.connected_user) ): # don't try to pull from accounts which dont have access token (for Oauth) continue diff --git a/frappe/email/doctype/email_domain/email_domain.json b/frappe/email/doctype/email_domain/email_domain.json index 5cb4c1994047..b2a5949900ac 100644 --- a/frappe/email/doctype/email_domain/email_domain.json +++ b/frappe/email/doctype/email_domain/email_domain.json @@ -22,7 +22,8 @@ "use_ssl_for_outgoing", "column_break_18", "smtp_port", - "append_emails_to_sent_folder" + "append_emails_to_sent_folder", + "sent_folder_name" ], "fields": [ { @@ -125,6 +126,14 @@ { "fieldname": "column_break_18", "fieldtype": "Column Break" + }, + { + "default": "Sent", + "depends_on": "eval: doc.append_emails_to_sent_folder", + "description": "Some mailboxes require a different Sent Folder Name e.g. \"INBOX.Sent\"", + "fieldname": "sent_folder_name", + "fieldtype": "Data", + "label": "Sent Folder Name" } ], "icon": "icon-inbox", @@ -134,7 +143,7 @@ "link_fieldname": "domain" } ], - "modified": "2023-06-05 12:55:06.434541", + "modified": "2024-12-05 12:41:16.753751", "modified_by": "Administrator", "module": "Email", "name": "Email Domain", diff --git a/frappe/email/doctype/email_domain/email_domain.py b/frappe/email/doctype/email_domain/email_domain.py index e9f0516c9356..7503b36821c1 100644 --- a/frappe/email/doctype/email_domain/email_domain.py +++ b/frappe/email/doctype/email_domain/email_domain.py @@ -66,6 +66,7 @@ class EmailDomain(Document): domain_name: DF.Data email_server: DF.Data incoming_port: DF.Data | None + sent_folder_name: DF.Data | None smtp_port: DF.Data | None smtp_server: DF.Data use_imap: DF.Check diff --git a/frappe/email/doctype/newsletter/newsletter.json b/frappe/email/doctype/newsletter/newsletter.json index d3a43f85422c..99c20554fd8e 100644 --- a/frappe/email/doctype/newsletter/newsletter.json +++ b/frappe/email/doctype/newsletter/newsletter.json @@ -252,7 +252,8 @@ "index_web_pages_for_search": 1, "is_published_field": "published", "links": [], - "modified": "2024-01-30 14:05:50.645802", + "make_attachments_public": 1, + "modified": "2024-11-12 12:41:02.569631", "modified_by": "Administrator", "module": "Email", "name": "Newsletter", diff --git a/frappe/email/doctype/newsletter/newsletter.py b/frappe/email/doctype/newsletter/newsletter.py index 5b39a00d7ec4..09a34b53d49f 100644 --- a/frappe/email/doctype/newsletter/newsletter.py +++ b/frappe/email/doctype/newsletter/newsletter.py @@ -149,6 +149,9 @@ def validate_publishing(self): frappe.throw(_("Newsletter must be published to send webview link in email")) def validate_scheduling_date(self): + if getattr(frappe.flags, "is_scheduler_running", False): + return + if ( self.schedule_sending and frappe.utils.get_datetime(self.schedule_send) < frappe.utils.now_datetime() @@ -396,6 +399,8 @@ def get_list_context(context=None): def send_scheduled_email(): """Send scheduled newsletter to the recipients.""" + frappe.flags.is_scheduler_running = True + scheduled_newsletter = frappe.get_all( "Newsletter", filters={ @@ -422,7 +427,9 @@ def send_scheduled_email(): if not frappe.flags.in_test: frappe.db.commit() + frappe.flags.is_scheduler_running = False + @frappe.whitelist(allow_guest=True) def newsletter_email_read(recipient_email=None, reference_doctype=None, reference_name=None): if not (recipient_email and reference_name): diff --git a/frappe/geo/doctype/country/country.json b/frappe/geo/doctype/country/country.json index 8f62458ad1bc..a8dc0b24f63d 100644 --- a/frappe/geo/doctype/country/country.json +++ b/frappe/geo/doctype/country/country.json @@ -1,7 +1,6 @@ { "actions": [], "allow_import": 1, - "allow_rename": 1, "autoname": "field:country_name", "creation": "2013-01-19 10:23:30", "doctype": "DocType", @@ -54,7 +53,7 @@ "icon": "fa fa-globe", "idx": 1, "links": [], - "modified": "2022-08-05 18:33:27.880783", + "modified": "2024-11-27 16:56:04.850422", "modified_by": "Administrator", "module": "Geo", "name": "Country", diff --git a/frappe/handler.py b/frappe/handler.py index f1ced7862078..39dd15c9cb7f 100644 --- a/frappe/handler.py +++ b/frappe/handler.py @@ -219,6 +219,7 @@ def upload_file(): args["max_height"] = int(frappe.form_dict.max_height) content = optimize_image(**args) + frappe.local.uploaded_file_url = file_url frappe.local.uploaded_file = content frappe.local.uploaded_filename = filename @@ -252,7 +253,7 @@ def check_write_permission(doctype: str | None = None, name: str | None = None): if doctype and name: try: doc = frappe.get_doc(doctype, name) - doc.has_permission("write") + doc.check_permission("write") except frappe.DoesNotExistError: # doc has not been inserted yet, name is set to "new-some-doctype" # If doc inserts fine then only this attachment will be linked see file/utils.py:relink_mismatched_files diff --git a/frappe/hooks.py b/frappe/hooks.py index 5c9896418b3e..ed09ad6dedfd 100644 --- a/frappe/hooks.py +++ b/frappe/hooks.py @@ -26,6 +26,7 @@ "controls.bundle.js", "report.bundle.js", "telemetry.bundle.js", + "billing.bundle.js", ] app_include_css = [ @@ -54,6 +55,7 @@ {"from_route": "/newsletters", "to_route": "Newsletter"}, {"from_route": "/profile", "to_route": "me"}, {"from_route": "/app/", "to_route": "app"}, + {"from_route": "/billing/", "to_route": "billing"}, ] website_redirects = [ @@ -434,7 +436,9 @@ ] if os.getenv("FRAPPE_SENTRY_DSN") and ( - os.getenv("ENABLE_SENTRY_DB_MONITORING") or os.getenv("SENTRY_TRACING_SAMPLE_RATE") + os.getenv("ENABLE_SENTRY_DB_MONITORING") + or os.getenv("SENTRY_TRACING_SAMPLE_RATE") + or os.getenv("SENTRY_PROFILING_SAMPLE_RATE") ): before_request.append("frappe.utils.sentry.set_sentry_context") before_job.append("frappe.utils.sentry.set_sentry_context") @@ -468,6 +472,13 @@ "action": "frappe.ui.toolbar.route_to_user()", "is_standard": 1, }, + { + "item_label": "Manage Billing", + "item_type": "Route", + "route": "/billing", + "is_standard": 1, + "condition": "frappe.boot.fc_communication_secret && frappe.boot.setup_complete && !frappe.is_mobile() && frappe.user.has_role('System Manager')", + }, { "item_label": "Session Defaults", "item_type": "Action", diff --git a/frappe/installer.py b/frappe/installer.py index a6c3b166d9bf..d7e19eed4112 100644 --- a/frappe/installer.py +++ b/frappe/installer.py @@ -45,13 +45,14 @@ def _new_site( install_apps=None, source_sql=None, force=False, - no_mariadb_socket=False, reinstall=False, db_password=None, db_type=None, db_host=None, db_port=None, setup_db=True, + mariadb_user_host_login_scope=None, + db_socket=None, ): """Install a new Frappe site""" @@ -61,7 +62,7 @@ def _new_site( print(f"Site {site} already exists") sys.exit(1) - if no_mariadb_socket and not db_type == "mariadb": + if mariadb_user_host_login_scope and not db_type == "mariadb": print("--no-mariadb-socket requires db_type to be set to mariadb.") sys.exit(1) @@ -97,10 +98,11 @@ def _new_site( reinstall=reinstall, db_password=db_password, db_type=db_type, + db_socket=db_socket, db_host=db_host, db_port=db_port, - no_mariadb_socket=no_mariadb_socket, setup=setup_db, + mariadb_user_host_login_scope=mariadb_user_host_login_scope, ) apps_to_install = ["frappe"] + (frappe.conf.get("install_apps") or []) + (list(install_apps) or []) @@ -135,8 +137,9 @@ def install_db( db_type=None, db_host=None, db_port=None, - no_mariadb_socket=False, setup=True, + mariadb_user_host_login_scope=None, + db_socket=None, ): import frappe.database from frappe.database import bootstrap_database, setup_database @@ -154,6 +157,7 @@ def install_db( site_config=site_config, db_password=db_password, db_type=db_type, + db_socket=db_socket, db_host=db_host, db_port=db_port, ) @@ -163,7 +167,7 @@ def install_db( frappe.flags.root_password = root_password if setup: - setup_database(force, verbose, no_mariadb_socket) + setup_database(force, verbose, mariadb_user_host_login_scope) bootstrap_database( verbose=verbose, @@ -537,16 +541,38 @@ def init_singles(): continue -def make_conf(db_name=None, db_password=None, site_config=None, db_type=None, db_host=None, db_port=None): +def make_conf( + db_name=None, + db_password=None, + site_config=None, + db_type=None, + db_host=None, + db_port=None, + db_socket=None, +): site = frappe.local.site - make_site_config(db_name, db_password, site_config, db_type=db_type, db_host=db_host, db_port=db_port) + make_site_config( + db_name, + db_password, + site_config, + db_type=db_type, + db_host=db_host, + db_port=db_port, + db_socket=db_socket, + ) sites_path = frappe.local.sites_path frappe.destroy() frappe.init(site, sites_path=sites_path) def make_site_config( - db_name=None, db_password=None, site_config=None, db_type=None, db_host=None, db_port=None + db_name=None, + db_password=None, + site_config=None, + db_type=None, + db_socket=None, + db_host=None, + db_port=None, ): frappe.create_folder(os.path.join(frappe.local.site_path)) site_file = get_site_config_path() @@ -558,6 +584,9 @@ def make_site_config( if db_type: site_config["db_type"] = db_type + if db_socket: + site_config["db_socket"] = db_socket + if db_host: site_config["db_host"] = db_host diff --git a/frappe/integrations/doctype/connected_app/connected_app.py b/frappe/integrations/doctype/connected_app/connected_app.py index 44adf1053251..900410cbbdb5 100644 --- a/frappe/integrations/doctype/connected_app/connected_app.py +++ b/frappe/integrations/doctype/connected_app/connected_app.py @@ -4,6 +4,7 @@ import os from urllib.parse import urlencode, urljoin +from oauthlib.oauth2 import BackendApplicationClient from requests_oauthlib import OAuth2Session import frappe @@ -146,6 +147,29 @@ def get_active_token(self, user=None): return token_cache + def get_backend_app_token(self): + """Get an Access Token for the Cloud-Registered Service Principal""" + # There is no User assigned to the app, so we give it an empty string, + # otherwise it will assign the logged in user. + token_cache = self.get_token_cache("") + if token_cache is None: + token_cache = frappe.new_doc("Token Cache") + token_cache.connected_app = self.name + elif not token_cache.is_expired(): + return token_cache + + # Get a new Access token for the App + client = BackendApplicationClient(client_id=self.client_id, scope=self.get_scopes()) + oauth_session = OAuth2Session(client=client) + + token = oauth_session.fetch_token(self.token_uri, client_secret=self.get_password("client_secret")) + + token_cache.update_data(token) + token_cache.save(ignore_permissions=True) + frappe.db.commit() + + return token_cache + @frappe.whitelist(methods=["GET"], allow_guest=True) def callback(code=None, state=None): diff --git a/frappe/integrations/doctype/webhook/webhook.json b/frappe/integrations/doctype/webhook/webhook.json index a4d924fc6fa2..82924f407647 100644 --- a/frappe/integrations/doctype/webhook/webhook.json +++ b/frappe/integrations/doctype/webhook/webhook.json @@ -136,7 +136,7 @@ "fieldname": "webhook_json", "fieldtype": "Code", "label": "JSON Request Body", - "options": "JSON" + "options": "Jinja" }, { "fieldname": "sb_security", @@ -226,7 +226,7 @@ "link_fieldname": "webhook" } ], - "modified": "2024-02-19 11:40:58.387233", + "modified": "2024-10-28 12:21:52.172428", "modified_by": "Administrator", "module": "Integrations", "name": "Webhook", diff --git a/frappe/integrations/frappe_providers/frappecloud_billing.py b/frappe/integrations/frappe_providers/frappecloud_billing.py new file mode 100644 index 000000000000..d1c8c563bfc8 --- /dev/null +++ b/frappe/integrations/frappe_providers/frappecloud_billing.py @@ -0,0 +1,121 @@ +import requests + +import frappe +from frappe import _ + + +def get_base_url(): + url = "https://frappecloud.com" + if frappe.conf.developer_mode and frappe.conf.get("saas_billing_base_url"): + url = frappe.conf.get("saas_billing_base_url") + return url + + +def get_site_name(): + site_name = frappe.local.site + if frappe.conf.developer_mode and frappe.conf.get("saas_billing_site_name"): + site_name = frappe.conf.get("saas_billing_site_name") + return site_name + + +def get_headers(): + # check if user is system manager + if frappe.get_roles(frappe.session.user).count("System Manager") == 0: + frappe.throw(_("You are not allowed to access this resource")) + + # check if communication secret is set + if not frappe.conf.get("fc_communication_secret"): + frappe.throw(_("Communication secret not set")) + + return { + "X-Site-Token": frappe.conf.get("fc_communication_secret"), + "X-Site": get_site_name(), + } + + +@frappe.whitelist() +def get_token_and_base_url(): + request = requests.post( + f"{get_base_url()}/api/method/press.saas.api.auth.generate_access_token", + headers=get_headers(), + ) + if request.status_code == 200: + return { + "base_url": get_base_url(), + "token": request.json()["message"], + } + else: + frappe.throw(_("Failed to generate access token")) + + +@frappe.whitelist() +def is_access_token_valid(token): + headers = {"Content-Type": "application/json"} + request = requests.post( + f"{get_base_url()}/api/method/press.saas.api.auth.is_access_token_valid", + headers, + json={token}, + ) + return request.json()["message"] + + +@frappe.whitelist() +def current_site_info(): + request = requests.post(f"{get_base_url()}/api/method/press.saas.api.site.info", headers=get_headers()) + if request.status_code == 200: + return request.json().get("message") + else: + frappe.throw(_("Failed to get site info")) + + +@frappe.whitelist() +def api(method, data=None): + if data is None: + data = {} + request = requests.post( + f"{get_base_url()}/api/method/press.saas.api.{method}", + headers=get_headers(), + json=data, + ) + if request.status_code == 200: + return request.json().get("message") + else: + frappe.throw(_("Failed while calling API {0}", method)) + + +@frappe.whitelist() +def is_fc_site(): + is_system_manager = frappe.get_roles(frappe.session.user).count("System Manager") + setup_completed = frappe.get_system_settings("setup_complete") + return is_system_manager and setup_completed and frappe.conf.get("fc_communication_secret") + + +# login to frappe cloud dashboard +@frappe.whitelist() +def send_verification_code(): + request = requests.post( + f"{get_base_url()}/api/method/press.api.developer.saas.request_login_to_fc", + headers=get_headers(), + json={"domain": get_site_name()}, + ) + if request.status_code == 200: + return request.json().get("message") + else: + frappe.throw(_("Failed to request login to Frappe Cloud")) + + +@frappe.whitelist() +def verify_and_login(verification_code: str): + request = requests.post( + f"{get_base_url()}/api/method/press.api.developer.saas.validate_login_to_fc", + headers=get_headers(), + json={"domain": get_site_name(), "otp": verification_code}, + ) + + if request.status_code == 200: + return { + "base_url": get_base_url(), + "login_token": request.json()["login_token"], + } + else: + frappe.throw(_("Invalid Code. Please try again.")) \ No newline at end of file diff --git a/frappe/integrations/offsite_backup_utils.py b/frappe/integrations/offsite_backup_utils.py index dc9c87a33687..51c1ebc610f8 100644 --- a/frappe/integrations/offsite_backup_utils.py +++ b/frappe/integrations/offsite_backup_utils.py @@ -49,6 +49,7 @@ def get_latest_backup_file(with_files=False): frappe.conf.db_name, frappe.conf.db_name, frappe.conf.db_password, + db_socket=frappe.conf.db_socket, db_host=frappe.conf.db_host, db_port=frappe.conf.db_port, db_type=frappe.conf.db_type, @@ -107,6 +108,7 @@ def generate_files_backup(): frappe.conf.db_name, frappe.conf.db_name, frappe.conf.db_password, + db_socket=frappe.conf.db_socket, db_host=frappe.conf.db_host, db_port=frappe.conf.db_port, db_type=frappe.conf.db_type, diff --git a/frappe/locale/ar.po b/frappe/locale/ar.po index 7a08e4b8990b..222f902b98b8 100644 --- a/frappe/locale/ar.po +++ b/frappe/locale/ar.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: frappe\n" "Report-Msgid-Bugs-To: developers@frappe.io\n" -"POT-Creation-Date: 2024-09-24 15:33+0000\n" -"PO-Revision-Date: 2024-09-24 23:32\n" +"POT-Creation-Date: 2024-12-01 17:58+0000\n" +"PO-Revision-Date: 2024-12-04 19:52\n" "Last-Translator: developers@frappe.io\n" "Language-Team: Arabic\n" "MIME-Version: 1.0\n" @@ -86,7 +86,7 @@ msgstr "" msgid "'In List View' not allowed for type {0} in row {1}" msgstr "'في عرض القائمة' غير مسموح للنوع {0} في الصف {1}" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:150 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:154 msgid "'Recipients' not specified" msgstr "لم يتم تحديد "المستلمين"" @@ -102,11 +102,11 @@ msgstr ""{0}" غير مسموح به للنوع {1} في الصف {2}" msgid "(Mandatory)" msgstr "" -#: frappe/model/rename_doc.py:693 +#: frappe/model/rename_doc.py:699 msgid "** Failed: {0} to {1}: {2}" msgstr "** فشل: {0} إلى {1}: {2}" -#: frappe/public/js/frappe/list/list_settings.js:132 +#: frappe/public/js/frappe/list/list_settings.js:135 #: frappe/public/js/frappe/views/kanban/kanban_settings.js:111 msgid "+ Add / Remove Fields" msgstr "" @@ -465,7 +465,7 @@ msgid "

Condition Examples:

\n" "\n" msgstr "" -#. Content of the 'Condition Description' (HTML) field in DocType 'Web Form' +#. Content of the 'Condition description' (HTML) field in DocType 'Web Form' #: frappe/website/doctype/web_form/web_form.json msgid "

Multiple webforms can be created for a single doctype. Add filters specific to this webform to display correct record after submission.

For Example:

\n" "

If you create a separate webform every year to capture feedback from employees add a \n" @@ -604,7 +604,7 @@ msgstr "" msgid "A featured post must have a cover image" msgstr "يجب أن تحتوي الوظيفة المميزة على صورة غلاف" -#: frappe/custom/doctype/custom_field/custom_field.py:173 +#: frappe/custom/doctype/custom_field/custom_field.py:174 msgid "A field with the name {0} already exists in {1}" msgstr "" @@ -621,7 +621,7 @@ msgstr "قائمة الموارد التي سيكون لها التطبيق ال msgid "A new account has been created for you at {0}" msgstr "تم إنشاء حساب جديد لك في {0}" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:389 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:393 msgid "A recurring {0} {1} has been created for you via Auto Repeat {2}." msgstr "تم إنشاء {0} {1} متكرر لك من خلال التكرار التلقائي {2}." @@ -789,6 +789,11 @@ msgstr "حوالي {0} دقائق متبقية" msgid "About {0} seconds remaining" msgstr "حوالي {0} ثانية متبقية" +#. Label of a Section Break field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Access Control" +msgstr "" + #. Label of a Data field in DocType 'S3 Backup Settings' #: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json msgid "Access Key ID" @@ -819,7 +824,7 @@ msgstr "رمز وصول" msgid "Access Token URL" msgstr "رابط رمز الدخول" -#: frappe/auth.py:467 +#: frappe/auth.py:475 msgid "Access not allowed from this IP Address" msgstr "الوصول غير مسموح به من عنوان IP هذا" @@ -878,7 +883,7 @@ msgstr "العمل / الطريق" msgid "Action Complete" msgstr "" -#: frappe/model/document.py:1679 +#: frappe/model/document.py:1683 msgid "Action Failed" msgstr "فشل العمل" @@ -1050,8 +1055,8 @@ msgid "Add Child" msgstr "إضافة الطفل" #: frappe/public/js/frappe/views/kanban/kanban_board.html:4 -#: frappe/public/js/frappe/views/reports/query_report.js:1683 -#: frappe/public/js/frappe/views/reports/query_report.js:1686 +#: frappe/public/js/frappe/views/reports/query_report.js:1690 +#: frappe/public/js/frappe/views/reports/query_report.js:1693 #: frappe/public/js/frappe/views/reports/report_view.js:325 #: frappe/public/js/frappe/views/reports/report_view.js:350 #: frappe/public/js/print_format_builder/Field.vue:112 @@ -1116,7 +1121,7 @@ msgstr "" msgid "Add Review" msgstr "إضافة مراجعة" -#: frappe/core/doctype/user/user.py:790 +#: frappe/core/doctype/user/user.py:751 msgid "Add Roles" msgstr "" @@ -1149,7 +1154,7 @@ msgstr "إضافة المشتركين" msgid "Add Tags" msgstr "" -#: frappe/public/js/frappe/list/list_view.js:1895 +#: frappe/public/js/frappe/list/list_view.js:1903 msgctxt "Button in list view actions menu" msgid "Add Tags" msgstr "" @@ -1295,10 +1300,6 @@ msgstr "تمت الإضافة {0}" msgid "Added {0} ({1})" msgstr "وأضاف {0} ({1})" -#: frappe/core/doctype/user/user.py:272 -msgid "Adding System Manager to this User as there must be atleast one System Manager" -msgstr "لابد من إضافة صلاحية مدير النظام لهذا المستخدم حيث لابد أن يكون هناك على الأقل مستخدم له هذه الصلاحية" - #. Label of a Section Break field in DocType 'Custom DocPerm' #. Label of a Section Break field in DocType 'DocPerm' #. Label of a Section Break field in DocType 'User Document Type' @@ -1405,11 +1406,11 @@ msgstr "الادارة" msgid "Administrator" msgstr "مدير" -#: frappe/core/doctype/user/user.py:1195 +#: frappe/core/doctype/user/user.py:1149 msgid "Administrator Logged In" msgstr "تسجيل دخول مسؤول النظام" -#: frappe/core/doctype/user/user.py:1189 +#: frappe/core/doctype/user/user.py:1143 msgid "Administrator accessed {0} on {1} via IP Address {2}." msgstr ".{2} المسؤول ولج {0} بتاريخ {1} عبر العنوان" @@ -1425,8 +1426,8 @@ msgstr "متقدم" msgid "Advanced Control" msgstr "تحكم متقدم" -#: frappe/public/js/frappe/form/controls/link.js:319 -#: frappe/public/js/frappe/form/controls/link.js:321 +#: frappe/public/js/frappe/form/controls/link.js:327 +#: frappe/public/js/frappe/form/controls/link.js:329 msgid "Advanced Search" msgstr "البحث المتقدم" @@ -1435,6 +1436,11 @@ msgstr "البحث المتقدم" msgid "Advanced Settings" msgstr "إعدادات متقدمة" +#: frappe/public/js/frappe/ui/filters/filter.js:61 +#: frappe/public/js/frappe/ui/filters/filter.js:67 +msgid "After" +msgstr "" + #. Option for the 'DocType Event' (Select) field in DocType 'Server Script' #: frappe/core/doctype/server_script/server_script.json msgid "After Cancel" @@ -1618,6 +1624,11 @@ msgstr "السماح للتكرار التلقائي" msgid "Allow Bulk Edit" msgstr "السماح بتحرير الكل" +#. Label of a Check field in DocType 'List View Settings' +#: frappe/desk/doctype/list_view_settings/list_view_settings.json +msgid "Allow Bulk Editing" +msgstr "" + #. Label of a Check field in DocType 'Web Form' #: frappe/website/doctype/web_form/web_form.json msgid "Allow Comments" @@ -1729,7 +1740,7 @@ msgid "Allow Print for Cancelled" msgstr "السماح بالطباعة للإلغاء" #. Label of a Check field in DocType 'Print Settings' -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:396 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:400 #: frappe/printing/doctype/print_settings/print_settings.json msgid "Allow Print for Draft" msgstr "السماح بالطباعة للمسودة" @@ -1775,6 +1786,13 @@ msgstr "السماح بالموافقة على منشئ المستند" msgid "Allow document creation via Email" msgstr "السماح بإنشاء المستندات عبر البريد الإلكتروني" +#. Description of the 'Allow Bulk Editing' (Check) field in DocType 'List View +#. Settings' +#: frappe/desk/doctype/list_view_settings/list_view_settings.json +msgid "Allow editing even if the doctype has a workflow set up.\n\n" +"Does nothing if a workflow isn't set up." +msgstr "" + #. Label of a Check field in DocType 'DocType' #: frappe/core/doctype/doctype/doctype.json msgid "Allow events in timeline" @@ -1859,11 +1877,16 @@ msgstr "" msgid "Allowed Roles" msgstr "" +#. Label of a Small Text field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Allowed embedding domains" +msgstr "" + #: frappe/public/js/frappe/form/form.js:1187 msgid "Allowing DocType, DocType. Be careful!" msgstr "السماح DOCTYPE ، DOCTYPE . كن حذرا!" -#: frappe/core/doctype/user/user.py:999 +#: frappe/core/doctype/user/user.py:960 msgid "Already Registered" msgstr "مسجل بالفعل" @@ -1992,8 +2015,8 @@ msgstr "" #. Label of a Check field in DocType 'Web Form' #: frappe/website/doctype/web_form/web_form.json -msgid "Anonymous" -msgstr "مجهول" +msgid "Anonymous responses" +msgstr "" #: frappe/public/js/frappe/request.js:186 msgid "Another transaction is blocking this one. Please try again in a few seconds." @@ -2074,7 +2097,7 @@ msgstr "المفتاح السري للتطبيق" msgid "App not found for module: {0}" msgstr "" -#: frappe/__init__.py:1761 +#: frappe/__init__.py:1711 msgid "App {0} is not installed" msgstr "لم يتم تثبيت التطبيق {0}" @@ -2092,7 +2115,7 @@ msgstr "إلحاق رسائل البريد الإلكتروني إلى مجلد msgid "Append To" msgstr "إلحاق ل" -#: frappe/email/doctype/email_account/email_account.py:183 +#: frappe/email/doctype/email_account/email_account.py:184 msgid "Append To can be one of {0}" msgstr "إلحاق يمكن أن يكون واحدا من {0}" @@ -2137,7 +2160,7 @@ msgstr "تم التطبيق" msgid "Apply" msgstr "" -#: frappe/public/js/frappe/list/list_view.js:1880 +#: frappe/public/js/frappe/list/list_view.js:1888 msgctxt "Button in list view actions menu" msgid "Apply Assignment Rule" msgstr "تطبيق قاعدة الواجب" @@ -2343,7 +2366,7 @@ msgstr "تعيين الشرط" msgid "Assign To" msgstr "تكليف إلى" -#: frappe/public/js/frappe/list/list_view.js:1841 +#: frappe/public/js/frappe/list/list_view.js:1849 msgctxt "Button in list view actions menu" msgid "Assign To" msgstr "تكليف إلى" @@ -2450,8 +2473,8 @@ msgstr "يوم قاعدة الواجب" msgid "Assignment Rule User" msgstr "قاعدة مستخدم الاحالة" -#: frappe/automation/doctype/assignment_rule/assignment_rule.py:54 -msgid "Assignment Rule is not allowed on {0} document type" +#: frappe/automation/doctype/assignment_rule/assignment_rule.py:55 +msgid "Assignment Rule is not allowed on document type {0}" msgstr "" #. Label of a Section Break field in DocType 'Assignment Rule' @@ -2633,6 +2656,11 @@ msgstr "" msgid "Auth URL Data" msgstr "بيانات عنوان المصادقة" +#. Label of a Check field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Authenticate as Service Principal" +msgstr "" + #. Label of a Section Break field in DocType 'Email Account' #. Label of a Section Break field in DocType 'Push Notification Settings' #. Label of a Card Break in the Integrations Workspace @@ -2646,7 +2674,7 @@ msgstr "المصادقة" msgid "Authentication Apps you can use are: " msgstr "تطبيقات المصادقة التي يمكنك استخدامها هي:" -#: frappe/email/doctype/email_account/email_account.py:310 +#: frappe/email/doctype/email_account/email_account.py:311 msgid "Authentication failed while receiving emails from Email Account: {0}." msgstr "فشلت المصادقة أثناء تلقي رسائل البريد الإلكتروني من حساب البريد الإلكتروني: {0}." @@ -2749,11 +2777,11 @@ msgstr "تكرار تلقائي" msgid "Auto Repeat Day" msgstr "" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:159 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:163 msgid "Auto Repeat Day{0} {1} has been repeated." msgstr "" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:437 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:441 msgid "Auto Repeat Document Creation Failed" msgstr "فشل إنشاء مستند تكرار تلقائي" @@ -2765,7 +2793,7 @@ msgstr "" msgid "Auto Repeat created for this document" msgstr "تكرار تلقائي تم إنشاؤه لهذا المستند" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:440 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:444 msgid "Auto Repeat failed for {0}" msgstr "فشل التكرار التلقائي لـ {0}" @@ -2779,7 +2807,7 @@ msgstr "الرد التلقائي" msgid "Auto Reply Message" msgstr "رد تلقائي على الرسائل" -#: frappe/automation/doctype/assignment_rule/assignment_rule.py:175 +#: frappe/automation/doctype/assignment_rule/assignment_rule.py:177 msgid "Auto assignment failed: {0}" msgstr "فشل التخصيص التلقائي: {0}" @@ -2839,11 +2867,11 @@ msgstr "" msgid "Automatic" msgstr "" -#: frappe/email/doctype/email_account/email_account.py:718 +#: frappe/email/doctype/email_account/email_account.py:719 msgid "Automatic Linking can be activated only for one Email Account." msgstr "يمكن تنشيط الربط التلقائي فقط لحساب بريد إلكتروني واحد." -#: frappe/email/doctype/email_account/email_account.py:712 +#: frappe/email/doctype/email_account/email_account.py:713 msgid "Automatic Linking can be activated only if Incoming is enabled." msgstr "لا يمكن تنشيط الربط التلقائي إلا إذا تم تمكين الوارد." @@ -3194,6 +3222,11 @@ msgstr "الأساسي" msgid "Basic Info" msgstr "" +#: frappe/public/js/frappe/ui/filters/filter.js:60 +#: frappe/public/js/frappe/ui/filters/filter.js:66 +msgid "Before" +msgstr "" + #. Option for the 'DocType Event' (Select) field in DocType 'Server Script' #: frappe/core/doctype/server_script/server_script.json msgid "Before Cancel" @@ -3535,8 +3568,8 @@ msgstr "" msgid "Built on {0}" msgstr "" -#. Label of a Check field in DocType 'Role' -#: frappe/core/doctype/role/role.json +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json msgid "Bulk Actions" msgstr "" @@ -3730,7 +3763,7 @@ msgstr "" msgid "Cache Cleared" msgstr "تحديث الصفحة" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:170 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:181 msgid "Calculate" msgstr "إحسب" @@ -3826,7 +3859,7 @@ msgstr "" msgid "Can Write" msgstr "" -#: frappe/custom/doctype/custom_field/custom_field.py:360 +#: frappe/custom/doctype/custom_field/custom_field.py:361 msgid "Can not rename as column {0} is already present on DocType." msgstr "" @@ -3860,7 +3893,7 @@ msgstr "" msgid "Cancel" msgstr "إلغاء" -#: frappe/public/js/frappe/list/list_view.js:1950 +#: frappe/public/js/frappe/list/list_view.js:1958 msgctxt "Button in list view actions menu" msgid "Cancel" msgstr "إلغاء" @@ -3882,7 +3915,7 @@ msgstr "الغاء جميع الوثائق" msgid "Cancel Scheduling" msgstr "" -#: frappe/public/js/frappe/list/list_view.js:1955 +#: frappe/public/js/frappe/list/list_view.js:1963 msgctxt "Title of confirmation dialog" msgid "Cancel {0} documents?" msgstr "إلغاء {0} وثائق؟" @@ -3898,7 +3931,7 @@ msgstr "إلغاء {0} وثائق؟" #: frappe/desk/form/save.py:59 #: frappe/integrations/doctype/integration_request/integration_request.json #: frappe/public/js/frappe/model/indicator.js:78 -#: frappe/public/js/frappe/ui/filters/filter.js:500 +#: frappe/public/js/frappe/ui/filters/filter.js:532 msgid "Cancelled" msgstr "ألغيت" @@ -3951,11 +3984,11 @@ msgstr "لا يمكن الإلغاء قبل الإرسال. انظر الانت msgid "Cannot cancel {0}." msgstr "" -#: frappe/model/document.py:846 +#: frappe/model/document.py:850 msgid "Cannot change docstatus from 0 (Draft) to 2 (Cancelled)" msgstr "" -#: frappe/model/document.py:860 +#: frappe/model/document.py:864 msgid "Cannot change docstatus from 1 (Submitted) to 0 (Draft)" msgstr "" @@ -3975,7 +4008,7 @@ msgstr "" msgid "Cannot create a {0} against a child document: {1}" msgstr "لا يمكن إنشاء {0} ضد مستند طفل: {1}" -#: frappe/desk/doctype/workspace/workspace.py:254 +#: frappe/desk/doctype/workspace/workspace.py:258 msgid "Cannot create private workspace of other users" msgstr "" @@ -3987,11 +4020,11 @@ msgstr "لا يمكن حذف المجلدات الرئيسية والمرفقا msgid "Cannot delete or cancel because {0} {1} is linked with {2} {3} {4}" msgstr "لا يمكن حذف أو إلغاء لأن {0} {1} مرتبط مع {2} {3} {4}" -#: frappe/desk/doctype/workspace/workspace.py:420 +#: frappe/desk/doctype/workspace/workspace.py:424 msgid "Cannot delete private workspace of other users" msgstr "" -#: frappe/desk/doctype/workspace/workspace.py:413 +#: frappe/desk/doctype/workspace/workspace.py:417 msgid "Cannot delete public workspace without Workspace Manager role" msgstr "" @@ -4046,7 +4079,7 @@ msgstr "" msgid "Cannot edit a standard report. Please duplicate and create a new report" msgstr "لا يمكنك التعديل على التقارير القياسية. يرجى نسخ التقريرالقياسي و التعديل على النسخة الجديدة" -#: frappe/model/document.py:866 +#: frappe/model/document.py:870 msgid "Cannot edit cancelled document" msgstr "لا يمكنك التعديل على وثيقة ملغية" @@ -4079,7 +4112,7 @@ msgstr "" msgid "Cannot have multiple printers mapped to a single print format." msgstr "لا يمكن تعيين طابعات متعددة على تنسيق طباعة واحد." -#: frappe/model/document.py:934 +#: frappe/model/document.py:938 msgid "Cannot link cancelled document: {0}" msgstr "لا يمكن ربط وثيقة إلغاء: {0}" @@ -4115,7 +4148,7 @@ msgstr "" msgid "Cannot submit {0}." msgstr "" -#: frappe/desk/doctype/workspace/workspace.py:354 +#: frappe/desk/doctype/workspace/workspace.py:358 msgid "Cannot update private workspace of other users" msgstr "" @@ -4185,7 +4218,7 @@ msgstr "وصف الفئة" msgid "Category Name" msgstr "اسم التصنيف" -#: frappe/utils/data.py:1321 +#: frappe/utils/data.py:1335 msgid "Cent" msgstr "سنت" @@ -4352,7 +4385,7 @@ msgstr "" msgid "Check columns to select, drag to set order." msgstr "" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:443 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:447 msgid "Check the Error Log for more information: {0}" msgstr "تحقق من سجل الأخطاء لمزيد من المعلومات: {0}" @@ -4463,7 +4496,7 @@ msgstr "" msgid "Clear & Add template" msgstr "" -#: frappe/public/js/frappe/list/list_view.js:1856 +#: frappe/public/js/frappe/list/list_view.js:1864 msgctxt "Button in list view actions menu" msgid "Clear Assignment" msgstr "" @@ -4509,7 +4542,7 @@ msgstr "" msgid "Click here to post bugs and suggestions" msgstr "" -#: frappe/email/doctype/newsletter/newsletter.py:335 +#: frappe/email/doctype/newsletter/newsletter.py:338 msgid "Click here to verify" msgstr "انقر هنا للتأكيد" @@ -4621,13 +4654,11 @@ msgstr "معلومات العميل" #. Label of a shortcut in the Build Workspace #. Name of a DocType #. Label of a Code field in DocType 'DocType Layout' -#. Label of a Code field in DocType 'Web Form' #: frappe/core/doctype/doctype/doctype.json #: frappe/core/doctype/module_def/module_def.json #: frappe/core/workspace/build/build.json #: frappe/custom/doctype/client_script/client_script.json #: frappe/custom/doctype/doctype_layout/doctype_layout.json -#: frappe/website/doctype/web_form/web_form.json #: frappe/website/doctype/web_page/web_page.js:103 msgid "Client Script" msgstr "العميل النصي" @@ -4646,6 +4677,11 @@ msgstr "سر العميل" msgid "Client URLs" msgstr "الروابط للعميل" +#. Label of a Code field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Client script" +msgstr "" + #: frappe/core/doctype/communication/communication.js:39 #: frappe/desk/doctype/todo/todo.js:23 #: frappe/public/js/frappe/ui/messages.js:245 @@ -4711,7 +4747,7 @@ msgctxt "Shrink code field." msgid "Collapse" msgstr "انهيار" -#: frappe/public/js/frappe/views/reports/query_report.js:1966 +#: frappe/public/js/frappe/views/reports/query_report.js:1973 #: frappe/public/js/frappe/views/treeview.js:110 msgid "Collapse All" msgstr "انهيار جميع" @@ -4966,6 +5002,10 @@ msgstr "" msgid "Communication Type" msgstr "نوع الإتصال" +#: frappe/integrations/frappe_providers/frappecloud_billing.py:28 +msgid "Communication secret not set" +msgstr "" + #: frappe/desk/page/leaderboard/leaderboard.js:112 msgid "Company" msgstr "شركة" @@ -5010,7 +5050,7 @@ msgstr "أكمال" msgid "Complete By" msgstr "الكامل من جانب" -#: frappe/core/doctype/user/user.py:443 +#: frappe/core/doctype/user/user.py:413 #: frappe/templates/emails/new_user.html:10 msgid "Complete Registration" msgstr "أكمال التسجيل" @@ -5055,6 +5095,7 @@ msgid "Compose Email" msgstr "كتابة رسالة الكترونية" #. Label of a Select field in DocType 'Document Naming Rule Condition' +#. Label of a Code field in DocType 'Navbar Item' #. Label of a Small Text field in DocType 'Bulk Update' #. Label of a Code field in DocType 'Notification' #. Label of a Data field in DocType 'Notification Recipient' @@ -5062,6 +5103,7 @@ msgstr "كتابة رسالة الكترونية" #. Label of a Code field in DocType 'Energy Point Rule' #. Label of a Code field in DocType 'Workflow Transition' #: frappe/core/doctype/document_naming_rule_condition/document_naming_rule_condition.json +#: frappe/core/doctype/navbar_item/navbar_item.json #: frappe/desk/doctype/bulk_update/bulk_update.json #: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:305 #: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:439 @@ -5076,14 +5118,14 @@ msgstr "كتابة رسالة الكترونية" msgid "Condition" msgstr "الحالة" -#. Label of a HTML field in DocType 'Web Form' +#. Label of a JSON field in DocType 'Web Form' #: frappe/website/doctype/web_form/web_form.json -msgid "Condition Description" +msgid "Condition JSON" msgstr "" -#. Label of a JSON field in DocType 'Web Form' +#. Label of a HTML field in DocType 'Web Form' #: frappe/website/doctype/web_form/web_form.json -msgid "Condition JSON" +msgid "Condition description" msgstr "" #. Label of a Table field in DocType 'Document Naming Rule' @@ -5137,6 +5179,10 @@ msgctxt "Title of confirmation dialog" msgid "Confirm" msgstr "أكد" +#: frappe/integrations/oauth2.py:118 +msgid "Confirm Access" +msgstr "" + #: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:92 #: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:100 msgid "Confirm Deletion of Account" @@ -5155,7 +5201,7 @@ msgstr "" msgid "Confirm Request" msgstr "تأكيد الطلب" -#: frappe/email/doctype/newsletter/newsletter.py:330 +#: frappe/email/doctype/newsletter/newsletter.py:333 msgid "Confirm Your Email" msgstr "تأكيد البريد الإلكتروني الخاص بك" @@ -5164,7 +5210,7 @@ msgstr "تأكيد البريد الإلكتروني الخاص بك" msgid "Confirmation Email Template" msgstr "نموذج البريد الإلكتروني للتأكيد" -#: frappe/email/doctype/newsletter/newsletter.py:379 +#: frappe/email/doctype/newsletter/newsletter.py:382 #: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:393 msgid "Confirmed" msgstr "مؤكد" @@ -5286,11 +5332,11 @@ msgstr "إعدادات الاتصال بنا" msgid "Contact options, like \"Sales Query, Support Query\" etc each on a new line or separated by commas." msgstr "خيارات الاتصال، مثل "الاستعلام المبيعات والدعم الاستعلام" الخ كل على سطر جديد أو مفصولة بفواصل." -#: frappe/utils/change_log.py:360 +#: frappe/utils/change_log.py:363 msgid "Contains {0} security fix" msgstr "" -#: frappe/utils/change_log.py:358 +#: frappe/utils/change_log.py:361 msgid "Contains {0} security fixes" msgstr "" @@ -5427,7 +5473,7 @@ msgstr "" msgid "Could not connect to outgoing email server" msgstr "لا يمكن الاتصال بخادم البريد الإلكتروني المنتهية ولايته" -#: frappe/model/document.py:930 +#: frappe/model/document.py:934 msgid "Could not find {0}" msgstr "لا يمكن أن تجد {0}" @@ -5601,12 +5647,12 @@ msgstr "" msgid "Create a new ..." msgstr "" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:145 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:156 msgid "Create a new record" msgstr "إنشاء سجل جديد" -#: frappe/public/js/frappe/form/controls/link.js:295 -#: frappe/public/js/frappe/form/controls/link.js:297 +#: frappe/public/js/frappe/form/controls/link.js:303 +#: frappe/public/js/frappe/form/controls/link.js:305 #: frappe/public/js/frappe/form/link_selector.js:139 #: frappe/public/js/frappe/list/list_view.js:475 #: frappe/public/js/frappe/web_form/web_form_list.js:225 @@ -5726,6 +5772,7 @@ msgstr "على Ctrl + Enter لإضافة تعليق" #. Option for the 'Type' (Select) field in DocType 'DocField' #. Option for the 'Fieldtype' (Select) field in DocType 'Report Column' #. Option for the 'Fieldtype' (Select) field in DocType 'Report Filter' +#. Label of a Link field in DocType 'System Settings' #. Option for the 'Field Type' (Select) field in DocType 'Custom Field' #. Option for the 'Type' (Select) field in DocType 'Customize Form Field' #. Name of a DocType @@ -5733,6 +5780,7 @@ msgstr "على Ctrl + Enter لإضافة تعليق" #: frappe/core/doctype/docfield/docfield.json #: frappe/core/doctype/report_column/report_column.json #: frappe/core/doctype/report_filter/report_filter.json +#: frappe/core/doctype/system_settings/system_settings.json #: frappe/custom/doctype/custom_field/custom_field.json #: frappe/custom/doctype/customize_form_field/customize_form_field.json #: frappe/desk/page/setup_wizard/setup_wizard.js:403 @@ -5876,7 +5924,7 @@ msgstr "المستندات المخصصة" msgid "Custom Field" msgstr "حقل مخصص" -#: frappe/custom/doctype/custom_field/custom_field.py:218 +#: frappe/custom/doctype/custom_field/custom_field.py:219 msgid "Custom Field {0} is created by the Administrator and can only be deleted through the Administrator account." msgstr "يتم إنشاء الحقل المخصص {0} بواسطة المسؤول ولا يمكن حذفه إلا من خلال حساب المسؤول." @@ -5885,11 +5933,11 @@ msgstr "يتم إنشاء الحقل المخصص {0} بواسطة المسؤو msgid "Custom Field, Custom Doctype, Naming Series, Role Permission, Workflow, Print Formats, Reports" msgstr "" -#: frappe/custom/doctype/custom_field/custom_field.py:260 +#: frappe/custom/doctype/custom_field/custom_field.py:261 msgid "Custom Fields can only be added to a standard DocType." msgstr "يمكن إضافة الحقول المخصصة فقط إلى نوع DocType قياسي." -#: frappe/custom/doctype/custom_field/custom_field.py:257 +#: frappe/custom/doctype/custom_field/custom_field.py:258 msgid "Custom Fields cannot be added to core DocTypes." msgstr "لا يمكن إضافة الحقول المخصصة إلى DocTypes الأساسية." @@ -5983,7 +6031,7 @@ msgstr "قائمة الشريط الجانبي المخصص" msgid "Custom Translation" msgstr "" -#: frappe/custom/doctype/custom_field/custom_field.py:373 +#: frappe/custom/doctype/custom_field/custom_field.py:374 msgid "Custom field renamed to {0} successfully." msgstr "" @@ -6175,13 +6223,13 @@ msgstr "لون غامق" msgid "Dark Theme" msgstr "" -#. Label of a Check field in DocType 'Role' +#. Label of a Check field in DocType 'User' #. Label of a Link in the Build Workspace #. Name of a DocType #. Option for the 'Select List View' (Select) field in DocType 'Form Tour' #. Option for the 'Type' (Select) field in DocType 'Workspace Shortcut' #. Option for the 'DocType View' (Select) field in DocType 'Workspace Shortcut' -#: frappe/core/doctype/role/role.json +#: frappe/core/doctype/user/user.json #: frappe/core/page/dashboard_view/dashboard_view.js:10 #: frappe/core/workspace/build/build.json #: frappe/desk/doctype/dashboard/dashboard.json @@ -6499,7 +6547,7 @@ msgstr "علبة الوارد الافتراضية" #. Label of a Check field in DocType 'Email Account' #: frappe/email/doctype/email_account/email_account.json -#: frappe/email/doctype/email_account/email_account.py:199 +#: frappe/email/doctype/email_account/email_account.py:200 msgid "Default Incoming" msgstr "الايرادات الافتراضية" @@ -6519,7 +6567,7 @@ msgstr "" #. Label of a Check field in DocType 'Email Account' #: frappe/email/doctype/email_account/email_account.json -#: frappe/email/doctype/email_account/email_account.py:207 +#: frappe/email/doctype/email_account/email_account.py:208 msgid "Default Outgoing" msgstr "الافتراضي الصادر" @@ -6606,6 +6654,11 @@ msgstr "" msgid "Default Workspace" msgstr "" +#. Description of the 'Currency' (Link) field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Default display currency" +msgstr "" + #: frappe/core/doctype/doctype/doctype.py:1338 msgid "Default for 'Check' type of field {0} must be either '0' or '1'" msgstr "يجب أن يكون الإعداد الافتراضي لنوع حقل "التحقق" {0} إما "0" أو "1"" @@ -6635,7 +6688,7 @@ msgstr "القيمة الافتراضية" msgid "Defaults" msgstr "الافتراضات" -#: frappe/email/doctype/email_account/email_account.py:218 +#: frappe/email/doctype/email_account/email_account.py:219 msgid "Defaults Updated" msgstr "" @@ -6672,7 +6725,7 @@ msgstr "مؤجل" msgid "Delete" msgstr "حذف" -#: frappe/public/js/frappe/list/list_view.js:1918 +#: frappe/public/js/frappe/list/list_view.js:1926 msgctxt "Button in list view actions menu" msgid "Delete" msgstr "حذف" @@ -6754,12 +6807,12 @@ msgstr "" msgid "Delete this record to allow sending to this email address" msgstr "احذف هذا السجل للسماح بالإرسال إلى عنوان البريد الإلكتروني هذا" -#: frappe/public/js/frappe/list/list_view.js:1923 +#: frappe/public/js/frappe/list/list_view.js:1931 msgctxt "Title of confirmation dialog" msgid "Delete {0} item permanently?" msgstr "" -#: frappe/public/js/frappe/list/list_view.js:1929 +#: frappe/public/js/frappe/list/list_view.js:1937 msgctxt "Title of confirmation dialog" msgid "Delete {0} items permanently?" msgstr "حذف {0} العناصر نهائيا؟" @@ -7119,7 +7172,7 @@ msgstr "" msgid "Disabled" msgstr "معطل" -#: frappe/email/doctype/email_account/email_account.js:228 +#: frappe/email/doctype/email_account/email_account.js:232 msgid "Disabled Auto Reply" msgstr "الرد التلقائي معطل" @@ -7326,10 +7379,6 @@ msgstr "" msgid "DocType Link" msgstr "رابط نوع الوثيقة" -#: frappe/core/doctype/doctype/doctype_list.js:10 -msgid "DocType Name" -msgstr "" - #. Name of a DocType #. Option for the 'Applied On' (Select) field in DocType 'Property Setter' #: frappe/core/doctype/doctype_state/doctype_state.json @@ -7512,7 +7561,7 @@ msgstr "شرط قاعدة تسمية المستند" msgid "Document Naming Settings" msgstr "" -#: frappe/model/document.py:1541 +#: frappe/model/document.py:1545 msgid "Document Queued" msgstr "المستند في قائمة الانتظار" @@ -7663,7 +7712,7 @@ msgid "Document Types and Permissions" msgstr "" #: frappe/core/doctype/submission_queue/submission_queue.py:163 -#: frappe/model/document.py:1748 +#: frappe/model/document.py:1752 msgid "Document Unlocked" msgstr "" @@ -7703,7 +7752,7 @@ msgstr "نوع المستند مطلوب لإنشاء مخطط لوحة معلو msgid "Document {0} Already Restored" msgstr "تمت استعادة المستند {0} بالفعل" -#: frappe/workflow/doctype/workflow_action/workflow_action.py:198 +#: frappe/workflow/doctype/workflow_action/workflow_action.py:199 msgid "Document {0} has been set to state {1} by {2}" msgstr "تم تعيين المستند {0} على الحالة {1} بواسطة {2}" @@ -7868,7 +7917,7 @@ msgid "Dr" msgstr "" #: frappe/public/js/frappe/model/indicator.js:73 -#: frappe/public/js/frappe/ui/filters/filter.js:498 +#: frappe/public/js/frappe/ui/filters/filter.js:530 msgid "Draft" msgstr "مشروع" @@ -8062,7 +8111,7 @@ msgstr "" #: frappe/public/js/frappe/form/templates/contact_list.html:7 #: frappe/public/js/frappe/form/toolbar.js:660 #: frappe/public/js/frappe/views/reports/query_report.js:814 -#: frappe/public/js/frappe/views/reports/query_report.js:1636 +#: frappe/public/js/frappe/views/reports/query_report.js:1643 #: frappe/public/js/frappe/views/workspace/workspace.js:98 #: frappe/public/js/frappe/views/workspace/workspace.js:847 #: frappe/public/js/frappe/widgets/base_widget.js:64 @@ -8075,7 +8124,7 @@ msgstr "" msgid "Edit" msgstr "تصحيح" -#: frappe/public/js/frappe/list/list_view.js:2004 +#: frappe/public/js/frappe/list/list_view.js:2012 msgctxt "Button in list view actions menu" msgid "Edit" msgstr "تصحيح" @@ -8124,7 +8173,7 @@ msgstr "" msgid "Edit Format" msgstr "تحرير تنسيق" -#: frappe/public/js/frappe/form/quick_entry.js:286 +#: frappe/public/js/frappe/form/quick_entry.js:287 msgid "Edit Full Form" msgstr "" @@ -8248,7 +8297,7 @@ msgstr "" #: frappe/core/doctype/communication/communication.json #: frappe/core/doctype/custom_docperm/custom_docperm.json #: frappe/core/doctype/docperm/docperm.json -#: frappe/core/doctype/success_action/success_action.js:57 +#: frappe/core/doctype/success_action/success_action.js:59 #: frappe/core/doctype/system_settings/system_settings.json #: frappe/core/doctype/user/user.json #: frappe/core/doctype/user_document_type/user_document_type.json @@ -8262,7 +8311,7 @@ msgstr "" #: frappe/templates/includes/comments/comments.html:25 #: frappe/templates/signup.html:9 #: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.json -#: frappe/www/login.html:7 frappe/www/login.py:98 +#: frappe/www/login.html:7 frappe/www/login.py:99 msgid "Email" msgstr "البريد الإلكتروني" @@ -8286,7 +8335,7 @@ msgstr "البريد الإلكتروني" msgid "Email Account" msgstr "حساب البريد الإلكتروني" -#: frappe/email/doctype/email_account/email_account.py:314 +#: frappe/email/doctype/email_account/email_account.py:315 msgid "Email Account Disabled." msgstr "" @@ -8295,7 +8344,7 @@ msgstr "" msgid "Email Account Name" msgstr "البريد الإلكتروني اسم الحساب" -#: frappe/core/doctype/user/user.py:719 +#: frappe/core/doctype/user/user.py:680 msgid "Email Account added multiple times" msgstr "تمت إضافة حساب البريد الإلكتروني عدة مرات" @@ -8367,6 +8416,7 @@ msgstr "أرسل عضو المجموعة" #. Label of a Data field in DocType 'Contact Email' #. Label of a Data field in DocType 'User Email' #. Label of a Data field in DocType 'Email Rule' +#: frappe/contacts/doctype/contact/contact.py:130 #: frappe/contacts/doctype/contact_email/contact_email.json #: frappe/core/doctype/user_email/user_email.json #: frappe/email/doctype/email_rule/email_rule.json @@ -8585,7 +8635,7 @@ msgstr "" #. Label of a Check field in DocType 'Email Account' #: frappe/email/doctype/email_account/email_account.json -#: frappe/email/doctype/email_account/email_account.py:200 +#: frappe/email/doctype/email_account/email_account.py:201 msgid "Enable Incoming" msgstr "تمكين الوارد" @@ -8598,7 +8648,7 @@ msgstr "تمكين Onboarding" #. Label of a Check field in DocType 'Email Account' #: frappe/core/doctype/user_email/user_email.json #: frappe/email/doctype/email_account/email_account.json -#: frappe/email/doctype/email_account/email_account.py:208 +#: frappe/email/doctype/email_account/email_account.py:209 msgid "Enable Outgoing" msgstr "تمكين البريد الصادر" @@ -8735,11 +8785,11 @@ msgstr "تمكين" msgid "Enabled Scheduler" msgstr "" -#: frappe/email/doctype/email_account/email_account.py:931 +#: frappe/email/doctype/email_account/email_account.py:939 msgid "Enabled email inbox for user {0}" msgstr "صندوق الوارد للبريد الإلكتروني المُمكّن للمستخدم {0}" -#: frappe/core/doctype/server_script/server_script.py:269 +#: frappe/core/doctype/server_script/server_script.py:243 msgid "Enabled scheduled execution for script {0}" msgstr "تمكين التنفيذ المجدول للنص {0}" @@ -8752,7 +8802,7 @@ msgstr "تمكين التنفيذ المجدول للنص {0}" msgid "Enables Calendar and Gantt views." msgstr "" -#: frappe/email/doctype/email_account/email_account.js:223 +#: frappe/email/doctype/email_account/email_account.js:227 msgid "Enabling auto reply on an incoming email account will send automated replies to all the synchronized emails. Do you wish to continue?" msgstr "" @@ -8792,6 +8842,7 @@ msgstr "" #. Label of a Date field in DocType 'Auto Repeat' #. Label of a Datetime field in DocType 'Web Page' #: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:140 #: frappe/public/js/frappe/utils/common.js:416 #: frappe/website/doctype/web_page/web_page.json msgid "End Date" @@ -9013,7 +9064,7 @@ msgstr "حدث خطأ في {0}" msgid "Error in Client Script" msgstr "" -#: frappe/public/js/frappe/form/script_manager.js:242 +#: frappe/public/js/frappe/form/script_manager.js:243 msgid "Error in Client Script." msgstr "" @@ -9031,7 +9082,7 @@ msgstr "خطأ في الإخطار" msgid "Error in print format on line {0}: {1}" msgstr "" -#: frappe/email/doctype/email_account/email_account.py:617 +#: frappe/email/doctype/email_account/email_account.py:618 msgid "Error while connecting to email account {0}" msgstr "حدث خطأ أثناء الاتصال بحساب البريد الإلكتروني {0}" @@ -9039,7 +9090,7 @@ msgstr "حدث خطأ أثناء الاتصال بحساب البريد الإل msgid "Error while evaluating Notification {0}. Please fix your template." msgstr "خطأ أثناء تقييم الإشعار {0}. يرجى تصحيح القالب الخاص بك." -#: frappe/model/document.py:816 +#: frappe/model/document.py:820 msgid "Error: Document has been modified after you have opened it" msgstr "تم تعديل الوثيقة بعد أن كنت قد فتحه: خطأ" @@ -9191,7 +9242,7 @@ msgstr "تنفيذ البرنامج النصي لوحدة التحكم" msgid "Executing..." msgstr "" -#: frappe/public/js/frappe/views/reports/query_report.js:1980 +#: frappe/public/js/frappe/views/reports/query_report.js:1987 msgid "Execution Time: {0} sec" msgstr "وقت التنفيذ: {0} ثانية" @@ -9209,7 +9260,7 @@ msgctxt "Enlarge code field." msgid "Expand" msgstr "وسعت" -#: frappe/public/js/frappe/views/reports/query_report.js:1966 +#: frappe/public/js/frappe/views/reports/query_report.js:1973 #: frappe/public/js/frappe/views/treeview.js:114 msgid "Expand All" msgstr "توسيع الكل" @@ -9264,12 +9315,12 @@ msgstr "وقت انتهاء صلاحية رمز الاستجابة السريع #: frappe/core/doctype/recorder/recorder_list.js:37 #: frappe/public/js/frappe/data_import/data_exporter.js:92 #: frappe/public/js/frappe/data_import/data_exporter.js:243 -#: frappe/public/js/frappe/views/reports/query_report.js:1671 +#: frappe/public/js/frappe/views/reports/query_report.js:1678 #: frappe/public/js/frappe/views/reports/report_view.js:1551 msgid "Export" msgstr "تصدير" -#: frappe/public/js/frappe/list/list_view.js:2026 +#: frappe/public/js/frappe/list/list_view.js:2034 msgctxt "Button in list view actions menu" msgid "Export" msgstr "تصدير" @@ -9448,7 +9499,7 @@ msgstr "" msgid "Failed to connect to server" msgstr "فشل الاتصال بالخادم" -#: frappe/auth.py:670 +#: frappe/auth.py:678 msgid "Failed to decode token, please provide a valid base64-encoded token." msgstr "فشل فك الرمز المميز ، يرجى تقديم رمز مميز صالح بترميز base64." @@ -9472,6 +9523,10 @@ msgstr "" msgid "Failed to export python type hints" msgstr "" +#: frappe/integrations/frappe_providers/frappecloud_billing.py:48 +msgid "Failed to generate access token" +msgstr "" + #: frappe/core/doctype/document_naming_settings/document_naming_settings.py:249 msgid "Failed to generate names from the series" msgstr "" @@ -9488,6 +9543,10 @@ msgstr "" msgid "Failed to get method {0} with {1}" msgstr "" +#: frappe/integrations/frappe_providers/frappecloud_billing.py:68 +msgid "Failed to get site info" +msgstr "" + #: frappe/model/virtual_doctype.py:63 msgid "Failed to import virtual doctype {}, is controller file present?" msgstr "" @@ -9496,6 +9555,10 @@ msgstr "" msgid "Failed to optimize image: {0}" msgstr "" +#: frappe/integrations/frappe_providers/frappecloud_billing.py:104 +msgid "Failed to request login to Frappe Cloud" +msgstr "" + #: frappe/email/doctype/email_queue/email_queue.py:280 msgid "Failed to send email with subject:" msgstr "" @@ -9508,6 +9571,10 @@ msgstr "" msgid "Failed to update global settings" msgstr "" +#: frappe/integrations/frappe_providers/frappecloud_billing.py:83 +msgid "Failed while calling API {0}" +msgstr "" + #. Label of a Table field in DocType 'System Health Report' #: frappe/desk/doctype/system_health_report/system_health_report.json msgid "Failing Scheduled Jobs (last 7 days)" @@ -9603,7 +9670,7 @@ msgstr "جلب مستندات البحث العالمي الافتراضية." #: frappe/public/js/frappe/list/bulk_operations.js:327 #: frappe/public/js/frappe/list/list_view_permission_restrictions.html:3 #: frappe/public/js/frappe/views/reports/query_report.js:236 -#: frappe/public/js/frappe/views/reports/query_report.js:1725 +#: frappe/public/js/frappe/views/reports/query_report.js:1732 #: frappe/website/doctype/web_form_field/web_form_field.json #: frappe/website/doctype/web_form_list_column/web_form_list_column.json msgid "Field" @@ -9679,7 +9746,7 @@ msgstr "حقل لتعقب" msgid "Field type cannot be changed for {0}" msgstr "لا يمكن تغيير نوع الحقل ل {0}" -#: frappe/database/database.py:841 +#: frappe/database/database.py:843 msgid "Field {0} does not exist on {1}" msgstr "" @@ -9722,7 +9789,7 @@ msgstr "" msgid "Fieldname is limited to 64 characters ({0})" msgstr "اسم الحقل محدد ب 64 حرف
Fieldname is limited to 64 characters ({0})" -#: frappe/custom/doctype/custom_field/custom_field.py:195 +#: frappe/custom/doctype/custom_field/custom_field.py:196 msgid "Fieldname not set for Custom Field" msgstr "أسم الحقل لم يتم تعيينه لحقل مخصص" @@ -9762,7 +9829,7 @@ msgstr "اسم الحقل {0} مقيد" #: frappe/custom/doctype/doctype_layout/doctype_layout.json #: frappe/desk/doctype/kanban_board/kanban_board.json #: frappe/desk/doctype/list_view_settings/list_view_settings.json -#: frappe/public/js/frappe/list/list_settings.js:132 +#: frappe/public/js/frappe/list/list_settings.js:135 #: frappe/public/js/frappe/views/kanban/kanban_settings.js:111 #: frappe/public/js/print_format_builder/PrintFormatControls.vue:83 #: frappe/website/doctype/personal_data_deletion_step/personal_data_deletion_step.json @@ -9799,7 +9866,7 @@ msgstr "سيتم تضمين الحقول المفصولة بفواصل (،) في msgid "Fieldtype" msgstr "نوع الحقل" -#: frappe/custom/doctype/custom_field/custom_field.py:191 +#: frappe/custom/doctype/custom_field/custom_field.py:192 msgid "Fieldtype cannot be changed from {0} to {1}" msgstr "" @@ -9948,11 +10015,11 @@ msgstr "اسم الفلتر" msgid "Filter Values" msgstr "قيم التصفية" -#: frappe/utils/data.py:1781 +#: frappe/utils/data.py:1795 msgid "Filter must be a tuple or list (in a list)" msgstr "يجب أن يكون الفلتر عبارة عن قائمة أو قائمة (في قائمة)" -#: frappe/utils/data.py:1789 +#: frappe/utils/data.py:1803 msgid "Filter must have 4 values (doctype, fieldname, operator, value): {0}" msgstr "يجب أن يحتوي الفلتر على 4 قيم (دوكتيب، فيلدنام، أوبيراتور، فالو): {0}" @@ -10017,7 +10084,7 @@ msgstr "مرشحات JSON" msgid "Filters Section" msgstr "قسم المرشحات" -#: frappe/public/js/frappe/form/controls/link.js:491 +#: frappe/public/js/frappe/form/controls/link.js:502 msgid "Filters applied for {0}" msgstr "المرشحات المطبقة على {0}" @@ -10042,8 +10109,8 @@ msgstr "" msgid "Find '{0}' in ..." msgstr "" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:316 -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:317 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:327 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:328 #: frappe/public/js/frappe/ui/toolbar/search_utils.js:141 #: frappe/public/js/frappe/ui/toolbar/search_utils.js:144 msgid "Find {0} in {1}" @@ -10174,7 +10241,7 @@ msgstr "" msgid "Following Report Filters have missing values:" msgstr "" -#: frappe/website/doctype/web_form/web_form.py:107 +#: frappe/website/doctype/web_form/web_form.py:108 msgid "Following fields are missing:" msgstr "الحقول التالية مفقودة:" @@ -10345,7 +10412,7 @@ msgstr "للمستخدم" msgid "For Value" msgstr "للقيمة" -#: frappe/public/js/frappe/views/reports/query_report.js:1977 +#: frappe/public/js/frappe/views/reports/query_report.js:1984 #: frappe/public/js/frappe/views/reports/report_view.js:96 msgid "For comparison, use >5, <10 or =324. For ranges, use 5:10 (for values between 5 & 10)." msgstr "للمقارنة ، استخدم> 5 ، <10 أو = 324. للنطاقات ، استخدم 5:10 (للقيم بين 5 و 10)." @@ -10363,7 +10430,7 @@ msgstr "على سبيل المثال: إذا كنت تريد تضمين الوث msgid "For example: {} Open" msgstr "على سبيل المثال: {} فتح" -#. Description of the 'Client Script' (Code) field in DocType 'Web Form' +#. Description of the 'Client script' (Code) field in DocType 'Web Form' #: frappe/website/doctype/web_form/web_form.json msgid "For help see Client Script API and Examples" msgstr "للحصول على المساعدة ، راجع أمثلة و API Script" @@ -10457,10 +10524,12 @@ msgid "Form Dict" msgstr "" #. Label of a Section Break field in DocType 'DocType' -#. Label of a Section Break field in DocType 'Role' +#. Label of a Section Break field in DocType 'User' #. Label of a Section Break field in DocType 'Customize Form' -#: frappe/core/doctype/doctype/doctype.json frappe/core/doctype/role/role.json +#. Label of a Section Break field in DocType 'Web Form' +#: frappe/core/doctype/doctype/doctype.json frappe/core/doctype/user/user.json #: frappe/custom/doctype/customize_form/customize_form.json +#: frappe/website/doctype/web_form/web_form.json msgid "Form Settings" msgstr "إعدادات النموذج" @@ -10516,8 +10585,8 @@ msgstr "جزء الوحدات" #. Option for the 'Social Login Provider' (Select) field in DocType 'Social #. Login Key' #: frappe/integrations/doctype/social_login_key/social_login_key.json -#: frappe/www/login.html:61 frappe/www/login.html:142 frappe/www/login.py:49 -#: frappe/www/login.py:138 +#: frappe/www/login.html:61 frappe/www/login.html:142 frappe/www/login.py:50 +#: frappe/www/login.py:139 msgid "Frappe" msgstr "فرابي" @@ -10597,7 +10666,7 @@ msgstr "من تاريخ" msgid "From Date Field" msgstr "من حقل التاريخ" -#: frappe/public/js/frappe/views/reports/query_report.js:1691 +#: frappe/public/js/frappe/views/reports/query_report.js:1698 msgid "From Document Type" msgstr "من نوع المستند" @@ -10656,7 +10725,7 @@ msgstr "وظيفة" msgid "Function Based On" msgstr "وظيفة على أساس" -#: frappe/__init__.py:905 +#: frappe/__init__.py:855 msgid "Function {0} is not whitelisted." msgstr "" @@ -10730,7 +10799,7 @@ msgstr "توليد مفاتيح" msgid "Generate New Report" msgstr "توليد تقرير جديد" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:357 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:368 msgid "Generate Random Password" msgstr "" @@ -11095,6 +11164,14 @@ msgstr "" msgid "Gray" msgstr "" +#: frappe/public/js/frappe/ui/filters/filter.js:23 +msgid "Greater Than" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:25 +msgid "Greater Than Or Equal To" +msgstr "" + #. Option for the 'Color' (Select) field in DocType 'DocType State' #. Option for the 'Indicator' (Select) field in DocType 'Kanban Board Column' #: frappe/core/doctype/doctype_state/doctype_state.json @@ -11387,7 +11464,7 @@ msgstr "قائمة المساعدة المنسدلة" msgid "Help HTML" msgstr "مساعدة HTML" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:138 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:149 msgid "Help on Search" msgstr "المساعدة في البحث" @@ -11683,7 +11760,7 @@ msgstr "" #: frappe/desk/report/todo/todo.py:36 frappe/model/meta.py:44 #: frappe/public/js/frappe/data_import/data_exporter.js:330 #: frappe/public/js/frappe/data_import/data_exporter.js:345 -#: frappe/public/js/frappe/list/list_settings.js:334 +#: frappe/public/js/frappe/list/list_settings.js:337 #: frappe/public/js/frappe/list/list_view.js:357 #: frappe/public/js/frappe/list/list_view.js:420 #: frappe/public/js/frappe/model/meta.js:197 @@ -11825,6 +11902,11 @@ msgstr "إذا تعطيل، ستتم إزالة هذه الصلاحية من ك msgid "If enabled, user can login from any IP Address using Two Factor Auth, this can also be set for all users in System Settings" msgstr "في حالة التمكين ، يمكن للمستخدم تسجيل الدخول من أي عنوان IP باستخدام المصادقة الثنائية ، كما يمكن تعيين ذلك لجميع المستخدمين في إعدادات النظام" +#. Description of the 'Anonymous responses' (Check) field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "If enabled, all responses on the web form will be submitted anonymously" +msgstr "" + #. Description of the 'Bypass restricted IP Address check If Two Factor Auth #. Enabled' (Check) field in DocType 'System Settings' #: frappe/core/doctype/system_settings/system_settings.json @@ -12282,7 +12364,7 @@ msgstr "في المعاينة" msgid "In Progress" msgstr "في تَقَدم" -#: frappe/database/database.py:243 +#: frappe/database/database.py:245 msgid "In Read Only Mode" msgstr "" @@ -12357,11 +12439,11 @@ msgstr "تضمين سمة من التطبيقات" msgid "Include Web View Link in Email" msgstr "إرسال ارتباط عرض الويب للمستند بالبريد الإلكتروني" -#: frappe/public/js/frappe/views/reports/query_report.js:1510 +#: frappe/public/js/frappe/views/reports/query_report.js:1515 msgid "Include filters" msgstr "" -#: frappe/public/js/frappe/views/reports/query_report.js:1502 +#: frappe/public/js/frappe/views/reports/query_report.js:1507 msgid "Include indentation" msgstr "تشمل المسافة البادئة" @@ -12399,7 +12481,7 @@ msgstr "حساب البريد الإلكتروني الوارد غير صحيح" msgid "Incomplete Virtual Doctype Implementation" msgstr "" -#: frappe/auth.py:233 +#: frappe/auth.py:241 msgid "Incomplete login details" msgstr "تفاصيل تسجيل الدخول غير مكتملة" @@ -12419,11 +12501,11 @@ msgstr "مستخدم غير صحيح أو كلمة مرور" msgid "Incorrect Verification code" msgstr "رمز التحقق غير صحيح" -#: frappe/model/document.py:1347 +#: frappe/model/document.py:1351 msgid "Incorrect value in row {0}:" msgstr "" -#: frappe/model/document.py:1349 +#: frappe/model/document.py:1353 msgid "Incorrect value:" msgstr "" @@ -12507,15 +12589,15 @@ msgstr "" #. Label of a Select field in DocType 'Custom Field' #: frappe/custom/doctype/custom_field/custom_field.json -#: frappe/public/js/frappe/views/reports/query_report.js:1731 +#: frappe/public/js/frappe/views/reports/query_report.js:1738 msgid "Insert After" msgstr "إدراج بعد" -#: frappe/custom/doctype/custom_field/custom_field.py:249 +#: frappe/custom/doctype/custom_field/custom_field.py:250 msgid "Insert After cannot be set as {0}" msgstr "الإدراج بعد لا يمكن تعيينه ك {0}" -#: frappe/custom/doctype/custom_field/custom_field.py:242 +#: frappe/custom/doctype/custom_field/custom_field.py:243 msgid "Insert After field '{0}' mentioned in Custom Field '{1}', with label '{2}', does not exist" msgstr "إدراج بعد الحقل '{0}' المذكورة في الحقل المخصص '{1}'، مع التصنيف '{2}'، غير موجود" @@ -12576,7 +12658,6 @@ msgid "Insufficient Permission Level for {0}" msgstr "" #: frappe/database/query.py:375 frappe/desk/form/load.py:40 -#: frappe/model/document.py:239 msgid "Insufficient Permission for {0}" msgstr "عدم كفاية الإذن {0}" @@ -12721,6 +12802,10 @@ msgstr "" msgid "Invalid CSV Format" msgstr "تنسيق CSV غير صالح" +#: frappe/integrations/frappe_providers/frappecloud_billing.py:121 +msgid "Invalid Code. Please try again." +msgstr "" + #: frappe/integrations/doctype/webhook/webhook.py:90 msgid "Invalid Condition: {}" msgstr "" @@ -12729,7 +12814,7 @@ msgstr "" msgid "Invalid Credentials" msgstr "بيانات الاعتماد غير صالحة" -#: frappe/utils/data.py:103 frappe/utils/data.py:253 +#: frappe/utils/data.py:104 frappe/utils/data.py:254 msgid "Invalid Date" msgstr "تاريخ غير صالح" @@ -12765,7 +12850,7 @@ msgstr "الصفحة الرئيسية غير صالحة" msgid "Invalid Link" msgstr "رابط غير صالح" -#: frappe/www/login.py:117 +#: frappe/www/login.py:118 msgid "Invalid Login Token" msgstr "صالح رمز الدخول" @@ -12798,11 +12883,11 @@ msgstr "" msgid "Invalid Output Format" msgstr "تنسيق الإخراج غير صالح" -#: frappe/integrations/doctype/connected_app/connected_app.py:166 +#: frappe/integrations/doctype/connected_app/connected_app.py:190 msgid "Invalid Parameters." msgstr "" -#: frappe/core/doctype/user/user.py:1210 frappe/www/update-password.html:121 +#: frappe/core/doctype/user/user.py:1164 frappe/www/update-password.html:121 #: frappe/www/update-password.html:142 frappe/www/update-password.html:144 #: frappe/www/update-password.html:245 msgid "Invalid Password" @@ -12812,8 +12897,8 @@ msgstr "رمز مرور خاطئ" msgid "Invalid Phone Number" msgstr "" -#: frappe/auth.py:94 frappe/utils/oauth.py:185 frappe/utils/oauth.py:192 -#: frappe/www/login.py:117 +#: frappe/auth.py:95 frappe/utils/oauth.py:185 frappe/utils/oauth.py:192 +#: frappe/www/login.py:118 msgid "Invalid Request" msgstr "طلب غير صالح" @@ -12852,7 +12937,7 @@ msgstr "" msgid "Invalid column" msgstr "عمود غير صالح" -#: frappe/model/document.py:849 frappe/model/document.py:863 +#: frappe/model/document.py:853 frappe/model/document.py:867 msgid "Invalid docstatus" msgstr "" @@ -12864,7 +12949,7 @@ msgstr "تم تعيين تعبير غير صالح في عامل التصفية msgid "Invalid expression set in filter {0} ({1})" msgstr "تم تعيين تعبير غير صالح في عامل التصفية {0} ({1})" -#: frappe/utils/data.py:1888 +#: frappe/utils/data.py:1902 msgid "Invalid field name {0}" msgstr "اسم الحقل غير صالح {0}" @@ -12890,7 +12975,7 @@ msgstr "مسار تضمين غير صالح" msgid "Invalid json added in the custom options: {0}" msgstr "تمت إضافة json غير صالح في الخيارات المخصصة: {0}" -#: frappe/model/naming.py:465 +#: frappe/model/naming.py:464 msgid "Invalid name type (integer) for varchar name column" msgstr "" @@ -12914,7 +12999,7 @@ msgstr "" msgid "Invalid template file for import" msgstr "ملف نموذج غير صالح للاستيراد" -#: frappe/integrations/doctype/connected_app/connected_app.py:172 +#: frappe/integrations/doctype/connected_app/connected_app.py:196 msgid "Invalid token state! Check if the token has been created by the OAuth user." msgstr "" @@ -13605,7 +13690,7 @@ msgstr "التسمية تعليمات" msgid "Label and Type" msgstr "التسمية و النوع" -#: frappe/custom/doctype/custom_field/custom_field.py:143 +#: frappe/custom/doctype/custom_field/custom_field.py:144 msgid "Label is mandatory" msgstr "التسمية إلزامية" @@ -13756,7 +13841,7 @@ msgstr "الاسبوع الماضي" msgid "Last Year" msgstr "العام الماضي" -#: frappe/public/js/frappe/widgets/chart_widget.js:698 +#: frappe/public/js/frappe/widgets/chart_widget.js:704 msgid "Last synced {0}" msgstr "آخر مزامنة {0}" @@ -13808,7 +13893,7 @@ msgid "Leave blank to repeat always" msgstr "اتركه فارغ لتكرار دائما" #: frappe/core/doctype/communication/mixins.py:207 -#: frappe/email/doctype/email_account/email_account.py:666 +#: frappe/email/doctype/email_account/email_account.py:667 msgid "Leave this conversation" msgstr "ترك هذه المحادثة" @@ -13868,10 +13953,18 @@ msgstr "" msgid "Length of {0} should be between 1 and 1000" msgstr "يجب أن يكون طول {0} بين 1 و 1000" -#: frappe/public/js/frappe/widgets/chart_widget.js:674 +#: frappe/public/js/frappe/widgets/chart_widget.js:680 msgid "Less" msgstr "" +#: frappe/public/js/frappe/ui/filters/filter.js:24 +msgid "Less Than" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:26 +msgid "Less Than Or Equal To" +msgstr "" + #: frappe/public/js/frappe/widgets/onboarding_widget.js:439 msgid "Let us continue with the onboarding" msgstr "" @@ -14110,7 +14203,7 @@ msgid "Link Document Type" msgstr "رابط نوع الوثيقة" #: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:402 -#: frappe/workflow/doctype/workflow_action/workflow_action.py:197 +#: frappe/workflow/doctype/workflow_action/workflow_action.py:198 msgid "Link Expired" msgstr "انتهت صلاحية الرابط" @@ -14245,15 +14338,10 @@ msgstr "" msgid "List Filter" msgstr "تصفية القائمة" -#. Label of a HTML field in DocType 'Web Form' -#: frappe/website/doctype/web_form/web_form.json -msgid "List Setting Message" -msgstr "" - -#. Label of a Section Break field in DocType 'Role' +#. Label of a Section Break field in DocType 'User' #. Label of a Section Break field in DocType 'Customize Form' #. Label of a Section Break field in DocType 'Web Form' -#: frappe/core/doctype/role/role.json +#: frappe/core/doctype/user/user.json #: frappe/custom/doctype/customize_form/customize_form.json #: frappe/website/doctype/web_form/web_form.json msgid "List Settings" @@ -14273,7 +14361,7 @@ msgstr "" msgid "List View Settings" msgstr "إعدادات عرض القائمة" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:150 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:161 msgid "List a document type" msgstr "قائمة نوع مستند" @@ -14289,6 +14377,11 @@ msgstr "القائمة كما [{ "التسمية": _ ( "وظائ msgid "List of patches executed" msgstr "" +#. Label of a HTML field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "List setting message" +msgstr "" + #: frappe/public/js/frappe/ui/toolbar/search_utils.js:542 msgid "Lists" msgstr "" @@ -14432,7 +14525,7 @@ msgstr "تسجيل الدخول قبل" msgid "Login Failed please try again" msgstr "" -#: frappe/email/doctype/email_account/email_account.py:139 +#: frappe/email/doctype/email_account/email_account.py:140 msgid "Login Id is required" msgstr "مطلوب معرف تسجيل الدخول" @@ -14446,12 +14539,7 @@ msgstr "" msgid "Login Page" msgstr "" -#. Label of a Check field in DocType 'Web Form' -#: frappe/website/doctype/web_form/web_form.json -msgid "Login Required" -msgstr "تسجيل الدخول مطلوب" - -#: frappe/www/login.py:141 +#: frappe/www/login.py:142 msgid "Login To {0}" msgstr "" @@ -14471,10 +14559,15 @@ msgstr "" msgid "Login link sent to your email" msgstr "" -#: frappe/auth.py:319 frappe/auth.py:322 +#: frappe/auth.py:327 frappe/auth.py:330 msgid "Login not allowed at this time" msgstr "تسجيل الدخول غير مسموح في هذا الوقت" +#. Label of a Check field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Login required" +msgstr "" + #: frappe/twofactor.py:165 msgid "Login session expired, refresh page to retry" msgstr "انتهت صلاحية جلسة تسجيل الدخول، ثم حدث الصفحة لإعادة المحاولة" @@ -14513,7 +14606,7 @@ msgstr "" msgid "Login with email link expiry (in minutes)" msgstr "" -#: frappe/auth.py:130 +#: frappe/auth.py:131 msgid "Login with username and password is not allowed." msgstr "" @@ -14637,6 +14730,11 @@ msgstr "" msgid "Make \"name\" searchable in Global Search" msgstr "اجعل \"الاسم\" قابلا للبحث في البحث العالمي" +#. Label of a Check field in DocType 'DocField' +#: frappe/core/doctype/docfield/docfield.json +msgid "Make Attachment Public (by default)" +msgstr "" + #. Label of a Check field in DocType 'DocType' #. Label of a Check field in DocType 'Customize Form' #: frappe/core/doctype/doctype/doctype.json @@ -14666,6 +14764,12 @@ msgstr "يجعل الصفحة عامة" msgid "Male" msgstr "" +#. Label of a standard navbar item +#. Type: Route +#: frappe/hooks.py +msgid "Manage Billing" +msgstr "" + #: frappe/www/me.html:50 msgid "Manage third party apps" msgstr "" @@ -14701,7 +14805,7 @@ msgstr "إلزامي يعتمد على" msgid "Mandatory Depends On (JS)" msgstr "" -#: frappe/website/doctype/web_form/web_form.py:410 +#: frappe/website/doctype/web_form/web_form.py:411 msgid "Mandatory Information missing:" msgstr "معلومات إلزامية مفقود:" @@ -14842,11 +14946,6 @@ msgstr "سيد" msgid "Max 500 records at a time" msgstr "500 سجل كحد أقصى في نفس الوقت" -#. Label of a Int field in DocType 'Web Form' -#: frappe/website/doctype/web_form/web_form.json -msgid "Max Attachment Size (in MB)" -msgstr "أقصى حجم للمرفقات (ميغابايت)" - #. Label of a Int field in DocType 'DocType' #. Label of a Int field in DocType 'Customize Form' #: frappe/core/doctype/doctype/doctype.json @@ -14874,6 +14973,11 @@ msgstr "الحد الاقصى للطول" msgid "Max Value" msgstr "القيمة القصوى" +#. Label of a Int field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Max attachment size" +msgstr "" + #. Label of a Int field in DocType 'System Settings' #: frappe/core/doctype/system_settings/system_settings.json msgid "Max auto email report per user" @@ -14913,7 +15017,7 @@ msgid "Maximum points allowed after multiplying points with the multiplier value "(Note: For no limit leave this field empty or set 0)" msgstr "" -#: frappe/model/rename_doc.py:679 +#: frappe/model/rename_doc.py:685 msgid "Maximum {0} rows allowed" msgstr "الحد الأقصى {0} الصفوف المسموح" @@ -15010,7 +15114,7 @@ msgstr "الدمج مسموح فقط بين مجموعة ومجموعة أو ف msgid "Message" msgstr "رسالة" -#: frappe/__init__.py:589 frappe/public/js/frappe/ui/messages.js:267 +#: frappe/__init__.py:539 frappe/public/js/frappe/ui/messages.js:267 msgctxt "Default title of the message dialog" msgid "Message" msgstr "رسالة" @@ -15055,7 +15159,7 @@ msgstr "" msgid "Message clipped" msgstr "رسالة قص" -#: frappe/email/doctype/email_account/email_account.py:315 +#: frappe/email/doctype/email_account/email_account.py:316 msgid "Message from server: {0}" msgstr "رسالة من الخادم: {0}" @@ -15063,7 +15167,7 @@ msgstr "رسالة من الخادم: {0}" msgid "Message not setup" msgstr "رسالة لا الإعداد" -#. Description of the 'Success Message' (Text) field in DocType 'Web Form' +#. Description of the 'Success message' (Text) field in DocType 'Web Form' #: frappe/website/doctype/web_form/web_form.json msgid "Message to be displayed on successful completion" msgstr "" @@ -15084,17 +15188,13 @@ msgid "Meta" msgstr "" #. Label of a Small Text field in DocType 'Blog Post' -#. Label of a Small Text field in DocType 'Web Form' #: frappe/website/doctype/blog_post/blog_post.json -#: frappe/website/doctype/web_form/web_form.json #: frappe/website/doctype/web_page/web_page.js:124 msgid "Meta Description" msgstr "ميتا الوصف" #. Label of a Attach Image field in DocType 'Blog Post' -#. Label of a Attach Image field in DocType 'Web Form' #: frappe/website/doctype/blog_post/blog_post.json -#: frappe/website/doctype/web_form/web_form.json #: frappe/website/doctype/web_page/web_page.js:131 msgid "Meta Image" msgstr "صورة ميتا" @@ -15109,13 +15209,26 @@ msgid "Meta Tags" msgstr "العلامات الفوقية" #. Label of a Data field in DocType 'Blog Post' -#. Label of a Data field in DocType 'Web Form' #: frappe/website/doctype/blog_post/blog_post.json -#: frappe/website/doctype/web_form/web_form.json #: frappe/website/doctype/web_page/web_page.js:117 msgid "Meta Title" msgstr "عنوان الفوقية" +#. Label of a Small Text field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Meta description" +msgstr "" + +#. Label of a Attach Image field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Meta image" +msgstr "" + +#. Label of a Data field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Meta title" +msgstr "" + #: frappe/website/doctype/web_page/web_page.js:110 msgid "Meta title for SEO" msgstr "عنوان Meta لـ SEO" @@ -15135,7 +15248,7 @@ msgstr "عنوان Meta لـ SEO" msgid "Method" msgstr "طريقة" -#: frappe/__init__.py:907 +#: frappe/__init__.py:857 msgid "Method Not Allowed" msgstr "" @@ -15227,7 +15340,7 @@ msgstr "" msgid "Missing Values Required" msgstr "قيم مفقودة مطلوبة" -#: frappe/www/login.py:101 +#: frappe/www/login.py:102 msgid "Mobile" msgstr "" @@ -15442,7 +15555,7 @@ msgstr "" #: frappe/public/js/frappe/form/multi_select_dialog.js:72 #: frappe/public/js/frappe/ui/toolbar/search.js:285 #: frappe/public/js/frappe/ui/toolbar/search.js:300 -#: frappe/public/js/frappe/widgets/chart_widget.js:674 +#: frappe/public/js/frappe/widgets/chart_widget.js:680 #: frappe/templates/includes/list/list.html:23 #: frappe/templates/includes/search_template.html:13 msgid "More" @@ -15576,7 +15689,7 @@ msgstr "" msgid "Must be of type \"Attach Image\"" msgstr "يجب أن يكون من نوع "إرفاق صورة"" -#: frappe/desk/query_report.py:203 +#: frappe/desk/query_report.py:204 msgid "Must have report permission to access this report." msgstr "يجب أن يكون لديك إذن تقارير للوصول إلى هذا التقرير." @@ -15594,7 +15707,7 @@ msgid "Mx" msgstr "" #: frappe/templates/includes/web_sidebar.html:41 -#: frappe/website/doctype/web_form/web_form.py:399 +#: frappe/website/doctype/web_form/web_form.py:400 #: frappe/website/doctype/website_settings/website_settings.py:181 #: frappe/www/list.py:20 frappe/www/me.html:4 frappe/www/me.html:8 #: frappe/www/update_password.py:10 @@ -15637,6 +15750,7 @@ msgstr "" #. Label of a Data field in DocType 'Workspace' #. Label of a Data field in DocType 'Slack Webhook URL' #: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/doctype/doctype_list.js:10 #: frappe/custom/doctype/customize_form_field/customize_form_field.json #: frappe/desk/doctype/workspace/workspace.json #: frappe/integrations/doctype/slack_webhook_url/slack_webhook_url.json @@ -15656,7 +15770,7 @@ msgstr "" msgid "Name already taken, please set a new name" msgstr "" -#: frappe/model/naming.py:479 +#: frappe/model/naming.py:478 msgid "Name cannot contain special characters like {0}" msgstr "الإسم لا يمكن أن يحتوي على أحرف خاصة مثل {0}" @@ -15668,7 +15782,7 @@ msgstr "اسم نوع الوثيقة (DOCTYPE) تريد هذا الحقل لتك msgid "Name of the new Print Format" msgstr "اسم الشكل الجديد طباعة" -#: frappe/model/naming.py:474 +#: frappe/model/naming.py:473 msgid "Name of {0} cannot be {1}" msgstr "اسم {0} لا يمكن أن يكون {1}" @@ -15764,20 +15878,20 @@ msgstr "انتقل القائمة لأعلى" msgid "Navigate to main content" msgstr "" -#. Label of a Section Break field in DocType 'Role' -#: frappe/core/doctype/role/role.json +#. Label of a Section Break field in DocType 'User' +#: frappe/core/doctype/user/user.json msgid "Navigation Settings" msgstr "" -#: frappe/desk/doctype/workspace/workspace.py:306 +#: frappe/desk/doctype/workspace/workspace.py:310 msgid "Need Workspace Manager role to edit private workspace of other users" msgstr "" -#: frappe/desk/doctype/workspace/workspace.py:350 +#: frappe/desk/doctype/workspace/workspace.py:354 msgid "Need Workspace Manager role to hide/unhide public workspaces" msgstr "" -#: frappe/model/document.py:625 +#: frappe/model/document.py:629 msgid "Negative Value" msgstr "قيمة سالبة" @@ -15794,7 +15908,7 @@ msgstr "" #. Option for the 'Send Alert On' (Select) field in DocType 'Notification' #. Option for the 'For Document Event' (Select) field in DocType 'Energy Point #. Rule' -#: frappe/core/doctype/success_action/success_action.js:55 +#: frappe/core/doctype/success_action/success_action.js:57 #: frappe/core/page/dashboard_view/dashboard_view.js:173 #: frappe/desk/doctype/todo/todo.js:46 #: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json @@ -15919,7 +16033,7 @@ msgstr "" msgid "New password cannot be same as old password" msgstr "" -#: frappe/utils/change_log.py:391 +#: frappe/utils/change_log.py:394 msgid "New updates are available" msgstr "تحديثات جديدة متاحة" @@ -15946,7 +16060,7 @@ msgstr "القيمة الجديدة التي سيتم تحديدها" #: frappe/public/js/frappe/ui/toolbar/search_utils.js:218 #: frappe/public/js/frappe/views/breadcrumbs.js:192 #: frappe/public/js/frappe/views/treeview.js:332 -#: frappe/website/doctype/web_form/web_form.py:308 +#: frappe/website/doctype/web_form/web_form.py:309 msgid "New {0}" msgstr "{0} جديد" @@ -15962,15 +16076,15 @@ msgstr "تمت إضافة {0} {1} جديد إلى لوحة التحكم {2}" msgid "New {0} {1} created" msgstr "تم إنشاء {0} {1} جديد" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:374 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:378 msgid "New {0}: {1}" msgstr "جديد {0}: {1}" -#: frappe/utils/change_log.py:373 +#: frappe/utils/change_log.py:376 msgid "New {} releases for the following apps are available" msgstr "تتوفر {} إصدارات جديدة للتطبيقات التالية" -#: frappe/core/doctype/user/user.py:786 +#: frappe/core/doctype/user/user.py:747 msgid "Newly created user {0} has no roles enabled." msgstr "" @@ -16012,7 +16126,7 @@ msgstr "" msgid "Newsletter should have atleast one recipient" msgstr "يجب أن تحتوي الرسالة الإخبارية على متلقي واحد على الأقل" -#: frappe/email/doctype/newsletter/newsletter.py:390 +#: frappe/email/doctype/newsletter/newsletter.py:393 msgid "Newsletters" msgstr "النشرات الإخبارية" @@ -16020,7 +16134,7 @@ msgstr "النشرات الإخبارية" #: frappe/public/js/frappe/web_form/web_form.js:91 #: frappe/public/js/onboarding_tours/onboarding_tours.js:15 #: frappe/public/js/onboarding_tours/onboarding_tours.js:240 -#: frappe/templates/includes/slideshow.html:38 frappe/website/utils.py:253 +#: frappe/templates/includes/slideshow.html:38 frappe/website/utils.py:254 #: frappe/website/web_template/slideshow/slideshow.html:44 msgid "Next" msgstr "التالي" @@ -16099,14 +16213,14 @@ msgstr "" #: frappe/integrations/doctype/webhook/webhook.py:140 #: frappe/printing/doctype/print_format/print_format.json #: frappe/public/js/form_builder/utils.js:341 -#: frappe/public/js/frappe/form/controls/link.js:475 +#: frappe/public/js/frappe/form/controls/link.js:486 #: frappe/public/js/frappe/list/list_sidebar_group_by.js:223 -#: frappe/public/js/frappe/views/reports/query_report.js:1529 +#: frappe/public/js/frappe/views/reports/query_report.js:1534 #: frappe/website/doctype/help_article/templates/help_article.html:26 msgid "No" msgstr "لا" -#: frappe/public/js/frappe/ui/filters/filter.js:506 +#: frappe/public/js/frappe/ui/filters/filter.js:538 msgctxt "Checkbox is not checked" msgid "No" msgstr "لا" @@ -16205,7 +16319,7 @@ msgstr "" msgid "No Letterhead" msgstr "" -#: frappe/model/naming.py:456 +#: frappe/model/naming.py:455 msgid "No Name Specified for {0}" msgstr "لا يوجد اسم محدد لـ {0}" @@ -16253,7 +16367,7 @@ msgstr "لا يوجد نتائج" msgid "No Results found" msgstr "" -#: frappe/core/doctype/user/user.py:787 +#: frappe/core/doctype/user/user.py:748 msgid "No Roles Specified" msgstr "" @@ -16325,11 +16439,11 @@ msgstr "" msgid "No contacts added yet." msgstr "" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:427 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:431 msgid "No contacts linked to document" msgstr "لا جهات اتصال مرتبطة بالمستند" -#: frappe/desk/query_report.py:338 +#: frappe/desk/query_report.py:339 msgid "No data to export" msgstr "لا توجد بيانات للتصدير" @@ -16398,7 +16512,7 @@ msgstr "عدد الأعمدة" msgid "No of Rows (Max 500)" msgstr "عدد الصفوف (بحد أقصى 500)" -#: frappe/__init__.py:1096 frappe/client.py:109 frappe/client.py:151 +#: frappe/__init__.py:1046 frappe/client.py:109 frappe/client.py:151 msgid "No permission for {0}" msgstr "لا يوجد صلاحية لـ {0}
No permission for {0}" @@ -16431,11 +16545,11 @@ msgstr "" msgid "No records will be exported" msgstr "لن يتم تصدير سجلات" -#: frappe/www/printview.py:424 +#: frappe/www/printview.py:427 msgid "No template found at path: {0}" msgstr "لم يتم العثور على نموذج في المسار: {0}" -#: frappe/public/js/frappe/form/controls/multiselect_list.js:226 +#: frappe/public/js/frappe/form/controls/multiselect_list.js:242 msgid "No values to show" msgstr "" @@ -16498,7 +16612,7 @@ msgstr "" msgid "Normalized Query" msgstr "" -#: frappe/core/doctype/user/user.py:994 +#: frappe/core/doctype/user/user.py:955 #: frappe/templates/includes/login/login.js:258 frappe/utils/oauth.py:271 msgid "Not Allowed" msgstr "غير مسموح" @@ -16540,17 +16654,17 @@ msgstr "لا تعجبني" msgid "Not Linked to any record" msgstr "غير مرتبط بأي سجل" -#: frappe/__init__.py:989 frappe/app.py:357 frappe/desk/calendar.py:26 +#: frappe/__init__.py:939 frappe/app.py:357 frappe/desk/calendar.py:26 #: frappe/desk/treeview.py:19 frappe/geo/utils.py:97 #: frappe/public/js/frappe/web_form/webform_script.js:15 -#: frappe/website/doctype/web_form/web_form.py:601 +#: frappe/website/doctype/web_form/web_form.py:602 #: frappe/website/page_renderers/not_permitted_page.py:20 -#: frappe/www/login.py:182 frappe/www/qrcode.py:22 frappe/www/qrcode.py:25 +#: frappe/www/login.py:183 frappe/www/qrcode.py:22 frappe/www/qrcode.py:25 #: frappe/www/qrcode.py:37 msgid "Not Permitted" msgstr "لا يسمح" -#: frappe/desk/query_report.py:513 +#: frappe/desk/query_report.py:519 msgid "Not Permitted to read {0}" msgstr "" @@ -16586,7 +16700,7 @@ msgstr "لا ترسل" msgid "Not Set" msgstr "غير محدد" -#: frappe/public/js/frappe/ui/filters/filter.js:568 +#: frappe/public/js/frappe/ui/filters/filter.js:600 msgctxt "Field value is not set" msgid "Not Set" msgstr "غير محدد" @@ -16595,7 +16709,7 @@ msgstr "غير محدد" msgid "Not a valid Comma Separated Value (CSV File)" msgstr "ليس صالحا القيمة المفصولة بفواصل ( CSV ملف)" -#: frappe/core/doctype/user/user.py:199 +#: frappe/core/doctype/user/user.py:218 msgid "Not a valid User Image." msgstr "ليست صورة مستخدم صالحة." @@ -16623,11 +16737,11 @@ msgstr "غير مسموح بإرفاق مستند {0} ، يرجى تمكين ا msgid "Not allowed to create custom Virtual DocType." msgstr "" -#: frappe/www/printview.py:124 +#: frappe/www/printview.py:127 msgid "Not allowed to print cancelled documents" msgstr "لا يسمح لطباعة الوثائق الملغاة" -#: frappe/www/printview.py:121 +#: frappe/www/printview.py:124 msgid "Not allowed to print draft documents" msgstr "لا يسمح لطباعة مسودات الوثائق" @@ -16648,12 +16762,12 @@ msgid "Not in Developer Mode! Set in site_config.json or make 'Custom' DocType." msgstr "ليس في وضع المطور! يقع في site_config.json أو جعل DOCTYPE \"مخصص\"." #: frappe/api/v1.py:88 frappe/api/v1.py:93 -#: frappe/core/doctype/system_settings/system_settings.py:210 +#: frappe/core/doctype/system_settings/system_settings.py:212 #: frappe/handler.py:109 frappe/public/js/frappe/request.js:157 #: frappe/public/js/frappe/request.js:167 #: frappe/public/js/frappe/request.js:172 #: frappe/public/js/frappe/views/kanban/kanban_board.bundle.js:67 -#: frappe/website/doctype/web_form/web_form.py:614 +#: frappe/website/doctype/web_form/web_form.py:615 #: frappe/website/js/website.js:97 msgid "Not permitted" msgstr "غير مسموح به" @@ -16664,7 +16778,7 @@ msgstr "غير مسموح بمشاهدة {0}" #. Label of a Link in the Tools Workspace #. Name of a DocType -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:396 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:400 #: frappe/automation/workspace/tools/tools.json #: frappe/desk/doctype/note/note.json msgid "Note" @@ -16789,8 +16903,8 @@ msgstr "وثيقة الاشتراك المكتوبة" msgid "Notification sent to" msgstr "" -#. Label of a Check field in DocType 'Role' -#: frappe/core/doctype/role/role.json +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json #: frappe/public/js/frappe/ui/notifications/notifications.js:50 #: frappe/public/js/frappe/ui/notifications/notifications.js:187 msgid "Notifications" @@ -16905,7 +17019,7 @@ msgstr "" msgid "Number of attachment fields are more than {}, limit updated to {}." msgstr "" -#: frappe/core/doctype/system_settings/system_settings.py:163 +#: frappe/core/doctype/system_settings/system_settings.py:165 msgid "Number of backups must be greater than zero." msgstr "" @@ -16985,7 +17099,7 @@ msgstr "إعدادات موفرOAuth" msgid "OAuth Scope" msgstr "" -#: frappe/email/doctype/email_account/email_account.js:178 +#: frappe/email/doctype/email_account/email_account.js:182 msgid "OAuth has been enabled but not authorised. Please use \"Authorise API Access\" button to do the same." msgstr "" @@ -17064,7 +17178,7 @@ msgstr "" msgid "Old Password" msgstr "كلمة المرور القديمة" -#: frappe/custom/doctype/custom_field/custom_field.py:362 +#: frappe/custom/doctype/custom_field/custom_field.py:363 msgid "Old and new fieldnames are same." msgstr "" @@ -17095,6 +17209,16 @@ msgstr "" msgid "On checking this option, URL will be treated like a jinja template string" msgstr "" +#: frappe/public/js/frappe/ui/filters/filter.js:63 +#: frappe/public/js/frappe/ui/filters/filter.js:69 +msgid "On or After" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:62 +#: frappe/public/js/frappe/ui/filters/filter.js:68 +msgid "On or Before" +msgstr "" + #: frappe/public/js/frappe/views/communication.js:951 msgid "On {0}, {1} wrote:" msgstr "" @@ -17319,7 +17443,7 @@ msgstr "افتح URL في علامة تبويب جديدة" msgid "Open a dialog with mandatory fields to create a new record quickly" msgstr "افتح مربع حوار مع الحقول الإلزامية لإنشاء سجل جديد بسرعة" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:165 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:176 msgid "Open a module or tool" msgstr "فتح وحدة نمطية أو أداة" @@ -17369,7 +17493,7 @@ msgstr "افتتح" msgid "Operation" msgstr "عملية" -#: frappe/utils/data.py:1824 +#: frappe/utils/data.py:1838 msgid "Operator must be one of {0}" msgstr "يجب أن يكون المشغل واحدا من {0}" @@ -17557,7 +17681,7 @@ msgstr "" #: frappe/printing/page/print/print.js:71 #: frappe/public/js/frappe/form/templates/print_layout.html:44 -#: frappe/public/js/frappe/views/reports/query_report.js:1656 +#: frappe/public/js/frappe/views/reports/query_report.js:1663 msgid "PDF" msgstr "" @@ -17911,11 +18035,11 @@ msgstr "غير فعال" msgid "Password" msgstr "كلمة السر" -#: frappe/core/doctype/user/user.py:1057 +#: frappe/core/doctype/user/user.py:1018 msgid "Password Email Sent" msgstr "" -#: frappe/core/doctype/user/user.py:423 +#: frappe/core/doctype/user/user.py:393 msgid "Password Reset" msgstr "إعادة تعيين كلمة المرور" @@ -17937,7 +18061,7 @@ msgstr "تم تغيير الرقم السري بنجاح." msgid "Password for Base DN" msgstr "كلمة السر لقاعدة DN" -#: frappe/email/doctype/email_account/email_account.py:170 +#: frappe/email/doctype/email_account/email_account.py:171 msgid "Password is required or select Awaiting Password" msgstr "كلمة المرور مطلوبة أو اختر كلمة المرور" @@ -17949,7 +18073,7 @@ msgstr "" msgid "Password not found for {0} {1} {2}" msgstr "" -#: frappe/core/doctype/user/user.py:1056 +#: frappe/core/doctype/user/user.py:1017 msgid "Password reset instructions have been sent to your email" msgstr "تم إرسال إرشادات إعادة تعيين كلمة السر إلى بريدك الإلكتروني" @@ -17957,11 +18081,11 @@ msgstr "تم إرسال إرشادات إعادة تعيين كلمة السر msgid "Password set" msgstr "" -#: frappe/auth.py:236 +#: frappe/auth.py:244 msgid "Password size exceeded the maximum allowed size" msgstr "" -#: frappe/core/doctype/user/user.py:850 +#: frappe/core/doctype/user/user.py:811 msgid "Password size exceeded the maximum allowed size." msgstr "" @@ -17973,7 +18097,7 @@ msgstr "" msgid "Passwords do not match!" msgstr "كلمة المرور غير مطابقة!" -#: frappe/email/doctype/newsletter/newsletter.py:156 +#: frappe/email/doctype/newsletter/newsletter.py:159 msgid "Past dates are not allowed for Scheduling." msgstr "" @@ -18283,6 +18407,15 @@ msgstr "رمز Pin" msgid "Pink" msgstr "" +#. Label of a Data field in DocType 'DocField' +#. Label of a Data field in DocType 'Custom Field' +#. Label of a Data field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Placeholder" +msgstr "" + #. Option for the 'Message Type' (Select) field in DocType 'Notification' #: frappe/email/doctype/notification/notification.json msgid "Plain Text" @@ -18313,7 +18446,7 @@ msgstr "يرجى وضع الرسم البياني" msgid "Please Update SMS Settings" msgstr "يرجى تحديث إعدادات الرسائل القصيرة" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:570 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:574 msgid "Please add a subject to your email" msgstr "الرجاء إضافة موضوع إلى بريدك الإلكتروني" @@ -18321,7 +18454,7 @@ msgstr "الرجاء إضافة موضوع إلى بريدك الإلكترون msgid "Please add a valid comment." msgstr "الرجاء إضافة تعليق صالح." -#: frappe/core/doctype/user/user.py:1039 +#: frappe/core/doctype/user/user.py:1000 msgid "Please ask your administrator to verify your sign-up" msgstr "الرجاء اطلب من المشرف التأكد من تسجيلك" @@ -18353,7 +18486,7 @@ msgstr "يرجى التحقق من قيم المرشح المحددة لمخطط msgid "Please check the value of \"Fetch From\" set for field {0}" msgstr "يرجى التحقق من قيمة مجموعة "الجلب من" للحقل {0}" -#: frappe/core/doctype/user/user.py:1037 +#: frappe/core/doctype/user/user.py:998 msgid "Please check your email for verification" msgstr "يرجى التحقق من بريدك الالكتروني للتحقق" @@ -18405,7 +18538,7 @@ msgstr "من فضلك لا تغيير عناوين القالب." msgid "Please duplicate this to make changes" msgstr "يرجى تكرار هذه إلى إجراء تغييرات" -#: frappe/core/doctype/system_settings/system_settings.py:156 +#: frappe/core/doctype/system_settings/system_settings.py:158 msgid "Please enable atleast one Social Login Key or LDAP or Login With Email Link before disabling username/password based login." msgstr "" @@ -18488,7 +18621,7 @@ msgstr "" msgid "Please enter your old password." msgstr "" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:402 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:406 msgid "Please find attached {0}: {1}" msgstr "يرجى الاطلاع على المرفق {0}: {1}" @@ -18504,7 +18637,7 @@ msgstr "" msgid "Please make sure the Reference Communication Docs are not circularly linked." msgstr "يرجى التأكد من أن وثائق الاتصال المرجعية غير مرتبطة بشكل دائري." -#: frappe/model/document.py:818 +#: frappe/model/document.py:822 msgid "Please refresh to get the latest document." msgstr "يرجى تحديث للحصول على أحدث وثيقة." @@ -18548,7 +18681,7 @@ msgstr "يرجى تحديد DOCTYPE أولا" msgid "Please select Entity Type first" msgstr "يرجى اختيار نوع الكيان أولا" -#: frappe/core/doctype/system_settings/system_settings.py:106 +#: frappe/core/doctype/system_settings/system_settings.py:108 msgid "Please select Minimum Password Score" msgstr "يرجى تحديد الحد الأدنى لسجل كلمة المرور" @@ -18568,11 +18701,11 @@ msgstr "" msgid "Please select a file or url" msgstr "يرجى تحديد ملف أو URL" -#: frappe/model/rename_doc.py:674 +#: frappe/model/rename_doc.py:680 msgid "Please select a valid csv file with data" msgstr "يرجى تحديد ملف CSV ساري المفعول مع البيانات" -#: frappe/utils/data.py:253 +#: frappe/utils/data.py:254 msgid "Please select a valid date filter" msgstr "الرجاء تحديد مرشح تاريخ صالح" @@ -18622,7 +18755,7 @@ msgstr "يرجى تعيين المرشحات" msgid "Please set filters value in Report Filter table." msgstr "الرجاء تعيين قيمة عوامل التصفية في جدول تصفية التقرير." -#: frappe/model/naming.py:549 +#: frappe/model/naming.py:548 msgid "Please set the document name" msgstr "" @@ -18634,7 +18767,7 @@ msgstr "يرجى تعيين المستندات التالية في لوحة ال msgid "Please set the series to be used." msgstr "يرجى ضبط المسلسل ليتم استخدامه." -#: frappe/core/doctype/system_settings/system_settings.py:119 +#: frappe/core/doctype/system_settings/system_settings.py:121 msgid "Please setup SMS before setting it as an authentication method, via SMS Settings" msgstr "يرجى إعداد سمز قبل تعيينه كطريقة المصادقة، عبر إعدادات سمز" @@ -18642,11 +18775,11 @@ msgstr "يرجى إعداد سمز قبل تعيينه كطريقة المصاد msgid "Please setup a message first" msgstr "يرجى إعداد رسالة أولاً" -#: frappe/email/doctype/email_account/email_account.py:405 +#: frappe/email/doctype/email_account/email_account.py:406 msgid "Please setup default Email Account from Settings > Email Account" msgstr "" -#: frappe/core/doctype/user/user.py:374 +#: frappe/core/doctype/user/user.py:358 msgid "Please setup default outgoing Email Account from Settings > Email Account" msgstr "" @@ -18679,7 +18812,7 @@ msgstr "" msgid "Please use a valid LDAP search filter" msgstr "" -#: frappe/email/doctype/newsletter/newsletter.py:333 +#: frappe/email/doctype/newsletter/newsletter.py:336 msgid "Please verify your Email Address" msgstr "يرجى التحقق من عنوان البريد الإلكتروني الخاص بك" @@ -18852,7 +18985,7 @@ msgstr "أعد التقرير" msgid "Prepared Report User" msgstr "إعداد تقرير المستخدم" -#: frappe/desk/query_report.py:301 +#: frappe/desk/query_report.py:302 msgid "Prepared report render failed" msgstr "" @@ -18984,7 +19117,7 @@ msgstr "" #. Label of a Check field in DocType 'User Document Type' #: frappe/core/doctype/custom_docperm/custom_docperm.json #: frappe/core/doctype/docperm/docperm.json -#: frappe/core/doctype/success_action/success_action.js:56 +#: frappe/core/doctype/success_action/success_action.js:58 #: frappe/core/doctype/user_document_type/user_document_type.json #: frappe/printing/page/print/print.js:65 #: frappe/public/js/frappe/form/success_action.js:81 @@ -18992,13 +19125,13 @@ msgstr "" #: frappe/public/js/frappe/form/toolbar.js:322 #: frappe/public/js/frappe/form/toolbar.js:334 #: frappe/public/js/frappe/list/bulk_operations.js:95 -#: frappe/public/js/frappe/views/reports/query_report.js:1642 +#: frappe/public/js/frappe/views/reports/query_report.js:1649 #: frappe/public/js/frappe/views/reports/report_view.js:1461 #: frappe/public/js/frappe/views/treeview.js:456 frappe/www/printview.html:18 msgid "Print" msgstr "طباعة" -#: frappe/public/js/frappe/list/list_view.js:1910 +#: frappe/public/js/frappe/list/list_view.js:1918 msgctxt "Button in list view actions menu" msgid "Print" msgstr "طباعة" @@ -19068,7 +19201,7 @@ msgstr "تنسيق الطباعة مساعدة" msgid "Print Format Type" msgstr "نوع تنسيق الطباعة" -#: frappe/www/printview.py:406 +#: frappe/www/printview.py:409 msgid "Print Format {0} is disabled" msgstr "تم تعطيل تنسيق الطباعة {0}" @@ -19524,7 +19657,7 @@ msgstr "الاستعلام عن" msgid "Query analysis complete. Check suggested indexes." msgstr "" -#: frappe/utils/safe_exec.py:428 +#: frappe/utils/safe_exec.py:477 msgid "Query must be of SELECT or read-only WITH type." msgstr "" @@ -19726,7 +19859,7 @@ msgstr "" msgid "Re-Run in Console" msgstr "" -#: frappe/email/doctype/email_account/email_account.py:672 +#: frappe/email/doctype/email_account/email_account.py:673 msgid "Re:" msgstr "" @@ -19806,7 +19939,7 @@ msgstr "قراءة من قبل المتلقي" msgid "Read mode" msgstr "" -#: frappe/utils/safe_exec.py:90 +#: frappe/utils/safe_exec.py:93 msgid "Read the documentation to know more" msgstr "" @@ -19841,11 +19974,6 @@ msgstr "" msgid "Rebuilding of tree is not supported for {}" msgstr "" -#. Description of the 'Anonymous' (Check) field in DocType 'Web Form' -#: frappe/website/doctype/web_form/web_form.json -msgid "Receive anonymous response" -msgstr "" - #. Option for the 'Sent or Received' (Select) field in DocType 'Communication' #: frappe/core/doctype/communication/communication.json msgid "Received" @@ -20190,7 +20318,7 @@ msgstr "المرجع" #: frappe/public/js/frappe/form/form.js:1132 #: frappe/public/js/frappe/form/templates/print_layout.html:6 #: frappe/public/js/frappe/list/base_list.js:65 -#: frappe/public/js/frappe/views/reports/query_report.js:1631 +#: frappe/public/js/frappe/views/reports/query_report.js:1638 #: frappe/public/js/frappe/views/treeview.js:462 #: frappe/public/js/frappe/widgets/chart_widget.js:290 #: frappe/public/js/frappe/widgets/number_card_widget.js:324 @@ -20229,9 +20357,9 @@ msgstr "" #: frappe/core/doctype/user/user.js:361 #: frappe/desk/page/setup_wizard/setup_wizard.js:204 msgid "Refreshing..." -msgstr "يحديث ..." +msgstr "جاري التحديث..." -#: frappe/core/doctype/user/user.py:1001 +#: frappe/core/doctype/user/user.py:962 msgid "Registered but disabled" msgstr "سجل لكن المعوقين" @@ -20584,7 +20712,7 @@ msgstr "مدير التقارير" #: frappe/core/doctype/report/report.json #: frappe/desk/doctype/dashboard_chart/dashboard_chart.json #: frappe/desk/doctype/number_card/number_card.json -#: frappe/public/js/frappe/views/reports/query_report.js:1812 +#: frappe/public/js/frappe/views/reports/query_report.js:1819 msgid "Report Name" msgstr "تقرير الاسم" @@ -20641,7 +20769,7 @@ msgstr "" msgid "Report timed out." msgstr "" -#: frappe/desk/query_report.py:568 +#: frappe/desk/query_report.py:574 msgid "Report updated successfully" msgstr "تم تحديث التقرير بنجاح" @@ -20649,7 +20777,7 @@ msgstr "تم تحديث التقرير بنجاح" msgid "Report was not saved (there were errors)" msgstr "لم يتم حفظ التقرير (كانت هناك أخطاء)" -#: frappe/public/js/frappe/views/reports/query_report.js:1850 +#: frappe/public/js/frappe/views/reports/query_report.js:1857 msgid "Report with more than 10 columns looks better in Landscape mode." msgstr "التقرير مع أكثر من 10 أعمدة تبدو أفضل في وضع أفقي." @@ -20804,7 +20932,7 @@ msgstr "إعادة تعيين المخطط" msgid "Reset Dashboard Customizations" msgstr "" -#: frappe/public/js/frappe/list/list_settings.js:227 +#: frappe/public/js/frappe/list/list_settings.js:230 msgid "Reset Fields" msgstr "تصفير البيانات في الحقول" @@ -20946,8 +21074,8 @@ msgctxt "Title of message showing restrictions in list view" msgid "Restrictions" msgstr "قيود" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:345 -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:360 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:356 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:371 msgid "Result" msgstr "" @@ -21162,7 +21290,7 @@ msgstr "الملف الشخصي" msgid "Role and Level" msgstr "مستوى الصلاحية" -#: frappe/core/doctype/user/user.py:315 +#: frappe/core/doctype/user/user.py:299 msgid "Role has been set as per the user type {0}" msgstr "" @@ -21277,7 +21405,7 @@ msgid "Route: Example \"/app\"" msgstr "" #: frappe/model/base_document.py:727 frappe/model/base_document.py:768 -#: frappe/model/document.py:610 +#: frappe/model/document.py:614 msgid "Row" msgstr "صف" @@ -21442,14 +21570,14 @@ msgid "SMS Settings" msgstr "SMS إعدادات" #: frappe/core/doctype/sms_settings/sms_settings.py:109 -msgid "SMS sent to following numbers: {0}" -msgstr "رسائل SMS أرسلت الى الارقام التالية: {0}" +msgid "SMS sent successfully" +msgstr "" #: frappe/templates/includes/login/login.js:377 msgid "SMS was not sent. Please contact Administrator." msgstr "" -#: frappe/email/doctype/email_account/email_account.py:187 +#: frappe/email/doctype/email_account/email_account.py:188 msgid "SMTP Server is required" msgstr "" @@ -21557,14 +21685,14 @@ msgstr "السبت" #: frappe/public/js/frappe/form/footer/form_timeline.js:663 #: frappe/public/js/frappe/form/quick_entry.js:161 #: frappe/public/js/frappe/list/list_settings.js:36 -#: frappe/public/js/frappe/list/list_settings.js:244 +#: frappe/public/js/frappe/list/list_settings.js:247 #: frappe/public/js/frappe/list/list_sidebar_group_by.js:25 #: frappe/public/js/frappe/ui/toolbar/toolbar.js:322 #: frappe/public/js/frappe/utils/common.js:443 #: frappe/public/js/frappe/views/kanban/kanban_settings.js:45 #: frappe/public/js/frappe/views/kanban/kanban_settings.js:189 #: frappe/public/js/frappe/views/kanban/kanban_view.js:343 -#: frappe/public/js/frappe/views/reports/query_report.js:1804 +#: frappe/public/js/frappe/views/reports/query_report.js:1811 #: frappe/public/js/frappe/views/reports/report_view.js:1649 #: frappe/public/js/frappe/views/workspace/workspace.js:532 #: frappe/public/js/frappe/widgets/base_widget.js:142 @@ -21595,7 +21723,7 @@ msgstr "" msgid "Save Filter" msgstr "" -#: frappe/public/js/frappe/views/reports/query_report.js:1807 +#: frappe/public/js/frappe/views/reports/query_report.js:1814 msgid "Save Report" msgstr "احفظ التقرير" @@ -21720,7 +21848,7 @@ msgstr "" msgid "Scheduled To Send" msgstr "من المقرر أن ترسل" -#: frappe/core/doctype/server_script/server_script.py:281 +#: frappe/core/doctype/server_script/server_script.py:255 msgid "Scheduled execution for script {0} has updated" msgstr "تم تحديث التنفيذ المجدول للنص {0}" @@ -21845,8 +21973,8 @@ msgstr "" msgid "Search" msgstr "البحث" -#. Label of a Check field in DocType 'Role' -#: frappe/core/doctype/role/role.json +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json msgid "Search Bar" msgstr "شريط البحث" @@ -21857,7 +21985,7 @@ msgstr "شريط البحث" msgid "Search Fields" msgstr "البحث الحقول" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:175 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:186 msgid "Search Help" msgstr "مساعدة البحث" @@ -21895,12 +22023,12 @@ msgstr "" msgid "Search for anything" msgstr "البحث عن أي شيء" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:289 -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:295 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:300 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:306 msgid "Search for {0}" msgstr "" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:155 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:166 msgid "Search in a document type" msgstr "بحث في نوع الوثيقة" @@ -22124,7 +22252,7 @@ msgid "Select Field..." msgstr "" #: frappe/public/js/frappe/form/grid_row.js:460 -#: frappe/public/js/frappe/list/list_settings.js:233 +#: frappe/public/js/frappe/list/list_settings.js:236 #: frappe/public/js/frappe/views/kanban/kanban_settings.js:181 msgid "Select Fields" msgstr "حدد الحقول" @@ -22312,7 +22440,7 @@ msgstr "" #: frappe/public/js/frappe/form/link_selector.js:24 #: frappe/public/js/frappe/form/multi_select_dialog.js:81 -#: frappe/public/js/frappe/form/multi_select_dialog.js:281 +#: frappe/public/js/frappe/form/multi_select_dialog.js:283 #: frappe/public/js/frappe/list/list_view_select.js:153 #: frappe/public/js/print_format_builder/Preview.vue:90 msgid "Select {0}" @@ -22652,7 +22780,7 @@ msgstr "خادم IP" msgid "Server Script" msgstr "خادم النصي" -#: frappe/utils/safe_exec.py:89 +#: frappe/utils/safe_exec.py:92 msgid "Server Scripts are disabled. Please enable server scripts from bench configuration." msgstr "" @@ -22703,11 +22831,11 @@ msgstr "انتهت الجلسة" msgid "Session Expiry (idle timeout)" msgstr "" -#: frappe/core/doctype/system_settings/system_settings.py:113 +#: frappe/core/doctype/system_settings/system_settings.py:115 msgid "Session Expiry must be in format {0}" msgstr "يجب أن يكون انتهاء الجلسة بالتنسيق {0}" -#: frappe/public/js/frappe/ui/filters/filter.js:567 +#: frappe/public/js/frappe/ui/filters/filter.js:599 msgctxt "Field value is set" msgid "Set" msgstr "مجموعة" @@ -22841,6 +22969,11 @@ msgstr "تعيين الدقة غير القياسية لحقل تعويم أو msgid "Set only once" msgstr "" +#. Description of the 'Max attachment size' (Int) field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Set size in MB" +msgstr "" + #. Description of the 'Filters Configuration' (Code) field in DocType 'Number #. Card' #: frappe/desk/doctype/number_card/number_card.json @@ -22949,7 +23082,7 @@ msgstr "" msgid "Setup Approval Workflows" msgstr "" -#: frappe/public/js/frappe/views/reports/query_report.js:1677 +#: frappe/public/js/frappe/views/reports/query_report.js:1684 #: frappe/public/js/frappe/views/reports/report_view.js:1627 msgid "Setup Auto Email" msgstr "الإعداد التلقائي البريد الإلكتروني" @@ -23328,8 +23461,8 @@ msgstr "عرض حقول رقمية فقط من التقرير" msgid "Showing only first {0} rows out of {1}" msgstr "" -#. Label of a Check field in DocType 'Role' -#: frappe/core/doctype/role/role.json +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json msgid "Sidebar" msgstr "الشريط الجانبي" @@ -23353,7 +23486,7 @@ msgstr "الشريط الجانبي وتعليقات" msgid "Sign Up and Confirmation" msgstr "" -#: frappe/core/doctype/user/user.py:994 +#: frappe/core/doctype/user/user.py:955 msgid "Sign Up is disabled" msgstr "تم تعطيل الاشتراك" @@ -23422,7 +23555,7 @@ msgstr "لا يمكن تخصيص DocTypes مفردة." msgid "Single Types have only one record no tables associated. Values are stored in tabSingles" msgstr "أنواع واحد يكون سجل واحد فقط لا الجداول المرتبطة . يتم تخزين القيم في tabSingles" -#: frappe/database/database.py:240 +#: frappe/database/database.py:242 msgid "Site is running in read only mode for maintenance or site update, this action can not be performed right now. Please try again later." msgstr "" @@ -23701,6 +23834,12 @@ msgstr "{0} الأحرف الخاصة باستثناء "-" ، "#& msgid "Specify a custom timeout, default timeout is 1500 seconds" msgstr "" +#. Description of the 'Allowed embedding domains' (Small Text) field in DocType +#. 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Specify the domains or origins that are permitted to embed this form. Enter one domain per line (e.g., https://example.com). If no domains are specified, the form can only be embedded on the same origin." +msgstr "" + #. Label of a Attach Image field in DocType 'Website Settings' #: frappe/website/doctype/website_settings/website_settings.json msgid "Splash Image" @@ -23780,11 +23919,11 @@ msgstr "" msgid "Standard rich text editor with controls" msgstr "" -#: frappe/core/doctype/role/role.py:65 +#: frappe/core/doctype/role/role.py:46 msgid "Standard roles cannot be disabled" msgstr "الصلاحيات القياسية لا يمكن تعطيلها" -#: frappe/core/doctype/role/role.py:51 +#: frappe/core/doctype/role/role.py:32 msgid "Standard roles cannot be renamed" msgstr "الصلاحيات القياسية لا يمكن إعادة تسميتها" @@ -23809,6 +23948,7 @@ msgstr "بداية" #. Label of a Date field in DocType 'Auto Repeat' #. Label of a Datetime field in DocType 'Web Page' #: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:140 #: frappe/public/js/frappe/utils/common.js:409 #: frappe/website/doctype/web_page/web_page.json msgid "Start Date" @@ -23973,7 +24113,7 @@ msgstr "الإحصائيات بناءً على أداء الأسبوع الما #: frappe/email/doctype/newsletter/newsletter.json #: frappe/integrations/doctype/integration_request/integration_request.json #: frappe/integrations/doctype/oauth_bearer_token/oauth_bearer_token.json -#: frappe/public/js/frappe/list/list_settings.js:356 +#: frappe/public/js/frappe/list/list_settings.js:359 #: frappe/public/js/frappe/views/reports/report_view.js:909 #: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.json #: frappe/website/doctype/personal_data_deletion_step/personal_data_deletion_step.json @@ -24155,7 +24295,7 @@ msgstr "" msgid "Submit" msgstr "تسجيل" -#: frappe/public/js/frappe/list/list_view.js:1977 +#: frappe/public/js/frappe/list/list_view.js:1985 msgctxt "Button in list view actions menu" msgid "Submit" msgstr "تسجيل" @@ -24185,11 +24325,6 @@ msgstr "تسجيل" msgid "Submit After Import" msgstr "إرسال بعد الاستيراد" -#. Label of a Data field in DocType 'Web Form' -#: frappe/website/doctype/web_form/web_form.json -msgid "Submit Button Label" -msgstr "" - #: frappe/core/page/permission_manager/permission_manager_help.html:39 msgid "Submit an Issue" msgstr "" @@ -24199,8 +24334,14 @@ msgctxt "Button in web form" msgid "Submit another response" msgstr "" +#. Label of a Data field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Submit button label" +msgstr "" + #. Label of a Check field in DocType 'Auto Repeat' #: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:126 msgid "Submit on Creation" msgstr "" @@ -24212,7 +24353,7 @@ msgstr "أرسل هذا المستند لإكمال هذه الخطوة." msgid "Submit this document to confirm" msgstr "إرسال هذه الوثيقة إلى تأكيد" -#: frappe/public/js/frappe/list/list_view.js:1982 +#: frappe/public/js/frappe/list/list_view.js:1990 msgctxt "Title of confirmation dialog" msgid "Submit {0} documents?" msgstr "إرسال {0} وثائق؟" @@ -24222,7 +24363,7 @@ msgstr "إرسال {0} وثائق؟" #: frappe/core/doctype/comment/comment.json #: frappe/core/doctype/communication/communication.json #: frappe/public/js/frappe/model/indicator.js:95 -#: frappe/public/js/frappe/ui/filters/filter.js:499 +#: frappe/public/js/frappe/ui/filters/filter.js:531 #: frappe/website/doctype/web_form/templates/web_form.html:133 msgid "Submitted" msgstr "مسجلة" @@ -24273,7 +24414,7 @@ msgstr "عنوان فرعي" #: frappe/templates/includes/login/login.js:270 #: frappe/templates/includes/login/login.js:278 #: frappe/templates/pages/integrations/gcalendar-success.html:9 -#: frappe/workflow/doctype/workflow_action/workflow_action.py:166 +#: frappe/workflow/doctype/workflow_action/workflow_action.py:167 #: frappe/workflow/doctype/workflow_state/workflow_state.json msgid "Success" msgstr "نجاح" @@ -24284,17 +24425,10 @@ msgid "Success Action" msgstr "نجاح العمل" #. Label of a Data field in DocType 'Module Onboarding' -#. Label of a Text field in DocType 'Web Form' #: frappe/desk/doctype/module_onboarding/module_onboarding.json -#: frappe/website/doctype/web_form/web_form.json msgid "Success Message" msgstr "رسالة النجاح" -#. Label of a Data field in DocType 'Web Form' -#: frappe/website/doctype/web_form/web_form.json -msgid "Success Title" -msgstr "" - #. Label of a Data field in DocType 'Token Cache' #: frappe/integrations/doctype/token_cache/token_cache.json msgid "Success URI" @@ -24305,6 +24439,16 @@ msgstr "" msgid "Success URL" msgstr "رابط النجاح" +#. Label of a Text field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Success message" +msgstr "" + +#. Label of a Data field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Success title" +msgstr "" + #: frappe/www/update-password.html:79 msgid "Success! You are good to go 👍" msgstr "نجاح! أنت جيد للذهاب 👍" @@ -24318,7 +24462,7 @@ msgstr "" msgid "Successful Transactions" msgstr "المعاملات الناجحة" -#: frappe/model/rename_doc.py:688 +#: frappe/model/rename_doc.py:694 msgid "Successful: {0} to {1}" msgstr "ناجح: {0} إلى {1}" @@ -24372,7 +24516,7 @@ msgstr "" msgid "Suggested Indexes" msgstr "" -#: frappe/core/doctype/user/user.py:703 +#: frappe/core/doctype/user/user.py:664 msgid "Suggested Username: {0}" msgstr "اسم المستخدم اقترح: {0}" @@ -24483,7 +24627,7 @@ msgstr "المزامنة" msgid "Syncing {0} of {1}" msgstr "مزامنة {0} من {1}" -#: frappe/utils/data.py:2156 +#: frappe/utils/data.py:2170 msgid "Syntax Error" msgstr "" @@ -24497,7 +24641,7 @@ msgstr "نظام" msgid "System Console" msgstr "وحدة تحكم النظام" -#: frappe/custom/doctype/custom_field/custom_field.py:358 +#: frappe/custom/doctype/custom_field/custom_field.py:359 msgid "System Generated Fields can not be renamed" msgstr "" @@ -24788,7 +24932,7 @@ msgstr "" msgid "Table updated" msgstr "الجدول محدث" -#: frappe/model/document.py:1370 +#: frappe/model/document.py:1374 msgid "Table {0} cannot be empty" msgstr "جدول {0} لا يمكن أن يكون فارغا" @@ -24814,7 +24958,7 @@ msgstr "علامة الارتباط" #: frappe/public/js/frappe/list/list_sidebar.js:228 #: frappe/public/js/frappe/model/meta.js:204 #: frappe/public/js/frappe/model/model.js:133 -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:160 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:171 msgid "Tags" msgstr "بطاقات" @@ -24900,15 +25044,25 @@ msgstr "تحذيرات القالب" msgid "Templates" msgstr "" -#: frappe/core/doctype/user/user.py:1005 +#: frappe/core/doctype/user/user.py:966 msgid "Temporarily Disabled" msgstr "موقوف مؤقتا" +#: frappe/core/doctype/translation/test_translation.py:47 +#: frappe/core/doctype/translation/test_translation.py:54 +msgid "Test Data" +msgstr "" + #. Label of a Data field in DocType 'System Health Report' #: frappe/desk/doctype/system_health_report/system_health_report.json msgid "Test Job ID" msgstr "" +#: frappe/core/doctype/translation/test_translation.py:49 +#: frappe/core/doctype/translation/test_translation.py:57 +msgid "Test Spanish" +msgstr "" + #: frappe/email/doctype/newsletter/newsletter.py:94 msgid "Test email sent to {0}" msgstr "تم إرسال بريد إلكتروني تجريبي إلى {0}" @@ -24978,7 +25132,7 @@ msgstr "شكرا لك على بريدك الالكتروني" msgid "Thank you for your feedback!" msgstr "شكرا لك على ملاحظاتك!" -#: frappe/email/doctype/newsletter/newsletter.py:332 +#: frappe/email/doctype/newsletter/newsletter.py:335 msgid "Thank you for your interest in subscribing to our updates" msgstr "شكرا لك على اهتمامك في الاشتراك في تحديثاتنا" @@ -25042,7 +25196,7 @@ msgid "The browser API key obtained from the Google Cloud Console under " msgstr "" -#: frappe/core/doctype/user/user.py:965 +#: frappe/core/doctype/user/user.py:926 msgid "The reset password link has been expired" msgstr "" -#: frappe/core/doctype/user/user.py:967 +#: frappe/core/doctype/user/user.py:928 msgid "The reset password link has either been used before or is invalid" msgstr "" @@ -25204,7 +25358,7 @@ msgstr "" msgid "The webhook will be triggered if this expression is true" msgstr "سيتم تشغيل webhook إذا كان هذا التعبير صحيحًا" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:169 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:173 msgid "The {0} is already on auto repeat {1}" msgstr "{0} قيد التكرار التلقائي {1}" @@ -25279,10 +25433,6 @@ msgstr "" msgid "There must be atleast one permission rule." msgstr "يجب أن يكون هناك على الأقل قاعدة إذن واحد." -#: frappe/core/doctype/user/user.py:504 -msgid "There should remain at least one System Manager" -msgstr "يجب أن يظل هناك مدير نظام واحد على الأقل" - #: frappe/www/error.py:16 msgid "There was an error building this page" msgstr "كان هناك خطأ في بناء هذه الصفحة" @@ -25303,7 +25453,7 @@ msgstr "كانت هناك أخطاء أثناء إنشاء المستند. حا msgid "There were errors while sending email. Please try again." msgstr "كانت هناك أخطاء أثناء إرسال البريد الإلكتروني. يرجى المحاولة مرة أخرى." -#: frappe/model/naming.py:469 +#: frappe/model/naming.py:468 msgid "There were some errors setting the name, please contact the administrator" msgstr "كانت هناك بعض الأخطاء التي تحدد الاسم، يرجى الاتصال بالمشرف" @@ -25357,7 +25507,7 @@ msgstr "وهذا المجلس كانبان يكون القطاع الخاص" msgid "This action is irreversible. Do you wish to continue?" msgstr "" -#: frappe/__init__.py:985 +#: frappe/__init__.py:935 msgid "This action is only allowed for {}" msgstr "هذا الإجراء مسموح به فقط لـ {}" @@ -25412,7 +25562,7 @@ msgstr "" msgid "This document is already amended, you cannot ammend it again" msgstr "تم تعديل هذا المستند بالفعل ، ولا يمكنك تعديله مرة أخرى" -#: frappe/model/document.py:1538 +#: frappe/model/document.py:1542 msgid "This document is currently locked and queued for execution. Please try again after some time." msgstr "" @@ -25461,7 +25611,7 @@ msgstr "ويستخدم هذا الشكل إذا لم يتم العثور على msgid "This goes above the slideshow." msgstr "هذا يذهب فوق عرض الشرائح." -#: frappe/public/js/frappe/views/reports/query_report.js:2014 +#: frappe/public/js/frappe/views/reports/query_report.js:2021 msgid "This is a background report. Please set the appropriate filters and then generate a new one." msgstr "هذا هو تقرير الخلفية. يرجى تعيين المرشحات المناسبة ثم إنشاء واحدة جديدة." @@ -25589,7 +25739,7 @@ msgstr "" msgid "This will terminate the job immediately and might be dangerous, are you sure? " msgstr "" -#: frappe/core/doctype/user/user.py:1224 +#: frappe/core/doctype/user/user.py:1178 msgid "Throttled" msgstr "مخنوق" @@ -25708,8 +25858,8 @@ msgstr "" msgid "Timeless Night" msgstr "" -#. Label of a Check field in DocType 'Role' -#: frappe/core/doctype/role/role.json +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json msgid "Timeline" msgstr "" @@ -25974,6 +26124,7 @@ msgstr "" #. Linked DocType in User's connections #. Name of a DocType #. Name of a report +#: frappe/automation/doctype/assignment_rule/assignment_rule.py:55 #: frappe/automation/workspace/tools/tools.json #: frappe/core/doctype/user/user.json frappe/desk/doctype/todo/todo.json #: frappe/desk/report/todo/todo.json @@ -26057,11 +26208,11 @@ msgstr "" msgid "Too Many Requests" msgstr "طلبات كثيرة جدا" -#: frappe/database/database.py:427 +#: frappe/database/database.py:429 msgid "Too many changes to database in single action." msgstr "" -#: frappe/core/doctype/user/user.py:1006 +#: frappe/core/doctype/user/user.py:967 msgid "Too many users signed up recently, so the registration is disabled. Please try back in an hour" msgstr "وقعت الكثير من المستخدمين في الآونة الأخيرة، وذلك هو تعطيل التسجيل. يرجى المحاولة مرة أخرى في ساعة" @@ -26131,7 +26282,7 @@ msgstr "أعلى {0}" msgid "Topic" msgstr "موضوع" -#: frappe/desk/query_report.py:504 +#: frappe/desk/query_report.py:510 #: frappe/public/js/frappe/views/reports/print_grid.html:45 #: frappe/public/js/frappe/views/reports/report_view.js:1475 msgid "Total" @@ -26648,11 +26799,11 @@ msgstr "غير معروف" msgid "Unknown Column: {0}" msgstr "عمود غير معروف: {0}" -#: frappe/utils/data.py:1048 +#: frappe/utils/data.py:1062 msgid "Unknown Rounding Method: {}" msgstr "" -#: frappe/auth.py:296 +#: frappe/auth.py:304 msgid "Unknown User" msgstr "مستخدم غير معروف" @@ -26679,7 +26830,7 @@ msgstr "غير مقروء" msgid "Unread Notification Sent" msgstr "إرسال الإشعارات غير المقروءة" -#: frappe/utils/safe_exec.py:429 +#: frappe/utils/safe_exec.py:478 msgid "Unsafe SQL query" msgstr "" @@ -26812,7 +26963,7 @@ msgstr "تحديث الترجمات" msgid "Update Value" msgstr "تحديث القيمة" -#: frappe/utils/change_log.py:383 +#: frappe/utils/change_log.py:386 msgid "Update from Frappe Cloud" msgstr "" @@ -26883,6 +27034,10 @@ msgstr "تحديث {0}" msgid "Updating {0} of {1}, {2}" msgstr "تحديث {0} من {1} ، {2}" +#: frappe/public/js/billing.bundle.js:30 +msgid "Upgrade plan" +msgstr "" + #: frappe/public/js/frappe/file_uploader/file_uploader.bundle.js:121 #: frappe/public/js/frappe/file_uploader/file_uploader.bundle.js:122 #: frappe/public/js/frappe/form/grid.js:63 @@ -26953,6 +27108,11 @@ msgstr "" msgid "Use IMAP" msgstr "استخدام IMAP" +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Use Number Format from Currency" +msgstr "" + #. Label of a Check field in DocType 'SMS Settings' #: frappe/core/doctype/sms_settings/sms_settings.json msgid "Use POST" @@ -27219,7 +27379,7 @@ msgstr "إذن المستخدم" #. Label of a Link in the Users Workspace #: frappe/core/page/permission_manager/permission_manager_help.html:30 #: frappe/core/workspace/users/users.json -#: frappe/public/js/frappe/views/reports/query_report.js:1791 +#: frappe/public/js/frappe/views/reports/query_report.js:1798 #: frappe/public/js/frappe/views/reports/report_view.js:1675 msgid "User Permissions" msgstr "ضوابط المستخدم" @@ -27324,7 +27484,7 @@ msgstr "المستخدم لا يسمح لحذف {0}: {1}" msgid "User permission already exists" msgstr "إذن المستخدم موجود بالفعل" -#: frappe/www/login.py:156 +#: frappe/www/login.py:157 msgid "User with email address {0} does not exist" msgstr "" @@ -27332,15 +27492,15 @@ msgstr "" msgid "User with email: {0} does not exist in the system. Please ask 'System Administrator' to create the user for you." msgstr "" -#: frappe/core/doctype/user/user.py:509 +#: frappe/core/doctype/user/user.py:472 msgid "User {0} cannot be deleted" msgstr "المستخدم {0} لا يمكن حذف" -#: frappe/core/doctype/user/user.py:244 +#: frappe/core/doctype/user/user.py:263 msgid "User {0} cannot be disabled" msgstr "المستخدم {0} لا يمكن تعطيل" -#: frappe/core/doctype/user/user.py:591 +#: frappe/core/doctype/user/user.py:552 msgid "User {0} cannot be renamed" msgstr "المستخدم {0} لا يمكن إعادة تسمية" @@ -27352,7 +27512,7 @@ msgstr "المستخدم {0} ليس لديه حق الوصول إلى هذا ا msgid "User {0} does not have doctype access via role permission for document {1}" msgstr "لا يملك المستخدم {0} حق الوصول إلى النمط عبر إذن دور للمستند {1}" -#: frappe/desk/doctype/workspace/workspace.py:257 +#: frappe/desk/doctype/workspace/workspace.py:261 msgid "User {0} does not have the permission to create a Workspace." msgstr "" @@ -27361,7 +27521,7 @@ msgstr "" msgid "User {0} has requested for data deletion" msgstr "طلب المستخدم {0} حذف البيانات" -#: frappe/core/doctype/user/user.py:1358 +#: frappe/core/doctype/user/user.py:1312 msgid "User {0} impersonated as {1}" msgstr "" @@ -27369,7 +27529,7 @@ msgstr "" msgid "User {0} is disabled" msgstr "المستخدم {0} تم تعطيل" -#: frappe/sessions.py:230 +#: frappe/sessions.py:231 msgid "User {0} is disabled. Please contact your System Manager." msgstr "" @@ -27386,11 +27546,11 @@ msgstr "" #. Label of a Data field in DocType 'User Social Login' #: frappe/core/doctype/user/user.json #: frappe/core/doctype/user_social_login/user_social_login.json -#: frappe/www/login.py:104 +#: frappe/www/login.py:105 msgid "Username" msgstr "اسم االمستخدم" -#: frappe/core/doctype/user/user.py:670 +#: frappe/core/doctype/user/user.py:631 msgid "Username {0} already exists" msgstr "اسم المستخدم {0} موجود بالفعل" @@ -27511,15 +27671,15 @@ msgstr "تم تغير القيمة" msgid "Value To Be Set" msgstr "قيمة ليتم تعيينها" -#: frappe/model/base_document.py:948 frappe/model/document.py:666 +#: frappe/model/base_document.py:948 frappe/model/document.py:670 msgid "Value cannot be changed for {0}" msgstr "لا يمكن تغير القيمة ل {0}" -#: frappe/model/document.py:612 +#: frappe/model/document.py:616 msgid "Value cannot be negative for" msgstr "لا يمكن أن تكون القيمة سالبة لـ" -#: frappe/model/document.py:616 +#: frappe/model/document.py:620 msgid "Value cannot be negative for {0}: {1}" msgstr "لا يمكن أن تكون القيمة سالبة لـ {0}: {1}" @@ -27562,7 +27722,7 @@ msgstr "قيمة كبيرة جدا" msgid "Value {0} missing for {1}" msgstr "القيمة {0} مفقودة لـ {1}" -#: frappe/core/doctype/data_import/importer.py:751 frappe/utils/data.py:703 +#: frappe/core/doctype/data_import/importer.py:751 frappe/utils/data.py:704 msgid "Value {0} must be in the valid duration format: d h m s" msgstr "يجب أن تكون القيمة {0} بتنسيق المدة الصالح: dhms" @@ -27636,7 +27796,7 @@ msgstr "رابط الفيديو" msgid "View" msgstr "" -#: frappe/core/doctype/success_action/success_action.js:58 +#: frappe/core/doctype/success_action/success_action.js:60 #: frappe/public/js/frappe/form/success_action.js:89 msgid "View All" msgstr "عرض الكل" @@ -27654,7 +27814,7 @@ msgid "View Full Log" msgstr "" #: frappe/public/js/frappe/views/treeview.js:450 -#: frappe/public/js/frappe/widgets/quick_list_widget.js:245 +#: frappe/public/js/frappe/widgets/quick_list_widget.js:251 msgid "View List" msgstr "عرض القائمة" @@ -27689,8 +27849,8 @@ msgstr "عرض التقرير" msgid "View Settings" msgstr "عرض إعدادات" -#. Label of a Check field in DocType 'Role' -#: frappe/core/doctype/role/role.json +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json msgid "View Switcher" msgstr "" @@ -27979,7 +28139,7 @@ msgstr "" #. Group in Module Def's connections #. Name of a Workspace #: frappe/core/doctype/module_def/module_def.json -#: frappe/email/doctype/newsletter/newsletter.py:453 +#: frappe/email/doctype/newsletter/newsletter.py:460 #: frappe/public/js/frappe/ui/toolbar/about.js:8 #: frappe/website/workspace/website/website.json msgid "Website" @@ -28197,11 +28357,11 @@ msgstr "" msgid "Welcome Workspace" msgstr "" -#: frappe/core/doctype/user/user.py:366 +#: frappe/core/doctype/user/user.py:350 msgid "Welcome email sent" msgstr "رسالة الترحيب تم أرسالها" -#: frappe/core/doctype/user/user.py:441 +#: frappe/core/doctype/user/user.py:411 msgid "Welcome to {0}" msgstr "أهلا وسهلا بك إلى {0}" @@ -28322,7 +28482,7 @@ msgstr "سير العمل" #. Name of a DocType #: frappe/workflow/doctype/workflow_action/workflow_action.json -#: frappe/workflow/doctype/workflow_action/workflow_action.py:476 +#: frappe/workflow/doctype/workflow_action/workflow_action.py:477 msgid "Workflow Action" msgstr "إجراء سير العمل" @@ -28479,7 +28639,7 @@ msgstr "" msgid "Workspace Shortcut" msgstr "" -#: frappe/desk/doctype/workspace/workspace.py:289 +#: frappe/desk/doctype/workspace/workspace.py:293 msgid "Workspace not found" msgstr "" @@ -28597,9 +28757,9 @@ msgstr "" #: frappe/integrations/doctype/webhook/webhook.py:140 #: frappe/printing/doctype/print_format/print_format.json #: frappe/public/js/form_builder/utils.js:336 -#: frappe/public/js/frappe/form/controls/link.js:475 +#: frappe/public/js/frappe/form/controls/link.js:486 #: frappe/public/js/frappe/list/list_sidebar_group_by.js:223 -#: frappe/public/js/frappe/views/reports/query_report.js:1529 +#: frappe/public/js/frappe/views/reports/query_report.js:1534 #: frappe/website/doctype/help_article/templates/help_article.html:25 msgid "Yes" msgstr "نعم" @@ -28609,7 +28769,7 @@ msgctxt "Approve confirmation dialog" msgid "Yes" msgstr "نعم" -#: frappe/public/js/frappe/ui/filters/filter.js:505 +#: frappe/public/js/frappe/ui/filters/filter.js:537 msgctxt "Checkbox is checked" msgid "Yes" msgstr "نعم" @@ -28631,6 +28791,10 @@ msgstr "أنت متصل بالإنترنت." msgid "You are impersonating as another user." msgstr "" +#: frappe/integrations/frappe_providers/frappecloud_billing.py:24 +msgid "You are not allowed to access this resource" +msgstr "" + #: frappe/permissions.py:403 msgid "You are not allowed to access this {0} record because it is linked to {1} '{2}' in field {3}" msgstr "لا يسمح لك بالوصول إلى هذا السجل {0} لأنه مرتبط بـ {1} '{2}' في الحقل {3}" @@ -28667,7 +28831,7 @@ msgstr "لا يسمح لك بطباعة هذا التقرير" msgid "You are not allowed to send emails related to this document" msgstr "لا يسمح لك بإرسال رسائل البريد الإلكتروني ذات الصلة بهذه الوثيقة" -#: frappe/website/doctype/web_form/web_form.py:461 +#: frappe/website/doctype/web_form/web_form.py:462 msgid "You are not allowed to update this Web Form Document" msgstr "لا يسمح لك بتحديث الوثيقة نموذج الويب هذه" @@ -28683,7 +28847,7 @@ msgstr "" msgid "You are not permitted to access this page." msgstr "لا يسمح لك بالوصول إلى هذه الصفحة." -#: frappe/__init__.py:904 +#: frappe/__init__.py:854 msgid "You are not permitted to access this resource." msgstr "" @@ -28695,7 +28859,7 @@ msgstr "أنت الآن تتبع هذا المستند. سوف تتلقى الت msgid "You are only allowed to update order, do not remove or add apps." msgstr "" -#: frappe/email/doctype/email_account/email_account.js:212 +#: frappe/email/doctype/email_account/email_account.js:216 msgid "You are selecting Sync Option as ALL, It will resync all read as well as unread message from server. This may also cause the duplication of Communication (emails)." msgstr "" @@ -28760,7 +28924,7 @@ msgstr "" msgid "You can only set the 3 custom doctypes in the Document Types table." msgstr "" -#: frappe/handler.py:228 +#: frappe/handler.py:229 msgid "You can only upload JPG, PNG, PDF, TXT or Microsoft documents." msgstr "" @@ -28778,7 +28942,7 @@ msgstr "" msgid "You can set a high value here if multiple users will be logging in from the same network." msgstr "" -#: frappe/desk/query_report.py:339 +#: frappe/desk/query_report.py:340 msgid "You can try changing the filters of your report." msgstr "يمكنك محاولة تغيير عوامل تصفية تقريرك." @@ -28867,7 +29031,11 @@ msgstr "ليس لديك نقاط كافية" msgid "You do not have enough review points" msgstr "ليس لديك نقاط مراجعة كافية" -#: frappe/www/printview.py:358 +#: frappe/desk/query_report.py:807 +msgid "You do not have permission to access {0}: {1}." +msgstr "" + +#: frappe/www/printview.py:361 msgid "You do not have permission to view this document" msgstr "" @@ -28879,7 +29047,7 @@ msgstr "ليس لديك أذونات لإلغاء كافة المستندات ا msgid "You don't have access to Report: {0}" msgstr "ليس لديك حق الوصول إلى التقرير: {0}" -#: frappe/website/doctype/web_form/web_form.py:662 +#: frappe/website/doctype/web_form/web_form.py:663 msgid "You don't have permission to access the {0} DocType." msgstr "" @@ -28891,7 +29059,7 @@ msgstr "لا تتوفر لديك الصلاحية للوصول الى هذا ا msgid "You don't have permission to get a report on: {0}" msgstr "ليس لديك إذن للحصول على تقرير عن: {0}" -#: frappe/website/doctype/web_form/web_form.py:167 +#: frappe/website/doctype/web_form/web_form.py:168 msgid "You don't have the permissions to access this document" msgstr "ليس لديك الأذونات للوصول إلى هذا المستند" @@ -28960,19 +29128,27 @@ msgstr "" msgid "You must add atleast one link." msgstr "" -#: frappe/website/doctype/web_form/web_form.py:658 +#: frappe/website/doctype/web_form/web_form.py:659 msgid "You must be logged in to use this form." msgstr "" -#: frappe/website/doctype/web_form/web_form.py:501 +#: frappe/website/doctype/web_form/web_form.py:502 msgid "You must login to submit this form" msgstr "يجب عليك تسجيل الدخول لإرسال هذا النموذج" +#: frappe/model/document.py:238 +msgid "You need the '{0}' permission on {1} {2} to perform this action." +msgstr "" + +#: frappe/desk/doctype/workspace/workspace.py:113 +msgid "You need to be Workspace Manager to delete a public workspace." +msgstr "" + #: frappe/desk/doctype/workspace/workspace.py:71 msgid "You need to be Workspace Manager to edit this document" msgstr "" -#: frappe/website/doctype/web_form/web_form.py:90 +#: frappe/website/doctype/web_form/web_form.py:91 msgid "You need to be in developer mode to edit a Standard Web Form" msgstr "عليك أن تكون في وضع المطور لتعديل نموذج ويب قياسي" @@ -28984,7 +29160,7 @@ msgstr "يتوجب عليك تسجيل الدخول بصلاحية مدير ال msgid "You need to be logged in to access this page" msgstr "تحتاج إلى تسجيل الدخول للوصول إلى هذه الصفحة" -#: frappe/website/doctype/web_form/web_form.py:158 +#: frappe/website/doctype/web_form/web_form.py:159 msgid "You need to be logged in to access this {0}." msgstr "تحتاج إلى تسجيل الدخول للوصول إلى هذه {0}." @@ -29008,13 +29184,17 @@ msgstr "تحتاج إلى تثبيت pycups لاستخدام هذه الميزة msgid "You need to select indexes you want to add first." msgstr "" -#: frappe/email/doctype/email_account/email_account.py:145 +#: frappe/email/doctype/email_account/email_account.py:146 msgid "You need to set one IMAP folder for {0}" msgstr "" +#: frappe/model/rename_doc.py:388 +msgid "You need write permission on {0} {1} to merge" +msgstr "" + #: frappe/model/rename_doc.py:383 -msgid "You need write permission to rename" -msgstr "تحتاج الى صلاحية كتابة لأعادة التسمية" +msgid "You need write permission on {0} {1} to rename" +msgstr "" #: frappe/client.py:458 msgid "You need {0} permission to fetch values from {1} {2}" @@ -29084,7 +29264,7 @@ msgstr "اختصاراتك" msgid "Your account has been deleted" msgstr "" -#: frappe/auth.py:488 +#: frappe/auth.py:496 msgid "Your account has been locked and will resume after {0} seconds" msgstr "تم قفل حسابك وسيتم استئنافه بعد {0} ثانية" @@ -29151,7 +29331,7 @@ msgstr "" msgid "Your website is all set up!" msgstr "" -#: frappe/utils/data.py:1348 +#: frappe/utils/data.py:1362 msgid "Zero" msgstr "صفر" @@ -29171,7 +29351,7 @@ msgstr "" msgid "_report" msgstr "_تقرير" -#: frappe/database/database.py:317 +#: frappe/database/database.py:319 msgid "`as_iterator` only works with `as_list=True` or `as_dict=True`" msgstr "" @@ -29219,7 +29399,7 @@ msgstr "محاذاة اليمين" msgid "amend" msgstr "تعديل" -#: frappe/public/js/frappe/utils/utils.js:410 frappe/utils/data.py:1356 +#: frappe/public/js/frappe/utils/utils.js:410 frappe/utils/data.py:1370 msgid "and" msgstr "و" @@ -29465,7 +29645,7 @@ msgstr "حذف" msgid "descending" msgstr "" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:152 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:163 msgid "document type..., e.g. customer" msgstr "نوع الوثيقة ...، على سبيل المثال العملاء" @@ -29485,7 +29665,7 @@ msgstr "تحميل بديل" msgid "e.g. \"Support\", \"Sales\", \"Jerry Yang\"" msgstr "على سبيل المثال، \"الدعم \"،\" المبيعات \"،\" أحمد صالح \"" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:172 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:183 msgid "e.g. (55 + 434) / 4 or =Math.sin(Math.PI/2)..." msgstr "على سبيل المثال، (55 + 434) / 4 أو = Math.sin(Math.PI / 2) ..." @@ -29537,7 +29717,7 @@ msgid "email inbox" msgstr "البريد الوارد" #: frappe/permissions.py:397 frappe/permissions.py:408 -#: frappe/public/js/frappe/form/controls/link.js:484 +#: frappe/public/js/frappe/form/controls/link.js:495 msgid "empty" msgstr "فارغة" @@ -29688,7 +29868,7 @@ msgstr "أخضر" msgid "grey" msgstr "" -#: frappe/utils/backups.py:389 +#: frappe/utils/backups.py:391 msgid "gzip not found in PATH! This is required to take a backup." msgstr "" @@ -29790,7 +29970,7 @@ msgstr "" msgid "just now" msgstr "الآن فقط" -#: frappe/desk/desktop.py:255 frappe/desk/query_report.py:284 +#: frappe/desk/desktop.py:255 frappe/desk/query_report.py:285 msgid "label" msgstr "" @@ -29896,7 +30076,7 @@ msgstr "شهر/يوم/سنة" msgid "module" msgstr "إضافة" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:167 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:178 msgid "module name..." msgstr "اسم الوحدة برمجية ..." @@ -29914,7 +30094,7 @@ msgstr "موسيقى" msgid "new" msgstr "جديد" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:147 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:158 msgid "new type of document" msgstr "نوع جديد من الوثيقة" @@ -29996,12 +30176,12 @@ msgstr "" msgid "on_update_after_submit" msgstr "" -#: frappe/utils/data.py:1359 +#: frappe/utils/data.py:1373 msgid "only." msgstr "فقط." #: frappe/public/js/frappe/utils/utils.js:407 frappe/www/login.html:87 -#: frappe/www/login.py:106 +#: frappe/www/login.py:107 msgid "or" msgstr "أو" @@ -30339,7 +30519,7 @@ msgstr "تسجيل" msgid "tag" msgstr "بطاقة" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:162 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:173 msgid "tag name..., e.g. #tag" msgstr "اسم العلامة ... ، على سبيل المثال #tag" @@ -30353,7 +30533,7 @@ msgstr "العلامات" msgid "tasks" msgstr "مهام" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:157 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:168 msgid "text in document type" msgstr "النص في نوع الوثيقة" @@ -30430,7 +30610,7 @@ msgstr "" msgid "upload" msgstr "رفع" -#: frappe/public/js/frappe/ui/filters/filter.js:338 +#: frappe/public/js/frappe/ui/filters/filter.js:354 msgid "use % as wildcard" msgstr "" @@ -30439,7 +30619,7 @@ msgstr "" msgid "user" msgstr "مستخدم" -#: frappe/public/js/frappe/ui/filters/filter.js:337 +#: frappe/public/js/frappe/ui/filters/filter.js:353 msgid "values separated by commas" msgstr "قيم مفصولة بفواصل" @@ -30448,7 +30628,7 @@ msgstr "قيم مفصولة بفواصل" msgid "version_table" msgstr "" -#: frappe/automation/doctype/assignment_rule/assignment_rule.py:380 +#: frappe/automation/doctype/assignment_rule/assignment_rule.py:382 msgid "via Assignment Rule" msgstr "عبر قاعدة التنازل" @@ -30568,8 +30748,8 @@ msgstr "{0} ({1}) (صف واحد إلزامي)" msgid "{0} ({1}) - {2}%" msgstr "" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:337 -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:340 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:348 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:351 msgid "{0} = {1}" msgstr "" @@ -30590,7 +30770,7 @@ msgid "{0} Dashboard" msgstr "{0} لوحة المعلومات" #: frappe/public/js/frappe/form/grid_row.js:457 -#: frappe/public/js/frappe/list/list_settings.js:224 +#: frappe/public/js/frappe/list/list_settings.js:227 #: frappe/public/js/frappe/views/kanban/kanban_settings.js:178 msgid "{0} Fields" msgstr "{0} الحقول" @@ -30683,7 +30863,7 @@ msgstr "{0} غير مشترك أصلاً" msgid "{0} already unsubscribed for {1} {2}" msgstr "{0} تم إلغاء الاشتراك في {1} {2}" -#: frappe/utils/data.py:1510 +#: frappe/utils/data.py:1524 msgid "{0} and {1}" msgstr "{0} و {1}" @@ -30734,7 +30914,7 @@ msgctxt "Form timeline" msgid "{0} attached {1}" msgstr "" -#: frappe/core/doctype/system_settings/system_settings.py:143 +#: frappe/core/doctype/system_settings/system_settings.py:145 msgid "{0} can not be more than {1}" msgstr "" @@ -30868,7 +31048,7 @@ msgstr "{0} ح" msgid "{0} has already assigned default value for {1}." msgstr "{0} قام بالفعل بتعيين القيمة الافتراضية لـ {1}." -#: frappe/email/doctype/newsletter/newsletter.py:380 +#: frappe/email/doctype/newsletter/newsletter.py:383 msgid "{0} has been successfully added to the Email Group." msgstr "{0} تم بنجاح الإضافة إلى مجموعة البريد الإلكتروني" @@ -30876,7 +31056,7 @@ msgstr "{0} تم بنجاح الإضافة إلى مجموعة البريد ا msgid "{0} has left the conversation in {1} {2}" msgstr "{0} تركت محادثة في {1} {2}" -#: frappe/__init__.py:2460 +#: frappe/__init__.py:2410 msgid "{0} has no versions tracked." msgstr "{0} لا يحتوي على إصدارات متعقبة." @@ -30905,7 +31085,7 @@ msgstr "" msgid "{0} is an invalid Data field." msgstr "{0} هو حقل بيانات غير صالح." -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:148 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:152 msgid "{0} is an invalid email address in 'Recipients'" msgstr "{0} هو عنوان بريد إلكتروني غير صالح في "المستلمين"" @@ -30942,7 +31122,7 @@ msgstr "" msgid "{0} is like {1}" msgstr "" -#: frappe/email/doctype/email_account/email_account.py:174 +#: frappe/email/doctype/email_account/email_account.py:175 msgid "{0} is mandatory" msgstr "{0} إلزامي" @@ -30950,7 +31130,7 @@ msgstr "{0} إلزامي" msgid "{0} is not a field of doctype {1}" msgstr "" -#: frappe/www/printview.py:341 +#: frappe/www/printview.py:344 msgid "{0} is not a raw printing format." msgstr "{0} ليس تنسيق طباعة خامًا." @@ -31023,7 +31203,7 @@ msgstr "{0} هو الآن تنسيق الطباعة الافتراضي لنوع msgid "{0} is one of {1}" msgstr "" -#: frappe/email/doctype/email_account/email_account.py:275 +#: frappe/email/doctype/email_account/email_account.py:276 #: frappe/model/naming.py:201 #: frappe/printing/doctype/print_format/print_format.py:92 #: frappe/utils/csvutils.py:131 @@ -31042,7 +31222,7 @@ msgstr "" msgid "{0} items selected" msgstr "{0} العناصر المحددة" -#: frappe/core/doctype/user/user.py:1367 +#: frappe/core/doctype/user/user.py:1321 msgid "{0} just impersonated as you. They gave this reason: {1}" msgstr "" @@ -31075,23 +31255,23 @@ msgstr "قبل {0} دقائق" msgid "{0} months ago" msgstr "قبل {0} أشهر" -#: frappe/model/document.py:1595 +#: frappe/model/document.py:1599 msgid "{0} must be after {1}" msgstr "{0} يجب أن يكون بعد {1}" -#: frappe/model/document.py:1356 +#: frappe/model/document.py:1360 msgid "{0} must be beginning with '{1}'" msgstr "" -#: frappe/model/document.py:1358 +#: frappe/model/document.py:1362 msgid "{0} must be equal to '{1}'" msgstr "" -#: frappe/model/document.py:1354 +#: frappe/model/document.py:1358 msgid "{0} must be none of {1}" msgstr "" -#: frappe/model/document.py:1352 frappe/utils/csvutils.py:136 +#: frappe/model/document.py:1356 frappe/utils/csvutils.py:136 msgid "{0} must be one of {1}" msgstr "{0} يجب أن يكون واحدا من {1}" @@ -31103,7 +31283,7 @@ msgstr "يجب تعيين {0} أولا" msgid "{0} must be unique" msgstr "{0} يجب أن تكون فريدة من نوعها" -#: frappe/model/document.py:1360 +#: frappe/model/document.py:1364 msgid "{0} must be {1} {2}" msgstr "" @@ -31116,7 +31296,7 @@ msgstr "" msgid "{0} not a valid State" msgstr "{0} ليست حالة صالحة" -#: frappe/model/rename_doc.py:386 +#: frappe/model/rename_doc.py:391 msgid "{0} not allowed to be renamed" msgstr "{0} غير مسموح بإعادة تسميته" @@ -31137,7 +31317,7 @@ msgstr "{0} من {1} ({2} صفوف تحتوي على أطفال)" msgid "{0} of {1} sent" msgstr "" -#: frappe/utils/data.py:1506 +#: frappe/utils/data.py:1520 msgid "{0} or {1}" msgstr "{0} أو {1}" @@ -31189,7 +31369,7 @@ msgstr "{0} تم التراجع {1}" msgid "{0} role does not have permission on any doctype" msgstr "" -#: frappe/desk/query_report.py:583 +#: frappe/desk/query_report.py:589 msgid "{0} saved successfully" msgstr "تم حفظ {0} بنجاح" @@ -31213,7 +31393,7 @@ msgstr "{0} مشاركة هذه الوثيقة مع {1}" msgid "{0} should be indexed because it's referred in dashboard connections" msgstr "" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:137 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:139 msgid "{0} should not be same as {1}" msgstr "{0} يجب ألا يكون مطابقًا لـ {1}" @@ -31249,7 +31429,7 @@ msgstr "{0} الغى مشاركة هذه الوثيقة مع {1}" msgid "{0} updated" msgstr "{0} تم تحديث" -#: frappe/public/js/frappe/form/controls/multiselect_list.js:162 +#: frappe/public/js/frappe/form/controls/multiselect_list.js:178 msgid "{0} values selected" msgstr "{0} القيم المحددة" @@ -31313,6 +31493,10 @@ msgstr "{0} {1}: لا يمكن حذف السجل المقدم. يجب عليك { msgid "{0}, Row {1}" msgstr "{0}، الصف {1}" +#: frappe/utils/print_format.py:151 frappe/utils/print_format.py:195 +msgid "{0}/{1} complete | Please leave this tab open until completion." +msgstr "" + #: frappe/model/base_document.py:1014 msgid "{0}: '{1}' ({3}) will get truncated, as max characters allowed is {2}" msgstr "{0}: '{1}' ({3}) سيتم اقتطاعه، حيث أن الحد الأقصى المسموح به هو {2}" @@ -31345,7 +31529,7 @@ msgstr "{0} : لا يمكن تحديد تأكيد ، الغاء ، تعديل د msgid "{0}: Cannot set import as {1} is not importable" msgstr "{0}: لا يمكن تعيين استيراد كما {1} غير قابل للاستيراد" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:394 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:398 msgid "{0}: Failed to attach new recurring document. To enable attaching document in the auto repeat notification email, enable {1} in Print Settings" msgstr "{0}: فشل في إرفاق وثيقة متكررة جديدة. لتمكين إرفاق المستند في رسالة البريد الإلكتروني لإشعار التكرار التلقائي ، قم بتمكين {1} في إعدادات الطباعة" @@ -31410,7 +31594,7 @@ msgstr "" msgid "{0}: {1}" msgstr "" -#: frappe/workflow/doctype/workflow_action/workflow_action.py:167 +#: frappe/workflow/doctype/workflow_action/workflow_action.py:168 msgid "{0}: {1} is set to state {2}" msgstr "{0}: تم تعيين {1} على الحالة {2}" @@ -31451,11 +31635,11 @@ msgstr "" msgid "{} Complete" msgstr "{} اكتمال" -#: frappe/utils/data.py:2150 +#: frappe/utils/data.py:2164 msgid "{} Invalid python code on line {}" msgstr "" -#: frappe/utils/data.py:2159 +#: frappe/utils/data.py:2173 msgid "{} Possibly invalid python code.
{}" msgstr "" @@ -31473,28 +31657,28 @@ msgstr "" msgid "{} field cannot be empty." msgstr "" -#: frappe/email/doctype/email_account/email_account.py:198 -#: frappe/email/doctype/email_account/email_account.py:206 +#: frappe/email/doctype/email_account/email_account.py:199 +#: frappe/email/doctype/email_account/email_account.py:207 msgid "{} has been disabled. It can only be enabled if {} is checked." msgstr "" -#: frappe/utils/data.py:102 +#: frappe/utils/data.py:103 msgid "{} is not a valid date string." msgstr "{} ليست سلسلة تاريخ صالحة." -#: frappe/commands/utils.py:527 +#: frappe/commands/utils.py:528 msgid "{} not found in PATH! This is required to access the console." msgstr "" -#: frappe/database/db_manager.py:94 +#: frappe/database/db_manager.py:95 msgid "{} not found in PATH! This is required to restore the database." msgstr "" -#: frappe/utils/backups.py:455 +#: frappe/utils/backups.py:458 msgid "{} not found in PATH! This is required to take a backup." msgstr "" #: frappe/public/js/frappe/file_uploader/FileBrowser.vue:5 #: frappe/public/js/frappe/file_uploader/WebLink.vue:4 msgid "← Back to upload files" -msgstr "" \ No newline at end of file +msgstr "" diff --git a/frappe/locale/bs.po b/frappe/locale/bs.po index 824fdd06dbc5..5e2de9e88c42 100644 --- a/frappe/locale/bs.po +++ b/frappe/locale/bs.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: frappe\n" "Report-Msgid-Bugs-To: developers@frappe.io\n" -"POT-Creation-Date: 2024-09-24 15:33+0000\n" -"PO-Revision-Date: 2024-09-24 23:32\n" +"POT-Creation-Date: 2024-12-01 17:58+0000\n" +"PO-Revision-Date: 2024-12-04 19:52\n" "Last-Translator: developers@frappe.io\n" "Language-Team: Bosnian\n" "MIME-Version: 1.0\n" @@ -86,7 +86,7 @@ msgstr "'U prikazu liste' nije dozvoljeno za polje {0} tipa {1}" msgid "'In List View' not allowed for type {0} in row {1}" msgstr "'U prikazu liste' nije dozvoljeno za tip {0} u redu {1}" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:150 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:154 msgid "'Recipients' not specified" msgstr "'Primaoci' nisu navedeni" @@ -102,11 +102,11 @@ msgstr "'{0}' nije dozvoljeno za tip {1} u redu {2}" msgid "(Mandatory)" msgstr "(Obavezno)" -#: frappe/model/rename_doc.py:693 +#: frappe/model/rename_doc.py:699 msgid "** Failed: {0} to {1}: {2}" msgstr "** Neuspješno: {0} do {1}: {2}" -#: frappe/public/js/frappe/list/list_settings.js:132 +#: frappe/public/js/frappe/list/list_settings.js:135 #: frappe/public/js/frappe/views/kanban/kanban_settings.js:111 msgid "+ Add / Remove Fields" msgstr "+ Dodaj / Ukloni polja" @@ -608,7 +608,7 @@ msgstr "

Primjeri stanja:

\n" "
doc.status==\"Otvoreno\"
doc.due_date==nowdate()
doc.total > 40000\n" "
\n" -#. Content of the 'Condition Description' (HTML) field in DocType 'Web Form' +#. Content of the 'Condition description' (HTML) field in DocType 'Web Form' #: frappe/website/doctype/web_form/web_form.json msgid "

Multiple webforms can be created for a single doctype. Add filters specific to this webform to display correct record after submission.

For Example:

\n" "

If you create a separate webform every year to capture feedback from employees add a \n" @@ -778,7 +778,7 @@ msgstr "Ime DocType-a treba da počinje slovom i može se sastojati samo od slov msgid "A featured post must have a cover image" msgstr "Istaknuta objava mora imati naslovnu sliku" -#: frappe/custom/doctype/custom_field/custom_field.py:173 +#: frappe/custom/doctype/custom_field/custom_field.py:174 msgid "A field with the name {0} already exists in {1}" msgstr "Polje s imenom {0} već postoji u {1}" @@ -795,7 +795,7 @@ msgstr "Lista resursa kojima će klijentska aplikacija imati pristup nakon što msgid "A new account has been created for you at {0}" msgstr "Za vas je kreiran novi račun na {0}" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:389 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:393 msgid "A recurring {0} {1} has been created for you via Auto Repeat {2}." msgstr "Ponavljajući {0} {1} je kreiran za vas putem automatskog ponavljanja {2}." @@ -963,6 +963,11 @@ msgstr "Preostalo je oko {0} minuta" msgid "About {0} seconds remaining" msgstr "Preostalo je oko {0} sekundi" +#. Label of a Section Break field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Access Control" +msgstr "" + #. Label of a Data field in DocType 'S3 Backup Settings' #: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json msgid "Access Key ID" @@ -993,7 +998,7 @@ msgstr "Pristupni token" msgid "Access Token URL" msgstr "URL pristupnog tokena" -#: frappe/auth.py:467 +#: frappe/auth.py:475 msgid "Access not allowed from this IP Address" msgstr "Pristup nije dozvoljen sa ove IP adrese" @@ -1052,7 +1057,7 @@ msgstr "Akcija / Ruta" msgid "Action Complete" msgstr "Akcija završena" -#: frappe/model/document.py:1679 +#: frappe/model/document.py:1683 msgid "Action Failed" msgstr "Akcija nije uspjela" @@ -1224,8 +1229,8 @@ msgid "Add Child" msgstr "Dodaj podređeni" #: frappe/public/js/frappe/views/kanban/kanban_board.html:4 -#: frappe/public/js/frappe/views/reports/query_report.js:1683 -#: frappe/public/js/frappe/views/reports/query_report.js:1686 +#: frappe/public/js/frappe/views/reports/query_report.js:1690 +#: frappe/public/js/frappe/views/reports/query_report.js:1693 #: frappe/public/js/frappe/views/reports/report_view.js:325 #: frappe/public/js/frappe/views/reports/report_view.js:350 #: frappe/public/js/print_format_builder/Field.vue:112 @@ -1290,7 +1295,7 @@ msgstr "Dodaj parametre upita" msgid "Add Review" msgstr "Dodaj recenziju" -#: frappe/core/doctype/user/user.py:790 +#: frappe/core/doctype/user/user.py:751 msgid "Add Roles" msgstr "Dodaj uloge" @@ -1323,7 +1328,7 @@ msgstr "Dodaj pretplatnike" msgid "Add Tags" msgstr "Dodaj oznake" -#: frappe/public/js/frappe/list/list_view.js:1895 +#: frappe/public/js/frappe/list/list_view.js:1903 msgctxt "Button in list view actions menu" msgid "Add Tags" msgstr "Dodaj oznake" @@ -1469,10 +1474,6 @@ msgstr "Dodano {0}" msgid "Added {0} ({1})" msgstr "Dodano {0} ({1})" -#: frappe/core/doctype/user/user.py:272 -msgid "Adding System Manager to this User as there must be atleast one System Manager" -msgstr "Dodavanje upravitelja sistema ovom korisniku jer mora postojati barem jedan upravitelj sistema" - #. Label of a Section Break field in DocType 'Custom DocPerm' #. Label of a Section Break field in DocType 'DocPerm' #. Label of a Section Break field in DocType 'User Document Type' @@ -1579,11 +1580,11 @@ msgstr "Administracija" msgid "Administrator" msgstr "Administrator" -#: frappe/core/doctype/user/user.py:1195 +#: frappe/core/doctype/user/user.py:1149 msgid "Administrator Logged In" msgstr "Administrator je prijavljen" -#: frappe/core/doctype/user/user.py:1189 +#: frappe/core/doctype/user/user.py:1143 msgid "Administrator accessed {0} on {1} via IP Address {2}." msgstr "Administrator je pristupio {0} {1} putem IP adrese {2}." @@ -1599,8 +1600,8 @@ msgstr "Napredno" msgid "Advanced Control" msgstr "Napredna kontrola" -#: frappe/public/js/frappe/form/controls/link.js:319 -#: frappe/public/js/frappe/form/controls/link.js:321 +#: frappe/public/js/frappe/form/controls/link.js:327 +#: frappe/public/js/frappe/form/controls/link.js:329 msgid "Advanced Search" msgstr "Napredna pretraga" @@ -1609,6 +1610,11 @@ msgstr "Napredna pretraga" msgid "Advanced Settings" msgstr "Napredne postavke" +#: frappe/public/js/frappe/ui/filters/filter.js:61 +#: frappe/public/js/frappe/ui/filters/filter.js:67 +msgid "After" +msgstr "" + #. Option for the 'DocType Event' (Select) field in DocType 'Server Script' #: frappe/core/doctype/server_script/server_script.json msgid "After Cancel" @@ -1792,6 +1798,11 @@ msgstr "Dozvoli automatsko ponavljanje" msgid "Allow Bulk Edit" msgstr "Dozvoli grupno uređivanje" +#. Label of a Check field in DocType 'List View Settings' +#: frappe/desk/doctype/list_view_settings/list_view_settings.json +msgid "Allow Bulk Editing" +msgstr "" + #. Label of a Check field in DocType 'Web Form' #: frappe/website/doctype/web_form/web_form.json msgid "Allow Comments" @@ -1903,7 +1914,7 @@ msgid "Allow Print for Cancelled" msgstr "Dozvoli štampanje za Otkazano" #. Label of a Check field in DocType 'Print Settings' -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:396 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:400 #: frappe/printing/doctype/print_settings/print_settings.json msgid "Allow Print for Draft" msgstr "Dozvoli štampanje za Nacrt" @@ -1949,6 +1960,13 @@ msgstr "Dozvoli odobrenje za kreatora dokumenta" msgid "Allow document creation via Email" msgstr "Dozvoli kreiranje dokumenta putem e-pošte" +#. Description of the 'Allow Bulk Editing' (Check) field in DocType 'List View +#. Settings' +#: frappe/desk/doctype/list_view_settings/list_view_settings.json +msgid "Allow editing even if the doctype has a workflow set up.\n\n" +"Does nothing if a workflow isn't set up." +msgstr "" + #. Label of a Check field in DocType 'DocType' #: frappe/core/doctype/doctype/doctype.json msgid "Allow events in timeline" @@ -2033,11 +2051,16 @@ msgstr "Dozvoljeni moduli" msgid "Allowed Roles" msgstr "Dozvoljene uloge" +#. Label of a Small Text field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Allowed embedding domains" +msgstr "" + #: frappe/public/js/frappe/form/form.js:1187 msgid "Allowing DocType, DocType. Be careful!" msgstr "Dopuštanje DocType, DocType. Budite pazljivi!" -#: frappe/core/doctype/user/user.py:999 +#: frappe/core/doctype/user/user.py:960 msgid "Already Registered" msgstr "Već registrovan" @@ -2166,8 +2189,8 @@ msgstr "Anonimizacijska matrica" #. Label of a Check field in DocType 'Web Form' #: frappe/website/doctype/web_form/web_form.json -msgid "Anonymous" -msgstr "Anoniman" +msgid "Anonymous responses" +msgstr "" #: frappe/public/js/frappe/request.js:186 msgid "Another transaction is blocking this one. Please try again in a few seconds." @@ -2248,7 +2271,7 @@ msgstr "Tajni ključ aplikacije" msgid "App not found for module: {0}" msgstr "Aplikacija nije pronađena za modul: {0}" -#: frappe/__init__.py:1761 +#: frappe/__init__.py:1711 msgid "App {0} is not installed" msgstr "Aplikacija {0} nije instalirana" @@ -2266,7 +2289,7 @@ msgstr "Dodaj e-poruke u mapu Poslano" msgid "Append To" msgstr "Dodati u" -#: frappe/email/doctype/email_account/email_account.py:183 +#: frappe/email/doctype/email_account/email_account.py:184 msgid "Append To can be one of {0}" msgstr "Dodati u može biti jedan od {0}" @@ -2311,7 +2334,7 @@ msgstr "Primijenjeno na" msgid "Apply" msgstr "" -#: frappe/public/js/frappe/list/list_view.js:1880 +#: frappe/public/js/frappe/list/list_view.js:1888 msgctxt "Button in list view actions menu" msgid "Apply Assignment Rule" msgstr "Primijeni pravilo dodjele" @@ -2517,7 +2540,7 @@ msgstr "Dodijeli uslov" msgid "Assign To" msgstr "Dodijeli" -#: frappe/public/js/frappe/list/list_view.js:1841 +#: frappe/public/js/frappe/list/list_view.js:1849 msgctxt "Button in list view actions menu" msgid "Assign To" msgstr "Dodijeli" @@ -2624,9 +2647,9 @@ msgstr "Dan pravila dodjele" msgid "Assignment Rule User" msgstr "Korisnik pravila dodjele" -#: frappe/automation/doctype/assignment_rule/assignment_rule.py:54 -msgid "Assignment Rule is not allowed on {0} document type" -msgstr "Pravilo dodjele nije dozvoljeno na {0} tipu dokumenta" +#: frappe/automation/doctype/assignment_rule/assignment_rule.py:55 +msgid "Assignment Rule is not allowed on document type {0}" +msgstr "" #. Label of a Section Break field in DocType 'Assignment Rule' #: frappe/automation/doctype/assignment_rule/assignment_rule.json @@ -2807,6 +2830,11 @@ msgstr "Revizijski trag" msgid "Auth URL Data" msgstr "Auth URL podaci" +#. Label of a Check field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Authenticate as Service Principal" +msgstr "" + #. Label of a Section Break field in DocType 'Email Account' #. Label of a Section Break field in DocType 'Push Notification Settings' #. Label of a Card Break in the Integrations Workspace @@ -2820,7 +2848,7 @@ msgstr "Autentifikacija" msgid "Authentication Apps you can use are: " msgstr "Aplikacije za autentifikaciju koje možete koristiti su: " -#: frappe/email/doctype/email_account/email_account.py:310 +#: frappe/email/doctype/email_account/email_account.py:311 msgid "Authentication failed while receiving emails from Email Account: {0}." msgstr "Autentifikacija nije uspjela prilikom primanja e-poruka sa naloga e-pošte: {0}." @@ -2923,11 +2951,11 @@ msgstr "Automatsko ponavljanje" msgid "Auto Repeat Day" msgstr "Dan automatskog ponavljanja" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:159 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:163 msgid "Auto Repeat Day{0} {1} has been repeated." msgstr "Dan automatskog ponavljanja{0} {1} je ponovljen." -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:437 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:441 msgid "Auto Repeat Document Creation Failed" msgstr "Automatsko ponavljanje kreiranja dokumenta nije uspjelo" @@ -2939,7 +2967,7 @@ msgstr "Raspored automatskog ponavljanja" msgid "Auto Repeat created for this document" msgstr "Automatsko ponavljanje kreirano za ovaj dokument" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:440 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:444 msgid "Auto Repeat failed for {0}" msgstr "Automatsko ponavljanje nije uspjelo za {0}" @@ -2953,7 +2981,7 @@ msgstr "Automatski odgovor" msgid "Auto Reply Message" msgstr "Poruka sa automatskim odgovorom" -#: frappe/automation/doctype/assignment_rule/assignment_rule.py:175 +#: frappe/automation/doctype/assignment_rule/assignment_rule.py:177 msgid "Auto assignment failed: {0}" msgstr "Automatsko dodjeljivanje nije uspjelo: {0}" @@ -3013,11 +3041,11 @@ msgstr "Automatska poruka" msgid "Automatic" msgstr "Automatsko" -#: frappe/email/doctype/email_account/email_account.py:718 +#: frappe/email/doctype/email_account/email_account.py:719 msgid "Automatic Linking can be activated only for one Email Account." msgstr "Automatsko povezivanje se može aktivirati samo za jedan nalog e-pošte." -#: frappe/email/doctype/email_account/email_account.py:712 +#: frappe/email/doctype/email_account/email_account.py:713 msgid "Automatic Linking can be activated only if Incoming is enabled." msgstr "Automatsko povezivanje može se aktivirati samo ako je omogućeno Dolazno." @@ -3368,6 +3396,11 @@ msgstr "Osnovno" msgid "Basic Info" msgstr "Osnovne informacije" +#: frappe/public/js/frappe/ui/filters/filter.js:60 +#: frappe/public/js/frappe/ui/filters/filter.js:66 +msgid "Before" +msgstr "" + #. Option for the 'DocType Event' (Select) field in DocType 'Server Script' #: frappe/core/doctype/server_script/server_script.json msgid "Before Cancel" @@ -3709,8 +3742,8 @@ msgstr "Izgradnja {0}" msgid "Built on {0}" msgstr "Izgrađeno na {0}" -#. Label of a Check field in DocType 'Role' -#: frappe/core/doctype/role/role.json +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json msgid "Bulk Actions" msgstr "Grupne akcije" @@ -3904,7 +3937,7 @@ msgstr "Keš" msgid "Cache Cleared" msgstr "Cache obrisan" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:170 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:181 msgid "Calculate" msgstr "Izračunaj" @@ -4000,7 +4033,7 @@ msgstr "Može podnijeti" msgid "Can Write" msgstr "Može pisati" -#: frappe/custom/doctype/custom_field/custom_field.py:360 +#: frappe/custom/doctype/custom_field/custom_field.py:361 msgid "Can not rename as column {0} is already present on DocType." msgstr "Ne može se preimenovati jer je kolona {0} već prisutna na DocTypeu." @@ -4034,7 +4067,7 @@ msgstr "Ne mogu preimenovati {0} u {1} jer {0} ne postoji." msgid "Cancel" msgstr "Otkaži" -#: frappe/public/js/frappe/list/list_view.js:1950 +#: frappe/public/js/frappe/list/list_view.js:1958 msgctxt "Button in list view actions menu" msgid "Cancel" msgstr "Otkaži" @@ -4056,7 +4089,7 @@ msgstr "Otkaži sve dokumente" msgid "Cancel Scheduling" msgstr "Otkaži planiranje" -#: frappe/public/js/frappe/list/list_view.js:1955 +#: frappe/public/js/frappe/list/list_view.js:1963 msgctxt "Title of confirmation dialog" msgid "Cancel {0} documents?" msgstr "Otkazati {0} dokumenta?" @@ -4072,7 +4105,7 @@ msgstr "Otkazati {0} dokumenta?" #: frappe/desk/form/save.py:59 #: frappe/integrations/doctype/integration_request/integration_request.json #: frappe/public/js/frappe/model/indicator.js:78 -#: frappe/public/js/frappe/ui/filters/filter.js:500 +#: frappe/public/js/frappe/ui/filters/filter.js:532 msgid "Cancelled" msgstr "Otkazano" @@ -4125,11 +4158,11 @@ msgstr "Nije moguće otkazati prije podnošenja. Pogledajte Tranzicija {0}" msgid "Cannot cancel {0}." msgstr "Nije moguće otkazati {0}." -#: frappe/model/document.py:846 +#: frappe/model/document.py:850 msgid "Cannot change docstatus from 0 (Draft) to 2 (Cancelled)" msgstr "Nije moguće promijeniti status dokumenta iz 0 (Nacrt) u 2 (Otkazano)" -#: frappe/model/document.py:860 +#: frappe/model/document.py:864 msgid "Cannot change docstatus from 1 (Submitted) to 0 (Draft)" msgstr "Nije moguće promijeniti status dokumenta sa 1 (Podneseno) na 0 (Nacrt)" @@ -4149,7 +4182,7 @@ msgstr "Nije moguće promijeniti u/iz autoinkrement autoimenovanje u Prilagodi o msgid "Cannot create a {0} against a child document: {1}" msgstr "Nije moguće kreirati {0} na podređenom dokumentu: {1}" -#: frappe/desk/doctype/workspace/workspace.py:254 +#: frappe/desk/doctype/workspace/workspace.py:258 msgid "Cannot create private workspace of other users" msgstr "Nije moguće kreirati privatni radni prostor drugih korisnika" @@ -4161,11 +4194,11 @@ msgstr "Nije moguće izbrisati fascikle Početna i Prilozi" msgid "Cannot delete or cancel because {0} {1} is linked with {2} {3} {4}" msgstr "Nije moguće izbrisati ili otkazati jer je {0} {1} povezan sa {2} {3} {4}" -#: frappe/desk/doctype/workspace/workspace.py:420 +#: frappe/desk/doctype/workspace/workspace.py:424 msgid "Cannot delete private workspace of other users" msgstr "Ne može se izbrisati privatni radni prostor drugih korisnika" -#: frappe/desk/doctype/workspace/workspace.py:413 +#: frappe/desk/doctype/workspace/workspace.py:417 msgid "Cannot delete public workspace without Workspace Manager role" msgstr "Ne može se izbrisati javni radni prostor bez uloge upravitelja radnog prostora" @@ -4220,7 +4253,7 @@ msgstr "Nije moguće uređivati standardne grafikone" msgid "Cannot edit a standard report. Please duplicate and create a new report" msgstr "Nije moguće uređivati standardni izvještaj. Molimo duplicirajte i kreirajte novi izvještaj" -#: frappe/model/document.py:866 +#: frappe/model/document.py:870 msgid "Cannot edit cancelled document" msgstr "Nije moguće uređivati otkazani dokument" @@ -4253,7 +4286,7 @@ msgstr "Nije moguće dobiti sadržaj fascikle" msgid "Cannot have multiple printers mapped to a single print format." msgstr "Nije moguće imati više štampača mapiranih u jedan format štampanja." -#: frappe/model/document.py:934 +#: frappe/model/document.py:938 msgid "Cannot link cancelled document: {0}" msgstr "Nije moguće povezati otkazani dokument: {0}" @@ -4289,7 +4322,7 @@ msgstr "Ne može se dijeliti {0} s dozvolom za podnošenje jer tip dokumenta {1} msgid "Cannot submit {0}." msgstr "Nije moguće podnijeti {0}." -#: frappe/desk/doctype/workspace/workspace.py:354 +#: frappe/desk/doctype/workspace/workspace.py:358 msgid "Cannot update private workspace of other users" msgstr "Nije moguće ažurirati privatni radni prostor drugih korisnika" @@ -4359,7 +4392,7 @@ msgstr "Opis kategorije" msgid "Category Name" msgstr "Naziv kategorije" -#: frappe/utils/data.py:1321 +#: frappe/utils/data.py:1335 msgid "Cent" msgstr "Cent" @@ -4527,7 +4560,7 @@ msgstr "Provjeri neispravne veze" msgid "Check columns to select, drag to set order." msgstr "Označite kolone za odabir, povucite da postavite redoslijed." -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:443 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:447 msgid "Check the Error Log for more information: {0}" msgstr "Provjerite dnevnik grešaka za više informacija: {0}" @@ -4638,7 +4671,7 @@ msgstr "Očisti i dodaj šablon" msgid "Clear & Add template" msgstr "Očisti i dodaj šablon" -#: frappe/public/js/frappe/list/list_view.js:1856 +#: frappe/public/js/frappe/list/list_view.js:1864 msgctxt "Button in list view actions menu" msgid "Clear Assignment" msgstr "Obriši dodjelu" @@ -4684,7 +4717,7 @@ msgstr "Klikni ovdje" msgid "Click here to post bugs and suggestions" msgstr "Kliknite ovdje da objavite greške i prijedloge" -#: frappe/email/doctype/newsletter/newsletter.py:335 +#: frappe/email/doctype/newsletter/newsletter.py:338 msgid "Click here to verify" msgstr "Kliknite ovdje za potvrdu" @@ -4796,13 +4829,11 @@ msgstr "Informacije o klijentu" #. Label of a shortcut in the Build Workspace #. Name of a DocType #. Label of a Code field in DocType 'DocType Layout' -#. Label of a Code field in DocType 'Web Form' #: frappe/core/doctype/doctype/doctype.json #: frappe/core/doctype/module_def/module_def.json #: frappe/core/workspace/build/build.json #: frappe/custom/doctype/client_script/client_script.json #: frappe/custom/doctype/doctype_layout/doctype_layout.json -#: frappe/website/doctype/web_form/web_form.json #: frappe/website/doctype/web_page/web_page.js:103 msgid "Client Script" msgstr "Skripta klijenta" @@ -4821,6 +4852,11 @@ msgstr "Tajna klijenta" msgid "Client URLs" msgstr "URL-ovi klijenata" +#. Label of a Code field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Client script" +msgstr "" + #: frappe/core/doctype/communication/communication.js:39 #: frappe/desk/doctype/todo/todo.js:23 #: frappe/public/js/frappe/ui/messages.js:245 @@ -4886,7 +4922,7 @@ msgctxt "Shrink code field." msgid "Collapse" msgstr "Sklopi" -#: frappe/public/js/frappe/views/reports/query_report.js:1966 +#: frappe/public/js/frappe/views/reports/query_report.js:1973 #: frappe/public/js/frappe/views/treeview.js:110 msgid "Collapse All" msgstr "Sklopi sve" @@ -5141,6 +5177,10 @@ msgstr "Komunikacijski zapisnici" msgid "Communication Type" msgstr "Vrsta komunikacije" +#: frappe/integrations/frappe_providers/frappecloud_billing.py:28 +msgid "Communication secret not set" +msgstr "" + #: frappe/desk/page/leaderboard/leaderboard.js:112 msgid "Company" msgstr "Kompanija" @@ -5185,7 +5225,7 @@ msgstr "Završeno" msgid "Complete By" msgstr "Dovršiti od" -#: frappe/core/doctype/user/user.py:443 +#: frappe/core/doctype/user/user.py:413 #: frappe/templates/emails/new_user.html:10 msgid "Complete Registration" msgstr "Završi registraciju" @@ -5230,6 +5270,7 @@ msgid "Compose Email" msgstr "Nova poruka e-pošte" #. Label of a Select field in DocType 'Document Naming Rule Condition' +#. Label of a Code field in DocType 'Navbar Item' #. Label of a Small Text field in DocType 'Bulk Update' #. Label of a Code field in DocType 'Notification' #. Label of a Data field in DocType 'Notification Recipient' @@ -5237,6 +5278,7 @@ msgstr "Nova poruka e-pošte" #. Label of a Code field in DocType 'Energy Point Rule' #. Label of a Code field in DocType 'Workflow Transition' #: frappe/core/doctype/document_naming_rule_condition/document_naming_rule_condition.json +#: frappe/core/doctype/navbar_item/navbar_item.json #: frappe/desk/doctype/bulk_update/bulk_update.json #: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:305 #: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:439 @@ -5251,16 +5293,16 @@ msgstr "Nova poruka e-pošte" msgid "Condition" msgstr "Uslov" -#. Label of a HTML field in DocType 'Web Form' -#: frappe/website/doctype/web_form/web_form.json -msgid "Condition Description" -msgstr "Opis uslova" - #. Label of a JSON field in DocType 'Web Form' #: frappe/website/doctype/web_form/web_form.json msgid "Condition JSON" msgstr "Uslov JSON" +#. Label of a HTML field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Condition description" +msgstr "" + #. Label of a Table field in DocType 'Document Naming Rule' #. Label of a Section Break field in DocType 'Workflow Transition' #: frappe/core/doctype/document_naming_rule/document_naming_rule.json @@ -5314,6 +5356,10 @@ msgctxt "Title of confirmation dialog" msgid "Confirm" msgstr "Potvrdi" +#: frappe/integrations/oauth2.py:118 +msgid "Confirm Access" +msgstr "" + #: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:92 #: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:100 msgid "Confirm Deletion of Account" @@ -5332,7 +5378,7 @@ msgstr "Potvrdi lozinku" msgid "Confirm Request" msgstr "Potvrdite zahtjev" -#: frappe/email/doctype/newsletter/newsletter.py:330 +#: frappe/email/doctype/newsletter/newsletter.py:333 msgid "Confirm Your Email" msgstr "Potvrdite svoju e-poštu" @@ -5341,7 +5387,7 @@ msgstr "Potvrdite svoju e-poštu" msgid "Confirmation Email Template" msgstr "Šablon e-pošte za potvrdu" -#: frappe/email/doctype/newsletter/newsletter.py:379 +#: frappe/email/doctype/newsletter/newsletter.py:382 #: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:393 msgid "Confirmed" msgstr "Potvrđeno" @@ -5463,11 +5509,11 @@ msgstr "Kontaktirajte nas Postavke" msgid "Contact options, like \"Sales Query, Support Query\" etc each on a new line or separated by commas." msgstr "Opcije za kontakt, kao što su \"Upit za prodaju, upit za podršku\" itd., svaka u novom redu ili odvojena zarezima." -#: frappe/utils/change_log.py:360 +#: frappe/utils/change_log.py:363 msgid "Contains {0} security fix" msgstr "Sadrži {0} sigurnosnu ispravku" -#: frappe/utils/change_log.py:358 +#: frappe/utils/change_log.py:361 msgid "Contains {0} security fixes" msgstr "Sadrži {0} sigurnosne ispravke" @@ -5604,7 +5650,7 @@ msgstr "Ispravna verzija:" msgid "Could not connect to outgoing email server" msgstr "Povezivanje sa serverom odlazne e-pošte nije uspjelo" -#: frappe/model/document.py:930 +#: frappe/model/document.py:934 msgid "Could not find {0}" msgstr "Nije moguće pronaći {0}" @@ -5778,12 +5824,12 @@ msgstr "Kreiraj podsjetnik" msgid "Create a new ..." msgstr "Kreiraj novi..." -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:145 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:156 msgid "Create a new record" msgstr "Kreiraj novi zapis" -#: frappe/public/js/frappe/form/controls/link.js:295 -#: frappe/public/js/frappe/form/controls/link.js:297 +#: frappe/public/js/frappe/form/controls/link.js:303 +#: frappe/public/js/frappe/form/controls/link.js:305 #: frappe/public/js/frappe/form/link_selector.js:139 #: frappe/public/js/frappe/list/list_view.js:475 #: frappe/public/js/frappe/web_form/web_form_list.js:225 @@ -5903,6 +5949,7 @@ msgstr "Ctrl+Enter za dodavanje komentara" #. Option for the 'Type' (Select) field in DocType 'DocField' #. Option for the 'Fieldtype' (Select) field in DocType 'Report Column' #. Option for the 'Fieldtype' (Select) field in DocType 'Report Filter' +#. Label of a Link field in DocType 'System Settings' #. Option for the 'Field Type' (Select) field in DocType 'Custom Field' #. Option for the 'Type' (Select) field in DocType 'Customize Form Field' #. Name of a DocType @@ -5910,6 +5957,7 @@ msgstr "Ctrl+Enter za dodavanje komentara" #: frappe/core/doctype/docfield/docfield.json #: frappe/core/doctype/report_column/report_column.json #: frappe/core/doctype/report_filter/report_filter.json +#: frappe/core/doctype/system_settings/system_settings.json #: frappe/custom/doctype/custom_field/custom_field.json #: frappe/custom/doctype/customize_form_field/customize_form_field.json #: frappe/desk/page/setup_wizard/setup_wizard.js:403 @@ -6053,7 +6101,7 @@ msgstr "Prilagođeni dokumenti" msgid "Custom Field" msgstr "Prilagođeno polje" -#: frappe/custom/doctype/custom_field/custom_field.py:218 +#: frappe/custom/doctype/custom_field/custom_field.py:219 msgid "Custom Field {0} is created by the Administrator and can only be deleted through the Administrator account." msgstr "Prilagođeno polje {0} kreira administrator i može se izbrisati samo preko administratorskog računa." @@ -6062,11 +6110,11 @@ msgstr "Prilagođeno polje {0} kreira administrator i može se izbrisati samo pr msgid "Custom Field, Custom Doctype, Naming Series, Role Permission, Workflow, Print Formats, Reports" msgstr "Prilagođeno polje, prilagođeni DocType, niz imenovanja, dozvola za ulogu, radni tok, formati za štampanje, izvještaji" -#: frappe/custom/doctype/custom_field/custom_field.py:260 +#: frappe/custom/doctype/custom_field/custom_field.py:261 msgid "Custom Fields can only be added to a standard DocType." msgstr "Prilagođena polja mogu se dodati samo u standardni DocType." -#: frappe/custom/doctype/custom_field/custom_field.py:257 +#: frappe/custom/doctype/custom_field/custom_field.py:258 msgid "Custom Fields cannot be added to core DocTypes." msgstr "Prilagođena polja se ne mogu dodati osnovnim tipovima dokumenata." @@ -6160,7 +6208,7 @@ msgstr "Prilagođeni meni bočne trake" msgid "Custom Translation" msgstr "Prilagođeni prijevod" -#: frappe/custom/doctype/custom_field/custom_field.py:373 +#: frappe/custom/doctype/custom_field/custom_field.py:374 msgid "Custom field renamed to {0} successfully." msgstr "Prilagođeno polje uspješno je preimenovano u {0}." @@ -6352,13 +6400,13 @@ msgstr "Tamna boja" msgid "Dark Theme" msgstr "Tamna tema" -#. Label of a Check field in DocType 'Role' +#. Label of a Check field in DocType 'User' #. Label of a Link in the Build Workspace #. Name of a DocType #. Option for the 'Select List View' (Select) field in DocType 'Form Tour' #. Option for the 'Type' (Select) field in DocType 'Workspace Shortcut' #. Option for the 'DocType View' (Select) field in DocType 'Workspace Shortcut' -#: frappe/core/doctype/role/role.json +#: frappe/core/doctype/user/user.json #: frappe/core/page/dashboard_view/dashboard_view.js:10 #: frappe/core/workspace/build/build.json #: frappe/desk/doctype/dashboard/dashboard.json @@ -6676,7 +6724,7 @@ msgstr "Zadana pristigla pošta" #. Label of a Check field in DocType 'Email Account' #: frappe/email/doctype/email_account/email_account.json -#: frappe/email/doctype/email_account/email_account.py:199 +#: frappe/email/doctype/email_account/email_account.py:200 msgid "Default Incoming" msgstr "Zadani dolazni" @@ -6696,7 +6744,7 @@ msgstr "Zadano imenovanje" #. Label of a Check field in DocType 'Email Account' #: frappe/email/doctype/email_account/email_account.json -#: frappe/email/doctype/email_account/email_account.py:207 +#: frappe/email/doctype/email_account/email_account.py:208 msgid "Default Outgoing" msgstr "Zadani odlazni" @@ -6783,6 +6831,11 @@ msgstr "Zadani pogled" msgid "Default Workspace" msgstr "Zadani radni prostor" +#. Description of the 'Currency' (Link) field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Default display currency" +msgstr "" + #: frappe/core/doctype/doctype/doctype.py:1338 msgid "Default for 'Check' type of field {0} must be either '0' or '1'" msgstr "Zadano za tip polja 'Provjeri' {0} mora biti ili '0' ili '1'" @@ -6812,7 +6865,7 @@ msgstr "Zadana vrijednost" msgid "Defaults" msgstr "Zadane postavke" -#: frappe/email/doctype/email_account/email_account.py:218 +#: frappe/email/doctype/email_account/email_account.py:219 msgid "Defaults Updated" msgstr "Zadane postavke ažurirane" @@ -6849,7 +6902,7 @@ msgstr "Odgođeno" msgid "Delete" msgstr "Izbriši" -#: frappe/public/js/frappe/list/list_view.js:1918 +#: frappe/public/js/frappe/list/list_view.js:1926 msgctxt "Button in list view actions menu" msgid "Delete" msgstr "Izbriši" @@ -6931,12 +6984,12 @@ msgstr "" msgid "Delete this record to allow sending to this email address" msgstr "Izbrišite ovaj zapis da omogućite slanje na ovu adresu e-pošte" -#: frappe/public/js/frappe/list/list_view.js:1923 +#: frappe/public/js/frappe/list/list_view.js:1931 msgctxt "Title of confirmation dialog" msgid "Delete {0} item permanently?" msgstr "Trajno izbrisati stavku {0}?" -#: frappe/public/js/frappe/list/list_view.js:1929 +#: frappe/public/js/frappe/list/list_view.js:1937 msgctxt "Title of confirmation dialog" msgid "Delete {0} items permanently?" msgstr "Trajno izbrisati stavke {0}?" @@ -7296,7 +7349,7 @@ msgstr "Onemogući prijave" msgid "Disabled" msgstr "Onemogućeno" -#: frappe/email/doctype/email_account/email_account.js:228 +#: frappe/email/doctype/email_account/email_account.js:232 msgid "Disabled Auto Reply" msgstr "Automatski odgovor je onemogućen" @@ -7506,10 +7559,6 @@ msgstr "DocType izgled polja" msgid "DocType Link" msgstr "DocType veza" -#: frappe/core/doctype/doctype/doctype_list.js:10 -msgid "DocType Name" -msgstr "DocType naziv" - #. Name of a DocType #. Option for the 'Applied On' (Select) field in DocType 'Property Setter' #: frappe/core/doctype/doctype_state/doctype_state.json @@ -7692,7 +7741,7 @@ msgstr "Uslov pravila imenovanja dokumenta" msgid "Document Naming Settings" msgstr "Postavke imenovanja dokumenata" -#: frappe/model/document.py:1541 +#: frappe/model/document.py:1545 msgid "Document Queued" msgstr "Dokument u redu čekanja" @@ -7843,7 +7892,7 @@ msgid "Document Types and Permissions" msgstr "Vrste dokumenata i dozvole" #: frappe/core/doctype/submission_queue/submission_queue.py:163 -#: frappe/model/document.py:1748 +#: frappe/model/document.py:1752 msgid "Document Unlocked" msgstr "Dokument otključan" @@ -7883,7 +7932,7 @@ msgstr "Vrsta dokumenta je potrebna za kreiranje grafikona na nadzornoj ploči" msgid "Document {0} Already Restored" msgstr "Dokument {0} je već obnovljen" -#: frappe/workflow/doctype/workflow_action/workflow_action.py:198 +#: frappe/workflow/doctype/workflow_action/workflow_action.py:199 msgid "Document {0} has been set to state {1} by {2}" msgstr "Dokument {0} je postavljen na stanje {1} od {2}" @@ -8048,7 +8097,7 @@ msgid "Dr" msgstr "" #: frappe/public/js/frappe/model/indicator.js:73 -#: frappe/public/js/frappe/ui/filters/filter.js:498 +#: frappe/public/js/frappe/ui/filters/filter.js:530 msgid "Draft" msgstr "Nacrt" @@ -8242,7 +8291,7 @@ msgstr "Svaki dokument kreiran u ERPNext-u može imati jedinstveni ID generisan #: frappe/public/js/frappe/form/templates/contact_list.html:7 #: frappe/public/js/frappe/form/toolbar.js:660 #: frappe/public/js/frappe/views/reports/query_report.js:814 -#: frappe/public/js/frappe/views/reports/query_report.js:1636 +#: frappe/public/js/frappe/views/reports/query_report.js:1643 #: frappe/public/js/frappe/views/workspace/workspace.js:98 #: frappe/public/js/frappe/views/workspace/workspace.js:847 #: frappe/public/js/frappe/widgets/base_widget.js:64 @@ -8255,7 +8304,7 @@ msgstr "Svaki dokument kreiran u ERPNext-u može imati jedinstveni ID generisan msgid "Edit" msgstr "Uredi" -#: frappe/public/js/frappe/list/list_view.js:2004 +#: frappe/public/js/frappe/list/list_view.js:2012 msgctxt "Button in list view actions menu" msgid "Edit" msgstr "Uredi" @@ -8304,7 +8353,7 @@ msgstr "" msgid "Edit Format" msgstr "Uredi format" -#: frappe/public/js/frappe/form/quick_entry.js:286 +#: frappe/public/js/frappe/form/quick_entry.js:287 msgid "Edit Full Form" msgstr "Uredi puni obrazac" @@ -8428,7 +8477,7 @@ msgstr "Birač elemenata" #: frappe/core/doctype/communication/communication.json #: frappe/core/doctype/custom_docperm/custom_docperm.json #: frappe/core/doctype/docperm/docperm.json -#: frappe/core/doctype/success_action/success_action.js:57 +#: frappe/core/doctype/success_action/success_action.js:59 #: frappe/core/doctype/system_settings/system_settings.json #: frappe/core/doctype/user/user.json #: frappe/core/doctype/user_document_type/user_document_type.json @@ -8442,7 +8491,7 @@ msgstr "Birač elemenata" #: frappe/templates/includes/comments/comments.html:25 #: frappe/templates/signup.html:9 #: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.json -#: frappe/www/login.html:7 frappe/www/login.py:98 +#: frappe/www/login.html:7 frappe/www/login.py:99 msgid "Email" msgstr "E-pošta" @@ -8466,7 +8515,7 @@ msgstr "E-pošta" msgid "Email Account" msgstr "Račun e-pošte" -#: frappe/email/doctype/email_account/email_account.py:314 +#: frappe/email/doctype/email_account/email_account.py:315 msgid "Email Account Disabled." msgstr "Račun e-pošte je onemogućen." @@ -8475,7 +8524,7 @@ msgstr "Račun e-pošte je onemogućen." msgid "Email Account Name" msgstr "Ime računa e-pošte" -#: frappe/core/doctype/user/user.py:719 +#: frappe/core/doctype/user/user.py:680 msgid "Email Account added multiple times" msgstr "Račun e-pošte je dodan više puta" @@ -8547,6 +8596,7 @@ msgstr "Član grupe e-pošte" #. Label of a Data field in DocType 'Contact Email' #. Label of a Data field in DocType 'User Email' #. Label of a Data field in DocType 'Email Rule' +#: frappe/contacts/doctype/contact/contact.py:130 #: frappe/contacts/doctype/contact_email/contact_email.json #: frappe/core/doctype/user_email/user_email.json #: frappe/email/doctype/email_rule/email_rule.json @@ -8765,7 +8815,7 @@ msgstr "Omogući Google indeksiranje" #. Label of a Check field in DocType 'Email Account' #: frappe/email/doctype/email_account/email_account.json -#: frappe/email/doctype/email_account/email_account.py:200 +#: frappe/email/doctype/email_account/email_account.py:201 msgid "Enable Incoming" msgstr "Omogući dolazne" @@ -8778,7 +8828,7 @@ msgstr "Omogući uključenje" #. Label of a Check field in DocType 'Email Account' #: frappe/core/doctype/user_email/user_email.json #: frappe/email/doctype/email_account/email_account.json -#: frappe/email/doctype/email_account/email_account.py:208 +#: frappe/email/doctype/email_account/email_account.py:209 msgid "Enable Outgoing" msgstr "Omogući odlazne" @@ -8916,11 +8966,11 @@ msgstr "Omogućeno" msgid "Enabled Scheduler" msgstr "Omogućen Planer" -#: frappe/email/doctype/email_account/email_account.py:931 +#: frappe/email/doctype/email_account/email_account.py:939 msgid "Enabled email inbox for user {0}" msgstr "Omogućeno prijemno sanduče e-pošte za korisnika {0}" -#: frappe/core/doctype/server_script/server_script.py:269 +#: frappe/core/doctype/server_script/server_script.py:243 msgid "Enabled scheduled execution for script {0}" msgstr "Omogućeno zakazano izvršenje za skriptu {0}" @@ -8933,7 +8983,7 @@ msgstr "Omogućeno zakazano izvršenje za skriptu {0}" msgid "Enables Calendar and Gantt views." msgstr "Omogućava kalendar i Gantt prikaze." -#: frappe/email/doctype/email_account/email_account.js:223 +#: frappe/email/doctype/email_account/email_account.js:227 msgid "Enabling auto reply on an incoming email account will send automated replies to all the synchronized emails. Do you wish to continue?" msgstr "Omogućavanje automatskog odgovora na računu dolazne e-pošte će poslati automatske odgovore na sve sinhronizirane e-poruke. Želite li nastaviti?" @@ -8973,6 +9023,7 @@ msgstr "Ključ za šifriranje je nevažeći! Molimo provjerite site_config.json" #. Label of a Date field in DocType 'Auto Repeat' #. Label of a Datetime field in DocType 'Web Page' #: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:140 #: frappe/public/js/frappe/utils/common.js:416 #: frappe/website/doctype/web_page/web_page.json msgid "End Date" @@ -9194,7 +9245,7 @@ msgstr "Došlo je do greške u {0}" msgid "Error in Client Script" msgstr "Greška u klijentskoj skripti" -#: frappe/public/js/frappe/form/script_manager.js:242 +#: frappe/public/js/frappe/form/script_manager.js:243 msgid "Error in Client Script." msgstr "Greška u klijentskoj skripti." @@ -9212,7 +9263,7 @@ msgstr "Greška u obavještenju" msgid "Error in print format on line {0}: {1}" msgstr "Greška u formatu za štampanje na liniji {0}: {1}" -#: frappe/email/doctype/email_account/email_account.py:617 +#: frappe/email/doctype/email_account/email_account.py:618 msgid "Error while connecting to email account {0}" msgstr "Greška prilikom povezivanja na nalog e-pošte {0}" @@ -9220,7 +9271,7 @@ msgstr "Greška prilikom povezivanja na nalog e-pošte {0}" msgid "Error while evaluating Notification {0}. Please fix your template." msgstr "Greška prilikom evaluacije Obavještenja {0}. Molimo popravite svoj šablon." -#: frappe/model/document.py:816 +#: frappe/model/document.py:820 msgid "Error: Document has been modified after you have opened it" msgstr "Greška: Dokument je izmijenjen nakon što ste ga otvorili" @@ -9373,7 +9424,7 @@ msgstr "Izvršite skriptu konzole" msgid "Executing..." msgstr "Izvršavanje..." -#: frappe/public/js/frappe/views/reports/query_report.js:1980 +#: frappe/public/js/frappe/views/reports/query_report.js:1987 msgid "Execution Time: {0} sec" msgstr "Vrijeme izvršenja: {0} sek" @@ -9391,7 +9442,7 @@ msgctxt "Enlarge code field." msgid "Expand" msgstr "Proširi" -#: frappe/public/js/frappe/views/reports/query_report.js:1966 +#: frappe/public/js/frappe/views/reports/query_report.js:1973 #: frappe/public/js/frappe/views/treeview.js:114 msgid "Expand All" msgstr "Proširi sve" @@ -9446,12 +9497,12 @@ msgstr "Vrijeme isteka stranice sa slikom QR koda" #: frappe/core/doctype/recorder/recorder_list.js:37 #: frappe/public/js/frappe/data_import/data_exporter.js:92 #: frappe/public/js/frappe/data_import/data_exporter.js:243 -#: frappe/public/js/frappe/views/reports/query_report.js:1671 +#: frappe/public/js/frappe/views/reports/query_report.js:1678 #: frappe/public/js/frappe/views/reports/report_view.js:1551 msgid "Export" msgstr "Izvoz" -#: frappe/public/js/frappe/list/list_view.js:2026 +#: frappe/public/js/frappe/list/list_view.js:2034 msgctxt "Button in list view actions menu" msgid "Export" msgstr "Izvoz" @@ -9630,7 +9681,7 @@ msgstr "Nije uspjelo izračunavanje tijela zahtjeva: {}" msgid "Failed to connect to server" msgstr "Neuspjelo povezivanje na server" -#: frappe/auth.py:670 +#: frappe/auth.py:678 msgid "Failed to decode token, please provide a valid base64-encoded token." msgstr "Dekodiranje tokena nije uspjelo, navedite važeći token kodiran sa base64." @@ -9654,6 +9705,10 @@ msgstr "Procjena uslova nije uspjela: {}" msgid "Failed to export python type hints" msgstr "Izvoz tipskih savjeta za python nije uspio" +#: frappe/integrations/frappe_providers/frappecloud_billing.py:48 +msgid "Failed to generate access token" +msgstr "" + #: frappe/core/doctype/document_naming_settings/document_naming_settings.py:249 msgid "Failed to generate names from the series" msgstr "Nije uspjelo generiranje imena iz serije" @@ -9670,6 +9725,10 @@ msgstr "Nije uspjelo preuzimanje metode za komandu {0} sa {1}" msgid "Failed to get method {0} with {1}" msgstr "Nije uspjelo preuzimanje metode {0} sa {1}" +#: frappe/integrations/frappe_providers/frappecloud_billing.py:68 +msgid "Failed to get site info" +msgstr "" + #: frappe/model/virtual_doctype.py:63 msgid "Failed to import virtual doctype {}, is controller file present?" msgstr "Uvoz virtuelnog tipa dokumenta {} nije uspio, je li prisutna datoteka kontrolera?" @@ -9678,6 +9737,10 @@ msgstr "Uvoz virtuelnog tipa dokumenta {} nije uspio, je li prisutna datoteka ko msgid "Failed to optimize image: {0}" msgstr "Optimizacija slike nije uspjela: {0}" +#: frappe/integrations/frappe_providers/frappecloud_billing.py:104 +msgid "Failed to request login to Frappe Cloud" +msgstr "" + #: frappe/email/doctype/email_queue/email_queue.py:280 msgid "Failed to send email with subject:" msgstr "Slanje e-pošte sa predmetom nije uspjelo:" @@ -9690,6 +9753,10 @@ msgstr "Slanje obavještenja putem e-pošte nije uspjelo" msgid "Failed to update global settings" msgstr "Ažuriranje globalnih postavki nije uspjelo" +#: frappe/integrations/frappe_providers/frappecloud_billing.py:83 +msgid "Failed while calling API {0}" +msgstr "" + #. Label of a Table field in DocType 'System Health Report' #: frappe/desk/doctype/system_health_report/system_health_report.json msgid "Failing Scheduled Jobs (last 7 days)" @@ -9785,7 +9852,7 @@ msgstr "Dohvaćanje zadanih dokumenata Globalne pretrage." #: frappe/public/js/frappe/list/bulk_operations.js:327 #: frappe/public/js/frappe/list/list_view_permission_restrictions.html:3 #: frappe/public/js/frappe/views/reports/query_report.js:236 -#: frappe/public/js/frappe/views/reports/query_report.js:1725 +#: frappe/public/js/frappe/views/reports/query_report.js:1732 #: frappe/website/doctype/web_form_field/web_form_field.json #: frappe/website/doctype/web_form_list_column/web_form_list_column.json msgid "Field" @@ -9861,7 +9928,7 @@ msgstr "Polje za praćenje" msgid "Field type cannot be changed for {0}" msgstr "Tip polja se ne može promijeniti za {0}" -#: frappe/database/database.py:841 +#: frappe/database/database.py:843 msgid "Field {0} does not exist on {1}" msgstr "Polje {0} ne postoji na {1}" @@ -9904,7 +9971,7 @@ msgstr "Naziv polja {0} mora postojati da bi se omogućilo automatsko imenovanje msgid "Fieldname is limited to 64 characters ({0})" msgstr "Ime polja je ograničeno na 64 znaka ({0})" -#: frappe/custom/doctype/custom_field/custom_field.py:195 +#: frappe/custom/doctype/custom_field/custom_field.py:196 msgid "Fieldname not set for Custom Field" msgstr "Ime polja nije postavljeno za prilagođeno polje" @@ -9944,7 +10011,7 @@ msgstr "Ime polja {0} je ograničeno" #: frappe/custom/doctype/doctype_layout/doctype_layout.json #: frappe/desk/doctype/kanban_board/kanban_board.json #: frappe/desk/doctype/list_view_settings/list_view_settings.json -#: frappe/public/js/frappe/list/list_settings.js:132 +#: frappe/public/js/frappe/list/list_settings.js:135 #: frappe/public/js/frappe/views/kanban/kanban_settings.js:111 #: frappe/public/js/print_format_builder/PrintFormatControls.vue:83 #: frappe/website/doctype/personal_data_deletion_step/personal_data_deletion_step.json @@ -9981,7 +10048,7 @@ msgstr "Polja razdvojena zarezom (,) biće uključena u listu „Pretraži po“ msgid "Fieldtype" msgstr "Tip polja" -#: frappe/custom/doctype/custom_field/custom_field.py:191 +#: frappe/custom/doctype/custom_field/custom_field.py:192 msgid "Fieldtype cannot be changed from {0} to {1}" msgstr "Tip polja se ne može promijeniti iz {0} u {1}" @@ -10130,11 +10197,11 @@ msgstr "Filter nazivi" msgid "Filter Values" msgstr "Filter vrijednosti" -#: frappe/utils/data.py:1781 +#: frappe/utils/data.py:1795 msgid "Filter must be a tuple or list (in a list)" msgstr "Filter mora biti tuple ili lista (na listi)" -#: frappe/utils/data.py:1789 +#: frappe/utils/data.py:1803 msgid "Filter must have 4 values (doctype, fieldname, operator, value): {0}" msgstr "Filter mora imati 4 vrijednosti (doctype, fieldname, operator, value): {0}" @@ -10199,7 +10266,7 @@ msgstr "Filteri JSON" msgid "Filters Section" msgstr "Odjeljak filtera" -#: frappe/public/js/frappe/form/controls/link.js:491 +#: frappe/public/js/frappe/form/controls/link.js:502 msgid "Filters applied for {0}" msgstr "Primijenjeni filteri za {0}" @@ -10224,8 +10291,8 @@ msgstr "Filteri:" msgid "Find '{0}' in ..." msgstr "Pronađite '{0}' u..." -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:316 -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:317 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:327 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:328 #: frappe/public/js/frappe/ui/toolbar/search_utils.js:141 #: frappe/public/js/frappe/ui/toolbar/search_utils.js:144 msgid "Find {0} in {1}" @@ -10356,7 +10423,7 @@ msgstr "Praćen od" msgid "Following Report Filters have missing values:" msgstr "Sljedeći filteri izvještaja nemaju vrijednosti:" -#: frappe/website/doctype/web_form/web_form.py:107 +#: frappe/website/doctype/web_form/web_form.py:108 msgid "Following fields are missing:" msgstr "Nedostaju sljedeća polja:" @@ -10527,7 +10594,7 @@ msgstr "Za korisnika" msgid "For Value" msgstr "Za vrijednost" -#: frappe/public/js/frappe/views/reports/query_report.js:1977 +#: frappe/public/js/frappe/views/reports/query_report.js:1984 #: frappe/public/js/frappe/views/reports/report_view.js:96 msgid "For comparison, use >5, <10 or =324. For ranges, use 5:10 (for values between 5 & 10)." msgstr "Za poređenje, koristite >5, <10 ili =324. Za raspone koristite 5:10 (za vrijednosti između 5 i 10)." @@ -10545,7 +10612,7 @@ msgstr "Na primjer: Ako želite uključiti ID dokumenta, koristite {0}" msgid "For example: {} Open" msgstr "Na primjer: {} Otvori" -#. Description of the 'Client Script' (Code) field in DocType 'Web Form' +#. Description of the 'Client script' (Code) field in DocType 'Web Form' #: frappe/website/doctype/web_form/web_form.json msgid "For help see Client Script API and Examples" msgstr "Za pomoć pogledajte API i primjere Klijentske skriptet" @@ -10639,10 +10706,12 @@ msgid "Form Dict" msgstr "Obrazac Dict" #. Label of a Section Break field in DocType 'DocType' -#. Label of a Section Break field in DocType 'Role' +#. Label of a Section Break field in DocType 'User' #. Label of a Section Break field in DocType 'Customize Form' -#: frappe/core/doctype/doctype/doctype.json frappe/core/doctype/role/role.json +#. Label of a Section Break field in DocType 'Web Form' +#: frappe/core/doctype/doctype/doctype.json frappe/core/doctype/user/user.json #: frappe/custom/doctype/customize_form/customize_form.json +#: frappe/website/doctype/web_form/web_form.json msgid "Form Settings" msgstr "Postavke obrasca" @@ -10698,8 +10767,8 @@ msgstr "Jedinice dijela" #. Option for the 'Social Login Provider' (Select) field in DocType 'Social #. Login Key' #: frappe/integrations/doctype/social_login_key/social_login_key.json -#: frappe/www/login.html:61 frappe/www/login.html:142 frappe/www/login.py:49 -#: frappe/www/login.py:138 +#: frappe/www/login.html:61 frappe/www/login.html:142 frappe/www/login.py:50 +#: frappe/www/login.py:139 msgid "Frappe" msgstr "Frappe" @@ -10779,7 +10848,7 @@ msgstr "Od datuma" msgid "From Date Field" msgstr "Iz polja datuma" -#: frappe/public/js/frappe/views/reports/query_report.js:1691 +#: frappe/public/js/frappe/views/reports/query_report.js:1698 msgid "From Document Type" msgstr "Iz vrste dokumenta" @@ -10838,7 +10907,7 @@ msgstr "Funkcija" msgid "Function Based On" msgstr "Funkcija zasnovana na" -#: frappe/__init__.py:905 +#: frappe/__init__.py:855 msgid "Function {0} is not whitelisted." msgstr "Funkcija {0} nije na bijeloj listi." @@ -10912,7 +10981,7 @@ msgstr "Generiši ključeve" msgid "Generate New Report" msgstr "Generiši novi izvještaj" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:357 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:368 msgid "Generate Random Password" msgstr "Generiši slučajnu lozinku" @@ -11277,6 +11346,14 @@ msgstr "Graf" msgid "Gray" msgstr "Sivo" +#: frappe/public/js/frappe/ui/filters/filter.js:23 +msgid "Greater Than" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:25 +msgid "Greater Than Or Equal To" +msgstr "" + #. Option for the 'Color' (Select) field in DocType 'DocType State' #. Option for the 'Indicator' (Select) field in DocType 'Kanban Board Column' #: frappe/core/doctype/doctype_state/doctype_state.json @@ -11569,7 +11646,7 @@ msgstr "Padajući meni pomoći" msgid "Help HTML" msgstr "Help HTML" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:138 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:149 msgid "Help on Search" msgstr "Pomoć za pretragu" @@ -11865,7 +11942,7 @@ msgstr "" #: frappe/desk/report/todo/todo.py:36 frappe/model/meta.py:44 #: frappe/public/js/frappe/data_import/data_exporter.js:330 #: frappe/public/js/frappe/data_import/data_exporter.js:345 -#: frappe/public/js/frappe/list/list_settings.js:334 +#: frappe/public/js/frappe/list/list_settings.js:337 #: frappe/public/js/frappe/list/list_view.js:357 #: frappe/public/js/frappe/list/list_view.js:420 #: frappe/public/js/frappe/model/meta.js:197 @@ -12007,6 +12084,11 @@ msgstr "Ako je onemogućena, ova uloga će biti uklonjena sa svih korisnika." msgid "If enabled, user can login from any IP Address using Two Factor Auth, this can also be set for all users in System Settings" msgstr "Ako je omogućeno, korisnik se može prijaviti s bilo koje IP adrese koristeći dvostruku autentifikaciju, to se također može postaviti za sve korisnike u sistemskim postavkama" +#. Description of the 'Anonymous responses' (Check) field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "If enabled, all responses on the web form will be submitted anonymously" +msgstr "" + #. Description of the 'Bypass restricted IP Address check If Two Factor Auth #. Enabled' (Check) field in DocType 'System Settings' #: frappe/core/doctype/system_settings/system_settings.json @@ -12464,7 +12546,7 @@ msgstr "U pregledu" msgid "In Progress" msgstr "U toku" -#: frappe/database/database.py:243 +#: frappe/database/database.py:245 msgid "In Read Only Mode" msgstr "U načinu samo za čitanje" @@ -12539,11 +12621,11 @@ msgstr "Uključite temu iz aplikacija" msgid "Include Web View Link in Email" msgstr "Uključite vezu za web pregled u e-poštu" -#: frappe/public/js/frappe/views/reports/query_report.js:1510 +#: frappe/public/js/frappe/views/reports/query_report.js:1515 msgid "Include filters" msgstr "Uključi filtere" -#: frappe/public/js/frappe/views/reports/query_report.js:1502 +#: frappe/public/js/frappe/views/reports/query_report.js:1507 msgid "Include indentation" msgstr "Uključi uvlačenje" @@ -12581,7 +12663,7 @@ msgstr "Račun dolazne e-pošte nije ispravan" msgid "Incomplete Virtual Doctype Implementation" msgstr "Nepotpuna implementacija virtualnog tipa dokumenta" -#: frappe/auth.py:233 +#: frappe/auth.py:241 msgid "Incomplete login details" msgstr "Nepotpuni podaci za prijavu" @@ -12601,11 +12683,11 @@ msgstr "Netačan korisnik ili lozinka" msgid "Incorrect Verification code" msgstr "Netačan verifikacioni kod" -#: frappe/model/document.py:1347 +#: frappe/model/document.py:1351 msgid "Incorrect value in row {0}:" msgstr "" -#: frappe/model/document.py:1349 +#: frappe/model/document.py:1353 msgid "Incorrect value:" msgstr "" @@ -12689,15 +12771,15 @@ msgstr "Umetni iznad" #. Label of a Select field in DocType 'Custom Field' #: frappe/custom/doctype/custom_field/custom_field.json -#: frappe/public/js/frappe/views/reports/query_report.js:1731 +#: frappe/public/js/frappe/views/reports/query_report.js:1738 msgid "Insert After" msgstr "Umetni poslije" -#: frappe/custom/doctype/custom_field/custom_field.py:249 +#: frappe/custom/doctype/custom_field/custom_field.py:250 msgid "Insert After cannot be set as {0}" msgstr "Umetni nakon ne može se postaviti kao {0}" -#: frappe/custom/doctype/custom_field/custom_field.py:242 +#: frappe/custom/doctype/custom_field/custom_field.py:243 msgid "Insert After field '{0}' mentioned in Custom Field '{1}', with label '{2}', does not exist" msgstr "Umetni nakon polja '{0}' spomenutog u prilagođenom polju '{1}', sa oznakom '{2}', ne postoji" @@ -12758,7 +12840,6 @@ msgid "Insufficient Permission Level for {0}" msgstr "Nedovoljan nivo dozvola za {0}" #: frappe/database/query.py:375 frappe/desk/form/load.py:40 -#: frappe/model/document.py:239 msgid "Insufficient Permission for {0}" msgstr "Nedovoljne dozvole za {0}" @@ -12903,6 +12984,10 @@ msgstr "Nevažeća akcija" msgid "Invalid CSV Format" msgstr "Nevažeći CSV format" +#: frappe/integrations/frappe_providers/frappecloud_billing.py:121 +msgid "Invalid Code. Please try again." +msgstr "" + #: frappe/integrations/doctype/webhook/webhook.py:90 msgid "Invalid Condition: {}" msgstr "Nevažeći uslov: {}" @@ -12911,7 +12996,7 @@ msgstr "Nevažeći uslov: {}" msgid "Invalid Credentials" msgstr "Nevažeći akreditivi" -#: frappe/utils/data.py:103 frappe/utils/data.py:253 +#: frappe/utils/data.py:104 frappe/utils/data.py:254 msgid "Invalid Date" msgstr "Nevažeći datum" @@ -12947,7 +13032,7 @@ msgstr "Nevažeća početna stranica" msgid "Invalid Link" msgstr "Nevažeća veza" -#: frappe/www/login.py:117 +#: frappe/www/login.py:118 msgid "Invalid Login Token" msgstr "Nevažeći token za prijavu" @@ -12980,11 +13065,11 @@ msgstr "Nevažeći server odlazne pošte ili port: {0}" msgid "Invalid Output Format" msgstr "Nevažeći izlazni format" -#: frappe/integrations/doctype/connected_app/connected_app.py:166 +#: frappe/integrations/doctype/connected_app/connected_app.py:190 msgid "Invalid Parameters." msgstr "Nevažeći parametri." -#: frappe/core/doctype/user/user.py:1210 frappe/www/update-password.html:121 +#: frappe/core/doctype/user/user.py:1164 frappe/www/update-password.html:121 #: frappe/www/update-password.html:142 frappe/www/update-password.html:144 #: frappe/www/update-password.html:245 msgid "Invalid Password" @@ -12994,8 +13079,8 @@ msgstr "Nevažeća lozinka" msgid "Invalid Phone Number" msgstr "Nevažeći broj telefona" -#: frappe/auth.py:94 frappe/utils/oauth.py:185 frappe/utils/oauth.py:192 -#: frappe/www/login.py:117 +#: frappe/auth.py:95 frappe/utils/oauth.py:185 frappe/utils/oauth.py:192 +#: frappe/www/login.py:118 msgid "Invalid Request" msgstr "Nevažeći zahtjev" @@ -13034,7 +13119,7 @@ msgstr "Nevažeća agregatna funkcija" msgid "Invalid column" msgstr "Nevažeća kolona" -#: frappe/model/document.py:849 frappe/model/document.py:863 +#: frappe/model/document.py:853 frappe/model/document.py:867 msgid "Invalid docstatus" msgstr "Nevažeći status dokumenta" @@ -13046,7 +13131,7 @@ msgstr "Nevažeći izraz postavljen u filteru {0}" msgid "Invalid expression set in filter {0} ({1})" msgstr "Nevažeći izraz postavljen u filteru {0} ({1})" -#: frappe/utils/data.py:1888 +#: frappe/utils/data.py:1902 msgid "Invalid field name {0}" msgstr "Nevažeći naziv polja {0}" @@ -13072,7 +13157,7 @@ msgstr "Invalid include path" msgid "Invalid json added in the custom options: {0}" msgstr "Nevažeći json dodan u prilagođene opcije: {0}" -#: frappe/model/naming.py:465 +#: frappe/model/naming.py:464 msgid "Invalid name type (integer) for varchar name column" msgstr "Nevažeći tip imena (cijeli broj) za kolonu imena varchar" @@ -13096,7 +13181,7 @@ msgstr "Nevažeći argumenti zahtjeva" msgid "Invalid template file for import" msgstr "Nevažeća datoteka šablona za uvoz" -#: frappe/integrations/doctype/connected_app/connected_app.py:172 +#: frappe/integrations/doctype/connected_app/connected_app.py:196 msgid "Invalid token state! Check if the token has been created by the OAuth user." msgstr "" @@ -13787,7 +13872,7 @@ msgstr "Pomoć za oznake" msgid "Label and Type" msgstr "Oznaka i vrsta" -#: frappe/custom/doctype/custom_field/custom_field.py:143 +#: frappe/custom/doctype/custom_field/custom_field.py:144 msgid "Label is mandatory" msgstr "Oznaka je obavezna" @@ -13938,7 +14023,7 @@ msgstr "Prošle sedmice" msgid "Last Year" msgstr "Prošle godine" -#: frappe/public/js/frappe/widgets/chart_widget.js:698 +#: frappe/public/js/frappe/widgets/chart_widget.js:704 msgid "Last synced {0}" msgstr "Zadnja sinhronizacija {0}" @@ -13990,7 +14075,7 @@ msgid "Leave blank to repeat always" msgstr "Ostavite prazno da se uvijek ponavlja" #: frappe/core/doctype/communication/mixins.py:207 -#: frappe/email/doctype/email_account/email_account.py:666 +#: frappe/email/doctype/email_account/email_account.py:667 msgid "Leave this conversation" msgstr "Napusti ovaj razgovor" @@ -14050,10 +14135,18 @@ msgstr "Dužina proslijeđenog niza podataka veća je od vrijednosti maksimalno msgid "Length of {0} should be between 1 and 1000" msgstr "Dužina {0} bi trebala biti između 1 i 1000" -#: frappe/public/js/frappe/widgets/chart_widget.js:674 +#: frappe/public/js/frappe/widgets/chart_widget.js:680 msgid "Less" msgstr "Manje" +#: frappe/public/js/frappe/ui/filters/filter.js:24 +msgid "Less Than" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:26 +msgid "Less Than Or Equal To" +msgstr "" + #: frappe/public/js/frappe/widgets/onboarding_widget.js:439 msgid "Let us continue with the onboarding" msgstr "Nastavimo sa uključenjem" @@ -14292,7 +14385,7 @@ msgid "Link Document Type" msgstr "Veza tipa dokumenta" #: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:402 -#: frappe/workflow/doctype/workflow_action/workflow_action.py:197 +#: frappe/workflow/doctype/workflow_action/workflow_action.py:198 msgid "Link Expired" msgstr "Veza je istekla" @@ -14427,15 +14520,10 @@ msgstr "Popis kolona" msgid "List Filter" msgstr "Filter liste" -#. Label of a HTML field in DocType 'Web Form' -#: frappe/website/doctype/web_form/web_form.json -msgid "List Setting Message" -msgstr "Poruka o podešavanju liste" - -#. Label of a Section Break field in DocType 'Role' +#. Label of a Section Break field in DocType 'User' #. Label of a Section Break field in DocType 'Customize Form' #. Label of a Section Break field in DocType 'Web Form' -#: frappe/core/doctype/role/role.json +#: frappe/core/doctype/user/user.json #: frappe/custom/doctype/customize_form/customize_form.json #: frappe/website/doctype/web_form/web_form.json msgid "List Settings" @@ -14455,7 +14543,7 @@ msgstr "" msgid "List View Settings" msgstr "Postavke prikaza liste" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:150 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:161 msgid "List a document type" msgstr "Izlistaj vrste dokumenata" @@ -14471,6 +14559,11 @@ msgstr "Navedite kao [{\"label\": _(\"Jobs\"), \"route\":\"jobs\"}]" msgid "List of patches executed" msgstr "Lista izvršenih zakrpa" +#. Label of a HTML field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "List setting message" +msgstr "" + #: frappe/public/js/frappe/ui/toolbar/search_utils.js:542 msgid "Lists" msgstr "Liste" @@ -14614,7 +14707,7 @@ msgstr "Prijavia prije" msgid "Login Failed please try again" msgstr "Prijava nije uspjela, pokušajte ponovo" -#: frappe/email/doctype/email_account/email_account.py:139 +#: frappe/email/doctype/email_account/email_account.py:140 msgid "Login Id is required" msgstr "Id za prijavu je obavezan" @@ -14628,12 +14721,7 @@ msgstr "Metode prijave" msgid "Login Page" msgstr "Stranica za prijavu" -#. Label of a Check field in DocType 'Web Form' -#: frappe/website/doctype/web_form/web_form.json -msgid "Login Required" -msgstr "Prijava je obavezna" - -#: frappe/www/login.py:141 +#: frappe/www/login.py:142 msgid "Login To {0}" msgstr "Prijavite se na {0}" @@ -14653,10 +14741,15 @@ msgstr "Prijava je potrebna da biste vidjeli pregled liste web obrasca. Omogući msgid "Login link sent to your email" msgstr "Link za prijavu poslan je na vašu e-poštu" -#: frappe/auth.py:319 frappe/auth.py:322 +#: frappe/auth.py:327 frappe/auth.py:330 msgid "Login not allowed at this time" msgstr "Prijava trenutno nije dozvoljena" +#. Label of a Check field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Login required" +msgstr "" + #: frappe/twofactor.py:165 msgid "Login session expired, refresh page to retry" msgstr "Sesija prijave je istekla, osvježite stranicu za ponovni pokušaj" @@ -14695,7 +14788,7 @@ msgstr "Prijavite se putem email veze" msgid "Login with email link expiry (in minutes)" msgstr "Prijavite se sa istekom veze e-pošte (u minutama)" -#: frappe/auth.py:130 +#: frappe/auth.py:131 msgid "Login with username and password is not allowed." msgstr "Prijava sa korisničkim imenom i lozinkom nije dozvoljena." @@ -14819,6 +14912,11 @@ msgstr "Glavni" msgid "Make \"name\" searchable in Global Search" msgstr "Neka \"ime\" bude pretraživo u globalnoj pretrazi" +#. Label of a Check field in DocType 'DocField' +#: frappe/core/doctype/docfield/docfield.json +msgid "Make Attachment Public (by default)" +msgstr "" + #. Label of a Check field in DocType 'DocType' #. Label of a Check field in DocType 'Customize Form' #: frappe/core/doctype/doctype/doctype.json @@ -14848,6 +14946,12 @@ msgstr "Stranicu čini javnom" msgid "Male" msgstr "" +#. Label of a standard navbar item +#. Type: Route +#: frappe/hooks.py +msgid "Manage Billing" +msgstr "" + #: frappe/www/me.html:50 msgid "Manage third party apps" msgstr "Upravljajte aplikacijama trećih strana" @@ -14883,7 +14987,7 @@ msgstr "Obavezno zavisi od" msgid "Mandatory Depends On (JS)" msgstr "Obavezno zavisi od (JS)" -#: frappe/website/doctype/web_form/web_form.py:410 +#: frappe/website/doctype/web_form/web_form.py:411 msgid "Mandatory Information missing:" msgstr "Nedostaju obavezne informacije:" @@ -15024,11 +15128,6 @@ msgstr "" msgid "Max 500 records at a time" msgstr "Maksimalno 500 zapisa odjednom" -#. Label of a Int field in DocType 'Web Form' -#: frappe/website/doctype/web_form/web_form.json -msgid "Max Attachment Size (in MB)" -msgstr "Maksimalna veličina priloga (u MB)" - #. Label of a Int field in DocType 'DocType' #. Label of a Int field in DocType 'Customize Form' #: frappe/core/doctype/doctype/doctype.json @@ -15056,6 +15155,11 @@ msgstr "Maksimalna dužina" msgid "Max Value" msgstr "Maksimalna vrijednost" +#. Label of a Int field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Max attachment size" +msgstr "" + #. Label of a Int field in DocType 'System Settings' #: frappe/core/doctype/system_settings/system_settings.json msgid "Max auto email report per user" @@ -15096,7 +15200,7 @@ msgid "Maximum points allowed after multiplying points with the multiplier value msgstr "Maksimalni dozvoljeni broj bodova nakon množenja bodova sa vrijednošću množitelja\n" "(Napomena: Bez ograničenja ostavite ovo polje prazno ili postavite 0)" -#: frappe/model/rename_doc.py:679 +#: frappe/model/rename_doc.py:685 msgid "Maximum {0} rows allowed" msgstr "Maksimalno je dozvoljeno {0} redova" @@ -15193,7 +15297,7 @@ msgstr "Spajanje je moguće samo između grupe-grupe ili lista čvora-lista čvo msgid "Message" msgstr "Poruka" -#: frappe/__init__.py:589 frappe/public/js/frappe/ui/messages.js:267 +#: frappe/__init__.py:539 frappe/public/js/frappe/ui/messages.js:267 msgctxt "Default title of the message dialog" msgid "Message" msgstr "Poruka" @@ -15238,7 +15342,7 @@ msgstr "Vrsta poruke" msgid "Message clipped" msgstr "Poruka je izrezana" -#: frappe/email/doctype/email_account/email_account.py:315 +#: frappe/email/doctype/email_account/email_account.py:316 msgid "Message from server: {0}" msgstr "Poruka sa servera: {0}" @@ -15246,7 +15350,7 @@ msgstr "Poruka sa servera: {0}" msgid "Message not setup" msgstr "Poruka nije postavljena" -#. Description of the 'Success Message' (Text) field in DocType 'Web Form' +#. Description of the 'Success message' (Text) field in DocType 'Web Form' #: frappe/website/doctype/web_form/web_form.json msgid "Message to be displayed on successful completion" msgstr "Poruka će se prikazati po uspješnom završetku" @@ -15267,17 +15371,13 @@ msgid "Meta" msgstr "Meta" #. Label of a Small Text field in DocType 'Blog Post' -#. Label of a Small Text field in DocType 'Web Form' #: frappe/website/doctype/blog_post/blog_post.json -#: frappe/website/doctype/web_form/web_form.json #: frappe/website/doctype/web_page/web_page.js:124 msgid "Meta Description" msgstr "Meta opis" #. Label of a Attach Image field in DocType 'Blog Post' -#. Label of a Attach Image field in DocType 'Web Form' #: frappe/website/doctype/blog_post/blog_post.json -#: frappe/website/doctype/web_form/web_form.json #: frappe/website/doctype/web_page/web_page.js:131 msgid "Meta Image" msgstr "Meta slika" @@ -15292,13 +15392,26 @@ msgid "Meta Tags" msgstr "Meta tagovi" #. Label of a Data field in DocType 'Blog Post' -#. Label of a Data field in DocType 'Web Form' #: frappe/website/doctype/blog_post/blog_post.json -#: frappe/website/doctype/web_form/web_form.json #: frappe/website/doctype/web_page/web_page.js:117 msgid "Meta Title" msgstr "Meta naslov" +#. Label of a Small Text field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Meta description" +msgstr "" + +#. Label of a Attach Image field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Meta image" +msgstr "" + +#. Label of a Data field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Meta title" +msgstr "" + #: frappe/website/doctype/web_page/web_page.js:110 msgid "Meta title for SEO" msgstr "Meta naslov za SEO" @@ -15318,7 +15431,7 @@ msgstr "Meta naslov za SEO" msgid "Method" msgstr "Metod" -#: frappe/__init__.py:907 +#: frappe/__init__.py:857 msgid "Method Not Allowed" msgstr "" @@ -15410,7 +15523,7 @@ msgstr "Nedostaje vrijednost" msgid "Missing Values Required" msgstr "Nedostajuće vrijednosti su obavezne" -#: frappe/www/login.py:101 +#: frappe/www/login.py:102 msgid "Mobile" msgstr "Mobilni" @@ -15625,7 +15738,7 @@ msgstr "Mjesečni rang" #: frappe/public/js/frappe/form/multi_select_dialog.js:72 #: frappe/public/js/frappe/ui/toolbar/search.js:285 #: frappe/public/js/frappe/ui/toolbar/search.js:300 -#: frappe/public/js/frappe/widgets/chart_widget.js:674 +#: frappe/public/js/frappe/widgets/chart_widget.js:680 #: frappe/templates/includes/list/list.html:23 #: frappe/templates/includes/search_template.html:13 msgid "More" @@ -15759,7 +15872,7 @@ msgstr "Mora biti zatvoren u '()' i uključiti '{0}', što je čuvar mjesta za k msgid "Must be of type \"Attach Image\"" msgstr "Mora biti tipa \"Priloži sliku\"" -#: frappe/desk/query_report.py:203 +#: frappe/desk/query_report.py:204 msgid "Must have report permission to access this report." msgstr "Mora imati dozvolu za pristup ovom izvještaju." @@ -15777,7 +15890,7 @@ msgid "Mx" msgstr "" #: frappe/templates/includes/web_sidebar.html:41 -#: frappe/website/doctype/web_form/web_form.py:399 +#: frappe/website/doctype/web_form/web_form.py:400 #: frappe/website/doctype/website_settings/website_settings.py:181 #: frappe/www/list.py:20 frappe/www/me.html:4 frappe/www/me.html:8 #: frappe/www/update_password.py:10 @@ -15820,6 +15933,7 @@ msgstr "NAPOMENA: Ovo polje je zbog starih postavki. Ponovo podesite LDAP za rad #. Label of a Data field in DocType 'Workspace' #. Label of a Data field in DocType 'Slack Webhook URL' #: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/doctype/doctype_list.js:10 #: frappe/custom/doctype/customize_form_field/customize_form_field.json #: frappe/desk/doctype/workspace/workspace.json #: frappe/integrations/doctype/slack_webhook_url/slack_webhook_url.json @@ -15839,7 +15953,7 @@ msgstr "Naziv (Naziv dokumenta)" msgid "Name already taken, please set a new name" msgstr "Naziv je već zauzet, postavite novi naziv" -#: frappe/model/naming.py:479 +#: frappe/model/naming.py:478 msgid "Name cannot contain special characters like {0}" msgstr "Naziv ne može sadržavati posebne znakove poput {0}" @@ -15851,7 +15965,7 @@ msgstr "Naziv tipa dokumenta (DocType) sa kojim želite da se ovo polje poveže. msgid "Name of the new Print Format" msgstr "Naziv novog formata za štampanje" -#: frappe/model/naming.py:474 +#: frappe/model/naming.py:473 msgid "Name of {0} cannot be {1}" msgstr "Ime {0} ne može biti {1}" @@ -15951,20 +16065,20 @@ msgstr "Kreći se po listi gore" msgid "Navigate to main content" msgstr "Idite na glavni sadržaj" -#. Label of a Section Break field in DocType 'Role' -#: frappe/core/doctype/role/role.json +#. Label of a Section Break field in DocType 'User' +#: frappe/core/doctype/user/user.json msgid "Navigation Settings" msgstr "Postavke navigacije" -#: frappe/desk/doctype/workspace/workspace.py:306 +#: frappe/desk/doctype/workspace/workspace.py:310 msgid "Need Workspace Manager role to edit private workspace of other users" msgstr "Potrebna je uloga upravitelja radnog prostora za uređivanje privatnog radnog prostora drugih korisnika" -#: frappe/desk/doctype/workspace/workspace.py:350 +#: frappe/desk/doctype/workspace/workspace.py:354 msgid "Need Workspace Manager role to hide/unhide public workspaces" msgstr "Potrebna je uloga upravitelja radnog prostora za skrivanje/otkrivanje javnih radnih prostora" -#: frappe/model/document.py:625 +#: frappe/model/document.py:629 msgid "Negative Value" msgstr "Negativna vrijednost" @@ -15981,7 +16095,7 @@ msgstr "Postavke mrežnog štampača" #. Option for the 'Send Alert On' (Select) field in DocType 'Notification' #. Option for the 'For Document Event' (Select) field in DocType 'Energy Point #. Rule' -#: frappe/core/doctype/success_action/success_action.js:55 +#: frappe/core/doctype/success_action/success_action.js:57 #: frappe/core/page/dashboard_view/dashboard_view.js:173 #: frappe/desk/doctype/todo/todo.js:46 #: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json @@ -16106,7 +16220,7 @@ msgstr "Novi radni prostor" msgid "New password cannot be same as old password" msgstr "Nova lozinka ne može biti ista kao stara lozinka" -#: frappe/utils/change_log.py:391 +#: frappe/utils/change_log.py:394 msgid "New updates are available" msgstr "Dostupna su nova ažuriranja" @@ -16133,7 +16247,7 @@ msgstr "Nova vrijednost koju treba postaviti" #: frappe/public/js/frappe/ui/toolbar/search_utils.js:218 #: frappe/public/js/frappe/views/breadcrumbs.js:192 #: frappe/public/js/frappe/views/treeview.js:332 -#: frappe/website/doctype/web_form/web_form.py:308 +#: frappe/website/doctype/web_form/web_form.py:309 msgid "New {0}" msgstr "Novi {0}" @@ -16149,15 +16263,15 @@ msgstr "Novi {0} {1} dodan na kontrolnu tablu {2}" msgid "New {0} {1} created" msgstr "Novi {0} {1} kreiran" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:374 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:378 msgid "New {0}: {1}" msgstr "Novi {0}: {1}" -#: frappe/utils/change_log.py:373 +#: frappe/utils/change_log.py:376 msgid "New {} releases for the following apps are available" msgstr "Dostupna su nova {} izdanja za sljedeće aplikacije" -#: frappe/core/doctype/user/user.py:786 +#: frappe/core/doctype/user/user.py:747 msgid "Newly created user {0} has no roles enabled." msgstr "Novokreirani korisnik {0} nema omogućene uloge." @@ -16199,7 +16313,7 @@ msgstr "Bilten mora biti objavljen da biste poslali vezu za web pregled u e-mail msgid "Newsletter should have atleast one recipient" msgstr "Bilten treba da ima najmanje jednog primaoca" -#: frappe/email/doctype/newsletter/newsletter.py:390 +#: frappe/email/doctype/newsletter/newsletter.py:393 msgid "Newsletters" msgstr "Bilteni" @@ -16207,7 +16321,7 @@ msgstr "Bilteni" #: frappe/public/js/frappe/web_form/web_form.js:91 #: frappe/public/js/onboarding_tours/onboarding_tours.js:15 #: frappe/public/js/onboarding_tours/onboarding_tours.js:240 -#: frappe/templates/includes/slideshow.html:38 frappe/website/utils.py:253 +#: frappe/templates/includes/slideshow.html:38 frappe/website/utils.py:254 #: frappe/website/web_template/slideshow/slideshow.html:44 msgid "Next" msgstr "Sljedeći" @@ -16286,14 +16400,14 @@ msgstr "Dalje na klik" #: frappe/integrations/doctype/webhook/webhook.py:140 #: frappe/printing/doctype/print_format/print_format.json #: frappe/public/js/form_builder/utils.js:341 -#: frappe/public/js/frappe/form/controls/link.js:475 +#: frappe/public/js/frappe/form/controls/link.js:486 #: frappe/public/js/frappe/list/list_sidebar_group_by.js:223 -#: frappe/public/js/frappe/views/reports/query_report.js:1529 +#: frappe/public/js/frappe/views/reports/query_report.js:1534 #: frappe/website/doctype/help_article/templates/help_article.html:26 msgid "No" msgstr "Br" -#: frappe/public/js/frappe/ui/filters/filter.js:506 +#: frappe/public/js/frappe/ui/filters/filter.js:538 msgctxt "Checkbox is not checked" msgid "No" msgstr "Br" @@ -16392,7 +16506,7 @@ msgstr "Nema oznake" msgid "No Letterhead" msgstr "Bez memoranduma" -#: frappe/model/naming.py:456 +#: frappe/model/naming.py:455 msgid "No Name Specified for {0}" msgstr "Nije navedeno ime za {0}" @@ -16440,7 +16554,7 @@ msgstr "Nema rezultata" msgid "No Results found" msgstr "Nema rezultata" -#: frappe/core/doctype/user/user.py:787 +#: frappe/core/doctype/user/user.py:748 msgid "No Roles Specified" msgstr "Nisu navedene uloge" @@ -16512,11 +16626,11 @@ msgstr "Još nema komentara. " msgid "No contacts added yet." msgstr "Još nema dodanih kontakata." -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:427 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:431 msgid "No contacts linked to document" msgstr "Nema kontakata povezanih s dokumentom" -#: frappe/desk/query_report.py:338 +#: frappe/desk/query_report.py:339 msgid "No data to export" msgstr "" @@ -16585,7 +16699,7 @@ msgstr "Broj kolona" msgid "No of Rows (Max 500)" msgstr "Broj redova (Max. 500)" -#: frappe/__init__.py:1096 frappe/client.py:109 frappe/client.py:151 +#: frappe/__init__.py:1046 frappe/client.py:109 frappe/client.py:151 msgid "No permission for {0}" msgstr "Nema dozvole za {0}" @@ -16618,11 +16732,11 @@ msgstr "Nema označenih zapisa." msgid "No records will be exported" msgstr "Nijedan zapis neće biti izvezen" -#: frappe/www/printview.py:424 +#: frappe/www/printview.py:427 msgid "No template found at path: {0}" msgstr "Nije pronađen šablon na putu: {0}" -#: frappe/public/js/frappe/form/controls/multiselect_list.js:226 +#: frappe/public/js/frappe/form/controls/multiselect_list.js:242 msgid "No values to show" msgstr "Nema vrijednosti za prikaz" @@ -16685,7 +16799,7 @@ msgstr "Normalizovane kopije" msgid "Normalized Query" msgstr "Normalizirani upit" -#: frappe/core/doctype/user/user.py:994 +#: frappe/core/doctype/user/user.py:955 #: frappe/templates/includes/login/login.js:258 frappe/utils/oauth.py:271 msgid "Not Allowed" msgstr "Nije dozvoljeno" @@ -16727,17 +16841,17 @@ msgstr "Nije kao" msgid "Not Linked to any record" msgstr "Nije povezano ni sa jednim zapisom" -#: frappe/__init__.py:989 frappe/app.py:357 frappe/desk/calendar.py:26 +#: frappe/__init__.py:939 frappe/app.py:357 frappe/desk/calendar.py:26 #: frappe/desk/treeview.py:19 frappe/geo/utils.py:97 #: frappe/public/js/frappe/web_form/webform_script.js:15 -#: frappe/website/doctype/web_form/web_form.py:601 +#: frappe/website/doctype/web_form/web_form.py:602 #: frappe/website/page_renderers/not_permitted_page.py:20 -#: frappe/www/login.py:182 frappe/www/qrcode.py:22 frappe/www/qrcode.py:25 +#: frappe/www/login.py:183 frappe/www/qrcode.py:22 frappe/www/qrcode.py:25 #: frappe/www/qrcode.py:37 msgid "Not Permitted" msgstr "Nije dozvoljeno" -#: frappe/desk/query_report.py:513 +#: frappe/desk/query_report.py:519 msgid "Not Permitted to read {0}" msgstr "Nije dozvoljeno čitati {0}" @@ -16773,7 +16887,7 @@ msgstr "Nije poslano" msgid "Not Set" msgstr "Nije postavljeno" -#: frappe/public/js/frappe/ui/filters/filter.js:568 +#: frappe/public/js/frappe/ui/filters/filter.js:600 msgctxt "Field value is not set" msgid "Not Set" msgstr "Nije postavljeno" @@ -16782,7 +16896,7 @@ msgstr "Nije postavljeno" msgid "Not a valid Comma Separated Value (CSV File)" msgstr "Nije važeća vrijednost odvojena zarezima (CSV datoteka)" -#: frappe/core/doctype/user/user.py:199 +#: frappe/core/doctype/user/user.py:218 msgid "Not a valid User Image." msgstr "Nije važeća korisnička slika." @@ -16810,11 +16924,11 @@ msgstr "Nije dozvoljeno priložiti {0} dokument, omogućite Dozvoli štampanje z msgid "Not allowed to create custom Virtual DocType." msgstr "Nije dozvoljeno kreirati prilagođeni virtualni DocType." -#: frappe/www/printview.py:124 +#: frappe/www/printview.py:127 msgid "Not allowed to print cancelled documents" msgstr "Nije dozvoljeno štampanje otkazanih dokumenata" -#: frappe/www/printview.py:121 +#: frappe/www/printview.py:124 msgid "Not allowed to print draft documents" msgstr "Nije dozvoljeno štampanje nacrta dokumenata" @@ -16835,12 +16949,12 @@ msgid "Not in Developer Mode! Set in site_config.json or make 'Custom' DocType." msgstr "Nije u načinu rada za programere! Postavite u site_config.json ili napravite 'Custom' DocType." #: frappe/api/v1.py:88 frappe/api/v1.py:93 -#: frappe/core/doctype/system_settings/system_settings.py:210 +#: frappe/core/doctype/system_settings/system_settings.py:212 #: frappe/handler.py:109 frappe/public/js/frappe/request.js:157 #: frappe/public/js/frappe/request.js:167 #: frappe/public/js/frappe/request.js:172 #: frappe/public/js/frappe/views/kanban/kanban_board.bundle.js:67 -#: frappe/website/doctype/web_form/web_form.py:614 +#: frappe/website/doctype/web_form/web_form.py:615 #: frappe/website/js/website.js:97 msgid "Not permitted" msgstr "Nije dozvoljeno" @@ -16851,7 +16965,7 @@ msgstr "Nema dopuštenja za pregled {0}" #. Label of a Link in the Tools Workspace #. Name of a DocType -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:396 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:400 #: frappe/automation/workspace/tools/tools.json #: frappe/desk/doctype/note/note.json msgid "Note" @@ -16976,8 +17090,8 @@ msgstr "Obavijest Pretplaćeni dokument" msgid "Notification sent to" msgstr "Obavještenje je poslano na" -#. Label of a Check field in DocType 'Role' -#: frappe/core/doctype/role/role.json +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json #: frappe/public/js/frappe/ui/notifications/notifications.js:50 #: frappe/public/js/frappe/ui/notifications/notifications.js:187 msgid "Notifications" @@ -17092,7 +17206,7 @@ msgstr "Broj upita" msgid "Number of attachment fields are more than {}, limit updated to {}." msgstr "Broj polja priloga je veći od {}, ograničenje je ažurirano na {}." -#: frappe/core/doctype/system_settings/system_settings.py:163 +#: frappe/core/doctype/system_settings/system_settings.py:165 msgid "Number of backups must be greater than zero." msgstr "Broj sigurnosnih kopija mora biti veći od nule." @@ -17172,7 +17286,7 @@ msgstr "Postavke davatelja OAuth" msgid "OAuth Scope" msgstr "Opseg OAuth" -#: frappe/email/doctype/email_account/email_account.js:178 +#: frappe/email/doctype/email_account/email_account.js:182 msgid "OAuth has been enabled but not authorised. Please use \"Authorise API Access\" button to do the same." msgstr "OAuth je omogućen, ali nije ovlašten. Koristite dugme \"Odobri pristup API-ju\" da učinite isto." @@ -17251,7 +17365,7 @@ msgstr "Pomak Y" msgid "Old Password" msgstr "Stara lozinka" -#: frappe/custom/doctype/custom_field/custom_field.py:362 +#: frappe/custom/doctype/custom_field/custom_field.py:363 msgid "Old and new fieldnames are same." msgstr "Stari i novi nazivi polja su isti." @@ -17282,6 +17396,16 @@ msgstr "O autorizaciji plaćanja" msgid "On checking this option, URL will be treated like a jinja template string" msgstr "Kada označite ovu opciju, URL će se tretirati kao niz jinja šablona" +#: frappe/public/js/frappe/ui/filters/filter.js:63 +#: frappe/public/js/frappe/ui/filters/filter.js:69 +msgid "On or After" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:62 +#: frappe/public/js/frappe/ui/filters/filter.js:68 +msgid "On or Before" +msgstr "" + #: frappe/public/js/frappe/views/communication.js:951 msgid "On {0}, {1} wrote:" msgstr "{0}, {1} je napisao:" @@ -17506,7 +17630,7 @@ msgstr "Otvori URL u novoj kartici" msgid "Open a dialog with mandatory fields to create a new record quickly" msgstr "Otvorite dijalog sa obaveznim poljima da brzo kreirate novi zapis" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:165 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:176 msgid "Open a module or tool" msgstr "Otvori modul ili alat" @@ -17556,7 +17680,7 @@ msgstr "Otvoreno" msgid "Operation" msgstr "" -#: frappe/utils/data.py:1824 +#: frappe/utils/data.py:1838 msgid "Operator must be one of {0}" msgstr "Operator mora biti jedan od {0}" @@ -17744,7 +17868,7 @@ msgstr "ZAKRPA" #: frappe/printing/page/print/print.js:71 #: frappe/public/js/frappe/form/templates/print_layout.html:44 -#: frappe/public/js/frappe/views/reports/query_report.js:1656 +#: frappe/public/js/frappe/views/reports/query_report.js:1663 msgid "PDF" msgstr "PDF" @@ -18098,11 +18222,11 @@ msgstr "Pasivno" msgid "Password" msgstr "Lozinka" -#: frappe/core/doctype/user/user.py:1057 +#: frappe/core/doctype/user/user.py:1018 msgid "Password Email Sent" msgstr "E-pošta s lozinkom poslana" -#: frappe/core/doctype/user/user.py:423 +#: frappe/core/doctype/user/user.py:393 msgid "Password Reset" msgstr "Poništavanje lozinke" @@ -18124,7 +18248,7 @@ msgstr "Lozinka je uspješno promijenjena." msgid "Password for Base DN" msgstr "Lozinka za osnovni DN" -#: frappe/email/doctype/email_account/email_account.py:170 +#: frappe/email/doctype/email_account/email_account.py:171 msgid "Password is required or select Awaiting Password" msgstr "Lozinka je obavezna ili odaberite Čekanje lozinke" @@ -18136,7 +18260,7 @@ msgstr "Nedostaje lozinka na nalogu e-pošte" msgid "Password not found for {0} {1} {2}" msgstr "Lozinka nije pronađena za {0} {1} {2}" -#: frappe/core/doctype/user/user.py:1056 +#: frappe/core/doctype/user/user.py:1017 msgid "Password reset instructions have been sent to your email" msgstr "Uputstva za ponovno postavljanje lozinke su poslana na vašu e-poštu" @@ -18144,11 +18268,11 @@ msgstr "Uputstva za ponovno postavljanje lozinke su poslana na vašu e-poštu" msgid "Password set" msgstr "Lozinka postavljena" -#: frappe/auth.py:236 +#: frappe/auth.py:244 msgid "Password size exceeded the maximum allowed size" msgstr "Veličina lozinke je premašila maksimalno dozvoljenu veličinu" -#: frappe/core/doctype/user/user.py:850 +#: frappe/core/doctype/user/user.py:811 msgid "Password size exceeded the maximum allowed size." msgstr "Veličina lozinke je premašila maksimalno dozvoljenu veličinu." @@ -18160,7 +18284,7 @@ msgstr "Lozinke se ne podudaraju" msgid "Passwords do not match!" msgstr "Lozinke se ne podudaraju!" -#: frappe/email/doctype/newsletter/newsletter.py:156 +#: frappe/email/doctype/newsletter/newsletter.py:159 msgid "Past dates are not allowed for Scheduling." msgstr "Prošli datumi nisu dozvoljeni za zakazivanje." @@ -18470,6 +18594,15 @@ msgstr "PIN kod" msgid "Pink" msgstr "Roza" +#. Label of a Data field in DocType 'DocField' +#. Label of a Data field in DocType 'Custom Field' +#. Label of a Data field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Placeholder" +msgstr "" + #. Option for the 'Message Type' (Select) field in DocType 'Notification' #: frappe/email/doctype/notification/notification.json msgid "Plain Text" @@ -18500,7 +18633,7 @@ msgstr "Molimo postavite grafikon" msgid "Please Update SMS Settings" msgstr "Ažurirajte postavke za SMS" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:570 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:574 msgid "Please add a subject to your email" msgstr "Dodajte predmet svojoj e-pošti" @@ -18508,7 +18641,7 @@ msgstr "Dodajte predmet svojoj e-pošti" msgid "Please add a valid comment." msgstr "Molimo dodajte ispravan komentar." -#: frappe/core/doctype/user/user.py:1039 +#: frappe/core/doctype/user/user.py:1000 msgid "Please ask your administrator to verify your sign-up" msgstr "Zamolite svog administratora da potvrdi vašu registraciju" @@ -18540,7 +18673,7 @@ msgstr "Provjerite vrijednosti filtera postavljene za grafikon nadzorne ploče: msgid "Please check the value of \"Fetch From\" set for field {0}" msgstr "Provjerite vrijednost \"Dohvati iz\" postavljenu za polje {0}" -#: frappe/core/doctype/user/user.py:1037 +#: frappe/core/doctype/user/user.py:998 msgid "Please check your email for verification" msgstr "Molimo provjerite svoju e-poštu za potvrdu" @@ -18592,7 +18725,7 @@ msgstr "Molimo nemojte mijenjati naslove šablona." msgid "Please duplicate this to make changes" msgstr "Molimo duplirajte ovo da izvršite promjene" -#: frappe/core/doctype/system_settings/system_settings.py:156 +#: frappe/core/doctype/system_settings/system_settings.py:158 msgid "Please enable atleast one Social Login Key or LDAP or Login With Email Link before disabling username/password based login." msgstr "Omogućite barem jedan ključ za prijavu na društvenim mrežama ili LDAP ili se prijavite putem veze e-pošte prije nego što onemogućite prijavu zasnovanu na korisničkom imenu/lozinki." @@ -18675,7 +18808,7 @@ msgstr "Unesite svoju novu lozinku." msgid "Please enter your old password." msgstr "Unesite svoju staru lozinku." -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:402 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:406 msgid "Please find attached {0}: {1}" msgstr "Molimo pronađite priloženi {0}: {1}" @@ -18691,7 +18824,7 @@ msgstr "Molimo prijavite se da biste objavili komentar." msgid "Please make sure the Reference Communication Docs are not circularly linked." msgstr "Uvjerite se da Referentni komunikacijski dokumenti nisu kružno povezani." -#: frappe/model/document.py:818 +#: frappe/model/document.py:822 msgid "Please refresh to get the latest document." msgstr "Osvježite da dobijete najnoviji dokument." @@ -18735,7 +18868,7 @@ msgstr "Molimo prvo odaberite DocType" msgid "Please select Entity Type first" msgstr "Prvo odaberite vrstu entiteta" -#: frappe/core/doctype/system_settings/system_settings.py:106 +#: frappe/core/doctype/system_settings/system_settings.py:108 msgid "Please select Minimum Password Score" msgstr "Molimo odaberite Minimalni rezultat lozinke" @@ -18755,11 +18888,11 @@ msgstr "" msgid "Please select a file or url" msgstr "Molimo odaberite datoteku ili url" -#: frappe/model/rename_doc.py:674 +#: frappe/model/rename_doc.py:680 msgid "Please select a valid csv file with data" msgstr "Molimo odaberite važeću csv datoteku sa podacima" -#: frappe/utils/data.py:253 +#: frappe/utils/data.py:254 msgid "Please select a valid date filter" msgstr "Molimo odaberite važeći filter datuma" @@ -18809,7 +18942,7 @@ msgstr "Molimo postavite filtere" msgid "Please set filters value in Report Filter table." msgstr "Molimo postavite vrijednost filtera u tabeli Filter izvještaja." -#: frappe/model/naming.py:549 +#: frappe/model/naming.py:548 msgid "Please set the document name" msgstr "Molimo postavite naziv dokumenta" @@ -18821,7 +18954,7 @@ msgstr "Molimo prvo postavite sljedeće dokumente na ovoj kontrolnoj ploči kao msgid "Please set the series to be used." msgstr "Molimo postavite seriju koja će se koristiti." -#: frappe/core/doctype/system_settings/system_settings.py:119 +#: frappe/core/doctype/system_settings/system_settings.py:121 msgid "Please setup SMS before setting it as an authentication method, via SMS Settings" msgstr "Podesite SMS prije nego što ga postavite kao metodu provjere autentičnosti, putem SMS postavki" @@ -18829,11 +18962,11 @@ msgstr "Podesite SMS prije nego što ga postavite kao metodu provjere autentičn msgid "Please setup a message first" msgstr "Molimo prvo postavite poruku" -#: frappe/email/doctype/email_account/email_account.py:405 +#: frappe/email/doctype/email_account/email_account.py:406 msgid "Please setup default Email Account from Settings > Email Account" msgstr "Podesite podrazumijevani nalog e-pošte iz Podešavanja > Nalog e-pošte" -#: frappe/core/doctype/user/user.py:374 +#: frappe/core/doctype/user/user.py:358 msgid "Please setup default outgoing Email Account from Settings > Email Account" msgstr "Podesite podrazumijevani odlazni nalog e-pošte iz Podešavanja > Nalog e-pošte" @@ -18866,7 +18999,7 @@ msgstr "Ažurirajte {} prije nego nastavite." msgid "Please use a valid LDAP search filter" msgstr "Molimo koristite važeći LDAP filter za pretraživanje" -#: frappe/email/doctype/newsletter/newsletter.py:333 +#: frappe/email/doctype/newsletter/newsletter.py:336 msgid "Please verify your Email Address" msgstr "Molimo potvrdite svoju adresu e-pošte" @@ -19039,7 +19172,7 @@ msgstr "Pripremljen izvještaj" msgid "Prepared Report User" msgstr "Korisnik pripremljenog izvještaja" -#: frappe/desk/query_report.py:301 +#: frappe/desk/query_report.py:302 msgid "Prepared report render failed" msgstr "Renderiranje pripremljenog izvještaja nije uspjelo" @@ -19171,7 +19304,7 @@ msgstr "Primarni telefon" #. Label of a Check field in DocType 'User Document Type' #: frappe/core/doctype/custom_docperm/custom_docperm.json #: frappe/core/doctype/docperm/docperm.json -#: frappe/core/doctype/success_action/success_action.js:56 +#: frappe/core/doctype/success_action/success_action.js:58 #: frappe/core/doctype/user_document_type/user_document_type.json #: frappe/printing/page/print/print.js:65 #: frappe/public/js/frappe/form/success_action.js:81 @@ -19179,13 +19312,13 @@ msgstr "Primarni telefon" #: frappe/public/js/frappe/form/toolbar.js:322 #: frappe/public/js/frappe/form/toolbar.js:334 #: frappe/public/js/frappe/list/bulk_operations.js:95 -#: frappe/public/js/frappe/views/reports/query_report.js:1642 +#: frappe/public/js/frappe/views/reports/query_report.js:1649 #: frappe/public/js/frappe/views/reports/report_view.js:1461 #: frappe/public/js/frappe/views/treeview.js:456 frappe/www/printview.html:18 msgid "Print" msgstr "Štampaj" -#: frappe/public/js/frappe/list/list_view.js:1910 +#: frappe/public/js/frappe/list/list_view.js:1918 msgctxt "Button in list view actions menu" msgid "Print" msgstr "Štampaj" @@ -19255,7 +19388,7 @@ msgstr "Pomoć za format štampanja" msgid "Print Format Type" msgstr "Tip formata za štampanje" -#: frappe/www/printview.py:406 +#: frappe/www/printview.py:409 msgid "Print Format {0} is disabled" msgstr "Format štampanja {0} je onemogućen" @@ -19711,7 +19844,7 @@ msgstr "Izvještaj o upitu" msgid "Query analysis complete. Check suggested indexes." msgstr "Analiza upita dovršena. Provjerite predložene indekse." -#: frappe/utils/safe_exec.py:428 +#: frappe/utils/safe_exec.py:477 msgid "Query must be of SELECT or read-only WITH type." msgstr "Upit mora biti tipa SELECT ili samo za čitanje WITH." @@ -19913,7 +20046,7 @@ msgstr "Postavke sirovog štampanja" msgid "Re-Run in Console" msgstr "Ponovo pokrenite u konzoli" -#: frappe/email/doctype/email_account/email_account.py:672 +#: frappe/email/doctype/email_account/email_account.py:673 msgid "Re:" msgstr "Re:" @@ -19993,7 +20126,7 @@ msgstr "Čitanje od strane primatelja uključeno" msgid "Read mode" msgstr "Režim čitanja" -#: frappe/utils/safe_exec.py:90 +#: frappe/utils/safe_exec.py:93 msgid "Read the documentation to know more" msgstr "Pročitajte dokumentaciju da biste saznali više" @@ -20028,11 +20161,6 @@ msgstr "" msgid "Rebuilding of tree is not supported for {}" msgstr "Obnova stabla nije podržana za {}" -#. Description of the 'Anonymous' (Check) field in DocType 'Web Form' -#: frappe/website/doctype/web_form/web_form.json -msgid "Receive anonymous response" -msgstr "Primi anonimni odgovor" - #. Option for the 'Sent or Received' (Select) field in DocType 'Communication' #: frappe/core/doctype/communication/communication.json msgid "Received" @@ -20377,7 +20505,7 @@ msgstr "Preporučilac" #: frappe/public/js/frappe/form/form.js:1132 #: frappe/public/js/frappe/form/templates/print_layout.html:6 #: frappe/public/js/frappe/list/base_list.js:65 -#: frappe/public/js/frappe/views/reports/query_report.js:1631 +#: frappe/public/js/frappe/views/reports/query_report.js:1638 #: frappe/public/js/frappe/views/treeview.js:462 #: frappe/public/js/frappe/widgets/chart_widget.js:290 #: frappe/public/js/frappe/widgets/number_card_widget.js:324 @@ -20418,7 +20546,7 @@ msgstr "Osvježavanje" msgid "Refreshing..." msgstr "Osvježavanje..." -#: frappe/core/doctype/user/user.py:1001 +#: frappe/core/doctype/user/user.py:962 msgid "Registered but disabled" msgstr "Registrovan, ali onemogućen" @@ -20771,7 +20899,7 @@ msgstr "Upravitelj izvještaja" #: frappe/core/doctype/report/report.json #: frappe/desk/doctype/dashboard_chart/dashboard_chart.json #: frappe/desk/doctype/number_card/number_card.json -#: frappe/public/js/frappe/views/reports/query_report.js:1812 +#: frappe/public/js/frappe/views/reports/query_report.js:1819 msgid "Report Name" msgstr "Naziv izvještaja" @@ -20828,7 +20956,7 @@ msgstr "Dostignut je limit za izvještaje" msgid "Report timed out." msgstr "Izvještaj je istekao." -#: frappe/desk/query_report.py:568 +#: frappe/desk/query_report.py:574 msgid "Report updated successfully" msgstr "Izvještaj je uspješno ažuriran" @@ -20836,7 +20964,7 @@ msgstr "Izvještaj je uspješno ažuriran" msgid "Report was not saved (there were errors)" msgstr "Izvještaj nije spremljen (bilo je grešaka)" -#: frappe/public/js/frappe/views/reports/query_report.js:1850 +#: frappe/public/js/frappe/views/reports/query_report.js:1857 msgid "Report with more than 10 columns looks better in Landscape mode." msgstr "Izvještaj sa više od 10 kolona izgleda bolje u pejzažnom načinu rada." @@ -20991,7 +21119,7 @@ msgstr "Resetuj grafikon" msgid "Reset Dashboard Customizations" msgstr "Resetujte prilagođavanja nadzorne ploče" -#: frappe/public/js/frappe/list/list_settings.js:227 +#: frappe/public/js/frappe/list/list_settings.js:230 msgid "Reset Fields" msgstr "Resetuj polja" @@ -21133,8 +21261,8 @@ msgctxt "Title of message showing restrictions in list view" msgid "Restrictions" msgstr "Ograničenja" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:345 -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:360 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:356 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:371 msgid "Result" msgstr "Rezultat" @@ -21349,7 +21477,7 @@ msgstr "Profil uloge" msgid "Role and Level" msgstr "Uloga i nivo" -#: frappe/core/doctype/user/user.py:315 +#: frappe/core/doctype/user/user.py:299 msgid "Role has been set as per the user type {0}" msgstr "Uloga je postavljena prema vrsti korisnika {0}" @@ -21464,7 +21592,7 @@ msgid "Route: Example \"/app\"" msgstr "Ruta: Primjer \"/app\"" #: frappe/model/base_document.py:727 frappe/model/base_document.py:768 -#: frappe/model/document.py:610 +#: frappe/model/document.py:614 msgid "Row" msgstr "Red" @@ -21629,14 +21757,14 @@ msgid "SMS Settings" msgstr "" #: frappe/core/doctype/sms_settings/sms_settings.py:109 -msgid "SMS sent to following numbers: {0}" -msgstr "SMS poslat na sljedeće brojeve: {0}" +msgid "SMS sent successfully" +msgstr "" #: frappe/templates/includes/login/login.js:377 msgid "SMS was not sent. Please contact Administrator." msgstr "SMS nije poslan. Molimo kontaktirajte administratora." -#: frappe/email/doctype/email_account/email_account.py:187 +#: frappe/email/doctype/email_account/email_account.py:188 msgid "SMTP Server is required" msgstr "Potreban je SMTP server" @@ -21744,14 +21872,14 @@ msgstr "" #: frappe/public/js/frappe/form/footer/form_timeline.js:663 #: frappe/public/js/frappe/form/quick_entry.js:161 #: frappe/public/js/frappe/list/list_settings.js:36 -#: frappe/public/js/frappe/list/list_settings.js:244 +#: frappe/public/js/frappe/list/list_settings.js:247 #: frappe/public/js/frappe/list/list_sidebar_group_by.js:25 #: frappe/public/js/frappe/ui/toolbar/toolbar.js:322 #: frappe/public/js/frappe/utils/common.js:443 #: frappe/public/js/frappe/views/kanban/kanban_settings.js:45 #: frappe/public/js/frappe/views/kanban/kanban_settings.js:189 #: frappe/public/js/frappe/views/kanban/kanban_view.js:343 -#: frappe/public/js/frappe/views/reports/query_report.js:1804 +#: frappe/public/js/frappe/views/reports/query_report.js:1811 #: frappe/public/js/frappe/views/reports/report_view.js:1649 #: frappe/public/js/frappe/views/workspace/workspace.js:532 #: frappe/public/js/frappe/widgets/base_widget.js:142 @@ -21782,7 +21910,7 @@ msgstr "Spremi prilagođavanja" msgid "Save Filter" msgstr "Spremi filter" -#: frappe/public/js/frappe/views/reports/query_report.js:1807 +#: frappe/public/js/frappe/views/reports/query_report.js:1814 msgid "Save Report" msgstr "Spremi izvještaj" @@ -21907,7 +22035,7 @@ msgstr "Planirano slanje" msgid "Scheduled To Send" msgstr "Zakazano za slanje" -#: frappe/core/doctype/server_script/server_script.py:281 +#: frappe/core/doctype/server_script/server_script.py:255 msgid "Scheduled execution for script {0} has updated" msgstr "Zakazano izvršenje za skriptu {0} je ažurirano" @@ -22032,8 +22160,8 @@ msgstr "Skripte" msgid "Search" msgstr "" -#. Label of a Check field in DocType 'Role' -#: frappe/core/doctype/role/role.json +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json msgid "Search Bar" msgstr "Traka za pretragu" @@ -22044,7 +22172,7 @@ msgstr "Traka za pretragu" msgid "Search Fields" msgstr "Polja za pretragu" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:175 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:186 msgid "Search Help" msgstr "Traži pomoć" @@ -22082,12 +22210,12 @@ msgstr "" msgid "Search for anything" msgstr "Traži bilo šta" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:289 -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:295 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:300 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:306 msgid "Search for {0}" msgstr "Traži {0}" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:155 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:166 msgid "Search in a document type" msgstr "Traži u vrsti dokumenta" @@ -22311,7 +22439,7 @@ msgid "Select Field..." msgstr "Odaberi polje..." #: frappe/public/js/frappe/form/grid_row.js:460 -#: frappe/public/js/frappe/list/list_settings.js:233 +#: frappe/public/js/frappe/list/list_settings.js:236 #: frappe/public/js/frappe/views/kanban/kanban_settings.js:181 msgid "Select Fields" msgstr "Odaberi polja" @@ -22499,7 +22627,7 @@ msgstr "Odaberite dvije verzije da vidite razliku." #: frappe/public/js/frappe/form/link_selector.js:24 #: frappe/public/js/frappe/form/multi_select_dialog.js:81 -#: frappe/public/js/frappe/form/multi_select_dialog.js:281 +#: frappe/public/js/frappe/form/multi_select_dialog.js:283 #: frappe/public/js/frappe/list/list_view_select.js:153 #: frappe/public/js/print_format_builder/Preview.vue:90 msgid "Select {0}" @@ -22839,7 +22967,7 @@ msgstr "IP servera" msgid "Server Script" msgstr "Serverska skripta" -#: frappe/utils/safe_exec.py:89 +#: frappe/utils/safe_exec.py:92 msgid "Server Scripts are disabled. Please enable server scripts from bench configuration." msgstr "Serverske skripte su onemogućene. Omogućite serverske skripte iz bench konfiguracije." @@ -22890,11 +23018,11 @@ msgstr "Sesija je istekla" msgid "Session Expiry (idle timeout)" msgstr "Istek sesije (vremensko ograničenje mirovanja)" -#: frappe/core/doctype/system_settings/system_settings.py:113 +#: frappe/core/doctype/system_settings/system_settings.py:115 msgid "Session Expiry must be in format {0}" msgstr "Istek sesije mora biti u formatu {0}" -#: frappe/public/js/frappe/ui/filters/filter.js:567 +#: frappe/public/js/frappe/ui/filters/filter.js:599 msgctxt "Field value is set" msgid "Set" msgstr "Postavi" @@ -23028,6 +23156,11 @@ msgstr "Postavi nestandardnu preciznost za Float ili Valuta polje" msgid "Set only once" msgstr "Postavi samo jednom" +#. Description of the 'Max attachment size' (Int) field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Set size in MB" +msgstr "" + #. Description of the 'Filters Configuration' (Code) field in DocType 'Number #. Card' #: frappe/desk/doctype/number_card/number_card.json @@ -23160,7 +23293,7 @@ msgstr "Postavljanje > Korisničke dozvole" msgid "Setup Approval Workflows" msgstr "Postavljanje radnih tokova za odobrenje" -#: frappe/public/js/frappe/views/reports/query_report.js:1677 +#: frappe/public/js/frappe/views/reports/query_report.js:1684 #: frappe/public/js/frappe/views/reports/report_view.js:1627 msgid "Setup Auto Email" msgstr "Postavljanje automatske e-pošte" @@ -23539,8 +23672,8 @@ msgstr "Prikazuju se samo numerička polja iz izvještaja" msgid "Showing only first {0} rows out of {1}" msgstr "Prikaz se samo prvih {0} redova od {1}" -#. Label of a Check field in DocType 'Role' -#: frappe/core/doctype/role/role.json +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json msgid "Sidebar" msgstr "Bočna traka" @@ -23564,7 +23697,7 @@ msgstr "Bočna traka i komentari" msgid "Sign Up and Confirmation" msgstr "Prijava i potvrda" -#: frappe/core/doctype/user/user.py:994 +#: frappe/core/doctype/user/user.py:955 msgid "Sign Up is disabled" msgstr "Prijava je onemogućena" @@ -23633,7 +23766,7 @@ msgstr "Pojedinačni tipovi dokumenata se ne mogu prilagoditi." msgid "Single Types have only one record no tables associated. Values are stored in tabSingles" msgstr "Pojedinačni tipovi imaju samo jedan zapis bez pridruženih tablica. Vrijednosti se pohranjuju u tabSingles" -#: frappe/database/database.py:240 +#: frappe/database/database.py:242 msgid "Site is running in read only mode for maintenance or site update, this action can not be performed right now. Please try again later." msgstr "Stranica radi u načinu samo za čitanje radi održavanja ili ažuriranja stranice, ova radnja se trenutno ne može izvršiti. Molimo pokušajte ponovo kasnije." @@ -23912,6 +24045,12 @@ msgstr "Posebni znakovi osim '-', '#', '.', '/', '{{' and '}}' nisu dozvoljeni u msgid "Specify a custom timeout, default timeout is 1500 seconds" msgstr "" +#. Description of the 'Allowed embedding domains' (Small Text) field in DocType +#. 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Specify the domains or origins that are permitted to embed this form. Enter one domain per line (e.g., https://example.com). If no domains are specified, the form can only be embedded on the same origin." +msgstr "" + #. Label of a Attach Image field in DocType 'Website Settings' #: frappe/website/doctype/website_settings/website_settings.json msgid "Splash Image" @@ -23991,11 +24130,11 @@ msgstr "Standardni web obrasci se ne mogu mijenjati, umjesto toga duplirajte web msgid "Standard rich text editor with controls" msgstr "Standardni uređivač bogatog teksta sa kontrolama" -#: frappe/core/doctype/role/role.py:65 +#: frappe/core/doctype/role/role.py:46 msgid "Standard roles cannot be disabled" msgstr "Standardne uloge se ne mogu onemogućiti" -#: frappe/core/doctype/role/role.py:51 +#: frappe/core/doctype/role/role.py:32 msgid "Standard roles cannot be renamed" msgstr "Standardne uloge se ne mogu preimenovati" @@ -24020,6 +24159,7 @@ msgstr "" #. Label of a Date field in DocType 'Auto Repeat' #. Label of a Datetime field in DocType 'Web Page' #: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:140 #: frappe/public/js/frappe/utils/common.js:409 #: frappe/website/doctype/web_page/web_page.json msgid "Start Date" @@ -24184,7 +24324,7 @@ msgstr "Statistika zasnovana na prošlosedmičnom učinku (od {0} do {1})" #: frappe/email/doctype/newsletter/newsletter.json #: frappe/integrations/doctype/integration_request/integration_request.json #: frappe/integrations/doctype/oauth_bearer_token/oauth_bearer_token.json -#: frappe/public/js/frappe/list/list_settings.js:356 +#: frappe/public/js/frappe/list/list_settings.js:359 #: frappe/public/js/frappe/views/reports/report_view.js:909 #: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.json #: frappe/website/doctype/personal_data_deletion_step/personal_data_deletion_step.json @@ -24366,7 +24506,7 @@ msgstr "Red za podnošenje" msgid "Submit" msgstr "" -#: frappe/public/js/frappe/list/list_view.js:1977 +#: frappe/public/js/frappe/list/list_view.js:1985 msgctxt "Button in list view actions menu" msgid "Submit" msgstr "" @@ -24396,11 +24536,6 @@ msgstr "" msgid "Submit After Import" msgstr "" -#. Label of a Data field in DocType 'Web Form' -#: frappe/website/doctype/web_form/web_form.json -msgid "Submit Button Label" -msgstr "Oznaka dugmeta za slanje" - #: frappe/core/page/permission_manager/permission_manager_help.html:39 msgid "Submit an Issue" msgstr "Pošalji problem" @@ -24410,8 +24545,14 @@ msgctxt "Button in web form" msgid "Submit another response" msgstr "Pošalji drugi odgovor" +#. Label of a Data field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Submit button label" +msgstr "" + #. Label of a Check field in DocType 'Auto Repeat' #: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:126 msgid "Submit on Creation" msgstr "Pošalji pri izradi" @@ -24423,7 +24564,7 @@ msgstr "Podnesi ovaj dokument da dovršite ovaj korak." msgid "Submit this document to confirm" msgstr "Podnesite ovaj dokument da potvrdite" -#: frappe/public/js/frappe/list/list_view.js:1982 +#: frappe/public/js/frappe/list/list_view.js:1990 msgctxt "Title of confirmation dialog" msgid "Submit {0} documents?" msgstr "Podnijeti {0} dokumente?" @@ -24433,7 +24574,7 @@ msgstr "Podnijeti {0} dokumente?" #: frappe/core/doctype/comment/comment.json #: frappe/core/doctype/communication/communication.json #: frappe/public/js/frappe/model/indicator.js:95 -#: frappe/public/js/frappe/ui/filters/filter.js:499 +#: frappe/public/js/frappe/ui/filters/filter.js:531 #: frappe/website/doctype/web_form/templates/web_form.html:133 msgid "Submitted" msgstr "" @@ -24484,7 +24625,7 @@ msgstr "Podnaslov" #: frappe/templates/includes/login/login.js:270 #: frappe/templates/includes/login/login.js:278 #: frappe/templates/pages/integrations/gcalendar-success.html:9 -#: frappe/workflow/doctype/workflow_action/workflow_action.py:166 +#: frappe/workflow/doctype/workflow_action/workflow_action.py:167 #: frappe/workflow/doctype/workflow_state/workflow_state.json msgid "Success" msgstr "" @@ -24495,17 +24636,10 @@ msgid "Success Action" msgstr "Akcija uspjeha" #. Label of a Data field in DocType 'Module Onboarding' -#. Label of a Text field in DocType 'Web Form' #: frappe/desk/doctype/module_onboarding/module_onboarding.json -#: frappe/website/doctype/web_form/web_form.json msgid "Success Message" msgstr "Poruka o uspjehu" -#. Label of a Data field in DocType 'Web Form' -#: frappe/website/doctype/web_form/web_form.json -msgid "Success Title" -msgstr "Naslov uspjeha" - #. Label of a Data field in DocType 'Token Cache' #: frappe/integrations/doctype/token_cache/token_cache.json msgid "Success URI" @@ -24516,6 +24650,16 @@ msgstr "URI uspjeha" msgid "Success URL" msgstr "URL uspjeha" +#. Label of a Text field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Success message" +msgstr "" + +#. Label of a Data field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Success title" +msgstr "" + #: frappe/www/update-password.html:79 msgid "Success! You are good to go 👍" msgstr "Uspjeh! Spremni ste 👍" @@ -24529,7 +24673,7 @@ msgstr "Broj uspješnih poslova" msgid "Successful Transactions" msgstr "Uspješne transakcije" -#: frappe/model/rename_doc.py:688 +#: frappe/model/rename_doc.py:694 msgid "Successful: {0} to {1}" msgstr "Uspješno: {0} do {1}" @@ -24583,7 +24727,7 @@ msgstr "Predloži optimizacije" msgid "Suggested Indexes" msgstr "Predloženi indeksi" -#: frappe/core/doctype/user/user.py:703 +#: frappe/core/doctype/user/user.py:664 msgid "Suggested Username: {0}" msgstr "Predloženo korisničko ime: {0}" @@ -24694,7 +24838,7 @@ msgstr "Sinhronizacija" msgid "Syncing {0} of {1}" msgstr "Sinhroniziranje {0} od {1}" -#: frappe/utils/data.py:2156 +#: frappe/utils/data.py:2170 msgid "Syntax Error" msgstr "Greška u sintaksi" @@ -24708,7 +24852,7 @@ msgstr "Sistem" msgid "System Console" msgstr "Sistemska konzola" -#: frappe/custom/doctype/custom_field/custom_field.py:358 +#: frappe/custom/doctype/custom_field/custom_field.py:359 msgid "System Generated Fields can not be renamed" msgstr "Sistemski generisana polja ne mogu se preimenovati" @@ -24999,7 +25143,7 @@ msgstr "Tabela podrezana" msgid "Table updated" msgstr "Tabela ažurirana" -#: frappe/model/document.py:1370 +#: frappe/model/document.py:1374 msgid "Table {0} cannot be empty" msgstr "Tabela {0} ne može biti prazna" @@ -25025,7 +25169,7 @@ msgstr "Veza oznake" #: frappe/public/js/frappe/list/list_sidebar.js:228 #: frappe/public/js/frappe/model/meta.js:204 #: frappe/public/js/frappe/model/model.js:133 -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:160 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:171 msgid "Tags" msgstr "Oznake" @@ -25111,15 +25255,25 @@ msgstr "" msgid "Templates" msgstr "Šabloni" -#: frappe/core/doctype/user/user.py:1005 +#: frappe/core/doctype/user/user.py:966 msgid "Temporarily Disabled" msgstr "Privremeno onemogućeno" +#: frappe/core/doctype/translation/test_translation.py:47 +#: frappe/core/doctype/translation/test_translation.py:54 +msgid "Test Data" +msgstr "" + #. Label of a Data field in DocType 'System Health Report' #: frappe/desk/doctype/system_health_report/system_health_report.json msgid "Test Job ID" msgstr "ID testnog posla" +#: frappe/core/doctype/translation/test_translation.py:49 +#: frappe/core/doctype/translation/test_translation.py:57 +msgid "Test Spanish" +msgstr "" + #: frappe/email/doctype/newsletter/newsletter.py:94 msgid "Test email sent to {0}" msgstr "Probna e-poruka poslana na {0}" @@ -25191,7 +25345,7 @@ msgstr "Hvala vam na poruci e-pošte" msgid "Thank you for your feedback!" msgstr "Hvala vam na povratnim informacijama!" -#: frappe/email/doctype/newsletter/newsletter.py:332 +#: frappe/email/doctype/newsletter/newsletter.py:335 msgid "Thank you for your interest in subscribing to our updates" msgstr "Zahvaljujemo na interesu za pretplatu na naša ažuriranja" @@ -25259,7 +25413,7 @@ msgstr "API ključ preglednika dobijen sa Google Cloud Console pod " -#: frappe/database/database.py:428 +#: frappe/database/database.py:430 msgid "The changes have been reverted." msgstr "Promjene su vraćene." @@ -25304,7 +25458,7 @@ msgstr "Polje {0} je obavezno" msgid "The fieldname you've specified in Attached To Field is invalid" msgstr "Naziv polja koje ste naveli u Priloženo polju je nevažeći" -#: frappe/automation/doctype/assignment_rule/assignment_rule.py:60 +#: frappe/automation/doctype/assignment_rule/assignment_rule.py:62 msgid "The following Assignment Days have been repeated: {0}" msgstr "Sljedeći dani dodjele su ponovljeni: {0}" @@ -25328,7 +25482,7 @@ msgstr "Ograničenje nije postavljeno za tip korisnika {0} u konfiguracijskoj da msgid "The link will expire in {0} minutes" msgstr "Veza će isteći za {0} minuta" -#: frappe/www/login.py:183 +#: frappe/www/login.py:184 msgid "The link you trying to login is invalid or expired." msgstr "Veza na koju se pokušavate prijaviti je nevažeća ili je istekla." @@ -25376,11 +25530,11 @@ msgstr "Broj projekta dobijen od Google Cloud Console pod " -#: frappe/core/doctype/user/user.py:965 +#: frappe/core/doctype/user/user.py:926 msgid "The reset password link has been expired" msgstr "Veza za poništavanje lozinke je istekla" -#: frappe/core/doctype/user/user.py:967 +#: frappe/core/doctype/user/user.py:928 msgid "The reset password link has either been used before or is invalid" msgstr "Veza za poništavanje lozinke je ili ranije korištena ili je nevažeća" @@ -25423,7 +25577,7 @@ msgstr "Vrijednost koju ste zalijepili bila je duga {0} znakova. Maksimalni dopu msgid "The webhook will be triggered if this expression is true" msgstr "Webhook će se pokrenuti ako je ovaj izraz istinit" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:169 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:173 msgid "The {0} is already on auto repeat {1}" msgstr "{0} je već na automatskom ponavljanju {1}" @@ -25498,10 +25652,6 @@ msgstr "Postoji {0} s istim filtrima već u redu čekanja:" msgid "There must be atleast one permission rule." msgstr "Mora postojati barem jedno pravilo dozvole." -#: frappe/core/doctype/user/user.py:504 -msgid "There should remain at least one System Manager" -msgstr "Trebao bi ostati najmanje jedan upravitelj sistema" - #: frappe/www/error.py:16 msgid "There was an error building this page" msgstr "Došlo je do greške pri izradi ove stranice" @@ -25522,7 +25672,7 @@ msgstr "Bilo je grešaka prilikom kreiranja dokumenta. Molimo pokušajte ponovo. msgid "There were errors while sending email. Please try again." msgstr "" -#: frappe/model/naming.py:469 +#: frappe/model/naming.py:468 msgid "There were some errors setting the name, please contact the administrator" msgstr "Bilo je grešaka pri postavljanju naziva, obratite se administratoru" @@ -25576,7 +25726,7 @@ msgstr "Ova Kanban ploča će biti privatna" msgid "This action is irreversible. Do you wish to continue?" msgstr "Ova akcija je nepovratna. Da li želite da nastavite?" -#: frappe/__init__.py:985 +#: frappe/__init__.py:935 msgid "This action is only allowed for {}" msgstr "Ova radnja je dozvoljena samo za {}" @@ -25631,7 +25781,7 @@ msgstr "Ovaj dokument ima nespremljene promjene koje se možda neće pojaviti u msgid "This document is already amended, you cannot ammend it again" msgstr "Ovaj dokument je već izmijenjen, ne možete ga ponovo mijenjati" -#: frappe/model/document.py:1538 +#: frappe/model/document.py:1542 msgid "This document is currently locked and queued for execution. Please try again after some time." msgstr "Ovaj dokument je trenutno zaključan i na čekanju za izvršenje. Molimo pokušajte ponovo nakon nekog vremena." @@ -25684,7 +25834,7 @@ msgstr "Ovaj format se koristi ako format specifičan za zemlju nije pronađen" msgid "This goes above the slideshow." msgstr "Ovo ide iznad projekcije slajdova." -#: frappe/public/js/frappe/views/reports/query_report.js:2014 +#: frappe/public/js/frappe/views/reports/query_report.js:2021 msgid "This is a background report. Please set the appropriate filters and then generate a new one." msgstr "Ovo je pozadinski izvještaj. Molimo postavite odgovarajuće filtere, a zatim generišite novi." @@ -25812,7 +25962,7 @@ msgstr "Ovo će poništiti ovaj obilazak i prikazati ga svim korisnicima. Jeste msgid "This will terminate the job immediately and might be dangerous, are you sure? " msgstr "Ovo će odmah prekinuti posao i može biti opasno, jeste li sigurni? " -#: frappe/core/doctype/user/user.py:1224 +#: frappe/core/doctype/user/user.py:1178 msgid "Throttled" msgstr "Prigušeno" @@ -25931,8 +26081,8 @@ msgstr "Isteklo" msgid "Timeless Night" msgstr "Bezvremenska noć" -#. Label of a Check field in DocType 'Role' -#: frappe/core/doctype/role/role.json +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json msgid "Timeline" msgstr "" @@ -26203,6 +26353,7 @@ msgstr "Do verzije" #. Linked DocType in User's connections #. Name of a DocType #. Name of a report +#: frappe/automation/doctype/assignment_rule/assignment_rule.py:55 #: frappe/automation/workspace/tools/tools.json #: frappe/core/doctype/user/user.json frappe/desk/doctype/todo/todo.json #: frappe/desk/report/todo/todo.json @@ -26286,11 +26437,11 @@ msgstr "Previše dokumenata" msgid "Too Many Requests" msgstr "Previše zahtjeva" -#: frappe/database/database.py:427 +#: frappe/database/database.py:429 msgid "Too many changes to database in single action." msgstr "Previše promjena u bazi podataka u jednoj akciji." -#: frappe/core/doctype/user/user.py:1006 +#: frappe/core/doctype/user/user.py:967 msgid "Too many users signed up recently, so the registration is disabled. Please try back in an hour" msgstr "Nedavno se prijavilo previše korisnika, pa je registracija onemogućena. Pokušajte ponovo za sat vremena" @@ -26360,7 +26511,7 @@ msgstr "Prvih {0}" msgid "Topic" msgstr "Tema" -#: frappe/desk/query_report.py:504 +#: frappe/desk/query_report.py:510 #: frappe/public/js/frappe/views/reports/print_grid.html:45 #: frappe/public/js/frappe/views/reports/report_view.js:1475 msgid "Total" @@ -26880,11 +27031,11 @@ msgstr "" msgid "Unknown Column: {0}" msgstr "Nepoznata kolona: {0}" -#: frappe/utils/data.py:1048 +#: frappe/utils/data.py:1062 msgid "Unknown Rounding Method: {}" msgstr "Nepoznata metoda zaokruživanja: {}" -#: frappe/auth.py:296 +#: frappe/auth.py:304 msgid "Unknown User" msgstr "Nepoznati korisnik" @@ -26911,7 +27062,7 @@ msgstr "Nepročitano" msgid "Unread Notification Sent" msgstr "Nepročitana obavijest je poslana" -#: frappe/utils/safe_exec.py:429 +#: frappe/utils/safe_exec.py:478 msgid "Unsafe SQL query" msgstr "Nesiguran SQL upit" @@ -27044,7 +27195,7 @@ msgstr "Ažuriraj prijevode" msgid "Update Value" msgstr "Ažuriraj vrijednost" -#: frappe/utils/change_log.py:383 +#: frappe/utils/change_log.py:386 msgid "Update from Frappe Cloud" msgstr "Ažuriranje sa Frappe Cloud-a" @@ -27115,6 +27266,10 @@ msgstr "Ažuriranje {0}" msgid "Updating {0} of {1}, {2}" msgstr "" +#: frappe/public/js/billing.bundle.js:30 +msgid "Upgrade plan" +msgstr "" + #: frappe/public/js/frappe/file_uploader/file_uploader.bundle.js:121 #: frappe/public/js/frappe/file_uploader/file_uploader.bundle.js:122 #: frappe/public/js/frappe/form/grid.js:63 @@ -27185,6 +27340,11 @@ msgstr "Koristi HTML" msgid "Use IMAP" msgstr "Koristi IMAP" +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Use Number Format from Currency" +msgstr "" + #. Label of a Check field in DocType 'SMS Settings' #: frappe/core/doctype/sms_settings/sms_settings.json msgid "Use POST" @@ -27451,7 +27611,7 @@ msgstr "Korisnička dozvola" #. Label of a Link in the Users Workspace #: frappe/core/page/permission_manager/permission_manager_help.html:30 #: frappe/core/workspace/users/users.json -#: frappe/public/js/frappe/views/reports/query_report.js:1791 +#: frappe/public/js/frappe/views/reports/query_report.js:1798 #: frappe/public/js/frappe/views/reports/report_view.js:1675 msgid "User Permissions" msgstr "Korisničke dozvole" @@ -27556,7 +27716,7 @@ msgstr "Korisniku nije dozvoljeno brisanje {0}: {1}" msgid "User permission already exists" msgstr "Korisnička dozvola već postoji" -#: frappe/www/login.py:156 +#: frappe/www/login.py:157 msgid "User with email address {0} does not exist" msgstr "Korisnik sa adresom e-pošte {0} ne postoji" @@ -27564,15 +27724,15 @@ msgstr "Korisnik sa adresom e-pošte {0} ne postoji" msgid "User with email: {0} does not exist in the system. Please ask 'System Administrator' to create the user for you." msgstr "Korisnik sa e-poštom: {0} ne postoji u sistemu. Zamolite 'Sistem administratorar' da kreira korisnika za vas." -#: frappe/core/doctype/user/user.py:509 +#: frappe/core/doctype/user/user.py:472 msgid "User {0} cannot be deleted" msgstr "Korisnik {0} se ne može izbrisati" -#: frappe/core/doctype/user/user.py:244 +#: frappe/core/doctype/user/user.py:263 msgid "User {0} cannot be disabled" msgstr "Korisnik {0} se ne može onemogućiti" -#: frappe/core/doctype/user/user.py:591 +#: frappe/core/doctype/user/user.py:552 msgid "User {0} cannot be renamed" msgstr "Korisnik {0} se ne može preimenovati" @@ -27584,7 +27744,7 @@ msgstr "Korisnik {0} nema pristup ovom dokumentu" msgid "User {0} does not have doctype access via role permission for document {1}" msgstr "Korisnik {0} nema pristup tipu dokumenta preko dopuštenja uloge za dokument {1}" -#: frappe/desk/doctype/workspace/workspace.py:257 +#: frappe/desk/doctype/workspace/workspace.py:261 msgid "User {0} does not have the permission to create a Workspace." msgstr "" @@ -27593,7 +27753,7 @@ msgstr "" msgid "User {0} has requested for data deletion" msgstr "Korisnik {0} je zatražio brisanje podataka" -#: frappe/core/doctype/user/user.py:1358 +#: frappe/core/doctype/user/user.py:1312 msgid "User {0} impersonated as {1}" msgstr "Korisnik {0} predstavljen kao {1}" @@ -27601,7 +27761,7 @@ msgstr "Korisnik {0} predstavljen kao {1}" msgid "User {0} is disabled" msgstr "" -#: frappe/sessions.py:230 +#: frappe/sessions.py:231 msgid "User {0} is disabled. Please contact your System Manager." msgstr "Korisnik {0} je onemogućen. Molimo kontaktirajte svog upravitelja sistema." @@ -27618,11 +27778,11 @@ msgstr "URL informacija o korisniku" #. Label of a Data field in DocType 'User Social Login' #: frappe/core/doctype/user/user.json #: frappe/core/doctype/user_social_login/user_social_login.json -#: frappe/www/login.py:104 +#: frappe/www/login.py:105 msgid "Username" msgstr "Korisničko ime" -#: frappe/core/doctype/user/user.py:670 +#: frappe/core/doctype/user/user.py:631 msgid "Username {0} already exists" msgstr "Korisničko ime {0} već postoji" @@ -27743,15 +27903,15 @@ msgstr "Vrijednost promijenjena" msgid "Value To Be Set" msgstr "Vrijednost koju treba postaviti" -#: frappe/model/base_document.py:948 frappe/model/document.py:666 +#: frappe/model/base_document.py:948 frappe/model/document.py:670 msgid "Value cannot be changed for {0}" msgstr "Vrijednost se ne može promijeniti za {0}" -#: frappe/model/document.py:612 +#: frappe/model/document.py:616 msgid "Value cannot be negative for" msgstr "Vrijednost ne može biti negativna za" -#: frappe/model/document.py:616 +#: frappe/model/document.py:620 msgid "Value cannot be negative for {0}: {1}" msgstr "Vrijednost ne može biti negativna za {0}: {1}" @@ -27794,7 +27954,7 @@ msgstr "Vrijednost je prevelika" msgid "Value {0} missing for {1}" msgstr "Nedostaje vrijednost {0} za {1}" -#: frappe/core/doctype/data_import/importer.py:751 frappe/utils/data.py:703 +#: frappe/core/doctype/data_import/importer.py:751 frappe/utils/data.py:704 msgid "Value {0} must be in the valid duration format: d h m s" msgstr "Vrijednost {0} mora biti u važećem formatu trajanja: d h m s" @@ -27868,7 +28028,7 @@ msgstr "Video URL" msgid "View" msgstr "" -#: frappe/core/doctype/success_action/success_action.js:58 +#: frappe/core/doctype/success_action/success_action.js:60 #: frappe/public/js/frappe/form/success_action.js:89 msgid "View All" msgstr "Pogledaj sve" @@ -27886,7 +28046,7 @@ msgid "View Full Log" msgstr "Pogledaj cijeli zapisnik" #: frappe/public/js/frappe/views/treeview.js:450 -#: frappe/public/js/frappe/widgets/quick_list_widget.js:245 +#: frappe/public/js/frappe/widgets/quick_list_widget.js:251 msgid "View List" msgstr "Pogledaj listu" @@ -27921,8 +28081,8 @@ msgstr "Pogledaj izvještaj" msgid "View Settings" msgstr "Pogledaj postavke" -#. Label of a Check field in DocType 'Role' -#: frappe/core/doctype/role/role.json +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json msgid "View Switcher" msgstr "Pogledaj Switcher" @@ -28211,7 +28371,7 @@ msgstr "Webhook URL" #. Group in Module Def's connections #. Name of a Workspace #: frappe/core/doctype/module_def/module_def.json -#: frappe/email/doctype/newsletter/newsletter.py:453 +#: frappe/email/doctype/newsletter/newsletter.py:460 #: frappe/public/js/frappe/ui/toolbar/about.js:8 #: frappe/website/workspace/website/website.json msgid "Website" @@ -28429,11 +28589,11 @@ msgstr "URL dobrodošlice" msgid "Welcome Workspace" msgstr "Dobrodošli radni prostor" -#: frappe/core/doctype/user/user.py:366 +#: frappe/core/doctype/user/user.py:350 msgid "Welcome email sent" msgstr "" -#: frappe/core/doctype/user/user.py:441 +#: frappe/core/doctype/user/user.py:411 msgid "Welcome to {0}" msgstr "" @@ -28554,7 +28714,7 @@ msgstr "" #. Name of a DocType #: frappe/workflow/doctype/workflow_action/workflow_action.json -#: frappe/workflow/doctype/workflow_action/workflow_action.py:476 +#: frappe/workflow/doctype/workflow_action/workflow_action.py:477 msgid "Workflow Action" msgstr "" @@ -28711,7 +28871,7 @@ msgstr "Brza lista radnog prostora" msgid "Workspace Shortcut" msgstr "Prečica radnog prostora" -#: frappe/desk/doctype/workspace/workspace.py:289 +#: frappe/desk/doctype/workspace/workspace.py:293 msgid "Workspace not found" msgstr "Radni prostor nije pronađen" @@ -28829,9 +28989,9 @@ msgstr "" #: frappe/integrations/doctype/webhook/webhook.py:140 #: frappe/printing/doctype/print_format/print_format.json #: frappe/public/js/form_builder/utils.js:336 -#: frappe/public/js/frappe/form/controls/link.js:475 +#: frappe/public/js/frappe/form/controls/link.js:486 #: frappe/public/js/frappe/list/list_sidebar_group_by.js:223 -#: frappe/public/js/frappe/views/reports/query_report.js:1529 +#: frappe/public/js/frappe/views/reports/query_report.js:1534 #: frappe/website/doctype/help_article/templates/help_article.html:25 msgid "Yes" msgstr "" @@ -28841,7 +29001,7 @@ msgctxt "Approve confirmation dialog" msgid "Yes" msgstr "" -#: frappe/public/js/frappe/ui/filters/filter.js:505 +#: frappe/public/js/frappe/ui/filters/filter.js:537 msgctxt "Checkbox is checked" msgid "Yes" msgstr "" @@ -28863,6 +29023,10 @@ msgstr "Povezani ste na internet." msgid "You are impersonating as another user." msgstr "Predstavljate se kao neki drugi korisnik." +#: frappe/integrations/frappe_providers/frappecloud_billing.py:24 +msgid "You are not allowed to access this resource" +msgstr "" + #: frappe/permissions.py:403 msgid "You are not allowed to access this {0} record because it is linked to {1} '{2}' in field {3}" msgstr "Nije vam dozvoljen pristup ovom {0} zapisu jer je povezan sa {1} '{2}' u polju {3}" @@ -28899,7 +29063,7 @@ msgstr "Nije vam dozvoljeno da štampate ovaj izveštaj" msgid "You are not allowed to send emails related to this document" msgstr "Nije vam dozvoljeno slanje e-pošte u vezi sa ovim dokumentom" -#: frappe/website/doctype/web_form/web_form.py:461 +#: frappe/website/doctype/web_form/web_form.py:462 msgid "You are not allowed to update this Web Form Document" msgstr "Nije vam dozvoljeno ažurirati ovaj dokument web obrasca" @@ -28915,7 +29079,7 @@ msgstr "Nije vam dozvoljen pristup ovoj stranici bez prijave." msgid "You are not permitted to access this page." msgstr "Nije vam dozvoljen pristup ovoj stranici." -#: frappe/__init__.py:904 +#: frappe/__init__.py:854 msgid "You are not permitted to access this resource." msgstr "Nije vam dozvoljen pristup ovom resursu." @@ -28927,7 +29091,7 @@ msgstr "Sada pratite ovaj dokument. Svakodnevno ćete primati ažuriranja putem msgid "You are only allowed to update order, do not remove or add apps." msgstr "Dozvoljeno vam je samo ažurirati redoslijed, nemojte uklanjati ili dodavati aplikacije." -#: frappe/email/doctype/email_account/email_account.js:212 +#: frappe/email/doctype/email_account/email_account.js:216 msgid "You are selecting Sync Option as ALL, It will resync all read as well as unread message from server. This may also cause the duplication of Communication (emails)." msgstr "Birate opciju sinhronizacije kao SVE, ona će ponovo sinhronizovati sve pročitane i nepročitane poruke sa servera. Ovo također može uzrokovati dupliciranje komunikacije (e-pošta)." @@ -28992,7 +29156,7 @@ msgstr "Možete odštampati najviše {0} dokumenata odjednom" msgid "You can only set the 3 custom doctypes in the Document Types table." msgstr "Možete postaviti samo 3 prilagođena tipa dokumenata u tabeli Tipovi dokumenata." -#: frappe/handler.py:228 +#: frappe/handler.py:229 msgid "You can only upload JPG, PNG, PDF, TXT or Microsoft documents." msgstr "Možete učitati samo JPG, PNG, PDF, TXT ili Microsoft dokumente." @@ -29010,7 +29174,7 @@ msgstr "Možete odabrati jedan od sljedećih," msgid "You can set a high value here if multiple users will be logging in from the same network." msgstr "Ovdje možete postaviti visoku vrijednost ako će se više korisnika prijavljivati sa iste mreže." -#: frappe/desk/query_report.py:339 +#: frappe/desk/query_report.py:340 msgid "You can try changing the filters of your report." msgstr "Možete pokušati promijeniti filtere vašeg izvještaja." @@ -29099,7 +29263,11 @@ msgstr "Nemate dovoljno bodova" msgid "You do not have enough review points" msgstr "Nemate dovoljno bodova za recenzije" -#: frappe/www/printview.py:358 +#: frappe/desk/query_report.py:807 +msgid "You do not have permission to access {0}: {1}." +msgstr "" + +#: frappe/www/printview.py:361 msgid "You do not have permission to view this document" msgstr "Nemate dozvolu za pregled ovog dokumenta" @@ -29111,7 +29279,7 @@ msgstr "Nemate dozvole za otkazivanje svih povezanih dokumenata." msgid "You don't have access to Report: {0}" msgstr "Nemate pristup izvještaju: {0}" -#: frappe/website/doctype/web_form/web_form.py:662 +#: frappe/website/doctype/web_form/web_form.py:663 msgid "You don't have permission to access the {0} DocType." msgstr "Nemate dozvolu za pristup {0} DocTypeu." @@ -29123,7 +29291,7 @@ msgstr "Nemate dozvolu za pristup ovoj datoteci" msgid "You don't have permission to get a report on: {0}" msgstr "Nemate dozvolu da dobijete izvještaj o: {0}" -#: frappe/website/doctype/web_form/web_form.py:167 +#: frappe/website/doctype/web_form/web_form.py:168 msgid "You don't have the permissions to access this document" msgstr "Nemate dozvole za pristup ovom dokumentu" @@ -29192,19 +29360,27 @@ msgstr "Zadnji put ste uređivali ovo" msgid "You must add atleast one link." msgstr "Morate dodati barem jednu vezu." -#: frappe/website/doctype/web_form/web_form.py:658 +#: frappe/website/doctype/web_form/web_form.py:659 msgid "You must be logged in to use this form." msgstr "Morate biti prijavljeni da biste koristili ovaj obrazac." -#: frappe/website/doctype/web_form/web_form.py:501 +#: frappe/website/doctype/web_form/web_form.py:502 msgid "You must login to submit this form" msgstr "Morate se prijaviti da pošaljete ovaj obrazac" +#: frappe/model/document.py:238 +msgid "You need the '{0}' permission on {1} {2} to perform this action." +msgstr "" + +#: frappe/desk/doctype/workspace/workspace.py:113 +msgid "You need to be Workspace Manager to delete a public workspace." +msgstr "" + #: frappe/desk/doctype/workspace/workspace.py:71 msgid "You need to be Workspace Manager to edit this document" msgstr "Morate biti upravitelj radnog prostora da biste uređivali ovaj dokument" -#: frappe/website/doctype/web_form/web_form.py:90 +#: frappe/website/doctype/web_form/web_form.py:91 msgid "You need to be in developer mode to edit a Standard Web Form" msgstr "Morate biti u modu programera da biste uredili standardni web obrazac" @@ -29216,7 +29392,7 @@ msgstr "Morate biti prijavljeni i imati ulogu upravitelja sistema da biste mogli msgid "You need to be logged in to access this page" msgstr "Morate biti prijavljeni da biste pristupili ovoj stranici" -#: frappe/website/doctype/web_form/web_form.py:158 +#: frappe/website/doctype/web_form/web_form.py:159 msgid "You need to be logged in to access this {0}." msgstr "Morate biti prijavljeni da biste pristupili ovom {0}." @@ -29240,13 +29416,17 @@ msgstr "Morate instalirati pycups da biste koristili ovu funkciju!" msgid "You need to select indexes you want to add first." msgstr "Prvo morate odabrati indekse koje želite dodati." -#: frappe/email/doctype/email_account/email_account.py:145 +#: frappe/email/doctype/email_account/email_account.py:146 msgid "You need to set one IMAP folder for {0}" msgstr "Morate postaviti jednu IMAP fasciklu za {0}" +#: frappe/model/rename_doc.py:388 +msgid "You need write permission on {0} {1} to merge" +msgstr "" + #: frappe/model/rename_doc.py:383 -msgid "You need write permission to rename" -msgstr "Za preimenovanje vam je potrebna dozvola za pisanje" +msgid "You need write permission on {0} {1} to rename" +msgstr "" #: frappe/client.py:458 msgid "You need {0} permission to fetch values from {1} {2}" @@ -29316,7 +29496,7 @@ msgstr "Vaše prečice" msgid "Your account has been deleted" msgstr "Vaš račun je izbrisan" -#: frappe/auth.py:488 +#: frappe/auth.py:496 msgid "Your account has been locked and will resume after {0} seconds" msgstr "Vaš račun je zaključan i nastavit će se nakon {0} sekundi" @@ -29383,7 +29563,7 @@ msgstr "Vaš verifikacioni kod je {0}" msgid "Your website is all set up!" msgstr "Vaša web stranica je spremna!" -#: frappe/utils/data.py:1348 +#: frappe/utils/data.py:1362 msgid "Zero" msgstr "Nula" @@ -29403,7 +29583,7 @@ msgstr "_doctype" msgid "_report" msgstr "_report" -#: frappe/database/database.py:317 +#: frappe/database/database.py:319 msgid "`as_iterator` only works with `as_list=True` or `as_dict=True`" msgstr "`as_iterator` radi samo sa `as_list=True` ili `as_dict=True`" @@ -29451,7 +29631,7 @@ msgstr "poravnaj-desno" msgid "amend" msgstr "dopuni" -#: frappe/public/js/frappe/utils/utils.js:410 frappe/utils/data.py:1356 +#: frappe/public/js/frappe/utils/utils.js:410 frappe/utils/data.py:1370 msgid "and" msgstr "" @@ -29697,7 +29877,7 @@ msgstr "izbriši" msgid "descending" msgstr "silazno" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:152 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:163 msgid "document type..., e.g. customer" msgstr "vrsta dokumenta..., npr. kupac" @@ -29717,7 +29897,7 @@ msgstr "preuzmi-alt" msgid "e.g. \"Support\", \"Sales\", \"Jerry Yang\"" msgstr "npr. \"Podrška\", \"Prodaja\", \"Jerry Yang\"" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:172 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:183 msgid "e.g. (55 + 434) / 4 or =Math.sin(Math.PI/2)..." msgstr "npr. (55 + 434) / 4 ili =Math.sin(Math.PI/2)..." @@ -29769,7 +29949,7 @@ msgid "email inbox" msgstr "prijemno sanduče e-pošte" #: frappe/permissions.py:397 frappe/permissions.py:408 -#: frappe/public/js/frappe/form/controls/link.js:484 +#: frappe/public/js/frappe/form/controls/link.js:495 msgid "empty" msgstr "isprazniti" @@ -29920,7 +30100,7 @@ msgstr "zeleno" msgid "grey" msgstr "siva" -#: frappe/utils/backups.py:389 +#: frappe/utils/backups.py:391 msgid "gzip not found in PATH! This is required to take a backup." msgstr "gzip nije pronađen u PATH! Ovo je potrebno za izradu sigurnosne kopije." @@ -30022,7 +30202,7 @@ msgstr "jane@example.com" msgid "just now" msgstr "upravo sada" -#: frappe/desk/desktop.py:255 frappe/desk/query_report.py:284 +#: frappe/desk/desktop.py:255 frappe/desk/query_report.py:285 msgid "label" msgstr "oznaka" @@ -30128,7 +30308,7 @@ msgstr "mm/dd/gggg" msgid "module" msgstr "modul" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:167 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:178 msgid "module name..." msgstr "naziv modula..." @@ -30146,7 +30326,7 @@ msgstr "muzika" msgid "new" msgstr "novi" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:147 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:158 msgid "new type of document" msgstr "nova vrsta dokumenta" @@ -30228,12 +30408,12 @@ msgstr "na_ažuriranju" msgid "on_update_after_submit" msgstr "na_ažuriranju_nakon_podnošenja" -#: frappe/utils/data.py:1359 +#: frappe/utils/data.py:1373 msgid "only." msgstr "samo." #: frappe/public/js/frappe/utils/utils.js:407 frappe/www/login.html:87 -#: frappe/www/login.py:106 +#: frappe/www/login.py:107 msgid "or" msgstr "" @@ -30571,7 +30751,7 @@ msgstr "podnesi" msgid "tag" msgstr "oznaka" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:162 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:173 msgid "tag name..., e.g. #tag" msgstr "naziv oznake..., npr. #tag" @@ -30585,7 +30765,7 @@ msgstr "oznake" msgid "tasks" msgstr "zadatci" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:157 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:168 msgid "text in document type" msgstr "tekst u vrsti dokumenta" @@ -30662,7 +30842,7 @@ msgstr "ažurirano na {0}" msgid "upload" msgstr "učitaj" -#: frappe/public/js/frappe/ui/filters/filter.js:338 +#: frappe/public/js/frappe/ui/filters/filter.js:354 msgid "use % as wildcard" msgstr "koristite % kao zamjenski znak" @@ -30671,7 +30851,7 @@ msgstr "koristite % kao zamjenski znak" msgid "user" msgstr "korisnik" -#: frappe/public/js/frappe/ui/filters/filter.js:337 +#: frappe/public/js/frappe/ui/filters/filter.js:353 msgid "values separated by commas" msgstr "vrijednosti odvojene zarezima" @@ -30680,7 +30860,7 @@ msgstr "vrijednosti odvojene zarezima" msgid "version_table" msgstr "tabela_verzije" -#: frappe/automation/doctype/assignment_rule/assignment_rule.py:380 +#: frappe/automation/doctype/assignment_rule/assignment_rule.py:382 msgid "via Assignment Rule" msgstr "preko pravila dodjele" @@ -30800,8 +30980,8 @@ msgstr "{0} ({1}) (1 red obavezan)" msgid "{0} ({1}) - {2}%" msgstr "{0} ({1}) - {2}%" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:337 -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:340 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:348 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:351 msgid "{0} = {1}" msgstr "{0} = {1}" @@ -30822,7 +31002,7 @@ msgid "{0} Dashboard" msgstr "{0} Nadzorna ploča" #: frappe/public/js/frappe/form/grid_row.js:457 -#: frappe/public/js/frappe/list/list_settings.js:224 +#: frappe/public/js/frappe/list/list_settings.js:227 #: frappe/public/js/frappe/views/kanban/kanban_settings.js:178 msgid "{0} Fields" msgstr "{0} Polja" @@ -30915,7 +31095,7 @@ msgstr "{0} je već odjavljen" msgid "{0} already unsubscribed for {1} {2}" msgstr "{0} je već otkazan za {1} {2}" -#: frappe/utils/data.py:1510 +#: frappe/utils/data.py:1524 msgid "{0} and {1}" msgstr "" @@ -30966,7 +31146,7 @@ msgctxt "Form timeline" msgid "{0} attached {1}" msgstr "{0} priloženo {1}" -#: frappe/core/doctype/system_settings/system_settings.py:143 +#: frappe/core/doctype/system_settings/system_settings.py:145 msgid "{0} can not be more than {1}" msgstr "{0} ne može biti više od {1}" @@ -31100,7 +31280,7 @@ msgstr "{0} h" msgid "{0} has already assigned default value for {1}." msgstr "{0} je već dodijelio zadanu vrijednost za {1}." -#: frappe/email/doctype/newsletter/newsletter.py:380 +#: frappe/email/doctype/newsletter/newsletter.py:383 msgid "{0} has been successfully added to the Email Group." msgstr "{0} je uspješno dodan u grupu e-pošte." @@ -31108,7 +31288,7 @@ msgstr "{0} je uspješno dodan u grupu e-pošte." msgid "{0} has left the conversation in {1} {2}" msgstr "{0} je napustio razgovor u {1} {2}" -#: frappe/__init__.py:2460 +#: frappe/__init__.py:2410 msgid "{0} has no versions tracked." msgstr "{0} nema praćenih verzija." @@ -31137,7 +31317,7 @@ msgstr "{0} nije važeća zip datoteka" msgid "{0} is an invalid Data field." msgstr "{0} je nevažeće polje podataka." -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:148 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:152 msgid "{0} is an invalid email address in 'Recipients'" msgstr "{0} je nevažeća adresa e-pošte u 'Primatelji'" @@ -31174,7 +31354,7 @@ msgstr "{0} je manje od {1}" msgid "{0} is like {1}" msgstr "{0} je kao {1}" -#: frappe/email/doctype/email_account/email_account.py:174 +#: frappe/email/doctype/email_account/email_account.py:175 msgid "{0} is mandatory" msgstr "" @@ -31182,7 +31362,7 @@ msgstr "" msgid "{0} is not a field of doctype {1}" msgstr "{0} nije polje tipa dokumenta {1}" -#: frappe/www/printview.py:341 +#: frappe/www/printview.py:344 msgid "{0} is not a raw printing format." msgstr "{0} nije sirovi format za štampanje." @@ -31255,7 +31435,7 @@ msgstr "{0} je sada podrazumijevani format štampanja za {1} tip dokumenta" msgid "{0} is one of {1}" msgstr "{0} je jedan od {1}" -#: frappe/email/doctype/email_account/email_account.py:275 +#: frappe/email/doctype/email_account/email_account.py:276 #: frappe/model/naming.py:201 #: frappe/printing/doctype/print_format/print_format.py:92 #: frappe/utils/csvutils.py:131 @@ -31274,7 +31454,7 @@ msgstr "{0} je unutar {1}" msgid "{0} items selected" msgstr "{0} stavke odabrane" -#: frappe/core/doctype/user/user.py:1367 +#: frappe/core/doctype/user/user.py:1321 msgid "{0} just impersonated as you. They gave this reason: {1}" msgstr "{0} samo se predstavljao kao ti. Naveli su ovaj razlog: {1}" @@ -31307,23 +31487,23 @@ msgstr "prije {0} minuta" msgid "{0} months ago" msgstr "prije {0} mjeseci" -#: frappe/model/document.py:1595 +#: frappe/model/document.py:1599 msgid "{0} must be after {1}" msgstr "{0} mora biti iza {1}" -#: frappe/model/document.py:1356 +#: frappe/model/document.py:1360 msgid "{0} must be beginning with '{1}'" msgstr "" -#: frappe/model/document.py:1358 +#: frappe/model/document.py:1362 msgid "{0} must be equal to '{1}'" msgstr "" -#: frappe/model/document.py:1354 +#: frappe/model/document.py:1358 msgid "{0} must be none of {1}" msgstr "" -#: frappe/model/document.py:1352 frappe/utils/csvutils.py:136 +#: frappe/model/document.py:1356 frappe/utils/csvutils.py:136 msgid "{0} must be one of {1}" msgstr "{0} mora biti jedan od {1}" @@ -31335,7 +31515,7 @@ msgstr "{0} se mora prvo postaviti" msgid "{0} must be unique" msgstr "{0} mora biti jedinstven" -#: frappe/model/document.py:1360 +#: frappe/model/document.py:1364 msgid "{0} must be {1} {2}" msgstr "" @@ -31349,7 +31529,7 @@ msgstr "{0} mora početi i završavati slovom i može sadržavati samo slova,\n" msgid "{0} not a valid State" msgstr "{0} nije važeća država" -#: frappe/model/rename_doc.py:386 +#: frappe/model/rename_doc.py:391 msgid "{0} not allowed to be renamed" msgstr "{0} nije dozvoljeno preimenovati" @@ -31370,7 +31550,7 @@ msgstr "{0} od {1} ({2} redovi sa potomcima)" msgid "{0} of {1} sent" msgstr "{0} od {1} poslano" -#: frappe/utils/data.py:1506 +#: frappe/utils/data.py:1520 msgid "{0} or {1}" msgstr "{0} ili {1}" @@ -31422,7 +31602,7 @@ msgstr "{0} vraćeno {1}" msgid "{0} role does not have permission on any doctype" msgstr "{0} uloga nema dozvolu ni za jednu vrstu dokumenta" -#: frappe/desk/query_report.py:583 +#: frappe/desk/query_report.py:589 msgid "{0} saved successfully" msgstr "{0} je uspješno sačuvano" @@ -31446,7 +31626,7 @@ msgstr "{0} dijeli ovaj dokument sa {1}" msgid "{0} should be indexed because it's referred in dashboard connections" msgstr "{0} treba indeksirati jer se poziva na konekcije na upravljačkoj ploči" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:137 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:139 msgid "{0} should not be same as {1}" msgstr "{0} ne bi trebalo biti isto kao {1}" @@ -31482,7 +31662,7 @@ msgstr "{0} je prekinuo dijeljenje ovog dokumenta sa {1}" msgid "{0} updated" msgstr "{0} ažurirano" -#: frappe/public/js/frappe/form/controls/multiselect_list.js:162 +#: frappe/public/js/frappe/form/controls/multiselect_list.js:178 msgid "{0} values selected" msgstr "{0} vrijednosti odabrane" @@ -31546,6 +31726,10 @@ msgstr "{0} {1}: Podenseni zapis se ne može izbrisati. Prvo morate {2} otkazati msgid "{0}, Row {1}" msgstr "{0}, red {1}" +#: frappe/utils/print_format.py:151 frappe/utils/print_format.py:195 +msgid "{0}/{1} complete | Please leave this tab open until completion." +msgstr "" + #: frappe/model/base_document.py:1014 msgid "{0}: '{1}' ({3}) will get truncated, as max characters allowed is {2}" msgstr "{0}: '{1}' ({3}) će biti skraćen, jer je maksimalni dozvoljeni broj znakova {2}" @@ -31578,7 +31762,7 @@ msgstr "{0}: Nije moguće podesiti Podnesi, Otkaži, Izmijeni bez Piši" msgid "{0}: Cannot set import as {1} is not importable" msgstr "{0}: Nije moguće postaviti uvoz jer {1} nije uvozan" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:394 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:398 msgid "{0}: Failed to attach new recurring document. To enable attaching document in the auto repeat notification email, enable {1} in Print Settings" msgstr "{0}: nije uspjelo prilaganje novog ponavljajućeg dokumenta. Da biste omogućili prilaganje dokumenta u e-poruci obavijesti o automatskom ponavljanju, omogućite {1} u postavkama ispisa" @@ -31643,7 +31827,7 @@ msgstr "{0}: naziv polja ne može se postaviti na rezerviranu ključnu riječ {1 msgid "{0}: {1}" msgstr "{0}: {1}" -#: frappe/workflow/doctype/workflow_action/workflow_action.py:167 +#: frappe/workflow/doctype/workflow_action/workflow_action.py:168 msgid "{0}: {1} is set to state {2}" msgstr "{0}: {1} je postavljeno na stanje {2}" @@ -31678,17 +31862,17 @@ msgstr "{{{0}}} nije važeći obrazac naziva polja. Trebalo bi da bude {{field_n #. Count format of shortcut in the Website Workspace #: frappe/website/workspace/website/website.json msgid "{} Active" -msgstr "{} Aktivan" +msgstr "" #: frappe/public/js/frappe/form/form.js:511 msgid "{} Complete" msgstr "{} Završeno" -#: frappe/utils/data.py:2150 +#: frappe/utils/data.py:2164 msgid "{} Invalid python code on line {}" msgstr "{} Nevažeći python kod na liniji {}" -#: frappe/utils/data.py:2159 +#: frappe/utils/data.py:2173 msgid "{} Possibly invalid python code.
{}" msgstr "{} Možda nevažeći python kod.
{}" @@ -31706,28 +31890,28 @@ msgstr "{} ne podržava automatsko brisanje dnevnika." msgid "{} field cannot be empty." msgstr "Polje {} ne može biti prazno." -#: frappe/email/doctype/email_account/email_account.py:198 -#: frappe/email/doctype/email_account/email_account.py:206 +#: frappe/email/doctype/email_account/email_account.py:199 +#: frappe/email/doctype/email_account/email_account.py:207 msgid "{} has been disabled. It can only be enabled if {} is checked." msgstr "{} je onemogućen. Može se omogućiti samo ako je označeno {}." -#: frappe/utils/data.py:102 +#: frappe/utils/data.py:103 msgid "{} is not a valid date string." msgstr "{} nije ispravan datumski niz." -#: frappe/commands/utils.py:527 +#: frappe/commands/utils.py:528 msgid "{} not found in PATH! This is required to access the console." msgstr "{} nije pronađeno u PATH! Ovo je potrebno za pristup konzoli." -#: frappe/database/db_manager.py:94 +#: frappe/database/db_manager.py:95 msgid "{} not found in PATH! This is required to restore the database." msgstr "{} nije pronađeno u PATH! Ovo je potrebno za vraćanje baze podataka." -#: frappe/utils/backups.py:455 +#: frappe/utils/backups.py:458 msgid "{} not found in PATH! This is required to take a backup." msgstr "{} nije pronađeno u PATH! Ovo je potrebno za izradu sigurnosne kopije." #: frappe/public/js/frappe/file_uploader/FileBrowser.vue:5 #: frappe/public/js/frappe/file_uploader/WebLink.vue:4 msgid "← Back to upload files" -msgstr "" \ No newline at end of file +msgstr "" diff --git a/frappe/locale/de.po b/frappe/locale/de.po index 2b642176b9a9..dbf5b7126358 100644 --- a/frappe/locale/de.po +++ b/frappe/locale/de.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: frappe\n" "Report-Msgid-Bugs-To: developers@frappe.io\n" -"POT-Creation-Date: 2024-09-24 15:33+0000\n" -"PO-Revision-Date: 2024-09-24 23:32\n" +"POT-Creation-Date: 2024-12-01 17:58+0000\n" +"PO-Revision-Date: 2024-12-04 19:52\n" "Last-Translator: developers@frappe.io\n" "Language-Team: German\n" "MIME-Version: 1.0\n" @@ -86,7 +86,7 @@ msgstr "'In Listenansicht' ist für Feld {0} des Typs {1} nicht erlaubt" msgid "'In List View' not allowed for type {0} in row {1}" msgstr "\"In der Listenansicht\" nicht erlaubt für den Typ {0} in Zeile {1}" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:150 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:154 msgid "'Recipients' not specified" msgstr "Keine \"Empfänger\" angegeben" @@ -102,11 +102,11 @@ msgstr "'{0}' ist für Typ {1} in Zeile {2} nicht zulässig" msgid "(Mandatory)" msgstr "(Pflichtfeld)" -#: frappe/model/rename_doc.py:693 +#: frappe/model/rename_doc.py:699 msgid "** Failed: {0} to {1}: {2}" msgstr "** Fehlgeschlagen: {0} um {1}: {2}" -#: frappe/public/js/frappe/list/list_settings.js:132 +#: frappe/public/js/frappe/list/list_settings.js:135 #: frappe/public/js/frappe/views/kanban/kanban_settings.js:111 msgid "+ Add / Remove Fields" msgstr "+ Felder hinzufügen / entfernen" @@ -608,7 +608,7 @@ msgstr "

Bedingungsbeispiele:

\n" "
doc.status==\"Öffnen\"
doc.due_date==nowdate()
doc.total > 40000\n" "
\n" -#. Content of the 'Condition Description' (HTML) field in DocType 'Web Form' +#. Content of the 'Condition description' (HTML) field in DocType 'Web Form' #: frappe/website/doctype/web_form/web_form.json msgid "

Multiple webforms can be created for a single doctype. Add filters specific to this webform to display correct record after submission.

For Example:

\n" "

If you create a separate webform every year to capture feedback from employees add a \n" @@ -778,7 +778,7 @@ msgstr "Der Name eines DocTypes sollte mit einem Buchstaben beginnen und darf nu msgid "A featured post must have a cover image" msgstr "Ein vorgestellter Beitrag muss ein Titelbild haben" -#: frappe/custom/doctype/custom_field/custom_field.py:173 +#: frappe/custom/doctype/custom_field/custom_field.py:174 msgid "A field with the name {0} already exists in {1}" msgstr "Ein Feld mit dem Namen {0} existiert bereits in {1}" @@ -795,7 +795,7 @@ msgstr "Eine Liste von Ressourcen, auf die die Client App zugreifen kann, nachde msgid "A new account has been created for you at {0}" msgstr "Ein neues Konto wurde für Sie erstellt auf {0}" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:389 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:393 msgid "A recurring {0} {1} has been created for you via Auto Repeat {2}." msgstr "Über Auto Repeat {2} wurde für Sie eine wiederkehrende {0} {1} erstellt." @@ -963,6 +963,11 @@ msgstr "Noch ungefähr {0} Minuten" msgid "About {0} seconds remaining" msgstr "Noch ungefähr {0} Sekunden" +#. Label of a Section Break field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Access Control" +msgstr "" + #. Label of a Data field in DocType 'S3 Backup Settings' #: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json msgid "Access Key ID" @@ -993,7 +998,7 @@ msgstr "Zugriffstoken" msgid "Access Token URL" msgstr "Zugriffstoken-URL" -#: frappe/auth.py:467 +#: frappe/auth.py:475 msgid "Access not allowed from this IP Address" msgstr "Der Zugriff von dieser IP-Adresse aus ist nicht zulässig" @@ -1052,7 +1057,7 @@ msgstr "Aktion / Route" msgid "Action Complete" msgstr "Aktion abgeschlossen" -#: frappe/model/document.py:1679 +#: frappe/model/document.py:1683 msgid "Action Failed" msgstr "Aktion fehlgeschlagen" @@ -1224,8 +1229,8 @@ msgid "Add Child" msgstr "Unterpunkt hinzufügen" #: frappe/public/js/frappe/views/kanban/kanban_board.html:4 -#: frappe/public/js/frappe/views/reports/query_report.js:1683 -#: frappe/public/js/frappe/views/reports/query_report.js:1686 +#: frappe/public/js/frappe/views/reports/query_report.js:1690 +#: frappe/public/js/frappe/views/reports/query_report.js:1693 #: frappe/public/js/frappe/views/reports/report_view.js:325 #: frappe/public/js/frappe/views/reports/report_view.js:350 #: frappe/public/js/print_format_builder/Field.vue:112 @@ -1290,7 +1295,7 @@ msgstr "Abfrageparameter hinzufügen" msgid "Add Review" msgstr "Bewertung hinzufügen" -#: frappe/core/doctype/user/user.py:790 +#: frappe/core/doctype/user/user.py:751 msgid "Add Roles" msgstr "Rollen hinzufügen" @@ -1323,7 +1328,7 @@ msgstr "Abonnenten hinzufügen" msgid "Add Tags" msgstr "Schlagworte hinzufügen" -#: frappe/public/js/frappe/list/list_view.js:1895 +#: frappe/public/js/frappe/list/list_view.js:1903 msgctxt "Button in list view actions menu" msgid "Add Tags" msgstr "Schlagworte hinzufügen" @@ -1469,10 +1474,6 @@ msgstr "{0} hinzugefügt" msgid "Added {0} ({1})" msgstr "{0} ({1}) hinzugefügt" -#: frappe/core/doctype/user/user.py:272 -msgid "Adding System Manager to this User as there must be atleast one System Manager" -msgstr "System-Manager Rolle zu diesem Benutzer hinzugefügt, da mindestens ein System-Manager vorhanden sein muss" - #. Label of a Section Break field in DocType 'Custom DocPerm' #. Label of a Section Break field in DocType 'DocPerm' #. Label of a Section Break field in DocType 'User Document Type' @@ -1579,11 +1580,11 @@ msgstr "Verwaltung" msgid "Administrator" msgstr "Administrator" -#: frappe/core/doctype/user/user.py:1195 +#: frappe/core/doctype/user/user.py:1149 msgid "Administrator Logged In" msgstr "Administrator hat sich angemeldet" -#: frappe/core/doctype/user/user.py:1189 +#: frappe/core/doctype/user/user.py:1143 msgid "Administrator accessed {0} on {1} via IP Address {2}." msgstr "Administrator hat auf {0} über {1} zugegriffen mit IP-Adresse {2}." @@ -1599,8 +1600,8 @@ msgstr "Fortgeschritten" msgid "Advanced Control" msgstr "Erweiterte Kontrolle" -#: frappe/public/js/frappe/form/controls/link.js:319 -#: frappe/public/js/frappe/form/controls/link.js:321 +#: frappe/public/js/frappe/form/controls/link.js:327 +#: frappe/public/js/frappe/form/controls/link.js:329 msgid "Advanced Search" msgstr "Erweiterte Suche" @@ -1609,6 +1610,11 @@ msgstr "Erweiterte Suche" msgid "Advanced Settings" msgstr "Erweiterte Einstellungen" +#: frappe/public/js/frappe/ui/filters/filter.js:61 +#: frappe/public/js/frappe/ui/filters/filter.js:67 +msgid "After" +msgstr "" + #. Option for the 'DocType Event' (Select) field in DocType 'Server Script' #: frappe/core/doctype/server_script/server_script.json msgid "After Cancel" @@ -1792,6 +1798,11 @@ msgstr "Automatische Wiederholung zulassen" msgid "Allow Bulk Edit" msgstr "Massenbearbeitung zulassen" +#. Label of a Check field in DocType 'List View Settings' +#: frappe/desk/doctype/list_view_settings/list_view_settings.json +msgid "Allow Bulk Editing" +msgstr "" + #. Label of a Check field in DocType 'Web Form' #: frappe/website/doctype/web_form/web_form.json msgid "Allow Comments" @@ -1903,7 +1914,7 @@ msgid "Allow Print for Cancelled" msgstr "Drucken im Zustand Abgebrochen erlauben" #. Label of a Check field in DocType 'Print Settings' -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:396 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:400 #: frappe/printing/doctype/print_settings/print_settings.json msgid "Allow Print for Draft" msgstr "Drucken von Entwürfen erlauben" @@ -1949,6 +1960,13 @@ msgstr "Genehmigung für den Ersteller des Dokuments zulassen" msgid "Allow document creation via Email" msgstr "Dokumenterstellung per E-Mail zulassen" +#. Description of the 'Allow Bulk Editing' (Check) field in DocType 'List View +#. Settings' +#: frappe/desk/doctype/list_view_settings/list_view_settings.json +msgid "Allow editing even if the doctype has a workflow set up.\n\n" +"Does nothing if a workflow isn't set up." +msgstr "" + #. Label of a Check field in DocType 'DocType' #: frappe/core/doctype/doctype/doctype.json msgid "Allow events in timeline" @@ -2033,11 +2051,16 @@ msgstr "Erlaubte Module" msgid "Allowed Roles" msgstr "Erlaubte Rollen" +#. Label of a Small Text field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Allowed embedding domains" +msgstr "" + #: frappe/public/js/frappe/form/form.js:1187 msgid "Allowing DocType, DocType. Be careful!" msgstr "DocType, DocType zulassen. Achtung!" -#: frappe/core/doctype/user/user.py:999 +#: frappe/core/doctype/user/user.py:960 msgid "Already Registered" msgstr "Bereits registriert" @@ -2166,8 +2189,8 @@ msgstr "Anonymisierungsmatrix" #. Label of a Check field in DocType 'Web Form' #: frappe/website/doctype/web_form/web_form.json -msgid "Anonymous" -msgstr "Anonym" +msgid "Anonymous responses" +msgstr "" #: frappe/public/js/frappe/request.js:186 msgid "Another transaction is blocking this one. Please try again in a few seconds." @@ -2248,7 +2271,7 @@ msgstr "App geheimer Schlüssel" msgid "App not found for module: {0}" msgstr "App nicht gefunden für Modul: {0}" -#: frappe/__init__.py:1761 +#: frappe/__init__.py:1711 msgid "App {0} is not installed" msgstr "App {0} ist nicht installiert" @@ -2266,7 +2289,7 @@ msgstr "E-Mails an gesendeten Ordner anhängen" msgid "Append To" msgstr "Anhängen an" -#: frappe/email/doctype/email_account/email_account.py:183 +#: frappe/email/doctype/email_account/email_account.py:184 msgid "Append To can be one of {0}" msgstr "\"Anhängen an\" kann ein Wert aus {0} sein" @@ -2311,7 +2334,7 @@ msgstr "Aufgetragen auf" msgid "Apply" msgstr "Anwenden" -#: frappe/public/js/frappe/list/list_view.js:1880 +#: frappe/public/js/frappe/list/list_view.js:1888 msgctxt "Button in list view actions menu" msgid "Apply Assignment Rule" msgstr "Zuweisungsregel anwenden" @@ -2517,7 +2540,7 @@ msgstr "Bedingung zuweisen" msgid "Assign To" msgstr "Zuweisen zu" -#: frappe/public/js/frappe/list/list_view.js:1841 +#: frappe/public/js/frappe/list/list_view.js:1849 msgctxt "Button in list view actions menu" msgid "Assign To" msgstr "Zuweisen zu" @@ -2624,9 +2647,9 @@ msgstr "Tag der Zuweisungsregel" msgid "Assignment Rule User" msgstr "Zuweisungsregel Benutzer" -#: frappe/automation/doctype/assignment_rule/assignment_rule.py:54 -msgid "Assignment Rule is not allowed on {0} document type" -msgstr "Die Zuweisungsregel ist für den Dokumenttyp {0} nicht zulässig" +#: frappe/automation/doctype/assignment_rule/assignment_rule.py:55 +msgid "Assignment Rule is not allowed on document type {0}" +msgstr "" #. Label of a Section Break field in DocType 'Assignment Rule' #: frappe/automation/doctype/assignment_rule/assignment_rule.json @@ -2807,6 +2830,11 @@ msgstr "Prüfprotokoll" msgid "Auth URL Data" msgstr "Authentifizierungs-URL-Daten" +#. Label of a Check field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Authenticate as Service Principal" +msgstr "Als Service Principal authentifizieren" + #. Label of a Section Break field in DocType 'Email Account' #. Label of a Section Break field in DocType 'Push Notification Settings' #. Label of a Card Break in the Integrations Workspace @@ -2820,7 +2848,7 @@ msgstr "Authentifizierung" msgid "Authentication Apps you can use are: " msgstr "Verfügbare Authentifizierungs-Apps:" -#: frappe/email/doctype/email_account/email_account.py:310 +#: frappe/email/doctype/email_account/email_account.py:311 msgid "Authentication failed while receiving emails from Email Account: {0}." msgstr "Die Authentifizierung ist beim Empfang von E-Mails vom E-Mail-Konto fehlgeschlagen: {0}." @@ -2923,11 +2951,11 @@ msgstr "Automatische Wiederholung" msgid "Auto Repeat Day" msgstr "Tag mit automatischer Wiederholung" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:159 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:163 msgid "Auto Repeat Day{0} {1} has been repeated." msgstr "Auto-Wiederholung Tag{0} {1} wurde wiederholt." -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:437 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:441 msgid "Auto Repeat Document Creation Failed" msgstr "Automatische Wiederholung der Dokumentenerstellung fehlgeschlagen" @@ -2939,7 +2967,7 @@ msgstr "Zeitplan automatisch wiederholen" msgid "Auto Repeat created for this document" msgstr "Für dieses Dokument erstellte automatische Wiederholung" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:440 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:444 msgid "Auto Repeat failed for {0}" msgstr "Automatische Wiederholung fehlgeschlagen für {0}" @@ -2953,7 +2981,7 @@ msgstr "Automatische Antwort" msgid "Auto Reply Message" msgstr "Automatische Rückantwort" -#: frappe/automation/doctype/assignment_rule/assignment_rule.py:175 +#: frappe/automation/doctype/assignment_rule/assignment_rule.py:177 msgid "Auto assignment failed: {0}" msgstr "Automatische Zuweisung fehlgeschlagen: {0}" @@ -3013,11 +3041,11 @@ msgstr "Automatisierte Nachricht" msgid "Automatic" msgstr "Automatisch" -#: frappe/email/doctype/email_account/email_account.py:718 +#: frappe/email/doctype/email_account/email_account.py:719 msgid "Automatic Linking can be activated only for one Email Account." msgstr "Die automatische Verknüpfung kann nur für ein E-Mail-Konto aktiviert werden." -#: frappe/email/doctype/email_account/email_account.py:712 +#: frappe/email/doctype/email_account/email_account.py:713 msgid "Automatic Linking can be activated only if Incoming is enabled." msgstr "Die automatische Verknüpfung kann nur aktiviert werden, wenn Eingehend aktiviert ist." @@ -3368,6 +3396,11 @@ msgstr "Basic" msgid "Basic Info" msgstr "Grundlegende Informationen" +#: frappe/public/js/frappe/ui/filters/filter.js:60 +#: frappe/public/js/frappe/ui/filters/filter.js:66 +msgid "Before" +msgstr "Vor" + #. Option for the 'DocType Event' (Select) field in DocType 'Server Script' #: frappe/core/doctype/server_script/server_script.json msgid "Before Cancel" @@ -3710,8 +3743,8 @@ msgstr "Baue {0}" msgid "Built on {0}" msgstr "Basierend auf {0}" -#. Label of a Check field in DocType 'Role' -#: frappe/core/doctype/role/role.json +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json msgid "Bulk Actions" msgstr "Massenbearbeitung" @@ -3905,7 +3938,7 @@ msgstr "Cache" msgid "Cache Cleared" msgstr "Cache gelöscht" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:170 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:181 msgid "Calculate" msgstr "Berechnen" @@ -4001,7 +4034,7 @@ msgstr "Kann buchen" msgid "Can Write" msgstr "Kann schreiben" -#: frappe/custom/doctype/custom_field/custom_field.py:360 +#: frappe/custom/doctype/custom_field/custom_field.py:361 msgid "Can not rename as column {0} is already present on DocType." msgstr "Kann nicht umbenannt werden, da Spalte {0} bereits im DocType vorhanden ist." @@ -4035,7 +4068,7 @@ msgstr "Kann {0} nicht in {1} umbenennen, da {0} nicht existiert." msgid "Cancel" msgstr "Abbrechen" -#: frappe/public/js/frappe/list/list_view.js:1950 +#: frappe/public/js/frappe/list/list_view.js:1958 msgctxt "Button in list view actions menu" msgid "Cancel" msgstr "Abbrechen" @@ -4057,7 +4090,7 @@ msgstr "Alle Dokumente abbrechen" msgid "Cancel Scheduling" msgstr "Planung abbrechen" -#: frappe/public/js/frappe/list/list_view.js:1955 +#: frappe/public/js/frappe/list/list_view.js:1963 msgctxt "Title of confirmation dialog" msgid "Cancel {0} documents?" msgstr "Abbrechen von {0} Dokumenten?" @@ -4073,7 +4106,7 @@ msgstr "Abbrechen von {0} Dokumenten?" #: frappe/desk/form/save.py:59 #: frappe/integrations/doctype/integration_request/integration_request.json #: frappe/public/js/frappe/model/indicator.js:78 -#: frappe/public/js/frappe/ui/filters/filter.js:500 +#: frappe/public/js/frappe/ui/filters/filter.js:532 msgid "Cancelled" msgstr "Abgesagt" @@ -4126,11 +4159,11 @@ msgstr "Stornierung vor Übertragen nicht möglich. Vorgang {0} beachten" msgid "Cannot cancel {0}." msgstr "{0} kann nicht abgebrochen werden." -#: frappe/model/document.py:846 +#: frappe/model/document.py:850 msgid "Cannot change docstatus from 0 (Draft) to 2 (Cancelled)" msgstr "Status kann nicht von 0 (Entwurf) zu 2 (Abgebrochen) geändert werden" -#: frappe/model/document.py:860 +#: frappe/model/document.py:864 msgid "Cannot change docstatus from 1 (Submitted) to 0 (Draft)" msgstr "Der Dokumentstatus kann nicht von 1 (Gebucht) auf 0 (Entwurf) geändert werden" @@ -4150,7 +4183,7 @@ msgstr "In „Formular anpassen“ kann nicht von/zu Benennungsschema „Autoink msgid "Cannot create a {0} against a child document: {1}" msgstr "Kann {0} nicht gegen ein Kind Dokument erstellen: {1}" -#: frappe/desk/doctype/workspace/workspace.py:254 +#: frappe/desk/doctype/workspace/workspace.py:258 msgid "Cannot create private workspace of other users" msgstr "Privater Arbeitsbereich für andere Benutzer kann nicht erstellt werden" @@ -4162,11 +4195,11 @@ msgstr "Die Ordner \"Startseite\" und \"Anlagen\" können nicht gelöscht werden msgid "Cannot delete or cancel because {0} {1} is linked with {2} {3} {4}" msgstr "Kann nicht gelöscht oder abgebrochen werden, weil {0} {1} mit {2} {3} {4} verknüpft ist" -#: frappe/desk/doctype/workspace/workspace.py:420 +#: frappe/desk/doctype/workspace/workspace.py:424 msgid "Cannot delete private workspace of other users" msgstr "Privater Arbeitsbereich anderer Benutzer kann nicht gelöscht werden" -#: frappe/desk/doctype/workspace/workspace.py:413 +#: frappe/desk/doctype/workspace/workspace.py:417 msgid "Cannot delete public workspace without Workspace Manager role" msgstr "Ein öffentlicher Arbeitsbereich kann nur mit der Rolle Workspace Manager gelöscht werden" @@ -4221,7 +4254,7 @@ msgstr "Standarddiagramme können nicht bearbeitet werden" msgid "Cannot edit a standard report. Please duplicate and create a new report" msgstr "Der Standard-Report kann nicht bearbeitet werden. Bitte kopieren und einen neuen Bericht erstellen" -#: frappe/model/document.py:866 +#: frappe/model/document.py:870 msgid "Cannot edit cancelled document" msgstr "Aufgehobenes Dokument kann nicht bearbeitet werden" @@ -4254,7 +4287,7 @@ msgstr "Dateiinhalt eines Ordners kann nicht abgerufen werden" msgid "Cannot have multiple printers mapped to a single print format." msgstr "Es können nicht mehrere Drucker einem Druckformat zugeordnet werden." -#: frappe/model/document.py:934 +#: frappe/model/document.py:938 msgid "Cannot link cancelled document: {0}" msgstr "Aufgehobenes Dokument kann nicht verknüpft werden: {0}" @@ -4290,7 +4323,7 @@ msgstr "Kann {0} nicht mit der Berechtigung zum Buchen teilen, da der Doctype {1 msgid "Cannot submit {0}." msgstr "Kann {0} nicht buchen." -#: frappe/desk/doctype/workspace/workspace.py:354 +#: frappe/desk/doctype/workspace/workspace.py:358 msgid "Cannot update private workspace of other users" msgstr "Der private Arbeitsbereich anderer Benutzer kann nicht verändert werden" @@ -4360,7 +4393,7 @@ msgstr "Kategoriebeschreibung" msgid "Category Name" msgstr "Kategoriename" -#: frappe/utils/data.py:1321 +#: frappe/utils/data.py:1335 msgid "Cent" msgstr "Cent" @@ -4528,7 +4561,7 @@ msgstr "Überprüfe kaputte Links" msgid "Check columns to select, drag to set order." msgstr "Markieren Sie Spalten, um sie auszuwählen, ziehen Sie sie, um die Reihenfolge festzulegen." -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:443 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:447 msgid "Check the Error Log for more information: {0}" msgstr "Überprüfen Sie das Fehlerprotokoll auf weitere Informationen: {0}" @@ -4639,7 +4672,7 @@ msgstr "Leeren und Vorlage einfügen" msgid "Clear & Add template" msgstr "Leeren und Vorlage einfügen" -#: frappe/public/js/frappe/list/list_view.js:1856 +#: frappe/public/js/frappe/list/list_view.js:1864 msgctxt "Button in list view actions menu" msgid "Clear Assignment" msgstr "Zuweisung löschen" @@ -4685,7 +4718,7 @@ msgstr "Klicken Sie hier" msgid "Click here to post bugs and suggestions" msgstr "Klicken Sie hier, um Fehler und Vorschläge zu senden" -#: frappe/email/doctype/newsletter/newsletter.py:335 +#: frappe/email/doctype/newsletter/newsletter.py:338 msgid "Click here to verify" msgstr "Hier klicken um die Richtigkeit zu bestätigen" @@ -4797,13 +4830,11 @@ msgstr "Kundeninformation" #. Label of a shortcut in the Build Workspace #. Name of a DocType #. Label of a Code field in DocType 'DocType Layout' -#. Label of a Code field in DocType 'Web Form' #: frappe/core/doctype/doctype/doctype.json #: frappe/core/doctype/module_def/module_def.json #: frappe/core/workspace/build/build.json #: frappe/custom/doctype/client_script/client_script.json #: frappe/custom/doctype/doctype_layout/doctype_layout.json -#: frappe/website/doctype/web_form/web_form.json #: frappe/website/doctype/web_page/web_page.js:103 msgid "Client Script" msgstr "Clientskript" @@ -4822,6 +4853,11 @@ msgstr "Client-Geheimnis" msgid "Client URLs" msgstr "Kunden-URLs" +#. Label of a Code field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Client script" +msgstr "" + #: frappe/core/doctype/communication/communication.js:39 #: frappe/desk/doctype/todo/todo.js:23 #: frappe/public/js/frappe/ui/messages.js:245 @@ -4880,14 +4916,14 @@ msgstr "Code Challenge-Methode" #: frappe/public/js/frappe/form/form_tour.js:270 #: frappe/public/js/frappe/widgets/base_widget.js:159 msgid "Collapse" -msgstr "Zusammenbruch" +msgstr "Zuklappen" #: frappe/public/js/frappe/form/controls/code.js:179 msgctxt "Shrink code field." msgid "Collapse" -msgstr "Zusammenbruch" +msgstr "Zuklappen" -#: frappe/public/js/frappe/views/reports/query_report.js:1966 +#: frappe/public/js/frappe/views/reports/query_report.js:1973 #: frappe/public/js/frappe/views/treeview.js:110 msgid "Collapse All" msgstr "Alles schließen" @@ -5142,6 +5178,10 @@ msgstr "Kommunikationsprotokolle" msgid "Communication Type" msgstr "Kommunikationsart" +#: frappe/integrations/frappe_providers/frappecloud_billing.py:28 +msgid "Communication secret not set" +msgstr "" + #: frappe/desk/page/leaderboard/leaderboard.js:112 msgid "Company" msgstr "Unternehmen" @@ -5186,7 +5226,7 @@ msgstr "Komplett" msgid "Complete By" msgstr "Fertigstellen bis" -#: frappe/core/doctype/user/user.py:443 +#: frappe/core/doctype/user/user.py:413 #: frappe/templates/emails/new_user.html:10 msgid "Complete Registration" msgstr "Anmeldung abschliessen" @@ -5231,6 +5271,7 @@ msgid "Compose Email" msgstr "E-Mail verfassen" #. Label of a Select field in DocType 'Document Naming Rule Condition' +#. Label of a Code field in DocType 'Navbar Item' #. Label of a Small Text field in DocType 'Bulk Update' #. Label of a Code field in DocType 'Notification' #. Label of a Data field in DocType 'Notification Recipient' @@ -5238,6 +5279,7 @@ msgstr "E-Mail verfassen" #. Label of a Code field in DocType 'Energy Point Rule' #. Label of a Code field in DocType 'Workflow Transition' #: frappe/core/doctype/document_naming_rule_condition/document_naming_rule_condition.json +#: frappe/core/doctype/navbar_item/navbar_item.json #: frappe/desk/doctype/bulk_update/bulk_update.json #: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:305 #: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:439 @@ -5252,16 +5294,16 @@ msgstr "E-Mail verfassen" msgid "Condition" msgstr "Zustand" -#. Label of a HTML field in DocType 'Web Form' -#: frappe/website/doctype/web_form/web_form.json -msgid "Condition Description" -msgstr "Beschreibung der Bedingung" - #. Label of a JSON field in DocType 'Web Form' #: frappe/website/doctype/web_form/web_form.json msgid "Condition JSON" msgstr "Bedingung JSON" +#. Label of a HTML field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Condition description" +msgstr "" + #. Label of a Table field in DocType 'Document Naming Rule' #. Label of a Section Break field in DocType 'Workflow Transition' #: frappe/core/doctype/document_naming_rule/document_naming_rule.json @@ -5315,6 +5357,10 @@ msgctxt "Title of confirmation dialog" msgid "Confirm" msgstr "Bestätigen" +#: frappe/integrations/oauth2.py:118 +msgid "Confirm Access" +msgstr "" + #: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:92 #: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:100 msgid "Confirm Deletion of Account" @@ -5333,7 +5379,7 @@ msgstr "Kennwort bestätigen" msgid "Confirm Request" msgstr "Anfrage bestätigen" -#: frappe/email/doctype/newsletter/newsletter.py:330 +#: frappe/email/doctype/newsletter/newsletter.py:333 msgid "Confirm Your Email" msgstr "Email-Adresse bestätigen" @@ -5342,7 +5388,7 @@ msgstr "Email-Adresse bestätigen" msgid "Confirmation Email Template" msgstr "Bestätigungs-E-Mail-Vorlage" -#: frappe/email/doctype/newsletter/newsletter.py:379 +#: frappe/email/doctype/newsletter/newsletter.py:382 #: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:393 msgid "Confirmed" msgstr "Bestätigt" @@ -5464,11 +5510,11 @@ msgstr "Einstellungen zu „Kontaktieren Sie uns“" msgid "Contact options, like \"Sales Query, Support Query\" etc each on a new line or separated by commas." msgstr "Kontaktalternativen wie „Vertriebsanfrage\", \"Support-Anfrage“ usw., jede in einer neuen Zeile oder durch Kommas getrennt." -#: frappe/utils/change_log.py:360 +#: frappe/utils/change_log.py:363 msgid "Contains {0} security fix" msgstr "Enthält {0} Sicherheitsfix" -#: frappe/utils/change_log.py:358 +#: frappe/utils/change_log.py:361 msgid "Contains {0} security fixes" msgstr "Enthält {0} Sicherheitsfixes" @@ -5605,7 +5651,7 @@ msgstr "Korrekte Version :" msgid "Could not connect to outgoing email server" msgstr "Konnte keine Verbindung zum Postausgangsserver herstellen" -#: frappe/model/document.py:930 +#: frappe/model/document.py:934 msgid "Could not find {0}" msgstr "{0} konnte nicht gefunden werden" @@ -5779,12 +5825,12 @@ msgstr "Erinnerung erstellen" msgid "Create a new ..." msgstr "Neuen Eintrag erstellen ..." -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:145 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:156 msgid "Create a new record" msgstr "Erstellen Sie einen neuen Datensatz" -#: frappe/public/js/frappe/form/controls/link.js:295 -#: frappe/public/js/frappe/form/controls/link.js:297 +#: frappe/public/js/frappe/form/controls/link.js:303 +#: frappe/public/js/frappe/form/controls/link.js:305 #: frappe/public/js/frappe/form/link_selector.js:139 #: frappe/public/js/frappe/list/list_view.js:475 #: frappe/public/js/frappe/web_form/web_form_list.js:225 @@ -5904,6 +5950,7 @@ msgstr "\"Strg + Enter\" um Kommentar hinzuzufügen" #. Option for the 'Type' (Select) field in DocType 'DocField' #. Option for the 'Fieldtype' (Select) field in DocType 'Report Column' #. Option for the 'Fieldtype' (Select) field in DocType 'Report Filter' +#. Label of a Link field in DocType 'System Settings' #. Option for the 'Field Type' (Select) field in DocType 'Custom Field' #. Option for the 'Type' (Select) field in DocType 'Customize Form Field' #. Name of a DocType @@ -5911,6 +5958,7 @@ msgstr "\"Strg + Enter\" um Kommentar hinzuzufügen" #: frappe/core/doctype/docfield/docfield.json #: frappe/core/doctype/report_column/report_column.json #: frappe/core/doctype/report_filter/report_filter.json +#: frappe/core/doctype/system_settings/system_settings.json #: frappe/custom/doctype/custom_field/custom_field.json #: frappe/custom/doctype/customize_form_field/customize_form_field.json #: frappe/desk/page/setup_wizard/setup_wizard.js:403 @@ -6054,7 +6102,7 @@ msgstr "Benutzerdefinierte Dokumente" msgid "Custom Field" msgstr "Benutzerdefiniertes Feld" -#: frappe/custom/doctype/custom_field/custom_field.py:218 +#: frappe/custom/doctype/custom_field/custom_field.py:219 msgid "Custom Field {0} is created by the Administrator and can only be deleted through the Administrator account." msgstr "Das benutzerdefinierte Feld {0} wird vom Administrator erstellt und kann nur über das Administratorkonto gelöscht werden." @@ -6063,11 +6111,11 @@ msgstr "Das benutzerdefinierte Feld {0} wird vom Administrator erstellt und kann msgid "Custom Field, Custom Doctype, Naming Series, Role Permission, Workflow, Print Formats, Reports" msgstr "Benutzerdefiniertes Feld, Benutzerdefinierter Doctype, Nummernkreis, Rollenberechtigung, Workflow, Druckformate, Berichte" -#: frappe/custom/doctype/custom_field/custom_field.py:260 +#: frappe/custom/doctype/custom_field/custom_field.py:261 msgid "Custom Fields can only be added to a standard DocType." msgstr "Benutzerdefinierte Felder können nur zu einem Standard-DocType hinzugefügt werden." -#: frappe/custom/doctype/custom_field/custom_field.py:257 +#: frappe/custom/doctype/custom_field/custom_field.py:258 msgid "Custom Fields cannot be added to core DocTypes." msgstr "Benutzerdefinierte Felder können nicht zu zentralen DocTypes hinzugefügt werden." @@ -6161,7 +6209,7 @@ msgstr "Benutzerdefinierte Sidebar Menu" msgid "Custom Translation" msgstr "Benutzerdefinierte Übersetzung" -#: frappe/custom/doctype/custom_field/custom_field.py:373 +#: frappe/custom/doctype/custom_field/custom_field.py:374 msgid "Custom field renamed to {0} successfully." msgstr "Benutzerdefiniertes Feld erfolgreich in {0} umbenannt." @@ -6353,13 +6401,13 @@ msgstr "Dunkle Farbe" msgid "Dark Theme" msgstr "Dunkles Design" -#. Label of a Check field in DocType 'Role' +#. Label of a Check field in DocType 'User' #. Label of a Link in the Build Workspace #. Name of a DocType #. Option for the 'Select List View' (Select) field in DocType 'Form Tour' #. Option for the 'Type' (Select) field in DocType 'Workspace Shortcut' #. Option for the 'DocType View' (Select) field in DocType 'Workspace Shortcut' -#: frappe/core/doctype/role/role.json +#: frappe/core/doctype/user/user.json #: frappe/core/page/dashboard_view/dashboard_view.js:10 #: frappe/core/workspace/build/build.json #: frappe/desk/doctype/dashboard/dashboard.json @@ -6677,7 +6725,7 @@ msgstr "Standard-Posteingang" #. Label of a Check field in DocType 'Email Account' #: frappe/email/doctype/email_account/email_account.json -#: frappe/email/doctype/email_account/email_account.py:199 +#: frappe/email/doctype/email_account/email_account.py:200 msgid "Default Incoming" msgstr "Standard-Eingang" @@ -6697,7 +6745,7 @@ msgstr "Standard-Benennung" #. Label of a Check field in DocType 'Email Account' #: frappe/email/doctype/email_account/email_account.json -#: frappe/email/doctype/email_account/email_account.py:207 +#: frappe/email/doctype/email_account/email_account.py:208 msgid "Default Outgoing" msgstr "Standard-Ausgang" @@ -6784,6 +6832,11 @@ msgstr "Standardansicht" msgid "Default Workspace" msgstr "Standardarbeitsbereich" +#. Description of the 'Currency' (Link) field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Default display currency" +msgstr "" + #: frappe/core/doctype/doctype/doctype.py:1338 msgid "Default for 'Check' type of field {0} must be either '0' or '1'" msgstr "Die Standardeinstellung für den Feldtyp 'Check' {0} muss entweder '0' oder '1' sein." @@ -6813,7 +6866,7 @@ msgstr "Standardwert" msgid "Defaults" msgstr "Standardeinstellungen" -#: frappe/email/doctype/email_account/email_account.py:218 +#: frappe/email/doctype/email_account/email_account.py:219 msgid "Defaults Updated" msgstr "Standardeinstellungen aktualisiert" @@ -6850,7 +6903,7 @@ msgstr "Verzögert" msgid "Delete" msgstr "Löschen" -#: frappe/public/js/frappe/list/list_view.js:1918 +#: frappe/public/js/frappe/list/list_view.js:1926 msgctxt "Button in list view actions menu" msgid "Delete" msgstr "Löschen" @@ -6932,12 +6985,12 @@ msgstr "Registerkarte löschen" msgid "Delete this record to allow sending to this email address" msgstr "Löschen Sie diesen Datensatz, um das Senden an diese E-Mail Adresse zu ermöglichen" -#: frappe/public/js/frappe/list/list_view.js:1923 +#: frappe/public/js/frappe/list/list_view.js:1931 msgctxt "Title of confirmation dialog" msgid "Delete {0} item permanently?" msgstr "Element {0} endgültig löschen?" -#: frappe/public/js/frappe/list/list_view.js:1929 +#: frappe/public/js/frappe/list/list_view.js:1937 msgctxt "Title of confirmation dialog" msgid "Delete {0} items permanently?" msgstr "{0} Elemente dauerhaft löschen?" @@ -7297,7 +7350,7 @@ msgstr "Registrierung neuer Benutzer deaktivieren" msgid "Disabled" msgstr "Deaktiviert" -#: frappe/email/doctype/email_account/email_account.js:228 +#: frappe/email/doctype/email_account/email_account.js:232 msgid "Disabled Auto Reply" msgstr "Automatische Antwort deaktiviert" @@ -7341,7 +7394,7 @@ msgstr "Entlassen" #: frappe/public/js/frappe/widgets/onboarding_widget.js:577 msgctxt "Stop showing the onboarding widget." msgid "Dismiss" -msgstr "Entlassen" +msgstr "Verwerfen" #. Label of a Section Break field in DocType 'DocField' #. Label of a Section Break field in DocType 'Customize Form Field' @@ -7507,10 +7560,6 @@ msgstr "DocType-Layout Feld" msgid "DocType Link" msgstr "DocType Link" -#: frappe/core/doctype/doctype/doctype_list.js:10 -msgid "DocType Name" -msgstr "DocType-Name" - #. Name of a DocType #. Option for the 'Applied On' (Select) field in DocType 'Property Setter' #: frappe/core/doctype/doctype_state/doctype_state.json @@ -7693,7 +7742,7 @@ msgstr "Bedingung für die Benennungsregel für Dokumente" msgid "Document Naming Settings" msgstr "Dokumentenbenennungseinstellungen" -#: frappe/model/document.py:1541 +#: frappe/model/document.py:1545 msgid "Document Queued" msgstr "anstehendes Dokument" @@ -7844,7 +7893,7 @@ msgid "Document Types and Permissions" msgstr "Dokumenttypen und Berechtigungen" #: frappe/core/doctype/submission_queue/submission_queue.py:163 -#: frappe/model/document.py:1748 +#: frappe/model/document.py:1752 msgid "Document Unlocked" msgstr "Dokument entsperrt" @@ -7884,7 +7933,7 @@ msgstr "Der Dokumenttyp ist erforderlich, um ein Dashboard-Diagramm zu erstellen msgid "Document {0} Already Restored" msgstr "Dokument {0} bereits wiederhergestellt" -#: frappe/workflow/doctype/workflow_action/workflow_action.py:198 +#: frappe/workflow/doctype/workflow_action/workflow_action.py:199 msgid "Document {0} has been set to state {1} by {2}" msgstr "Das Dokument {0} wurde mit {2} auf den Status {1} festgelegt." @@ -8049,7 +8098,7 @@ msgid "Dr" msgstr "S" #: frappe/public/js/frappe/model/indicator.js:73 -#: frappe/public/js/frappe/ui/filters/filter.js:498 +#: frappe/public/js/frappe/ui/filters/filter.js:530 msgid "Draft" msgstr "Entwurf" @@ -8243,7 +8292,7 @@ msgstr "Für jedes in ERPNext erstellte Dokument kann eine eindeutige ID generie #: frappe/public/js/frappe/form/templates/contact_list.html:7 #: frappe/public/js/frappe/form/toolbar.js:660 #: frappe/public/js/frappe/views/reports/query_report.js:814 -#: frappe/public/js/frappe/views/reports/query_report.js:1636 +#: frappe/public/js/frappe/views/reports/query_report.js:1643 #: frappe/public/js/frappe/views/workspace/workspace.js:98 #: frappe/public/js/frappe/views/workspace/workspace.js:847 #: frappe/public/js/frappe/widgets/base_widget.js:64 @@ -8256,7 +8305,7 @@ msgstr "Für jedes in ERPNext erstellte Dokument kann eine eindeutige ID generie msgid "Edit" msgstr "Bearbeiten" -#: frappe/public/js/frappe/list/list_view.js:2004 +#: frappe/public/js/frappe/list/list_view.js:2012 msgctxt "Button in list view actions menu" msgid "Edit" msgstr "Bearbeiten" @@ -8305,7 +8354,7 @@ msgstr "Fußzeile bearbeiten" msgid "Edit Format" msgstr "Format bearbeiten" -#: frappe/public/js/frappe/form/quick_entry.js:286 +#: frappe/public/js/frappe/form/quick_entry.js:287 msgid "Edit Full Form" msgstr "Vollständiges Formular bearbeiten" @@ -8429,7 +8478,7 @@ msgstr "Elementauswahl" #: frappe/core/doctype/communication/communication.json #: frappe/core/doctype/custom_docperm/custom_docperm.json #: frappe/core/doctype/docperm/docperm.json -#: frappe/core/doctype/success_action/success_action.js:57 +#: frappe/core/doctype/success_action/success_action.js:59 #: frappe/core/doctype/system_settings/system_settings.json #: frappe/core/doctype/user/user.json #: frappe/core/doctype/user_document_type/user_document_type.json @@ -8443,7 +8492,7 @@ msgstr "Elementauswahl" #: frappe/templates/includes/comments/comments.html:25 #: frappe/templates/signup.html:9 #: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.json -#: frappe/www/login.html:7 frappe/www/login.py:98 +#: frappe/www/login.html:7 frappe/www/login.py:99 msgid "Email" msgstr "E-Mail" @@ -8467,7 +8516,7 @@ msgstr "E-Mail" msgid "Email Account" msgstr "E-Mail-Konto" -#: frappe/email/doctype/email_account/email_account.py:314 +#: frappe/email/doctype/email_account/email_account.py:315 msgid "Email Account Disabled." msgstr "E-Mail-Konto deaktiviert." @@ -8476,7 +8525,7 @@ msgstr "E-Mail-Konto deaktiviert." msgid "Email Account Name" msgstr "E-Mail-Konten-Name" -#: frappe/core/doctype/user/user.py:719 +#: frappe/core/doctype/user/user.py:680 msgid "Email Account added multiple times" msgstr "E-Mail-Konto wurde mehrmals hinzugefügt" @@ -8548,6 +8597,7 @@ msgstr "E-Mail-Gruppen-Mitglied" #. Label of a Data field in DocType 'Contact Email' #. Label of a Data field in DocType 'User Email' #. Label of a Data field in DocType 'Email Rule' +#: frappe/contacts/doctype/contact/contact.py:130 #: frappe/contacts/doctype/contact_email/contact_email.json #: frappe/core/doctype/user_email/user_email.json #: frappe/email/doctype/email_rule/email_rule.json @@ -8766,7 +8816,7 @@ msgstr "Google-Indexierung aktivieren" #. Label of a Check field in DocType 'Email Account' #: frappe/email/doctype/email_account/email_account.json -#: frappe/email/doctype/email_account/email_account.py:200 +#: frappe/email/doctype/email_account/email_account.py:201 msgid "Enable Incoming" msgstr "Eingehend aktivieren" @@ -8779,7 +8829,7 @@ msgstr "Onboarding aktivieren" #. Label of a Check field in DocType 'Email Account' #: frappe/core/doctype/user_email/user_email.json #: frappe/email/doctype/email_account/email_account.json -#: frappe/email/doctype/email_account/email_account.py:208 +#: frappe/email/doctype/email_account/email_account.py:209 msgid "Enable Outgoing" msgstr "Ausgehend aktivieren" @@ -8917,11 +8967,11 @@ msgstr "Aktiviert" msgid "Enabled Scheduler" msgstr "Scheduler aktiviert" -#: frappe/email/doctype/email_account/email_account.py:931 +#: frappe/email/doctype/email_account/email_account.py:939 msgid "Enabled email inbox for user {0}" msgstr "Aktivierter E-Mail-Posteingang für Benutzer {0}" -#: frappe/core/doctype/server_script/server_script.py:269 +#: frappe/core/doctype/server_script/server_script.py:243 msgid "Enabled scheduled execution for script {0}" msgstr "Geplante Ausführung für Skript {0} aktiviert" @@ -8934,7 +8984,7 @@ msgstr "Geplante Ausführung für Skript {0} aktiviert" msgid "Enables Calendar and Gantt views." msgstr "Aktiviert Kalender- und Gantt-Ansichten." -#: frappe/email/doctype/email_account/email_account.js:223 +#: frappe/email/doctype/email_account/email_account.js:227 msgid "Enabling auto reply on an incoming email account will send automated replies to all the synchronized emails. Do you wish to continue?" msgstr "Wenn Sie die automatische Beantwortung für ein eingehendes E-Mail-Konto aktivieren, werden automatische Antworten an alle synchronisierten E-Mails gesendet. Möchten Sie fortfahren?" @@ -8974,6 +9024,7 @@ msgstr "Verschlüsselungsschlüssel ist ungültig! Bitte überprüfen Sie die Da #. Label of a Date field in DocType 'Auto Repeat' #. Label of a Datetime field in DocType 'Web Page' #: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:140 #: frappe/public/js/frappe/utils/common.js:416 #: frappe/website/doctype/web_page/web_page.json msgid "End Date" @@ -9195,7 +9246,7 @@ msgstr "In {0} ist ein Fehler aufgetreten" msgid "Error in Client Script" msgstr "Fehler im Client-Skript" -#: frappe/public/js/frappe/form/script_manager.js:242 +#: frappe/public/js/frappe/form/script_manager.js:243 msgid "Error in Client Script." msgstr "Fehler im Client-Skript." @@ -9213,7 +9264,7 @@ msgstr "Fehler in der Benachrichtigung" msgid "Error in print format on line {0}: {1}" msgstr "Fehler im Druckformat in Zeile {0}: {1}" -#: frappe/email/doctype/email_account/email_account.py:617 +#: frappe/email/doctype/email_account/email_account.py:618 msgid "Error while connecting to email account {0}" msgstr "Fehler beim Verbinden mit dem E-Mail-Konto {0}" @@ -9221,7 +9272,7 @@ msgstr "Fehler beim Verbinden mit dem E-Mail-Konto {0}" msgid "Error while evaluating Notification {0}. Please fix your template." msgstr "Fehler beim Auswerten der Benachrichtigung {0}. Bitte reparieren Sie Ihre Vorlage." -#: frappe/model/document.py:816 +#: frappe/model/document.py:820 msgid "Error: Document has been modified after you have opened it" msgstr "Fehler: Dokument wurde geändert, nachdem es geöffnet wurde" @@ -9374,7 +9425,7 @@ msgstr "Führen Sie das Konsolenskript aus" msgid "Executing..." msgstr "Wird ausgeführt..." -#: frappe/public/js/frappe/views/reports/query_report.js:1980 +#: frappe/public/js/frappe/views/reports/query_report.js:1987 msgid "Execution Time: {0} sec" msgstr "Ausführungszeit: {0} Sek" @@ -9392,7 +9443,7 @@ msgctxt "Enlarge code field." msgid "Expand" msgstr "Erweitern" -#: frappe/public/js/frappe/views/reports/query_report.js:1966 +#: frappe/public/js/frappe/views/reports/query_report.js:1973 #: frappe/public/js/frappe/views/treeview.js:114 msgid "Expand All" msgstr "Alle ausklappen" @@ -9447,12 +9498,12 @@ msgstr "Verfallzeit der QR Code Bildseite" #: frappe/core/doctype/recorder/recorder_list.js:37 #: frappe/public/js/frappe/data_import/data_exporter.js:92 #: frappe/public/js/frappe/data_import/data_exporter.js:243 -#: frappe/public/js/frappe/views/reports/query_report.js:1671 +#: frappe/public/js/frappe/views/reports/query_report.js:1678 #: frappe/public/js/frappe/views/reports/report_view.js:1551 msgid "Export" msgstr "Exportieren" -#: frappe/public/js/frappe/list/list_view.js:2026 +#: frappe/public/js/frappe/list/list_view.js:2034 msgctxt "Button in list view actions menu" msgid "Export" msgstr "Exportieren" @@ -9631,13 +9682,13 @@ msgstr "Fehler beim Berechnen des Anfragekörpers: {}" msgid "Failed to connect to server" msgstr "Verbindung zum Server fehlgeschlagen" -#: frappe/auth.py:670 +#: frappe/auth.py:678 msgid "Failed to decode token, please provide a valid base64-encoded token." msgstr "Fehler beim Dekodieren des Tokens. Bitte geben Sie ein gültiges Base64-codiertes Token an." #: frappe/utils/password.py:198 msgid "Failed to decrypt key {0}" -msgstr "" +msgstr "Schlüssel {0} konnte nicht entschlüsselt werden" #: frappe/desk/reportview.py:561 msgid "Failed to delete {0} documents: {1}" @@ -9655,6 +9706,10 @@ msgstr "Die Bedingungen konnten nicht ausgewertet werden: {}" msgid "Failed to export python type hints" msgstr "Export von Python-Typ-Hinweisen fehlgeschlagen" +#: frappe/integrations/frappe_providers/frappecloud_billing.py:48 +msgid "Failed to generate access token" +msgstr "" + #: frappe/core/doctype/document_naming_settings/document_naming_settings.py:249 msgid "Failed to generate names from the series" msgstr "Fehler beim Generieren von Namen aus dem Nummernkreis" @@ -9671,6 +9726,10 @@ msgstr "Methode für den Befehl {0} mit {1} konnte nicht abgerufen werden" msgid "Failed to get method {0} with {1}" msgstr "Die Methode {0} mit {1} konnte nicht abgerufen werden" +#: frappe/integrations/frappe_providers/frappecloud_billing.py:68 +msgid "Failed to get site info" +msgstr "" + #: frappe/model/virtual_doctype.py:63 msgid "Failed to import virtual doctype {}, is controller file present?" msgstr "Fehler beim Importieren des virtuellen Doctype {}, ist die Controller-Datei vorhanden?" @@ -9679,6 +9738,10 @@ msgstr "Fehler beim Importieren des virtuellen Doctype {}, ist die Controller-Da msgid "Failed to optimize image: {0}" msgstr "Fehler beim Optimieren des Bilds: {0}" +#: frappe/integrations/frappe_providers/frappecloud_billing.py:104 +msgid "Failed to request login to Frappe Cloud" +msgstr "" + #: frappe/email/doctype/email_queue/email_queue.py:280 msgid "Failed to send email with subject:" msgstr "Fehler beim Senden der E-Mail mit dem Betreff:" @@ -9691,6 +9754,10 @@ msgstr "Fehler beim Senden der Benachrichtigungs-E-Mail" msgid "Failed to update global settings" msgstr "Fehler beim Aktualisieren der globalen Einstellungen" +#: frappe/integrations/frappe_providers/frappecloud_billing.py:83 +msgid "Failed while calling API {0}" +msgstr "" + #. Label of a Table field in DocType 'System Health Report' #: frappe/desk/doctype/system_health_report/system_health_report.json msgid "Failing Scheduled Jobs (last 7 days)" @@ -9786,7 +9853,7 @@ msgstr "Abrufen von Standarddokumenten der globalen Suche." #: frappe/public/js/frappe/list/bulk_operations.js:327 #: frappe/public/js/frappe/list/list_view_permission_restrictions.html:3 #: frappe/public/js/frappe/views/reports/query_report.js:236 -#: frappe/public/js/frappe/views/reports/query_report.js:1725 +#: frappe/public/js/frappe/views/reports/query_report.js:1732 #: frappe/website/doctype/web_form_field/web_form_field.json #: frappe/website/doctype/web_form_list_column/web_form_list_column.json msgid "Field" @@ -9862,7 +9929,7 @@ msgstr "Zu verfolgendes Feld" msgid "Field type cannot be changed for {0}" msgstr "Feldtyp kann nicht für {0} geändert werden" -#: frappe/database/database.py:841 +#: frappe/database/database.py:843 msgid "Field {0} does not exist on {1}" msgstr "Das Feld {0} existiert nicht auf {1}" @@ -9905,7 +9972,7 @@ msgstr "Der Feldname {0} muss existieren, um die automatische Benennung zu ermö msgid "Fieldname is limited to 64 characters ({0})" msgstr "Feldname ist auf 64 Zeichen ({0})" -#: frappe/custom/doctype/custom_field/custom_field.py:195 +#: frappe/custom/doctype/custom_field/custom_field.py:196 msgid "Fieldname not set for Custom Field" msgstr "Feldname für benutzerdefiniertes Feld nicht gesetzt" @@ -9945,7 +10012,7 @@ msgstr "Der Feldname {0} ist eingeschränkt" #: frappe/custom/doctype/doctype_layout/doctype_layout.json #: frappe/desk/doctype/kanban_board/kanban_board.json #: frappe/desk/doctype/list_view_settings/list_view_settings.json -#: frappe/public/js/frappe/list/list_settings.js:132 +#: frappe/public/js/frappe/list/list_settings.js:135 #: frappe/public/js/frappe/views/kanban/kanban_settings.js:111 #: frappe/public/js/print_format_builder/PrintFormatControls.vue:83 #: frappe/website/doctype/personal_data_deletion_step/personal_data_deletion_step.json @@ -9982,7 +10049,7 @@ msgstr "Felder, die durch Komma (,) getrennt sind, sind in der \"Suchen nach\"-L msgid "Fieldtype" msgstr "Feldtyp" -#: frappe/custom/doctype/custom_field/custom_field.py:191 +#: frappe/custom/doctype/custom_field/custom_field.py:192 msgid "Fieldtype cannot be changed from {0} to {1}" msgstr "Feldtyp kann nicht von {0} auf {1} geändert werden" @@ -10131,11 +10198,11 @@ msgstr "Name des Filters" msgid "Filter Values" msgstr "Werte filtern" -#: frappe/utils/data.py:1781 +#: frappe/utils/data.py:1795 msgid "Filter must be a tuple or list (in a list)" msgstr "Filter muss ein Tupel oder eine Liste sein (in einer Liste)" -#: frappe/utils/data.py:1789 +#: frappe/utils/data.py:1803 msgid "Filter must have 4 values (doctype, fieldname, operator, value): {0}" msgstr "Filter muss 4 Werte haben (doctype, fieldname, operator, value): {0}" @@ -10200,7 +10267,7 @@ msgstr "Filtert JSON" msgid "Filters Section" msgstr "Filterbereich" -#: frappe/public/js/frappe/form/controls/link.js:491 +#: frappe/public/js/frappe/form/controls/link.js:502 msgid "Filters applied for {0}" msgstr "Filter angewendet für {0}" @@ -10225,8 +10292,8 @@ msgstr "Filter:" msgid "Find '{0}' in ..." msgstr "Finde '{0}' in ..." -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:316 -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:317 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:327 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:328 #: frappe/public/js/frappe/ui/toolbar/search_utils.js:141 #: frappe/public/js/frappe/ui/toolbar/search_utils.js:144 msgid "Find {0} in {1}" @@ -10357,7 +10424,7 @@ msgstr "Gefolgt von" msgid "Following Report Filters have missing values:" msgstr "Die folgenden Berichtsfilter haben fehlende Werte:" -#: frappe/website/doctype/web_form/web_form.py:107 +#: frappe/website/doctype/web_form/web_form.py:108 msgid "Following fields are missing:" msgstr "Die folgenden Felder fehlen:" @@ -10529,7 +10596,7 @@ msgstr "Für Benutzer" msgid "For Value" msgstr "Für Wert" -#: frappe/public/js/frappe/views/reports/query_report.js:1977 +#: frappe/public/js/frappe/views/reports/query_report.js:1984 #: frappe/public/js/frappe/views/reports/report_view.js:96 msgid "For comparison, use >5, <10 or =324. For ranges, use 5:10 (for values between 5 & 10)." msgstr "Verwenden Sie zum Vergleich> 5, <10 oder = 324. Verwenden Sie für Bereiche 5:10 (für Werte zwischen 5 und 10)." @@ -10547,7 +10614,7 @@ msgstr "Beispiel: Wenn Sie die Dokumenten-ID mit einschliessen möchten, verwend msgid "For example: {} Open" msgstr "Zum Beispiel: {} Öffnen" -#. Description of the 'Client Script' (Code) field in DocType 'Web Form' +#. Description of the 'Client script' (Code) field in DocType 'Web Form' #: frappe/website/doctype/web_form/web_form.json msgid "For help see Client Script API and Examples" msgstr "Hilfe finden Sie unter Client-Skript-API und Beispiele" @@ -10641,10 +10708,12 @@ msgid "Form Dict" msgstr "Formular Dict" #. Label of a Section Break field in DocType 'DocType' -#. Label of a Section Break field in DocType 'Role' +#. Label of a Section Break field in DocType 'User' #. Label of a Section Break field in DocType 'Customize Form' -#: frappe/core/doctype/doctype/doctype.json frappe/core/doctype/role/role.json +#. Label of a Section Break field in DocType 'Web Form' +#: frappe/core/doctype/doctype/doctype.json frappe/core/doctype/user/user.json #: frappe/custom/doctype/customize_form/customize_form.json +#: frappe/website/doctype/web_form/web_form.json msgid "Form Settings" msgstr "Formulareinstellungen" @@ -10700,8 +10769,8 @@ msgstr "Teileinheiten" #. Option for the 'Social Login Provider' (Select) field in DocType 'Social #. Login Key' #: frappe/integrations/doctype/social_login_key/social_login_key.json -#: frappe/www/login.html:61 frappe/www/login.html:142 frappe/www/login.py:49 -#: frappe/www/login.py:138 +#: frappe/www/login.html:61 frappe/www/login.html:142 frappe/www/login.py:50 +#: frappe/www/login.py:139 msgid "Frappe" msgstr "Frappé" @@ -10781,7 +10850,7 @@ msgstr "Von-Datum" msgid "From Date Field" msgstr "Vom Datumsfeld" -#: frappe/public/js/frappe/views/reports/query_report.js:1691 +#: frappe/public/js/frappe/views/reports/query_report.js:1698 msgid "From Document Type" msgstr "Vom Dokumenttyp" @@ -10840,7 +10909,7 @@ msgstr "Funktion" msgid "Function Based On" msgstr "Funktion basiert auf" -#: frappe/__init__.py:905 +#: frappe/__init__.py:855 msgid "Function {0} is not whitelisted." msgstr "Funktion {0} ist nicht freigegeben." @@ -10914,7 +10983,7 @@ msgstr "Schlüssel generieren" msgid "Generate New Report" msgstr "Neuen Bericht erstellen" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:357 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:368 msgid "Generate Random Password" msgstr "Zufälliges Passwort generieren" @@ -11279,6 +11348,14 @@ msgstr "Diagramm" msgid "Gray" msgstr "Grau" +#: frappe/public/js/frappe/ui/filters/filter.js:23 +msgid "Greater Than" +msgstr "Größer als" + +#: frappe/public/js/frappe/ui/filters/filter.js:25 +msgid "Greater Than Or Equal To" +msgstr "" + #. Option for the 'Color' (Select) field in DocType 'DocType State' #. Option for the 'Indicator' (Select) field in DocType 'Kanban Board Column' #: frappe/core/doctype/doctype_state/doctype_state.json @@ -11571,7 +11648,7 @@ msgstr "Hilfe Dropdown" msgid "Help HTML" msgstr "HTML-Hilfe" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:138 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:149 msgid "Help on Search" msgstr "Hilfe zur Suche" @@ -11867,7 +11944,7 @@ msgstr "Vermutlich haben Sie noch keinen Zugang zu einem Arbeitsbereich, aber Si #: frappe/desk/report/todo/todo.py:36 frappe/model/meta.py:44 #: frappe/public/js/frappe/data_import/data_exporter.js:330 #: frappe/public/js/frappe/data_import/data_exporter.js:345 -#: frappe/public/js/frappe/list/list_settings.js:334 +#: frappe/public/js/frappe/list/list_settings.js:337 #: frappe/public/js/frappe/list/list_view.js:357 #: frappe/public/js/frappe/list/list_view.js:420 #: frappe/public/js/frappe/model/meta.js:197 @@ -12009,6 +12086,11 @@ msgstr "Falls diese Option deaktiviert ist, wird diese Rolle von allen Benutzern msgid "If enabled, user can login from any IP Address using Two Factor Auth, this can also be set for all users in System Settings" msgstr "Wenn diese Option aktiviert ist, kann sich der Benutzer mit der Zwei-Faktor-Authentifizierung von jeder IP-Adresse aus anmelden. Dies kann auch für alle Benutzer in den Systemeinstellungen festgelegt werden" +#. Description of the 'Anonymous responses' (Check) field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "If enabled, all responses on the web form will be submitted anonymously" +msgstr "" + #. Description of the 'Bypass restricted IP Address check If Two Factor Auth #. Enabled' (Check) field in DocType 'System Settings' #: frappe/core/doctype/system_settings/system_settings.json @@ -12466,7 +12548,7 @@ msgstr "In der Vorschau" msgid "In Progress" msgstr "In Bearbeitung" -#: frappe/database/database.py:243 +#: frappe/database/database.py:245 msgid "In Read Only Mode" msgstr "Im \"Nur Lesen\" Modus" @@ -12541,11 +12623,11 @@ msgstr "Thema aus Apps einschließen" msgid "Include Web View Link in Email" msgstr "Dokument Web View Link per E-Mail senden" -#: frappe/public/js/frappe/views/reports/query_report.js:1510 +#: frappe/public/js/frappe/views/reports/query_report.js:1515 msgid "Include filters" msgstr "Filter einbeziehen" -#: frappe/public/js/frappe/views/reports/query_report.js:1502 +#: frappe/public/js/frappe/views/reports/query_report.js:1507 msgid "Include indentation" msgstr "Einrückung einschließen" @@ -12583,7 +12665,7 @@ msgstr "Falsches Konto für eingehende E-Mails" msgid "Incomplete Virtual Doctype Implementation" msgstr "Unvollständige Implementierung des virtuellen DocTypes" -#: frappe/auth.py:233 +#: frappe/auth.py:241 msgid "Incomplete login details" msgstr "Unvollständige Anmeldedaten" @@ -12603,11 +12685,11 @@ msgstr "Falscher Benutzer oder Passwort" msgid "Incorrect Verification code" msgstr "Falscher Bestätigungscode" -#: frappe/model/document.py:1347 +#: frappe/model/document.py:1351 msgid "Incorrect value in row {0}:" msgstr "Falscher Wert in Zeile {0}:" -#: frappe/model/document.py:1349 +#: frappe/model/document.py:1353 msgid "Incorrect value:" msgstr "Falscher Wert:" @@ -12691,15 +12773,15 @@ msgstr "Darüber einfügen" #. Label of a Select field in DocType 'Custom Field' #: frappe/custom/doctype/custom_field/custom_field.json -#: frappe/public/js/frappe/views/reports/query_report.js:1731 +#: frappe/public/js/frappe/views/reports/query_report.js:1738 msgid "Insert After" msgstr "Einfügen nach" -#: frappe/custom/doctype/custom_field/custom_field.py:249 +#: frappe/custom/doctype/custom_field/custom_field.py:250 msgid "Insert After cannot be set as {0}" msgstr "Dahinter einfügen kann nicht als eingestellt werden {0}" -#: frappe/custom/doctype/custom_field/custom_field.py:242 +#: frappe/custom/doctype/custom_field/custom_field.py:243 msgid "Insert After field '{0}' mentioned in Custom Field '{1}', with label '{2}', does not exist" msgstr "Dahinter einfügen Feld '{0}' in benutzerdefinierten Feld erwähnt '{1}', mit dem Label '{2}' existiert nicht" @@ -12760,7 +12842,6 @@ msgid "Insufficient Permission Level for {0}" msgstr "Unzureichende Berechtigungsstufe für {0}" #: frappe/database/query.py:375 frappe/desk/form/load.py:40 -#: frappe/model/document.py:239 msgid "Insufficient Permission for {0}" msgstr "Unzureichende Berechtigung für {0}" @@ -12905,6 +12986,10 @@ msgstr "Ungültige Aktion" msgid "Invalid CSV Format" msgstr "Ungültige CSV-Format" +#: frappe/integrations/frappe_providers/frappecloud_billing.py:121 +msgid "Invalid Code. Please try again." +msgstr "" + #: frappe/integrations/doctype/webhook/webhook.py:90 msgid "Invalid Condition: {}" msgstr "Ungültige Bedingung: {}" @@ -12913,7 +12998,7 @@ msgstr "Ungültige Bedingung: {}" msgid "Invalid Credentials" msgstr "Ungültige Anmeldeinformationen" -#: frappe/utils/data.py:103 frappe/utils/data.py:253 +#: frappe/utils/data.py:104 frappe/utils/data.py:254 msgid "Invalid Date" msgstr "Ungültiges Datum" @@ -12949,7 +13034,7 @@ msgstr "Ungültige Startseite" msgid "Invalid Link" msgstr "Ungültige Verknüpfung" -#: frappe/www/login.py:117 +#: frappe/www/login.py:118 msgid "Invalid Login Token" msgstr "Ungültiges Login-Token" @@ -12982,11 +13067,11 @@ msgstr "Ungültiger Postausgang Server oder Port: {0}" msgid "Invalid Output Format" msgstr "Ungültige Ausgabeformat" -#: frappe/integrations/doctype/connected_app/connected_app.py:166 +#: frappe/integrations/doctype/connected_app/connected_app.py:190 msgid "Invalid Parameters." msgstr "Ungültige Parameter." -#: frappe/core/doctype/user/user.py:1210 frappe/www/update-password.html:121 +#: frappe/core/doctype/user/user.py:1164 frappe/www/update-password.html:121 #: frappe/www/update-password.html:142 frappe/www/update-password.html:144 #: frappe/www/update-password.html:245 msgid "Invalid Password" @@ -12996,8 +13081,8 @@ msgstr "Ungültiges Passwort" msgid "Invalid Phone Number" msgstr "Ungültige Telefonnummer" -#: frappe/auth.py:94 frappe/utils/oauth.py:185 frappe/utils/oauth.py:192 -#: frappe/www/login.py:117 +#: frappe/auth.py:95 frappe/utils/oauth.py:185 frappe/utils/oauth.py:192 +#: frappe/www/login.py:118 msgid "Invalid Request" msgstr "ungültige Anfrage" @@ -13036,7 +13121,7 @@ msgstr "Ungültige Aggregatfunktion" msgid "Invalid column" msgstr "Ungültige Spalte" -#: frappe/model/document.py:849 frappe/model/document.py:863 +#: frappe/model/document.py:853 frappe/model/document.py:867 msgid "Invalid docstatus" msgstr "Ungültiger Status" @@ -13048,7 +13133,7 @@ msgstr "Ungültiger Ausdruck in Filter {0} festgelegt" msgid "Invalid expression set in filter {0} ({1})" msgstr "Ungültiger Ausdruck im Filter {0} ({1}) gesetzt" -#: frappe/utils/data.py:1888 +#: frappe/utils/data.py:1902 msgid "Invalid field name {0}" msgstr "Ungültiger Feldname {0}" @@ -13074,7 +13159,7 @@ msgstr "Ungültiger Einbindungs-Pfand" msgid "Invalid json added in the custom options: {0}" msgstr "Ungültiger JSON in den benutzerdefinierten Optionen hinzugefügt: {0}" -#: frappe/model/naming.py:465 +#: frappe/model/naming.py:464 msgid "Invalid name type (integer) for varchar name column" msgstr "Ungültiger Namenstyp (Ganzzahl) für die Varchar-Namensspalte" @@ -13098,7 +13183,7 @@ msgstr "Ungültige Anfrageargumente" msgid "Invalid template file for import" msgstr "Ungültige Vorlagendatei für den Import" -#: frappe/integrations/doctype/connected_app/connected_app.py:172 +#: frappe/integrations/doctype/connected_app/connected_app.py:196 msgid "Invalid token state! Check if the token has been created by the OAuth user." msgstr "Ungültiger Tokenstatus! Überprüfen Sie, ob das Token vom OAuth-Benutzer erstellt wurde." @@ -13562,7 +13647,7 @@ msgstr "Tastaturkürzel" #. Login Key' #: frappe/integrations/doctype/social_login_key/social_login_key.json msgid "Keycloak" -msgstr "" +msgstr "Keycloak" #: frappe/public/js/frappe/utils/number_systems.js:37 msgctxt "Number system" @@ -13789,7 +13874,7 @@ msgstr "Bezeichnungshilfe" msgid "Label and Type" msgstr "Bezeichnung und Typ" -#: frappe/custom/doctype/custom_field/custom_field.py:143 +#: frappe/custom/doctype/custom_field/custom_field.py:144 msgid "Label is mandatory" msgstr "Bezeichnung ist zwingend erforderlich" @@ -13940,7 +14025,7 @@ msgstr "Vergangene Woche" msgid "Last Year" msgstr "Vergangenes Jahr" -#: frappe/public/js/frappe/widgets/chart_widget.js:698 +#: frappe/public/js/frappe/widgets/chart_widget.js:704 msgid "Last synced {0}" msgstr "Zuletzt synchronisiert {0}" @@ -13992,7 +14077,7 @@ msgid "Leave blank to repeat always" msgstr "Freilassen, um immer zu wiederholen" #: frappe/core/doctype/communication/mixins.py:207 -#: frappe/email/doctype/email_account/email_account.py:666 +#: frappe/email/doctype/email_account/email_account.py:667 msgid "Leave this conversation" msgstr "Benachrichtigungen abbestellen" @@ -14052,10 +14137,18 @@ msgstr "Die Länge des übergebenen Datenarrays ist größer als der Wert der ma msgid "Length of {0} should be between 1 and 1000" msgstr "Länge von {0} sollte zwischen 1 und 1000 sein" -#: frappe/public/js/frappe/widgets/chart_widget.js:674 +#: frappe/public/js/frappe/widgets/chart_widget.js:680 msgid "Less" msgstr "Weniger" +#: frappe/public/js/frappe/ui/filters/filter.js:24 +msgid "Less Than" +msgstr "Kleiner als" + +#: frappe/public/js/frappe/ui/filters/filter.js:26 +msgid "Less Than Or Equal To" +msgstr "Kleiner als oder gleich" + #: frappe/public/js/frappe/widgets/onboarding_widget.js:439 msgid "Let us continue with the onboarding" msgstr "Lassen Sie uns mit dem Onboarding fortfahren" @@ -14294,7 +14387,7 @@ msgid "Link Document Type" msgstr "Verknüpfter Dokumenttyp" #: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:402 -#: frappe/workflow/doctype/workflow_action/workflow_action.py:197 +#: frappe/workflow/doctype/workflow_action/workflow_action.py:198 msgid "Link Expired" msgstr "Link abgelaufen" @@ -14429,15 +14522,10 @@ msgstr "Listenspalten" msgid "List Filter" msgstr "Listenfilter" -#. Label of a HTML field in DocType 'Web Form' -#: frappe/website/doctype/web_form/web_form.json -msgid "List Setting Message" -msgstr "Listeneinstellungsnachricht" - -#. Label of a Section Break field in DocType 'Role' +#. Label of a Section Break field in DocType 'User' #. Label of a Section Break field in DocType 'Customize Form' #. Label of a Section Break field in DocType 'Web Form' -#: frappe/core/doctype/role/role.json +#: frappe/core/doctype/user/user.json #: frappe/custom/doctype/customize_form/customize_form.json #: frappe/website/doctype/web_form/web_form.json msgid "List Settings" @@ -14457,7 +14545,7 @@ msgstr "Listen-Ansicht" msgid "List View Settings" msgstr "Einstellungen für die Listenansicht" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:150 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:161 msgid "List a document type" msgstr "Einen Dokumenttyp auflisten" @@ -14473,6 +14561,11 @@ msgstr "Liste als [{ \"label\": _ ( \"Jobs\"), \"route\": \"jobs\"}]" msgid "List of patches executed" msgstr "Liste der ausgeführten Patches" +#. Label of a HTML field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "List setting message" +msgstr "" + #: frappe/public/js/frappe/ui/toolbar/search_utils.js:542 msgid "Lists" msgstr "Listen" @@ -14616,7 +14709,7 @@ msgstr "Anmelden vor" msgid "Login Failed please try again" msgstr "Login fehlgeschlagen. Bitte erneut versuchen." -#: frappe/email/doctype/email_account/email_account.py:139 +#: frappe/email/doctype/email_account/email_account.py:140 msgid "Login Id is required" msgstr "Benutzer-ID wird benötigt" @@ -14630,12 +14723,7 @@ msgstr "Anmeldemethoden" msgid "Login Page" msgstr "Anmeldeseite" -#. Label of a Check field in DocType 'Web Form' -#: frappe/website/doctype/web_form/web_form.json -msgid "Login Required" -msgstr "Anmeldung erforderlich" - -#: frappe/www/login.py:141 +#: frappe/www/login.py:142 msgid "Login To {0}" msgstr "Anmelden bei {0}" @@ -14655,10 +14743,15 @@ msgstr "Um die Listenansicht des Webformulars zu sehen, ist eine Anmeldung erfor msgid "Login link sent to your email" msgstr "Ein Anmeldelink wurde an Ihre E-Mail-Adresse gesendet" -#: frappe/auth.py:319 frappe/auth.py:322 +#: frappe/auth.py:327 frappe/auth.py:330 msgid "Login not allowed at this time" msgstr "Anmelden zurzeit nicht erlaubt" +#. Label of a Check field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Login required" +msgstr "Anmeldung erforderlich" + #: frappe/twofactor.py:165 msgid "Login session expired, refresh page to retry" msgstr "Sitzung abgelaufen. Aktualisieren Sie die Seite, um es erneut zu versuchen" @@ -14697,7 +14790,7 @@ msgstr "Mit E-Mail-Link anmelden" msgid "Login with email link expiry (in minutes)" msgstr "Gültigkeitsdauer des E-Mail-Links (in Minuten)" -#: frappe/auth.py:130 +#: frappe/auth.py:131 msgid "Login with username and password is not allowed." msgstr "Login mit Benutzername und Passwort ist nicht erlaubt." @@ -14821,6 +14914,11 @@ msgstr "Major" msgid "Make \"name\" searchable in Global Search" msgstr "Machen Sie "name" durchsuchbar in Global Search" +#. Label of a Check field in DocType 'DocField' +#: frappe/core/doctype/docfield/docfield.json +msgid "Make Attachment Public (by default)" +msgstr "" + #. Label of a Check field in DocType 'DocType' #. Label of a Check field in DocType 'Customize Form' #: frappe/core/doctype/doctype/doctype.json @@ -14850,6 +14948,12 @@ msgstr "Macht die Seite öffentlich" msgid "Male" msgstr "Männlich" +#. Label of a standard navbar item +#. Type: Route +#: frappe/hooks.py +msgid "Manage Billing" +msgstr "" + #: frappe/www/me.html:50 msgid "Manage third party apps" msgstr "Drittanbieter-Anwendungen verwalten" @@ -14885,7 +14989,7 @@ msgstr "Bedingung für Pflichtfeld" msgid "Mandatory Depends On (JS)" msgstr "Bedingung für Pflichtfeld (JS)" -#: frappe/website/doctype/web_form/web_form.py:410 +#: frappe/website/doctype/web_form/web_form.py:411 msgid "Mandatory Information missing:" msgstr "Pflichtangaben fehlen:" @@ -15026,11 +15130,6 @@ msgstr "Vorlage" msgid "Max 500 records at a time" msgstr "Maximal 500 Datensätze gleichzeitig" -#. Label of a Int field in DocType 'Web Form' -#: frappe/website/doctype/web_form/web_form.json -msgid "Max Attachment Size (in MB)" -msgstr "Maximale Größe des Anhangs (in MB)" - #. Label of a Int field in DocType 'DocType' #. Label of a Int field in DocType 'Customize Form' #: frappe/core/doctype/doctype/doctype.json @@ -15058,6 +15157,11 @@ msgstr "Maximale Länge" msgid "Max Value" msgstr "Maximaler Wert" +#. Label of a Int field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Max attachment size" +msgstr "" + #. Label of a Int field in DocType 'System Settings' #: frappe/core/doctype/system_settings/system_settings.json msgid "Max auto email report per user" @@ -15098,7 +15202,7 @@ msgid "Maximum points allowed after multiplying points with the multiplier value msgstr "Maximal erlaubte Punkte nach Multiplikation mit dem Multiplikatorwert\n" "(Hinweis: Für kein Limit lassen Sie dieses Feld leer oder setzen Sie es auf 0)" -#: frappe/model/rename_doc.py:679 +#: frappe/model/rename_doc.py:685 msgid "Maximum {0} rows allowed" msgstr "Maximum von {0} Zeilen erlaubt" @@ -15195,7 +15299,7 @@ msgstr "Zusammenführung ist nur möglich zwischen Gruppen oder Knoten" msgid "Message" msgstr "Nachricht" -#: frappe/__init__.py:589 frappe/public/js/frappe/ui/messages.js:267 +#: frappe/__init__.py:539 frappe/public/js/frappe/ui/messages.js:267 msgctxt "Default title of the message dialog" msgid "Message" msgstr "Nachricht" @@ -15240,7 +15344,7 @@ msgstr "Nachrichtentyp" msgid "Message clipped" msgstr "Nachricht abgeschnitten" -#: frappe/email/doctype/email_account/email_account.py:315 +#: frappe/email/doctype/email_account/email_account.py:316 msgid "Message from server: {0}" msgstr "Nachricht vom Server: {0}" @@ -15248,7 +15352,7 @@ msgstr "Nachricht vom Server: {0}" msgid "Message not setup" msgstr "Nachricht nicht eingerichtet" -#. Description of the 'Success Message' (Text) field in DocType 'Web Form' +#. Description of the 'Success message' (Text) field in DocType 'Web Form' #: frappe/website/doctype/web_form/web_form.json msgid "Message to be displayed on successful completion" msgstr "Nachricht, die nach erfolgreichem Abschluss angezeigt werden soll" @@ -15269,17 +15373,13 @@ msgid "Meta" msgstr "Meta" #. Label of a Small Text field in DocType 'Blog Post' -#. Label of a Small Text field in DocType 'Web Form' #: frappe/website/doctype/blog_post/blog_post.json -#: frappe/website/doctype/web_form/web_form.json #: frappe/website/doctype/web_page/web_page.js:124 msgid "Meta Description" msgstr "Meta Beschreibung" #. Label of a Attach Image field in DocType 'Blog Post' -#. Label of a Attach Image field in DocType 'Web Form' #: frappe/website/doctype/blog_post/blog_post.json -#: frappe/website/doctype/web_form/web_form.json #: frappe/website/doctype/web_page/web_page.js:131 msgid "Meta Image" msgstr "Meta-Bild" @@ -15294,13 +15394,26 @@ msgid "Meta Tags" msgstr "Meta-Tags" #. Label of a Data field in DocType 'Blog Post' -#. Label of a Data field in DocType 'Web Form' #: frappe/website/doctype/blog_post/blog_post.json -#: frappe/website/doctype/web_form/web_form.json #: frappe/website/doctype/web_page/web_page.js:117 msgid "Meta Title" msgstr "Meta-Titel" +#. Label of a Small Text field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Meta description" +msgstr "" + +#. Label of a Attach Image field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Meta image" +msgstr "" + +#. Label of a Data field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Meta title" +msgstr "" + #: frappe/website/doctype/web_page/web_page.js:110 msgid "Meta title for SEO" msgstr "Metatitel für SEO" @@ -15320,7 +15433,7 @@ msgstr "Metatitel für SEO" msgid "Method" msgstr "Methode" -#: frappe/__init__.py:907 +#: frappe/__init__.py:857 msgid "Method Not Allowed" msgstr "Methode nicht erlaubt" @@ -15412,7 +15525,7 @@ msgstr "Fehlender Wert" msgid "Missing Values Required" msgstr "Angaben zu fehlenden Werten erforderlich" -#: frappe/www/login.py:101 +#: frappe/www/login.py:102 msgid "Mobile" msgstr "Mobil" @@ -15627,7 +15740,7 @@ msgstr "Monatlicher Rang" #: frappe/public/js/frappe/form/multi_select_dialog.js:72 #: frappe/public/js/frappe/ui/toolbar/search.js:285 #: frappe/public/js/frappe/ui/toolbar/search.js:300 -#: frappe/public/js/frappe/widgets/chart_widget.js:674 +#: frappe/public/js/frappe/widgets/chart_widget.js:680 #: frappe/templates/includes/list/list.html:23 #: frappe/templates/includes/search_template.html:13 msgid "More" @@ -15761,7 +15874,7 @@ msgstr "Muss in '()' eingeschlossen sein und '{0}' enthalten, was ein Platzhalte msgid "Must be of type \"Attach Image\"" msgstr "Muss vom Typ sein "Bild anhängen"" -#: frappe/desk/query_report.py:203 +#: frappe/desk/query_report.py:204 msgid "Must have report permission to access this report." msgstr "Um auf diesen Bericht zuzugreifen, muss eine Berichtsberechtigung vorliegen." @@ -15779,7 +15892,7 @@ msgid "Mx" msgstr "" #: frappe/templates/includes/web_sidebar.html:41 -#: frappe/website/doctype/web_form/web_form.py:399 +#: frappe/website/doctype/web_form/web_form.py:400 #: frappe/website/doctype/website_settings/website_settings.py:181 #: frappe/www/list.py:20 frappe/www/me.html:4 frappe/www/me.html:8 #: frappe/www/update_password.py:10 @@ -15822,6 +15935,7 @@ msgstr "HINWEIS: Dieses Feld ist veraltet. Bitte richten Sie LDAP neu ein, um mi #. Label of a Data field in DocType 'Workspace' #. Label of a Data field in DocType 'Slack Webhook URL' #: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/doctype/doctype_list.js:10 #: frappe/custom/doctype/customize_form_field/customize_form_field.json #: frappe/desk/doctype/workspace/workspace.json #: frappe/integrations/doctype/slack_webhook_url/slack_webhook_url.json @@ -15841,7 +15955,7 @@ msgstr "Name (Dokumentname)" msgid "Name already taken, please set a new name" msgstr "Name bereits vergeben, bitte einen neuen Namen festlegen" -#: frappe/model/naming.py:479 +#: frappe/model/naming.py:478 msgid "Name cannot contain special characters like {0}" msgstr "Der Name darf keine Sonderzeichen wie {0} enthalten" @@ -15853,7 +15967,7 @@ msgstr "Name des Dokumenttyps (DocType) mit dem dieses Feld verknüpft sein soll msgid "Name of the new Print Format" msgstr "Name des neuen Druckformats" -#: frappe/model/naming.py:474 +#: frappe/model/naming.py:473 msgid "Name of {0} cannot be {1}" msgstr "Name von {0} kann nicht {1} sein" @@ -15953,20 +16067,20 @@ msgstr "Liste nach oben navigieren" msgid "Navigate to main content" msgstr "Zum Hauptinhalt navigieren" -#. Label of a Section Break field in DocType 'Role' -#: frappe/core/doctype/role/role.json +#. Label of a Section Break field in DocType 'User' +#: frappe/core/doctype/user/user.json msgid "Navigation Settings" msgstr "Navigationseinstellungen" -#: frappe/desk/doctype/workspace/workspace.py:306 +#: frappe/desk/doctype/workspace/workspace.py:310 msgid "Need Workspace Manager role to edit private workspace of other users" msgstr "Sie benötigen die Rolle des Workspace Managers, um den privaten Arbeitsbereich anderer Benutzer zu bearbeiten" -#: frappe/desk/doctype/workspace/workspace.py:350 +#: frappe/desk/doctype/workspace/workspace.py:354 msgid "Need Workspace Manager role to hide/unhide public workspaces" msgstr "Benötigen Sie die Rolle des Workspace Managers, um öffentliche Arbeitsbereiche ein- und auszublenden" -#: frappe/model/document.py:625 +#: frappe/model/document.py:629 msgid "Negative Value" msgstr "Negativer Wert" @@ -15983,7 +16097,7 @@ msgstr "Netzwerkdrucker-Einstellungen" #. Option for the 'Send Alert On' (Select) field in DocType 'Notification' #. Option for the 'For Document Event' (Select) field in DocType 'Energy Point #. Rule' -#: frappe/core/doctype/success_action/success_action.js:55 +#: frappe/core/doctype/success_action/success_action.js:57 #: frappe/core/page/dashboard_view/dashboard_view.js:173 #: frappe/desk/doctype/todo/todo.js:46 #: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json @@ -16108,7 +16222,7 @@ msgstr "Neuer Arbeitsbereich" msgid "New password cannot be same as old password" msgstr "Das neue Passwort darf nicht mit dem alten Passwort identisch sein" -#: frappe/utils/change_log.py:391 +#: frappe/utils/change_log.py:394 msgid "New updates are available" msgstr "Neue Updates sind verfügbar" @@ -16135,7 +16249,7 @@ msgstr "Neuer Wert muss gesetzt werden" #: frappe/public/js/frappe/ui/toolbar/search_utils.js:218 #: frappe/public/js/frappe/views/breadcrumbs.js:192 #: frappe/public/js/frappe/views/treeview.js:332 -#: frappe/website/doctype/web_form/web_form.py:308 +#: frappe/website/doctype/web_form/web_form.py:309 msgid "New {0}" msgstr "Neu {0}" @@ -16151,15 +16265,15 @@ msgstr "Neues {0} {1} zum Dashboard hinzugefügt {2}" msgid "New {0} {1} created" msgstr "Neue {0} {1} erstellt" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:374 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:378 msgid "New {0}: {1}" msgstr "Neu {0}: {1}" -#: frappe/utils/change_log.py:373 +#: frappe/utils/change_log.py:376 msgid "New {} releases for the following apps are available" msgstr "Neue {} Versionen für die folgenden Apps sind verfügbar" -#: frappe/core/doctype/user/user.py:786 +#: frappe/core/doctype/user/user.py:747 msgid "Newly created user {0} has no roles enabled." msgstr "Der neu erstellte Benutzer {0} hat keine aktivierten Rollen." @@ -16201,7 +16315,7 @@ msgstr "Newsletter muss veröffentlicht werden, um Webview-Link in der E-Mail zu msgid "Newsletter should have atleast one recipient" msgstr "Der Newsletter sollte mindestens einen Empfänger haben" -#: frappe/email/doctype/newsletter/newsletter.py:390 +#: frappe/email/doctype/newsletter/newsletter.py:393 msgid "Newsletters" msgstr "Newsletter" @@ -16209,7 +16323,7 @@ msgstr "Newsletter" #: frappe/public/js/frappe/web_form/web_form.js:91 #: frappe/public/js/onboarding_tours/onboarding_tours.js:15 #: frappe/public/js/onboarding_tours/onboarding_tours.js:240 -#: frappe/templates/includes/slideshow.html:38 frappe/website/utils.py:253 +#: frappe/templates/includes/slideshow.html:38 frappe/website/utils.py:254 #: frappe/website/web_template/slideshow/slideshow.html:44 msgid "Next" msgstr "Weiter" @@ -16288,14 +16402,14 @@ msgstr "Weiter bei Klick" #: frappe/integrations/doctype/webhook/webhook.py:140 #: frappe/printing/doctype/print_format/print_format.json #: frappe/public/js/form_builder/utils.js:341 -#: frappe/public/js/frappe/form/controls/link.js:475 +#: frappe/public/js/frappe/form/controls/link.js:486 #: frappe/public/js/frappe/list/list_sidebar_group_by.js:223 -#: frappe/public/js/frappe/views/reports/query_report.js:1529 +#: frappe/public/js/frappe/views/reports/query_report.js:1534 #: frappe/website/doctype/help_article/templates/help_article.html:26 msgid "No" msgstr "Nein" -#: frappe/public/js/frappe/ui/filters/filter.js:506 +#: frappe/public/js/frappe/ui/filters/filter.js:538 msgctxt "Checkbox is not checked" msgid "No" msgstr "Nein" @@ -16394,7 +16508,7 @@ msgstr "Keine Bezeichnung" msgid "No Letterhead" msgstr "Kein Briefkopf" -#: frappe/model/naming.py:456 +#: frappe/model/naming.py:455 msgid "No Name Specified for {0}" msgstr "Kein Name für {0} angegeben" @@ -16442,7 +16556,7 @@ msgstr "Keine Ergebnisse" msgid "No Results found" msgstr "Keine Ergebnisse gefunden" -#: frappe/core/doctype/user/user.py:787 +#: frappe/core/doctype/user/user.py:748 msgid "No Roles Specified" msgstr "Keine Rollen festgelegt" @@ -16514,11 +16628,11 @@ msgstr "Noch keine Kommentare. " msgid "No contacts added yet." msgstr "Noch keine Kontakte hinzugefügt." -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:427 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:431 msgid "No contacts linked to document" msgstr "Keine Kontakte mit dem Dokument verknüpft" -#: frappe/desk/query_report.py:338 +#: frappe/desk/query_report.py:339 msgid "No data to export" msgstr "Keine zu exportierenden Daten" @@ -16587,7 +16701,7 @@ msgstr "Anzahl der Spalten" msgid "No of Rows (Max 500)" msgstr "Keine der Zeilen (Max 500)" -#: frappe/__init__.py:1096 frappe/client.py:109 frappe/client.py:151 +#: frappe/__init__.py:1046 frappe/client.py:109 frappe/client.py:151 msgid "No permission for {0}" msgstr "Keine Berechtigung für {0}" @@ -16620,11 +16734,11 @@ msgstr "Keine Datensätze getaggt." msgid "No records will be exported" msgstr "Es werden keine Datensätze exportiert" -#: frappe/www/printview.py:424 +#: frappe/www/printview.py:427 msgid "No template found at path: {0}" msgstr "Keine Vorlage im Pfad: {0} gefunden" -#: frappe/public/js/frappe/form/controls/multiselect_list.js:226 +#: frappe/public/js/frappe/form/controls/multiselect_list.js:242 msgid "No values to show" msgstr "Keine Werte anzuzeigen" @@ -16687,7 +16801,7 @@ msgstr "Normalisierte Kopien" msgid "Normalized Query" msgstr "Normalisierte Abfrage" -#: frappe/core/doctype/user/user.py:994 +#: frappe/core/doctype/user/user.py:955 #: frappe/templates/includes/login/login.js:258 frappe/utils/oauth.py:271 msgid "Not Allowed" msgstr "Nicht Erlaubt" @@ -16729,17 +16843,17 @@ msgstr "Nicht wie" msgid "Not Linked to any record" msgstr "Nicht mit jedem Datensatz verknüpft" -#: frappe/__init__.py:989 frappe/app.py:357 frappe/desk/calendar.py:26 +#: frappe/__init__.py:939 frappe/app.py:357 frappe/desk/calendar.py:26 #: frappe/desk/treeview.py:19 frappe/geo/utils.py:97 #: frappe/public/js/frappe/web_form/webform_script.js:15 -#: frappe/website/doctype/web_form/web_form.py:601 +#: frappe/website/doctype/web_form/web_form.py:602 #: frappe/website/page_renderers/not_permitted_page.py:20 -#: frappe/www/login.py:182 frappe/www/qrcode.py:22 frappe/www/qrcode.py:25 +#: frappe/www/login.py:183 frappe/www/qrcode.py:22 frappe/www/qrcode.py:25 #: frappe/www/qrcode.py:37 msgid "Not Permitted" msgstr "Nicht zulässig" -#: frappe/desk/query_report.py:513 +#: frappe/desk/query_report.py:519 msgid "Not Permitted to read {0}" msgstr "Keine Berechtigung zum Lesen von {0}" @@ -16775,7 +16889,7 @@ msgstr "Nicht versendet" msgid "Not Set" msgstr "Nicht eingetragen" -#: frappe/public/js/frappe/ui/filters/filter.js:568 +#: frappe/public/js/frappe/ui/filters/filter.js:600 msgctxt "Field value is not set" msgid "Not Set" msgstr "Nicht eingetragen" @@ -16784,7 +16898,7 @@ msgstr "Nicht eingetragen" msgid "Not a valid Comma Separated Value (CSV File)" msgstr "Keine gültige .csv-Datei" -#: frappe/core/doctype/user/user.py:199 +#: frappe/core/doctype/user/user.py:218 msgid "Not a valid User Image." msgstr "Kein gültiges Benutzerbild." @@ -16812,11 +16926,11 @@ msgstr "Das {0} -Dokument darf nicht angehängt werden. Aktivieren Sie in den Dr msgid "Not allowed to create custom Virtual DocType." msgstr "Das Erstellen eines benutzerdefinierten virtuellen DocTypes ist nicht zulässig." -#: frappe/www/printview.py:124 +#: frappe/www/printview.py:127 msgid "Not allowed to print cancelled documents" msgstr "Das Drucken von abgebrochen Dokumenten ist nicht erlaubt." -#: frappe/www/printview.py:121 +#: frappe/www/printview.py:124 msgid "Not allowed to print draft documents" msgstr "Das Drucken von Entwürfen ist nicht erlaubt." @@ -16837,12 +16951,12 @@ msgid "Not in Developer Mode! Set in site_config.json or make 'Custom' DocType." msgstr "Nicht im Entwicklungsmodus! In site_config.json erstellen oder \"Benutzerdefiniertes\" DocType erstellen." #: frappe/api/v1.py:88 frappe/api/v1.py:93 -#: frappe/core/doctype/system_settings/system_settings.py:210 +#: frappe/core/doctype/system_settings/system_settings.py:212 #: frappe/handler.py:109 frappe/public/js/frappe/request.js:157 #: frappe/public/js/frappe/request.js:167 #: frappe/public/js/frappe/request.js:172 #: frappe/public/js/frappe/views/kanban/kanban_board.bundle.js:67 -#: frappe/website/doctype/web_form/web_form.py:614 +#: frappe/website/doctype/web_form/web_form.py:615 #: frappe/website/js/website.js:97 msgid "Not permitted" msgstr "Nicht gestattet" @@ -16853,7 +16967,7 @@ msgstr "{0} darf nicht angezeigt werden" #. Label of a Link in the Tools Workspace #. Name of a DocType -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:396 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:400 #: frappe/automation/workspace/tools/tools.json #: frappe/desk/doctype/note/note.json msgid "Note" @@ -16978,8 +17092,8 @@ msgstr "Benachrichtigungsdokument abonniert" msgid "Notification sent to" msgstr "Benachrichtigung gesendet an" -#. Label of a Check field in DocType 'Role' -#: frappe/core/doctype/role/role.json +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json #: frappe/public/js/frappe/ui/notifications/notifications.js:50 #: frappe/public/js/frappe/ui/notifications/notifications.js:187 msgid "Notifications" @@ -17094,7 +17208,7 @@ msgstr "Anzahl der Abfragen" msgid "Number of attachment fields are more than {}, limit updated to {}." msgstr "Anzahl der Anhangsfelder ist größer als {}, Limit auf {} aktualisiert." -#: frappe/core/doctype/system_settings/system_settings.py:163 +#: frappe/core/doctype/system_settings/system_settings.py:165 msgid "Number of backups must be greater than zero." msgstr "Anzahl der Backups muss größer als Null sein." @@ -17174,7 +17288,7 @@ msgstr "OAuth-Provider-Einstellungen" msgid "OAuth Scope" msgstr "OAuth Scope" -#: frappe/email/doctype/email_account/email_account.js:178 +#: frappe/email/doctype/email_account/email_account.js:182 msgid "OAuth has been enabled but not authorised. Please use \"Authorise API Access\" button to do the same." msgstr "OAuth wurde aktiviert, aber nicht autorisiert. Bitte verwenden Sie die Schaltfläche „API-Zugang autorisieren“, um dies zu tun." @@ -17253,7 +17367,7 @@ msgstr "Versatz Y" msgid "Old Password" msgstr "Altes Passwort" -#: frappe/custom/doctype/custom_field/custom_field.py:362 +#: frappe/custom/doctype/custom_field/custom_field.py:363 msgid "Old and new fieldnames are same." msgstr "Alte und neue Feldnamen sind gleich." @@ -17284,6 +17398,16 @@ msgstr "Bei Zahlungsautorisierung" msgid "On checking this option, URL will be treated like a jinja template string" msgstr "Beim Aktivieren dieser Option wird die URL wie eine Jinja-Vorlage behandelt" +#: frappe/public/js/frappe/ui/filters/filter.js:63 +#: frappe/public/js/frappe/ui/filters/filter.js:69 +msgid "On or After" +msgstr "Am oder nach" + +#: frappe/public/js/frappe/ui/filters/filter.js:62 +#: frappe/public/js/frappe/ui/filters/filter.js:68 +msgid "On or Before" +msgstr "Am oder vor" + #: frappe/public/js/frappe/views/communication.js:951 msgid "On {0}, {1} wrote:" msgstr "Am {0}, schrieb {1}:" @@ -17508,7 +17632,7 @@ msgstr "Öffnen Sie die URL in einem neuen Tab" msgid "Open a dialog with mandatory fields to create a new record quickly" msgstr "Öffnen Sie ein Dialogfeld mit Pflichtfeldern, um schnell einen neuen Datensatz zu erstellen" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:165 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:176 msgid "Open a module or tool" msgstr "Modul oder Werkzeug öffnen" @@ -17558,7 +17682,7 @@ msgstr "Geöffnet" msgid "Operation" msgstr "Arbeitsgang" -#: frappe/utils/data.py:1824 +#: frappe/utils/data.py:1838 msgid "Operator must be one of {0}" msgstr "Betreiber muss einer von {0}" @@ -17746,7 +17870,7 @@ msgstr "PATCH" #: frappe/printing/page/print/print.js:71 #: frappe/public/js/frappe/form/templates/print_layout.html:44 -#: frappe/public/js/frappe/views/reports/query_report.js:1656 +#: frappe/public/js/frappe/views/reports/query_report.js:1663 msgid "PDF" msgstr "PDF" @@ -18100,11 +18224,11 @@ msgstr "Passiv" msgid "Password" msgstr "Passwort" -#: frappe/core/doctype/user/user.py:1057 +#: frappe/core/doctype/user/user.py:1018 msgid "Password Email Sent" msgstr "Passwort E-Mail gesendet" -#: frappe/core/doctype/user/user.py:423 +#: frappe/core/doctype/user/user.py:393 msgid "Password Reset" msgstr "Passwort zurücksetzen" @@ -18126,7 +18250,7 @@ msgstr "Das Passwort wurde erfolgreich geändert." msgid "Password for Base DN" msgstr "Kennwort für Basis-DN" -#: frappe/email/doctype/email_account/email_account.py:170 +#: frappe/email/doctype/email_account/email_account.py:171 msgid "Password is required or select Awaiting Password" msgstr "Das Passwort ist erforderlich, oder wählen Sie Warten Passwort" @@ -18138,7 +18262,7 @@ msgstr "Passwort fehlt im E-Mail-Konto" msgid "Password not found for {0} {1} {2}" msgstr "Passwort für {0} {1} {2} nicht gefunden" -#: frappe/core/doctype/user/user.py:1056 +#: frappe/core/doctype/user/user.py:1017 msgid "Password reset instructions have been sent to your email" msgstr "Eine Anleitung zum Zurücksetzen des Passworts wurde an ihre E-Mail-Adresse verschickt" @@ -18146,11 +18270,11 @@ msgstr "Eine Anleitung zum Zurücksetzen des Passworts wurde an ihre E-Mail-Adre msgid "Password set" msgstr "Passwort gesetzt" -#: frappe/auth.py:236 +#: frappe/auth.py:244 msgid "Password size exceeded the maximum allowed size" msgstr "Passwort überschreitet die maximal zulässige Länge" -#: frappe/core/doctype/user/user.py:850 +#: frappe/core/doctype/user/user.py:811 msgid "Password size exceeded the maximum allowed size." msgstr "Passwort überschreitet die maximal zulässige Länge." @@ -18162,7 +18286,7 @@ msgstr "Passwörter stimmen nicht überein" msgid "Passwords do not match!" msgstr "Passwörter stimmen nicht überein!" -#: frappe/email/doctype/newsletter/newsletter.py:156 +#: frappe/email/doctype/newsletter/newsletter.py:159 msgid "Past dates are not allowed for Scheduling." msgstr "Termine in der Vergangenheit sind für die Planung nicht zulässig." @@ -18472,6 +18596,15 @@ msgstr "Postleitzahl" msgid "Pink" msgstr "Rosa" +#. Label of a Data field in DocType 'DocField' +#. Label of a Data field in DocType 'Custom Field' +#. Label of a Data field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Placeholder" +msgstr "Platzhalter" + #. Option for the 'Message Type' (Select) field in DocType 'Notification' #: frappe/email/doctype/notification/notification.json msgid "Plain Text" @@ -18502,7 +18635,7 @@ msgstr "Bitte Diagramm einstellen" msgid "Please Update SMS Settings" msgstr "Bitte SMS-Einstellungen aktualisieren" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:570 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:574 msgid "Please add a subject to your email" msgstr "Bitte füge einen Betreff zu deiner E-Mail hinzu" @@ -18510,7 +18643,7 @@ msgstr "Bitte füge einen Betreff zu deiner E-Mail hinzu" msgid "Please add a valid comment." msgstr "Bitte fügen Sie einen gültigen Kommentar hinzu." -#: frappe/core/doctype/user/user.py:1039 +#: frappe/core/doctype/user/user.py:1000 msgid "Please ask your administrator to verify your sign-up" msgstr "Bitte fragen Sie Ihren Administrator Ihre Anmeldung bis zum überprüfen" @@ -18542,7 +18675,7 @@ msgstr "Bitte überprüfen Sie die für das Dashboard-Diagramm festgelegten Filt msgid "Please check the value of \"Fetch From\" set for field {0}" msgstr "Bitte überprüfen Sie den Wert von "Abrufen von" für Feld {0}" -#: frappe/core/doctype/user/user.py:1037 +#: frappe/core/doctype/user/user.py:998 msgid "Please check your email for verification" msgstr "Bitte überprüfen Sie Ihren Posteingang. Wir haben Ihnen eine E-Mail mit einer Bitte um Bestätigung geschickt." @@ -18594,7 +18727,7 @@ msgstr "Bitte nicht die Vorlagenköpfe ändern." msgid "Please duplicate this to make changes" msgstr "Bitte kopieren um Änderungen vorzunehmen" -#: frappe/core/doctype/system_settings/system_settings.py:156 +#: frappe/core/doctype/system_settings/system_settings.py:158 msgid "Please enable atleast one Social Login Key or LDAP or Login With Email Link before disabling username/password based login." msgstr "Bitte aktivieren Sie mindestens eines der Anmeldeverfahren Social Login Key, LDAP oder Anmeldung per E-Mail-Link, bevor Sie die Anmeldung per Benutzernamen und Passwort deaktivieren." @@ -18677,7 +18810,7 @@ msgstr "Bitte geben Sie Ihr neues Passwort ein." msgid "Please enter your old password." msgstr "Bitte geben Sie Ihr altes Passwort ein." -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:402 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:406 msgid "Please find attached {0}: {1}" msgstr "Im Anhang finden Sie {0}: {1}" @@ -18693,7 +18826,7 @@ msgstr "Bitte melden Sie sich an, um einen Kommentar zu schreiben." msgid "Please make sure the Reference Communication Docs are not circularly linked." msgstr "Bitte stellen Sie sicher, dass die Referenzkommunikationsdokumente nicht zirkulär verknüpft sind." -#: frappe/model/document.py:818 +#: frappe/model/document.py:822 msgid "Please refresh to get the latest document." msgstr "Bitte aktualisieren, um das neueste Dokument zu erhalten." @@ -18737,7 +18870,7 @@ msgstr "Bitte zuerst DocType auswählen" msgid "Please select Entity Type first" msgstr "Bitte wählen Sie zunächst Entitätstyp" -#: frappe/core/doctype/system_settings/system_settings.py:106 +#: frappe/core/doctype/system_settings/system_settings.py:108 msgid "Please select Minimum Password Score" msgstr "Bitte wählen Sie Minimum Password Score" @@ -18757,11 +18890,11 @@ msgstr "Bitte wählen Sie zuerst eine Datei aus." msgid "Please select a file or url" msgstr "Bitte eine Datei oder URL auswählen" -#: frappe/model/rename_doc.py:674 +#: frappe/model/rename_doc.py:680 msgid "Please select a valid csv file with data" msgstr "Bitte eine gültige CSV-Datei mit Daten auswählen" -#: frappe/utils/data.py:253 +#: frappe/utils/data.py:254 msgid "Please select a valid date filter" msgstr "Bitte wählen Sie einen gültigen Datumsfilter" @@ -18811,7 +18944,7 @@ msgstr "Bitte Filter einstellen" msgid "Please set filters value in Report Filter table." msgstr "Bitte setzen Sie Filter Wert in Berichtsfiltertabelle." -#: frappe/model/naming.py:549 +#: frappe/model/naming.py:548 msgid "Please set the document name" msgstr "Bitte geben Sie den Dokumentnamen ein" @@ -18823,7 +18956,7 @@ msgstr "Bitte legen Sie zuerst die folgenden Dokumente in diesem Dashboard als S msgid "Please set the series to be used." msgstr "Bitte legen Sie die zu verwendende Serie fest." -#: frappe/core/doctype/system_settings/system_settings.py:119 +#: frappe/core/doctype/system_settings/system_settings.py:121 msgid "Please setup SMS before setting it as an authentication method, via SMS Settings" msgstr "Bitte richten Sie SMS ein, bevor Sie es als Authentifizierungsmethode über SMS-Einstellungen festlegen" @@ -18831,11 +18964,11 @@ msgstr "Bitte richten Sie SMS ein, bevor Sie es als Authentifizierungsmethode ü msgid "Please setup a message first" msgstr "Bitte richten Sie zuerst eine Nachricht ein" -#: frappe/email/doctype/email_account/email_account.py:405 +#: frappe/email/doctype/email_account/email_account.py:406 msgid "Please setup default Email Account from Settings > Email Account" msgstr "Bitte richten Sie ein Standard-E-Mail-Konto unter Einstellungen > E-Mail-Konto ein" -#: frappe/core/doctype/user/user.py:374 +#: frappe/core/doctype/user/user.py:358 msgid "Please setup default outgoing Email Account from Settings > Email Account" msgstr "Bitte legen Sie das Standard-E-Mail-Konto unter Einstellungen > E-Mail-Konto fest" @@ -18868,7 +19001,7 @@ msgstr "Bitte aktualisieren Sie {}, bevor Sie fortfahren." msgid "Please use a valid LDAP search filter" msgstr "Bitte verwenden Sie einen gültigen LDAP-Suchfilter" -#: frappe/email/doctype/newsletter/newsletter.py:333 +#: frappe/email/doctype/newsletter/newsletter.py:336 msgid "Please verify your Email Address" msgstr "Bitte bestätigen Sie Ihre E-Mail-Adresse" @@ -19041,7 +19174,7 @@ msgstr "Vorbereiteter Bericht" msgid "Prepared Report User" msgstr "Vorbereiteter Berichtsbenutzer" -#: frappe/desk/query_report.py:301 +#: frappe/desk/query_report.py:302 msgid "Prepared report render failed" msgstr "Das Rendern des vorbereiteten Berichts ist fehlgeschlagen" @@ -19173,7 +19306,7 @@ msgstr "Primäre Telefonnummer" #. Label of a Check field in DocType 'User Document Type' #: frappe/core/doctype/custom_docperm/custom_docperm.json #: frappe/core/doctype/docperm/docperm.json -#: frappe/core/doctype/success_action/success_action.js:56 +#: frappe/core/doctype/success_action/success_action.js:58 #: frappe/core/doctype/user_document_type/user_document_type.json #: frappe/printing/page/print/print.js:65 #: frappe/public/js/frappe/form/success_action.js:81 @@ -19181,13 +19314,13 @@ msgstr "Primäre Telefonnummer" #: frappe/public/js/frappe/form/toolbar.js:322 #: frappe/public/js/frappe/form/toolbar.js:334 #: frappe/public/js/frappe/list/bulk_operations.js:95 -#: frappe/public/js/frappe/views/reports/query_report.js:1642 +#: frappe/public/js/frappe/views/reports/query_report.js:1649 #: frappe/public/js/frappe/views/reports/report_view.js:1461 #: frappe/public/js/frappe/views/treeview.js:456 frappe/www/printview.html:18 msgid "Print" msgstr "Drucken" -#: frappe/public/js/frappe/list/list_view.js:1910 +#: frappe/public/js/frappe/list/list_view.js:1918 msgctxt "Button in list view actions menu" msgid "Print" msgstr "Drucken" @@ -19257,7 +19390,7 @@ msgstr "Hilfe zu Druckformaten" msgid "Print Format Type" msgstr "Druckformattyp" -#: frappe/www/printview.py:406 +#: frappe/www/printview.py:409 msgid "Print Format {0} is disabled" msgstr "Druckformat {0} ist deaktiviert" @@ -19713,7 +19846,7 @@ msgstr "Abfragebericht" msgid "Query analysis complete. Check suggested indexes." msgstr "Analyse der Abfrage abgeschlossen. Prüfen Sie die vorgeschlagenen Indizes." -#: frappe/utils/safe_exec.py:428 +#: frappe/utils/safe_exec.py:477 msgid "Query must be of SELECT or read-only WITH type." msgstr "Die Abfrage muss vom Typ SELECT oder Read-Only WITH sein." @@ -19915,7 +20048,7 @@ msgstr "Einstellung für Rohdruck" msgid "Re-Run in Console" msgstr "Erneut in der Konsole ausführen" -#: frappe/email/doctype/email_account/email_account.py:672 +#: frappe/email/doctype/email_account/email_account.py:673 msgid "Re:" msgstr "AW:" @@ -19995,7 +20128,7 @@ msgstr "Gelesen von Empfänger On" msgid "Read mode" msgstr "Lesemodus" -#: frappe/utils/safe_exec.py:90 +#: frappe/utils/safe_exec.py:93 msgid "Read the documentation to know more" msgstr "Lesen Sie die Dokumentation, um mehr zu erfahren" @@ -20030,11 +20163,6 @@ msgstr "Baum neu aufbauen" msgid "Rebuilding of tree is not supported for {}" msgstr "Die Neuberechnung des Baums wird für {} nicht unterstützt" -#. Description of the 'Anonymous' (Check) field in DocType 'Web Form' -#: frappe/website/doctype/web_form/web_form.json -msgid "Receive anonymous response" -msgstr "Anonyme Antwort erhalten" - #. Option for the 'Sent or Received' (Select) field in DocType 'Communication' #: frappe/core/doctype/communication/communication.json msgid "Received" @@ -20379,7 +20507,7 @@ msgstr "Referrer" #: frappe/public/js/frappe/form/form.js:1132 #: frappe/public/js/frappe/form/templates/print_layout.html:6 #: frappe/public/js/frappe/list/base_list.js:65 -#: frappe/public/js/frappe/views/reports/query_report.js:1631 +#: frappe/public/js/frappe/views/reports/query_report.js:1638 #: frappe/public/js/frappe/views/treeview.js:462 #: frappe/public/js/frappe/widgets/chart_widget.js:290 #: frappe/public/js/frappe/widgets/number_card_widget.js:324 @@ -20420,7 +20548,7 @@ msgstr "Aktualisiere" msgid "Refreshing..." msgstr "Aktualisiere..." -#: frappe/core/doctype/user/user.py:1001 +#: frappe/core/doctype/user/user.py:962 msgid "Registered but disabled" msgstr "Registrierte aber deaktiviert" @@ -20773,7 +20901,7 @@ msgstr "Berichts-Manager" #: frappe/core/doctype/report/report.json #: frappe/desk/doctype/dashboard_chart/dashboard_chart.json #: frappe/desk/doctype/number_card/number_card.json -#: frappe/public/js/frappe/views/reports/query_report.js:1812 +#: frappe/public/js/frappe/views/reports/query_report.js:1819 msgid "Report Name" msgstr "Berichtsname" @@ -20830,7 +20958,7 @@ msgstr "Berichtsgrenze erreicht" msgid "Report timed out." msgstr "Zeitüberschreitung des Berichts." -#: frappe/desk/query_report.py:568 +#: frappe/desk/query_report.py:574 msgid "Report updated successfully" msgstr "Bericht erfolgreich aktualisiert" @@ -20838,7 +20966,7 @@ msgstr "Bericht erfolgreich aktualisiert" msgid "Report was not saved (there were errors)" msgstr "Bericht wurde nicht gespeichert (es gab Fehler)" -#: frappe/public/js/frappe/views/reports/query_report.js:1850 +#: frappe/public/js/frappe/views/reports/query_report.js:1857 msgid "Report with more than 10 columns looks better in Landscape mode." msgstr "Berichte mit mehr als 10 Spalten sehen im Querformat besser aus." @@ -20993,7 +21121,7 @@ msgstr "Diagramm zurücksetzen" msgid "Reset Dashboard Customizations" msgstr "Dashboard-Anpassungen zurücksetzen" -#: frappe/public/js/frappe/list/list_settings.js:227 +#: frappe/public/js/frappe/list/list_settings.js:230 msgid "Reset Fields" msgstr "Felder zurücksetzen" @@ -21135,8 +21263,8 @@ msgctxt "Title of message showing restrictions in list view" msgid "Restrictions" msgstr "Beschränkungen" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:345 -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:360 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:356 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:371 msgid "Result" msgstr "Ergebnis" @@ -21351,7 +21479,7 @@ msgstr "Rollenprofil" msgid "Role and Level" msgstr "Rolle und Ebene" -#: frappe/core/doctype/user/user.py:315 +#: frappe/core/doctype/user/user.py:299 msgid "Role has been set as per the user type {0}" msgstr "Die Rolle wurde gemäß Benutzertyp {0} festgelegt" @@ -21466,7 +21594,7 @@ msgid "Route: Example \"/app\"" msgstr "Route: Beispiel \"/app\"" #: frappe/model/base_document.py:727 frappe/model/base_document.py:768 -#: frappe/model/document.py:610 +#: frappe/model/document.py:614 msgid "Row" msgstr "Zeile" @@ -21631,14 +21759,14 @@ msgid "SMS Settings" msgstr "SMS-Einstellungen" #: frappe/core/doctype/sms_settings/sms_settings.py:109 -msgid "SMS sent to following numbers: {0}" -msgstr "SMS an folgende Nummern verschickt: {0}" +msgid "SMS sent successfully" +msgstr "" #: frappe/templates/includes/login/login.js:377 msgid "SMS was not sent. Please contact Administrator." msgstr "SMS wurde nicht gesendet. Bitte wenden Sie sich an den Administrator." -#: frappe/email/doctype/email_account/email_account.py:187 +#: frappe/email/doctype/email_account/email_account.py:188 msgid "SMTP Server is required" msgstr "SMTP-Server ist erforderlich" @@ -21746,14 +21874,14 @@ msgstr "Samstag" #: frappe/public/js/frappe/form/footer/form_timeline.js:663 #: frappe/public/js/frappe/form/quick_entry.js:161 #: frappe/public/js/frappe/list/list_settings.js:36 -#: frappe/public/js/frappe/list/list_settings.js:244 +#: frappe/public/js/frappe/list/list_settings.js:247 #: frappe/public/js/frappe/list/list_sidebar_group_by.js:25 #: frappe/public/js/frappe/ui/toolbar/toolbar.js:322 #: frappe/public/js/frappe/utils/common.js:443 #: frappe/public/js/frappe/views/kanban/kanban_settings.js:45 #: frappe/public/js/frappe/views/kanban/kanban_settings.js:189 #: frappe/public/js/frappe/views/kanban/kanban_view.js:343 -#: frappe/public/js/frappe/views/reports/query_report.js:1804 +#: frappe/public/js/frappe/views/reports/query_report.js:1811 #: frappe/public/js/frappe/views/reports/report_view.js:1649 #: frappe/public/js/frappe/views/workspace/workspace.js:532 #: frappe/public/js/frappe/widgets/base_widget.js:142 @@ -21784,7 +21912,7 @@ msgstr "Anpassungen speichern" msgid "Save Filter" msgstr "Filter speichern" -#: frappe/public/js/frappe/views/reports/query_report.js:1807 +#: frappe/public/js/frappe/views/reports/query_report.js:1814 msgid "Save Report" msgstr "Bericht speichern" @@ -21832,7 +21960,7 @@ msgstr "Wenn Sie dies speichern, werden dieses Dokument und die hier verlinkten #: frappe/public/js/print_format_builder/store.js:36 #: frappe/public/js/workflow_builder/store.js:73 msgid "Saving..." -msgstr "Speichern ..." +msgstr "Wird gespeichert..." #: frappe/public/js/frappe/scanner/index.js:72 msgid "Scan QRCode" @@ -21909,7 +22037,7 @@ msgstr "Geplanter Versand" msgid "Scheduled To Send" msgstr "in Sendewarteschlange" -#: frappe/core/doctype/server_script/server_script.py:281 +#: frappe/core/doctype/server_script/server_script.py:255 msgid "Scheduled execution for script {0} has updated" msgstr "Die geplante Ausführung für Skript {0} wurde aktualisiert" @@ -22034,8 +22162,8 @@ msgstr "Skripte" msgid "Search" msgstr "Suchen" -#. Label of a Check field in DocType 'Role' -#: frappe/core/doctype/role/role.json +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json msgid "Search Bar" msgstr "Suchleiste" @@ -22046,7 +22174,7 @@ msgstr "Suchleiste" msgid "Search Fields" msgstr "Suchfelder" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:175 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:186 msgid "Search Help" msgstr "Hilfe suchen" @@ -22084,12 +22212,12 @@ msgstr "Feldtypen durchsuchen..." msgid "Search for anything" msgstr "Suchen Sie nach etwas" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:289 -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:295 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:300 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:306 msgid "Search for {0}" msgstr "Suche nach {0}" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:155 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:166 msgid "Search in a document type" msgstr "Suche in einem Dokumenttyp" @@ -22313,7 +22441,7 @@ msgid "Select Field..." msgstr "Feld auswählen..." #: frappe/public/js/frappe/form/grid_row.js:460 -#: frappe/public/js/frappe/list/list_settings.js:233 +#: frappe/public/js/frappe/list/list_settings.js:236 #: frappe/public/js/frappe/views/kanban/kanban_settings.js:181 msgid "Select Fields" msgstr "Felder auswählen" @@ -22501,7 +22629,7 @@ msgstr "Wählen Sie zwei Versionen aus, um den Unterschied anzuzeigen." #: frappe/public/js/frappe/form/link_selector.js:24 #: frappe/public/js/frappe/form/multi_select_dialog.js:81 -#: frappe/public/js/frappe/form/multi_select_dialog.js:281 +#: frappe/public/js/frappe/form/multi_select_dialog.js:283 #: frappe/public/js/frappe/list/list_view_select.js:153 #: frappe/public/js/print_format_builder/Preview.vue:90 msgid "Select {0}" @@ -22841,7 +22969,7 @@ msgstr "Server-IP" msgid "Server Script" msgstr "Serverskript" -#: frappe/utils/safe_exec.py:89 +#: frappe/utils/safe_exec.py:92 msgid "Server Scripts are disabled. Please enable server scripts from bench configuration." msgstr "Serverskripte sind deaktiviert. Bitte aktivieren Sie Server-Skripte in der Bankkonfiguration." @@ -22892,11 +23020,11 @@ msgstr "Sitzung abgelaufen" msgid "Session Expiry (idle timeout)" msgstr "Ablauf der Sitzung (Leerlaufzeit)" -#: frappe/core/doctype/system_settings/system_settings.py:113 +#: frappe/core/doctype/system_settings/system_settings.py:115 msgid "Session Expiry must be in format {0}" msgstr "Sitzungsablauf muss im Format {0} sein" -#: frappe/public/js/frappe/ui/filters/filter.js:567 +#: frappe/public/js/frappe/ui/filters/filter.js:599 msgctxt "Field value is set" msgid "Set" msgstr "Eingetragen" @@ -23030,6 +23158,11 @@ msgstr "Keine Standard-Genauigkeit für ein Float- oder Währungsfeld einstellen msgid "Set only once" msgstr "Nur einmal festlegen" +#. Description of the 'Max attachment size' (Int) field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Set size in MB" +msgstr "" + #. Description of the 'Filters Configuration' (Code) field in DocType 'Number #. Card' #: frappe/desk/doctype/number_card/number_card.json @@ -23162,7 +23295,7 @@ msgstr "Einrichtung > Benutzerberechtigungen" msgid "Setup Approval Workflows" msgstr "Genehmigungsworkflows einrichten" -#: frappe/public/js/frappe/views/reports/query_report.js:1677 +#: frappe/public/js/frappe/views/reports/query_report.js:1684 #: frappe/public/js/frappe/views/reports/report_view.js:1627 msgid "Setup Auto Email" msgstr "Einstellungen Auto E-Mail" @@ -23541,8 +23674,8 @@ msgstr "Nur numerische Felder aus Bericht anzeigen" msgid "Showing only first {0} rows out of {1}" msgstr "Zeigt nur die ersten {0} Zeilen von {1}" -#. Label of a Check field in DocType 'Role' -#: frappe/core/doctype/role/role.json +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json msgid "Sidebar" msgstr "Seitenleiste" @@ -23566,7 +23699,7 @@ msgstr "Sidebar und Kommentare" msgid "Sign Up and Confirmation" msgstr "Anmeldung und Bestätigung" -#: frappe/core/doctype/user/user.py:994 +#: frappe/core/doctype/user/user.py:955 msgid "Sign Up is disabled" msgstr "Die Registrierung ist deaktiviert" @@ -23635,7 +23768,7 @@ msgstr "Einzelne DocTypes können nicht angepasst werden." msgid "Single Types have only one record no tables associated. Values are stored in tabSingles" msgstr "Einzelne Typen haben nur einen Datensatz, keine Tabellen zugeordnet. Die Werte werden in tabSingles gespeichert" -#: frappe/database/database.py:240 +#: frappe/database/database.py:242 msgid "Site is running in read only mode for maintenance or site update, this action can not be performed right now. Please try again later." msgstr "Diese Instanz läuft im schreibgeschützten Modus für Wartungsarbeiten und Aktualisierungen. Diese Aktion kann daher momentan nicht ausgeführt werden. Bitte versuchen Sie es später erneut." @@ -23914,6 +24047,12 @@ msgstr "Sonderzeichen außer "-", "#", ".", " msgid "Specify a custom timeout, default timeout is 1500 seconds" msgstr "Geben Sie eine benutzerdefinierte Zeitüberschreitung an, die Standardzeitüberschreitung beträgt 1500 Sekunden" +#. Description of the 'Allowed embedding domains' (Small Text) field in DocType +#. 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Specify the domains or origins that are permitted to embed this form. Enter one domain per line (e.g., https://example.com). If no domains are specified, the form can only be embedded on the same origin." +msgstr "" + #. Label of a Attach Image field in DocType 'Website Settings' #: frappe/website/doctype/website_settings/website_settings.json msgid "Splash Image" @@ -23993,11 +24132,11 @@ msgstr "Standard-Webformulare können nicht geändert werden, duplizieren Sie st msgid "Standard rich text editor with controls" msgstr "Standard-Rich-Text-Editor mit Steuerelementen" -#: frappe/core/doctype/role/role.py:65 +#: frappe/core/doctype/role/role.py:46 msgid "Standard roles cannot be disabled" msgstr "Standardrollen können nicht deaktiviert werden" -#: frappe/core/doctype/role/role.py:51 +#: frappe/core/doctype/role/role.py:32 msgid "Standard roles cannot be renamed" msgstr "Standardrollen kann nicht umbenannt werden" @@ -24022,6 +24161,7 @@ msgstr "Starten" #. Label of a Date field in DocType 'Auto Repeat' #. Label of a Datetime field in DocType 'Web Page' #: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:140 #: frappe/public/js/frappe/utils/common.js:409 #: frappe/website/doctype/web_page/web_page.json msgid "Start Date" @@ -24186,7 +24326,7 @@ msgstr "Statistiken basieren auf der Leistung der letzten Woche (von {0} bis {1} #: frappe/email/doctype/newsletter/newsletter.json #: frappe/integrations/doctype/integration_request/integration_request.json #: frappe/integrations/doctype/oauth_bearer_token/oauth_bearer_token.json -#: frappe/public/js/frappe/list/list_settings.js:356 +#: frappe/public/js/frappe/list/list_settings.js:359 #: frappe/public/js/frappe/views/reports/report_view.js:909 #: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.json #: frappe/website/doctype/personal_data_deletion_step/personal_data_deletion_step.json @@ -24368,7 +24508,7 @@ msgstr "Buchungs-Warteschlange" msgid "Submit" msgstr "Buchen" -#: frappe/public/js/frappe/list/list_view.js:1977 +#: frappe/public/js/frappe/list/list_view.js:1985 msgctxt "Button in list view actions menu" msgid "Submit" msgstr "Buchen" @@ -24376,33 +24516,28 @@ msgstr "Buchen" #: frappe/website/doctype/web_form/templates/web_form.html:44 msgctxt "Button in web form" msgid "Submit" -msgstr "Buchen" +msgstr "Senden" #: frappe/public/js/frappe/ui/dialog.js:60 msgctxt "Primary action in dialog" msgid "Submit" -msgstr "Buchen" +msgstr "Senden" #: frappe/public/js/frappe/ui/messages.js:97 msgctxt "Primary action of prompt dialog" msgid "Submit" -msgstr "Buchen" +msgstr "Senden" #: frappe/public/js/frappe/desk.js:212 msgctxt "Submit password for Email Account" msgid "Submit" -msgstr "Buchen" +msgstr "Bestätigen" #. Label of a Check field in DocType 'Data Import' #: frappe/core/doctype/data_import/data_import.json msgid "Submit After Import" msgstr "Nach dem Import buchen" -#. Label of a Data field in DocType 'Web Form' -#: frappe/website/doctype/web_form/web_form.json -msgid "Submit Button Label" -msgstr "Übertrage Button Label" - #: frappe/core/page/permission_manager/permission_manager_help.html:39 msgid "Submit an Issue" msgstr "Ein Problem melden" @@ -24412,8 +24547,14 @@ msgctxt "Button in web form" msgid "Submit another response" msgstr "Eine weitere Antwort senden" +#. Label of a Data field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Submit button label" +msgstr "" + #. Label of a Check field in DocType 'Auto Repeat' #: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:126 msgid "Submit on Creation" msgstr "Nach Erstellung buchen" @@ -24425,7 +24566,7 @@ msgstr "Senden Sie dieses Dokument, um diesen Schritt abzuschließen." msgid "Submit this document to confirm" msgstr "Buchen Sie dieses Dokument, um zu bestätigen" -#: frappe/public/js/frappe/list/list_view.js:1982 +#: frappe/public/js/frappe/list/list_view.js:1990 msgctxt "Title of confirmation dialog" msgid "Submit {0} documents?" msgstr "{0} Dokumente einreichen?" @@ -24435,7 +24576,7 @@ msgstr "{0} Dokumente einreichen?" #: frappe/core/doctype/comment/comment.json #: frappe/core/doctype/communication/communication.json #: frappe/public/js/frappe/model/indicator.js:95 -#: frappe/public/js/frappe/ui/filters/filter.js:499 +#: frappe/public/js/frappe/ui/filters/filter.js:531 #: frappe/website/doctype/web_form/templates/web_form.html:133 msgid "Submitted" msgstr "Gebucht" @@ -24486,10 +24627,10 @@ msgstr "Untertitel" #: frappe/templates/includes/login/login.js:270 #: frappe/templates/includes/login/login.js:278 #: frappe/templates/pages/integrations/gcalendar-success.html:9 -#: frappe/workflow/doctype/workflow_action/workflow_action.py:166 +#: frappe/workflow/doctype/workflow_action/workflow_action.py:167 #: frappe/workflow/doctype/workflow_state/workflow_state.json msgid "Success" -msgstr "Erfolg" +msgstr "Erfolgreich" #. Name of a DocType #: frappe/core/doctype/success_action/success_action.json @@ -24497,17 +24638,10 @@ msgid "Success Action" msgstr "Erfolg Aktion" #. Label of a Data field in DocType 'Module Onboarding' -#. Label of a Text field in DocType 'Web Form' #: frappe/desk/doctype/module_onboarding/module_onboarding.json -#: frappe/website/doctype/web_form/web_form.json msgid "Success Message" msgstr "Erfolgsmeldung" -#. Label of a Data field in DocType 'Web Form' -#: frappe/website/doctype/web_form/web_form.json -msgid "Success Title" -msgstr "Erfolgs-Titel" - #. Label of a Data field in DocType 'Token Cache' #: frappe/integrations/doctype/token_cache/token_cache.json msgid "Success URI" @@ -24518,6 +24652,16 @@ msgstr "Erfolgs-URI" msgid "Success URL" msgstr "Erfolgs-URL" +#. Label of a Text field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Success message" +msgstr "" + +#. Label of a Data field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Success title" +msgstr "" + #: frappe/www/update-password.html:79 msgid "Success! You are good to go 👍" msgstr "Erfolg! Du kannst nun durchstarten 👍" @@ -24531,7 +24675,7 @@ msgstr "Anzahl erfolgreich" msgid "Successful Transactions" msgstr "Erfolgreiche Transaktionen" -#: frappe/model/rename_doc.py:688 +#: frappe/model/rename_doc.py:694 msgid "Successful: {0} to {1}" msgstr "Erfolgreich: {0} um {1}" @@ -24585,7 +24729,7 @@ msgstr "Optimierungen vorschlagen" msgid "Suggested Indexes" msgstr "Vorgeschlagene Indizes" -#: frappe/core/doctype/user/user.py:703 +#: frappe/core/doctype/user/user.py:664 msgid "Suggested Username: {0}" msgstr "Empfohlener Benutzername: {0}" @@ -24696,7 +24840,7 @@ msgstr "Synchronisiert" msgid "Syncing {0} of {1}" msgstr "{0} von {1} synchronisieren" -#: frappe/utils/data.py:2156 +#: frappe/utils/data.py:2170 msgid "Syntax Error" msgstr "Syntaxfehler" @@ -24710,7 +24854,7 @@ msgstr "System" msgid "System Console" msgstr "Systemkonsole" -#: frappe/custom/doctype/custom_field/custom_field.py:358 +#: frappe/custom/doctype/custom_field/custom_field.py:359 msgid "System Generated Fields can not be renamed" msgstr "Systemgenerierte Felder können nicht umbenannt werden" @@ -25001,7 +25145,7 @@ msgstr "Tabelle gekürzt" msgid "Table updated" msgstr "Tabelle aktualisiert" -#: frappe/model/document.py:1370 +#: frappe/model/document.py:1374 msgid "Table {0} cannot be empty" msgstr "Tabelle {0} darf nicht leer sein" @@ -25027,7 +25171,7 @@ msgstr "Schlagwortverknüpfung" #: frappe/public/js/frappe/list/list_sidebar.js:228 #: frappe/public/js/frappe/model/meta.js:204 #: frappe/public/js/frappe/model/model.js:133 -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:160 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:171 msgid "Tags" msgstr "Schlagworte" @@ -25113,15 +25257,25 @@ msgstr "Vorlagenwarnungen" msgid "Templates" msgstr "Vorlagen" -#: frappe/core/doctype/user/user.py:1005 +#: frappe/core/doctype/user/user.py:966 msgid "Temporarily Disabled" msgstr "Zeitweise nicht verfügbar" +#: frappe/core/doctype/translation/test_translation.py:47 +#: frappe/core/doctype/translation/test_translation.py:54 +msgid "Test Data" +msgstr "" + #. Label of a Data field in DocType 'System Health Report' #: frappe/desk/doctype/system_health_report/system_health_report.json msgid "Test Job ID" msgstr "Test-Auftrags-ID" +#: frappe/core/doctype/translation/test_translation.py:49 +#: frappe/core/doctype/translation/test_translation.py:57 +msgid "Test Spanish" +msgstr "" + #: frappe/email/doctype/newsletter/newsletter.py:94 msgid "Test email sent to {0}" msgstr "Test-E-Mail an {0} gesendet" @@ -25193,7 +25347,7 @@ msgstr "Vielen Dank für Ihre E-Mail" msgid "Thank you for your feedback!" msgstr "Vielen Dank für dein Feedback!" -#: frappe/email/doctype/newsletter/newsletter.py:332 +#: frappe/email/doctype/newsletter/newsletter.py:335 msgid "Thank you for your interest in subscribing to our updates" msgstr "Vielen Dank für Ihr Interesse an einem Abonnement unserer Aktualisierungen" @@ -25261,7 +25415,7 @@ msgstr "Der Browser-API-Schlüssel, den Sie von der Google Cloud Console unter < "\"APIs & Dienste\" > \"Zugangsdaten\"\n" "erhalten" -#: frappe/database/database.py:428 +#: frappe/database/database.py:430 msgid "The changes have been reverted." msgstr "Die Änderungen wurden rückgängig gemacht." @@ -25306,7 +25460,7 @@ msgstr "Das Feld {0} ist ein Pflichtfeld" msgid "The fieldname you've specified in Attached To Field is invalid" msgstr "Der Feldname, den Sie im Angehängten Feld angegeben haben, ist ungültig" -#: frappe/automation/doctype/assignment_rule/assignment_rule.py:60 +#: frappe/automation/doctype/assignment_rule/assignment_rule.py:62 msgid "The following Assignment Days have been repeated: {0}" msgstr "Die folgenden Zuweisungs-Tage wurden wiederholt: {0}" @@ -25330,7 +25484,7 @@ msgstr "Das Limit für den Benutzertyp {0} in der Seitenkonfigurationsdatei wurd msgid "The link will expire in {0} minutes" msgstr "Der Link läuft in {0} Minuten ab" -#: frappe/www/login.py:183 +#: frappe/www/login.py:184 msgid "The link you trying to login is invalid or expired." msgstr "Der Link, mit dem Sie sich anmelden möchten, ist ungültig oder abgelaufen." @@ -25378,11 +25532,11 @@ msgstr "Die Projektnummer aus der Google Cloud Console unter " -#: frappe/core/doctype/user/user.py:965 +#: frappe/core/doctype/user/user.py:926 msgid "The reset password link has been expired" msgstr "Der Link zum Zurücksetzen des Passworts ist abgelaufen" -#: frappe/core/doctype/user/user.py:967 +#: frappe/core/doctype/user/user.py:928 msgid "The reset password link has either been used before or is invalid" msgstr "Der Link zum Zurücksetzen des Passworts wurde bereits verwendet oder ist ungültig" @@ -25425,7 +25579,7 @@ msgstr "Der Wert, den Sie eingefügt haben, war {0} Zeichen lang. Die maximal er msgid "The webhook will be triggered if this expression is true" msgstr "Der Webhook wird ausgelöst, wenn dieser Ausdruck wahr ist" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:169 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:173 msgid "The {0} is already on auto repeat {1}" msgstr "Die {0} ist bereits in der automatischen Wiederholung {1}." @@ -25500,10 +25654,6 @@ msgstr "In der Warteschlange befindet sich bereits {0} mit denselben Filtern:" msgid "There must be atleast one permission rule." msgstr "Es muss atleast eine Erlaubnis Regel sein." -#: frappe/core/doctype/user/user.py:504 -msgid "There should remain at least one System Manager" -msgstr "Es sollte mindestens ein System-Manager übrig bleiben" - #: frappe/www/error.py:16 msgid "There was an error building this page" msgstr "Beim Erstellen dieser Seite ist ein Fehler aufgetreten" @@ -25524,7 +25674,7 @@ msgstr "Beim Erstellen des Dokuments sind Fehler aufgetreten. Bitte versuche es msgid "There were errors while sending email. Please try again." msgstr "Beim Versand der E-Mail ist ein Fehler aufgetreten. Bitte versuchen Sie es erneut." -#: frappe/model/naming.py:469 +#: frappe/model/naming.py:468 msgid "There were some errors setting the name, please contact the administrator" msgstr "Beim Setzen des Namens hat es einige Fehler gegeben. Kontaktieren Sie bitte Ihren Administrator" @@ -25578,7 +25728,7 @@ msgstr "Dieser Kanbantafel wird privat" msgid "This action is irreversible. Do you wish to continue?" msgstr "Diese Aktion ist unumkehrbar. Möchten Sie fortfahren?" -#: frappe/__init__.py:985 +#: frappe/__init__.py:935 msgid "This action is only allowed for {}" msgstr "Diese Aktion ist nur für {} zulässig" @@ -25633,7 +25783,7 @@ msgstr "Dieses Dokument enthält ungespeicherte Änderungen, die möglicherweise msgid "This document is already amended, you cannot ammend it again" msgstr "Dieses Dokument wurde bereits geändert. Sie können es nicht erneut ändern" -#: frappe/model/document.py:1538 +#: frappe/model/document.py:1542 msgid "This document is currently locked and queued for execution. Please try again after some time." msgstr "Dieses Dokument ist derzeit gesperrt und befindet sich in der Warteschlange für die Ausführung. Bitte versuchen Sie es nach einiger Zeit erneut." @@ -25686,7 +25836,7 @@ msgstr "Dieses Format wird verwendet, wenn ein länderspezifisches Format nicht msgid "This goes above the slideshow." msgstr "Dies erscheint oberhalb der Diaschau." -#: frappe/public/js/frappe/views/reports/query_report.js:2014 +#: frappe/public/js/frappe/views/reports/query_report.js:2021 msgid "This is a background report. Please set the appropriate filters and then generate a new one." msgstr "Dies ist ein Hintergrundbericht. Bitte setzen Sie die entsprechenden Filter und generieren Sie dann einen neuen." @@ -25814,7 +25964,7 @@ msgstr "Dadurch wird diese Tour zurückgesetzt und für alle Benutzer sichtbar. msgid "This will terminate the job immediately and might be dangerous, are you sure? " msgstr "Das wird den Auftrag sofort beenden und könnte gefährlich sein, sind Sie sicher? " -#: frappe/core/doctype/user/user.py:1224 +#: frappe/core/doctype/user/user.py:1178 msgid "Throttled" msgstr "Gedrosselt" @@ -25933,8 +26083,8 @@ msgstr "Zeitüberschreitung" msgid "Timeless Night" msgstr "Zeitlose Nacht" -#. Label of a Check field in DocType 'Role' -#: frappe/core/doctype/role/role.json +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json msgid "Timeline" msgstr "Zeitleiste" @@ -26205,6 +26355,7 @@ msgstr "Zu Version" #. Linked DocType in User's connections #. Name of a DocType #. Name of a report +#: frappe/automation/doctype/assignment_rule/assignment_rule.py:55 #: frappe/automation/workspace/tools/tools.json #: frappe/core/doctype/user/user.json frappe/desk/doctype/todo/todo.json #: frappe/desk/report/todo/todo.json @@ -26288,11 +26439,11 @@ msgstr "Zu viele Dokumente" msgid "Too Many Requests" msgstr "Zu viele Anfragen" -#: frappe/database/database.py:427 +#: frappe/database/database.py:429 msgid "Too many changes to database in single action." msgstr "Zu viele Änderungen an der Datenbank in einer einzelnen Aktion." -#: frappe/core/doctype/user/user.py:1006 +#: frappe/core/doctype/user/user.py:967 msgid "Too many users signed up recently, so the registration is disabled. Please try back in an hour" msgstr "Zu viele Benutzer unterzeichnete vor kurzem, also die Registrierung ist deaktiviert. Bitte versuchen Sie es in einer Stunde zurück" @@ -26362,7 +26513,7 @@ msgstr "Top {0}" msgid "Topic" msgstr "Thema" -#: frappe/desk/query_report.py:504 +#: frappe/desk/query_report.py:510 #: frappe/public/js/frappe/views/reports/print_grid.html:45 #: frappe/public/js/frappe/views/reports/report_view.js:1475 msgid "Total" @@ -26882,11 +27033,11 @@ msgstr "Unbekannt" msgid "Unknown Column: {0}" msgstr "Unbekannte Spalte: {0}" -#: frappe/utils/data.py:1048 +#: frappe/utils/data.py:1062 msgid "Unknown Rounding Method: {}" msgstr "Unbekannte Rundungsmethode: {}" -#: frappe/auth.py:296 +#: frappe/auth.py:304 msgid "Unknown User" msgstr "Unbekannter Benutzer" @@ -26913,7 +27064,7 @@ msgstr "Ungelesen" msgid "Unread Notification Sent" msgstr "Ungelesene Benachrichtigung gesendet" -#: frappe/utils/safe_exec.py:429 +#: frappe/utils/safe_exec.py:478 msgid "Unsafe SQL query" msgstr "Unsichere SQL-Abfrage" @@ -27046,7 +27197,7 @@ msgstr "Übersetzungen aktualisieren" msgid "Update Value" msgstr "Wert aktualisieren" -#: frappe/utils/change_log.py:383 +#: frappe/utils/change_log.py:386 msgid "Update from Frappe Cloud" msgstr "Via Frappe Cloud aktualisieren" @@ -27117,6 +27268,10 @@ msgstr "Aktualisieren von {0}" msgid "Updating {0} of {1}, {2}" msgstr "{0} von {1}, {2} wird aktualisiert" +#: frappe/public/js/billing.bundle.js:30 +msgid "Upgrade plan" +msgstr "" + #: frappe/public/js/frappe/file_uploader/file_uploader.bundle.js:121 #: frappe/public/js/frappe/file_uploader/file_uploader.bundle.js:122 #: frappe/public/js/frappe/form/grid.js:63 @@ -27187,6 +27342,11 @@ msgstr "HTML verwenden" msgid "Use IMAP" msgstr "IMAP verwenden" +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Use Number Format from Currency" +msgstr "" + #. Label of a Check field in DocType 'SMS Settings' #: frappe/core/doctype/sms_settings/sms_settings.json msgid "Use POST" @@ -27453,7 +27613,7 @@ msgstr "Benutzerberechtigung" #. Label of a Link in the Users Workspace #: frappe/core/page/permission_manager/permission_manager_help.html:30 #: frappe/core/workspace/users/users.json -#: frappe/public/js/frappe/views/reports/query_report.js:1791 +#: frappe/public/js/frappe/views/reports/query_report.js:1798 #: frappe/public/js/frappe/views/reports/report_view.js:1675 msgid "User Permissions" msgstr "Benutzerberechtigungen" @@ -27558,7 +27718,7 @@ msgstr "Benutzer darf {0}: {1} nicht löschen" msgid "User permission already exists" msgstr "Benutzerberechtigung ist bereits vorhanden" -#: frappe/www/login.py:156 +#: frappe/www/login.py:157 msgid "User with email address {0} does not exist" msgstr "Benutzer mit E-Mail-Adresse {0} existiert nicht" @@ -27566,15 +27726,15 @@ msgstr "Benutzer mit E-Mail-Adresse {0} existiert nicht" msgid "User with email: {0} does not exist in the system. Please ask 'System Administrator' to create the user for you." msgstr "Ein Benutzer mit der E-Mail-Adresse {0} existiert nicht im System. Bitten Sie den 'Systemadministrator', den Benutzer für Sie anzulegen." -#: frappe/core/doctype/user/user.py:509 +#: frappe/core/doctype/user/user.py:472 msgid "User {0} cannot be deleted" msgstr "Benutzer {0} kann nicht gelöscht werden" -#: frappe/core/doctype/user/user.py:244 +#: frappe/core/doctype/user/user.py:263 msgid "User {0} cannot be disabled" msgstr "Benutzer {0} kann nicht deaktiviert werden" -#: frappe/core/doctype/user/user.py:591 +#: frappe/core/doctype/user/user.py:552 msgid "User {0} cannot be renamed" msgstr "Benutzer {0} kann nicht umbenannt werden" @@ -27586,7 +27746,7 @@ msgstr "Benutzer {0} hat keinen Zugriff auf dieses Dokument" msgid "User {0} does not have doctype access via role permission for document {1}" msgstr "Benutzer {0} hat keinen Doctype-Zugriff über die Rollenberechtigung für Dokument {1}." -#: frappe/desk/doctype/workspace/workspace.py:257 +#: frappe/desk/doctype/workspace/workspace.py:261 msgid "User {0} does not have the permission to create a Workspace." msgstr "Der Benutzer {0} hat nicht die Berechtigung, einen Arbeitsbereich zu erstellen." @@ -27595,7 +27755,7 @@ msgstr "Der Benutzer {0} hat nicht die Berechtigung, einen Arbeitsbereich zu ers msgid "User {0} has requested for data deletion" msgstr "Benutzer {0} hat das Löschen von Daten angefordert" -#: frappe/core/doctype/user/user.py:1358 +#: frappe/core/doctype/user/user.py:1312 msgid "User {0} impersonated as {1}" msgstr "Benutzer {0} hat sich als {1} ausgegeben" @@ -27603,7 +27763,7 @@ msgstr "Benutzer {0} hat sich als {1} ausgegeben" msgid "User {0} is disabled" msgstr "Benutzer {0} ist deaktiviert" -#: frappe/sessions.py:230 +#: frappe/sessions.py:231 msgid "User {0} is disabled. Please contact your System Manager." msgstr "Benutzer {0} ist deaktiviert. Bitte wenden Sie sich an Ihren Systemmanager." @@ -27620,11 +27780,11 @@ msgstr "Benutzerinfo URI" #. Label of a Data field in DocType 'User Social Login' #: frappe/core/doctype/user/user.json #: frappe/core/doctype/user_social_login/user_social_login.json -#: frappe/www/login.py:104 +#: frappe/www/login.py:105 msgid "Username" msgstr "Benutzername" -#: frappe/core/doctype/user/user.py:670 +#: frappe/core/doctype/user/user.py:631 msgid "Username {0} already exists" msgstr "Benutzername {0} ist bereits vorhanden" @@ -27745,15 +27905,15 @@ msgstr "Wert geändert" msgid "Value To Be Set" msgstr "Wert, der gesetzt werden soll" -#: frappe/model/base_document.py:948 frappe/model/document.py:666 +#: frappe/model/base_document.py:948 frappe/model/document.py:670 msgid "Value cannot be changed for {0}" msgstr "Wert kann für {0} nicht geändert werden" -#: frappe/model/document.py:612 +#: frappe/model/document.py:616 msgid "Value cannot be negative for" msgstr "Wert kann nicht negativ sein für" -#: frappe/model/document.py:616 +#: frappe/model/document.py:620 msgid "Value cannot be negative for {0}: {1}" msgstr "Der Wert kann für {0} nicht negativ sein: {1}" @@ -27796,7 +27956,7 @@ msgstr "Wert zu groß" msgid "Value {0} missing for {1}" msgstr "Wert {0} fehlt für {1}" -#: frappe/core/doctype/data_import/importer.py:751 frappe/utils/data.py:703 +#: frappe/core/doctype/data_import/importer.py:751 frappe/utils/data.py:704 msgid "Value {0} must be in the valid duration format: d h m s" msgstr "Der Wert {0} muss das gültige Dauerformat haben: dhms" @@ -27870,7 +28030,7 @@ msgstr "Video-URL" msgid "View" msgstr "Ansicht" -#: frappe/core/doctype/success_action/success_action.js:58 +#: frappe/core/doctype/success_action/success_action.js:60 #: frappe/public/js/frappe/form/success_action.js:89 msgid "View All" msgstr "Alle ansehen" @@ -27888,7 +28048,7 @@ msgid "View Full Log" msgstr "Vollständiges Protokoll anzeigen" #: frappe/public/js/frappe/views/treeview.js:450 -#: frappe/public/js/frappe/widgets/quick_list_widget.js:245 +#: frappe/public/js/frappe/widgets/quick_list_widget.js:251 msgid "View List" msgstr "Liste anzeigen" @@ -27923,8 +28083,8 @@ msgstr "Zeige Bericht" msgid "View Settings" msgstr "Einstellungen anzeigen" -#. Label of a Check field in DocType 'Role' -#: frappe/core/doctype/role/role.json +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json msgid "View Switcher" msgstr "Ansicht wechseln" @@ -28213,7 +28373,7 @@ msgstr "Webhook-URL" #. Group in Module Def's connections #. Name of a Workspace #: frappe/core/doctype/module_def/module_def.json -#: frappe/email/doctype/newsletter/newsletter.py:453 +#: frappe/email/doctype/newsletter/newsletter.py:460 #: frappe/public/js/frappe/ui/toolbar/about.js:8 #: frappe/website/workspace/website/website.json msgid "Website" @@ -28431,11 +28591,11 @@ msgstr "Willkommens-URL" msgid "Welcome Workspace" msgstr "Willkommens-Arbeitsbereich" -#: frappe/core/doctype/user/user.py:366 +#: frappe/core/doctype/user/user.py:350 msgid "Welcome email sent" msgstr "Willkommens-E-Mail versenden" -#: frappe/core/doctype/user/user.py:441 +#: frappe/core/doctype/user/user.py:411 msgid "Welcome to {0}" msgstr "Willkommen auf {0}" @@ -28556,7 +28716,7 @@ msgstr "Workflow" #. Name of a DocType #: frappe/workflow/doctype/workflow_action/workflow_action.json -#: frappe/workflow/doctype/workflow_action/workflow_action.py:476 +#: frappe/workflow/doctype/workflow_action/workflow_action.py:477 msgid "Workflow Action" msgstr "Workflow-Aktion" @@ -28713,7 +28873,7 @@ msgstr "Arbeitsbereich-Schnellliste" msgid "Workspace Shortcut" msgstr "Arbeitsbereich-Verknüpfung" -#: frappe/desk/doctype/workspace/workspace.py:289 +#: frappe/desk/doctype/workspace/workspace.py:293 msgid "Workspace not found" msgstr "Arbeitsbereich nicht gefunden" @@ -28831,9 +28991,9 @@ msgstr "Gelb" #: frappe/integrations/doctype/webhook/webhook.py:140 #: frappe/printing/doctype/print_format/print_format.json #: frappe/public/js/form_builder/utils.js:336 -#: frappe/public/js/frappe/form/controls/link.js:475 +#: frappe/public/js/frappe/form/controls/link.js:486 #: frappe/public/js/frappe/list/list_sidebar_group_by.js:223 -#: frappe/public/js/frappe/views/reports/query_report.js:1529 +#: frappe/public/js/frappe/views/reports/query_report.js:1534 #: frappe/website/doctype/help_article/templates/help_article.html:25 msgid "Yes" msgstr "Ja" @@ -28843,7 +29003,7 @@ msgctxt "Approve confirmation dialog" msgid "Yes" msgstr "Ja" -#: frappe/public/js/frappe/ui/filters/filter.js:505 +#: frappe/public/js/frappe/ui/filters/filter.js:537 msgctxt "Checkbox is checked" msgid "Yes" msgstr "Ja" @@ -28865,6 +29025,10 @@ msgstr "Sie sind mit dem Internet verbunden." msgid "You are impersonating as another user." msgstr "Sie geben sich als ein anderer Benutzer aus." +#: frappe/integrations/frappe_providers/frappecloud_billing.py:24 +msgid "You are not allowed to access this resource" +msgstr "" + #: frappe/permissions.py:403 msgid "You are not allowed to access this {0} record because it is linked to {1} '{2}' in field {3}" msgstr "Sie haben keine Berechtigung, auf diesen Eintrag in {0} zuzugreifen, da dieser in Feld {3} mit {1} '{2}' verknüpft ist" @@ -28901,7 +29065,7 @@ msgstr "Sie sind nicht berechtigt diesen Bericht zu drucken" msgid "You are not allowed to send emails related to this document" msgstr "Sie sind nicht berechtigt E-Mails, die sich auf dieses Dokument beziehen, zu versenden" -#: frappe/website/doctype/web_form/web_form.py:461 +#: frappe/website/doctype/web_form/web_form.py:462 msgid "You are not allowed to update this Web Form Document" msgstr "Sie sind nicht berechtigt, dieses Web Form-Dokument zu aktualisieren" @@ -28917,7 +29081,7 @@ msgstr "Sie sind nicht berechtigt, ohne Anmeldung auf diese Seite zuzugreifen." msgid "You are not permitted to access this page." msgstr "Sie sind nicht berechtigt auf diese Seite zuzugreifen." -#: frappe/__init__.py:904 +#: frappe/__init__.py:854 msgid "You are not permitted to access this resource." msgstr "Sie sind nicht berechtigt, auf diese Ressource zuzugreifen." @@ -28929,7 +29093,7 @@ msgstr "Sie folgen nun diesem Dokument. Sie erhalten tägliche Updates per E-Mai msgid "You are only allowed to update order, do not remove or add apps." msgstr "Sie können nur die Reihenfolge verändern, keine Anwendungen entfernen oder hinzufügen." -#: frappe/email/doctype/email_account/email_account.js:212 +#: frappe/email/doctype/email_account/email_account.js:216 msgid "You are selecting Sync Option as ALL, It will resync all read as well as unread message from server. This may also cause the duplication of Communication (emails)." msgstr "Sie wählen als Synchronisierungsoption „ALLE“ aus. Dadurch werden alle gelesenen und ungelesenen Nachrichten vom Server neu synchronisiert. Dies kann auch zu einer Duplizierung der Kommunikation (E-Mails) führen." @@ -28994,7 +29158,7 @@ msgstr "Sie können nur bis zu {0} Dokumente auf einmal drucken" msgid "You can only set the 3 custom doctypes in the Document Types table." msgstr "Sie können nur die 3 benutzerdefinierten DocTypes in der Tabelle Document Types einstellen." -#: frappe/handler.py:228 +#: frappe/handler.py:229 msgid "You can only upload JPG, PNG, PDF, TXT or Microsoft documents." msgstr "Sie können nur JPG, PNG, PDF, TXT oder Microsoft-Dokumente hochladen." @@ -29012,7 +29176,7 @@ msgstr "Sie können eine der folgenden Optionen auswählen," msgid "You can set a high value here if multiple users will be logging in from the same network." msgstr "Sie können hier einen hohen Wert einstellen, wenn sich mehrere Benutzer über dasselbe Netzwerk anmelden." -#: frappe/desk/query_report.py:339 +#: frappe/desk/query_report.py:340 msgid "You can try changing the filters of your report." msgstr "Sie können versuchen, die Filter Ihres Berichts zu ändern." @@ -29101,7 +29265,11 @@ msgstr "Sie haben nicht genug Punkte" msgid "You do not have enough review points" msgstr "Sie haben nicht genügend Bewertungspunkte" -#: frappe/www/printview.py:358 +#: frappe/desk/query_report.py:807 +msgid "You do not have permission to access {0}: {1}." +msgstr "" + +#: frappe/www/printview.py:361 msgid "You do not have permission to view this document" msgstr "Sie haben keine Berechtigung, dieses Dokument anzuzeigen" @@ -29113,7 +29281,7 @@ msgstr "Sie haben keine Berechtigung, alle verknüpften Dokumente zu stornieren. msgid "You don't have access to Report: {0}" msgstr "Sie haben keine Zugriffsrechte für den Bericht: {0}" -#: frappe/website/doctype/web_form/web_form.py:662 +#: frappe/website/doctype/web_form/web_form.py:663 msgid "You don't have permission to access the {0} DocType." msgstr "Sie haben keine Berechtigung, auf den DocType {0} zuzugreifen." @@ -29125,7 +29293,7 @@ msgstr "Keine Berechtigung für den Zugriff auf diese Datei vorhanden" msgid "You don't have permission to get a report on: {0}" msgstr "Sie haben keine ausreichenden Benutzerrechte um einen Bericht über: {0} zu erhalten" -#: frappe/website/doctype/web_form/web_form.py:167 +#: frappe/website/doctype/web_form/web_form.py:168 msgid "You don't have the permissions to access this document" msgstr "Sie verfügen nicht über die Berechtigungen, um auf dieses Dokument zuzugreifen" @@ -29194,19 +29362,27 @@ msgstr "Zuletzt von Ihnen bearbeitet" msgid "You must add atleast one link." msgstr "Sie müssen mindestens einen Link hinzufügen." -#: frappe/website/doctype/web_form/web_form.py:658 +#: frappe/website/doctype/web_form/web_form.py:659 msgid "You must be logged in to use this form." msgstr "Sie müssen angemeldet sein, um dieses Formular zu nutzen." -#: frappe/website/doctype/web_form/web_form.py:501 +#: frappe/website/doctype/web_form/web_form.py:502 msgid "You must login to submit this form" msgstr "Anmeldung erforderlich, um dieses Formular zu übermitteln" +#: frappe/model/document.py:238 +msgid "You need the '{0}' permission on {1} {2} to perform this action." +msgstr "" + +#: frappe/desk/doctype/workspace/workspace.py:113 +msgid "You need to be Workspace Manager to delete a public workspace." +msgstr "" + #: frappe/desk/doctype/workspace/workspace.py:71 msgid "You need to be Workspace Manager to edit this document" msgstr "Sie müssen Workspace Manager sein, um dieses Dokument zu bearbeiten" -#: frappe/website/doctype/web_form/web_form.py:90 +#: frappe/website/doctype/web_form/web_form.py:91 msgid "You need to be in developer mode to edit a Standard Web Form" msgstr "Sie müssen sich im Entwicklermodus befinden, um ein Standard-Webformular zu bearbeiten" @@ -29218,7 +29394,7 @@ msgstr "Sie müssen eingeloggt sein und die Systemmanager-Rolle haben um auf Dat msgid "You need to be logged in to access this page" msgstr "Sie müssen angemeldet sein um auf diese Seite zuzugreifen" -#: frappe/website/doctype/web_form/web_form.py:158 +#: frappe/website/doctype/web_form/web_form.py:159 msgid "You need to be logged in to access this {0}." msgstr "Sie müssen angemeldet sein, um auf {0} zugreifen zu können." @@ -29242,13 +29418,17 @@ msgstr "Sie müssen Pycups installieren, um diese Funktion nutzen zu können!" msgid "You need to select indexes you want to add first." msgstr "Sie müssen zuerst die Indizes auswählen, die Sie hinzufügen möchten." -#: frappe/email/doctype/email_account/email_account.py:145 +#: frappe/email/doctype/email_account/email_account.py:146 msgid "You need to set one IMAP folder for {0}" msgstr "Sie müssen einen IMAP-Ordner für {0} festlegen" +#: frappe/model/rename_doc.py:388 +msgid "You need write permission on {0} {1} to merge" +msgstr "" + #: frappe/model/rename_doc.py:383 -msgid "You need write permission to rename" -msgstr "Zum Umbenennen benötigen Sie eine Schreibberechtigung" +msgid "You need write permission on {0} {1} to rename" +msgstr "" #: frappe/client.py:458 msgid "You need {0} permission to fetch values from {1} {2}" @@ -29318,7 +29498,7 @@ msgstr "Ihre Schnellzugriffe" msgid "Your account has been deleted" msgstr "Ihr Konto wurde gelöscht" -#: frappe/auth.py:488 +#: frappe/auth.py:496 msgid "Your account has been locked and will resume after {0} seconds" msgstr "Ihre Anmeldung wurde gesperrt und ist wieder verfügbar in {0} Sekunden" @@ -29385,7 +29565,7 @@ msgstr "Ihr Bestätigungscode ist {0}" msgid "Your website is all set up!" msgstr "Ihre Website ist fertig eingerichtet!" -#: frappe/utils/data.py:1348 +#: frappe/utils/data.py:1362 msgid "Zero" msgstr "Null" @@ -29405,7 +29585,7 @@ msgstr "_doctype" msgid "_report" msgstr "_Bericht" -#: frappe/database/database.py:317 +#: frappe/database/database.py:319 msgid "`as_iterator` only works with `as_list=True` or `as_dict=True`" msgstr "`as_iterator` funktioniert nur mit `as_list=True` oder `as_dict=True`" @@ -29453,7 +29633,7 @@ msgstr "rechtsbündig" msgid "amend" msgstr "berichtigen" -#: frappe/public/js/frappe/utils/utils.js:410 frappe/utils/data.py:1356 +#: frappe/public/js/frappe/utils/utils.js:410 frappe/utils/data.py:1370 msgid "and" msgstr "und" @@ -29699,7 +29879,7 @@ msgstr "löschen" msgid "descending" msgstr "absteigend" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:152 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:163 msgid "document type..., e.g. customer" msgstr "Dokumententyp ..., z. B. Kunde" @@ -29719,7 +29899,7 @@ msgstr "download-alt" msgid "e.g. \"Support\", \"Sales\", \"Jerry Yang\"" msgstr "z. B. \"Support\", \"Vertrieb\", \"Jerry Yang\"" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:172 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:183 msgid "e.g. (55 + 434) / 4 or =Math.sin(Math.PI/2)..." msgstr "z. B. (55 + 434) / 4 oder =Math.sin(Math.PI/2)..." @@ -29771,7 +29951,7 @@ msgid "email inbox" msgstr "E-Mail-Eingang" #: frappe/permissions.py:397 frappe/permissions.py:408 -#: frappe/public/js/frappe/form/controls/link.js:484 +#: frappe/public/js/frappe/form/controls/link.js:495 msgid "empty" msgstr "leeren" @@ -29922,7 +30102,7 @@ msgstr "Grün" msgid "grey" msgstr "grau" -#: frappe/utils/backups.py:389 +#: frappe/utils/backups.py:391 msgid "gzip not found in PATH! This is required to take a backup." msgstr "gzip nicht in PATH gefunden! Dies ist erforderlich, um ein Backup zu erstellen." @@ -30024,7 +30204,7 @@ msgstr "beate@beispiel.de" msgid "just now" msgstr "gerade eben" -#: frappe/desk/desktop.py:255 frappe/desk/query_report.py:284 +#: frappe/desk/desktop.py:255 frappe/desk/query_report.py:285 msgid "label" msgstr "bezeichnung" @@ -30130,7 +30310,7 @@ msgstr "MM/TT/JJJJ" msgid "module" msgstr "Modul" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:167 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:178 msgid "module name..." msgstr "Modulname ..." @@ -30148,7 +30328,7 @@ msgstr "Musik" msgid "new" msgstr "Neu" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:147 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:158 msgid "new type of document" msgstr "neuer Dokumententyp" @@ -30230,12 +30410,12 @@ msgstr "on_update" msgid "on_update_after_submit" msgstr "on_update_after_submit" -#: frappe/utils/data.py:1359 +#: frappe/utils/data.py:1373 msgid "only." msgstr "." #: frappe/public/js/frappe/utils/utils.js:407 frappe/www/login.html:87 -#: frappe/www/login.py:106 +#: frappe/www/login.py:107 msgid "or" msgstr "oder" @@ -30573,7 +30753,7 @@ msgstr "buchen" msgid "tag" msgstr "Schlagwort" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:162 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:173 msgid "tag name..., e.g. #tag" msgstr "Tag Name ..., zB #tag" @@ -30587,7 +30767,7 @@ msgstr "Stichworte" msgid "tasks" msgstr "Aufgaben" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:157 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:168 msgid "text in document type" msgstr "Text in Dokumententyp" @@ -30664,7 +30844,7 @@ msgstr "aktualisiert auf {0}" msgid "upload" msgstr "hochladen" -#: frappe/public/js/frappe/ui/filters/filter.js:338 +#: frappe/public/js/frappe/ui/filters/filter.js:354 msgid "use % as wildcard" msgstr "% als Platzhalter verwenden" @@ -30673,7 +30853,7 @@ msgstr "% als Platzhalter verwenden" msgid "user" msgstr "Nutzer" -#: frappe/public/js/frappe/ui/filters/filter.js:337 +#: frappe/public/js/frappe/ui/filters/filter.js:353 msgid "values separated by commas" msgstr "Werte durch Komma getrennt" @@ -30682,7 +30862,7 @@ msgstr "Werte durch Komma getrennt" msgid "version_table" msgstr "version_table" -#: frappe/automation/doctype/assignment_rule/assignment_rule.py:380 +#: frappe/automation/doctype/assignment_rule/assignment_rule.py:382 msgid "via Assignment Rule" msgstr "über Zuweisungsregel" @@ -30802,8 +30982,8 @@ msgstr "{0} ({1}) (1 Zeile obligatorisch)" msgid "{0} ({1}) - {2}%" msgstr "{0} ({1}) - {2}%" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:337 -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:340 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:348 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:351 msgid "{0} = {1}" msgstr "{0} = {1}" @@ -30824,7 +31004,7 @@ msgid "{0} Dashboard" msgstr "{0}-Dashboard" #: frappe/public/js/frappe/form/grid_row.js:457 -#: frappe/public/js/frappe/list/list_settings.js:224 +#: frappe/public/js/frappe/list/list_settings.js:227 #: frappe/public/js/frappe/views/kanban/kanban_settings.js:178 msgid "{0} Fields" msgstr "{0} Felder" @@ -30917,7 +31097,7 @@ msgstr "{0} bereits abgemeldet" msgid "{0} already unsubscribed for {1} {2}" msgstr "{0} bereits abgemeldet für {1} {2}" -#: frappe/utils/data.py:1510 +#: frappe/utils/data.py:1524 msgid "{0} and {1}" msgstr "{0} und {1}" @@ -30968,7 +31148,7 @@ msgctxt "Form timeline" msgid "{0} attached {1}" msgstr "{0} hat {1} angehängt" -#: frappe/core/doctype/system_settings/system_settings.py:143 +#: frappe/core/doctype/system_settings/system_settings.py:145 msgid "{0} can not be more than {1}" msgstr "{0} darf nicht größer als {1} sein" @@ -31102,7 +31282,7 @@ msgstr "{0} Std" msgid "{0} has already assigned default value for {1}." msgstr "{0} hat bereits einen Standardwert für {1} zugewiesen." -#: frappe/email/doctype/newsletter/newsletter.py:380 +#: frappe/email/doctype/newsletter/newsletter.py:383 msgid "{0} has been successfully added to the Email Group." msgstr "{0} wurde zur E-Mail-Gruppe hinzugefügt." @@ -31110,7 +31290,7 @@ msgstr "{0} wurde zur E-Mail-Gruppe hinzugefügt." msgid "{0} has left the conversation in {1} {2}" msgstr "{0} wurde von E-Mail-Benachrichtigungen zu {1} {2} abgemeldet" -#: frappe/__init__.py:2460 +#: frappe/__init__.py:2410 msgid "{0} has no versions tracked." msgstr "Für {0} wurden keine Versionen verfolgt." @@ -31139,7 +31319,7 @@ msgstr "{0} ist keine gültige Zip-Datei" msgid "{0} is an invalid Data field." msgstr "{0} ist ein ungültiges Datenfeld." -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:148 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:152 msgid "{0} is an invalid email address in 'Recipients'" msgstr "{0} ist eine ungültige E-Mail-Adresse in \"Empfänger\"" @@ -31176,7 +31356,7 @@ msgstr "{0} ist kleiner als {1}" msgid "{0} is like {1}" msgstr "{0} ist wie {1}" -#: frappe/email/doctype/email_account/email_account.py:174 +#: frappe/email/doctype/email_account/email_account.py:175 msgid "{0} is mandatory" msgstr "{0} ist zwingend erforderlich" @@ -31184,7 +31364,7 @@ msgstr "{0} ist zwingend erforderlich" msgid "{0} is not a field of doctype {1}" msgstr "{0} ist kein Feld in Doctype {1}" -#: frappe/www/printview.py:341 +#: frappe/www/printview.py:344 msgid "{0} is not a raw printing format." msgstr "{0} ist kein unformatiertes Druckformat." @@ -31257,7 +31437,7 @@ msgstr "{0} ist jetzt das Standard-Druckformat für den DocType {1}" msgid "{0} is one of {1}" msgstr "{0} ist eine von {1}" -#: frappe/email/doctype/email_account/email_account.py:275 +#: frappe/email/doctype/email_account/email_account.py:276 #: frappe/model/naming.py:201 #: frappe/printing/doctype/print_format/print_format.py:92 #: frappe/utils/csvutils.py:131 @@ -31276,7 +31456,7 @@ msgstr "{0} ist innerhalb von {1}" msgid "{0} items selected" msgstr "{0} Elemente ausgewählt" -#: frappe/core/doctype/user/user.py:1367 +#: frappe/core/doctype/user/user.py:1321 msgid "{0} just impersonated as you. They gave this reason: {1}" msgstr "{0} hat sich gerade als Sie ausgegeben und gab dafür diesen Grund an: {1}" @@ -31309,23 +31489,23 @@ msgstr "vor {0} Minuten" msgid "{0} months ago" msgstr "vor {0} Monaten" -#: frappe/model/document.py:1595 +#: frappe/model/document.py:1599 msgid "{0} must be after {1}" msgstr "{0} muss nach {1} liegen" -#: frappe/model/document.py:1356 +#: frappe/model/document.py:1360 msgid "{0} must be beginning with '{1}'" msgstr "" -#: frappe/model/document.py:1358 +#: frappe/model/document.py:1362 msgid "{0} must be equal to '{1}'" msgstr "" -#: frappe/model/document.py:1354 +#: frappe/model/document.py:1358 msgid "{0} must be none of {1}" msgstr "" -#: frappe/model/document.py:1352 frappe/utils/csvutils.py:136 +#: frappe/model/document.py:1356 frappe/utils/csvutils.py:136 msgid "{0} must be one of {1}" msgstr "{0} muss aus {1} sein" @@ -31337,7 +31517,7 @@ msgstr "{0} muss als erstes gesetzt sein" msgid "{0} must be unique" msgstr "{0} muss einmalig sein" -#: frappe/model/document.py:1360 +#: frappe/model/document.py:1364 msgid "{0} must be {1} {2}" msgstr "" @@ -31351,7 +31531,7 @@ msgstr "{0} muss mit einem Buchstaben beginnen und enden und darf nur Buchstaben msgid "{0} not a valid State" msgstr "{0} kein gültiger Zustand" -#: frappe/model/rename_doc.py:386 +#: frappe/model/rename_doc.py:391 msgid "{0} not allowed to be renamed" msgstr "{0} darf nicht umbenannt werden" @@ -31372,7 +31552,7 @@ msgstr "{0} von {1} ({2} Zeilen mit untergeordneten Elementen)" msgid "{0} of {1} sent" msgstr "{0} von {1} gesendet" -#: frappe/utils/data.py:1506 +#: frappe/utils/data.py:1520 msgid "{0} or {1}" msgstr "{0} oder {1}" @@ -31424,7 +31604,7 @@ msgstr "{0} zurückgesetzt {1}" msgid "{0} role does not have permission on any doctype" msgstr "{0} Die Rolle hat keine Berechtigung für einen Doctype" -#: frappe/desk/query_report.py:583 +#: frappe/desk/query_report.py:589 msgid "{0} saved successfully" msgstr "{0} wurde erfolgreich gespeichert" @@ -31448,7 +31628,7 @@ msgstr "{0} teilte dieses Dokument mit {1}" msgid "{0} should be indexed because it's referred in dashboard connections" msgstr "{0} sollte indiziert werden, da es in Dashboard-Verknüpfungen verwendet wird" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:137 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:139 msgid "{0} should not be same as {1}" msgstr "{0} sollte nicht mit {1} identisch sein" @@ -31484,7 +31664,7 @@ msgstr "{0} teilt dieses Dokument nicht mehr mit {1}" msgid "{0} updated" msgstr "{0} aktualisiert" -#: frappe/public/js/frappe/form/controls/multiselect_list.js:162 +#: frappe/public/js/frappe/form/controls/multiselect_list.js:178 msgid "{0} values selected" msgstr "{0} Werte ausgewählt" @@ -31548,6 +31728,10 @@ msgstr "{0} {1}: Übermittelter Datensatz kann nicht gelöscht werden. Sie müss msgid "{0}, Row {1}" msgstr "{0}, Zeile {1}" +#: frappe/utils/print_format.py:151 frappe/utils/print_format.py:195 +msgid "{0}/{1} complete | Please leave this tab open until completion." +msgstr "" + #: frappe/model/base_document.py:1014 msgid "{0}: '{1}' ({3}) will get truncated, as max characters allowed is {2}" msgstr "{0}: '{1}' ({3}) wird abgeschnitten werden, da maximal {2} Zeichen erlaubt sind" @@ -31580,7 +31764,7 @@ msgstr "{0}: Kann nicht auf \"Übertragen\", \"Stornieren\", \"Ändern\" eingest msgid "{0}: Cannot set import as {1} is not importable" msgstr "{0}: Kann nicht auf \"Import\" eingestellt werden, da {1} nicht importierbar ist" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:394 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:398 msgid "{0}: Failed to attach new recurring document. To enable attaching document in the auto repeat notification email, enable {1} in Print Settings" msgstr "{0}: Neues wiederkehrendes Dokument konnte nicht angehängt werden. Aktivieren Sie {1} in den Druckeinstellungen, um das Anhängen eines Dokuments in der E-Mail für die automatische Wiederholungsbenachrichtigung zu aktivieren" @@ -31645,7 +31829,7 @@ msgstr "{0}: Feldname kann nicht auf reserviertes Schlüsselwort {1} gesetzt wer msgid "{0}: {1}" msgstr "{0}: {1}" -#: frappe/workflow/doctype/workflow_action/workflow_action.py:167 +#: frappe/workflow/doctype/workflow_action/workflow_action.py:168 msgid "{0}: {1} is set to state {2}" msgstr "{0}: {1} ist auf Status {2} festgelegt" @@ -31680,17 +31864,17 @@ msgstr "{{{0}}} ist kein gültiges Format für Feldnamen. Es sollte sein {{field #. Count format of shortcut in the Website Workspace #: frappe/website/workspace/website/website.json msgid "{} Active" -msgstr "{} Aktiv" +msgstr "" #: frappe/public/js/frappe/form/form.js:511 msgid "{} Complete" msgstr "{} Komplett" -#: frappe/utils/data.py:2150 +#: frappe/utils/data.py:2164 msgid "{} Invalid python code on line {}" msgstr "{} Ungültiger Python-Code in Zeile {}" -#: frappe/utils/data.py:2159 +#: frappe/utils/data.py:2173 msgid "{} Possibly invalid python code.
{}" msgstr "{} Possibly invalid python code.
{}" @@ -31708,28 +31892,28 @@ msgstr "{} unterstützt keine automatische Protokolllöschung." msgid "{} field cannot be empty." msgstr "{}-Feld darf nicht leer sein." -#: frappe/email/doctype/email_account/email_account.py:198 -#: frappe/email/doctype/email_account/email_account.py:206 +#: frappe/email/doctype/email_account/email_account.py:199 +#: frappe/email/doctype/email_account/email_account.py:207 msgid "{} has been disabled. It can only be enabled if {} is checked." msgstr "{} wurde deaktiviert. Es kann nur aktiviert werden, wenn {} aktiviert ist." -#: frappe/utils/data.py:102 +#: frappe/utils/data.py:103 msgid "{} is not a valid date string." msgstr "{} ist keine gültige Datumszeichenfolge." -#: frappe/commands/utils.py:527 +#: frappe/commands/utils.py:528 msgid "{} not found in PATH! This is required to access the console." msgstr "{} in PATH nicht gefunden! Dies ist erforderlich, um auf die Konsole zuzugreifen." -#: frappe/database/db_manager.py:94 +#: frappe/database/db_manager.py:95 msgid "{} not found in PATH! This is required to restore the database." msgstr "{} in PATH nicht gefunden! Dies ist erforderlich, um die Datenbank wiederherzustellen." -#: frappe/utils/backups.py:455 +#: frappe/utils/backups.py:458 msgid "{} not found in PATH! This is required to take a backup." msgstr "{} in PATH nicht gefunden! Dies ist erforderlich, um ein Backup zu erstellen." #: frappe/public/js/frappe/file_uploader/FileBrowser.vue:5 #: frappe/public/js/frappe/file_uploader/WebLink.vue:4 msgid "← Back to upload files" -msgstr "← Zurück zum Hochladen von Dateien" \ No newline at end of file +msgstr "← Zurück zum Hochladen von Dateien" diff --git a/frappe/locale/eo.po b/frappe/locale/eo.po index 7c479783a509..6453a9bec985 100644 --- a/frappe/locale/eo.po +++ b/frappe/locale/eo.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: frappe\n" "Report-Msgid-Bugs-To: developers@frappe.io\n" -"POT-Creation-Date: 2024-09-24 15:33+0000\n" -"PO-Revision-Date: 2024-09-24 23:32\n" +"POT-Creation-Date: 2024-12-01 17:58+0000\n" +"PO-Revision-Date: 2024-12-04 19:52\n" "Last-Translator: developers@frappe.io\n" "Language-Team: Esperanto\n" "MIME-Version: 1.0\n" @@ -86,7 +86,7 @@ msgstr "crwdns112786:0{0}crwdnd112786:0{1}crwdne112786:0" msgid "'In List View' not allowed for type {0} in row {1}" msgstr "crwdns112788:0{0}crwdnd112788:0{1}crwdne112788:0" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:150 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:154 msgid "'Recipients' not specified" msgstr "crwdns112790:0crwdne112790:0" @@ -102,11 +102,11 @@ msgstr "crwdns112794:0{0}crwdnd112794:0{1}crwdnd112794:0{2}crwdne112794:0" msgid "(Mandatory)" msgstr "crwdns112796:0crwdne112796:0" -#: frappe/model/rename_doc.py:693 +#: frappe/model/rename_doc.py:699 msgid "** Failed: {0} to {1}: {2}" msgstr "crwdns112798:0{0}crwdnd112798:0{1}crwdnd112798:0{2}crwdne112798:0" -#: frappe/public/js/frappe/list/list_settings.js:132 +#: frappe/public/js/frappe/list/list_settings.js:135 #: frappe/public/js/frappe/views/kanban/kanban_settings.js:111 msgid "+ Add / Remove Fields" msgstr "crwdns112800:0crwdne112800:0" @@ -457,7 +457,7 @@ msgid "

Condition Examples:

\n" "\n" msgstr "crwdns143618:0crwdne143618:0" -#. Content of the 'Condition Description' (HTML) field in DocType 'Web Form' +#. Content of the 'Condition description' (HTML) field in DocType 'Web Form' #: frappe/website/doctype/web_form/web_form.json msgid "

Multiple webforms can be created for a single doctype. Add filters specific to this webform to display correct record after submission.

For Example:

\n" "

If you create a separate webform every year to capture feedback from employees add a \n" @@ -596,7 +596,7 @@ msgstr "crwdns112906:0crwdne112906:0" msgid "A featured post must have a cover image" msgstr "crwdns112908:0crwdne112908:0" -#: frappe/custom/doctype/custom_field/custom_field.py:173 +#: frappe/custom/doctype/custom_field/custom_field.py:174 msgid "A field with the name {0} already exists in {1}" msgstr "crwdns112910:0{0}crwdnd112910:0{1}crwdne112910:0" @@ -613,7 +613,7 @@ msgstr "crwdns143636:0crwdne143636:0" msgid "A new account has been created for you at {0}" msgstr "crwdns112916:0{0}crwdne112916:0" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:389 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:393 msgid "A recurring {0} {1} has been created for you via Auto Repeat {2}." msgstr "crwdns112918:0{0}crwdnd112918:0{1}crwdnd112918:0{2}crwdne112918:0" @@ -781,6 +781,11 @@ msgstr "crwdns112990:0{0}crwdne112990:0" msgid "About {0} seconds remaining" msgstr "crwdns112992:0{0}crwdne112992:0" +#. Label of a Section Break field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Access Control" +msgstr "crwdns151506:0crwdne151506:0" + #. Label of a Data field in DocType 'S3 Backup Settings' #: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json msgid "Access Key ID" @@ -811,7 +816,7 @@ msgstr "crwdns143686:0crwdne143686:0" msgid "Access Token URL" msgstr "crwdns143688:0crwdne143688:0" -#: frappe/auth.py:467 +#: frappe/auth.py:475 msgid "Access not allowed from this IP Address" msgstr "crwdns113010:0crwdne113010:0" @@ -870,7 +875,7 @@ msgstr "crwdns143694:0crwdne143694:0" msgid "Action Complete" msgstr "crwdns113034:0crwdne113034:0" -#: frappe/model/document.py:1679 +#: frappe/model/document.py:1683 msgid "Action Failed" msgstr "crwdns113036:0crwdne113036:0" @@ -1042,8 +1047,8 @@ msgid "Add Child" msgstr "crwdns113102:0crwdne113102:0" #: frappe/public/js/frappe/views/kanban/kanban_board.html:4 -#: frappe/public/js/frappe/views/reports/query_report.js:1683 -#: frappe/public/js/frappe/views/reports/query_report.js:1686 +#: frappe/public/js/frappe/views/reports/query_report.js:1690 +#: frappe/public/js/frappe/views/reports/query_report.js:1693 #: frappe/public/js/frappe/views/reports/report_view.js:325 #: frappe/public/js/frappe/views/reports/report_view.js:350 #: frappe/public/js/print_format_builder/Field.vue:112 @@ -1108,7 +1113,7 @@ msgstr "crwdns143722:0crwdne143722:0" msgid "Add Review" msgstr "crwdns113128:0crwdne113128:0" -#: frappe/core/doctype/user/user.py:790 +#: frappe/core/doctype/user/user.py:751 msgid "Add Roles" msgstr "crwdns113130:0crwdne113130:0" @@ -1141,7 +1146,7 @@ msgstr "crwdns113142:0crwdne113142:0" msgid "Add Tags" msgstr "crwdns113144:0crwdne113144:0" -#: frappe/public/js/frappe/list/list_view.js:1895 +#: frappe/public/js/frappe/list/list_view.js:1903 msgctxt "Button in list view actions menu" msgid "Add Tags" msgstr "crwdns113146:0crwdne113146:0" @@ -1287,10 +1292,6 @@ msgstr "crwdns113194:0{0}crwdne113194:0" msgid "Added {0} ({1})" msgstr "crwdns113196:0{0}crwdnd113196:0{1}crwdne113196:0" -#: frappe/core/doctype/user/user.py:272 -msgid "Adding System Manager to this User as there must be atleast one System Manager" -msgstr "crwdns113198:0crwdne113198:0" - #. Label of a Section Break field in DocType 'Custom DocPerm' #. Label of a Section Break field in DocType 'DocPerm' #. Label of a Section Break field in DocType 'User Document Type' @@ -1397,11 +1398,11 @@ msgstr "crwdns113240:0crwdne113240:0" msgid "Administrator" msgstr "crwdns113242:0crwdne113242:0" -#: frappe/core/doctype/user/user.py:1195 +#: frappe/core/doctype/user/user.py:1149 msgid "Administrator Logged In" msgstr "crwdns113244:0crwdne113244:0" -#: frappe/core/doctype/user/user.py:1189 +#: frappe/core/doctype/user/user.py:1143 msgid "Administrator accessed {0} on {1} via IP Address {2}." msgstr "crwdns113246:0{0}crwdnd113246:0{1}crwdnd113246:0{2}crwdne113246:0" @@ -1417,8 +1418,8 @@ msgstr "crwdns143762:0crwdne143762:0" msgid "Advanced Control" msgstr "crwdns143764:0crwdne143764:0" -#: frappe/public/js/frappe/form/controls/link.js:319 -#: frappe/public/js/frappe/form/controls/link.js:321 +#: frappe/public/js/frappe/form/controls/link.js:327 +#: frappe/public/js/frappe/form/controls/link.js:329 msgid "Advanced Search" msgstr "crwdns113254:0crwdne113254:0" @@ -1427,6 +1428,11 @@ msgstr "crwdns113254:0crwdne113254:0" msgid "Advanced Settings" msgstr "crwdns143766:0crwdne143766:0" +#: frappe/public/js/frappe/ui/filters/filter.js:61 +#: frappe/public/js/frappe/ui/filters/filter.js:67 +msgid "After" +msgstr "crwdns151508:0crwdne151508:0" + #. Option for the 'DocType Event' (Select) field in DocType 'Server Script' #: frappe/core/doctype/server_script/server_script.json msgid "After Cancel" @@ -1610,6 +1616,11 @@ msgstr "crwdns143800:0crwdne143800:0" msgid "Allow Bulk Edit" msgstr "crwdns143802:0crwdne143802:0" +#. Label of a Check field in DocType 'List View Settings' +#: frappe/desk/doctype/list_view_settings/list_view_settings.json +msgid "Allow Bulk Editing" +msgstr "crwdns151510:0crwdne151510:0" + #. Label of a Check field in DocType 'Web Form' #: frappe/website/doctype/web_form/web_form.json msgid "Allow Comments" @@ -1721,7 +1732,7 @@ msgid "Allow Print for Cancelled" msgstr "crwdns143840:0crwdne143840:0" #. Label of a Check field in DocType 'Print Settings' -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:396 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:400 #: frappe/printing/doctype/print_settings/print_settings.json msgid "Allow Print for Draft" msgstr "crwdns113386:0crwdne113386:0" @@ -1767,6 +1778,13 @@ msgstr "crwdns143852:0crwdne143852:0" msgid "Allow document creation via Email" msgstr "crwdns143854:0crwdne143854:0" +#. Description of the 'Allow Bulk Editing' (Check) field in DocType 'List View +#. Settings' +#: frappe/desk/doctype/list_view_settings/list_view_settings.json +msgid "Allow editing even if the doctype has a workflow set up.\n\n" +"Does nothing if a workflow isn't set up." +msgstr "crwdns151512:0crwdne151512:0" + #. Label of a Check field in DocType 'DocType' #: frappe/core/doctype/doctype/doctype.json msgid "Allow events in timeline" @@ -1851,11 +1869,16 @@ msgstr "crwdns143880:0crwdne143880:0" msgid "Allowed Roles" msgstr "crwdns143882:0crwdne143882:0" +#. Label of a Small Text field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Allowed embedding domains" +msgstr "crwdns151514:0crwdne151514:0" + #: frappe/public/js/frappe/form/form.js:1187 msgid "Allowing DocType, DocType. Be careful!" msgstr "crwdns113446:0crwdne113446:0" -#: frappe/core/doctype/user/user.py:999 +#: frappe/core/doctype/user/user.py:960 msgid "Already Registered" msgstr "crwdns113448:0crwdne113448:0" @@ -1984,8 +2007,8 @@ msgstr "crwdns143912:0crwdne143912:0" #. Label of a Check field in DocType 'Web Form' #: frappe/website/doctype/web_form/web_form.json -msgid "Anonymous" -msgstr "crwdns143914:0crwdne143914:0" +msgid "Anonymous responses" +msgstr "crwdns151516:0crwdne151516:0" #: frappe/public/js/frappe/request.js:186 msgid "Another transaction is blocking this one. Please try again in a few seconds." @@ -2066,7 +2089,7 @@ msgstr "crwdns143928:0crwdne143928:0" msgid "App not found for module: {0}" msgstr "crwdns113546:0{0}crwdne113546:0" -#: frappe/__init__.py:1761 +#: frappe/__init__.py:1711 msgid "App {0} is not installed" msgstr "crwdns113548:0{0}crwdne113548:0" @@ -2084,7 +2107,7 @@ msgstr "crwdns143930:0crwdne143930:0" msgid "Append To" msgstr "crwdns143932:0crwdne143932:0" -#: frappe/email/doctype/email_account/email_account.py:183 +#: frappe/email/doctype/email_account/email_account.py:184 msgid "Append To can be one of {0}" msgstr "crwdns113558:0{0}crwdne113558:0" @@ -2129,7 +2152,7 @@ msgstr "crwdns143944:0crwdne143944:0" msgid "Apply" msgstr "crwdns143946:0crwdne143946:0" -#: frappe/public/js/frappe/list/list_view.js:1880 +#: frappe/public/js/frappe/list/list_view.js:1888 msgctxt "Button in list view actions menu" msgid "Apply Assignment Rule" msgstr "crwdns113576:0crwdne113576:0" @@ -2335,7 +2358,7 @@ msgstr "crwdns143978:0crwdne143978:0" msgid "Assign To" msgstr "crwdns113658:0crwdne113658:0" -#: frappe/public/js/frappe/list/list_view.js:1841 +#: frappe/public/js/frappe/list/list_view.js:1849 msgctxt "Button in list view actions menu" msgid "Assign To" msgstr "crwdns113660:0crwdne113660:0" @@ -2442,9 +2465,9 @@ msgstr "crwdns113706:0crwdne113706:0" msgid "Assignment Rule User" msgstr "crwdns113708:0crwdne113708:0" -#: frappe/automation/doctype/assignment_rule/assignment_rule.py:54 -msgid "Assignment Rule is not allowed on {0} document type" -msgstr "crwdns113710:0{0}crwdne113710:0" +#: frappe/automation/doctype/assignment_rule/assignment_rule.py:55 +msgid "Assignment Rule is not allowed on document type {0}" +msgstr "crwdns151518:0{0}crwdne151518:0" #. Label of a Section Break field in DocType 'Assignment Rule' #: frappe/automation/doctype/assignment_rule/assignment_rule.json @@ -2625,6 +2648,11 @@ msgstr "crwdns113800:0crwdne113800:0" msgid "Auth URL Data" msgstr "crwdns144022:0crwdne144022:0" +#. Label of a Check field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Authenticate as Service Principal" +msgstr "crwdns151854:0crwdne151854:0" + #. Label of a Section Break field in DocType 'Email Account' #. Label of a Section Break field in DocType 'Push Notification Settings' #. Label of a Card Break in the Integrations Workspace @@ -2638,7 +2666,7 @@ msgstr "crwdns113804:0crwdne113804:0" msgid "Authentication Apps you can use are: " msgstr "crwdns113810:0crwdne113810:0" -#: frappe/email/doctype/email_account/email_account.py:310 +#: frappe/email/doctype/email_account/email_account.py:311 msgid "Authentication failed while receiving emails from Email Account: {0}." msgstr "crwdns113812:0{0}crwdne113812:0" @@ -2741,11 +2769,11 @@ msgstr "crwdns113856:0crwdne113856:0" msgid "Auto Repeat Day" msgstr "crwdns113862:0crwdne113862:0" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:159 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:163 msgid "Auto Repeat Day{0} {1} has been repeated." msgstr "crwdns113864:0{0}crwdnd113864:0{1}crwdne113864:0" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:437 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:441 msgid "Auto Repeat Document Creation Failed" msgstr "crwdns113866:0crwdne113866:0" @@ -2757,7 +2785,7 @@ msgstr "crwdns113868:0crwdne113868:0" msgid "Auto Repeat created for this document" msgstr "crwdns113870:0crwdne113870:0" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:440 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:444 msgid "Auto Repeat failed for {0}" msgstr "crwdns113872:0{0}crwdne113872:0" @@ -2771,7 +2799,7 @@ msgstr "crwdns144048:0crwdne144048:0" msgid "Auto Reply Message" msgstr "crwdns144050:0crwdne144050:0" -#: frappe/automation/doctype/assignment_rule/assignment_rule.py:175 +#: frappe/automation/doctype/assignment_rule/assignment_rule.py:177 msgid "Auto assignment failed: {0}" msgstr "crwdns113878:0{0}crwdne113878:0" @@ -2831,11 +2859,11 @@ msgstr "crwdns144068:0crwdne144068:0" msgid "Automatic" msgstr "crwdns113900:0crwdne113900:0" -#: frappe/email/doctype/email_account/email_account.py:718 +#: frappe/email/doctype/email_account/email_account.py:719 msgid "Automatic Linking can be activated only for one Email Account." msgstr "crwdns113904:0crwdne113904:0" -#: frappe/email/doctype/email_account/email_account.py:712 +#: frappe/email/doctype/email_account/email_account.py:713 msgid "Automatic Linking can be activated only if Incoming is enabled." msgstr "crwdns113906:0crwdne113906:0" @@ -3186,6 +3214,11 @@ msgstr "crwdns144152:0crwdne144152:0" msgid "Basic Info" msgstr "crwdns144154:0crwdne144154:0" +#: frappe/public/js/frappe/ui/filters/filter.js:60 +#: frappe/public/js/frappe/ui/filters/filter.js:66 +msgid "Before" +msgstr "crwdns151520:0crwdne151520:0" + #. Option for the 'DocType Event' (Select) field in DocType 'Server Script' #: frappe/core/doctype/server_script/server_script.json msgid "Before Cancel" @@ -3527,8 +3560,8 @@ msgstr "crwdns114206:0{0}crwdne114206:0" msgid "Built on {0}" msgstr "crwdns114208:0{0}crwdne114208:0" -#. Label of a Check field in DocType 'Role' -#: frappe/core/doctype/role/role.json +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json msgid "Bulk Actions" msgstr "crwdns144234:0crwdne144234:0" @@ -3722,7 +3755,7 @@ msgstr "crwdns144278:0crwdne144278:0" msgid "Cache Cleared" msgstr "crwdns114298:0crwdne114298:0" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:170 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:181 msgid "Calculate" msgstr "crwdns114300:0crwdne114300:0" @@ -3818,7 +3851,7 @@ msgstr "crwdns114342:0crwdne114342:0" msgid "Can Write" msgstr "crwdns114344:0crwdne114344:0" -#: frappe/custom/doctype/custom_field/custom_field.py:360 +#: frappe/custom/doctype/custom_field/custom_field.py:361 msgid "Can not rename as column {0} is already present on DocType." msgstr "crwdns114346:0{0}crwdne114346:0" @@ -3852,7 +3885,7 @@ msgstr "crwdns114352:0{0}crwdnd114352:0{1}crwdnd114352:0{0}crwdne114352:0" msgid "Cancel" msgstr "crwdns114354:0crwdne114354:0" -#: frappe/public/js/frappe/list/list_view.js:1950 +#: frappe/public/js/frappe/list/list_view.js:1958 msgctxt "Button in list view actions menu" msgid "Cancel" msgstr "crwdns114356:0crwdne114356:0" @@ -3874,7 +3907,7 @@ msgstr "crwdns114372:0crwdne114372:0" msgid "Cancel Scheduling" msgstr "crwdns114374:0crwdne114374:0" -#: frappe/public/js/frappe/list/list_view.js:1955 +#: frappe/public/js/frappe/list/list_view.js:1963 msgctxt "Title of confirmation dialog" msgid "Cancel {0} documents?" msgstr "crwdns114376:0{0}crwdne114376:0" @@ -3890,7 +3923,7 @@ msgstr "crwdns114376:0{0}crwdne114376:0" #: frappe/desk/form/save.py:59 #: frappe/integrations/doctype/integration_request/integration_request.json #: frappe/public/js/frappe/model/indicator.js:78 -#: frappe/public/js/frappe/ui/filters/filter.js:500 +#: frappe/public/js/frappe/ui/filters/filter.js:532 msgid "Cancelled" msgstr "crwdns114378:0crwdne114378:0" @@ -3943,11 +3976,11 @@ msgstr "crwdns114410:0{0}crwdne114410:0" msgid "Cannot cancel {0}." msgstr "crwdns114412:0{0}crwdne114412:0" -#: frappe/model/document.py:846 +#: frappe/model/document.py:850 msgid "Cannot change docstatus from 0 (Draft) to 2 (Cancelled)" msgstr "crwdns114414:0crwdne114414:0" -#: frappe/model/document.py:860 +#: frappe/model/document.py:864 msgid "Cannot change docstatus from 1 (Submitted) to 0 (Draft)" msgstr "crwdns114416:0crwdne114416:0" @@ -3967,7 +4000,7 @@ msgstr "crwdns114422:0crwdne114422:0" msgid "Cannot create a {0} against a child document: {1}" msgstr "crwdns114424:0{0}crwdnd114424:0{1}crwdne114424:0" -#: frappe/desk/doctype/workspace/workspace.py:254 +#: frappe/desk/doctype/workspace/workspace.py:258 msgid "Cannot create private workspace of other users" msgstr "crwdns114426:0crwdne114426:0" @@ -3979,11 +4012,11 @@ msgstr "crwdns114428:0crwdne114428:0" msgid "Cannot delete or cancel because {0} {1} is linked with {2} {3} {4}" msgstr "crwdns114430:0{0}crwdnd114430:0{1}crwdnd114430:0{2}crwdnd114430:0{3}crwdnd114430:0{4}crwdne114430:0" -#: frappe/desk/doctype/workspace/workspace.py:420 +#: frappe/desk/doctype/workspace/workspace.py:424 msgid "Cannot delete private workspace of other users" msgstr "crwdns114432:0crwdne114432:0" -#: frappe/desk/doctype/workspace/workspace.py:413 +#: frappe/desk/doctype/workspace/workspace.py:417 msgid "Cannot delete public workspace without Workspace Manager role" msgstr "crwdns114434:0crwdne114434:0" @@ -4038,7 +4071,7 @@ msgstr "crwdns114454:0crwdne114454:0" msgid "Cannot edit a standard report. Please duplicate and create a new report" msgstr "crwdns114456:0crwdne114456:0" -#: frappe/model/document.py:866 +#: frappe/model/document.py:870 msgid "Cannot edit cancelled document" msgstr "crwdns114458:0crwdne114458:0" @@ -4071,7 +4104,7 @@ msgstr "crwdns114468:0crwdne114468:0" msgid "Cannot have multiple printers mapped to a single print format." msgstr "crwdns114470:0crwdne114470:0" -#: frappe/model/document.py:934 +#: frappe/model/document.py:938 msgid "Cannot link cancelled document: {0}" msgstr "crwdns114472:0{0}crwdne114472:0" @@ -4107,7 +4140,7 @@ msgstr "crwdns114486:0{0}crwdnd114486:0{1}crwdne114486:0" msgid "Cannot submit {0}." msgstr "crwdns114488:0{0}crwdne114488:0" -#: frappe/desk/doctype/workspace/workspace.py:354 +#: frappe/desk/doctype/workspace/workspace.py:358 msgid "Cannot update private workspace of other users" msgstr "crwdns114490:0crwdne114490:0" @@ -4177,7 +4210,7 @@ msgstr "crwdns144310:0crwdne144310:0" msgid "Category Name" msgstr "crwdns144312:0crwdne144312:0" -#: frappe/utils/data.py:1321 +#: frappe/utils/data.py:1335 msgid "Cent" msgstr "crwdns114524:0crwdne114524:0" @@ -4344,7 +4377,7 @@ msgstr "crwdns114598:0crwdne114598:0" msgid "Check columns to select, drag to set order." msgstr "crwdns114600:0crwdne114600:0" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:443 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:447 msgid "Check the Error Log for more information: {0}" msgstr "crwdns114602:0{0}crwdne114602:0" @@ -4455,7 +4488,7 @@ msgstr "crwdns114648:0crwdne114648:0" msgid "Clear & Add template" msgstr "crwdns114650:0crwdne114650:0" -#: frappe/public/js/frappe/list/list_view.js:1856 +#: frappe/public/js/frappe/list/list_view.js:1864 msgctxt "Button in list view actions menu" msgid "Clear Assignment" msgstr "crwdns149054:0crwdne149054:0" @@ -4501,7 +4534,7 @@ msgstr "crwdns114668:0crwdne114668:0" msgid "Click here to post bugs and suggestions" msgstr "crwdns114670:0crwdne114670:0" -#: frappe/email/doctype/newsletter/newsletter.py:335 +#: frappe/email/doctype/newsletter/newsletter.py:338 msgid "Click here to verify" msgstr "crwdns114672:0crwdne114672:0" @@ -4613,13 +4646,11 @@ msgstr "crwdns144378:0crwdne144378:0" #. Label of a shortcut in the Build Workspace #. Name of a DocType #. Label of a Code field in DocType 'DocType Layout' -#. Label of a Code field in DocType 'Web Form' #: frappe/core/doctype/doctype/doctype.json #: frappe/core/doctype/module_def/module_def.json #: frappe/core/workspace/build/build.json #: frappe/custom/doctype/client_script/client_script.json #: frappe/custom/doctype/doctype_layout/doctype_layout.json -#: frappe/website/doctype/web_form/web_form.json #: frappe/website/doctype/web_page/web_page.js:103 msgid "Client Script" msgstr "crwdns114716:0crwdne114716:0" @@ -4638,6 +4669,11 @@ msgstr "crwdns144380:0crwdne144380:0" msgid "Client URLs" msgstr "crwdns144382:0crwdne144382:0" +#. Label of a Code field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Client script" +msgstr "crwdns151522:0crwdne151522:0" + #: frappe/core/doctype/communication/communication.js:39 #: frappe/desk/doctype/todo/todo.js:23 #: frappe/public/js/frappe/ui/messages.js:245 @@ -4703,7 +4739,7 @@ msgctxt "Shrink code field." msgid "Collapse" msgstr "crwdns114766:0crwdne114766:0" -#: frappe/public/js/frappe/views/reports/query_report.js:1966 +#: frappe/public/js/frappe/views/reports/query_report.js:1973 #: frappe/public/js/frappe/views/treeview.js:110 msgid "Collapse All" msgstr "crwdns114768:0crwdne114768:0" @@ -4958,6 +4994,10 @@ msgstr "crwdns148376:0crwdne148376:0" msgid "Communication Type" msgstr "crwdns144428:0crwdne144428:0" +#: frappe/integrations/frappe_providers/frappecloud_billing.py:28 +msgid "Communication secret not set" +msgstr "crwdns151856:0crwdne151856:0" + #: frappe/desk/page/leaderboard/leaderboard.js:112 msgid "Company" msgstr "crwdns114910:0crwdne114910:0" @@ -5002,7 +5042,7 @@ msgstr "crwdns114924:0crwdne114924:0" msgid "Complete By" msgstr "crwdns114928:0crwdne114928:0" -#: frappe/core/doctype/user/user.py:443 +#: frappe/core/doctype/user/user.py:413 #: frappe/templates/emails/new_user.html:10 msgid "Complete Registration" msgstr "crwdns114930:0crwdne114930:0" @@ -5047,6 +5087,7 @@ msgid "Compose Email" msgstr "crwdns114952:0crwdne114952:0" #. Label of a Select field in DocType 'Document Naming Rule Condition' +#. Label of a Code field in DocType 'Navbar Item' #. Label of a Small Text field in DocType 'Bulk Update' #. Label of a Code field in DocType 'Notification' #. Label of a Data field in DocType 'Notification Recipient' @@ -5054,6 +5095,7 @@ msgstr "crwdns114952:0crwdne114952:0" #. Label of a Code field in DocType 'Energy Point Rule' #. Label of a Code field in DocType 'Workflow Transition' #: frappe/core/doctype/document_naming_rule_condition/document_naming_rule_condition.json +#: frappe/core/doctype/navbar_item/navbar_item.json #: frappe/desk/doctype/bulk_update/bulk_update.json #: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:305 #: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:439 @@ -5068,16 +5110,16 @@ msgstr "crwdns114952:0crwdne114952:0" msgid "Condition" msgstr "crwdns114954:0crwdne114954:0" -#. Label of a HTML field in DocType 'Web Form' -#: frappe/website/doctype/web_form/web_form.json -msgid "Condition Description" -msgstr "crwdns144440:0crwdne144440:0" - #. Label of a JSON field in DocType 'Web Form' #: frappe/website/doctype/web_form/web_form.json msgid "Condition JSON" msgstr "crwdns144442:0crwdne144442:0" +#. Label of a HTML field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Condition description" +msgstr "crwdns151524:0crwdne151524:0" + #. Label of a Table field in DocType 'Document Naming Rule' #. Label of a Section Break field in DocType 'Workflow Transition' #: frappe/core/doctype/document_naming_rule/document_naming_rule.json @@ -5129,6 +5171,10 @@ msgctxt "Title of confirmation dialog" msgid "Confirm" msgstr "crwdns114992:0crwdne114992:0" +#: frappe/integrations/oauth2.py:118 +msgid "Confirm Access" +msgstr "crwdns151526:0crwdne151526:0" + #: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:92 #: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:100 msgid "Confirm Deletion of Account" @@ -5147,7 +5193,7 @@ msgstr "crwdns114998:0crwdne114998:0" msgid "Confirm Request" msgstr "crwdns115000:0crwdne115000:0" -#: frappe/email/doctype/newsletter/newsletter.py:330 +#: frappe/email/doctype/newsletter/newsletter.py:333 msgid "Confirm Your Email" msgstr "crwdns115002:0crwdne115002:0" @@ -5156,7 +5202,7 @@ msgstr "crwdns115002:0crwdne115002:0" msgid "Confirmation Email Template" msgstr "crwdns144452:0crwdne144452:0" -#: frappe/email/doctype/newsletter/newsletter.py:379 +#: frappe/email/doctype/newsletter/newsletter.py:382 #: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:393 msgid "Confirmed" msgstr "crwdns115006:0crwdne115006:0" @@ -5278,11 +5324,11 @@ msgstr "crwdns115060:0crwdne115060:0" msgid "Contact options, like \"Sales Query, Support Query\" etc each on a new line or separated by commas." msgstr "crwdns144464:0crwdne144464:0" -#: frappe/utils/change_log.py:360 +#: frappe/utils/change_log.py:363 msgid "Contains {0} security fix" msgstr "crwdns144466:0{0}crwdne144466:0" -#: frappe/utils/change_log.py:358 +#: frappe/utils/change_log.py:361 msgid "Contains {0} security fixes" msgstr "crwdns144468:0{0}crwdne144468:0" @@ -5419,7 +5465,7 @@ msgstr "crwdns144496:0crwdne144496:0" msgid "Could not connect to outgoing email server" msgstr "crwdns115126:0crwdne115126:0" -#: frappe/model/document.py:930 +#: frappe/model/document.py:934 msgid "Could not find {0}" msgstr "crwdns115128:0{0}crwdne115128:0" @@ -5593,12 +5639,12 @@ msgstr "crwdns115206:0crwdne115206:0" msgid "Create a new ..." msgstr "crwdns115208:0crwdne115208:0" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:145 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:156 msgid "Create a new record" msgstr "crwdns115210:0crwdne115210:0" -#: frappe/public/js/frappe/form/controls/link.js:295 -#: frappe/public/js/frappe/form/controls/link.js:297 +#: frappe/public/js/frappe/form/controls/link.js:303 +#: frappe/public/js/frappe/form/controls/link.js:305 #: frappe/public/js/frappe/form/link_selector.js:139 #: frappe/public/js/frappe/list/list_view.js:475 #: frappe/public/js/frappe/web_form/web_form_list.js:225 @@ -5718,6 +5764,7 @@ msgstr "crwdns115260:0crwdne115260:0" #. Option for the 'Type' (Select) field in DocType 'DocField' #. Option for the 'Fieldtype' (Select) field in DocType 'Report Column' #. Option for the 'Fieldtype' (Select) field in DocType 'Report Filter' +#. Label of a Link field in DocType 'System Settings' #. Option for the 'Field Type' (Select) field in DocType 'Custom Field' #. Option for the 'Type' (Select) field in DocType 'Customize Form Field' #. Name of a DocType @@ -5725,6 +5772,7 @@ msgstr "crwdns115260:0crwdne115260:0" #: frappe/core/doctype/docfield/docfield.json #: frappe/core/doctype/report_column/report_column.json #: frappe/core/doctype/report_filter/report_filter.json +#: frappe/core/doctype/system_settings/system_settings.json #: frappe/custom/doctype/custom_field/custom_field.json #: frappe/custom/doctype/customize_form_field/customize_form_field.json #: frappe/desk/page/setup_wizard/setup_wizard.js:403 @@ -5868,7 +5916,7 @@ msgstr "crwdns115340:0crwdne115340:0" msgid "Custom Field" msgstr "crwdns115342:0crwdne115342:0" -#: frappe/custom/doctype/custom_field/custom_field.py:218 +#: frappe/custom/doctype/custom_field/custom_field.py:219 msgid "Custom Field {0} is created by the Administrator and can only be deleted through the Administrator account." msgstr "crwdns115350:0{0}crwdne115350:0" @@ -5877,11 +5925,11 @@ msgstr "crwdns115350:0{0}crwdne115350:0" msgid "Custom Field, Custom Doctype, Naming Series, Role Permission, Workflow, Print Formats, Reports" msgstr "crwdns115352:0crwdne115352:0" -#: frappe/custom/doctype/custom_field/custom_field.py:260 +#: frappe/custom/doctype/custom_field/custom_field.py:261 msgid "Custom Fields can only be added to a standard DocType." msgstr "crwdns115354:0crwdne115354:0" -#: frappe/custom/doctype/custom_field/custom_field.py:257 +#: frappe/custom/doctype/custom_field/custom_field.py:258 msgid "Custom Fields cannot be added to core DocTypes." msgstr "crwdns115356:0crwdne115356:0" @@ -5975,7 +6023,7 @@ msgstr "crwdns144566:0crwdne144566:0" msgid "Custom Translation" msgstr "crwdns148378:0crwdne148378:0" -#: frappe/custom/doctype/custom_field/custom_field.py:373 +#: frappe/custom/doctype/custom_field/custom_field.py:374 msgid "Custom field renamed to {0} successfully." msgstr "crwdns115396:0{0}crwdne115396:0" @@ -6167,13 +6215,13 @@ msgstr "crwdns144584:0crwdne144584:0" msgid "Dark Theme" msgstr "crwdns115496:0crwdne115496:0" -#. Label of a Check field in DocType 'Role' +#. Label of a Check field in DocType 'User' #. Label of a Link in the Build Workspace #. Name of a DocType #. Option for the 'Select List View' (Select) field in DocType 'Form Tour' #. Option for the 'Type' (Select) field in DocType 'Workspace Shortcut' #. Option for the 'DocType View' (Select) field in DocType 'Workspace Shortcut' -#: frappe/core/doctype/role/role.json +#: frappe/core/doctype/user/user.json #: frappe/core/page/dashboard_view/dashboard_view.js:10 #: frappe/core/workspace/build/build.json #: frappe/desk/doctype/dashboard/dashboard.json @@ -6491,7 +6539,7 @@ msgstr "crwdns115668:0crwdne115668:0" #. Label of a Check field in DocType 'Email Account' #: frappe/email/doctype/email_account/email_account.json -#: frappe/email/doctype/email_account/email_account.py:199 +#: frappe/email/doctype/email_account/email_account.py:200 msgid "Default Incoming" msgstr "crwdns115670:0crwdne115670:0" @@ -6511,7 +6559,7 @@ msgstr "crwdns144620:0crwdne144620:0" #. Label of a Check field in DocType 'Email Account' #: frappe/email/doctype/email_account/email_account.json -#: frappe/email/doctype/email_account/email_account.py:207 +#: frappe/email/doctype/email_account/email_account.py:208 msgid "Default Outgoing" msgstr "crwdns115680:0crwdne115680:0" @@ -6598,6 +6646,11 @@ msgstr "crwdns144644:0crwdne144644:0" msgid "Default Workspace" msgstr "crwdns144646:0crwdne144646:0" +#. Description of the 'Currency' (Link) field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Default display currency" +msgstr "crwdns151528:0crwdne151528:0" + #: frappe/core/doctype/doctype/doctype.py:1338 msgid "Default for 'Check' type of field {0} must be either '0' or '1'" msgstr "crwdns115722:0{0}crwdne115722:0" @@ -6627,7 +6680,7 @@ msgstr "crwdns115730:0crwdne115730:0" msgid "Defaults" msgstr "crwdns144650:0crwdne144650:0" -#: frappe/email/doctype/email_account/email_account.py:218 +#: frappe/email/doctype/email_account/email_account.py:219 msgid "Defaults Updated" msgstr "crwdns115736:0crwdne115736:0" @@ -6664,7 +6717,7 @@ msgstr "crwdns144652:0crwdne144652:0" msgid "Delete" msgstr "crwdns115744:0crwdne115744:0" -#: frappe/public/js/frappe/list/list_view.js:1918 +#: frappe/public/js/frappe/list/list_view.js:1926 msgctxt "Button in list view actions menu" msgid "Delete" msgstr "crwdns115746:0crwdne115746:0" @@ -6746,12 +6799,12 @@ msgstr "crwdns144670:0crwdne144670:0" msgid "Delete this record to allow sending to this email address" msgstr "crwdns115768:0crwdne115768:0" -#: frappe/public/js/frappe/list/list_view.js:1923 +#: frappe/public/js/frappe/list/list_view.js:1931 msgctxt "Title of confirmation dialog" msgid "Delete {0} item permanently?" msgstr "crwdns115770:0{0}crwdne115770:0" -#: frappe/public/js/frappe/list/list_view.js:1929 +#: frappe/public/js/frappe/list/list_view.js:1937 msgctxt "Title of confirmation dialog" msgid "Delete {0} items permanently?" msgstr "crwdns115772:0{0}crwdne115772:0" @@ -7111,7 +7164,7 @@ msgstr "crwdns144732:0crwdne144732:0" msgid "Disabled" msgstr "crwdns115922:0crwdne115922:0" -#: frappe/email/doctype/email_account/email_account.js:228 +#: frappe/email/doctype/email_account/email_account.js:232 msgid "Disabled Auto Reply" msgstr "crwdns115948:0crwdne115948:0" @@ -7318,10 +7371,6 @@ msgstr "crwdns116040:0crwdne116040:0" msgid "DocType Link" msgstr "crwdns116042:0crwdne116042:0" -#: frappe/core/doctype/doctype/doctype_list.js:10 -msgid "DocType Name" -msgstr "crwdns116046:0crwdne116046:0" - #. Name of a DocType #. Option for the 'Applied On' (Select) field in DocType 'Property Setter' #: frappe/core/doctype/doctype_state/doctype_state.json @@ -7504,7 +7553,7 @@ msgstr "crwdns116140:0crwdne116140:0" msgid "Document Naming Settings" msgstr "crwdns116142:0crwdne116142:0" -#: frappe/model/document.py:1541 +#: frappe/model/document.py:1545 msgid "Document Queued" msgstr "crwdns116144:0crwdne116144:0" @@ -7655,7 +7704,7 @@ msgid "Document Types and Permissions" msgstr "crwdns144786:0crwdne144786:0" #: frappe/core/doctype/submission_queue/submission_queue.py:163 -#: frappe/model/document.py:1748 +#: frappe/model/document.py:1752 msgid "Document Unlocked" msgstr "crwdns116230:0crwdne116230:0" @@ -7695,7 +7744,7 @@ msgstr "crwdns116246:0crwdne116246:0" msgid "Document {0} Already Restored" msgstr "crwdns116248:0{0}crwdne116248:0" -#: frappe/workflow/doctype/workflow_action/workflow_action.py:198 +#: frappe/workflow/doctype/workflow_action/workflow_action.py:199 msgid "Document {0} has been set to state {1} by {2}" msgstr "crwdns116250:0{0}crwdnd116250:0{1}crwdnd116250:0{2}crwdne116250:0" @@ -7860,7 +7909,7 @@ msgid "Dr" msgstr "crwdns148386:0crwdne148386:0" #: frappe/public/js/frappe/model/indicator.js:73 -#: frappe/public/js/frappe/ui/filters/filter.js:498 +#: frappe/public/js/frappe/ui/filters/filter.js:530 msgid "Draft" msgstr "crwdns116322:0crwdne116322:0" @@ -8054,7 +8103,7 @@ msgstr "crwdns116400:0crwdne116400:0" #: frappe/public/js/frappe/form/templates/contact_list.html:7 #: frappe/public/js/frappe/form/toolbar.js:660 #: frappe/public/js/frappe/views/reports/query_report.js:814 -#: frappe/public/js/frappe/views/reports/query_report.js:1636 +#: frappe/public/js/frappe/views/reports/query_report.js:1643 #: frappe/public/js/frappe/views/workspace/workspace.js:98 #: frappe/public/js/frappe/views/workspace/workspace.js:847 #: frappe/public/js/frappe/widgets/base_widget.js:64 @@ -8067,7 +8116,7 @@ msgstr "crwdns116400:0crwdne116400:0" msgid "Edit" msgstr "crwdns116402:0crwdne116402:0" -#: frappe/public/js/frappe/list/list_view.js:2004 +#: frappe/public/js/frappe/list/list_view.js:2012 msgctxt "Button in list view actions menu" msgid "Edit" msgstr "crwdns116404:0crwdne116404:0" @@ -8116,7 +8165,7 @@ msgstr "crwdns144846:0crwdne144846:0" msgid "Edit Format" msgstr "crwdns116422:0crwdne116422:0" -#: frappe/public/js/frappe/form/quick_entry.js:286 +#: frappe/public/js/frappe/form/quick_entry.js:287 msgid "Edit Full Form" msgstr "crwdns116424:0crwdne116424:0" @@ -8240,7 +8289,7 @@ msgstr "crwdns144856:0crwdne144856:0" #: frappe/core/doctype/communication/communication.json #: frappe/core/doctype/custom_docperm/custom_docperm.json #: frappe/core/doctype/docperm/docperm.json -#: frappe/core/doctype/success_action/success_action.js:57 +#: frappe/core/doctype/success_action/success_action.js:59 #: frappe/core/doctype/system_settings/system_settings.json #: frappe/core/doctype/user/user.json #: frappe/core/doctype/user_document_type/user_document_type.json @@ -8254,7 +8303,7 @@ msgstr "crwdns144856:0crwdne144856:0" #: frappe/templates/includes/comments/comments.html:25 #: frappe/templates/signup.html:9 #: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.json -#: frappe/www/login.html:7 frappe/www/login.py:98 +#: frappe/www/login.html:7 frappe/www/login.py:99 msgid "Email" msgstr "crwdns116472:0crwdne116472:0" @@ -8278,7 +8327,7 @@ msgstr "crwdns116472:0crwdne116472:0" msgid "Email Account" msgstr "crwdns116494:0crwdne116494:0" -#: frappe/email/doctype/email_account/email_account.py:314 +#: frappe/email/doctype/email_account/email_account.py:315 msgid "Email Account Disabled." msgstr "crwdns116510:0crwdne116510:0" @@ -8287,7 +8336,7 @@ msgstr "crwdns116510:0crwdne116510:0" msgid "Email Account Name" msgstr "crwdns144858:0crwdne144858:0" -#: frappe/core/doctype/user/user.py:719 +#: frappe/core/doctype/user/user.py:680 msgid "Email Account added multiple times" msgstr "crwdns116514:0crwdne116514:0" @@ -8359,6 +8408,7 @@ msgstr "crwdns116550:0crwdne116550:0" #. Label of a Data field in DocType 'Contact Email' #. Label of a Data field in DocType 'User Email' #. Label of a Data field in DocType 'Email Rule' +#: frappe/contacts/doctype/contact/contact.py:130 #: frappe/contacts/doctype/contact_email/contact_email.json #: frappe/core/doctype/user_email/user_email.json #: frappe/email/doctype/email_rule/email_rule.json @@ -8577,7 +8627,7 @@ msgstr "crwdns144914:0crwdne144914:0" #. Label of a Check field in DocType 'Email Account' #: frappe/email/doctype/email_account/email_account.json -#: frappe/email/doctype/email_account/email_account.py:200 +#: frappe/email/doctype/email_account/email_account.py:201 msgid "Enable Incoming" msgstr "crwdns116650:0crwdne116650:0" @@ -8590,7 +8640,7 @@ msgstr "crwdns144916:0crwdne144916:0" #. Label of a Check field in DocType 'Email Account' #: frappe/core/doctype/user_email/user_email.json #: frappe/email/doctype/email_account/email_account.json -#: frappe/email/doctype/email_account/email_account.py:208 +#: frappe/email/doctype/email_account/email_account.py:209 msgid "Enable Outgoing" msgstr "crwdns116656:0crwdne116656:0" @@ -8727,11 +8777,11 @@ msgstr "crwdns116704:0crwdne116704:0" msgid "Enabled Scheduler" msgstr "crwdns116732:0crwdne116732:0" -#: frappe/email/doctype/email_account/email_account.py:931 +#: frappe/email/doctype/email_account/email_account.py:939 msgid "Enabled email inbox for user {0}" msgstr "crwdns116734:0{0}crwdne116734:0" -#: frappe/core/doctype/server_script/server_script.py:269 +#: frappe/core/doctype/server_script/server_script.py:243 msgid "Enabled scheduled execution for script {0}" msgstr "crwdns116736:0{0}crwdne116736:0" @@ -8744,7 +8794,7 @@ msgstr "crwdns116736:0{0}crwdne116736:0" msgid "Enables Calendar and Gantt views." msgstr "crwdns144944:0crwdne144944:0" -#: frappe/email/doctype/email_account/email_account.js:223 +#: frappe/email/doctype/email_account/email_account.js:227 msgid "Enabling auto reply on an incoming email account will send automated replies to all the synchronized emails. Do you wish to continue?" msgstr "crwdns116742:0crwdne116742:0" @@ -8784,6 +8834,7 @@ msgstr "crwdns116756:0crwdne116756:0" #. Label of a Date field in DocType 'Auto Repeat' #. Label of a Datetime field in DocType 'Web Page' #: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:140 #: frappe/public/js/frappe/utils/common.js:416 #: frappe/website/doctype/web_page/web_page.json msgid "End Date" @@ -9005,7 +9056,7 @@ msgstr "crwdns116864:0{0}crwdne116864:0" msgid "Error in Client Script" msgstr "crwdns116866:0crwdne116866:0" -#: frappe/public/js/frappe/form/script_manager.js:242 +#: frappe/public/js/frappe/form/script_manager.js:243 msgid "Error in Client Script." msgstr "crwdns116868:0crwdne116868:0" @@ -9023,7 +9074,7 @@ msgstr "crwdns116872:0crwdne116872:0" msgid "Error in print format on line {0}: {1}" msgstr "crwdns116874:0{0}crwdnd116874:0{1}crwdne116874:0" -#: frappe/email/doctype/email_account/email_account.py:617 +#: frappe/email/doctype/email_account/email_account.py:618 msgid "Error while connecting to email account {0}" msgstr "crwdns116876:0{0}crwdne116876:0" @@ -9031,7 +9082,7 @@ msgstr "crwdns116876:0{0}crwdne116876:0" msgid "Error while evaluating Notification {0}. Please fix your template." msgstr "crwdns116878:0{0}crwdne116878:0" -#: frappe/model/document.py:816 +#: frappe/model/document.py:820 msgid "Error: Document has been modified after you have opened it" msgstr "crwdns116880:0crwdne116880:0" @@ -9183,7 +9234,7 @@ msgstr "crwdns116946:0crwdne116946:0" msgid "Executing..." msgstr "crwdns116948:0crwdne116948:0" -#: frappe/public/js/frappe/views/reports/query_report.js:1980 +#: frappe/public/js/frappe/views/reports/query_report.js:1987 msgid "Execution Time: {0} sec" msgstr "crwdns116950:0{0}crwdne116950:0" @@ -9201,7 +9252,7 @@ msgctxt "Enlarge code field." msgid "Expand" msgstr "crwdns116956:0crwdne116956:0" -#: frappe/public/js/frappe/views/reports/query_report.js:1966 +#: frappe/public/js/frappe/views/reports/query_report.js:1973 #: frappe/public/js/frappe/views/treeview.js:114 msgid "Expand All" msgstr "crwdns116958:0crwdne116958:0" @@ -9256,12 +9307,12 @@ msgstr "crwdns145024:0crwdne145024:0" #: frappe/core/doctype/recorder/recorder_list.js:37 #: frappe/public/js/frappe/data_import/data_exporter.js:92 #: frappe/public/js/frappe/data_import/data_exporter.js:243 -#: frappe/public/js/frappe/views/reports/query_report.js:1671 +#: frappe/public/js/frappe/views/reports/query_report.js:1678 #: frappe/public/js/frappe/views/reports/report_view.js:1551 msgid "Export" msgstr "crwdns116980:0crwdne116980:0" -#: frappe/public/js/frappe/list/list_view.js:2026 +#: frappe/public/js/frappe/list/list_view.js:2034 msgctxt "Button in list view actions menu" msgid "Export" msgstr "crwdns116982:0crwdne116982:0" @@ -9440,7 +9491,7 @@ msgstr "crwdns117056:0crwdne117056:0" msgid "Failed to connect to server" msgstr "crwdns117058:0crwdne117058:0" -#: frappe/auth.py:670 +#: frappe/auth.py:678 msgid "Failed to decode token, please provide a valid base64-encoded token." msgstr "crwdns117060:0crwdne117060:0" @@ -9464,6 +9515,10 @@ msgstr "crwdns117064:0crwdne117064:0" msgid "Failed to export python type hints" msgstr "crwdns117066:0crwdne117066:0" +#: frappe/integrations/frappe_providers/frappecloud_billing.py:48 +msgid "Failed to generate access token" +msgstr "crwdns151858:0crwdne151858:0" + #: frappe/core/doctype/document_naming_settings/document_naming_settings.py:249 msgid "Failed to generate names from the series" msgstr "crwdns117068:0crwdne117068:0" @@ -9480,6 +9535,10 @@ msgstr "crwdns117072:0{0}crwdnd117072:0{1}crwdne117072:0" msgid "Failed to get method {0} with {1}" msgstr "crwdns117074:0{0}crwdnd117074:0{1}crwdne117074:0" +#: frappe/integrations/frappe_providers/frappecloud_billing.py:68 +msgid "Failed to get site info" +msgstr "crwdns151860:0crwdne151860:0" + #: frappe/model/virtual_doctype.py:63 msgid "Failed to import virtual doctype {}, is controller file present?" msgstr "crwdns117076:0crwdne117076:0" @@ -9488,6 +9547,10 @@ msgstr "crwdns117076:0crwdne117076:0" msgid "Failed to optimize image: {0}" msgstr "crwdns117078:0{0}crwdne117078:0" +#: frappe/integrations/frappe_providers/frappecloud_billing.py:104 +msgid "Failed to request login to Frappe Cloud" +msgstr "crwdns151862:0crwdne151862:0" + #: frappe/email/doctype/email_queue/email_queue.py:280 msgid "Failed to send email with subject:" msgstr "crwdns117080:0crwdne117080:0" @@ -9500,6 +9563,10 @@ msgstr "crwdns117082:0crwdne117082:0" msgid "Failed to update global settings" msgstr "crwdns117084:0crwdne117084:0" +#: frappe/integrations/frappe_providers/frappecloud_billing.py:83 +msgid "Failed while calling API {0}" +msgstr "crwdns151864:0{0}crwdne151864:0" + #. Label of a Table field in DocType 'System Health Report' #: frappe/desk/doctype/system_health_report/system_health_report.json msgid "Failing Scheduled Jobs (last 7 days)" @@ -9595,7 +9662,7 @@ msgstr "crwdns117118:0crwdne117118:0" #: frappe/public/js/frappe/list/bulk_operations.js:327 #: frappe/public/js/frappe/list/list_view_permission_restrictions.html:3 #: frappe/public/js/frappe/views/reports/query_report.js:236 -#: frappe/public/js/frappe/views/reports/query_report.js:1725 +#: frappe/public/js/frappe/views/reports/query_report.js:1732 #: frappe/website/doctype/web_form_field/web_form_field.json #: frappe/website/doctype/web_form_list_column/web_form_list_column.json msgid "Field" @@ -9671,7 +9738,7 @@ msgstr "crwdns145088:0crwdne145088:0" msgid "Field type cannot be changed for {0}" msgstr "crwdns117164:0{0}crwdne117164:0" -#: frappe/database/database.py:841 +#: frappe/database/database.py:843 msgid "Field {0} does not exist on {1}" msgstr "crwdns117166:0{0}crwdnd117166:0{1}crwdne117166:0" @@ -9714,7 +9781,7 @@ msgstr "crwdns117190:0{0}crwdne117190:0" msgid "Fieldname is limited to 64 characters ({0})" msgstr "crwdns117192:0{0}crwdne117192:0" -#: frappe/custom/doctype/custom_field/custom_field.py:195 +#: frappe/custom/doctype/custom_field/custom_field.py:196 msgid "Fieldname not set for Custom Field" msgstr "crwdns117194:0crwdne117194:0" @@ -9754,7 +9821,7 @@ msgstr "crwdns117204:0{0}crwdne117204:0" #: frappe/custom/doctype/doctype_layout/doctype_layout.json #: frappe/desk/doctype/kanban_board/kanban_board.json #: frappe/desk/doctype/list_view_settings/list_view_settings.json -#: frappe/public/js/frappe/list/list_settings.js:132 +#: frappe/public/js/frappe/list/list_settings.js:135 #: frappe/public/js/frappe/views/kanban/kanban_settings.js:111 #: frappe/public/js/print_format_builder/PrintFormatControls.vue:83 #: frappe/website/doctype/personal_data_deletion_step/personal_data_deletion_step.json @@ -9791,7 +9858,7 @@ msgstr "crwdns145092:0crwdne145092:0" msgid "Fieldtype" msgstr "crwdns145094:0crwdne145094:0" -#: frappe/custom/doctype/custom_field/custom_field.py:191 +#: frappe/custom/doctype/custom_field/custom_field.py:192 msgid "Fieldtype cannot be changed from {0} to {1}" msgstr "crwdns117240:0{0}crwdnd117240:0{1}crwdne117240:0" @@ -9940,11 +10007,11 @@ msgstr "crwdns117302:0crwdne117302:0" msgid "Filter Values" msgstr "crwdns145118:0crwdne145118:0" -#: frappe/utils/data.py:1781 +#: frappe/utils/data.py:1795 msgid "Filter must be a tuple or list (in a list)" msgstr "crwdns117308:0crwdne117308:0" -#: frappe/utils/data.py:1789 +#: frappe/utils/data.py:1803 msgid "Filter must have 4 values (doctype, fieldname, operator, value): {0}" msgstr "crwdns117310:0{0}crwdne117310:0" @@ -10009,7 +10076,7 @@ msgstr "crwdns145128:0crwdne145128:0" msgid "Filters Section" msgstr "crwdns145130:0crwdne145130:0" -#: frappe/public/js/frappe/form/controls/link.js:491 +#: frappe/public/js/frappe/form/controls/link.js:502 msgid "Filters applied for {0}" msgstr "crwdns117346:0{0}crwdne117346:0" @@ -10034,8 +10101,8 @@ msgstr "crwdns117354:0crwdne117354:0" msgid "Find '{0}' in ..." msgstr "crwdns117356:0{0}crwdne117356:0" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:316 -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:317 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:327 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:328 #: frappe/public/js/frappe/ui/toolbar/search_utils.js:141 #: frappe/public/js/frappe/ui/toolbar/search_utils.js:144 msgid "Find {0} in {1}" @@ -10166,7 +10233,7 @@ msgstr "crwdns117422:0crwdne117422:0" msgid "Following Report Filters have missing values:" msgstr "crwdns117424:0crwdne117424:0" -#: frappe/website/doctype/web_form/web_form.py:107 +#: frappe/website/doctype/web_form/web_form.py:108 msgid "Following fields are missing:" msgstr "crwdns117426:0crwdne117426:0" @@ -10337,7 +10404,7 @@ msgstr "crwdns117498:0crwdne117498:0" msgid "For Value" msgstr "crwdns145198:0crwdne145198:0" -#: frappe/public/js/frappe/views/reports/query_report.js:1977 +#: frappe/public/js/frappe/views/reports/query_report.js:1984 #: frappe/public/js/frappe/views/reports/report_view.js:96 msgid "For comparison, use >5, <10 or =324. For ranges, use 5:10 (for values between 5 & 10)." msgstr "crwdns117508:0crwdne117508:0" @@ -10355,7 +10422,7 @@ msgstr "crwdns117512:0{0}crwdne117512:0" msgid "For example: {} Open" msgstr "crwdns145200:0crwdne145200:0" -#. Description of the 'Client Script' (Code) field in DocType 'Web Form' +#. Description of the 'Client script' (Code) field in DocType 'Web Form' #: frappe/website/doctype/web_form/web_form.json msgid "For help see Client Script API and Examples" msgstr "crwdns145202:0crwdne145202:0" @@ -10449,10 +10516,12 @@ msgid "Form Dict" msgstr "crwdns145220:0crwdne145220:0" #. Label of a Section Break field in DocType 'DocType' -#. Label of a Section Break field in DocType 'Role' +#. Label of a Section Break field in DocType 'User' #. Label of a Section Break field in DocType 'Customize Form' -#: frappe/core/doctype/doctype/doctype.json frappe/core/doctype/role/role.json +#. Label of a Section Break field in DocType 'Web Form' +#: frappe/core/doctype/doctype/doctype.json frappe/core/doctype/user/user.json #: frappe/custom/doctype/customize_form/customize_form.json +#: frappe/website/doctype/web_form/web_form.json msgid "Form Settings" msgstr "crwdns145222:0crwdne145222:0" @@ -10508,8 +10577,8 @@ msgstr "crwdns145232:0crwdne145232:0" #. Option for the 'Social Login Provider' (Select) field in DocType 'Social #. Login Key' #: frappe/integrations/doctype/social_login_key/social_login_key.json -#: frappe/www/login.html:61 frappe/www/login.html:142 frappe/www/login.py:49 -#: frappe/www/login.py:138 +#: frappe/www/login.html:61 frappe/www/login.html:142 frappe/www/login.py:50 +#: frappe/www/login.py:139 msgid "Frappe" msgstr "crwdns117594:0crwdne117594:0" @@ -10589,7 +10658,7 @@ msgstr "crwdns117636:0crwdne117636:0" msgid "From Date Field" msgstr "crwdns145238:0crwdne145238:0" -#: frappe/public/js/frappe/views/reports/query_report.js:1691 +#: frappe/public/js/frappe/views/reports/query_report.js:1698 msgid "From Document Type" msgstr "crwdns117642:0crwdne117642:0" @@ -10648,7 +10717,7 @@ msgstr "crwdns117668:0crwdne117668:0" msgid "Function Based On" msgstr "crwdns117672:0crwdne117672:0" -#: frappe/__init__.py:905 +#: frappe/__init__.py:855 msgid "Function {0} is not whitelisted." msgstr "crwdns117674:0{0}crwdne117674:0" @@ -10722,7 +10791,7 @@ msgstr "crwdns145256:0crwdne145256:0" msgid "Generate New Report" msgstr "crwdns117706:0crwdne117706:0" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:357 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:368 msgid "Generate Random Password" msgstr "crwdns117708:0crwdne117708:0" @@ -11087,6 +11156,14 @@ msgstr "crwdns117870:0crwdne117870:0" msgid "Gray" msgstr "crwdns145302:0crwdne145302:0" +#: frappe/public/js/frappe/ui/filters/filter.js:23 +msgid "Greater Than" +msgstr "crwdns151530:0crwdne151530:0" + +#: frappe/public/js/frappe/ui/filters/filter.js:25 +msgid "Greater Than Or Equal To" +msgstr "crwdns151532:0crwdne151532:0" + #. Option for the 'Color' (Select) field in DocType 'DocType State' #. Option for the 'Indicator' (Select) field in DocType 'Kanban Board Column' #: frappe/core/doctype/doctype_state/doctype_state.json @@ -11379,7 +11456,7 @@ msgstr "crwdns118024:0crwdne118024:0" msgid "Help HTML" msgstr "crwdns145358:0crwdne145358:0" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:138 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:149 msgid "Help on Search" msgstr "crwdns118030:0crwdne118030:0" @@ -11675,7 +11752,7 @@ msgstr "crwdns148398:0crwdne148398:0" #: frappe/desk/report/todo/todo.py:36 frappe/model/meta.py:44 #: frappe/public/js/frappe/data_import/data_exporter.js:330 #: frappe/public/js/frappe/data_import/data_exporter.js:345 -#: frappe/public/js/frappe/list/list_settings.js:334 +#: frappe/public/js/frappe/list/list_settings.js:337 #: frappe/public/js/frappe/list/list_view.js:357 #: frappe/public/js/frappe/list/list_view.js:420 #: frappe/public/js/frappe/model/meta.js:197 @@ -11817,6 +11894,11 @@ msgstr "crwdns145442:0crwdne145442:0" msgid "If enabled, user can login from any IP Address using Two Factor Auth, this can also be set for all users in System Settings" msgstr "crwdns145444:0crwdne145444:0" +#. Description of the 'Anonymous responses' (Check) field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "If enabled, all responses on the web form will be submitted anonymously" +msgstr "crwdns151534:0crwdne151534:0" + #. Description of the 'Bypass restricted IP Address check If Two Factor Auth #. Enabled' (Check) field in DocType 'System Settings' #: frappe/core/doctype/system_settings/system_settings.json @@ -12274,7 +12356,7 @@ msgstr "crwdns145532:0crwdne145532:0" msgid "In Progress" msgstr "crwdns118458:0crwdne118458:0" -#: frappe/database/database.py:243 +#: frappe/database/database.py:245 msgid "In Read Only Mode" msgstr "crwdns118460:0crwdne118460:0" @@ -12349,11 +12431,11 @@ msgstr "crwdns118488:0crwdne118488:0" msgid "Include Web View Link in Email" msgstr "crwdns145546:0crwdne145546:0" -#: frappe/public/js/frappe/views/reports/query_report.js:1510 +#: frappe/public/js/frappe/views/reports/query_report.js:1515 msgid "Include filters" msgstr "crwdns118492:0crwdne118492:0" -#: frappe/public/js/frappe/views/reports/query_report.js:1502 +#: frappe/public/js/frappe/views/reports/query_report.js:1507 msgid "Include indentation" msgstr "crwdns118494:0crwdne118494:0" @@ -12391,7 +12473,7 @@ msgstr "crwdns118506:0crwdne118506:0" msgid "Incomplete Virtual Doctype Implementation" msgstr "crwdns118508:0crwdne118508:0" -#: frappe/auth.py:233 +#: frappe/auth.py:241 msgid "Incomplete login details" msgstr "crwdns118510:0crwdne118510:0" @@ -12411,11 +12493,11 @@ msgstr "crwdns118516:0crwdne118516:0" msgid "Incorrect Verification code" msgstr "crwdns118518:0crwdne118518:0" -#: frappe/model/document.py:1347 +#: frappe/model/document.py:1351 msgid "Incorrect value in row {0}:" msgstr "crwdns148406:0{0}crwdne148406:0" -#: frappe/model/document.py:1349 +#: frappe/model/document.py:1353 msgid "Incorrect value:" msgstr "crwdns148408:0crwdne148408:0" @@ -12499,15 +12581,15 @@ msgstr "crwdns118558:0crwdne118558:0" #. Label of a Select field in DocType 'Custom Field' #: frappe/custom/doctype/custom_field/custom_field.json -#: frappe/public/js/frappe/views/reports/query_report.js:1731 +#: frappe/public/js/frappe/views/reports/query_report.js:1738 msgid "Insert After" msgstr "crwdns118560:0crwdne118560:0" -#: frappe/custom/doctype/custom_field/custom_field.py:249 +#: frappe/custom/doctype/custom_field/custom_field.py:250 msgid "Insert After cannot be set as {0}" msgstr "crwdns118564:0{0}crwdne118564:0" -#: frappe/custom/doctype/custom_field/custom_field.py:242 +#: frappe/custom/doctype/custom_field/custom_field.py:243 msgid "Insert After field '{0}' mentioned in Custom Field '{1}', with label '{2}', does not exist" msgstr "crwdns118566:0{0}crwdnd118566:0{1}crwdnd118566:0{2}crwdne118566:0" @@ -12568,7 +12650,6 @@ msgid "Insufficient Permission Level for {0}" msgstr "crwdns118592:0{0}crwdne118592:0" #: frappe/database/query.py:375 frappe/desk/form/load.py:40 -#: frappe/model/document.py:239 msgid "Insufficient Permission for {0}" msgstr "crwdns118594:0{0}crwdne118594:0" @@ -12713,6 +12794,10 @@ msgstr "crwdns118662:0crwdne118662:0" msgid "Invalid CSV Format" msgstr "crwdns118664:0crwdne118664:0" +#: frappe/integrations/frappe_providers/frappecloud_billing.py:121 +msgid "Invalid Code. Please try again." +msgstr "crwdns151866:0crwdne151866:0" + #: frappe/integrations/doctype/webhook/webhook.py:90 msgid "Invalid Condition: {}" msgstr "crwdns118666:0crwdne118666:0" @@ -12721,7 +12806,7 @@ msgstr "crwdns118666:0crwdne118666:0" msgid "Invalid Credentials" msgstr "crwdns118668:0crwdne118668:0" -#: frappe/utils/data.py:103 frappe/utils/data.py:253 +#: frappe/utils/data.py:104 frappe/utils/data.py:254 msgid "Invalid Date" msgstr "crwdns118670:0crwdne118670:0" @@ -12757,7 +12842,7 @@ msgstr "crwdns118682:0crwdne118682:0" msgid "Invalid Link" msgstr "crwdns118684:0crwdne118684:0" -#: frappe/www/login.py:117 +#: frappe/www/login.py:118 msgid "Invalid Login Token" msgstr "crwdns118686:0crwdne118686:0" @@ -12790,11 +12875,11 @@ msgstr "crwdns118698:0{0}crwdne118698:0" msgid "Invalid Output Format" msgstr "crwdns118700:0crwdne118700:0" -#: frappe/integrations/doctype/connected_app/connected_app.py:166 +#: frappe/integrations/doctype/connected_app/connected_app.py:190 msgid "Invalid Parameters." msgstr "crwdns118702:0crwdne118702:0" -#: frappe/core/doctype/user/user.py:1210 frappe/www/update-password.html:121 +#: frappe/core/doctype/user/user.py:1164 frappe/www/update-password.html:121 #: frappe/www/update-password.html:142 frappe/www/update-password.html:144 #: frappe/www/update-password.html:245 msgid "Invalid Password" @@ -12804,8 +12889,8 @@ msgstr "crwdns118704:0crwdne118704:0" msgid "Invalid Phone Number" msgstr "crwdns118706:0crwdne118706:0" -#: frappe/auth.py:94 frappe/utils/oauth.py:185 frappe/utils/oauth.py:192 -#: frappe/www/login.py:117 +#: frappe/auth.py:95 frappe/utils/oauth.py:185 frappe/utils/oauth.py:192 +#: frappe/www/login.py:118 msgid "Invalid Request" msgstr "crwdns118708:0crwdne118708:0" @@ -12844,7 +12929,7 @@ msgstr "crwdns118722:0crwdne118722:0" msgid "Invalid column" msgstr "crwdns118724:0crwdne118724:0" -#: frappe/model/document.py:849 frappe/model/document.py:863 +#: frappe/model/document.py:853 frappe/model/document.py:867 msgid "Invalid docstatus" msgstr "crwdns118726:0crwdne118726:0" @@ -12856,7 +12941,7 @@ msgstr "crwdns118728:0{0}crwdne118728:0" msgid "Invalid expression set in filter {0} ({1})" msgstr "crwdns118730:0{0}crwdnd118730:0{1}crwdne118730:0" -#: frappe/utils/data.py:1888 +#: frappe/utils/data.py:1902 msgid "Invalid field name {0}" msgstr "crwdns118732:0{0}crwdne118732:0" @@ -12882,7 +12967,7 @@ msgstr "crwdns118740:0crwdne118740:0" msgid "Invalid json added in the custom options: {0}" msgstr "crwdns118742:0{0}crwdne118742:0" -#: frappe/model/naming.py:465 +#: frappe/model/naming.py:464 msgid "Invalid name type (integer) for varchar name column" msgstr "crwdns118744:0crwdne118744:0" @@ -12906,7 +12991,7 @@ msgstr "crwdns118752:0crwdne118752:0" msgid "Invalid template file for import" msgstr "crwdns118756:0crwdne118756:0" -#: frappe/integrations/doctype/connected_app/connected_app.py:172 +#: frappe/integrations/doctype/connected_app/connected_app.py:196 msgid "Invalid token state! Check if the token has been created by the OAuth user." msgstr "crwdns149028:0crwdne149028:0" @@ -13597,7 +13682,7 @@ msgstr "crwdns145744:0crwdne145744:0" msgid "Label and Type" msgstr "crwdns145746:0crwdne145746:0" -#: frappe/custom/doctype/custom_field/custom_field.py:143 +#: frappe/custom/doctype/custom_field/custom_field.py:144 msgid "Label is mandatory" msgstr "crwdns119102:0crwdne119102:0" @@ -13748,7 +13833,7 @@ msgstr "crwdns145786:0crwdne145786:0" msgid "Last Year" msgstr "crwdns145788:0crwdne145788:0" -#: frappe/public/js/frappe/widgets/chart_widget.js:698 +#: frappe/public/js/frappe/widgets/chart_widget.js:704 msgid "Last synced {0}" msgstr "crwdns119168:0{0}crwdne119168:0" @@ -13800,7 +13885,7 @@ msgid "Leave blank to repeat always" msgstr "crwdns145790:0crwdne145790:0" #: frappe/core/doctype/communication/mixins.py:207 -#: frappe/email/doctype/email_account/email_account.py:666 +#: frappe/email/doctype/email_account/email_account.py:667 msgid "Leave this conversation" msgstr "crwdns119190:0crwdne119190:0" @@ -13860,10 +13945,18 @@ msgstr "crwdns119216:0crwdne119216:0" msgid "Length of {0} should be between 1 and 1000" msgstr "crwdns119218:0{0}crwdne119218:0" -#: frappe/public/js/frappe/widgets/chart_widget.js:674 +#: frappe/public/js/frappe/widgets/chart_widget.js:680 msgid "Less" msgstr "crwdns119220:0crwdne119220:0" +#: frappe/public/js/frappe/ui/filters/filter.js:24 +msgid "Less Than" +msgstr "crwdns151536:0crwdne151536:0" + +#: frappe/public/js/frappe/ui/filters/filter.js:26 +msgid "Less Than Or Equal To" +msgstr "crwdns151538:0crwdne151538:0" + #: frappe/public/js/frappe/widgets/onboarding_widget.js:439 msgid "Let us continue with the onboarding" msgstr "crwdns119222:0crwdne119222:0" @@ -14102,7 +14195,7 @@ msgid "Link Document Type" msgstr "crwdns145850:0crwdne145850:0" #: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:402 -#: frappe/workflow/doctype/workflow_action/workflow_action.py:197 +#: frappe/workflow/doctype/workflow_action/workflow_action.py:198 msgid "Link Expired" msgstr "crwdns119338:0crwdne119338:0" @@ -14237,15 +14330,10 @@ msgstr "crwdns145878:0crwdne145878:0" msgid "List Filter" msgstr "crwdns119400:0crwdne119400:0" -#. Label of a HTML field in DocType 'Web Form' -#: frappe/website/doctype/web_form/web_form.json -msgid "List Setting Message" -msgstr "crwdns145880:0crwdne145880:0" - -#. Label of a Section Break field in DocType 'Role' +#. Label of a Section Break field in DocType 'User' #. Label of a Section Break field in DocType 'Customize Form' #. Label of a Section Break field in DocType 'Web Form' -#: frappe/core/doctype/role/role.json +#: frappe/core/doctype/user/user.json #: frappe/custom/doctype/customize_form/customize_form.json #: frappe/website/doctype/web_form/web_form.json msgid "List Settings" @@ -14265,7 +14353,7 @@ msgstr "crwdns148412:0crwdne148412:0" msgid "List View Settings" msgstr "crwdns119412:0crwdne119412:0" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:150 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:161 msgid "List a document type" msgstr "crwdns119414:0crwdne119414:0" @@ -14281,6 +14369,11 @@ msgstr "crwdns145884:0crwdne145884:0" msgid "List of patches executed" msgstr "crwdns119420:0crwdne119420:0" +#. Label of a HTML field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "List setting message" +msgstr "crwdns151540:0crwdne151540:0" + #: frappe/public/js/frappe/ui/toolbar/search_utils.js:542 msgid "Lists" msgstr "crwdns119422:0crwdne119422:0" @@ -14424,7 +14517,7 @@ msgstr "crwdns145902:0crwdne145902:0" msgid "Login Failed please try again" msgstr "crwdns119474:0crwdne119474:0" -#: frappe/email/doctype/email_account/email_account.py:139 +#: frappe/email/doctype/email_account/email_account.py:140 msgid "Login Id is required" msgstr "crwdns119476:0crwdne119476:0" @@ -14438,12 +14531,7 @@ msgstr "crwdns145904:0crwdne145904:0" msgid "Login Page" msgstr "crwdns145906:0crwdne145906:0" -#. Label of a Check field in DocType 'Web Form' -#: frappe/website/doctype/web_form/web_form.json -msgid "Login Required" -msgstr "crwdns145908:0crwdne145908:0" - -#: frappe/www/login.py:141 +#: frappe/www/login.py:142 msgid "Login To {0}" msgstr "crwdns119484:0{0}crwdne119484:0" @@ -14463,10 +14551,15 @@ msgstr "crwdns119492:0{0}crwdne119492:0" msgid "Login link sent to your email" msgstr "crwdns119494:0crwdne119494:0" -#: frappe/auth.py:319 frappe/auth.py:322 +#: frappe/auth.py:327 frappe/auth.py:330 msgid "Login not allowed at this time" msgstr "crwdns119496:0crwdne119496:0" +#. Label of a Check field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Login required" +msgstr "crwdns151542:0crwdne151542:0" + #: frappe/twofactor.py:165 msgid "Login session expired, refresh page to retry" msgstr "crwdns119498:0crwdne119498:0" @@ -14505,7 +14598,7 @@ msgstr "crwdns145910:0crwdne145910:0" msgid "Login with email link expiry (in minutes)" msgstr "crwdns145912:0crwdne145912:0" -#: frappe/auth.py:130 +#: frappe/auth.py:131 msgid "Login with username and password is not allowed." msgstr "crwdns119514:0crwdne119514:0" @@ -14629,6 +14722,11 @@ msgstr "crwdns145932:0crwdne145932:0" msgid "Make \"name\" searchable in Global Search" msgstr "crwdns145934:0crwdne145934:0" +#. Label of a Check field in DocType 'DocField' +#: frappe/core/doctype/docfield/docfield.json +msgid "Make Attachment Public (by default)" +msgstr "crwdns149152:0crwdne149152:0" + #. Label of a Check field in DocType 'DocType' #. Label of a Check field in DocType 'Customize Form' #: frappe/core/doctype/doctype/doctype.json @@ -14658,6 +14756,12 @@ msgstr "crwdns119580:0crwdne119580:0" msgid "Male" msgstr "crwdns148418:0crwdne148418:0" +#. Label of a standard navbar item +#. Type: Route +#: frappe/hooks.py +msgid "Manage Billing" +msgstr "crwdns151868:0crwdne151868:0" + #: frappe/www/me.html:50 msgid "Manage third party apps" msgstr "crwdns119582:0crwdne119582:0" @@ -14693,7 +14797,7 @@ msgstr "crwdns145942:0crwdne145942:0" msgid "Mandatory Depends On (JS)" msgstr "crwdns145944:0crwdne145944:0" -#: frappe/website/doctype/web_form/web_form.py:410 +#: frappe/website/doctype/web_form/web_form.py:411 msgid "Mandatory Information missing:" msgstr "crwdns119604:0crwdne119604:0" @@ -14834,11 +14938,6 @@ msgstr "crwdns148422:0crwdne148422:0" msgid "Max 500 records at a time" msgstr "crwdns145964:0crwdne145964:0" -#. Label of a Int field in DocType 'Web Form' -#: frappe/website/doctype/web_form/web_form.json -msgid "Max Attachment Size (in MB)" -msgstr "crwdns145966:0crwdne145966:0" - #. Label of a Int field in DocType 'DocType' #. Label of a Int field in DocType 'Customize Form' #: frappe/core/doctype/doctype/doctype.json @@ -14866,6 +14965,11 @@ msgstr "crwdns145974:0crwdne145974:0" msgid "Max Value" msgstr "crwdns145976:0crwdne145976:0" +#. Label of a Int field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Max attachment size" +msgstr "crwdns151544:0crwdne151544:0" + #. Label of a Int field in DocType 'System Settings' #: frappe/core/doctype/system_settings/system_settings.json msgid "Max auto email report per user" @@ -14905,7 +15009,7 @@ msgid "Maximum points allowed after multiplying points with the multiplier value "(Note: For no limit leave this field empty or set 0)" msgstr "crwdns145986:0crwdne145986:0" -#: frappe/model/rename_doc.py:679 +#: frappe/model/rename_doc.py:685 msgid "Maximum {0} rows allowed" msgstr "crwdns119698:0{0}crwdne119698:0" @@ -15002,7 +15106,7 @@ msgstr "crwdns119726:0crwdne119726:0" msgid "Message" msgstr "crwdns119728:0crwdne119728:0" -#: frappe/__init__.py:589 frappe/public/js/frappe/ui/messages.js:267 +#: frappe/__init__.py:539 frappe/public/js/frappe/ui/messages.js:267 msgctxt "Default title of the message dialog" msgid "Message" msgstr "crwdns119738:0crwdne119738:0" @@ -15047,7 +15151,7 @@ msgstr "crwdns146010:0crwdne146010:0" msgid "Message clipped" msgstr "crwdns119766:0crwdne119766:0" -#: frappe/email/doctype/email_account/email_account.py:315 +#: frappe/email/doctype/email_account/email_account.py:316 msgid "Message from server: {0}" msgstr "crwdns119768:0{0}crwdne119768:0" @@ -15055,7 +15159,7 @@ msgstr "crwdns119768:0{0}crwdne119768:0" msgid "Message not setup" msgstr "crwdns119770:0crwdne119770:0" -#. Description of the 'Success Message' (Text) field in DocType 'Web Form' +#. Description of the 'Success message' (Text) field in DocType 'Web Form' #: frappe/website/doctype/web_form/web_form.json msgid "Message to be displayed on successful completion" msgstr "crwdns146012:0crwdne146012:0" @@ -15076,17 +15180,13 @@ msgid "Meta" msgstr "crwdns146018:0crwdne146018:0" #. Label of a Small Text field in DocType 'Blog Post' -#. Label of a Small Text field in DocType 'Web Form' #: frappe/website/doctype/blog_post/blog_post.json -#: frappe/website/doctype/web_form/web_form.json #: frappe/website/doctype/web_page/web_page.js:124 msgid "Meta Description" msgstr "crwdns119780:0crwdne119780:0" #. Label of a Attach Image field in DocType 'Blog Post' -#. Label of a Attach Image field in DocType 'Web Form' #: frappe/website/doctype/blog_post/blog_post.json -#: frappe/website/doctype/web_form/web_form.json #: frappe/website/doctype/web_page/web_page.js:131 msgid "Meta Image" msgstr "crwdns119786:0crwdne119786:0" @@ -15101,13 +15201,26 @@ msgid "Meta Tags" msgstr "crwdns146020:0crwdne146020:0" #. Label of a Data field in DocType 'Blog Post' -#. Label of a Data field in DocType 'Web Form' #: frappe/website/doctype/blog_post/blog_post.json -#: frappe/website/doctype/web_form/web_form.json #: frappe/website/doctype/web_page/web_page.js:117 msgid "Meta Title" msgstr "crwdns119798:0crwdne119798:0" +#. Label of a Small Text field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Meta description" +msgstr "crwdns151546:0crwdne151546:0" + +#. Label of a Attach Image field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Meta image" +msgstr "crwdns151548:0crwdne151548:0" + +#. Label of a Data field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Meta title" +msgstr "crwdns151550:0crwdne151550:0" + #: frappe/website/doctype/web_page/web_page.js:110 msgid "Meta title for SEO" msgstr "crwdns119804:0crwdne119804:0" @@ -15127,7 +15240,7 @@ msgstr "crwdns119804:0crwdne119804:0" msgid "Method" msgstr "crwdns146022:0crwdne146022:0" -#: frappe/__init__.py:907 +#: frappe/__init__.py:857 msgid "Method Not Allowed" msgstr "crwdns146024:0crwdne146024:0" @@ -15219,7 +15332,7 @@ msgstr "crwdns119852:0crwdne119852:0" msgid "Missing Values Required" msgstr "crwdns119854:0crwdne119854:0" -#: frappe/www/login.py:101 +#: frappe/www/login.py:102 msgid "Mobile" msgstr "crwdns119856:0crwdne119856:0" @@ -15434,7 +15547,7 @@ msgstr "crwdns119992:0crwdne119992:0" #: frappe/public/js/frappe/form/multi_select_dialog.js:72 #: frappe/public/js/frappe/ui/toolbar/search.js:285 #: frappe/public/js/frappe/ui/toolbar/search.js:300 -#: frappe/public/js/frappe/widgets/chart_widget.js:674 +#: frappe/public/js/frappe/widgets/chart_widget.js:680 #: frappe/templates/includes/list/list.html:23 #: frappe/templates/includes/search_template.html:13 msgid "More" @@ -15568,7 +15681,7 @@ msgstr "crwdns146074:0{0}crwdnd146074:0{0}crwdne146074:0" msgid "Must be of type \"Attach Image\"" msgstr "crwdns146076:0crwdne146076:0" -#: frappe/desk/query_report.py:203 +#: frappe/desk/query_report.py:204 msgid "Must have report permission to access this report." msgstr "crwdns120044:0crwdne120044:0" @@ -15586,7 +15699,7 @@ msgid "Mx" msgstr "crwdns148432:0crwdne148432:0" #: frappe/templates/includes/web_sidebar.html:41 -#: frappe/website/doctype/web_form/web_form.py:399 +#: frappe/website/doctype/web_form/web_form.py:400 #: frappe/website/doctype/website_settings/website_settings.py:181 #: frappe/www/list.py:20 frappe/www/me.html:4 frappe/www/me.html:8 #: frappe/www/update_password.py:10 @@ -15629,6 +15742,7 @@ msgstr "crwdns146084:0crwdne146084:0" #. Label of a Data field in DocType 'Workspace' #. Label of a Data field in DocType 'Slack Webhook URL' #: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/doctype/doctype_list.js:10 #: frappe/custom/doctype/customize_form_field/customize_form_field.json #: frappe/desk/doctype/workspace/workspace.json #: frappe/integrations/doctype/slack_webhook_url/slack_webhook_url.json @@ -15648,7 +15762,7 @@ msgstr "crwdns120072:0crwdne120072:0" msgid "Name already taken, please set a new name" msgstr "crwdns120074:0crwdne120074:0" -#: frappe/model/naming.py:479 +#: frappe/model/naming.py:478 msgid "Name cannot contain special characters like {0}" msgstr "crwdns120076:0{0}crwdne120076:0" @@ -15660,7 +15774,7 @@ msgstr "crwdns120078:0crwdne120078:0" msgid "Name of the new Print Format" msgstr "crwdns120080:0crwdne120080:0" -#: frappe/model/naming.py:474 +#: frappe/model/naming.py:473 msgid "Name of {0} cannot be {1}" msgstr "crwdns120082:0{0}crwdnd120082:0{1}crwdne120082:0" @@ -15756,20 +15870,20 @@ msgstr "crwdns120122:0crwdne120122:0" msgid "Navigate to main content" msgstr "crwdns120124:0crwdne120124:0" -#. Label of a Section Break field in DocType 'Role' -#: frappe/core/doctype/role/role.json +#. Label of a Section Break field in DocType 'User' +#: frappe/core/doctype/user/user.json msgid "Navigation Settings" msgstr "crwdns146102:0crwdne146102:0" -#: frappe/desk/doctype/workspace/workspace.py:306 +#: frappe/desk/doctype/workspace/workspace.py:310 msgid "Need Workspace Manager role to edit private workspace of other users" msgstr "crwdns120128:0crwdne120128:0" -#: frappe/desk/doctype/workspace/workspace.py:350 +#: frappe/desk/doctype/workspace/workspace.py:354 msgid "Need Workspace Manager role to hide/unhide public workspaces" msgstr "crwdns120130:0crwdne120130:0" -#: frappe/model/document.py:625 +#: frappe/model/document.py:629 msgid "Negative Value" msgstr "crwdns120132:0crwdne120132:0" @@ -15786,7 +15900,7 @@ msgstr "crwdns120136:0crwdne120136:0" #. Option for the 'Send Alert On' (Select) field in DocType 'Notification' #. Option for the 'For Document Event' (Select) field in DocType 'Energy Point #. Rule' -#: frappe/core/doctype/success_action/success_action.js:55 +#: frappe/core/doctype/success_action/success_action.js:57 #: frappe/core/page/dashboard_view/dashboard_view.js:173 #: frappe/desk/doctype/todo/todo.js:46 #: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json @@ -15911,7 +16025,7 @@ msgstr "crwdns120192:0crwdne120192:0" msgid "New password cannot be same as old password" msgstr "crwdns120194:0crwdne120194:0" -#: frappe/utils/change_log.py:391 +#: frappe/utils/change_log.py:394 msgid "New updates are available" msgstr "crwdns120196:0crwdne120196:0" @@ -15938,7 +16052,7 @@ msgstr "crwdns146110:0crwdne146110:0" #: frappe/public/js/frappe/ui/toolbar/search_utils.js:218 #: frappe/public/js/frappe/views/breadcrumbs.js:192 #: frappe/public/js/frappe/views/treeview.js:332 -#: frappe/website/doctype/web_form/web_form.py:308 +#: frappe/website/doctype/web_form/web_form.py:309 msgid "New {0}" msgstr "crwdns120202:0{0}crwdne120202:0" @@ -15954,15 +16068,15 @@ msgstr "crwdns120206:0{0}crwdnd120206:0{1}crwdnd120206:0{2}crwdne120206:0" msgid "New {0} {1} created" msgstr "crwdns120208:0{0}crwdnd120208:0{1}crwdne120208:0" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:374 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:378 msgid "New {0}: {1}" msgstr "crwdns120210:0{0}crwdnd120210:0{1}crwdne120210:0" -#: frappe/utils/change_log.py:373 +#: frappe/utils/change_log.py:376 msgid "New {} releases for the following apps are available" msgstr "crwdns120212:0crwdne120212:0" -#: frappe/core/doctype/user/user.py:786 +#: frappe/core/doctype/user/user.py:747 msgid "Newly created user {0} has no roles enabled." msgstr "crwdns120214:0{0}crwdne120214:0" @@ -16004,7 +16118,7 @@ msgstr "crwdns120228:0crwdne120228:0" msgid "Newsletter should have atleast one recipient" msgstr "crwdns120230:0crwdne120230:0" -#: frappe/email/doctype/newsletter/newsletter.py:390 +#: frappe/email/doctype/newsletter/newsletter.py:393 msgid "Newsletters" msgstr "crwdns120232:0crwdne120232:0" @@ -16012,7 +16126,7 @@ msgstr "crwdns120232:0crwdne120232:0" #: frappe/public/js/frappe/web_form/web_form.js:91 #: frappe/public/js/onboarding_tours/onboarding_tours.js:15 #: frappe/public/js/onboarding_tours/onboarding_tours.js:240 -#: frappe/templates/includes/slideshow.html:38 frappe/website/utils.py:253 +#: frappe/templates/includes/slideshow.html:38 frappe/website/utils.py:254 #: frappe/website/web_template/slideshow/slideshow.html:44 msgid "Next" msgstr "crwdns120234:0crwdne120234:0" @@ -16091,14 +16205,14 @@ msgstr "crwdns146128:0crwdne146128:0" #: frappe/integrations/doctype/webhook/webhook.py:140 #: frappe/printing/doctype/print_format/print_format.json #: frappe/public/js/form_builder/utils.js:341 -#: frappe/public/js/frappe/form/controls/link.js:475 +#: frappe/public/js/frappe/form/controls/link.js:486 #: frappe/public/js/frappe/list/list_sidebar_group_by.js:223 -#: frappe/public/js/frappe/views/reports/query_report.js:1529 +#: frappe/public/js/frappe/views/reports/query_report.js:1534 #: frappe/website/doctype/help_article/templates/help_article.html:26 msgid "No" msgstr "crwdns120264:0crwdne120264:0" -#: frappe/public/js/frappe/ui/filters/filter.js:506 +#: frappe/public/js/frappe/ui/filters/filter.js:538 msgctxt "Checkbox is not checked" msgid "No" msgstr "crwdns120266:0crwdne120266:0" @@ -16197,7 +16311,7 @@ msgstr "crwdns120310:0crwdne120310:0" msgid "No Letterhead" msgstr "crwdns120312:0crwdne120312:0" -#: frappe/model/naming.py:456 +#: frappe/model/naming.py:455 msgid "No Name Specified for {0}" msgstr "crwdns120314:0{0}crwdne120314:0" @@ -16245,7 +16359,7 @@ msgstr "crwdns120334:0crwdne120334:0" msgid "No Results found" msgstr "crwdns120336:0crwdne120336:0" -#: frappe/core/doctype/user/user.py:787 +#: frappe/core/doctype/user/user.py:748 msgid "No Roles Specified" msgstr "crwdns120338:0crwdne120338:0" @@ -16317,11 +16431,11 @@ msgstr "crwdns120366:0crwdne120366:0" msgid "No contacts added yet." msgstr "crwdns120368:0crwdne120368:0" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:427 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:431 msgid "No contacts linked to document" msgstr "crwdns120370:0crwdne120370:0" -#: frappe/desk/query_report.py:338 +#: frappe/desk/query_report.py:339 msgid "No data to export" msgstr "crwdns120372:0crwdne120372:0" @@ -16390,7 +16504,7 @@ msgstr "crwdns120402:0crwdne120402:0" msgid "No of Rows (Max 500)" msgstr "crwdns146136:0crwdne146136:0" -#: frappe/__init__.py:1096 frappe/client.py:109 frappe/client.py:151 +#: frappe/__init__.py:1046 frappe/client.py:109 frappe/client.py:151 msgid "No permission for {0}" msgstr "crwdns120406:0{0}crwdne120406:0" @@ -16423,11 +16537,11 @@ msgstr "crwdns120418:0crwdne120418:0" msgid "No records will be exported" msgstr "crwdns120420:0crwdne120420:0" -#: frappe/www/printview.py:424 +#: frappe/www/printview.py:427 msgid "No template found at path: {0}" msgstr "crwdns120422:0{0}crwdne120422:0" -#: frappe/public/js/frappe/form/controls/multiselect_list.js:226 +#: frappe/public/js/frappe/form/controls/multiselect_list.js:242 msgid "No values to show" msgstr "crwdns120424:0crwdne120424:0" @@ -16490,7 +16604,7 @@ msgstr "crwdns146142:0crwdne146142:0" msgid "Normalized Query" msgstr "crwdns146144:0crwdne146144:0" -#: frappe/core/doctype/user/user.py:994 +#: frappe/core/doctype/user/user.py:955 #: frappe/templates/includes/login/login.js:258 frappe/utils/oauth.py:271 msgid "Not Allowed" msgstr "crwdns120452:0crwdne120452:0" @@ -16532,17 +16646,17 @@ msgstr "crwdns120468:0crwdne120468:0" msgid "Not Linked to any record" msgstr "crwdns120470:0crwdne120470:0" -#: frappe/__init__.py:989 frappe/app.py:357 frappe/desk/calendar.py:26 +#: frappe/__init__.py:939 frappe/app.py:357 frappe/desk/calendar.py:26 #: frappe/desk/treeview.py:19 frappe/geo/utils.py:97 #: frappe/public/js/frappe/web_form/webform_script.js:15 -#: frappe/website/doctype/web_form/web_form.py:601 +#: frappe/website/doctype/web_form/web_form.py:602 #: frappe/website/page_renderers/not_permitted_page.py:20 -#: frappe/www/login.py:182 frappe/www/qrcode.py:22 frappe/www/qrcode.py:25 +#: frappe/www/login.py:183 frappe/www/qrcode.py:22 frappe/www/qrcode.py:25 #: frappe/www/qrcode.py:37 msgid "Not Permitted" msgstr "crwdns120472:0crwdne120472:0" -#: frappe/desk/query_report.py:513 +#: frappe/desk/query_report.py:519 msgid "Not Permitted to read {0}" msgstr "crwdns120474:0{0}crwdne120474:0" @@ -16578,7 +16692,7 @@ msgstr "crwdns120482:0crwdne120482:0" msgid "Not Set" msgstr "crwdns120488:0crwdne120488:0" -#: frappe/public/js/frappe/ui/filters/filter.js:568 +#: frappe/public/js/frappe/ui/filters/filter.js:600 msgctxt "Field value is not set" msgid "Not Set" msgstr "crwdns120490:0crwdne120490:0" @@ -16587,7 +16701,7 @@ msgstr "crwdns120490:0crwdne120490:0" msgid "Not a valid Comma Separated Value (CSV File)" msgstr "crwdns120492:0crwdne120492:0" -#: frappe/core/doctype/user/user.py:199 +#: frappe/core/doctype/user/user.py:218 msgid "Not a valid User Image." msgstr "crwdns120494:0crwdne120494:0" @@ -16615,11 +16729,11 @@ msgstr "crwdns120504:0{0}crwdnd120504:0{0}crwdne120504:0" msgid "Not allowed to create custom Virtual DocType." msgstr "crwdns120506:0crwdne120506:0" -#: frappe/www/printview.py:124 +#: frappe/www/printview.py:127 msgid "Not allowed to print cancelled documents" msgstr "crwdns120508:0crwdne120508:0" -#: frappe/www/printview.py:121 +#: frappe/www/printview.py:124 msgid "Not allowed to print draft documents" msgstr "crwdns120510:0crwdne120510:0" @@ -16640,12 +16754,12 @@ msgid "Not in Developer Mode! Set in site_config.json or make 'Custom' DocType." msgstr "crwdns120518:0crwdne120518:0" #: frappe/api/v1.py:88 frappe/api/v1.py:93 -#: frappe/core/doctype/system_settings/system_settings.py:210 +#: frappe/core/doctype/system_settings/system_settings.py:212 #: frappe/handler.py:109 frappe/public/js/frappe/request.js:157 #: frappe/public/js/frappe/request.js:167 #: frappe/public/js/frappe/request.js:172 #: frappe/public/js/frappe/views/kanban/kanban_board.bundle.js:67 -#: frappe/website/doctype/web_form/web_form.py:614 +#: frappe/website/doctype/web_form/web_form.py:615 #: frappe/website/js/website.js:97 msgid "Not permitted" msgstr "crwdns120520:0crwdne120520:0" @@ -16656,7 +16770,7 @@ msgstr "crwdns120522:0{0}crwdne120522:0" #. Label of a Link in the Tools Workspace #. Name of a DocType -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:396 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:400 #: frappe/automation/workspace/tools/tools.json #: frappe/desk/doctype/note/note.json msgid "Note" @@ -16781,8 +16895,8 @@ msgstr "crwdns120582:0crwdne120582:0" msgid "Notification sent to" msgstr "crwdns120584:0crwdne120584:0" -#. Label of a Check field in DocType 'Role' -#: frappe/core/doctype/role/role.json +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json #: frappe/public/js/frappe/ui/notifications/notifications.js:50 #: frappe/public/js/frappe/ui/notifications/notifications.js:187 msgid "Notifications" @@ -16897,7 +17011,7 @@ msgstr "crwdns146180:0crwdne146180:0" msgid "Number of attachment fields are more than {}, limit updated to {}." msgstr "crwdns120634:0crwdne120634:0" -#: frappe/core/doctype/system_settings/system_settings.py:163 +#: frappe/core/doctype/system_settings/system_settings.py:165 msgid "Number of backups must be greater than zero." msgstr "crwdns120636:0crwdne120636:0" @@ -16977,7 +17091,7 @@ msgstr "crwdns120660:0crwdne120660:0" msgid "OAuth Scope" msgstr "crwdns120664:0crwdne120664:0" -#: frappe/email/doctype/email_account/email_account.js:178 +#: frappe/email/doctype/email_account/email_account.js:182 msgid "OAuth has been enabled but not authorised. Please use \"Authorise API Access\" button to do the same." msgstr "crwdns120666:0crwdne120666:0" @@ -17056,7 +17170,7 @@ msgstr "crwdns146216:0crwdne146216:0" msgid "Old Password" msgstr "crwdns120694:0crwdne120694:0" -#: frappe/custom/doctype/custom_field/custom_field.py:362 +#: frappe/custom/doctype/custom_field/custom_field.py:363 msgid "Old and new fieldnames are same." msgstr "crwdns120696:0crwdne120696:0" @@ -17087,6 +17201,16 @@ msgstr "crwdns146224:0crwdne146224:0" msgid "On checking this option, URL will be treated like a jinja template string" msgstr "crwdns146226:0crwdne146226:0" +#: frappe/public/js/frappe/ui/filters/filter.js:63 +#: frappe/public/js/frappe/ui/filters/filter.js:69 +msgid "On or After" +msgstr "crwdns151552:0crwdne151552:0" + +#: frappe/public/js/frappe/ui/filters/filter.js:62 +#: frappe/public/js/frappe/ui/filters/filter.js:68 +msgid "On or Before" +msgstr "crwdns151554:0crwdne151554:0" + #: frappe/public/js/frappe/views/communication.js:951 msgid "On {0}, {1} wrote:" msgstr "crwdns120706:0{0}crwdnd120706:0{1}crwdne120706:0" @@ -17311,7 +17435,7 @@ msgstr "crwdns146246:0crwdne146246:0" msgid "Open a dialog with mandatory fields to create a new record quickly" msgstr "crwdns146248:0crwdne146248:0" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:165 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:176 msgid "Open a module or tool" msgstr "crwdns120814:0crwdne120814:0" @@ -17361,7 +17485,7 @@ msgstr "crwdns146256:0crwdne146256:0" msgid "Operation" msgstr "crwdns146258:0crwdne146258:0" -#: frappe/utils/data.py:1824 +#: frappe/utils/data.py:1838 msgid "Operator must be one of {0}" msgstr "crwdns120830:0{0}crwdne120830:0" @@ -17549,7 +17673,7 @@ msgstr "crwdns146288:0crwdne146288:0" #: frappe/printing/page/print/print.js:71 #: frappe/public/js/frappe/form/templates/print_layout.html:44 -#: frappe/public/js/frappe/views/reports/query_report.js:1656 +#: frappe/public/js/frappe/views/reports/query_report.js:1663 msgid "PDF" msgstr "crwdns120924:0crwdne120924:0" @@ -17903,11 +18027,11 @@ msgstr "crwdns146350:0crwdne146350:0" msgid "Password" msgstr "crwdns121076:0crwdne121076:0" -#: frappe/core/doctype/user/user.py:1057 +#: frappe/core/doctype/user/user.py:1018 msgid "Password Email Sent" msgstr "crwdns121090:0crwdne121090:0" -#: frappe/core/doctype/user/user.py:423 +#: frappe/core/doctype/user/user.py:393 msgid "Password Reset" msgstr "crwdns121092:0crwdne121092:0" @@ -17929,7 +18053,7 @@ msgstr "crwdns121098:0crwdne121098:0" msgid "Password for Base DN" msgstr "crwdns146354:0crwdne146354:0" -#: frappe/email/doctype/email_account/email_account.py:170 +#: frappe/email/doctype/email_account/email_account.py:171 msgid "Password is required or select Awaiting Password" msgstr "crwdns121102:0crwdne121102:0" @@ -17941,7 +18065,7 @@ msgstr "crwdns121104:0crwdne121104:0" msgid "Password not found for {0} {1} {2}" msgstr "crwdns121106:0{0}crwdnd121106:0{1}crwdnd121106:0{2}crwdne121106:0" -#: frappe/core/doctype/user/user.py:1056 +#: frappe/core/doctype/user/user.py:1017 msgid "Password reset instructions have been sent to your email" msgstr "crwdns121108:0crwdne121108:0" @@ -17949,11 +18073,11 @@ msgstr "crwdns121108:0crwdne121108:0" msgid "Password set" msgstr "crwdns121110:0crwdne121110:0" -#: frappe/auth.py:236 +#: frappe/auth.py:244 msgid "Password size exceeded the maximum allowed size" msgstr "crwdns121112:0crwdne121112:0" -#: frappe/core/doctype/user/user.py:850 +#: frappe/core/doctype/user/user.py:811 msgid "Password size exceeded the maximum allowed size." msgstr "crwdns121114:0crwdne121114:0" @@ -17965,7 +18089,7 @@ msgstr "crwdns121116:0crwdne121116:0" msgid "Passwords do not match!" msgstr "crwdns121118:0crwdne121118:0" -#: frappe/email/doctype/newsletter/newsletter.py:156 +#: frappe/email/doctype/newsletter/newsletter.py:159 msgid "Past dates are not allowed for Scheduling." msgstr "crwdns121120:0crwdne121120:0" @@ -18275,6 +18399,15 @@ msgstr "crwdns146402:0crwdne146402:0" msgid "Pink" msgstr "crwdns146404:0crwdne146404:0" +#. Label of a Data field in DocType 'DocField' +#. Label of a Data field in DocType 'Custom Field' +#. Label of a Data field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Placeholder" +msgstr "crwdns149154:0crwdne149154:0" + #. Option for the 'Message Type' (Select) field in DocType 'Notification' #: frappe/email/doctype/notification/notification.json msgid "Plain Text" @@ -18305,7 +18438,7 @@ msgstr "crwdns121284:0crwdne121284:0" msgid "Please Update SMS Settings" msgstr "crwdns121286:0crwdne121286:0" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:570 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:574 msgid "Please add a subject to your email" msgstr "crwdns121288:0crwdne121288:0" @@ -18313,7 +18446,7 @@ msgstr "crwdns121288:0crwdne121288:0" msgid "Please add a valid comment." msgstr "crwdns121290:0crwdne121290:0" -#: frappe/core/doctype/user/user.py:1039 +#: frappe/core/doctype/user/user.py:1000 msgid "Please ask your administrator to verify your sign-up" msgstr "crwdns121292:0crwdne121292:0" @@ -18345,7 +18478,7 @@ msgstr "crwdns121304:0crwdne121304:0" msgid "Please check the value of \"Fetch From\" set for field {0}" msgstr "crwdns121306:0{0}crwdne121306:0" -#: frappe/core/doctype/user/user.py:1037 +#: frappe/core/doctype/user/user.py:998 msgid "Please check your email for verification" msgstr "crwdns121308:0crwdne121308:0" @@ -18397,7 +18530,7 @@ msgstr "crwdns121328:0crwdne121328:0" msgid "Please duplicate this to make changes" msgstr "crwdns121330:0crwdne121330:0" -#: frappe/core/doctype/system_settings/system_settings.py:156 +#: frappe/core/doctype/system_settings/system_settings.py:158 msgid "Please enable atleast one Social Login Key or LDAP or Login With Email Link before disabling username/password based login." msgstr "crwdns121332:0crwdne121332:0" @@ -18480,7 +18613,7 @@ msgstr "crwdns121364:0crwdne121364:0" msgid "Please enter your old password." msgstr "crwdns121366:0crwdne121366:0" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:402 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:406 msgid "Please find attached {0}: {1}" msgstr "crwdns121368:0{0}crwdnd121368:0{1}crwdne121368:0" @@ -18496,7 +18629,7 @@ msgstr "crwdns121372:0crwdne121372:0" msgid "Please make sure the Reference Communication Docs are not circularly linked." msgstr "crwdns121374:0crwdne121374:0" -#: frappe/model/document.py:818 +#: frappe/model/document.py:822 msgid "Please refresh to get the latest document." msgstr "crwdns121376:0crwdne121376:0" @@ -18540,7 +18673,7 @@ msgstr "crwdns121394:0crwdne121394:0" msgid "Please select Entity Type first" msgstr "crwdns121396:0crwdne121396:0" -#: frappe/core/doctype/system_settings/system_settings.py:106 +#: frappe/core/doctype/system_settings/system_settings.py:108 msgid "Please select Minimum Password Score" msgstr "crwdns121398:0crwdne121398:0" @@ -18560,11 +18693,11 @@ msgstr "crwdns146412:0crwdne146412:0" msgid "Please select a file or url" msgstr "crwdns121404:0crwdne121404:0" -#: frappe/model/rename_doc.py:674 +#: frappe/model/rename_doc.py:680 msgid "Please select a valid csv file with data" msgstr "crwdns121406:0crwdne121406:0" -#: frappe/utils/data.py:253 +#: frappe/utils/data.py:254 msgid "Please select a valid date filter" msgstr "crwdns121408:0crwdne121408:0" @@ -18614,7 +18747,7 @@ msgstr "crwdns121428:0crwdne121428:0" msgid "Please set filters value in Report Filter table." msgstr "crwdns121430:0crwdne121430:0" -#: frappe/model/naming.py:549 +#: frappe/model/naming.py:548 msgid "Please set the document name" msgstr "crwdns121432:0crwdne121432:0" @@ -18626,7 +18759,7 @@ msgstr "crwdns121434:0crwdne121434:0" msgid "Please set the series to be used." msgstr "crwdns121436:0crwdne121436:0" -#: frappe/core/doctype/system_settings/system_settings.py:119 +#: frappe/core/doctype/system_settings/system_settings.py:121 msgid "Please setup SMS before setting it as an authentication method, via SMS Settings" msgstr "crwdns121438:0crwdne121438:0" @@ -18634,11 +18767,11 @@ msgstr "crwdns121438:0crwdne121438:0" msgid "Please setup a message first" msgstr "crwdns121440:0crwdne121440:0" -#: frappe/email/doctype/email_account/email_account.py:405 +#: frappe/email/doctype/email_account/email_account.py:406 msgid "Please setup default Email Account from Settings > Email Account" msgstr "crwdns121442:0crwdne121442:0" -#: frappe/core/doctype/user/user.py:374 +#: frappe/core/doctype/user/user.py:358 msgid "Please setup default outgoing Email Account from Settings > Email Account" msgstr "crwdns121444:0crwdne121444:0" @@ -18671,7 +18804,7 @@ msgstr "crwdns121456:0crwdne121456:0" msgid "Please use a valid LDAP search filter" msgstr "crwdns121458:0crwdne121458:0" -#: frappe/email/doctype/newsletter/newsletter.py:333 +#: frappe/email/doctype/newsletter/newsletter.py:336 msgid "Please verify your Email Address" msgstr "crwdns121460:0crwdne121460:0" @@ -18844,7 +18977,7 @@ msgstr "crwdns121534:0crwdne121534:0" msgid "Prepared Report User" msgstr "crwdns121538:0crwdne121538:0" -#: frappe/desk/query_report.py:301 +#: frappe/desk/query_report.py:302 msgid "Prepared report render failed" msgstr "crwdns121540:0crwdne121540:0" @@ -18976,7 +19109,7 @@ msgstr "crwdns121598:0crwdne121598:0" #. Label of a Check field in DocType 'User Document Type' #: frappe/core/doctype/custom_docperm/custom_docperm.json #: frappe/core/doctype/docperm/docperm.json -#: frappe/core/doctype/success_action/success_action.js:56 +#: frappe/core/doctype/success_action/success_action.js:58 #: frappe/core/doctype/user_document_type/user_document_type.json #: frappe/printing/page/print/print.js:65 #: frappe/public/js/frappe/form/success_action.js:81 @@ -18984,13 +19117,13 @@ msgstr "crwdns121598:0crwdne121598:0" #: frappe/public/js/frappe/form/toolbar.js:322 #: frappe/public/js/frappe/form/toolbar.js:334 #: frappe/public/js/frappe/list/bulk_operations.js:95 -#: frappe/public/js/frappe/views/reports/query_report.js:1642 +#: frappe/public/js/frappe/views/reports/query_report.js:1649 #: frappe/public/js/frappe/views/reports/report_view.js:1461 #: frappe/public/js/frappe/views/treeview.js:456 frappe/www/printview.html:18 msgid "Print" msgstr "crwdns121600:0crwdne121600:0" -#: frappe/public/js/frappe/list/list_view.js:1910 +#: frappe/public/js/frappe/list/list_view.js:1918 msgctxt "Button in list view actions menu" msgid "Print" msgstr "crwdns121602:0crwdne121602:0" @@ -19060,7 +19193,7 @@ msgstr "crwdns146464:0crwdne146464:0" msgid "Print Format Type" msgstr "crwdns146466:0crwdne146466:0" -#: frappe/www/printview.py:406 +#: frappe/www/printview.py:409 msgid "Print Format {0} is disabled" msgstr "crwdns121640:0{0}crwdne121640:0" @@ -19516,7 +19649,7 @@ msgstr "crwdns121864:0crwdne121864:0" msgid "Query analysis complete. Check suggested indexes." msgstr "crwdns146532:0crwdne146532:0" -#: frappe/utils/safe_exec.py:428 +#: frappe/utils/safe_exec.py:477 msgid "Query must be of SELECT or read-only WITH type." msgstr "crwdns121868:0crwdne121868:0" @@ -19718,7 +19851,7 @@ msgstr "crwdns121960:0crwdne121960:0" msgid "Re-Run in Console" msgstr "crwdns121962:0crwdne121962:0" -#: frappe/email/doctype/email_account/email_account.py:672 +#: frappe/email/doctype/email_account/email_account.py:673 msgid "Re:" msgstr "crwdns121964:0crwdne121964:0" @@ -19798,7 +19931,7 @@ msgstr "crwdns146580:0crwdne146580:0" msgid "Read mode" msgstr "crwdns122010:0crwdne122010:0" -#: frappe/utils/safe_exec.py:90 +#: frappe/utils/safe_exec.py:93 msgid "Read the documentation to know more" msgstr "crwdns122012:0crwdne122012:0" @@ -19833,11 +19966,6 @@ msgstr "crwdns122024:0crwdne122024:0" msgid "Rebuilding of tree is not supported for {}" msgstr "crwdns122026:0crwdne122026:0" -#. Description of the 'Anonymous' (Check) field in DocType 'Web Form' -#: frappe/website/doctype/web_form/web_form.json -msgid "Receive anonymous response" -msgstr "crwdns146586:0crwdne146586:0" - #. Option for the 'Sent or Received' (Select) field in DocType 'Communication' #: frappe/core/doctype/communication/communication.json msgid "Received" @@ -20182,7 +20310,7 @@ msgstr "crwdns122224:0crwdne122224:0" #: frappe/public/js/frappe/form/form.js:1132 #: frappe/public/js/frappe/form/templates/print_layout.html:6 #: frappe/public/js/frappe/list/base_list.js:65 -#: frappe/public/js/frappe/views/reports/query_report.js:1631 +#: frappe/public/js/frappe/views/reports/query_report.js:1638 #: frappe/public/js/frappe/views/treeview.js:462 #: frappe/public/js/frappe/widgets/chart_widget.js:290 #: frappe/public/js/frappe/widgets/number_card_widget.js:324 @@ -20223,7 +20351,7 @@ msgstr "crwdns122244:0crwdne122244:0" msgid "Refreshing..." msgstr "crwdns122246:0crwdne122246:0" -#: frappe/core/doctype/user/user.py:1001 +#: frappe/core/doctype/user/user.py:962 msgid "Registered but disabled" msgstr "crwdns122248:0crwdne122248:0" @@ -20576,7 +20704,7 @@ msgstr "crwdns122402:0crwdne122402:0" #: frappe/core/doctype/report/report.json #: frappe/desk/doctype/dashboard_chart/dashboard_chart.json #: frappe/desk/doctype/number_card/number_card.json -#: frappe/public/js/frappe/views/reports/query_report.js:1812 +#: frappe/public/js/frappe/views/reports/query_report.js:1819 msgid "Report Name" msgstr "crwdns122404:0crwdne122404:0" @@ -20633,7 +20761,7 @@ msgstr "crwdns122434:0crwdne122434:0" msgid "Report timed out." msgstr "crwdns122436:0crwdne122436:0" -#: frappe/desk/query_report.py:568 +#: frappe/desk/query_report.py:574 msgid "Report updated successfully" msgstr "crwdns122438:0crwdne122438:0" @@ -20641,7 +20769,7 @@ msgstr "crwdns122438:0crwdne122438:0" msgid "Report was not saved (there were errors)" msgstr "crwdns122440:0crwdne122440:0" -#: frappe/public/js/frappe/views/reports/query_report.js:1850 +#: frappe/public/js/frappe/views/reports/query_report.js:1857 msgid "Report with more than 10 columns looks better in Landscape mode." msgstr "crwdns122442:0crwdne122442:0" @@ -20796,7 +20924,7 @@ msgstr "crwdns122508:0crwdne122508:0" msgid "Reset Dashboard Customizations" msgstr "crwdns122510:0crwdne122510:0" -#: frappe/public/js/frappe/list/list_settings.js:227 +#: frappe/public/js/frappe/list/list_settings.js:230 msgid "Reset Fields" msgstr "crwdns122512:0crwdne122512:0" @@ -20938,8 +21066,8 @@ msgctxt "Title of message showing restrictions in list view" msgid "Restrictions" msgstr "crwdns122578:0crwdne122578:0" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:345 -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:360 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:356 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:371 msgid "Result" msgstr "crwdns122580:0crwdne122580:0" @@ -21154,7 +21282,7 @@ msgstr "crwdns122688:0crwdne122688:0" msgid "Role and Level" msgstr "crwdns146774:0crwdne146774:0" -#: frappe/core/doctype/user/user.py:315 +#: frappe/core/doctype/user/user.py:299 msgid "Role has been set as per the user type {0}" msgstr "crwdns122698:0{0}crwdne122698:0" @@ -21269,7 +21397,7 @@ msgid "Route: Example \"/app\"" msgstr "crwdns146792:0crwdne146792:0" #: frappe/model/base_document.py:727 frappe/model/base_document.py:768 -#: frappe/model/document.py:610 +#: frappe/model/document.py:614 msgid "Row" msgstr "crwdns122772:0crwdne122772:0" @@ -21434,14 +21562,14 @@ msgid "SMS Settings" msgstr "crwdns122846:0crwdne122846:0" #: frappe/core/doctype/sms_settings/sms_settings.py:109 -msgid "SMS sent to following numbers: {0}" -msgstr "crwdns122850:0{0}crwdne122850:0" +msgid "SMS sent successfully" +msgstr "crwdns151556:0crwdne151556:0" #: frappe/templates/includes/login/login.js:377 msgid "SMS was not sent. Please contact Administrator." msgstr "crwdns122852:0crwdne122852:0" -#: frappe/email/doctype/email_account/email_account.py:187 +#: frappe/email/doctype/email_account/email_account.py:188 msgid "SMTP Server is required" msgstr "crwdns122854:0crwdne122854:0" @@ -21549,14 +21677,14 @@ msgstr "crwdns146840:0crwdne146840:0" #: frappe/public/js/frappe/form/footer/form_timeline.js:663 #: frappe/public/js/frappe/form/quick_entry.js:161 #: frappe/public/js/frappe/list/list_settings.js:36 -#: frappe/public/js/frappe/list/list_settings.js:244 +#: frappe/public/js/frappe/list/list_settings.js:247 #: frappe/public/js/frappe/list/list_sidebar_group_by.js:25 #: frappe/public/js/frappe/ui/toolbar/toolbar.js:322 #: frappe/public/js/frappe/utils/common.js:443 #: frappe/public/js/frappe/views/kanban/kanban_settings.js:45 #: frappe/public/js/frappe/views/kanban/kanban_settings.js:189 #: frappe/public/js/frappe/views/kanban/kanban_view.js:343 -#: frappe/public/js/frappe/views/reports/query_report.js:1804 +#: frappe/public/js/frappe/views/reports/query_report.js:1811 #: frappe/public/js/frappe/views/reports/report_view.js:1649 #: frappe/public/js/frappe/views/workspace/workspace.js:532 #: frappe/public/js/frappe/widgets/base_widget.js:142 @@ -21587,7 +21715,7 @@ msgstr "crwdns122912:0crwdne122912:0" msgid "Save Filter" msgstr "crwdns122914:0crwdne122914:0" -#: frappe/public/js/frappe/views/reports/query_report.js:1807 +#: frappe/public/js/frappe/views/reports/query_report.js:1814 msgid "Save Report" msgstr "crwdns122916:0crwdne122916:0" @@ -21712,7 +21840,7 @@ msgstr "crwdns146848:0crwdne146848:0" msgid "Scheduled To Send" msgstr "crwdns146850:0crwdne146850:0" -#: frappe/core/doctype/server_script/server_script.py:281 +#: frappe/core/doctype/server_script/server_script.py:255 msgid "Scheduled execution for script {0} has updated" msgstr "crwdns122974:0{0}crwdne122974:0" @@ -21837,8 +21965,8 @@ msgstr "crwdns146870:0crwdne146870:0" msgid "Search" msgstr "crwdns123030:0crwdne123030:0" -#. Label of a Check field in DocType 'Role' -#: frappe/core/doctype/role/role.json +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json msgid "Search Bar" msgstr "crwdns146872:0crwdne146872:0" @@ -21849,7 +21977,7 @@ msgstr "crwdns146872:0crwdne146872:0" msgid "Search Fields" msgstr "crwdns146874:0crwdne146874:0" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:175 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:186 msgid "Search Help" msgstr "crwdns123040:0crwdne123040:0" @@ -21887,12 +22015,12 @@ msgstr "crwdns146884:0crwdne146884:0" msgid "Search for anything" msgstr "crwdns123048:0crwdne123048:0" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:289 -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:295 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:300 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:306 msgid "Search for {0}" msgstr "crwdns123050:0{0}crwdne123050:0" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:155 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:166 msgid "Search in a document type" msgstr "crwdns123052:0crwdne123052:0" @@ -22116,7 +22244,7 @@ msgid "Select Field..." msgstr "crwdns123162:0crwdne123162:0" #: frappe/public/js/frappe/form/grid_row.js:460 -#: frappe/public/js/frappe/list/list_settings.js:233 +#: frappe/public/js/frappe/list/list_settings.js:236 #: frappe/public/js/frappe/views/kanban/kanban_settings.js:181 msgid "Select Fields" msgstr "crwdns123164:0crwdne123164:0" @@ -22304,7 +22432,7 @@ msgstr "crwdns123242:0crwdne123242:0" #: frappe/public/js/frappe/form/link_selector.js:24 #: frappe/public/js/frappe/form/multi_select_dialog.js:81 -#: frappe/public/js/frappe/form/multi_select_dialog.js:281 +#: frappe/public/js/frappe/form/multi_select_dialog.js:283 #: frappe/public/js/frappe/list/list_view_select.js:153 #: frappe/public/js/print_format_builder/Preview.vue:90 msgid "Select {0}" @@ -22644,7 +22772,7 @@ msgstr "crwdns147004:0crwdne147004:0" msgid "Server Script" msgstr "crwdns123398:0crwdne123398:0" -#: frappe/utils/safe_exec.py:89 +#: frappe/utils/safe_exec.py:92 msgid "Server Scripts are disabled. Please enable server scripts from bench configuration." msgstr "crwdns123408:0crwdne123408:0" @@ -22695,11 +22823,11 @@ msgstr "crwdns123428:0crwdne123428:0" msgid "Session Expiry (idle timeout)" msgstr "crwdns147008:0crwdne147008:0" -#: frappe/core/doctype/system_settings/system_settings.py:113 +#: frappe/core/doctype/system_settings/system_settings.py:115 msgid "Session Expiry must be in format {0}" msgstr "crwdns123432:0{0}crwdne123432:0" -#: frappe/public/js/frappe/ui/filters/filter.js:567 +#: frappe/public/js/frappe/ui/filters/filter.js:599 msgctxt "Field value is set" msgid "Set" msgstr "crwdns123434:0crwdne123434:0" @@ -22833,6 +22961,11 @@ msgstr "crwdns147026:0crwdne147026:0" msgid "Set only once" msgstr "crwdns147028:0crwdne147028:0" +#. Description of the 'Max attachment size' (Int) field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Set size in MB" +msgstr "crwdns151558:0crwdne151558:0" + #. Description of the 'Filters Configuration' (Code) field in DocType 'Number #. Card' #: frappe/desk/doctype/number_card/number_card.json @@ -22941,7 +23074,7 @@ msgstr "crwdns123530:0crwdne123530:0" msgid "Setup Approval Workflows" msgstr "crwdns123532:0crwdne123532:0" -#: frappe/public/js/frappe/views/reports/query_report.js:1677 +#: frappe/public/js/frappe/views/reports/query_report.js:1684 #: frappe/public/js/frappe/views/reports/report_view.js:1627 msgid "Setup Auto Email" msgstr "crwdns123534:0crwdne123534:0" @@ -23320,8 +23453,8 @@ msgstr "crwdns123706:0crwdne123706:0" msgid "Showing only first {0} rows out of {1}" msgstr "crwdns123708:0{0}crwdnd123708:0{1}crwdne123708:0" -#. Label of a Check field in DocType 'Role' -#: frappe/core/doctype/role/role.json +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json msgid "Sidebar" msgstr "crwdns147104:0crwdne147104:0" @@ -23345,7 +23478,7 @@ msgstr "crwdns147110:0crwdne147110:0" msgid "Sign Up and Confirmation" msgstr "crwdns147112:0crwdne147112:0" -#: frappe/core/doctype/user/user.py:994 +#: frappe/core/doctype/user/user.py:955 msgid "Sign Up is disabled" msgstr "crwdns123720:0crwdne123720:0" @@ -23414,7 +23547,7 @@ msgstr "crwdns123748:0crwdne123748:0" msgid "Single Types have only one record no tables associated. Values are stored in tabSingles" msgstr "crwdns123750:0crwdne123750:0" -#: frappe/database/database.py:240 +#: frappe/database/database.py:242 msgid "Site is running in read only mode for maintenance or site update, this action can not be performed right now. Please try again later." msgstr "crwdns123754:0crwdne123754:0" @@ -23693,6 +23826,12 @@ msgstr "crwdns123878:0{{' and '}}crwdnd123878:0{0}crwdne123878:0" msgid "Specify a custom timeout, default timeout is 1500 seconds" msgstr "crwdns149038:0crwdne149038:0" +#. Description of the 'Allowed embedding domains' (Small Text) field in DocType +#. 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Specify the domains or origins that are permitted to embed this form. Enter one domain per line (e.g., https://example.com). If no domains are specified, the form can only be embedded on the same origin." +msgstr "crwdns151560:0crwdne151560:0" + #. Label of a Attach Image field in DocType 'Website Settings' #: frappe/website/doctype/website_settings/website_settings.json msgid "Splash Image" @@ -23772,11 +23911,11 @@ msgstr "crwdns123918:0crwdne123918:0" msgid "Standard rich text editor with controls" msgstr "crwdns123920:0crwdne123920:0" -#: frappe/core/doctype/role/role.py:65 +#: frappe/core/doctype/role/role.py:46 msgid "Standard roles cannot be disabled" msgstr "crwdns123922:0crwdne123922:0" -#: frappe/core/doctype/role/role.py:51 +#: frappe/core/doctype/role/role.py:32 msgid "Standard roles cannot be renamed" msgstr "crwdns123924:0crwdne123924:0" @@ -23801,6 +23940,7 @@ msgstr "crwdns123932:0crwdne123932:0" #. Label of a Date field in DocType 'Auto Repeat' #. Label of a Datetime field in DocType 'Web Page' #: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:140 #: frappe/public/js/frappe/utils/common.js:409 #: frappe/website/doctype/web_page/web_page.json msgid "Start Date" @@ -23965,7 +24105,7 @@ msgstr "crwdns123996:0{0}crwdnd123996:0{1}crwdne123996:0" #: frappe/email/doctype/newsletter/newsletter.json #: frappe/integrations/doctype/integration_request/integration_request.json #: frappe/integrations/doctype/oauth_bearer_token/oauth_bearer_token.json -#: frappe/public/js/frappe/list/list_settings.js:356 +#: frappe/public/js/frappe/list/list_settings.js:359 #: frappe/public/js/frappe/views/reports/report_view.js:909 #: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.json #: frappe/website/doctype/personal_data_deletion_step/personal_data_deletion_step.json @@ -24147,7 +24287,7 @@ msgstr "crwdns124116:0crwdne124116:0" msgid "Submit" msgstr "crwdns124118:0crwdne124118:0" -#: frappe/public/js/frappe/list/list_view.js:1977 +#: frappe/public/js/frappe/list/list_view.js:1985 msgctxt "Button in list view actions menu" msgid "Submit" msgstr "crwdns124120:0crwdne124120:0" @@ -24177,11 +24317,6 @@ msgstr "crwdns124138:0crwdne124138:0" msgid "Submit After Import" msgstr "crwdns147238:0crwdne147238:0" -#. Label of a Data field in DocType 'Web Form' -#: frappe/website/doctype/web_form/web_form.json -msgid "Submit Button Label" -msgstr "crwdns147240:0crwdne147240:0" - #: frappe/core/page/permission_manager/permission_manager_help.html:39 msgid "Submit an Issue" msgstr "crwdns124146:0crwdne124146:0" @@ -24191,8 +24326,14 @@ msgctxt "Button in web form" msgid "Submit another response" msgstr "crwdns124148:0crwdne124148:0" +#. Label of a Data field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Submit button label" +msgstr "crwdns151562:0crwdne151562:0" + #. Label of a Check field in DocType 'Auto Repeat' #: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:126 msgid "Submit on Creation" msgstr "crwdns147242:0crwdne147242:0" @@ -24204,7 +24345,7 @@ msgstr "crwdns124152:0crwdne124152:0" msgid "Submit this document to confirm" msgstr "crwdns124154:0crwdne124154:0" -#: frappe/public/js/frappe/list/list_view.js:1982 +#: frappe/public/js/frappe/list/list_view.js:1990 msgctxt "Title of confirmation dialog" msgid "Submit {0} documents?" msgstr "crwdns124156:0{0}crwdne124156:0" @@ -24214,7 +24355,7 @@ msgstr "crwdns124156:0{0}crwdne124156:0" #: frappe/core/doctype/comment/comment.json #: frappe/core/doctype/communication/communication.json #: frappe/public/js/frappe/model/indicator.js:95 -#: frappe/public/js/frappe/ui/filters/filter.js:499 +#: frappe/public/js/frappe/ui/filters/filter.js:531 #: frappe/website/doctype/web_form/templates/web_form.html:133 msgid "Submitted" msgstr "crwdns124158:0crwdne124158:0" @@ -24265,7 +24406,7 @@ msgstr "crwdns147246:0crwdne147246:0" #: frappe/templates/includes/login/login.js:270 #: frappe/templates/includes/login/login.js:278 #: frappe/templates/pages/integrations/gcalendar-success.html:9 -#: frappe/workflow/doctype/workflow_action/workflow_action.py:166 +#: frappe/workflow/doctype/workflow_action/workflow_action.py:167 #: frappe/workflow/doctype/workflow_state/workflow_state.json msgid "Success" msgstr "crwdns124178:0crwdne124178:0" @@ -24276,17 +24417,10 @@ msgid "Success Action" msgstr "crwdns124188:0crwdne124188:0" #. Label of a Data field in DocType 'Module Onboarding' -#. Label of a Text field in DocType 'Web Form' #: frappe/desk/doctype/module_onboarding/module_onboarding.json -#: frappe/website/doctype/web_form/web_form.json msgid "Success Message" msgstr "crwdns147248:0crwdne147248:0" -#. Label of a Data field in DocType 'Web Form' -#: frappe/website/doctype/web_form/web_form.json -msgid "Success Title" -msgstr "crwdns147250:0crwdne147250:0" - #. Label of a Data field in DocType 'Token Cache' #: frappe/integrations/doctype/token_cache/token_cache.json msgid "Success URI" @@ -24297,6 +24431,16 @@ msgstr "crwdns147252:0crwdne147252:0" msgid "Success URL" msgstr "crwdns147254:0crwdne147254:0" +#. Label of a Text field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Success message" +msgstr "crwdns151564:0crwdne151564:0" + +#. Label of a Data field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Success title" +msgstr "crwdns151566:0crwdne151566:0" + #: frappe/www/update-password.html:79 msgid "Success! You are good to go 👍" msgstr "crwdns124200:0crwdne124200:0" @@ -24310,7 +24454,7 @@ msgstr "crwdns147256:0crwdne147256:0" msgid "Successful Transactions" msgstr "crwdns124204:0crwdne124204:0" -#: frappe/model/rename_doc.py:688 +#: frappe/model/rename_doc.py:694 msgid "Successful: {0} to {1}" msgstr "crwdns124206:0{0}crwdnd124206:0{1}crwdne124206:0" @@ -24364,7 +24508,7 @@ msgstr "crwdns147258:0crwdne147258:0" msgid "Suggested Indexes" msgstr "crwdns147260:0crwdne147260:0" -#: frappe/core/doctype/user/user.py:703 +#: frappe/core/doctype/user/user.py:664 msgid "Suggested Username: {0}" msgstr "crwdns124228:0{0}crwdne124228:0" @@ -24475,7 +24619,7 @@ msgstr "crwdns124282:0crwdne124282:0" msgid "Syncing {0} of {1}" msgstr "crwdns124284:0{0}crwdnd124284:0{1}crwdne124284:0" -#: frappe/utils/data.py:2156 +#: frappe/utils/data.py:2170 msgid "Syntax Error" msgstr "crwdns124286:0crwdne124286:0" @@ -24489,7 +24633,7 @@ msgstr "crwdns147272:0crwdne147272:0" msgid "System Console" msgstr "crwdns124290:0crwdne124290:0" -#: frappe/custom/doctype/custom_field/custom_field.py:358 +#: frappe/custom/doctype/custom_field/custom_field.py:359 msgid "System Generated Fields can not be renamed" msgstr "crwdns124292:0crwdne124292:0" @@ -24780,7 +24924,7 @@ msgstr "crwdns124346:0crwdne124346:0" msgid "Table updated" msgstr "crwdns124348:0crwdne124348:0" -#: frappe/model/document.py:1370 +#: frappe/model/document.py:1374 msgid "Table {0} cannot be empty" msgstr "crwdns124350:0{0}crwdne124350:0" @@ -24806,7 +24950,7 @@ msgstr "crwdns124356:0crwdne124356:0" #: frappe/public/js/frappe/list/list_sidebar.js:228 #: frappe/public/js/frappe/model/meta.js:204 #: frappe/public/js/frappe/model/model.js:133 -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:160 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:171 msgid "Tags" msgstr "crwdns124358:0crwdne124358:0" @@ -24892,15 +25036,25 @@ msgstr "crwdns147322:0crwdne147322:0" msgid "Templates" msgstr "crwdns124398:0crwdne124398:0" -#: frappe/core/doctype/user/user.py:1005 +#: frappe/core/doctype/user/user.py:966 msgid "Temporarily Disabled" msgstr "crwdns124400:0crwdne124400:0" +#: frappe/core/doctype/translation/test_translation.py:47 +#: frappe/core/doctype/translation/test_translation.py:54 +msgid "Test Data" +msgstr "crwdns151870:0crwdne151870:0" + #. Label of a Data field in DocType 'System Health Report' #: frappe/desk/doctype/system_health_report/system_health_report.json msgid "Test Job ID" msgstr "crwdns147324:0crwdne147324:0" +#: frappe/core/doctype/translation/test_translation.py:49 +#: frappe/core/doctype/translation/test_translation.py:57 +msgid "Test Spanish" +msgstr "crwdns151872:0crwdne151872:0" + #: frappe/email/doctype/newsletter/newsletter.py:94 msgid "Test email sent to {0}" msgstr "crwdns124402:0{0}crwdne124402:0" @@ -24970,7 +25124,7 @@ msgstr "crwdns124436:0crwdne124436:0" msgid "Thank you for your feedback!" msgstr "crwdns124438:0crwdne124438:0" -#: frappe/email/doctype/newsletter/newsletter.py:332 +#: frappe/email/doctype/newsletter/newsletter.py:335 msgid "Thank you for your interest in subscribing to our updates" msgstr "crwdns124440:0crwdne124440:0" @@ -25034,7 +25188,7 @@ msgid "The browser API key obtained from the Google Cloud Console under " msgstr "crwdns147352:0crwdne147352:0" -#: frappe/core/doctype/user/user.py:965 +#: frappe/core/doctype/user/user.py:926 msgid "The reset password link has been expired" msgstr "crwdns124518:0crwdne124518:0" -#: frappe/core/doctype/user/user.py:967 +#: frappe/core/doctype/user/user.py:928 msgid "The reset password link has either been used before or is invalid" msgstr "crwdns124520:0crwdne124520:0" @@ -25196,7 +25350,7 @@ msgstr "crwdns124536:0{0}crwdnd124536:0{1}crwdne124536:0" msgid "The webhook will be triggered if this expression is true" msgstr "crwdns147356:0crwdne147356:0" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:169 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:173 msgid "The {0} is already on auto repeat {1}" msgstr "crwdns124540:0{0}crwdnd124540:0{1}crwdne124540:0" @@ -25271,10 +25425,6 @@ msgstr "crwdns124572:0{0}crwdne124572:0" msgid "There must be atleast one permission rule." msgstr "crwdns124574:0crwdne124574:0" -#: frappe/core/doctype/user/user.py:504 -msgid "There should remain at least one System Manager" -msgstr "crwdns124576:0crwdne124576:0" - #: frappe/www/error.py:16 msgid "There was an error building this page" msgstr "crwdns124578:0crwdne124578:0" @@ -25295,7 +25445,7 @@ msgstr "crwdns124584:0crwdne124584:0" msgid "There were errors while sending email. Please try again." msgstr "crwdns124586:0crwdne124586:0" -#: frappe/model/naming.py:469 +#: frappe/model/naming.py:468 msgid "There were some errors setting the name, please contact the administrator" msgstr "crwdns124588:0crwdne124588:0" @@ -25349,7 +25499,7 @@ msgstr "crwdns124608:0crwdne124608:0" msgid "This action is irreversible. Do you wish to continue?" msgstr "crwdns124610:0crwdne124610:0" -#: frappe/__init__.py:985 +#: frappe/__init__.py:935 msgid "This action is only allowed for {}" msgstr "crwdns124612:0crwdne124612:0" @@ -25404,7 +25554,7 @@ msgstr "crwdns147376:0crwdne147376:0" msgid "This document is already amended, you cannot ammend it again" msgstr "crwdns124634:0crwdne124634:0" -#: frappe/model/document.py:1538 +#: frappe/model/document.py:1542 msgid "This document is currently locked and queued for execution. Please try again after some time." msgstr "crwdns124636:0crwdne124636:0" @@ -25453,7 +25603,7 @@ msgstr "crwdns147380:0crwdne147380:0" msgid "This goes above the slideshow." msgstr "crwdns147382:0crwdne147382:0" -#: frappe/public/js/frappe/views/reports/query_report.js:2014 +#: frappe/public/js/frappe/views/reports/query_report.js:2021 msgid "This is a background report. Please set the appropriate filters and then generate a new one." msgstr "crwdns124656:0crwdne124656:0" @@ -25581,7 +25731,7 @@ msgstr "crwdns124712:0crwdne124712:0" msgid "This will terminate the job immediately and might be dangerous, are you sure? " msgstr "crwdns124714:0crwdne124714:0" -#: frappe/core/doctype/user/user.py:1224 +#: frappe/core/doctype/user/user.py:1178 msgid "Throttled" msgstr "crwdns124716:0crwdne124716:0" @@ -25700,8 +25850,8 @@ msgstr "crwdns147416:0crwdne147416:0" msgid "Timeless Night" msgstr "crwdns124780:0crwdne124780:0" -#. Label of a Check field in DocType 'Role' -#: frappe/core/doctype/role/role.json +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json msgid "Timeline" msgstr "crwdns147418:0crwdne147418:0" @@ -25966,6 +26116,7 @@ msgstr "crwdns124920:0crwdne124920:0" #. Linked DocType in User's connections #. Name of a DocType #. Name of a report +#: frappe/automation/doctype/assignment_rule/assignment_rule.py:55 #: frappe/automation/workspace/tools/tools.json #: frappe/core/doctype/user/user.json frappe/desk/doctype/todo/todo.json #: frappe/desk/report/todo/todo.json @@ -26049,11 +26200,11 @@ msgstr "crwdns124956:0crwdne124956:0" msgid "Too Many Requests" msgstr "crwdns124958:0crwdne124958:0" -#: frappe/database/database.py:427 +#: frappe/database/database.py:429 msgid "Too many changes to database in single action." msgstr "crwdns124960:0crwdne124960:0" -#: frappe/core/doctype/user/user.py:1006 +#: frappe/core/doctype/user/user.py:967 msgid "Too many users signed up recently, so the registration is disabled. Please try back in an hour" msgstr "crwdns124962:0crwdne124962:0" @@ -26123,7 +26274,7 @@ msgstr "crwdns124986:0{0}crwdne124986:0" msgid "Topic" msgstr "crwdns147472:0crwdne147472:0" -#: frappe/desk/query_report.py:504 +#: frappe/desk/query_report.py:510 #: frappe/public/js/frappe/views/reports/print_grid.html:45 #: frappe/public/js/frappe/views/reports/report_view.js:1475 msgid "Total" @@ -26640,11 +26791,11 @@ msgstr "crwdns125228:0crwdne125228:0" msgid "Unknown Column: {0}" msgstr "crwdns125230:0{0}crwdne125230:0" -#: frappe/utils/data.py:1048 +#: frappe/utils/data.py:1062 msgid "Unknown Rounding Method: {}" msgstr "crwdns125232:0crwdne125232:0" -#: frappe/auth.py:296 +#: frappe/auth.py:304 msgid "Unknown User" msgstr "crwdns125234:0crwdne125234:0" @@ -26671,7 +26822,7 @@ msgstr "crwdns147568:0crwdne147568:0" msgid "Unread Notification Sent" msgstr "crwdns147570:0crwdne147570:0" -#: frappe/utils/safe_exec.py:429 +#: frappe/utils/safe_exec.py:478 msgid "Unsafe SQL query" msgstr "crwdns125246:0crwdne125246:0" @@ -26804,7 +26955,7 @@ msgstr "crwdns125300:0crwdne125300:0" msgid "Update Value" msgstr "crwdns147590:0crwdne147590:0" -#: frappe/utils/change_log.py:383 +#: frappe/utils/change_log.py:386 msgid "Update from Frappe Cloud" msgstr "crwdns147592:0crwdne147592:0" @@ -26875,6 +27026,10 @@ msgstr "crwdns125336:0{0}crwdne125336:0" msgid "Updating {0} of {1}, {2}" msgstr "crwdns125338:0{0}crwdnd125338:0{1}crwdnd125338:0{2}crwdne125338:0" +#: frappe/public/js/billing.bundle.js:30 +msgid "Upgrade plan" +msgstr "crwdns151874:0crwdne151874:0" + #: frappe/public/js/frappe/file_uploader/file_uploader.bundle.js:121 #: frappe/public/js/frappe/file_uploader/file_uploader.bundle.js:122 #: frappe/public/js/frappe/form/grid.js:63 @@ -26945,6 +27100,11 @@ msgstr "crwdns147612:0crwdne147612:0" msgid "Use IMAP" msgstr "crwdns147614:0crwdne147614:0" +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Use Number Format from Currency" +msgstr "crwdns149156:0crwdne149156:0" + #. Label of a Check field in DocType 'SMS Settings' #: frappe/core/doctype/sms_settings/sms_settings.json msgid "Use POST" @@ -27211,7 +27371,7 @@ msgstr "crwdns125502:0crwdne125502:0" #. Label of a Link in the Users Workspace #: frappe/core/page/permission_manager/permission_manager_help.html:30 #: frappe/core/workspace/users/users.json -#: frappe/public/js/frappe/views/reports/query_report.js:1791 +#: frappe/public/js/frappe/views/reports/query_report.js:1798 #: frappe/public/js/frappe/views/reports/report_view.js:1675 msgid "User Permissions" msgstr "crwdns125506:0crwdne125506:0" @@ -27316,7 +27476,7 @@ msgstr "crwdns125552:0{0}crwdnd125552:0{1}crwdne125552:0" msgid "User permission already exists" msgstr "crwdns125554:0crwdne125554:0" -#: frappe/www/login.py:156 +#: frappe/www/login.py:157 msgid "User with email address {0} does not exist" msgstr "crwdns125556:0{0}crwdne125556:0" @@ -27324,15 +27484,15 @@ msgstr "crwdns125556:0{0}crwdne125556:0" msgid "User with email: {0} does not exist in the system. Please ask 'System Administrator' to create the user for you." msgstr "crwdns125558:0{0}crwdne125558:0" -#: frappe/core/doctype/user/user.py:509 +#: frappe/core/doctype/user/user.py:472 msgid "User {0} cannot be deleted" msgstr "crwdns125560:0{0}crwdne125560:0" -#: frappe/core/doctype/user/user.py:244 +#: frappe/core/doctype/user/user.py:263 msgid "User {0} cannot be disabled" msgstr "crwdns125562:0{0}crwdne125562:0" -#: frappe/core/doctype/user/user.py:591 +#: frappe/core/doctype/user/user.py:552 msgid "User {0} cannot be renamed" msgstr "crwdns125564:0{0}crwdne125564:0" @@ -27344,7 +27504,7 @@ msgstr "crwdns125566:0{0}crwdne125566:0" msgid "User {0} does not have doctype access via role permission for document {1}" msgstr "crwdns125568:0{0}crwdnd125568:0{1}crwdne125568:0" -#: frappe/desk/doctype/workspace/workspace.py:257 +#: frappe/desk/doctype/workspace/workspace.py:261 msgid "User {0} does not have the permission to create a Workspace." msgstr "crwdns147674:0{0}crwdne147674:0" @@ -27353,7 +27513,7 @@ msgstr "crwdns147674:0{0}crwdne147674:0" msgid "User {0} has requested for data deletion" msgstr "crwdns125570:0{0}crwdne125570:0" -#: frappe/core/doctype/user/user.py:1358 +#: frappe/core/doctype/user/user.py:1312 msgid "User {0} impersonated as {1}" msgstr "crwdns125572:0{0}crwdnd125572:0{1}crwdne125572:0" @@ -27361,7 +27521,7 @@ msgstr "crwdns125572:0{0}crwdnd125572:0{1}crwdne125572:0" msgid "User {0} is disabled" msgstr "crwdns125574:0{0}crwdne125574:0" -#: frappe/sessions.py:230 +#: frappe/sessions.py:231 msgid "User {0} is disabled. Please contact your System Manager." msgstr "crwdns147676:0{0}crwdne147676:0" @@ -27378,11 +27538,11 @@ msgstr "crwdns147678:0crwdne147678:0" #. Label of a Data field in DocType 'User Social Login' #: frappe/core/doctype/user/user.json #: frappe/core/doctype/user_social_login/user_social_login.json -#: frappe/www/login.py:104 +#: frappe/www/login.py:105 msgid "Username" msgstr "crwdns125580:0crwdne125580:0" -#: frappe/core/doctype/user/user.py:670 +#: frappe/core/doctype/user/user.py:631 msgid "Username {0} already exists" msgstr "crwdns125586:0{0}crwdne125586:0" @@ -27503,15 +27663,15 @@ msgstr "crwdns147696:0crwdne147696:0" msgid "Value To Be Set" msgstr "crwdns147698:0crwdne147698:0" -#: frappe/model/base_document.py:948 frappe/model/document.py:666 +#: frappe/model/base_document.py:948 frappe/model/document.py:670 msgid "Value cannot be changed for {0}" msgstr "crwdns125640:0{0}crwdne125640:0" -#: frappe/model/document.py:612 +#: frappe/model/document.py:616 msgid "Value cannot be negative for" msgstr "crwdns125642:0crwdne125642:0" -#: frappe/model/document.py:616 +#: frappe/model/document.py:620 msgid "Value cannot be negative for {0}: {1}" msgstr "crwdns125644:0{0}crwdnd125644:0{1}crwdne125644:0" @@ -27554,7 +27714,7 @@ msgstr "crwdns125660:0crwdne125660:0" msgid "Value {0} missing for {1}" msgstr "crwdns125662:0{0}crwdnd125662:0{1}crwdne125662:0" -#: frappe/core/doctype/data_import/importer.py:751 frappe/utils/data.py:703 +#: frappe/core/doctype/data_import/importer.py:751 frappe/utils/data.py:704 msgid "Value {0} must be in the valid duration format: d h m s" msgstr "crwdns125664:0{0}crwdne125664:0" @@ -27628,7 +27788,7 @@ msgstr "crwdns147708:0crwdne147708:0" msgid "View" msgstr "crwdns147710:0crwdne147710:0" -#: frappe/core/doctype/success_action/success_action.js:58 +#: frappe/core/doctype/success_action/success_action.js:60 #: frappe/public/js/frappe/form/success_action.js:89 msgid "View All" msgstr "crwdns125696:0crwdne125696:0" @@ -27646,7 +27806,7 @@ msgid "View Full Log" msgstr "crwdns125702:0crwdne125702:0" #: frappe/public/js/frappe/views/treeview.js:450 -#: frappe/public/js/frappe/widgets/quick_list_widget.js:245 +#: frappe/public/js/frappe/widgets/quick_list_widget.js:251 msgid "View List" msgstr "crwdns125704:0crwdne125704:0" @@ -27681,8 +27841,8 @@ msgstr "crwdns147714:0crwdne147714:0" msgid "View Settings" msgstr "crwdns147716:0crwdne147716:0" -#. Label of a Check field in DocType 'Role' -#: frappe/core/doctype/role/role.json +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json msgid "View Switcher" msgstr "crwdns147718:0crwdne147718:0" @@ -27971,7 +28131,7 @@ msgstr "crwdns147754:0crwdne147754:0" #. Group in Module Def's connections #. Name of a Workspace #: frappe/core/doctype/module_def/module_def.json -#: frappe/email/doctype/newsletter/newsletter.py:453 +#: frappe/email/doctype/newsletter/newsletter.py:460 #: frappe/public/js/frappe/ui/toolbar/about.js:8 #: frappe/website/workspace/website/website.json msgid "Website" @@ -28189,11 +28349,11 @@ msgstr "crwdns147772:0crwdne147772:0" msgid "Welcome Workspace" msgstr "crwdns125966:0crwdne125966:0" -#: frappe/core/doctype/user/user.py:366 +#: frappe/core/doctype/user/user.py:350 msgid "Welcome email sent" msgstr "crwdns125968:0crwdne125968:0" -#: frappe/core/doctype/user/user.py:441 +#: frappe/core/doctype/user/user.py:411 msgid "Welcome to {0}" msgstr "crwdns125970:0{0}crwdne125970:0" @@ -28314,7 +28474,7 @@ msgstr "crwdns126020:0crwdne126020:0" #. Name of a DocType #: frappe/workflow/doctype/workflow_action/workflow_action.json -#: frappe/workflow/doctype/workflow_action/workflow_action.py:476 +#: frappe/workflow/doctype/workflow_action/workflow_action.py:477 msgid "Workflow Action" msgstr "crwdns126030:0crwdne126030:0" @@ -28471,7 +28631,7 @@ msgstr "crwdns126092:0crwdne126092:0" msgid "Workspace Shortcut" msgstr "crwdns126094:0crwdne126094:0" -#: frappe/desk/doctype/workspace/workspace.py:289 +#: frappe/desk/doctype/workspace/workspace.py:293 msgid "Workspace not found" msgstr "crwdns126096:0crwdne126096:0" @@ -28589,9 +28749,9 @@ msgstr "crwdns147824:0crwdne147824:0" #: frappe/integrations/doctype/webhook/webhook.py:140 #: frappe/printing/doctype/print_format/print_format.json #: frappe/public/js/form_builder/utils.js:336 -#: frappe/public/js/frappe/form/controls/link.js:475 +#: frappe/public/js/frappe/form/controls/link.js:486 #: frappe/public/js/frappe/list/list_sidebar_group_by.js:223 -#: frappe/public/js/frappe/views/reports/query_report.js:1529 +#: frappe/public/js/frappe/views/reports/query_report.js:1534 #: frappe/website/doctype/help_article/templates/help_article.html:25 msgid "Yes" msgstr "crwdns126158:0crwdne126158:0" @@ -28601,7 +28761,7 @@ msgctxt "Approve confirmation dialog" msgid "Yes" msgstr "crwdns126160:0crwdne126160:0" -#: frappe/public/js/frappe/ui/filters/filter.js:505 +#: frappe/public/js/frappe/ui/filters/filter.js:537 msgctxt "Checkbox is checked" msgid "Yes" msgstr "crwdns126162:0crwdne126162:0" @@ -28623,6 +28783,10 @@ msgstr "crwdns126176:0crwdne126176:0" msgid "You are impersonating as another user." msgstr "crwdns126178:0crwdne126178:0" +#: frappe/integrations/frappe_providers/frappecloud_billing.py:24 +msgid "You are not allowed to access this resource" +msgstr "crwdns151876:0crwdne151876:0" + #: frappe/permissions.py:403 msgid "You are not allowed to access this {0} record because it is linked to {1} '{2}' in field {3}" msgstr "crwdns126180:0{0}crwdnd126180:0{1}crwdnd126180:0{2}crwdnd126180:0{3}crwdne126180:0" @@ -28659,7 +28823,7 @@ msgstr "crwdns126194:0crwdne126194:0" msgid "You are not allowed to send emails related to this document" msgstr "crwdns126196:0crwdne126196:0" -#: frappe/website/doctype/web_form/web_form.py:461 +#: frappe/website/doctype/web_form/web_form.py:462 msgid "You are not allowed to update this Web Form Document" msgstr "crwdns126198:0crwdne126198:0" @@ -28675,7 +28839,7 @@ msgstr "crwdns126202:0crwdne126202:0" msgid "You are not permitted to access this page." msgstr "crwdns126204:0crwdne126204:0" -#: frappe/__init__.py:904 +#: frappe/__init__.py:854 msgid "You are not permitted to access this resource." msgstr "crwdns126206:0crwdne126206:0" @@ -28687,7 +28851,7 @@ msgstr "crwdns126208:0crwdne126208:0" msgid "You are only allowed to update order, do not remove or add apps." msgstr "crwdns126210:0crwdne126210:0" -#: frappe/email/doctype/email_account/email_account.js:212 +#: frappe/email/doctype/email_account/email_account.js:216 msgid "You are selecting Sync Option as ALL, It will resync all read as well as unread message from server. This may also cause the duplication of Communication (emails)." msgstr "crwdns126212:0crwdne126212:0" @@ -28752,7 +28916,7 @@ msgstr "crwdns126240:0{0}crwdne126240:0" msgid "You can only set the 3 custom doctypes in the Document Types table." msgstr "crwdns126242:0crwdne126242:0" -#: frappe/handler.py:228 +#: frappe/handler.py:229 msgid "You can only upload JPG, PNG, PDF, TXT or Microsoft documents." msgstr "crwdns126244:0crwdne126244:0" @@ -28770,7 +28934,7 @@ msgstr "crwdns126248:0crwdne126248:0" msgid "You can set a high value here if multiple users will be logging in from the same network." msgstr "crwdns147828:0crwdne147828:0" -#: frappe/desk/query_report.py:339 +#: frappe/desk/query_report.py:340 msgid "You can try changing the filters of your report." msgstr "crwdns126252:0crwdne126252:0" @@ -28859,7 +29023,11 @@ msgstr "crwdns126290:0crwdne126290:0" msgid "You do not have enough review points" msgstr "crwdns126292:0crwdne126292:0" -#: frappe/www/printview.py:358 +#: frappe/desk/query_report.py:807 +msgid "You do not have permission to access {0}: {1}." +msgstr "crwdns151568:0{0}crwdnd151568:0{1}crwdne151568:0" + +#: frappe/www/printview.py:361 msgid "You do not have permission to view this document" msgstr "crwdns126294:0crwdne126294:0" @@ -28871,7 +29039,7 @@ msgstr "crwdns126296:0crwdne126296:0" msgid "You don't have access to Report: {0}" msgstr "crwdns126298:0{0}crwdne126298:0" -#: frappe/website/doctype/web_form/web_form.py:662 +#: frappe/website/doctype/web_form/web_form.py:663 msgid "You don't have permission to access the {0} DocType." msgstr "crwdns126300:0{0}crwdne126300:0" @@ -28883,7 +29051,7 @@ msgstr "crwdns126302:0crwdne126302:0" msgid "You don't have permission to get a report on: {0}" msgstr "crwdns126304:0{0}crwdne126304:0" -#: frappe/website/doctype/web_form/web_form.py:167 +#: frappe/website/doctype/web_form/web_form.py:168 msgid "You don't have the permissions to access this document" msgstr "crwdns126306:0crwdne126306:0" @@ -28952,19 +29120,27 @@ msgstr "crwdns126336:0crwdne126336:0" msgid "You must add atleast one link." msgstr "crwdns126338:0crwdne126338:0" -#: frappe/website/doctype/web_form/web_form.py:658 +#: frappe/website/doctype/web_form/web_form.py:659 msgid "You must be logged in to use this form." msgstr "crwdns126340:0crwdne126340:0" -#: frappe/website/doctype/web_form/web_form.py:501 +#: frappe/website/doctype/web_form/web_form.py:502 msgid "You must login to submit this form" msgstr "crwdns126342:0crwdne126342:0" +#: frappe/model/document.py:238 +msgid "You need the '{0}' permission on {1} {2} to perform this action." +msgstr "crwdns151878:0{0}crwdnd151878:0{1}crwdnd151878:0{2}crwdne151878:0" + +#: frappe/desk/doctype/workspace/workspace.py:113 +msgid "You need to be Workspace Manager to delete a public workspace." +msgstr "crwdns151570:0crwdne151570:0" + #: frappe/desk/doctype/workspace/workspace.py:71 msgid "You need to be Workspace Manager to edit this document" msgstr "crwdns126344:0crwdne126344:0" -#: frappe/website/doctype/web_form/web_form.py:90 +#: frappe/website/doctype/web_form/web_form.py:91 msgid "You need to be in developer mode to edit a Standard Web Form" msgstr "crwdns126346:0crwdne126346:0" @@ -28976,7 +29152,7 @@ msgstr "crwdns126348:0crwdne126348:0" msgid "You need to be logged in to access this page" msgstr "crwdns126350:0crwdne126350:0" -#: frappe/website/doctype/web_form/web_form.py:158 +#: frappe/website/doctype/web_form/web_form.py:159 msgid "You need to be logged in to access this {0}." msgstr "crwdns126352:0{0}crwdne126352:0" @@ -29000,13 +29176,17 @@ msgstr "crwdns126360:0crwdne126360:0" msgid "You need to select indexes you want to add first." msgstr "crwdns147830:0crwdne147830:0" -#: frappe/email/doctype/email_account/email_account.py:145 +#: frappe/email/doctype/email_account/email_account.py:146 msgid "You need to set one IMAP folder for {0}" msgstr "crwdns126362:0{0}crwdne126362:0" +#: frappe/model/rename_doc.py:388 +msgid "You need write permission on {0} {1} to merge" +msgstr "crwdns151880:0{0}crwdnd151880:0{1}crwdne151880:0" + #: frappe/model/rename_doc.py:383 -msgid "You need write permission to rename" -msgstr "crwdns126364:0crwdne126364:0" +msgid "You need write permission on {0} {1} to rename" +msgstr "crwdns151882:0{0}crwdnd151882:0{1}crwdne151882:0" #: frappe/client.py:458 msgid "You need {0} permission to fetch values from {1} {2}" @@ -29076,7 +29256,7 @@ msgstr "crwdns126390:0crwdne126390:0" msgid "Your account has been deleted" msgstr "crwdns126392:0crwdne126392:0" -#: frappe/auth.py:488 +#: frappe/auth.py:496 msgid "Your account has been locked and will resume after {0} seconds" msgstr "crwdns126394:0{0}crwdne126394:0" @@ -29143,7 +29323,7 @@ msgstr "crwdns126422:0{0}crwdne126422:0" msgid "Your website is all set up!" msgstr "crwdns126424:0crwdne126424:0" -#: frappe/utils/data.py:1348 +#: frappe/utils/data.py:1362 msgid "Zero" msgstr "crwdns126426:0crwdne126426:0" @@ -29163,7 +29343,7 @@ msgstr "crwdns147838:0crwdne147838:0" msgid "_report" msgstr "crwdns147840:0crwdne147840:0" -#: frappe/database/database.py:317 +#: frappe/database/database.py:319 msgid "`as_iterator` only works with `as_list=True` or `as_dict=True`" msgstr "crwdns126434:0crwdne126434:0" @@ -29211,7 +29391,7 @@ msgstr "crwdns147852:0crwdne147852:0" msgid "amend" msgstr "crwdns147854:0crwdne147854:0" -#: frappe/public/js/frappe/utils/utils.js:410 frappe/utils/data.py:1356 +#: frappe/public/js/frappe/utils/utils.js:410 frappe/utils/data.py:1370 msgid "and" msgstr "crwdns126454:0crwdne126454:0" @@ -29457,7 +29637,7 @@ msgstr "crwdns147934:0crwdne147934:0" msgid "descending" msgstr "crwdns126556:0crwdne126556:0" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:152 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:163 msgid "document type..., e.g. customer" msgstr "crwdns126558:0crwdne126558:0" @@ -29477,7 +29657,7 @@ msgstr "crwdns147938:0crwdne147938:0" msgid "e.g. \"Support\", \"Sales\", \"Jerry Yang\"" msgstr "crwdns147940:0crwdne147940:0" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:172 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:183 msgid "e.g. (55 + 434) / 4 or =Math.sin(Math.PI/2)..." msgstr "crwdns126566:0crwdne126566:0" @@ -29529,7 +29709,7 @@ msgid "email inbox" msgstr "crwdns126588:0crwdne126588:0" #: frappe/permissions.py:397 frappe/permissions.py:408 -#: frappe/public/js/frappe/form/controls/link.js:484 +#: frappe/public/js/frappe/form/controls/link.js:495 msgid "empty" msgstr "crwdns126590:0crwdne126590:0" @@ -29680,7 +29860,7 @@ msgstr "crwdns148006:0crwdne148006:0" msgid "grey" msgstr "crwdns148008:0crwdne148008:0" -#: frappe/utils/backups.py:389 +#: frappe/utils/backups.py:391 msgid "gzip not found in PATH! This is required to take a backup." msgstr "crwdns126650:0crwdne126650:0" @@ -29782,7 +29962,7 @@ msgstr "crwdns126688:0crwdne126688:0" msgid "just now" msgstr "crwdns126690:0crwdne126690:0" -#: frappe/desk/desktop.py:255 frappe/desk/query_report.py:284 +#: frappe/desk/desktop.py:255 frappe/desk/query_report.py:285 msgid "label" msgstr "crwdns126692:0crwdne126692:0" @@ -29888,7 +30068,7 @@ msgstr "crwdns148068:0crwdne148068:0" msgid "module" msgstr "crwdns148070:0crwdne148070:0" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:167 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:178 msgid "module name..." msgstr "crwdns126738:0crwdne126738:0" @@ -29906,7 +30086,7 @@ msgstr "crwdns148074:0crwdne148074:0" msgid "new" msgstr "crwdns126744:0crwdne126744:0" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:147 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:158 msgid "new type of document" msgstr "crwdns126746:0crwdne126746:0" @@ -29988,12 +30168,12 @@ msgstr "crwdns148100:0crwdne148100:0" msgid "on_update_after_submit" msgstr "crwdns148102:0crwdne148102:0" -#: frappe/utils/data.py:1359 +#: frappe/utils/data.py:1373 msgid "only." msgstr "crwdns126784:0crwdne126784:0" #: frappe/public/js/frappe/utils/utils.js:407 frappe/www/login.html:87 -#: frappe/www/login.py:106 +#: frappe/www/login.py:107 msgid "or" msgstr "crwdns126786:0crwdne126786:0" @@ -30331,7 +30511,7 @@ msgstr "crwdns148212:0crwdne148212:0" msgid "tag" msgstr "crwdns148214:0crwdne148214:0" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:162 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:173 msgid "tag name..., e.g. #tag" msgstr "crwdns126924:0crwdne126924:0" @@ -30345,7 +30525,7 @@ msgstr "crwdns148216:0crwdne148216:0" msgid "tasks" msgstr "crwdns148218:0crwdne148218:0" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:157 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:168 msgid "text in document type" msgstr "crwdns126930:0crwdne126930:0" @@ -30422,7 +30602,7 @@ msgstr "crwdns126958:0{0}crwdne126958:0" msgid "upload" msgstr "crwdns148242:0crwdne148242:0" -#: frappe/public/js/frappe/ui/filters/filter.js:338 +#: frappe/public/js/frappe/ui/filters/filter.js:354 msgid "use % as wildcard" msgstr "crwdns126962:0crwdne126962:0" @@ -30431,7 +30611,7 @@ msgstr "crwdns126962:0crwdne126962:0" msgid "user" msgstr "crwdns148244:0crwdne148244:0" -#: frappe/public/js/frappe/ui/filters/filter.js:337 +#: frappe/public/js/frappe/ui/filters/filter.js:353 msgid "values separated by commas" msgstr "crwdns126966:0crwdne126966:0" @@ -30440,7 +30620,7 @@ msgstr "crwdns126966:0crwdne126966:0" msgid "version_table" msgstr "crwdns148246:0crwdne148246:0" -#: frappe/automation/doctype/assignment_rule/assignment_rule.py:380 +#: frappe/automation/doctype/assignment_rule/assignment_rule.py:382 msgid "via Assignment Rule" msgstr "crwdns126970:0crwdne126970:0" @@ -30560,8 +30740,8 @@ msgstr "crwdns127016:0{0}crwdnd127016:0{1}crwdne127016:0" msgid "{0} ({1}) - {2}%" msgstr "crwdns127018:0{0}crwdnd127018:0{1}crwdnd127018:0{2}crwdne127018:0" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:337 -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:340 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:348 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:351 msgid "{0} = {1}" msgstr "crwdns127020:0{0}crwdnd127020:0{1}crwdne127020:0" @@ -30582,7 +30762,7 @@ msgid "{0} Dashboard" msgstr "crwdns127026:0{0}crwdne127026:0" #: frappe/public/js/frappe/form/grid_row.js:457 -#: frappe/public/js/frappe/list/list_settings.js:224 +#: frappe/public/js/frappe/list/list_settings.js:227 #: frappe/public/js/frappe/views/kanban/kanban_settings.js:178 msgid "{0} Fields" msgstr "crwdns127028:0{0}crwdne127028:0" @@ -30675,7 +30855,7 @@ msgstr "crwdns127066:0{0}crwdne127066:0" msgid "{0} already unsubscribed for {1} {2}" msgstr "crwdns127068:0{0}crwdnd127068:0{1}crwdnd127068:0{2}crwdne127068:0" -#: frappe/utils/data.py:1510 +#: frappe/utils/data.py:1524 msgid "{0} and {1}" msgstr "crwdns127070:0{0}crwdnd127070:0{1}crwdne127070:0" @@ -30726,7 +30906,7 @@ msgctxt "Form timeline" msgid "{0} attached {1}" msgstr "crwdns127092:0{0}crwdnd127092:0{1}crwdne127092:0" -#: frappe/core/doctype/system_settings/system_settings.py:143 +#: frappe/core/doctype/system_settings/system_settings.py:145 msgid "{0} can not be more than {1}" msgstr "crwdns127094:0{0}crwdnd127094:0{1}crwdne127094:0" @@ -30860,7 +31040,7 @@ msgstr "crwdns127152:0{0}crwdne127152:0" msgid "{0} has already assigned default value for {1}." msgstr "crwdns127154:0{0}crwdnd127154:0{1}crwdne127154:0" -#: frappe/email/doctype/newsletter/newsletter.py:380 +#: frappe/email/doctype/newsletter/newsletter.py:383 msgid "{0} has been successfully added to the Email Group." msgstr "crwdns127156:0{0}crwdne127156:0" @@ -30868,7 +31048,7 @@ msgstr "crwdns127156:0{0}crwdne127156:0" msgid "{0} has left the conversation in {1} {2}" msgstr "crwdns127158:0{0}crwdnd127158:0{1}crwdnd127158:0{2}crwdne127158:0" -#: frappe/__init__.py:2460 +#: frappe/__init__.py:2410 msgid "{0} has no versions tracked." msgstr "crwdns127160:0{0}crwdne127160:0" @@ -30897,7 +31077,7 @@ msgstr "crwdns127170:0{0}crwdne127170:0" msgid "{0} is an invalid Data field." msgstr "crwdns127172:0{0}crwdne127172:0" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:148 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:152 msgid "{0} is an invalid email address in 'Recipients'" msgstr "crwdns127174:0{0}crwdne127174:0" @@ -30934,7 +31114,7 @@ msgstr "crwdns127188:0{0}crwdnd127188:0{1}crwdne127188:0" msgid "{0} is like {1}" msgstr "crwdns127190:0{0}crwdnd127190:0{1}crwdne127190:0" -#: frappe/email/doctype/email_account/email_account.py:174 +#: frappe/email/doctype/email_account/email_account.py:175 msgid "{0} is mandatory" msgstr "crwdns127192:0{0}crwdne127192:0" @@ -30942,7 +31122,7 @@ msgstr "crwdns127192:0{0}crwdne127192:0" msgid "{0} is not a field of doctype {1}" msgstr "crwdns127194:0{0}crwdnd127194:0{1}crwdne127194:0" -#: frappe/www/printview.py:341 +#: frappe/www/printview.py:344 msgid "{0} is not a raw printing format." msgstr "crwdns127196:0{0}crwdne127196:0" @@ -31015,7 +31195,7 @@ msgstr "crwdns127228:0{0}crwdnd127228:0{1}crwdne127228:0" msgid "{0} is one of {1}" msgstr "crwdns127230:0{0}crwdnd127230:0{1}crwdne127230:0" -#: frappe/email/doctype/email_account/email_account.py:275 +#: frappe/email/doctype/email_account/email_account.py:276 #: frappe/model/naming.py:201 #: frappe/printing/doctype/print_format/print_format.py:92 #: frappe/utils/csvutils.py:131 @@ -31034,7 +31214,7 @@ msgstr "crwdns127236:0{0}crwdnd127236:0{1}crwdne127236:0" msgid "{0} items selected" msgstr "crwdns127238:0{0}crwdne127238:0" -#: frappe/core/doctype/user/user.py:1367 +#: frappe/core/doctype/user/user.py:1321 msgid "{0} just impersonated as you. They gave this reason: {1}" msgstr "crwdns127240:0{0}crwdnd127240:0{1}crwdne127240:0" @@ -31067,23 +31247,23 @@ msgstr "crwdns127252:0{0}crwdne127252:0" msgid "{0} months ago" msgstr "crwdns127254:0{0}crwdne127254:0" -#: frappe/model/document.py:1595 +#: frappe/model/document.py:1599 msgid "{0} must be after {1}" msgstr "crwdns127256:0{0}crwdnd127256:0{1}crwdne127256:0" -#: frappe/model/document.py:1356 +#: frappe/model/document.py:1360 msgid "{0} must be beginning with '{1}'" msgstr "crwdns148460:0{0}crwdnd148460:0{1}crwdne148460:0" -#: frappe/model/document.py:1358 +#: frappe/model/document.py:1362 msgid "{0} must be equal to '{1}'" msgstr "crwdns148462:0{0}crwdnd148462:0{1}crwdne148462:0" -#: frappe/model/document.py:1354 +#: frappe/model/document.py:1358 msgid "{0} must be none of {1}" msgstr "crwdns148464:0{0}crwdnd148464:0{1}crwdne148464:0" -#: frappe/model/document.py:1352 frappe/utils/csvutils.py:136 +#: frappe/model/document.py:1356 frappe/utils/csvutils.py:136 msgid "{0} must be one of {1}" msgstr "crwdns127258:0{0}crwdnd127258:0{1}crwdne127258:0" @@ -31095,7 +31275,7 @@ msgstr "crwdns127260:0{0}crwdne127260:0" msgid "{0} must be unique" msgstr "crwdns127262:0{0}crwdne127262:0" -#: frappe/model/document.py:1360 +#: frappe/model/document.py:1364 msgid "{0} must be {1} {2}" msgstr "crwdns148466:0{0}crwdnd148466:0{1}crwdnd148466:0{2}crwdne148466:0" @@ -31108,7 +31288,7 @@ msgstr "crwdns127264:0{0}crwdne127264:0" msgid "{0} not a valid State" msgstr "crwdns127266:0{0}crwdne127266:0" -#: frappe/model/rename_doc.py:386 +#: frappe/model/rename_doc.py:391 msgid "{0} not allowed to be renamed" msgstr "crwdns127268:0{0}crwdne127268:0" @@ -31129,7 +31309,7 @@ msgstr "crwdns127274:0{0}crwdnd127274:0{1}crwdnd127274:0{2}crwdne127274:0" msgid "{0} of {1} sent" msgstr "crwdns127276:0{0}crwdnd127276:0{1}crwdne127276:0" -#: frappe/utils/data.py:1506 +#: frappe/utils/data.py:1520 msgid "{0} or {1}" msgstr "crwdns127278:0{0}crwdnd127278:0{1}crwdne127278:0" @@ -31181,7 +31361,7 @@ msgstr "crwdns127298:0{0}crwdnd127298:0{1}crwdne127298:0" msgid "{0} role does not have permission on any doctype" msgstr "crwdns127300:0{0}crwdne127300:0" -#: frappe/desk/query_report.py:583 +#: frappe/desk/query_report.py:589 msgid "{0} saved successfully" msgstr "crwdns127302:0{0}crwdne127302:0" @@ -31205,7 +31385,7 @@ msgstr "crwdns127310:0{0}crwdnd127310:0{1}crwdne127310:0" msgid "{0} should be indexed because it's referred in dashboard connections" msgstr "crwdns127312:0{0}crwdne127312:0" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:137 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:139 msgid "{0} should not be same as {1}" msgstr "crwdns127314:0{0}crwdnd127314:0{1}crwdne127314:0" @@ -31241,7 +31421,7 @@ msgstr "crwdns127326:0{0}crwdnd127326:0{1}crwdne127326:0" msgid "{0} updated" msgstr "crwdns127328:0{0}crwdne127328:0" -#: frappe/public/js/frappe/form/controls/multiselect_list.js:162 +#: frappe/public/js/frappe/form/controls/multiselect_list.js:178 msgid "{0} values selected" msgstr "crwdns127330:0{0}crwdne127330:0" @@ -31305,6 +31485,10 @@ msgstr "crwdns127358:0{0}crwdnd127358:0{1}crwdnd127358:0{2}crwdnd127358:0{3}crwd msgid "{0}, Row {1}" msgstr "crwdns127360:0{0}crwdnd127360:0{1}crwdne127360:0" +#: frappe/utils/print_format.py:151 frappe/utils/print_format.py:195 +msgid "{0}/{1} complete | Please leave this tab open until completion." +msgstr "crwdns151572:0{0}crwdnd151572:0{1}crwdne151572:0" + #: frappe/model/base_document.py:1014 msgid "{0}: '{1}' ({3}) will get truncated, as max characters allowed is {2}" msgstr "crwdns127362:0{0}crwdnd127362:0{1}crwdnd127362:0{3}crwdnd127362:0{2}crwdne127362:0" @@ -31337,7 +31521,7 @@ msgstr "crwdns127374:0{0}crwdne127374:0" msgid "{0}: Cannot set import as {1} is not importable" msgstr "crwdns127376:0{0}crwdnd127376:0{1}crwdne127376:0" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:394 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:398 msgid "{0}: Failed to attach new recurring document. To enable attaching document in the auto repeat notification email, enable {1} in Print Settings" msgstr "crwdns127378:0{0}crwdnd127378:0{1}crwdne127378:0" @@ -31402,7 +31586,7 @@ msgstr "crwdns127406:0{0}crwdnd127406:0{1}crwdne127406:0" msgid "{0}: {1}" msgstr "crwdns127408:0{0}crwdnd127408:0{1}crwdne127408:0" -#: frappe/workflow/doctype/workflow_action/workflow_action.py:167 +#: frappe/workflow/doctype/workflow_action/workflow_action.py:168 msgid "{0}: {1} is set to state {2}" msgstr "crwdns127410:0{0}crwdnd127410:0{1}crwdnd127410:0{2}crwdne127410:0" @@ -31443,11 +31627,11 @@ msgstr "crwdns148468:0crwdne148468:0" msgid "{} Complete" msgstr "crwdns127426:0crwdne127426:0" -#: frappe/utils/data.py:2150 +#: frappe/utils/data.py:2164 msgid "{} Invalid python code on line {}" msgstr "crwdns127428:0crwdne127428:0" -#: frappe/utils/data.py:2159 +#: frappe/utils/data.py:2173 msgid "{} Possibly invalid python code.
{}" msgstr "crwdns127430:0crwdne127430:0" @@ -31465,28 +31649,28 @@ msgstr "crwdns127432:0crwdne127432:0" msgid "{} field cannot be empty." msgstr "crwdns127434:0crwdne127434:0" -#: frappe/email/doctype/email_account/email_account.py:198 -#: frappe/email/doctype/email_account/email_account.py:206 +#: frappe/email/doctype/email_account/email_account.py:199 +#: frappe/email/doctype/email_account/email_account.py:207 msgid "{} has been disabled. It can only be enabled if {} is checked." msgstr "crwdns127436:0crwdne127436:0" -#: frappe/utils/data.py:102 +#: frappe/utils/data.py:103 msgid "{} is not a valid date string." msgstr "crwdns127438:0crwdne127438:0" -#: frappe/commands/utils.py:527 +#: frappe/commands/utils.py:528 msgid "{} not found in PATH! This is required to access the console." msgstr "crwdns127440:0crwdne127440:0" -#: frappe/database/db_manager.py:94 +#: frappe/database/db_manager.py:95 msgid "{} not found in PATH! This is required to restore the database." msgstr "crwdns127442:0crwdne127442:0" -#: frappe/utils/backups.py:455 +#: frappe/utils/backups.py:458 msgid "{} not found in PATH! This is required to take a backup." msgstr "crwdns127444:0crwdne127444:0" #: frappe/public/js/frappe/file_uploader/FileBrowser.vue:5 #: frappe/public/js/frappe/file_uploader/WebLink.vue:4 msgid "← Back to upload files" -msgstr "crwdns148282:0crwdne148282:0" \ No newline at end of file +msgstr "crwdns148282:0crwdne148282:0" diff --git a/frappe/locale/es.po b/frappe/locale/es.po index a45cb4482b3a..01ea8baf3986 100644 --- a/frappe/locale/es.po +++ b/frappe/locale/es.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: frappe\n" "Report-Msgid-Bugs-To: developers@frappe.io\n" -"POT-Creation-Date: 2024-09-24 15:33+0000\n" -"PO-Revision-Date: 2024-10-03 01:14\n" +"POT-Creation-Date: 2024-12-01 17:58+0000\n" +"PO-Revision-Date: 2024-12-04 19:52\n" "Last-Translator: developers@frappe.io\n" "Language-Team: Spanish\n" "MIME-Version: 1.0\n" @@ -26,7 +26,7 @@ msgstr " a tu navegador" #. Condition' #: frappe/core/doctype/document_naming_rule_condition/document_naming_rule_condition.json msgid "!=" -msgstr "" +msgstr "!=" #. Description of the 'Org History Heading' (Data) field in DocType 'About Us #. Settings' @@ -86,7 +86,7 @@ msgstr "'En vista de lista' no está permitido para el campo {0} del tipo {1}" msgid "'In List View' not allowed for type {0} in row {1}" msgstr "'En vista de lista' no está permitido para el tipo {0} en el renglón {1}" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:150 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:154 msgid "'Recipients' not specified" msgstr "'Destinatarios' no especificados" @@ -102,11 +102,11 @@ msgstr "'{0}' no permitido para el tipo {1} en la fila {2}" msgid "(Mandatory)" msgstr "(Obligatorio)" -#: frappe/model/rename_doc.py:693 +#: frappe/model/rename_doc.py:699 msgid "** Failed: {0} to {1}: {2}" msgstr "** Fallido: {0} a {1}: {2}" -#: frappe/public/js/frappe/list/list_settings.js:132 +#: frappe/public/js/frappe/list/list_settings.js:135 #: frappe/public/js/frappe/views/kanban/kanban_settings.js:111 msgid "+ Add / Remove Fields" msgstr "+ Añadir / Eliminar campos" @@ -238,13 +238,13 @@ msgstr "; no permitido en condición" #. Condition' #: frappe/core/doctype/document_naming_rule_condition/document_naming_rule_condition.json msgid "<" -msgstr "" +msgstr "<" #. Option for the 'Condition' (Select) field in DocType 'Document Naming Rule #. Condition' #: frappe/core/doctype/document_naming_rule_condition/document_naming_rule_condition.json msgid "<=" -msgstr "" +msgstr "<=" #: frappe/public/js/frappe/widgets/widget_dialog.js:569 msgid "{0} is not a valid URL" @@ -296,7 +296,44 @@ msgid "

\n" "
\n" -msgstr "" +msgstr "
\n" +" Edita la lista de Series en el recuadro. Reglas:\n" +"
    \n" +"
  • Cada prefijo de Serie en una nueva línea.
  • \n" +"
  • Los caracteres especiales permitidos son \"/\" y \"-\"
  • \n" +"
  • \n" +" Opcionalmente, establece el número de dígitos en la serie usando un punto (.)\n" +" seguido de almohadillas (#). Por ejemplo, \".####\" significa que la serie\n" +" tendrá cuatro dígitos. El valor predeterminado es cinco dígitos.\n" +"
  • \n" +"
  • \n" +" También puedes usar variables en el nombre de la serie colocándolas\n" +" entre puntos (.)\n" +"
    \n" +" Variables admitidas:\n" +"
      \n" +"
    • .YYYY. - Año en 4 dígitos
    • \n" +"
    • .YY. - Año en 2 dígitos
    • \n" +"
    • .MM. - Mes
    • \n" +"
    • .DD. - Día del mes
    • \n" +"
    • .WW. - Semana del año
    • \n" +"
    • .FY. - Año fiscal
    • \n" +"
    • \n" +" .{fieldname}. - nombre de campo en el documento p. ej.\n" +" branch\n" +"
    • \n" +"
    \n" +"
  • \n" +"
\n" +" Ejemplos:\n" +"
    \n" +"
  • INV-
  • \n" +"
  • INV-10-
  • \n" +"
  • INVK-
  • \n" +"
  • INV-.AAAA.-.{branch}.-.MM.-.####
  • \n" +"
\n" +"
\n" +"
\n" #. Content of the 'Custom HTML Help' (HTML) field in DocType 'Print Format' #: frappe/printing/doctype/print_format/print_format.json @@ -314,7 +351,20 @@ msgid "

Custom CSS Help

\n\n" "

1. Add border to sections except the last section

\n\n" "
.section-break { padding: 30px 0px; border-bottom: 1px solid #eee; }\n"
 ".section-break:last-child { padding-bottom: 0px; border-bottom: 0px;  }
\n" -msgstr "" +msgstr "

Ayuda para la personalizacion del CSS

\n\n" +"

Notas:

\n\n" +"
    \n" +"
  1. Todos los grupos de campos (etiqueta + valor) son atributos establecidos data-fieldtype y data-fieldname
  2. \n" +"
  3. A todos los valores se les asigna la clase value
  4. \n" +"
  5. A todos los saltos de sección se les asigna la clase section-break
  6. \n" +"
  7. A todos los saltos de columna se les asigna la clase column-break
  8. \n" +"
\n\n" +"

Ejemplos

\n\n" +"

1. Alinear enteros a la izquierda

\n\n" +"
[data-fieldtype=\"Int\"] .value { text-align: left; }
\n\n" +"

1. Agregar borde a las secciones excepto a la última sección

\n\n" +"
.section-break { padding: 30px 0px; border-bottom: 1px solid #eee; }\n"
+".section-break:last-child { padding-bottom: 0px; border-bottom: 0px; }
\n" #. Content of the 'Print Format Help' (HTML) field in DocType 'Print Format' #: frappe/printing/doctype/print_format/print_format.json @@ -385,7 +435,72 @@ msgid "

Print Format Help

\n" "\t\t\n" "\t\n" "\n" -msgstr "" +msgstr "

Ayuda para el formato de impresión

\n" +"
\n" +"

Introducción

\n" +"

Los Formatos de Impresión se renderizan en el lado del servidor utilizando el Lenguaje de Plantillas Jinja. Todos los formularios tienen acceso al objeto doc que contiene información sobre el documento que se está formateando. También puede acceder a utilidades comunes a través del módulo frappe.

\n" +"

Para el estilo, se proporciona el framework CSS Boostrap y puede disfrutar de toda la gama de clases.

\n" +"
\n" +"

Referencias

\n" +"
    \n" +"\t
  1. Lenguaje de plantillas Jinja
  2. \n" +"\t
  3. Bootstrap CSS Framework
  4. \n" +"
\n" +"
\n" +"

Ejemplo

\n" +"
<h3>{{ doc.select_print_heading or \"Invoice\" }}</h3>\n"
+"<div class=\"row\">\n"
+"\t<div class=\"col-md-3 text-right\">Nombre del cliente</div>\n"
+"\t<div class=\"col-md-9\">{{ doc.customer_name }}</div>\n"
+"</div>\n"
+"<div class=\"row\">\n"
+"\t<div class=\"col-md-3 text-right\">Fecha</div>\n"
+"\t<div class=\"col-md-9\">{{ doc.get_formatted(\"invoice_date\") }}</div>\n"
+"</div>\n"
+"<table class=\"table table-bordered\">\n"
+"\t<tbody>\n"
+"\t\t<tr>\n"
+"\t\t\t<th>Sr</th>\n"
+"\t\t\t<th>Nombre del artículo</th>\n"
+"\t\t\t<th>Descripción</th>\n"
+"\t\t\t<th class=\"text-right\">Cantidad</th>\n"
+"\t\t\t<th class=\"text-right\">Tarifa</th>\n"
+"\t\t\t<th class=\"text-right\">Cantidad</th>\n"
+"\t\t</tr>\n"
+"\t\t{%- for row in doc.items -%}\n"
+"\t\t<tr>\n"
+"\t\t\t<td style=\"width: 3%;\">{{ row.idx }}</td>\n"
+"\t\t\t<td style=\"width: 20%;\">\n"
+"\t\t\t\t{{ row.item_name }}\n"
+"\t\t\t\t{% if row.item_code != row.item_name -%}\n"
+"\t\t\t\t<br>Código de artículo: {{ row.item_code}}\n"
+"\t\t\t\t{%- endif %}\n"
+"\t\t\t</td>\n"
+"\t\t\t<td style=\"width: 37%;\">\n"
+"\t\t\t\t<div style=\"border: 0px;\">{{ row.description }}</div></td>\n"
+"\t\t\t<td style=\"width: 10%; text-align: right;\">{{ row.qty }} {{ row.uom or row.stock_uom }}</td>\n"
+"\t\t\t<td style=\"width: 15%; text-align: right;\">{{\n"
+"\t\t\t\trow.get_formatted(\"rate\", doc) }}</td>\n"
+"\t\t\t<td style=\"width: 15%; text-align: right;\">{{\n"
+"\t\t\t\trow.get_formatted(\"amount\", doc) }}</td>\n"
+"\t\t</tr>\n"
+"\t\t{%- endfor -%}\n"
+"\t</tbody>\n"
+"</table>
\n" +"
\n" +"

Funciones comunes

\n" +"\n" +"\t\n" +"\t\t\n" +"\t\t\t\n" +"\t\t\t\n" +"\t\t\n" +"\t\t\n" +"\t\t\t\n" +"\t\t\t\n" +"\t\t\n" +"\t\n" +"
doc.get_formatted(\"[fieldname]\", [parent_doc])Obtiene el valor del documento formateado como Fecha, Divisa, etc. Pase el doc padre para los campos de tipo divisa.
frappe.db.get_value(\"[doctype]\", \"[name]\", \"fieldname\")Obtener valor de otro documento.
\n" #. Description of the 'Template' (Code) field in DocType 'Address Template' #: frappe/contacts/doctype/address_template/address_template.json @@ -402,7 +517,18 @@ msgid "

Default Template

\n" "{% if fax %}Fax: {{ fax }}<br>{% endif -%}\n" "{% if email_id %}Email: {{ email_id }}<br>{% endif -%}\n" "" -msgstr "" +msgstr "

Plantilla por defecto

\n" +"

Utiliza la Plantilla Jinja y todos los campos de Dirección (incluidos los Campos Personalizados si los hubiera) estarán disponibles

\n" +"
{{ address_line1 }}<br>\n"
+"{% if address_line2 %}{{ address_line2 }}<br>{% endif -%}\n"
+"{{ city }}<br>\n"
+"{% if state %}{{ state }}<br>{% endif -%}\n"
+"{% if pincode %} PIN:  {{ pincode }}<br>{% endif -%}\n"
+"{{ country }}<br>\n"
+"{% if phone %}Teléfono: {{ phone }}<br>{% endif -%}\n"
+"{% if fax %}Fax: {{ fax }}<br>{% endif -%}\n"
+"{% if email_id %}Correo electrónico: {{ email_id }}<br>{% endif -%}\n"
+"
" #. Content of the 'Email Reply Help' (HTML) field in DocType 'Email Template' #: frappe/email/doctype/email_template/email_template.json @@ -417,7 +543,17 @@ msgid "

Email Reply Example

\n\n" "

The fieldnames you can use in your email template are the fields in the document from which you are sending the email. You can find out the fields of any documents via Setup > Customize Form View and selecting the document type (e.g. Sales Invoice)

\n\n" "

Templating

\n\n" "

Templates are compiled using the Jinja Templating Language. To learn more about Jinja, read this documentation.

\n" -msgstr "" +msgstr "

Ejemplo de respuesta por correo electrónico

\n\n" +"
Pedido vencido\n\n"
+"La transacción {{ name }} ha excedido la fecha de vencimiento. Tome las medidas necesarias.\n\n"
+"Detalles\n\n"
+"- Cliente: {{ customer }}\n"
+"- Importe: {{ grand_total }}\n"
+"
\n\n" +"

Cómo obtener nombres de campo

\n\n" +"

Los nombres de campo que puedes usar en tu plantilla de correo electrónico son los campos del documento desde el que estás enviando el correo electrónico. Puede encontrar los campos de cualquier documento a través de Configuración > Personalizar la vista del formulario y seleccionar el tipo de documento (por ejemplo, Factura de venta)

\n\n" +"

Plantillas

\n\n" +"

Las plantillas se compilan utilizando el lenguaje de plantillas Jinja. Para obtener más información sobre Jinja, lea esta documentación.

\n" #. Content of the 'html_5' (HTML) field in DocType 'Data Import' #: frappe/core/doctype/data_import/data_import.json @@ -440,28 +576,46 @@ msgid "
Message Example
\n\n" "<li>Amount: {{ doc.grand_total }}\n" "</ul>\n" "" -msgstr "" +msgstr "
Ejemplo de mensaje
\n\n" +"
<h3>Pedido vencido</h3>\n\n"
+"<p>La transacción {{ doc.name }} ha excedido la fecha de vencimiento. Tome las medidas necesarias.</p>\n\n"
+"<!-- mostrar último comentario -->\n"
+"{% if comments %}\n"
+"Último comentario: {{ comments[-1].comment }} por {{ comments[-1].by }}\n"
+"{% endif %}\n\n"
+"<h4>Detalles</h4>\n\n"
+"<ul>\n"
+"<li>Cliente: {{ doc.customer }}\n"
+"<li>Cantidad: {{ doc.grand_total }}\n"
+"</ul>\n"
+"
" #. Content of the 'html_condition' (HTML) field in DocType 'Webhook' #: frappe/integrations/doctype/webhook/webhook.json msgid "

Condition Examples:

\n" "
doc.status==\"Open\"
doc.due_date==nowdate()
doc.total > 40000\n" "
" -msgstr "" +msgstr "

Ejemplos de condiciones:

\n" +"
doc.status==\"Open\"
doc.due_date==nowdate()
doc.total > 40000\n" +"
" #. Content of the 'html_7' (HTML) field in DocType 'Notification' #: frappe/email/doctype/notification/notification.json msgid "

Condition Examples:

\n" "
doc.status==\"Open\"
doc.due_date==nowdate()
doc.total > 40000\n" "
\n" -msgstr "" +msgstr "

Ejemplos de condiciones:

\n" +"
doc.status==\"Open\"
doc.due_date==nowdate()
doc.total > 40000\n" +"
\n" -#. Content of the 'Condition Description' (HTML) field in DocType 'Web Form' +#. Content of the 'Condition description' (HTML) field in DocType 'Web Form' #: frappe/website/doctype/web_form/web_form.json msgid "

Multiple webforms can be created for a single doctype. Add filters specific to this webform to display correct record after submission.

For Example:

\n" "

If you create a separate webform every year to capture feedback from employees add a \n" " field named year in doctype and add a filter year = 2023

\n" -msgstr "" +msgstr "

Se pueden crear varios formularios web para un mismo doctype. Añada filtros específicos a este formulario web para mostrar el registro correcto tras el envío.

Por ejemplo:

\n" +"

Si crea un formulario web independiente cada año para captar las opiniones de los empleados añada un campo \n" +" denominado año en doctype y añada un filtro year = 2023

\n" #. Description of the 'Context Script' (Code) field in DocType 'Web Page' #: frappe/website/doctype/web_page/web_page.json @@ -469,7 +623,10 @@ msgid "

Set context before rendering a template. Example:

\n" "

\n"
 "context.project = frappe.get_doc(\"Project\", frappe.form_dict.name)\n"
 "
" -msgstr "" +msgstr "

Establece el contexto antes de renderizar una plantilla. Ejemplo:

\n" +"

\n"
+"context.project = frappe.get_doc(\"Project\", frappe.form_dict.name)\n"
+"
" #. Content of the 'JS Message' (HTML) field in DocType 'Custom HTML Block' #: frappe/desk/doctype/custom_html_block/custom_html_block.json @@ -477,11 +634,14 @@ msgid "

To interact with above HTML you will have to use `root_element` as a p "let some_class_element = root_element.querySelector('.some-class');\n" "some_class_element.textContent = \"New content\";\n" "" -msgstr "" +msgstr "

Para interactuar con el HTML anterior, deberá utilizar `root_element` como selector principal.

Por ejemplo:

// aquí root_element se proporciona de forma predeterminada\n"
+"let some_class_element = root_element.querySelector('.some-class');\n"
+"some_class_element.textContent = \"New content\";\n"
+"
" #: frappe/twofactor.py:447 msgid "

Your OTP secret on {0} has been reset. If you did not perform this reset and did not request it, please contact your System Administrator immediately.

" -msgstr "" +msgstr "

Se ha restablecido su clave OTP en {0}. Si no realizó este restablecimiento ni lo solicitó, comuníquese con su administrador del sistema de inmediato.

" #. Description of the 'Cron Format' (Data) field in DocType 'Scheduled Job #. Type' @@ -528,29 +688,41 @@ msgid "
doc.grand_total > 0
\n\n" "
  • frappe.utils.now
  • \n" "\n" "

    Example:

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

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

    Las condiciones deben escribirse en Python simple. Utilice únicamente las propiedades disponibles en el formulario.

    \n" +"

    Funciones permitidas:\n" +"

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

    Ejemplo:

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

    " #. Header text in the Welcome Workspace Workspace #: frappe/core/workspace/welcome_workspace/welcome_workspace.json msgid "Hi," -msgstr "" +msgstr "Hola," #. Header text in the Tools Workspace #: frappe/automation/workspace/tools/tools.json msgid "Documents" -msgstr "" +msgstr "Documentos" #. Header text in the Website Workspace #: frappe/website/workspace/website/website.json msgid "Reports & Masters" -msgstr "" +msgstr "Informes y Datos Maestros" #. Header text in the Users Workspace #. Header text in the Integrations Workspace #: frappe/core/workspace/users/users.json #: frappe/integrations/workspace/integrations/integrations.json msgid "Reports & Masters" -msgstr "" +msgstr "Informes & Datos Maestros" #. Header text in the Tools Workspace #. Header text in the Users Workspace @@ -559,17 +731,17 @@ msgstr "" #: frappe/core/workspace/users/users.json #: frappe/website/workspace/website/website.json msgid "Your Shortcuts" -msgstr "" +msgstr "Tus accesos directos" #. Header text in the Build Workspace #: frappe/core/workspace/build/build.json msgid "Components to build your app" -msgstr "" +msgstr "Componentes para construir su aplicación" #. Header text in the Build Workspace #: frappe/core/workspace/build/build.json msgid "Get started
    " -msgstr "" +msgstr "Comenzar
    " #: frappe/custom/doctype/custom_field/custom_field.js:39 msgid "Warning: This field is system generated and may be overwritten by a future update. Modify it using {0} instead." @@ -606,7 +778,7 @@ msgstr "El nombre de un DocType debe empezar por una letra y sólo puede estar f msgid "A featured post must have a cover image" msgstr "Una publicación destacada debe tener una imagen de portada" -#: frappe/custom/doctype/custom_field/custom_field.py:173 +#: frappe/custom/doctype/custom_field/custom_field.py:174 msgid "A field with the name {0} already exists in {1}" msgstr "Ya existe un campo con el nombre {0} en {1}" @@ -623,7 +795,7 @@ msgstr "Una lista de los recursos que el cliente de aplicación tendrá acceso a msgid "A new account has been created for you at {0}" msgstr "Una nueva cuenta ha sido creada para usted en {0}" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:389 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:393 msgid "A recurring {0} {1} has been created for you via Auto Repeat {2}." msgstr "Se ha creado un {0} {1} recurrente para usted mediante la repetición automática {2}." @@ -715,7 +887,7 @@ msgstr "Endpoint de la API" #. Label of a Code field in DocType 'Social Login Key' #: frappe/integrations/doctype/social_login_key/social_login_key.json msgid "API Endpoint Args" -msgstr "" +msgstr "Argumentos del endpoint de la API" #. Label of a Data field in DocType 'User' #. Label of a Data field in DocType 'Google Settings' @@ -731,7 +903,7 @@ msgstr "Clave de API" #. Notification Settings' #: frappe/integrations/doctype/push_notification_settings/push_notification_settings.json msgid "API Key and Secret to interact with the relay server. These will be auto-generated when the first push notification is sent from any of the apps installed on this site." -msgstr "" +msgstr "Clave API y secreto para interactuar con el servidor de retransmisión. Se generarán automáticamente cuando se envíe la primera notificación push desde cualquiera de las aplicaciones instaladas en este sitio." #. Description of the 'API Key' (Data) field in DocType 'User' #: frappe/core/doctype/user/user.json @@ -791,6 +963,11 @@ msgstr "Quedan aproximadamente {0} minutos" msgid "About {0} seconds remaining" msgstr "Quedan aproximadamente {0} segundos" +#. Label of a Section Break field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Access Control" +msgstr "Control de acceso" + #. Label of a Data field in DocType 'S3 Backup Settings' #: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json msgid "Access Key ID" @@ -821,7 +998,7 @@ msgstr "Token de Acceso" msgid "Access Token URL" msgstr "URL de Token de Acceso" -#: frappe/auth.py:467 +#: frappe/auth.py:475 msgid "Access not allowed from this IP Address" msgstr "Acceso no permitido desde esta dirección IP" @@ -880,7 +1057,7 @@ msgstr "Acción / Ruta" msgid "Action Complete" msgstr "Acción completada" -#: frappe/model/document.py:1679 +#: frappe/model/document.py:1683 msgid "Action Failed" msgstr "Acción Fallida" @@ -1036,12 +1213,12 @@ msgstr "Añadir Categoría Blog" #. Label of a Check field in DocType 'Web Page Block' #: frappe/website/doctype/web_page_block/web_page_block.json msgid "Add Border at Bottom" -msgstr "" +msgstr "Añadir borde en la parte inferior" #. Label of a Check field in DocType 'Web Page Block' #: frappe/website/doctype/web_page_block/web_page_block.json msgid "Add Border at Top" -msgstr "" +msgstr "Añadir borde en la parte superior" #: frappe/public/js/frappe/views/reports/query_report.js:210 msgid "Add Chart to Dashboard" @@ -1052,8 +1229,8 @@ msgid "Add Child" msgstr "Agregar hijo" #: frappe/public/js/frappe/views/kanban/kanban_board.html:4 -#: frappe/public/js/frappe/views/reports/query_report.js:1683 -#: frappe/public/js/frappe/views/reports/query_report.js:1686 +#: frappe/public/js/frappe/views/reports/query_report.js:1690 +#: frappe/public/js/frappe/views/reports/query_report.js:1693 #: frappe/public/js/frappe/views/reports/report_view.js:325 #: frappe/public/js/frappe/views/reports/report_view.js:350 #: frappe/public/js/print_format_builder/Field.vue:112 @@ -1118,7 +1295,7 @@ msgstr "Agregar parámetros de consulta" msgid "Add Review" msgstr "Agregar una opinión" -#: frappe/core/doctype/user/user.py:790 +#: frappe/core/doctype/user/user.py:751 msgid "Add Roles" msgstr "Añadir Roles" @@ -1135,12 +1312,12 @@ msgstr "Agregar Firma" #. Label of a Check field in DocType 'Web Page Block' #: frappe/website/doctype/web_page_block/web_page_block.json msgid "Add Space at Bottom" -msgstr "" +msgstr "Añadir espacio en la parte inferior" #. Label of a Check field in DocType 'Web Page Block' #: frappe/website/doctype/web_page_block/web_page_block.json msgid "Add Space at Top" -msgstr "" +msgstr "Añadir espacio en la parte superior" #: frappe/email/doctype/email_group/email_group.js:38 #: frappe/email/doctype/email_group/email_group.js:59 @@ -1151,7 +1328,7 @@ msgstr "Añadir Suscriptores" msgid "Add Tags" msgstr "Añadir etiquetas" -#: frappe/public/js/frappe/list/list_view.js:1895 +#: frappe/public/js/frappe/list/list_view.js:1903 msgctxt "Button in list view actions menu" msgid "Add Tags" msgstr "Añadir etiquetas" @@ -1177,7 +1354,7 @@ msgstr "Agregar permisos de usuario" #. Label of a Check field in DocType 'Event' #: frappe/desk/doctype/event/event.json msgid "Add Video Conferencing" -msgstr "" +msgstr "Añadir videoconferencia" #: frappe/public/js/frappe/ui/filters/filter_list.js:298 msgid "Add a Filter" @@ -1211,11 +1388,11 @@ msgstr "Agregar una fila al final" #: frappe/public/js/frappe/form/form.js:200 msgid "Add a row at the top" -msgstr "" +msgstr "Añadir una fila en la parte superior" #: frappe/public/js/frappe/form/form.js:196 msgid "Add a row below the current row" -msgstr "" +msgstr "Añadir una fila debajo de la fila actual" #: frappe/public/js/frappe/views/dashboard/dashboard_view.js:285 msgid "Add a {0} Chart" @@ -1272,7 +1449,7 @@ msgstr "Agregar a la tabla" #: frappe/public/js/frappe/form/footer/form_timeline.js:99 msgid "Add to this activity by mailing to {0}" -msgstr "" +msgstr "Añadir a esta actividad enviando un correo a {0}" #: frappe/public/js/frappe/views/kanban/kanban_column.html:20 msgid "Add {0}" @@ -1286,7 +1463,7 @@ msgstr "HTML añadido en la sección <head> de la página web, utiliza sob #: frappe/core/doctype/log_settings/log_settings.py:82 msgid "Added default log doctypes: {}" -msgstr "" +msgstr "Se añadieron Doctypes de registro predeterminado" #: frappe/core/doctype/file/file.py:722 msgid "Added {0}" @@ -1297,10 +1474,6 @@ msgstr "Añadido {0}" msgid "Added {0} ({1})" msgstr "Añadido: {0} ({1})" -#: frappe/core/doctype/user/user.py:272 -msgid "Adding System Manager to this User as there must be atleast one System Manager" -msgstr "Agregando como administrador del sistema a este usuario, ya que debe haber al menos uno" - #. Label of a Section Break field in DocType 'Custom DocPerm' #. Label of a Section Break field in DocType 'DocPerm' #. Label of a Section Break field in DocType 'User Document Type' @@ -1407,11 +1580,11 @@ msgstr "Administración" msgid "Administrator" msgstr "Administrador" -#: frappe/core/doctype/user/user.py:1195 +#: frappe/core/doctype/user/user.py:1149 msgid "Administrator Logged In" msgstr "Administrador logeado" -#: frappe/core/doctype/user/user.py:1189 +#: frappe/core/doctype/user/user.py:1143 msgid "Administrator accessed {0} on {1} via IP Address {2}." msgstr "Acceso de Administrador {0} en {1} a través de la dirección IP {2}." @@ -1427,8 +1600,8 @@ msgstr "Anticipado" msgid "Advanced Control" msgstr "Control Avanzado" -#: frappe/public/js/frappe/form/controls/link.js:319 -#: frappe/public/js/frappe/form/controls/link.js:321 +#: frappe/public/js/frappe/form/controls/link.js:327 +#: frappe/public/js/frappe/form/controls/link.js:329 msgid "Advanced Search" msgstr "Búsqueda Avanzada" @@ -1437,6 +1610,11 @@ msgstr "Búsqueda Avanzada" msgid "Advanced Settings" msgstr "Ajustes Avanzados" +#: frappe/public/js/frappe/ui/filters/filter.js:61 +#: frappe/public/js/frappe/ui/filters/filter.js:67 +msgid "After" +msgstr "Después" + #. Option for the 'DocType Event' (Select) field in DocType 'Server Script' #: frappe/core/doctype/server_script/server_script.json msgid "After Cancel" @@ -1470,7 +1648,7 @@ msgstr "Después de Guardar (Documento Enviado)" #. Label of a Section Break field in DocType 'Web Form' #: frappe/website/doctype/web_form/web_form.json msgid "After Submission" -msgstr "" +msgstr "Después de enviar" #. Option for the 'DocType Event' (Select) field in DocType 'Server Script' #: frappe/core/doctype/server_script/server_script.json @@ -1479,7 +1657,7 @@ msgstr "Después de enviar" #: frappe/desk/doctype/number_card/number_card.py:59 msgid "Aggregate Field is required to create a number card" -msgstr "" +msgstr "El campo Agregado es necesario para crear una Widget numérico" #. Label of a Select field in DocType 'Dashboard Chart' #. Label of a Select field in DocType 'Number Card' @@ -1565,7 +1743,7 @@ msgstr "Todos los registros" #: frappe/public/js/frappe/form/form.js:2123 msgid "All Submissions" -msgstr "" +msgstr "Todas las entregas" #: frappe/custom/doctype/customize_form/customize_form.js:452 msgid "All customizations will be removed. Please confirm." @@ -1573,12 +1751,12 @@ msgstr "Se eliminarán todas las personalizaciones. Por favor confirmar." #: frappe/templates/includes/comments/comments.html:158 msgid "All fields are necessary to submit the comment." -msgstr "" +msgstr "Todos los campos son necesarios para validar el comentario." #. Description of the 'Document States' (Table) field in DocType 'Workflow' #: frappe/workflow/doctype/workflow/workflow.json msgid "All possible Workflow States and roles of the workflow. Docstatus Options: 0 is \"Saved\", 1 is \"Submitted\" and 2 is \"Cancelled\"" -msgstr "" +msgstr "Todos los estados y roles posibles del flujo de trabajo. Opciones de estado del documento: 0 es \"Guardado\", 1 es \"Enviado\" y 2 es \"Cancelado\"" #: frappe/utils/password_strength.py:179 msgid "All-uppercase is almost as easy to guess as all-lowercase." @@ -1620,6 +1798,11 @@ msgstr "Permitir repetición automática" msgid "Allow Bulk Edit" msgstr "Permitir edición masiva" +#. Label of a Check field in DocType 'List View Settings' +#: frappe/desk/doctype/list_view_settings/list_view_settings.json +msgid "Allow Bulk Editing" +msgstr "Permitir edición masiva" + #. Label of a Check field in DocType 'Web Form' #: frappe/website/doctype/web_form/web_form.json msgid "Allow Comments" @@ -1643,7 +1826,7 @@ msgstr "Permitir Acceso a Dropbox" #. Label of a Check field in DocType 'Web Form' #: frappe/website/doctype/web_form/web_form.json msgid "Allow Editing After Submit" -msgstr "" +msgstr "Permitir edición después de enviar" #: frappe/integrations/doctype/google_calendar/google_calendar.py:101 #: frappe/integrations/doctype/google_calendar/google_calendar.py:115 @@ -1713,12 +1896,12 @@ msgstr "Permitir módulos" #. Label of a Check field in DocType 'Web Form' #: frappe/website/doctype/web_form/web_form.json msgid "Allow Multiple Responses" -msgstr "" +msgstr "Permitir múltiples respuestas" #. Label of a Check field in DocType 'System Settings' #: frappe/core/doctype/system_settings/system_settings.json msgid "Allow Older Web View Links (Insecure)" -msgstr "" +msgstr "Permitir enlaces de visualización web antiguos (inseguros)" #. Label of a Check field in DocType 'Web Form' #: frappe/website/doctype/web_form/web_form.json @@ -1731,7 +1914,7 @@ msgid "Allow Print for Cancelled" msgstr "Permitir impresión para Cancelado" #. Label of a Check field in DocType 'Print Settings' -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:396 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:400 #: frappe/printing/doctype/print_settings/print_settings.json msgid "Allow Print for Draft" msgstr "Permitir Impresión para Borrador" @@ -1777,6 +1960,14 @@ msgstr "Permitir aprobación para el creador del documento" msgid "Allow document creation via Email" msgstr "Permitir la creación de documentos por correo electrónico" +#. Description of the 'Allow Bulk Editing' (Check) field in DocType 'List View +#. Settings' +#: frappe/desk/doctype/list_view_settings/list_view_settings.json +msgid "Allow editing even if the doctype has a workflow set up.\n\n" +"Does nothing if a workflow isn't set up." +msgstr "Permitir la edición incluso si el tipo de documento tiene un flujo de trabajo configurado.\n\n" +"No hace nada si no hay un flujo de trabajo configurado." + #. Label of a Check field in DocType 'DocType' #: frappe/core/doctype/doctype/doctype.json msgid "Allow events in timeline" @@ -1834,7 +2025,7 @@ msgstr "Permitir que el usuario ingrese sólo antes de esta hora (0-24)" #. Settings' #: frappe/core/doctype/system_settings/system_settings.json msgid "Allow users to log in without a password, using a login link sent to their email" -msgstr "" +msgstr "Permitir a los usuarios iniciar sesión sin contraseña, utilizando un enlace de inicio de sesión enviado a su correo electrónico" #. Label of a Link field in DocType 'Workflow Transition' #: frappe/workflow/doctype/workflow_transition/workflow_transition.json @@ -1861,11 +2052,16 @@ msgstr "Módulos Permitidos" msgid "Allowed Roles" msgstr "Roles permitidos" +#. Label of a Small Text field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Allowed embedding domains" +msgstr "Dominios integrados permitidos" + #: frappe/public/js/frappe/form/form.js:1187 msgid "Allowing DocType, DocType. Be careful!" msgstr "Precaución, autorizando 'DocType'" -#: frappe/core/doctype/user/user.py:999 +#: frappe/core/doctype/user/user.py:960 msgid "Already Registered" msgstr "Ya está Registrado" @@ -1884,7 +2080,7 @@ msgstr "También se agrega el campo de dependencia de estado {0}" #. Label of a Data field in DocType 'Email Account' #: frappe/email/doctype/email_account/email_account.json msgid "Alternative Email ID" -msgstr "" +msgstr "ID de correo electrónico alternativo" #. Label of a Check field in DocType 'Print Settings' #: frappe/printing/doctype/print_settings/print_settings.json @@ -1894,7 +2090,7 @@ msgstr "Agregar siempre \"Borrador\" al imprimir borradores de documentos" #. Label of a Check field in DocType 'Email Account' #: frappe/email/doctype/email_account/email_account.json msgid "Always use this email address as sender address" -msgstr "" +msgstr "Utilice siempre esta dirección de correo electrónico como dirección de remitente" #. Label of a Check field in DocType 'Email Account' #: frappe/email/doctype/email_account/email_account.json @@ -1944,11 +2140,11 @@ msgstr "Corrigiento" #. Label of a Table field in DocType 'Document Naming Settings' #: frappe/core/doctype/document_naming_settings/document_naming_settings.json msgid "Amendment Naming Override" -msgstr "" +msgstr "Sobrescribir la nomenclatura de enmiendas" #: frappe/core/doctype/document_naming_settings/document_naming_settings.py:207 msgid "Amendment naming rules updated." -msgstr "" +msgstr "Reglas de nomenclatura rectificada actualizadas." #: frappe/public/js/frappe/ui/toolbar/toolbar.js:312 msgid "An error occurred while setting Session Defaults" @@ -1994,8 +2190,8 @@ msgstr "Matriz de anonimización" #. Label of a Check field in DocType 'Web Form' #: frappe/website/doctype/web_form/web_form.json -msgid "Anonymous" -msgstr "Anónimo" +msgid "Anonymous responses" +msgstr "Respuestas anónimas" #: frappe/public/js/frappe/request.js:186 msgid "Another transaction is blocking this one. Please try again in a few seconds." @@ -2012,7 +2208,7 @@ msgstr "Se puede usar cualquier lenguaje de impresora basado en cadenas. Escribi #: frappe/core/page/permission_manager/permission_manager_help.html:36 msgid "Apart from System Manager, roles with Set User Permissions right can set permissions for other users for that Document Type." -msgstr "" +msgstr "Además del Administrador del sistema, los roles con el derecho \"Establecer permisos de usuario\" pueden establecer permisos para otros usuarios para ese tipo de documento." #. Label of a Tab Break field in DocType 'System Settings' #. Label of a Section Break field in DocType 'User' @@ -2032,7 +2228,7 @@ msgstr "Clave de Acceso de Aplicación" #: frappe/integrations/doctype/dropbox_settings/dropbox_settings.js:22 msgid "App Access Key and/or Secret Key are not present." -msgstr "" +msgstr "La clave de acceso a la aplicación y/o la clave secreta no están presentes." #. Label of a Data field in DocType 'OAuth Client' #: frappe/integrations/doctype/oauth_client/oauth_client.json @@ -2076,7 +2272,7 @@ msgstr "Clave Secreta de Aplicación" msgid "App not found for module: {0}" msgstr "App no encontrada para el módulo: {0}" -#: frappe/__init__.py:1761 +#: frappe/__init__.py:1711 msgid "App {0} is not installed" msgstr "Aplicación {0} no está instalada" @@ -2094,14 +2290,14 @@ msgstr "Agregar correos electrónicos a la carpeta enviada" msgid "Append To" msgstr "Anexar a" -#: frappe/email/doctype/email_account/email_account.py:183 +#: frappe/email/doctype/email_account/email_account.py:184 msgid "Append To can be one of {0}" msgstr "'Añadir a' puede ser un {0}" #. Description of the 'Append To' (Link) field in DocType 'Email Account' #: frappe/email/doctype/email_account/email_account.json msgid "Append as communication against this DocType (must have fields: \"Sender\" and \"Subject\"). These fields can be defined in the email settings section of the appended doctype." -msgstr "" +msgstr "Anexar como comunicación a este DocType (debe tener los campos: \"Remitente\" y \"Asunto\"). Estos campos se pueden definir en la sección de configuración de correo electrónico del DocType anexado." #: frappe/core/doctype/user_permission/user_permission_list.js:105 msgid "Applicable Document Types" @@ -2137,9 +2333,9 @@ msgstr "Aplicado en" #: frappe/public/js/form_builder/components/Field.vue:103 msgid "Apply" -msgstr "" +msgstr "Aplicar" -#: frappe/public/js/frappe/list/list_view.js:1880 +#: frappe/public/js/frappe/list/list_view.js:1888 msgctxt "Button in list view actions menu" msgid "Apply Assignment Rule" msgstr "Aplicar regla de asignación" @@ -2227,7 +2423,7 @@ msgstr "Ar" #: frappe/public/js/frappe/views/kanban/kanban_column.html:14 msgid "Archive" -msgstr "" +msgstr "Archivar" #. Option for the 'Status' (Select) field in DocType 'Kanban Board Column' #: frappe/desk/doctype/kanban_board_column/kanban_board_column.json @@ -2263,7 +2459,7 @@ msgstr "¿Está seguro de que desea eliminar la sección? Todas las columnas y l #: frappe/public/js/form_builder/components/Tabs.vue:65 msgctxt "Confirmation dialog message" msgid "Are you sure you want to delete the tab? All the sections along with fields in the tab will be moved to the previous tab." -msgstr "" +msgstr "¿Está seguro de que desea eliminar la sección? Todas las columnas y los campos de la sección se moverán a la sección anterior." #: frappe/public/js/frappe/web_form/web_form.js:185 msgid "Are you sure you want to discard the changes?" @@ -2330,11 +2526,11 @@ msgstr "Como práctica recomendada, no asigne el mismo conjunto de reglas de per #: frappe/desk/form/assign_to.py:106 msgid "As document sharing is disabled, please give them the required permissions before assigning." -msgstr "" +msgstr "Como el uso compartido de documentos está deshabilitado, otórgueles los permisos necesarios antes de asignarlos." #: frappe/templates/emails/account_deletion_notification.html:3 msgid "As per your request, your account and data on {0} associated with email {1} has been permanently deleted" -msgstr "" +msgstr "De acuerdo con su solicitud, su cuenta y los datos de {0} asociados al correo electrónico {1} se han eliminado de forma permanente." #. Label of a Code field in DocType 'Assignment Rule' #: frappe/automation/doctype/assignment_rule/assignment_rule.json @@ -2345,7 +2541,7 @@ msgstr "Asignar condición" msgid "Assign To" msgstr "Asignar a" -#: frappe/public/js/frappe/list/list_view.js:1841 +#: frappe/public/js/frappe/list/list_view.js:1849 msgctxt "Button in list view actions menu" msgid "Assign To" msgstr "Asignar a" @@ -2452,8 +2648,8 @@ msgstr "Día de la regla de asignación" msgid "Assignment Rule User" msgstr "Usuario de regla de asignación" -#: frappe/automation/doctype/assignment_rule/assignment_rule.py:54 -msgid "Assignment Rule is not allowed on {0} document type" +#: frappe/automation/doctype/assignment_rule/assignment_rule.py:55 +msgid "Assignment Rule is not allowed on document type {0}" msgstr "La regla de asignación no está permitida en el tipo de documento {0}" #. Label of a Section Break field in DocType 'Assignment Rule' @@ -2485,7 +2681,7 @@ msgstr "Se requiere al menos una columna para mostrar en la cuadrícula." #: frappe/website/doctype/web_form/web_form.js:73 msgid "Atleast one field is required in Web Form Fields Table" -msgstr "" +msgstr "Se requiere al menos un campo en la tabla de campos del formulario web" #: frappe/core/doctype/data_export/data_export.js:44 msgid "Atleast one field of Parent Document Type is mandatory" @@ -2533,7 +2729,7 @@ msgstr "Adjuntar Impresión" #: frappe/public/js/frappe/file_uploader/WebLink.vue:10 msgid "Attach a web link" -msgstr "" +msgstr "Adjuntar un enlace web" #: frappe/website/doctype/website_slideshow/website_slideshow.js:8 msgid "Attach files / urls and add in table." @@ -2561,7 +2757,7 @@ msgstr "Asociado A Nombre" #: frappe/core/doctype/file/file.py:139 msgid "Attached To Name must be a string or an integer" -msgstr "" +msgstr "El nombre \"Adjuntado a\" debe ser una cadena o un entero" #. Option for the 'Comment Type' (Select) field in DocType 'Comment' #. Option for the 'Comment Type' (Select) field in DocType 'Communication' @@ -2623,7 +2819,7 @@ msgstr "Audiencia" #. Name of a report #: frappe/custom/report/audit_system_hooks/audit_system_hooks.json msgid "Audit System Hooks" -msgstr "" +msgstr "Auditoría de Hooks" #. Name of a DocType #: frappe/core/doctype/audit_trail/audit_trail.json @@ -2633,7 +2829,12 @@ msgstr "Registro de auditoría" #. Label of a Code field in DocType 'Social Login Key' #: frappe/integrations/doctype/social_login_key/social_login_key.json msgid "Auth URL Data" -msgstr "" +msgstr "Datos de URL de autenticación" + +#. Label of a Check field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Authenticate as Service Principal" +msgstr "Autenticarse como Principal de Servicio" #. Label of a Section Break field in DocType 'Email Account' #. Label of a Section Break field in DocType 'Push Notification Settings' @@ -2648,7 +2849,7 @@ msgstr "Autenticación" msgid "Authentication Apps you can use are: " msgstr "Las aplicaciones de autenticación que puede utilizar son: " -#: frappe/email/doctype/email_account/email_account.py:310 +#: frappe/email/doctype/email_account/email_account.py:311 msgid "Authentication failed while receiving emails from Email Account: {0}." msgstr "Error de autenticación al recibir correos electrónicos de la cuenta de correo electrónico: {0}." @@ -2749,25 +2950,25 @@ msgstr "Repetición Automática" #. Name of a DocType #: frappe/automation/doctype/auto_repeat_day/auto_repeat_day.json msgid "Auto Repeat Day" -msgstr "" +msgstr "Repetición automática del día" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:159 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:163 msgid "Auto Repeat Day{0} {1} has been repeated." -msgstr "" +msgstr "Repetición automática del día {0} {1} ha sido repetida." -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:437 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:441 msgid "Auto Repeat Document Creation Failed" msgstr "Repetición automática de creación de documento fallida" #: frappe/automation/doctype/auto_repeat/auto_repeat.js:115 msgid "Auto Repeat Schedule" -msgstr "" +msgstr "Programación de repetición automática" #: frappe/public/js/frappe/utils/common.js:434 msgid "Auto Repeat created for this document" msgstr "Repetición automática creada para este documento" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:440 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:444 msgid "Auto Repeat failed for {0}" msgstr "La repetición automática falló para {0}" @@ -2781,24 +2982,24 @@ msgstr "Respuestas Automáticas" msgid "Auto Reply Message" msgstr "Mensaje de Repuesta Automática" -#: frappe/automation/doctype/assignment_rule/assignment_rule.py:175 +#: frappe/automation/doctype/assignment_rule/assignment_rule.py:177 msgid "Auto assignment failed: {0}" msgstr "La asignación automática falló: {0}" #. Label of a Check field in DocType 'User' #: frappe/core/doctype/user/user.json msgid "Auto follow documents that are assigned to you" -msgstr "" +msgstr "Seguir automáticamente los documentos que se le han asignado" #. Label of a Check field in DocType 'User' #: frappe/core/doctype/user/user.json msgid "Auto follow documents that are shared with you" -msgstr "" +msgstr "Seguimiento automático de documentos que se comparten contigo" #. Label of a Check field in DocType 'User' #: frappe/core/doctype/user/user.json msgid "Auto follow documents that you Like" -msgstr "" +msgstr "Sigue automáticamente los documentos a los que le has dado me gusta" #. Label of a Check field in DocType 'User' #: frappe/core/doctype/user/user.json @@ -2827,7 +3028,7 @@ msgstr "Autoincremento" #. Description of a Card Break in the Build Workspace #: frappe/core/workspace/build/build.json msgid "Automate processes and extend standard functionality using scripts and background jobs" -msgstr "" +msgstr "Automatice procesos y amplíe la funcionalidad estándar mediante scripts y trabajos en segundo plano" #. Option for the 'Communication Type' (Select) field in DocType #. 'Communication' @@ -2841,11 +3042,11 @@ msgstr "Mensaje automático" msgid "Automatic" msgstr "Automático" -#: frappe/email/doctype/email_account/email_account.py:718 +#: frappe/email/doctype/email_account/email_account.py:719 msgid "Automatic Linking can be activated only for one Email Account." msgstr "La vinculación automática solo se puede activar para una cuenta de correo electrónico." -#: frappe/email/doctype/email_account/email_account.py:712 +#: frappe/email/doctype/email_account/email_account.py:713 msgid "Automatic Linking can be activated only if Incoming is enabled." msgstr "La vinculación automática solo se puede activar si está entrante habilitado." @@ -2915,7 +3116,7 @@ msgstr "Buen Trabajo" #: frappe/public/js/frappe/widgets/onboarding_widget.js:358 msgid "Awesome, now try making an entry yourself" -msgstr "" +msgstr "Genial, ahora intenta crear una entrada tú mismo." #: frappe/public/js/frappe/utils/number_systems.js:9 msgctxt "Number system" @@ -3196,6 +3397,11 @@ msgstr "Base" msgid "Basic Info" msgstr "Información básica" +#: frappe/public/js/frappe/ui/filters/filter.js:60 +#: frappe/public/js/frappe/ui/filters/filter.js:66 +msgid "Before" +msgstr "Antes" + #. Option for the 'DocType Event' (Select) field in DocType 'Server Script' #: frappe/core/doctype/server_script/server_script.json msgid "Before Cancel" @@ -3380,14 +3586,14 @@ msgstr "Bloguero" #. Subtitle of the Module Onboarding 'Website' #: frappe/website/module_onboarding/website/website.json msgid "Blogs, Website View Tracking, and more." -msgstr "" +msgstr "Blogs, seguimiento de visitas a sitios web y mucho más." #. Option for the 'Color' (Select) field in DocType 'DocType State' #. Option for the 'Indicator' (Select) field in DocType 'Kanban Board Column' #: frappe/core/doctype/doctype_state/doctype_state.json #: frappe/desk/doctype/kanban_board_column/kanban_board_column.json msgid "Blue" -msgstr "" +msgstr "Azul" #. Label of a Check field in DocType 'DocField' #. Label of a Check field in DocType 'Custom Field' @@ -3484,7 +3690,7 @@ msgstr "Migas" #: frappe/website/doctype/blog_post/templates/blog_post_list.html:21 #: frappe/website/doctype/blog_settings/blog_settings.json msgid "Browse by category" -msgstr "" +msgstr "Buscar por categoría" #. Label of a Data field in DocType 'Web Page View' #: frappe/website/doctype/web_page_view/web_page_view.json @@ -3518,7 +3724,7 @@ msgstr "Cesta {0} no encontrada." #. Label of a Data field in DocType 'System Health Report' #: frappe/desk/doctype/system_health_report/system_health_report.json msgid "Bufferpool Size" -msgstr "" +msgstr "Tamaño del Bufferpool" #. Name of a Workspace #: frappe/core/workspace/build/build.json @@ -3528,7 +3734,7 @@ msgstr "Construir" #. Description of a Card Break in the Build Workspace #: frappe/core/workspace/build/build.json msgid "Build your own reports, print formats, and dashboards. Create personalized workspaces for easier navigation" -msgstr "" +msgstr "Cree sus propios informes, formatos de impresión y paneles de control. Cree espacios de trabajo personalizados para una navegación más sencilla" #: frappe/workflow/doctype/workflow/workflow_list.js:18 msgid "Build {0}" @@ -3538,8 +3744,8 @@ msgstr "Construir {0}" msgid "Built on {0}" msgstr "Construido en {0}" -#. Label of a Check field in DocType 'Role' -#: frappe/core/doctype/role/role.json +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json msgid "Bulk Actions" msgstr "Acciones masivas" @@ -3630,7 +3836,7 @@ msgstr "Por defecto, el título se usa como meta título, agregar un valor aquí #. DocType 'S3 Backup Settings' #: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json msgid "By default, emails are only sent for failed backups." -msgstr "" +msgstr "Por defecto, sólo se envían correos electrónicos en caso de copias de seguridad fallidas." #. Option for the 'Naming Rule' (Select) field in DocType 'DocType' #. Option for the 'Naming Rule' (Select) field in DocType 'Customize Form' @@ -3705,7 +3911,7 @@ msgstr "Clase CSS" #. Step' #: frappe/desk/doctype/form_tour_step/form_tour_step.json msgid "CSS selector for the element you want to highlight." -msgstr "" +msgstr "Selector CSS para el elemento que desea resaltar." #. Option for the 'File Type' (Select) field in DocType 'Data Export' #. Option for the 'Format' (Select) field in DocType 'Auto Email Report' @@ -3733,7 +3939,7 @@ msgstr "Caché" msgid "Cache Cleared" msgstr "Memoria caché borrada" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:170 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:181 msgid "Calculate" msgstr "Calcular" @@ -3778,7 +3984,7 @@ msgstr "URL de llamada a la acción" #. Label of a Section Break field in DocType 'Blog Settings' #: frappe/website/doctype/blog_settings/blog_settings.json msgid "Call to Action" -msgstr "" +msgstr "Llamada a la acción" #. Label of a Small Text field in DocType 'Onboarding Step' #: frappe/desk/doctype/onboarding_step/onboarding_step.json @@ -3829,19 +4035,19 @@ msgstr "Puede Enviar" msgid "Can Write" msgstr "Puede Escribir" -#: frappe/custom/doctype/custom_field/custom_field.py:360 +#: frappe/custom/doctype/custom_field/custom_field.py:361 msgid "Can not rename as column {0} is already present on DocType." msgstr "No se puede renombrar porque la columna {0} ya está presente en DocType." #: frappe/core/doctype/doctype/doctype.py:1125 msgid "Can only change to/from Autoincrement naming rule when there is no data in the doctype" -msgstr "" +msgstr "Solo puede cambiar a/desde la regla de nomenclatura Autoincremento cuando no hay datos en el Doctype" #. Description of the 'Apply User Permission On' (Link) field in DocType 'User #. Type' #: frappe/core/doctype/user_type/user_type.json msgid "Can only list down the document types which has been linked to the User document type." -msgstr "" +msgstr "Sólo puede listar los tipos de documento que han sido vinculados al tipo de documento Usuario." #: frappe/model/rename_doc.py:363 msgid "Can't rename {0} to {1} because {0} doesn't exist." @@ -3863,7 +4069,7 @@ msgstr "No se puede renombrar {0} a {1} porque {0} no existe." msgid "Cancel" msgstr "Cancelar" -#: frappe/public/js/frappe/list/list_view.js:1950 +#: frappe/public/js/frappe/list/list_view.js:1958 msgctxt "Button in list view actions menu" msgid "Cancel" msgstr "Cancelar" @@ -3885,7 +4091,7 @@ msgstr "Cancelar todos los documentos" msgid "Cancel Scheduling" msgstr "Cancelar Programación" -#: frappe/public/js/frappe/list/list_view.js:1955 +#: frappe/public/js/frappe/list/list_view.js:1963 msgctxt "Title of confirmation dialog" msgid "Cancel {0} documents?" msgstr "¿Cancelar {0} documentos?" @@ -3901,7 +4107,7 @@ msgstr "¿Cancelar {0} documentos?" #: frappe/desk/form/save.py:59 #: frappe/integrations/doctype/integration_request/integration_request.json #: frappe/public/js/frappe/model/indicator.js:78 -#: frappe/public/js/frappe/ui/filters/filter.js:500 +#: frappe/public/js/frappe/ui/filters/filter.js:532 msgid "Cancelled" msgstr "Cancelado" @@ -3944,7 +4150,7 @@ msgstr "No se puede acceder a la ruta del archivo {0}" #: frappe/public/js/workflow_builder/utils.js:183 msgid "Cannot cancel before submitting while transitioning from {0} State to {1} State" -msgstr "" +msgstr "No se puede cancelar antes de validar durante la transición del estado {0} al estado {1}" #: frappe/workflow/doctype/workflow/workflow.py:110 msgid "Cannot cancel before submitting. See Transition {0}" @@ -3954,17 +4160,17 @@ msgstr "No se puede cancelar antes de enviar. Ver transmisión {0}" msgid "Cannot cancel {0}." msgstr "No se puede cancelar {0}." -#: frappe/model/document.py:846 +#: frappe/model/document.py:850 msgid "Cannot change docstatus from 0 (Draft) to 2 (Cancelled)" msgstr "No se puede cambiar el estado del documento de 0 (Borrador) a 2 (Cancelado)" -#: frappe/model/document.py:860 +#: frappe/model/document.py:864 msgid "Cannot change docstatus from 1 (Submitted) to 0 (Draft)" msgstr "No se puede cambiar el estado del documento de 1 (Enviado) a 0 (Borrador)" #: frappe/public/js/workflow_builder/utils.js:170 msgid "Cannot change state of Cancelled Document ({0} State)" -msgstr "" +msgstr "No se puede cambiar el estado del documento cancelado (Estado{0})" #: frappe/workflow/doctype/workflow/workflow.py:99 msgid "Cannot change state of Cancelled Document. Transition row {0}" @@ -3972,13 +4178,13 @@ msgstr "No se puede cambiar el estado de un documento cancelado, Transition row #: frappe/core/doctype/doctype/doctype.py:1115 msgid "Cannot change to/from autoincrement autoname in Customize Form" -msgstr "" +msgstr "No se puede cambiar a/desde autoincremento autonombre en Personalizar formulario" #: frappe/core/doctype/communication/communication.py:192 msgid "Cannot create a {0} against a child document: {1}" msgstr "No se puede crear un {0} en contra de un documento secundario: {1}" -#: frappe/desk/doctype/workspace/workspace.py:254 +#: frappe/desk/doctype/workspace/workspace.py:258 msgid "Cannot create private workspace of other users" msgstr "No se puede crear un Área de Trabajo privado para otros usuarios" @@ -3990,11 +4196,11 @@ msgstr "No se puede eliminar la carpeta principal y sus carpetas adjuntas" msgid "Cannot delete or cancel because {0} {1} is linked with {2} {3} {4}" msgstr "No se puede eliminar o cancelar porque {0} {1} está vinculado con {2} {3} {4}" -#: frappe/desk/doctype/workspace/workspace.py:420 +#: frappe/desk/doctype/workspace/workspace.py:424 msgid "Cannot delete private workspace of other users" msgstr "No se puede eliminar el Área de Trabajo privado de otros usuarios" -#: frappe/desk/doctype/workspace/workspace.py:413 +#: frappe/desk/doctype/workspace/workspace.py:417 msgid "Cannot delete public workspace without Workspace Manager role" msgstr "No se puede eliminar el Área de Trabajo público sin la función de Administrador del Área de Trabajo" @@ -4015,7 +4221,7 @@ msgstr "No se puede eliminar el campo estándar {0}. Puede ocul #: frappe/public/js/form_builder/components/Section.vue:190 #: frappe/public/js/form_builder/components/Tabs.vue:56 msgid "Cannot delete standard field. You can hide it if you want" -msgstr "" +msgstr "No se puede eliminar el campo estándar. Puedes ocultarlo si lo deseas." #: frappe/custom/doctype/customize_form/customize_form.js:347 msgid "Cannot delete standard link. You can hide it if you want" @@ -4049,7 +4255,7 @@ msgstr "No se puede editar gráficos estándar" msgid "Cannot edit a standard report. Please duplicate and create a new report" msgstr "No se puede editar un informe estándar. Por favor, duplicar y crear un nuevo informe" -#: frappe/model/document.py:866 +#: frappe/model/document.py:870 msgid "Cannot edit cancelled document" msgstr "No se puede editar un documento cancelado" @@ -4060,7 +4266,7 @@ msgstr "No se pueden editar filtros para gráficos estándar" #: frappe/desk/doctype/number_card/number_card.js:277 #: frappe/desk/doctype/number_card/number_card.js:364 msgid "Cannot edit filters for standard number cards" -msgstr "" +msgstr "No se pueden editar los filtros de los Widget numéricos estándar" #: frappe/client.py:166 msgid "Cannot edit standard fields" @@ -4068,7 +4274,7 @@ msgstr "No se pueden editar los campos estándar" #: frappe/automation/doctype/auto_repeat/auto_repeat.py:125 msgid "Cannot enable {0} for a non-submittable doctype" -msgstr "" +msgstr "No se puede habilitar {0} para un tipo de documento que puede ser validado" #: frappe/core/doctype/file/file.py:248 msgid "Cannot find file {} on disk" @@ -4076,13 +4282,13 @@ msgstr "No se puede encontrar el archivo {} en el disco" #: frappe/core/doctype/file/file.py:524 msgid "Cannot get file contents of a Folder" -msgstr "" +msgstr "No se pueden obtener los contenidos de archivo de una carpeta" #: frappe/printing/page/print/print.js:845 msgid "Cannot have multiple printers mapped to a single print format." msgstr "No se pueden asignar varias impresoras a un único formato de impresión." -#: frappe/model/document.py:934 +#: frappe/model/document.py:938 msgid "Cannot link cancelled document: {0}" msgstr "No se puede vincular al documento anulado: {0}" @@ -4108,17 +4314,17 @@ msgstr "No se puede establecer el permiso 'Informar' si está configurado el per #: frappe/email/doctype/notification/notification.py:139 msgid "Cannot set Notification with event {0} on Document Type {1}" -msgstr "" +msgstr "No se puede establecer la notificación en el tipo de documento {0}" #: frappe/core/doctype/docshare/docshare.py:66 msgid "Cannot share {0} with submit permission as the doctype {1} is not submittable" -msgstr "" +msgstr "No se puede compartir {0} con permiso de validación, ya que el tipo de documento {1} no puede ser validado" #: frappe/public/js/frappe/list/bulk_operations.js:291 msgid "Cannot submit {0}." msgstr "No se puede enviar {0}." -#: frappe/desk/doctype/workspace/workspace.py:354 +#: frappe/desk/doctype/workspace/workspace.py:358 msgid "Cannot update private workspace of other users" msgstr "No se puede actualizar el Área de Trabajo privado de otros usuarios" @@ -4163,7 +4369,7 @@ msgstr "Etiqueta de tarjeta" #: frappe/public/js/frappe/widgets/widget_dialog.js:233 msgid "Card Links" -msgstr "" +msgstr "Enlaces de tarjetas" #. Label of a Table field in DocType 'Dashboard' #: frappe/desk/doctype/dashboard/dashboard.json @@ -4188,7 +4394,7 @@ msgstr "Descripción de categoría" msgid "Category Name" msgstr "Nombre Categoría" -#: frappe/utils/data.py:1321 +#: frappe/utils/data.py:1335 msgid "Cent" msgstr "Centavo" @@ -4201,7 +4407,7 @@ msgstr "Centro" #: frappe/core/page/permission_manager/permission_manager_help.html:16 msgid "Certain documents, like an Invoice, should not be changed once final. The final state for such documents is called Submitted. You can restrict which roles can Submit." -msgstr "" +msgstr "Ciertos documentos, como una factura, no deben ser modificados una vez que están en su estado final. El estado final para estos documentos se llama 'Validado'. Puedes restringir qué roles pueden validar." #: frappe/core/report/transaction_log_report/transaction_log_report.py:82 msgid "Chain Integrity" @@ -4210,7 +4416,7 @@ msgstr "Integridad de Cadena" #. Label of a Small Text field in DocType 'Transaction Log' #: frappe/core/doctype/transaction_log/transaction_log.json msgid "Chaining Hash" -msgstr "" +msgstr "Encadenamiento Hash" #: frappe/public/js/frappe/form/templates/form_sidebar.html:11 #: frappe/tests/test_translate.py:98 @@ -4234,7 +4440,7 @@ msgstr "Cambiar Etiqueta (a través de Traducción Personalizada)" #: frappe/public/js/print_format_builder/LetterHeadEditor.vue:45 #: frappe/public/js/print_format_builder/LetterHeadEditor.vue:141 msgid "Change Letter Head" -msgstr "" +msgstr "Cambiar membrete" #. Label of a Section Break field in DocType 'User' #: frappe/core/doctype/user/user.json @@ -4255,20 +4461,21 @@ msgstr "Cambiar usuario" #: frappe/core/doctype/document_naming_settings/document_naming_settings.json msgid "Change the starting / current sequence number of an existing series.
    \n\n" "Warning: Incorrectly updating counters can prevent documents from getting created. " -msgstr "" +msgstr "Cambiar el número de secuencia inicial/actual de una serie existente.
    \n\n" +"Advertencia: La actualización incorrecta de los contadores puede impedir la creación de documentos. " #. Name of a DocType #: frappe/desk/doctype/changelog_feed/changelog_feed.json msgid "Changelog Feed" -msgstr "" +msgstr "Fuente de registro de cambios" #: frappe/email/doctype/email_domain/email_domain.js:5 msgid "Changing any setting will reflect on all the email accounts associated with this domain." -msgstr "" +msgstr "Cualquier cambio de configuración se reflejará en todas las cuentas de correo electrónico asociadas a este dominio." #: frappe/core/doctype/system_settings/system_settings.js:67 msgid "Changing rounding method on site with data can result in unexpected behaviour." -msgstr "" +msgstr "Cambiar el método de redondeo in situ con los datos puede dar lugar a un comportamiento inesperado." #. Label of a Select field in DocType 'Notification' #: frappe/email/doctype/notification/notification.json @@ -4353,9 +4560,9 @@ msgstr "Comprobar enlaces rotos" #: frappe/printing/page/print_format_builder/print_format_builder_column_selector.html:1 msgid "Check columns to select, drag to set order." -msgstr "" +msgstr "Marque las columnas para seleccionar, arrastrar para establecer el orden." -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:443 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:447 msgid "Check the Error Log for more information: {0}" msgstr "Consulte el registro de errores para obtener más información: {0}" @@ -4402,7 +4609,7 @@ msgstr "Versión Checksum" #: frappe/www/list.py:84 msgid "Child DocTypes are not allowed" -msgstr "" +msgstr "No se permiten DocTypes hijos" #. Label of a Data field in DocType 'Form Tour Step' #: frappe/desk/doctype/form_tour_step/form_tour_step.json @@ -4466,7 +4673,7 @@ msgstr "Borrar y Agregar Plantilla" msgid "Clear & Add template" msgstr "Borrar y Agregar plantilla" -#: frappe/public/js/frappe/list/list_view.js:1856 +#: frappe/public/js/frappe/list/list_view.js:1864 msgctxt "Button in list view actions menu" msgid "Clear Assignment" msgstr "Borrar Asignación" @@ -4494,7 +4701,7 @@ msgstr "Borrar permisos de usuario" #: frappe/public/js/frappe/views/communication.js:424 msgid "Clear the email message and add the template" -msgstr "" +msgstr "Borre el mensaje de correo electrónico y añada la plantilla" #: frappe/website/doctype/web_page/web_page.py:215 msgid "Clearing end date, as it cannot be in the past for published pages." @@ -4502,7 +4709,7 @@ msgstr "Borrando la fecha de finalización, ya que no puede ser en el pasado par #: frappe/public/js/frappe/views/dashboard/dashboard_view.js:193 msgid "Click On Customize to add your first widget" -msgstr "" +msgstr "Haga clic en Personalizar para agregar su primer widget" #: frappe/website/doctype/web_form/templates/web_form.html:144 msgid "Click here" @@ -4512,7 +4719,7 @@ msgstr "Click aquí" msgid "Click here to post bugs and suggestions" msgstr "Haga clic aquí para publicar errores y sugerencias" -#: frappe/email/doctype/newsletter/newsletter.py:335 +#: frappe/email/doctype/newsletter/newsletter.py:338 msgid "Click here to verify" msgstr "Haga clic aquí para verificar" @@ -4522,11 +4729,11 @@ msgstr "Haga clic en Autorizar acceso a Google Drive para autorizar el ac #: frappe/public/js/frappe/file_uploader/FileUploader.vue:499 msgid "Click on a file to select it." -msgstr "" +msgstr "Haga clic en un archivo para seleccionarlo." #: frappe/templates/emails/login_with_email_link.html:19 msgid "Click on the button to log in to {0}" -msgstr "" +msgstr "Haga clic en el botón para iniciar sesión en {0}" #: frappe/templates/emails/data_deletion_approval.html:2 msgid "Click on the link below to approve the request" @@ -4546,7 +4753,7 @@ msgstr "Haga clic en el enlace a continuación para verificar su solicitud" #: frappe/public/js/frappe/file_uploader/FileUploader.vue:200 msgid "Click on the lock icon to toggle public/private" -msgstr "" +msgstr "Pulse sobre el icono del candado para alternar entre público/privado" #: frappe/integrations/doctype/google_calendar/google_calendar.py:102 #: frappe/integrations/doctype/google_contacts/google_contacts.py:41 @@ -4624,13 +4831,11 @@ msgstr "Información del Cliente" #. Label of a shortcut in the Build Workspace #. Name of a DocType #. Label of a Code field in DocType 'DocType Layout' -#. Label of a Code field in DocType 'Web Form' #: frappe/core/doctype/doctype/doctype.json #: frappe/core/doctype/module_def/module_def.json #: frappe/core/workspace/build/build.json #: frappe/custom/doctype/client_script/client_script.json #: frappe/custom/doctype/doctype_layout/doctype_layout.json -#: frappe/website/doctype/web_form/web_form.json #: frappe/website/doctype/web_page/web_page.js:103 msgid "Client Script" msgstr "Script de cliente" @@ -4649,6 +4854,11 @@ msgstr "Secreto del cliente" msgid "Client URLs" msgstr "URL de Cliente" +#. Label of a Code field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Client script" +msgstr "Guión del cliente" + #: frappe/core/doctype/communication/communication.js:39 #: frappe/desk/doctype/todo/todo.js:23 #: frappe/public/js/frappe/ui/messages.js:245 @@ -4714,7 +4924,7 @@ msgctxt "Shrink code field." msgid "Collapse" msgstr "Colapso" -#: frappe/public/js/frappe/views/reports/query_report.js:1966 +#: frappe/public/js/frappe/views/reports/query_report.js:1973 #: frappe/public/js/frappe/views/treeview.js:110 msgid "Collapse All" msgstr "Desplegar todo" @@ -4822,7 +5032,7 @@ msgstr "Ancho de Columna" #: frappe/public/js/frappe/form/grid_row.js:614 msgid "Column width cannot be zero." -msgstr "" +msgstr "El ancho de la columna no puede ser cero." #: frappe/core/doctype/data_import/data_import.js:385 msgid "Column {0}" @@ -4934,7 +5144,7 @@ msgstr "Cometer" #. Label of a Check field in DocType 'Console Log' #: frappe/desk/doctype/console_log/console_log.json msgid "Committed" -msgstr "" +msgstr "Confirmado" #: frappe/utils/password_strength.py:172 msgid "Common names and surnames are easy to guess." @@ -4969,6 +5179,10 @@ msgstr "Registros de Comunicación" msgid "Communication Type" msgstr "Tipo de comunicación" +#: frappe/integrations/frappe_providers/frappecloud_billing.py:28 +msgid "Communication secret not set" +msgstr "Clave secreta de comunicación no establecida" + #: frappe/desk/page/leaderboard/leaderboard.js:112 msgid "Company" msgstr "Compañía" @@ -5013,7 +5227,7 @@ msgstr "Completar" msgid "Complete By" msgstr "Completado por" -#: frappe/core/doctype/user/user.py:443 +#: frappe/core/doctype/user/user.py:413 #: frappe/templates/emails/new_user.html:10 msgid "Complete Registration" msgstr "Registro completo" @@ -5058,6 +5272,7 @@ msgid "Compose Email" msgstr "Escribir correo" #. Label of a Select field in DocType 'Document Naming Rule Condition' +#. Label of a Code field in DocType 'Navbar Item' #. Label of a Small Text field in DocType 'Bulk Update' #. Label of a Code field in DocType 'Notification' #. Label of a Data field in DocType 'Notification Recipient' @@ -5065,6 +5280,7 @@ msgstr "Escribir correo" #. Label of a Code field in DocType 'Energy Point Rule' #. Label of a Code field in DocType 'Workflow Transition' #: frappe/core/doctype/document_naming_rule_condition/document_naming_rule_condition.json +#: frappe/core/doctype/navbar_item/navbar_item.json #: frappe/desk/doctype/bulk_update/bulk_update.json #: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:305 #: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:439 @@ -5079,16 +5295,16 @@ msgstr "Escribir correo" msgid "Condition" msgstr "Condición" -#. Label of a HTML field in DocType 'Web Form' -#: frappe/website/doctype/web_form/web_form.json -msgid "Condition Description" -msgstr "Descripción de la Condición" - #. Label of a JSON field in DocType 'Web Form' #: frappe/website/doctype/web_form/web_form.json msgid "Condition JSON" msgstr "Condición JSON" +#. Label of a HTML field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Condition description" +msgstr "Descripción de la condición" + #. Label of a Table field in DocType 'Document Naming Rule' #. Label of a Section Break field in DocType 'Workflow Transition' #: frappe/core/doctype/document_naming_rule/document_naming_rule.json @@ -5123,12 +5339,14 @@ msgstr "Configurar columnas para {0}" msgid "Configure how amended documents will be named.
    \n\n" "Default behaviour is to follow an amend counter which adds a number to the end of the original name indicating the amended version.
    \n\n" "Default Naming will make the amended document to behave same as new documents." -msgstr "" +msgstr "Configura cómo se nombrarán los documentos corregidos.
    \n\n" +"El comportamiento predeterminado es seguir un contador de correcciones que añade un número al final del nombre original, indicando la versión corregida.
    \n\n" +"La Nomenclatura Predeterminada hará que el documento corregido se comporte igual que los documentos nuevos." #. Description of a DocType #: frappe/core/doctype/document_naming_settings/document_naming_settings.json msgid "Configure various aspects of how document naming works like naming series, current counter." -msgstr "" +msgstr "Configura varios aspectos de cómo funciona la nomenclatura de documentos, como las series de nombres y el contador actual." #: frappe/core/doctype/user/user.js:395 frappe/public/js/frappe/dom.js:331 #: frappe/www/update-password.html:30 @@ -5140,10 +5358,14 @@ msgctxt "Title of confirmation dialog" msgid "Confirm" msgstr "Confirmar" +#: frappe/integrations/oauth2.py:118 +msgid "Confirm Access" +msgstr "Confirmar acceso" + #: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:92 #: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:100 msgid "Confirm Deletion of Account" -msgstr "" +msgstr "Confirmar la eliminación de la cuenta" #: frappe/core/doctype/user/user.js:189 msgid "Confirm New Password" @@ -5158,7 +5380,7 @@ msgstr "Confirmar Contraseña" msgid "Confirm Request" msgstr "Confirmar petición" -#: frappe/email/doctype/newsletter/newsletter.py:330 +#: frappe/email/doctype/newsletter/newsletter.py:333 msgid "Confirm Your Email" msgstr "Confirme su Email" @@ -5167,14 +5389,14 @@ msgstr "Confirme su Email" msgid "Confirmation Email Template" msgstr "Plantilla de correo electrónico de confirmación" -#: frappe/email/doctype/newsletter/newsletter.py:379 +#: frappe/email/doctype/newsletter/newsletter.py:382 #: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:393 msgid "Confirmed" msgstr "Confirmado" #: frappe/public/js/frappe/widgets/onboarding_widget.js:530 msgid "Congratulations on completing the module setup. If you want to learn more you can refer to the documentation here." -msgstr "" +msgstr "Enhorabuena por haber completado la configuración del módulo. Si desea obtener más información, puede consultar la documentación aquí." #: frappe/integrations/doctype/connected_app/connected_app.js:25 msgid "Connect to {}" @@ -5289,11 +5511,11 @@ msgstr "Configuración de contácto" msgid "Contact options, like \"Sales Query, Support Query\" etc each on a new line or separated by commas." msgstr "Opciones de contacto, como \"Consulta de ventas, Consulta de soporte\", etc., cada una en una nueva línea o separada por comas." -#: frappe/utils/change_log.py:360 +#: frappe/utils/change_log.py:363 msgid "Contains {0} security fix" msgstr "Contiene {0} corrección de seguridad" -#: frappe/utils/change_log.py:358 +#: frappe/utils/change_log.py:361 msgid "Contains {0} security fixes" msgstr "Contiene {0} correcciones de seguridad" @@ -5340,7 +5562,7 @@ msgstr "Tipo de contenido" #: frappe/desk/doctype/workspace/workspace.py:81 msgid "Content data shoud be a list" -msgstr "" +msgstr "Los datos de contenido deben ser una lista" #: frappe/website/doctype/web_page/web_page.js:91 msgid "Content type for building the page" @@ -5387,7 +5609,7 @@ msgstr "Estado de contribución" #. Description of the 'Sign ups' (Select) field in DocType 'Social Login Key' #: frappe/integrations/doctype/social_login_key/social_login_key.json msgid "Controls whether new users can sign up using this Social Login Key. If unset, Website Settings is respected." -msgstr "" +msgstr "Controla si los nuevos usuarios pueden registrarse utilizando esta Clave de Inicio de Sesión Social. Si no se establece, se respeta la configuración del sitio web." #: frappe/public/js/frappe/utils/utils.js:1045 msgid "Copied to clipboard." @@ -5430,7 +5652,7 @@ msgstr "Versión correcta:" msgid "Could not connect to outgoing email server" msgstr "No se pudo conectar con el servidor de correo electrónico saliente" -#: frappe/model/document.py:930 +#: frappe/model/document.py:934 msgid "Could not find {0}" msgstr "No se pudo encontrar {0}" @@ -5562,7 +5784,7 @@ msgstr "Crear entrada" #: frappe/public/js/print_format_builder/LetterHeadEditor.vue:59 #: frappe/public/js/print_format_builder/LetterHeadEditor.vue:195 msgid "Create Letter Head" -msgstr "" +msgstr "Crear membrete" #. Label of a Check field in DocType 'Scheduled Job Type' #: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json @@ -5604,12 +5826,12 @@ msgstr "Crear un Recordatorio" msgid "Create a new ..." msgstr "Crear un nuevo..." -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:145 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:156 msgid "Create a new record" msgstr "Crea un nuevo registro" -#: frappe/public/js/frappe/form/controls/link.js:295 -#: frappe/public/js/frappe/form/controls/link.js:297 +#: frappe/public/js/frappe/form/controls/link.js:303 +#: frappe/public/js/frappe/form/controls/link.js:305 #: frappe/public/js/frappe/form/link_selector.js:139 #: frappe/public/js/frappe/list/list_view.js:475 #: frappe/public/js/frappe/web_form/web_form_list.js:225 @@ -5623,12 +5845,12 @@ msgstr "Cree una cuenta en {0}" #. Description of a DocType #: frappe/email/doctype/newsletter/newsletter.json msgid "Create and send emails to a specific group of subscribers periodically." -msgstr "" +msgstr "Cree y envíe periódicamente correos electrónicos a un grupo específico de suscriptores." #. Description of a Card Break in the Build Workspace #: frappe/core/workspace/build/build.json msgid "Create new forms and views with doctypes. Set up multi-level workflows for approval" -msgstr "" +msgstr "Cree nuevos formularios y vistas con doctypes. Establezca flujos de trabajo multi nivel para la aprobación" #: frappe/printing/page/print_format_builder_beta/print_format_builder_beta.js:34 msgid "Create or Edit Print Format" @@ -5708,11 +5930,11 @@ msgstr "Formato Cron" #: frappe/core/doctype/scheduled_job_type/scheduled_job_type.py:60 msgid "Cron format is required for job types with Cron frequency." -msgstr "" +msgstr "El formato Cron es necesario para los tipos de trabajo con frecuencia Cron." #: frappe/public/js/frappe/file_uploader/ImageCropper.vue:34 msgid "Crop" -msgstr "" +msgstr "Recortar" #: frappe/public/js/frappe/form/grid_row_form.js:42 msgid "Ctrl + Down" @@ -5729,6 +5951,7 @@ msgstr "Ctrl + Enter para añadir comentarios" #. Option for the 'Type' (Select) field in DocType 'DocField' #. Option for the 'Fieldtype' (Select) field in DocType 'Report Column' #. Option for the 'Fieldtype' (Select) field in DocType 'Report Filter' +#. Label of a Link field in DocType 'System Settings' #. Option for the 'Field Type' (Select) field in DocType 'Custom Field' #. Option for the 'Type' (Select) field in DocType 'Customize Form Field' #. Name of a DocType @@ -5736,6 +5959,7 @@ msgstr "Ctrl + Enter para añadir comentarios" #: frappe/core/doctype/docfield/docfield.json #: frappe/core/doctype/report_column/report_column.json #: frappe/core/doctype/report_filter/report_filter.json +#: frappe/core/doctype/system_settings/system_settings.json #: frappe/custom/doctype/custom_field/custom_field.json #: frappe/custom/doctype/customize_form_field/customize_form_field.json #: frappe/desk/page/setup_wizard/setup_wizard.js:403 @@ -5853,16 +6077,16 @@ msgstr "DocPerm Personalizado" #. Title of an Onboarding Step #: frappe/custom/onboarding_step/custom_doctype/custom_doctype.json msgid "Custom Document Types" -msgstr "" +msgstr "Documentos personalizados" #. Label of a Table field in DocType 'User Type' #: frappe/core/doctype/user_type/user_type.json msgid "Custom Document Types (Select Permission)" -msgstr "" +msgstr "Tipos de documentos personalizados (Seleccionar permiso)" #: frappe/core/doctype/user_type/user_type.py:104 msgid "Custom Document Types Limit Exceeded" -msgstr "" +msgstr "Límite de tipos de documentos personalizados superado" #: frappe/desk/desktop.py:489 msgid "Custom Documents" @@ -5879,7 +6103,7 @@ msgstr "Documentos personalizados" msgid "Custom Field" msgstr "Campo Personalizado" -#: frappe/custom/doctype/custom_field/custom_field.py:218 +#: frappe/custom/doctype/custom_field/custom_field.py:219 msgid "Custom Field {0} is created by the Administrator and can only be deleted through the Administrator account." msgstr "El campo personalizado {0} lo crea el administrador y solo se puede eliminar a través de la cuenta de administrador." @@ -5888,11 +6112,11 @@ msgstr "El campo personalizado {0} lo crea el administrador y solo se puede elim msgid "Custom Field, Custom Doctype, Naming Series, Role Permission, Workflow, Print Formats, Reports" msgstr "Campo personalizado, Doctype personalizado, Serie de nombres, Permiso de rol, Flujo de trabajo, Formatos de impresión, Informes" -#: frappe/custom/doctype/custom_field/custom_field.py:260 +#: frappe/custom/doctype/custom_field/custom_field.py:261 msgid "Custom Fields can only be added to a standard DocType." msgstr "Los campos personalizados solo se pueden agregar a un DocType estándar." -#: frappe/custom/doctype/custom_field/custom_field.py:257 +#: frappe/custom/doctype/custom_field/custom_field.py:258 msgid "Custom Fields cannot be added to core DocTypes." msgstr "Los campos personalizados no se pueden agregar a los DocTypes principales." @@ -5986,7 +6210,7 @@ msgstr "Menú Lateral Personalizado" msgid "Custom Translation" msgstr "Traducción personalizada" -#: frappe/custom/doctype/custom_field/custom_field.py:373 +#: frappe/custom/doctype/custom_field/custom_field.py:374 msgid "Custom field renamed to {0} successfully." msgstr "Campo personalizado renombrado a {0} exitosamente." @@ -6014,7 +6238,7 @@ msgstr "Personalización" #. Success message of the Module Onboarding 'Customization' #: frappe/custom/module_onboarding/customization/customization.json msgid "Customization onboarding is all done!" -msgstr "" +msgstr "¡La personalización del tutorial ya está hecha!" #: frappe/public/js/frappe/views/workspace/workspace.js:556 msgid "Customizations Discarded" @@ -6075,7 +6299,7 @@ msgstr "Personalizar Formatos de Impresión" #. Description of a Card Break in the Build Workspace #: frappe/core/workspace/build/build.json msgid "Customize properties, naming, fields and more for standard doctypes" -msgstr "" +msgstr "Personalice las propiedades, la nomenclatura, los campos y mucho más para los doctypes estándar" #: frappe/public/js/frappe/views/file/file_view.js:144 msgid "Cut" @@ -6086,7 +6310,7 @@ msgstr "Cortar" #: frappe/core/doctype/doctype_state/doctype_state.json #: frappe/desk/doctype/kanban_board_column/kanban_board_column.json msgid "Cyan" -msgstr "" +msgstr "Cian" #. Option for the 'Method' (Select) field in DocType 'Recorder' #. Option for the 'Request Method' (Select) field in DocType 'Webhook' @@ -6178,13 +6402,13 @@ msgstr "Color oscuro" msgid "Dark Theme" msgstr "Tema Oscuro" -#. Label of a Check field in DocType 'Role' +#. Label of a Check field in DocType 'User' #. Label of a Link in the Build Workspace #. Name of a DocType #. Option for the 'Select List View' (Select) field in DocType 'Form Tour' #. Option for the 'Type' (Select) field in DocType 'Workspace Shortcut' #. Option for the 'DocType View' (Select) field in DocType 'Workspace Shortcut' -#: frappe/core/doctype/role/role.json +#: frappe/core/doctype/user/user.json #: frappe/core/page/dashboard_view/dashboard_view.js:10 #: frappe/core/workspace/build/build.json #: frappe/desk/doctype/dashboard/dashboard.json @@ -6273,7 +6497,7 @@ msgstr "Datos" #: frappe/public/js/frappe/form/controls/data.js:58 msgid "Data Clipped" -msgstr "" +msgstr "Datos recortados" #. Name of a DocType #: frappe/core/doctype/data_export/data_export.json @@ -6335,7 +6559,7 @@ msgstr "Limite de tamaño de la tabla de la base de datos" #: frappe/public/js/frappe/doctype/index.js:40 msgid "Database Table Row Size Utilization: {0}%, this limits number of fields you can add." -msgstr "" +msgstr "Utilización del tamaño de fila de la tabla de base de datos: {0}%, esto limita la cantidad de campos que puede agregar." #. Label of a Data field in DocType 'System Health Report' #: frappe/desk/doctype/system_health_report/system_health_report.json @@ -6480,14 +6704,14 @@ msgstr "La plantilla de direcciones por defecto no puede ser eliminada" #. Label of a Select field in DocType 'Document Naming Settings' #: frappe/core/doctype/document_naming_settings/document_naming_settings.json msgid "Default Amendment Naming" -msgstr "" +msgstr "Nomenclatura por defecto de las correcciones" #. Label of a Select field in DocType 'System Settings' #. Label of a Select field in DocType 'User' #: frappe/core/doctype/system_settings/system_settings.json #: frappe/core/doctype/user/user.json msgid "Default App" -msgstr "" +msgstr "Aplicación predeterminada" #. Label of a Link field in DocType 'DocType' #. Label of a Link field in DocType 'Customize Form' @@ -6502,7 +6726,7 @@ msgstr "Bandeja de entrada predeterminada" #. Label of a Check field in DocType 'Email Account' #: frappe/email/doctype/email_account/email_account.json -#: frappe/email/doctype/email_account/email_account.py:199 +#: frappe/email/doctype/email_account/email_account.py:200 msgid "Default Incoming" msgstr "Por defecto entrante" @@ -6522,7 +6746,7 @@ msgstr "Nomenclatura por defecto" #. Label of a Check field in DocType 'Email Account' #: frappe/email/doctype/email_account/email_account.json -#: frappe/email/doctype/email_account/email_account.py:207 +#: frappe/email/doctype/email_account/email_account.py:208 msgid "Default Outgoing" msgstr "Predeterminar Saliente" @@ -6574,7 +6798,7 @@ msgstr "Orden de clasificación predeterminado" #. Label of a Data field in DocType 'Print Format Field Template' #: frappe/printing/doctype/print_format_field_template/print_format_field_template.json msgid "Default Template For Field" -msgstr "" +msgstr "Plantilla por defecto para el campo" #: frappe/website/doctype/website_theme/website_theme.js:28 msgid "Default Theme" @@ -6609,6 +6833,11 @@ msgstr "Vista predeterminada" msgid "Default Workspace" msgstr "Espacio de trabajo predeterminado" +#. Description of the 'Currency' (Link) field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Default display currency" +msgstr "Moneda de visualización por defecto" + #: frappe/core/doctype/doctype/doctype.py:1338 msgid "Default for 'Check' type of field {0} must be either '0' or '1'" msgstr "El valor predeterminado para el tipo 'Verificar' del campo {0} debe ser '0' o '1'" @@ -6638,7 +6867,7 @@ msgstr "Valor predeterminado" msgid "Defaults" msgstr "Predeterminados" -#: frappe/email/doctype/email_account/email_account.py:218 +#: frappe/email/doctype/email_account/email_account.py:219 msgid "Defaults Updated" msgstr "Valores predeterminados actualizados" @@ -6675,7 +6904,7 @@ msgstr "Retrasado" msgid "Delete" msgstr "Eliminar" -#: frappe/public/js/frappe/list/list_view.js:1918 +#: frappe/public/js/frappe/list/list_view.js:1926 msgctxt "Button in list view actions menu" msgid "Delete" msgstr "Eliminar" @@ -6704,7 +6933,7 @@ msgstr "Eliminar Tablero Kanban" #: frappe/public/js/form_builder/components/Section.vue:125 msgctxt "Title of confirmation dialog" msgid "Delete Section" -msgstr "" +msgstr "Eliminar sección" #: frappe/public/js/form_builder/components/Tabs.vue:64 msgctxt "Title of confirmation dialog" @@ -6741,7 +6970,7 @@ msgstr "Eliminar toda la sección con campos" #: frappe/public/js/form_builder/components/Tabs.vue:73 msgctxt "Button text" msgid "Delete entire tab with fields" -msgstr "" +msgstr "Eliminar toda la sección con los campos" #: frappe/public/js/form_builder/components/Section.vue:132 msgctxt "Button text" @@ -6757,12 +6986,12 @@ msgstr "Eliminar pestaña" msgid "Delete this record to allow sending to this email address" msgstr "Eliminar este registro para permitir el envío a esta dirección de correo electrónico" -#: frappe/public/js/frappe/list/list_view.js:1923 +#: frappe/public/js/frappe/list/list_view.js:1931 msgctxt "Title of confirmation dialog" msgid "Delete {0} item permanently?" msgstr "¿Eliminar {0} elemento de forma permanente?" -#: frappe/public/js/frappe/list/list_view.js:1929 +#: frappe/public/js/frappe/list/list_view.js:1937 msgctxt "Title of confirmation dialog" msgid "Delete {0} items permanently?" msgstr "¿Eliminar {0} artículos de forma permanente?" @@ -7122,7 +7351,7 @@ msgstr "Deshabilitar registros" msgid "Disabled" msgstr "Deshabilitado" -#: frappe/email/doctype/email_account/email_account.js:228 +#: frappe/email/doctype/email_account/email_account.js:232 msgid "Disabled Auto Reply" msgstr "Respuesta automática deshabilitada" @@ -7150,12 +7379,12 @@ msgstr "Descargo de responsabilidad: Estos índices se sugieren en función de l #. Name of a DocType #: frappe/website/doctype/discussion_reply/discussion_reply.json msgid "Discussion Reply" -msgstr "" +msgstr "Respuesta del debate" #. Name of a DocType #: frappe/website/doctype/discussion_topic/discussion_topic.json msgid "Discussion Topic" -msgstr "" +msgstr "Tema del debate" #: frappe/public/js/frappe/form/footer/form_timeline.js:625 #: frappe/templates/discussions/reply_card.html:16 @@ -7198,7 +7427,7 @@ msgstr "No crear nuevo usuario " #. Settings' #: frappe/integrations/doctype/ldap_settings/ldap_settings.json msgid "Do not create new user if user with email does not exist in the system" -msgstr "" +msgstr "No crear nuevo usuario si el usuario con correo electrónico no existe en el sistema" #: frappe/public/js/frappe/form/grid.js:1160 msgid "Do not edit headers which are preset in the template" @@ -7206,7 +7435,7 @@ msgstr "No edite los encabezados que están preestablecidos en la plantilla" #: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.py:65 msgid "Do not have permission to access bucket {0}." -msgstr "" +msgstr "No tienes permiso para acceder al bucket {0}." #: frappe/core/doctype/system_settings/system_settings.js:71 msgid "Do you still want to proceed?" @@ -7246,14 +7475,17 @@ msgstr "DocPerm" #. Name of a DocType #: frappe/core/doctype/docshare/docshare.json msgid "DocShare" -msgstr "" +msgstr "DocShare" #: frappe/workflow/doctype/workflow/workflow.js:264 msgid "DocStatus of the following states have changed:
    {0}
    \n" "\t\t\t\tDo you want to update the docstatus of existing documents in those states?
    \n" "\t\t\t\tThis does not undo any effect bought in by the document's existing docstatus.\n" "\t\t\t\t" -msgstr "" +msgstr "El DocStatus de los siguientes estados ha cambiado:
    {0}
    \n" +"\t\t\t\t¿Desea actualizar el docstatus de los documentos existentes en esos estados?
    \n" +"\t\t\t\tEsto no deshace ningún efecto generado por el docstatus existente del documento.\n" +"\t\t\t\t" #. Label of a Link field in DocType 'Amended Document Naming Settings' #. Label of a Link field in DocType 'Audit Trail' @@ -7320,7 +7552,7 @@ msgstr "Diseño de DocType" #. Name of a DocType #: frappe/custom/doctype/doctype_layout_field/doctype_layout_field.json msgid "DocType Layout Field" -msgstr "" +msgstr "DocType capo de diseño" #. Name of a DocType #. Option for the 'Applied On' (Select) field in DocType 'Property Setter' @@ -7329,10 +7561,6 @@ msgstr "" msgid "DocType Link" msgstr "Enlace DocType" -#: frappe/core/doctype/doctype/doctype_list.js:10 -msgid "DocType Name" -msgstr "Nombre DocType" - #. Name of a DocType #. Option for the 'Applied On' (Select) field in DocType 'Property Setter' #: frappe/core/doctype/doctype_state/doctype_state.json @@ -7473,11 +7701,11 @@ msgstr "Fila de enlaces de documento #{0}: doctype o nombre de campo no válido. #: frappe/core/doctype/doctype/doctype.py:1156 msgid "Document Links Row #{0}: Parent DocType is mandatory for internal links" -msgstr "" +msgstr "Documento Links Row #{0}: El DocType padre es obligatorio para los enlaces internos" #: frappe/core/doctype/doctype/doctype.py:1162 msgid "Document Links Row #{0}: Table Fieldname is mandatory for internal links" -msgstr "" +msgstr "Documento Links Row #{0}: El nombre del campo de tabla es obligatorio para los enlaces internos" #. Label of a Dynamic Link field in DocType 'Reminder' #. Label of a Dynamic Link field in DocType 'DocShare' @@ -7515,7 +7743,7 @@ msgstr "Condición de la regla de nomenclatura de documentos" msgid "Document Naming Settings" msgstr "Configuración de Nombres de documentos" -#: frappe/model/document.py:1541 +#: frappe/model/document.py:1545 msgid "Document Queued" msgstr "Documento en Cola" @@ -7631,7 +7859,7 @@ msgstr "Tipo de Documento" #: frappe/desk/doctype/number_card/number_card.py:56 msgid "Document Type and Function are required to create a number card" -msgstr "" +msgstr "El tipo de documento y la función son necesarios para crear un Widget numérico" #: frappe/permissions.py:142 msgid "Document Type is not importable" @@ -7658,17 +7886,17 @@ msgstr "Tipos de documentos" #. Label of a Table field in DocType 'User Type' #: frappe/core/doctype/user_type/user_type.json msgid "Document Types (Select Permissions Only)" -msgstr "" +msgstr "Tipos de documentos (Solo permiso selección)" #. Label of a Section Break field in DocType 'User Type' #: frappe/core/doctype/user_type/user_type.json msgid "Document Types and Permissions" -msgstr "" +msgstr "Tipos de documentos y permisos" #: frappe/core/doctype/submission_queue/submission_queue.py:163 -#: frappe/model/document.py:1748 +#: frappe/model/document.py:1752 msgid "Document Unlocked" -msgstr "" +msgstr "Documento desbloqueado" #: frappe/public/js/frappe/list/list_view.js:1073 msgid "Document has been cancelled" @@ -7684,11 +7912,11 @@ msgstr "El documento está en estado de borrador" #: frappe/public/js/frappe/form/workflow.js:45 msgid "Document is only editable by users with role" -msgstr "" +msgstr "Este documento es solo editable por usuarios de ese rol" #: frappe/core/doctype/communication/communication.js:182 msgid "Document not Relinked" -msgstr "" +msgstr "Documento no re-vinculado" #: frappe/model/rename_doc.py:227 frappe/public/js/frappe/form/toolbar.js:146 msgid "Document renamed from {0} to {1}" @@ -7706,7 +7934,7 @@ msgstr "Se requiere tipo de documento para crear un gráfico de tablero" msgid "Document {0} Already Restored" msgstr "Documento {0} ya restaurado" -#: frappe/workflow/doctype/workflow_action/workflow_action.py:198 +#: frappe/workflow/doctype/workflow_action/workflow_action.py:199 msgid "Document {0} has been set to state {1} by {2}" msgstr "El documento {0} se ha configurado en estado {1} por {2}" @@ -7795,7 +8023,7 @@ msgstr "No envíe correos electrónicos" #: frappe/core/doctype/docfield/docfield.json #: frappe/custom/doctype/customize_form_field/customize_form_field.json msgid "Don't encode HTML tags like <script> or just characters like < or >, as they could be intentionally used in this field" -msgstr "" +msgstr "No usar códigos HTML como < script> o solamente caracteres como < o >, ya que podrían ser utilizados en este campo intencionalmente" #: frappe/www/login.html:119 frappe/www/login.html:135 #: frappe/www/update-password.html:34 @@ -7871,7 +8099,7 @@ msgid "Dr" msgstr "Dr." #: frappe/public/js/frappe/model/indicator.js:73 -#: frappe/public/js/frappe/ui/filters/filter.js:498 +#: frappe/public/js/frappe/ui/filters/filter.js:530 msgid "Draft" msgstr "Borrador" @@ -7885,11 +8113,11 @@ msgstr "Arrastrar" #: frappe/public/js/form_builder/components/Tabs.vue:189 msgid "Drag & Drop a section here from another tab" -msgstr "" +msgstr "Arrastre y suelte aquí una sección desde otra pestaña" #: frappe/public/js/frappe/file_uploader/FileUploader.vue:14 msgid "Drag and drop files here or upload from" -msgstr "" +msgstr "Arrastre y suelte los archivos aquí o súbelos desde" #: frappe/public/js/print_format_builder/ConfigureColumns.vue:76 msgid "Drag columns to set order. Column width is set in percentage. The total width should not be more than 100. Columns marked in red will be removed." @@ -7897,15 +8125,15 @@ msgstr "Arrastre las columnas para establecer el orden. El ancho de las columnas #: frappe/printing/page/print_format_builder/print_format_builder_layout.html:3 msgid "Drag elements from the sidebar to add. Drag them back to trash." -msgstr "" +msgstr "Arrastra elementos desde la barra lateral para añadirlos. Arrástralos de vuelta a la papelera." #: frappe/public/js/workflow_builder/WorkflowBuilder.vue:296 msgid "Drag to add state" -msgstr "" +msgstr "Arrastrar para añadir estado" #: frappe/public/js/frappe/file_uploader/FileUploader.vue:172 msgid "Drop files here" -msgstr "" +msgstr "Soltar archivos aquí" #. Label of a Password field in DocType 'Dropbox Settings' #: frappe/integrations/doctype/dropbox_settings/dropbox_settings.json @@ -7973,7 +8201,7 @@ msgstr "Duplicar fila actual" #: frappe/public/js/form_builder/components/Field.vue:239 msgid "Duplicate field" -msgstr "" +msgstr "Campo duplicado" #: frappe/public/js/frappe/views/workspace/workspace.js:1035 msgid "Duplicate of {0} named as {1} is created successfully" @@ -8050,7 +8278,7 @@ msgstr "ESC" #. Description of the Onboarding Step 'Setup Naming Series' #: frappe/custom/onboarding_step/naming_series/naming_series.json msgid "Each document created in ERPNext can have a unique ID generated for it, using a prefix defined for it. Though each document has some prefix pre-configured, you can further customize it using tools like Naming Series Tool and Document Naming Rule.\n" -msgstr "" +msgstr "Cada documento creado en ERPNext puede tener un ID único generado para él, utilizando un prefijo definido para el mismo. Aunque cada documento tiene algún prefijo preconfigurado, puede personalizarlo aún más utilizando herramientas como Naming Series Tool y Document Naming Rule.\n" #. Option for the 'Comment Type' (Select) field in DocType 'Comment' #: frappe/core/doctype/comment/comment.json @@ -8065,7 +8293,7 @@ msgstr "" #: frappe/public/js/frappe/form/templates/contact_list.html:7 #: frappe/public/js/frappe/form/toolbar.js:660 #: frappe/public/js/frappe/views/reports/query_report.js:814 -#: frappe/public/js/frappe/views/reports/query_report.js:1636 +#: frappe/public/js/frappe/views/reports/query_report.js:1643 #: frappe/public/js/frappe/views/workspace/workspace.js:98 #: frappe/public/js/frappe/views/workspace/workspace.js:847 #: frappe/public/js/frappe/widgets/base_widget.js:64 @@ -8078,7 +8306,7 @@ msgstr "" msgid "Edit" msgstr "Editar" -#: frappe/public/js/frappe/list/list_view.js:2004 +#: frappe/public/js/frappe/list/list_view.js:2012 msgctxt "Button in list view actions menu" msgid "Edit" msgstr "Editar" @@ -8127,7 +8355,7 @@ msgstr "Editar pie de página" msgid "Edit Format" msgstr "Editar formato" -#: frappe/public/js/frappe/form/quick_entry.js:286 +#: frappe/public/js/frappe/form/quick_entry.js:287 msgid "Edit Full Form" msgstr "Editar formulario completo" @@ -8151,7 +8379,7 @@ msgstr "Editar membrete" #: frappe/public/js/print_format_builder/PrintFormat.vue:35 msgid "Edit Letter Head Footer" -msgstr "" +msgstr "Editar el pie de página del membrete" #: frappe/public/js/print_format_builder/print_format_builder.bundle.js:24 msgid "Edit Print Format" @@ -8194,7 +8422,7 @@ msgstr "Editar su respuesta" #: frappe/workflow/doctype/workflow/workflow.js:18 msgid "Edit your workflow visually using the Workflow Builder." -msgstr "" +msgstr "Cree su flujo de trabajo visualmente utilizando el Constructor de Flujo de Trabajo." #: frappe/public/js/frappe/views/reports/report_view.js:648 msgid "Edit {0}" @@ -8225,7 +8453,7 @@ msgstr "Ej. smsgateway.com/api/send_sms.cgi" #: frappe/rate_limiter.py:139 msgid "Either key or IP flag is required." -msgstr "" +msgstr "Se requiere la clave o flag IP." #. Label of a Data field in DocType 'Form Tour Step' #: frappe/desk/doctype/form_tour_step/form_tour_step.json @@ -8251,7 +8479,7 @@ msgstr "Selector de elementos" #: frappe/core/doctype/communication/communication.json #: frappe/core/doctype/custom_docperm/custom_docperm.json #: frappe/core/doctype/docperm/docperm.json -#: frappe/core/doctype/success_action/success_action.js:57 +#: frappe/core/doctype/success_action/success_action.js:59 #: frappe/core/doctype/system_settings/system_settings.json #: frappe/core/doctype/user/user.json #: frappe/core/doctype/user_document_type/user_document_type.json @@ -8265,7 +8493,7 @@ msgstr "Selector de elementos" #: frappe/templates/includes/comments/comments.html:25 #: frappe/templates/signup.html:9 #: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.json -#: frappe/www/login.html:7 frappe/www/login.py:98 +#: frappe/www/login.html:7 frappe/www/login.py:99 msgid "Email" msgstr "Correo electrónico" @@ -8289,7 +8517,7 @@ msgstr "Correo electrónico" msgid "Email Account" msgstr "Cuentas de correo electrónico" -#: frappe/email/doctype/email_account/email_account.py:314 +#: frappe/email/doctype/email_account/email_account.py:315 msgid "Email Account Disabled." msgstr "Cuenta de correo desactivada." @@ -8298,13 +8526,13 @@ msgstr "Cuenta de correo desactivada." msgid "Email Account Name" msgstr "Cuenta de correo electrónico" -#: frappe/core/doctype/user/user.py:719 +#: frappe/core/doctype/user/user.py:680 msgid "Email Account added multiple times" msgstr "Cuenta de correo electrónico añadida varias veces" #: frappe/email/smtp.py:43 msgid "Email Account not setup. Please create a new Email Account from Settings > Email Account" -msgstr "" +msgstr "Cuenta de correo electrónico no configurada. Por favor, cree una nueva cuenta de correo electrónico desde Configuración > Cuenta de correo electrónico" #. Label of a Data field in DocType 'Address' #. Label of a Data field in DocType 'Contact' @@ -8370,6 +8598,7 @@ msgstr "Miembro de Grupo de Correo Electrónico" #. Label of a Data field in DocType 'Contact Email' #. Label of a Data field in DocType 'User Email' #. Label of a Data field in DocType 'Email Rule' +#: frappe/contacts/doctype/contact/contact.py:130 #: frappe/contacts/doctype/contact_email/contact_email.json #: frappe/core/doctype/user_email/user_email.json #: frappe/email/doctype/email_rule/email_rule.json @@ -8384,7 +8613,7 @@ msgstr "IDs de Correo Electrónico" #. Label of a Data field in DocType 'Contact Us Settings' #: frappe/website/doctype/contact_us_settings/contact_us_settings.json msgid "Email Id" -msgstr "Id de Correo Electrónico" +msgstr "Correo Electrónico" #. Label of a Section Break field in DocType 'Communication' #: frappe/core/doctype/communication/communication.json @@ -8403,7 +8632,7 @@ msgstr "Cola de correo electrónico de destinatarios" #: frappe/email/queue.py:160 msgid "Email Queue flushing aborted due to too many failures." -msgstr "" +msgstr "El vaciado de la cola de correo electrónico se canceló debido a demasiados intentos fallidos." #. Description of a DocType #: frappe/email/doctype/email_queue/email_queue.json @@ -8476,7 +8705,7 @@ msgstr "Plantilla de Correo Electrónico" #. Label of a Check field in DocType 'Notification Settings' #: frappe/desk/doctype/notification_settings/notification_settings.json msgid "Email Threads on Assigned Document" -msgstr "" +msgstr "Hilos de correo electrónico sobre el documento asignado" #. Label of a Small Text field in DocType 'Auto Email Report' #: frappe/email/doctype/auto_email_report/auto_email_report.json @@ -8506,7 +8735,7 @@ msgstr "Correo Electrónico no verificado con {0}" #: frappe/email/doctype/email_queue/email_queue.js:18 msgid "Email queue is currently suspended. Resume to automatically send emails." -msgstr "" +msgstr "La cola de correo electrónico está actualmente suspendida. Reanúdela para enviar automáticamente los correos electrónicos." #. Label of a Section Break field in DocType 'System Health Report' #: frappe/desk/doctype/system_health_report/system_health_report.json @@ -8588,7 +8817,7 @@ msgstr "Habilitar la indexación de Google" #. Label of a Check field in DocType 'Email Account' #: frappe/email/doctype/email_account/email_account.json -#: frappe/email/doctype/email_account/email_account.py:200 +#: frappe/email/doctype/email_account/email_account.py:201 msgid "Enable Incoming" msgstr "Habilitar correos entrantes" @@ -8601,7 +8830,7 @@ msgstr "Habilitar la incorporación" #. Label of a Check field in DocType 'Email Account' #: frappe/core/doctype/user_email/user_email.json #: frappe/email/doctype/email_account/email_account.json -#: frappe/email/doctype/email_account/email_account.py:208 +#: frappe/email/doctype/email_account/email_account.py:209 msgid "Enable Outgoing" msgstr "Habilitar correos salientes" @@ -8613,7 +8842,7 @@ msgstr "Activar directiva de contraseñas" #. Label of a Check field in DocType 'Role Permission for Page and Report' #: frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.json msgid "Enable Prepared Report" -msgstr "" +msgstr "Habilitar informe preparado" #. Label of a Check field in DocType 'Print Settings' #: frappe/printing/doctype/print_settings/print_settings.json @@ -8623,12 +8852,12 @@ msgstr "Habilitar Servidor de Impresión" #. Label of a Check field in DocType 'Push Notification Settings' #: frappe/integrations/doctype/push_notification_settings/push_notification_settings.json msgid "Enable Push Notification Relay" -msgstr "" +msgstr "Habilitar el reenvío de notificaciones push" #. Label of a Check field in DocType 'Server Script' #: frappe/core/doctype/server_script/server_script.json msgid "Enable Rate Limit" -msgstr "" +msgstr "Habilitar límite de tasa" #. Label of a Check field in DocType 'Print Settings' #: frappe/printing/doctype/print_settings/print_settings.json @@ -8690,7 +8919,7 @@ msgstr "Habilite el modo de desarrollador para crear una plantilla web estándar #. 'Blog Post' #: frappe/website/doctype/blog_post/blog_post.json msgid "Enable email notification for any comment or likes received on your Blog Post." -msgstr "" +msgstr "Habilite la notificación por correo electrónico de cualquier comentario o \"me gusta\" recibido en la entrada de su blog." #. Description of the 'Modal Trigger' (Check) field in DocType 'Form Tour Step' #: frappe/desk/doctype/form_tour_step/form_tour_step.json @@ -8702,7 +8931,7 @@ msgstr "Habilitar si al hacer clic\n" #. Label of a Check field in DocType 'Website Settings' #: frappe/website/doctype/website_settings/website_settings.json msgid "Enable in-app website tracking" -msgstr "" +msgstr "Habilitar rastreo de sitios web" #. Label of a Check field in DocType 'Language' #. Label of a Check field in DocType 'User' @@ -8739,11 +8968,11 @@ msgstr "Habilitado" msgid "Enabled Scheduler" msgstr "Programador habilitado" -#: frappe/email/doctype/email_account/email_account.py:931 +#: frappe/email/doctype/email_account/email_account.py:939 msgid "Enabled email inbox for user {0}" msgstr "Bandeja de entrada de correo electrónico habilitada para el usuario {0}" -#: frappe/core/doctype/server_script/server_script.py:269 +#: frappe/core/doctype/server_script/server_script.py:243 msgid "Enabled scheduled execution for script {0}" msgstr "Ejecución programada habilitada para la secuencia de comandos {0}" @@ -8756,20 +8985,20 @@ msgstr "Ejecución programada habilitada para la secuencia de comandos {0}" msgid "Enables Calendar and Gantt views." msgstr "Habilita las vistas Calendario y Gantt." -#: frappe/email/doctype/email_account/email_account.js:223 +#: frappe/email/doctype/email_account/email_account.js:227 msgid "Enabling auto reply on an incoming email account will send automated replies to all the synchronized emails. Do you wish to continue?" -msgstr "" +msgstr "Si activa la respuesta automática en una cuenta de correo electrónico entrante, se enviarán respuestas automáticas a todos los correos electrónicos sincronizados. ¿Desea continuar?" #. Description of a DocType #: frappe/integrations/doctype/push_notification_settings/push_notification_settings.json msgid "Enabling this will register your site on a central relay server to send push notifications for all installed apps through Firebase Cloud Messaging. This server only stores user tokens and error logs, and no messages are saved." -msgstr "" +msgstr "Habilitando esto registrará su sitio en un servidor central de retransmisión para enviar notificaciones push para todas las apps instaladas a través de Firebase Cloud Messaging. Este servidor sólo almacena tokens de usuario y registros de errores, y no se guarda ningún mensaje." #. Description of the 'Relay Settings' (Section Break) field in DocType 'Push #. Notification Settings' #: frappe/integrations/doctype/push_notification_settings/push_notification_settings.json msgid "Enabling this will register your site on a central relay server to send push notifications for all installed apps through Firebase Cloud Messaging. This server only stores user tokens and error logs, and no messages are saved. " -msgstr "" +msgstr "Habilitando esto registrará su sitio en un servidor central de retransmisión para enviar notificaciones push para todas las apps instaladas a través de Firebase Cloud Messaging. Este servidor sólo almacena tokens de usuario y registros de errores, y no se guarda ningún mensaje. " #. Description of the 'Queue in Background (BETA)' (Check) field in DocType #. 'DocType' @@ -8778,7 +9007,7 @@ msgstr "" #: frappe/core/doctype/doctype/doctype.json #: frappe/custom/doctype/customize_form/customize_form.json msgid "Enabling this will submit documents in background" -msgstr "" +msgstr "Al activarlo, los documentos se enviarán en segundo plano" #. Label of a Check field in DocType 'System Settings' #: frappe/core/doctype/system_settings/system_settings.json @@ -8787,15 +9016,16 @@ msgstr "Cifrar Copias de Seguridad" #: frappe/utils/password.py:184 msgid "Encryption key is in invalid format!" -msgstr "" +msgstr "¡La clave de encriptación está en un formato no válido!" #: frappe/utils/password.py:199 msgid "Encryption key is invalid! Please check site_config.json" -msgstr "" +msgstr "¡La clave de encriptación no es válida! Por favor, compruebe el archivo site_config.json" #. Label of a Date field in DocType 'Auto Repeat' #. Label of a Datetime field in DocType 'Web Page' #: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:140 #: frappe/public/js/frappe/utils/common.js:416 #: frappe/website/doctype/web_page/web_page.json msgid "End Date" @@ -8875,11 +9105,11 @@ msgstr "Encolado por" #: frappe/core/doctype/recorder/recorder.py:127 msgid "Enqueued creation of indexes" -msgstr "" +msgstr "Creación de índices en cola" #: frappe/integrations/doctype/ldap_settings/ldap_settings.py:108 msgid "Ensure the user and group search paths are correct." -msgstr "" +msgstr "Asegúrese de que las rutas de búsqueda de usuarios y grupos son correctas." #: frappe/integrations/doctype/google_calendar/google_calendar.py:93 msgid "Enter Client Id and Client Secret in Google Settings." @@ -8936,7 +9166,7 @@ msgstr "Introduzca el parámetro url para los números de los receptores" #: frappe/public/js/frappe/ui/messages.js:334 msgid "Enter your password" -msgstr "Ingrese su contraseña" +msgstr "Introduzca su contraseña" #: frappe/contacts/report/addresses_and_contacts/addresses_and_contacts.js:22 msgid "Entity Name" @@ -9017,13 +9247,13 @@ msgstr "Se produjo un error en {0}" msgid "Error in Client Script" msgstr "Error en el script del cliente" -#: frappe/public/js/frappe/form/script_manager.js:242 +#: frappe/public/js/frappe/form/script_manager.js:243 msgid "Error in Client Script." msgstr "Error en el script del cliente." #: frappe/printing/doctype/letter_head/letter_head.js:21 msgid "Error in Header/Footer Script" -msgstr "" +msgstr "Error en el script de encabezado/pie de página" #: frappe/email/doctype/notification/notification.py:396 #: frappe/email/doctype/notification/notification.py:512 @@ -9035,7 +9265,7 @@ msgstr "Error en la Notificación" msgid "Error in print format on line {0}: {1}" msgstr "Error en formato de impresión en línea {0}: {1}" -#: frappe/email/doctype/email_account/email_account.py:617 +#: frappe/email/doctype/email_account/email_account.py:618 msgid "Error while connecting to email account {0}" msgstr "Error al conectarte a la cuenta de correo electrónico {0}" @@ -9043,7 +9273,7 @@ msgstr "Error al conectarte a la cuenta de correo electrónico {0}" msgid "Error while evaluating Notification {0}. Please fix your template." msgstr "Error al evaluar Notificación {0}. Por favor arregla tu plantilla." -#: frappe/model/document.py:816 +#: frappe/model/document.py:820 msgid "Error: Document has been modified after you have opened it" msgstr "Error: El documento se ha modificado después de haber sido abierto" @@ -9110,7 +9340,8 @@ msgstr "Eventos en el calendario de hoy" #: frappe/custom/onboarding_step/custom_field/custom_field.json msgid "Every form in ERPNext has a standard set of fields. If you need to capture some information, but there is no standard Field available for it, you can insert Custom Field for it.\n\n" "Once custom fields are added, you can use them for reports and analytics charts as well.\n" -msgstr "" +msgstr "Cada formulario de ERPNext tiene un conjunto estándar de campos. Si necesita capturar alguna información, pero no hay un campo estándar disponible, puede insertar un campo personalizado.\n\n" +"Una vez que se agregan los campos personalizados, también puede usarlos para informes y gráficos analíticos.\n" #. Label of a Check field in DocType 'DocShare' #: frappe/core/doctype/docshare/docshare.json @@ -9127,7 +9358,7 @@ msgstr "Ej: \"colores\": [\"#d1d8dd\", \"#ff5858\"]" #. Label of a Int field in DocType 'Recorder Query' #: frappe/core/doctype/recorder_query/recorder_query.json msgid "Exact Copies" -msgstr "" +msgstr "Copias exactas" #. Label of a HTML field in DocType 'Workflow Transition' #: frappe/workflow/doctype/workflow_transition/workflow_transition.json @@ -9195,7 +9426,7 @@ msgstr "Ejecutar el script de la consola" msgid "Executing..." msgstr "Ejecutando..." -#: frappe/public/js/frappe/views/reports/query_report.js:1980 +#: frappe/public/js/frappe/views/reports/query_report.js:1987 msgid "Execution Time: {0} sec" msgstr "Tiempo de ejecución: {0} segundos" @@ -9213,7 +9444,7 @@ msgctxt "Enlarge code field." msgid "Expand" msgstr "Expandir" -#: frappe/public/js/frappe/views/reports/query_report.js:1966 +#: frappe/public/js/frappe/views/reports/query_report.js:1973 #: frappe/public/js/frappe/views/treeview.js:114 msgid "Expand All" msgstr "Expandir todo" @@ -9268,12 +9499,12 @@ msgstr "Tiempo de expiración de Pagina de Código QR" #: frappe/core/doctype/recorder/recorder_list.js:37 #: frappe/public/js/frappe/data_import/data_exporter.js:92 #: frappe/public/js/frappe/data_import/data_exporter.js:243 -#: frappe/public/js/frappe/views/reports/query_report.js:1671 +#: frappe/public/js/frappe/views/reports/query_report.js:1678 #: frappe/public/js/frappe/views/reports/report_view.js:1551 msgid "Export" msgstr "Exportar" -#: frappe/public/js/frappe/list/list_view.js:2026 +#: frappe/public/js/frappe/list/list_view.js:2034 msgctxt "Button in list view actions menu" msgid "Export" msgstr "Exportar" @@ -9339,7 +9570,7 @@ msgstr "Exportación no permitida. Se necesita el rol {0} para exportar." #. 'Data Export' #: frappe/core/doctype/data_export/data_export.json msgid "Export the data without any header notes and column descriptions" -msgstr "" +msgstr "Exportar los datos sin notas de encabezado ni descripciones de columnas" #. Label of a Check field in DocType 'Data Export' #: frappe/core/doctype/data_export/data_export.json @@ -9352,7 +9583,7 @@ msgstr "Exportar {0} registros" #: frappe/custom/doctype/customize_form/customize_form.js:263 msgid "Exported permissions will be force-synced on every migrate overriding any other customization." -msgstr "" +msgstr "Los permisos exportados se sincronizarán forzosamente en cada migración anulando cualquier otra personalización." #. Label of a Data field in DocType 'Email Queue' #: frappe/email/doctype/email_queue/email_queue.json @@ -9433,7 +9664,7 @@ msgstr "Transacciones fallidas" #: frappe/utils/synchronization.py:46 msgid "Failed to aquire lock: {}. Lock may be held by another process." -msgstr "" +msgstr "No se pudo adquirir el bloqueo: {}. Es posible que otro proceso tenga el bloqueo." #: frappe/integrations/doctype/ldap_settings/ldap_settings.py:359 msgid "Failed to change password." @@ -9452,13 +9683,13 @@ msgstr "Fallo al calcular el cuerpo de la solicitud: {}" msgid "Failed to connect to server" msgstr "Error al conectar con el servidor" -#: frappe/auth.py:670 +#: frappe/auth.py:678 msgid "Failed to decode token, please provide a valid base64-encoded token." msgstr "No se pudo decodificar el token, proporcione un token codificado en base64 válido." #: frappe/utils/password.py:198 msgid "Failed to decrypt key {0}" -msgstr "" +msgstr "Fallo al descifrar la clave {0}" #: frappe/desk/reportview.py:561 msgid "Failed to delete {0} documents: {1}" @@ -9474,7 +9705,11 @@ msgstr "Fallo al evaluar las condiciones: {}" #: frappe/types/exporter.py:192 msgid "Failed to export python type hints" -msgstr "" +msgstr "No se pudieron exportar las sugerencias de Python" + +#: frappe/integrations/frappe_providers/frappecloud_billing.py:48 +msgid "Failed to generate access token" +msgstr "Fallo al generar el token de acceso" #: frappe/core/doctype/document_naming_settings/document_naming_settings.py:249 msgid "Failed to generate names from the series" @@ -9482,7 +9717,7 @@ msgstr "Fallo al generar los Nombres de las Series" #: frappe/core/doctype/document_naming_settings/document_naming_settings.js:75 msgid "Failed to generate preview of series" -msgstr "" +msgstr "No se pudo generar la vista previa de la serie" #: frappe/handler.py:76 msgid "Failed to get method for command {0} with {1}" @@ -9492,6 +9727,10 @@ msgstr "Fallo al obtener el método para el comando {0} con {1}" msgid "Failed to get method {0} with {1}" msgstr "Fallo al obtener el método {0} con {1}" +#: frappe/integrations/frappe_providers/frappecloud_billing.py:68 +msgid "Failed to get site info" +msgstr "Fallo al obtener la información del sitio" + #: frappe/model/virtual_doctype.py:63 msgid "Failed to import virtual doctype {}, is controller file present?" msgstr "Fallo al importar doctype virtual {}, ¿está presente el archivo controlador?" @@ -9500,6 +9739,10 @@ msgstr "Fallo al importar doctype virtual {}, ¿está presente el archivo contro msgid "Failed to optimize image: {0}" msgstr "Fallo en la optimización de la imagen: {0}" +#: frappe/integrations/frappe_providers/frappecloud_billing.py:104 +msgid "Failed to request login to Frappe Cloud" +msgstr "" + #: frappe/email/doctype/email_queue/email_queue.py:280 msgid "Failed to send email with subject:" msgstr "Error al enviar correo electrónico con asunto:" @@ -9512,10 +9755,14 @@ msgstr "Error al enviar el correo de notificación" msgid "Failed to update global settings" msgstr "No se pudo actualizar la configuración global" +#: frappe/integrations/frappe_providers/frappecloud_billing.py:83 +msgid "Failed while calling API {0}" +msgstr "Fallo al llamar a la API {0}" + #. Label of a Table field in DocType 'System Health Report' #: frappe/desk/doctype/system_health_report/system_health_report.json msgid "Failing Scheduled Jobs (last 7 days)" -msgstr "" +msgstr "Trabajos programados fallidos (últimos 7 días)" #: frappe/core/doctype/data_import/data_import.js:464 msgid "Failure" @@ -9524,7 +9771,7 @@ msgstr "Fracaso" #. Label of a Percent field in DocType 'System Health Report Failing Jobs' #: frappe/desk/doctype/system_health_report_failing_jobs/system_health_report_failing_jobs.json msgid "Failure Rate" -msgstr "" +msgstr "Tasa de fallos" #. Label of a Attach field in DocType 'Website Settings' #: frappe/website/doctype/website_settings/website_settings.json @@ -9557,7 +9804,7 @@ msgstr "Solicitud de retroalimentación" #: frappe/desk/page/setup_wizard/install_fixtures.py:30 msgid "Female" -msgstr "" +msgstr "Femenino" #. Label of a Small Text field in DocType 'DocField' #. Label of a Small Text field in DocType 'Custom Field' @@ -9607,7 +9854,7 @@ msgstr "Obteniendo documentos predeterminados de Global Search." #: frappe/public/js/frappe/list/bulk_operations.js:327 #: frappe/public/js/frappe/list/list_view_permission_restrictions.html:3 #: frappe/public/js/frappe/views/reports/query_report.js:236 -#: frappe/public/js/frappe/views/reports/query_report.js:1725 +#: frappe/public/js/frappe/views/reports/query_report.js:1732 #: frappe/website/doctype/web_form_field/web_form_field.json #: frappe/website/doctype/web_form_list_column/web_form_list_column.json msgid "Field" @@ -9619,7 +9866,7 @@ msgstr "El campo \"ruta\" es obligatoria para las vistas web" #: frappe/core/doctype/doctype/doctype.py:1488 msgid "Field \"title\" is mandatory if \"Website Search Field\" is set." -msgstr "" +msgstr "El campo \"título\" es obligatorio si se establece \"Campo de búsqueda en el sitio web\"." #: frappe/desk/doctype/bulk_update/bulk_update.js:17 msgid "Field \"value\" is mandatory. Please specify value to be updated" @@ -9643,11 +9890,11 @@ msgstr "Nombre de Campo" #: frappe/public/js/print_format_builder/PrintFormatSection.vue:141 msgid "Field Orientation (Left-Right)" -msgstr "" +msgstr "Orientación del campo (izquierda-derecha)" #: frappe/public/js/print_format_builder/PrintFormatSection.vue:148 msgid "Field Orientation (Top-Down)" -msgstr "" +msgstr "Orientación del campo (de arriba abajo)" #: frappe/public/js/print_format_builder/PrintFormatControls.vue:233 #: frappe/public/js/print_format_builder/utils.js:69 @@ -9683,7 +9930,7 @@ msgstr "Campo a seguir" msgid "Field type cannot be changed for {0}" msgstr "El Tipo de Campo no se puede cambiar para {0}" -#: frappe/database/database.py:841 +#: frappe/database/database.py:843 msgid "Field {0} does not exist on {1}" msgstr "El campo {0} no existe en {1}" @@ -9726,7 +9973,7 @@ msgstr "El nombre de campo llamado {0} debe existir para habilitar el nombre aut msgid "Fieldname is limited to 64 characters ({0})" msgstr "Nombre de campo está limitado a 64 caracteres ({0})" -#: frappe/custom/doctype/custom_field/custom_field.py:195 +#: frappe/custom/doctype/custom_field/custom_field.py:196 msgid "Fieldname not set for Custom Field" msgstr "Nombre de campo no establecido para el dato personalizado" @@ -9766,7 +10013,7 @@ msgstr "El nombre de campo {0} está restringido" #: frappe/custom/doctype/doctype_layout/doctype_layout.json #: frappe/desk/doctype/kanban_board/kanban_board.json #: frappe/desk/doctype/list_view_settings/list_view_settings.json -#: frappe/public/js/frappe/list/list_settings.js:132 +#: frappe/public/js/frappe/list/list_settings.js:135 #: frappe/public/js/frappe/views/kanban/kanban_settings.js:111 #: frappe/public/js/print_format_builder/PrintFormatControls.vue:83 #: frappe/website/doctype/personal_data_deletion_step/personal_data_deletion_step.json @@ -9803,7 +10050,7 @@ msgstr "Los campos separados por coma (,) se incluirán en el area \"Buscar por\ msgid "Fieldtype" msgstr "FieldType" -#: frappe/custom/doctype/custom_field/custom_field.py:191 +#: frappe/custom/doctype/custom_field/custom_field.py:192 msgid "Fieldtype cannot be changed from {0} to {1}" msgstr "Tipo de campo no se puede cambiar de {0} a {1}" @@ -9822,7 +10069,7 @@ msgstr "Archivo" #: frappe/public/js/frappe/file_uploader/FileUploader.vue:459 msgid "File \"{0}\" was skipped because of invalid file type" -msgstr "" +msgstr "Se ha omitido el archivo \"{0}\" debido a un tipo de archivo no válido" #: frappe/core/doctype/file/utils.py:129 msgid "File '{0}' not found" @@ -9857,7 +10104,7 @@ msgstr "Tamaño de archivo" #. Label of a Section Break field in DocType 'System Health Report' #: frappe/desk/doctype/system_health_report/system_health_report.json msgid "File Storage" -msgstr "" +msgstr "Almacenamiento de archivos" #. Label of a Data field in DocType 'Access Log' #. Label of a Select field in DocType 'Data Export' @@ -9952,11 +10199,11 @@ msgstr "Nombre del Filtro" msgid "Filter Values" msgstr "Valores del Filtro" -#: frappe/utils/data.py:1781 +#: frappe/utils/data.py:1795 msgid "Filter must be a tuple or list (in a list)" msgstr "Filtro debe ser una tupla o lista (en una lista)" -#: frappe/utils/data.py:1789 +#: frappe/utils/data.py:1803 msgid "Filter must have 4 values (doctype, fieldname, operator, value): {0}" msgstr "Filtro debe tener 4 valores (doctype, fieldname, operator, value): {0}" @@ -10021,7 +10268,7 @@ msgstr "Filtros JSON" msgid "Filters Section" msgstr "Sección de filtros" -#: frappe/public/js/frappe/form/controls/link.js:491 +#: frappe/public/js/frappe/form/controls/link.js:502 msgid "Filters applied for {0}" msgstr "Filtros aplicados para {0}" @@ -10046,8 +10293,8 @@ msgstr "Filtros:" msgid "Find '{0}' in ..." msgstr "Buscar '{0}' en..." -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:316 -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:317 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:327 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:328 #: frappe/public/js/frappe/ui/toolbar/search_utils.js:141 #: frappe/public/js/frappe/ui/toolbar/search_utils.js:144 msgid "Find {0} in {1}" @@ -10094,7 +10341,7 @@ msgstr "Primero configure el nombre y guarde el registro." #: frappe/public/js/workflow_builder/WorkflowBuilder.vue:304 msgid "Fit" -msgstr "" +msgstr "Ajustar" #. Label of a Data field in DocType 'Language' #: frappe/core/doctype/language/language.json @@ -10176,9 +10423,9 @@ msgstr "Seguido por" #: frappe/email/doctype/auto_email_report/auto_email_report.py:130 msgid "Following Report Filters have missing values:" -msgstr "" +msgstr "Los siguientes filtros de informe tienen valores faltantes:" -#: frappe/website/doctype/web_form/web_form.py:107 +#: frappe/website/doctype/web_form/web_form.py:108 msgid "Following fields are missing:" msgstr "Siguientes campos faltan:" @@ -10196,7 +10443,7 @@ msgstr "Siguientes campos tienen valores que faltan:" #: frappe/email/doctype/newsletter/newsletter.js:30 msgid "Following links are broken in the email content: {0}" -msgstr "" +msgstr "Los siguientes enlaces están rotos en el contenido del correo electrónico: {0}" #. Label of a Select field in DocType 'Print Settings' #: frappe/printing/doctype/print_settings/print_settings.json @@ -10263,7 +10510,7 @@ msgstr "HTML de pie de página" #: frappe/printing/doctype/letter_head/letter_head.py:73 msgid "Footer HTML set from attachment {0}" -msgstr "" +msgstr "HTML de pie de página establecido a partir del archivo adjunto {0}" #. Label of a Section Break field in DocType 'Letter Head' #: frappe/printing/doctype/letter_head/letter_head.json @@ -10298,7 +10545,7 @@ msgstr "Valores de plantilla de pie de página" #: frappe/printing/page/print/print.js:116 msgid "Footer might not be visible as {0} option is disabled" -msgstr "" +msgstr "Es posible que el pie de página no sea visible porque la opción {0} está desactivada." #. Description of the 'Footer HTML' (HTML Editor) field in DocType 'Letter #. Head' @@ -10331,7 +10578,8 @@ msgstr "Por ejemplo: {} Abrir" #: frappe/custom/doctype/customize_form_field/customize_form_field.json msgid "For Links, enter the DocType as range.\n" "For Select, enter list of Options, each on a new line." -msgstr "" +msgstr "Para Enlaces, introduzca el DocType como rango.\n" +"Para Seleccionar, introduzca la lista de Opciones, cada una en una nueva línea." #. Label of a Link field in DocType 'List Filter' #. Label of a Link field in DocType 'Notification Log' @@ -10349,14 +10597,14 @@ msgstr "Por Usuario" msgid "For Value" msgstr "Por valor" -#: frappe/public/js/frappe/views/reports/query_report.js:1977 +#: frappe/public/js/frappe/views/reports/query_report.js:1984 #: frappe/public/js/frappe/views/reports/report_view.js:96 msgid "For comparison, use >5, <10 or =324. For ranges, use 5:10 (for values between 5 & 10)." msgstr "Para la comparación, utilice >5, <10 o =324. Para rangos, utilice 5:10 (para valores entre 5 y 10)." #: frappe/core/page/permission_manager/permission_manager_help.html:19 msgid "For example if you cancel and amend INV004 it will become a new document INV004-1. This helps you to keep track of each amendment." -msgstr "" +msgstr "Por ejemplo, si cancela y modifica el documento INV004, éste se convertirá en un nuevo documento INV004-1. Esto le ayuda a realizar un seguimiento de cada modificación." #: frappe/printing/page/print_format_builder/print_format_builder.js:744 msgid "For example: If you want to include the document ID, use {0}" @@ -10367,7 +10615,7 @@ msgstr "Por ejemplo: Si desea incluir el ID de documento, utilice {0}" msgid "For example: {} Open" msgstr "Por ejemplo: {} Abrir" -#. Description of the 'Client Script' (Code) field in DocType 'Web Form' +#. Description of the 'Client script' (Code) field in DocType 'Web Form' #: frappe/website/doctype/web_form/web_form.json msgid "For help see Client Script API and Examples" msgstr "Para obtener ayuda, consulte Ejemplos y API de script de cliente" @@ -10386,7 +10634,7 @@ msgstr "Para más información, {0}." #. Report' #: frappe/email/doctype/auto_email_report/auto_email_report.json msgid "For multiple addresses, enter the address on different line. e.g. test@test.com ⏎ test1@test.com" -msgstr "" +msgstr "Para varias direcciones, introduzca la dirección en una línea diferente. Por ejemplo: test@test.com ⏎ test1@test.com" #: frappe/core/doctype/data_export/exporter.py:197 msgid "For updating, you can update only selective columns." @@ -10458,13 +10706,15 @@ msgstr "Creador de Formularios" #. Label of a Code field in DocType 'Recorder' #: frappe/core/doctype/recorder/recorder.json msgid "Form Dict" -msgstr "" +msgstr "Diccionario del Formulario" #. Label of a Section Break field in DocType 'DocType' -#. Label of a Section Break field in DocType 'Role' +#. Label of a Section Break field in DocType 'User' #. Label of a Section Break field in DocType 'Customize Form' -#: frappe/core/doctype/doctype/doctype.json frappe/core/doctype/role/role.json +#. Label of a Section Break field in DocType 'Web Form' +#: frappe/core/doctype/doctype/doctype.json frappe/core/doctype/user/user.json #: frappe/custom/doctype/customize_form/customize_form.json +#: frappe/website/doctype/web_form/web_form.json msgid "Form Settings" msgstr "Configuraciones de formulario" @@ -10478,7 +10728,7 @@ msgstr "Recorrido por formularios" #. Name of a DocType #: frappe/desk/doctype/form_tour_step/form_tour_step.json msgid "Form Tour Step" -msgstr "" +msgstr "Formulario de paso de visita" #. Option for the 'Request Structure' (Select) field in DocType 'Webhook' #: frappe/integrations/doctype/webhook/webhook.json @@ -10520,8 +10770,8 @@ msgstr "Fracción de unidades" #. Option for the 'Social Login Provider' (Select) field in DocType 'Social #. Login Key' #: frappe/integrations/doctype/social_login_key/social_login_key.json -#: frappe/www/login.html:61 frappe/www/login.html:142 frappe/www/login.py:49 -#: frappe/www/login.py:138 +#: frappe/www/login.html:61 frappe/www/login.html:142 frappe/www/login.py:50 +#: frappe/www/login.py:139 msgid "Frappe" msgstr "Frapé" @@ -10545,7 +10795,7 @@ msgstr "Soporte de Frappe" #: frappe/website/doctype/web_page/web_page.js:92 msgid "Frappe page builder using components" -msgstr "" +msgstr "Constructor de páginas Frappe mediante componentes" #: frappe/public/js/frappe/file_uploader/ImageCropper.vue:112 msgctxt "Image Cropper" @@ -10601,7 +10851,7 @@ msgstr "Desde la fecha" msgid "From Date Field" msgstr "Desde campo de fecha" -#: frappe/public/js/frappe/views/reports/query_report.js:1691 +#: frappe/public/js/frappe/views/reports/query_report.js:1698 msgid "From Document Type" msgstr "Desde tipo de documento" @@ -10660,7 +10910,7 @@ msgstr "Función" msgid "Function Based On" msgstr "Función basada en" -#: frappe/__init__.py:905 +#: frappe/__init__.py:855 msgid "Function {0} is not whitelisted." msgstr "La función {0} no está en la lista blanca." @@ -10714,7 +10964,7 @@ msgstr "Género" #: frappe/desk/page/setup_wizard/install_fixtures.py:33 msgid "Genderqueer" -msgstr "" +msgstr "Género no binario" #: frappe/www/contact.html:29 msgid "General" @@ -10734,14 +10984,14 @@ msgstr "Generar Llaves" msgid "Generate New Report" msgstr "Generar Nuevo Informe" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:357 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:368 msgid "Generate Random Password" msgstr "Generar Contraseña Aleatoria" #: frappe/public/js/frappe/ui/toolbar/toolbar.js:162 #: frappe/public/js/frappe/utils/utils.js:1772 msgid "Generate Tracking URL" -msgstr "" +msgstr "Generar URL de seguimiento" #. Option for the 'Type' (Select) field in DocType 'DocField' #. Option for the 'Field Type' (Select) field in DocType 'Custom Field' @@ -10771,7 +11021,7 @@ msgstr "Obtener Campos" #: frappe/printing/doctype/letter_head/letter_head.js:32 msgid "Get Header and Footer wkhtmltopdf variables" -msgstr "" +msgstr "Obtener variables de encabezado y pie de página wkhtmltopdf" #: frappe/public/js/frappe/form/multi_select_dialog.js:87 msgid "Get Items" @@ -10789,17 +11039,17 @@ msgstr "Obtener PDF" #. Naming Settings' #: frappe/core/doctype/document_naming_settings/document_naming_settings.json msgid "Get a preview of generated names with a series." -msgstr "" +msgstr "Obtenga una vista previa de los nombres generados con una serie." #: frappe/public/js/frappe/list/list_sidebar.js:273 msgid "Get more insights with" -msgstr "" +msgstr "Obtenga más información con" #. Description of the 'Email Threads on Assigned Document' (Check) field in #. DocType 'Notification Settings' #: frappe/desk/doctype/notification_settings/notification_settings.json msgid "Get notified when an email is received on any of the documents assigned to you." -msgstr "" +msgstr "Reciba una notificación cuando se reciba un correo electrónico sobre cualquiera de los documentos que se le hayan asignado." #. Description of the 'User Image' (Attach Image) field in DocType 'User' #: frappe/core/doctype/user/user.json @@ -10891,7 +11141,7 @@ msgstr "Ir al documento" #. Description of the 'Success URL' (Data) field in DocType 'Web Form' #: frappe/website/doctype/web_form/web_form.json msgid "Go to this URL after completing the form" -msgstr "" +msgstr "Ir a esta dirección después de completar el formulario." #: frappe/core/doctype/doctype/doctype.js:55 #: frappe/custom/doctype/client_script/client_script.js:10 @@ -10928,7 +11178,7 @@ msgstr "ID de Google Analytics" #. Label of a Check field in DocType 'Website Settings' #: frappe/website/doctype/website_settings/website_settings.json msgid "Google Analytics anonymise IP" -msgstr "" +msgstr "Anonimato IP de Google Analytics." #. Label of a Section Break field in DocType 'Event' #. Label of a Link field in DocType 'Event' @@ -10943,7 +11193,7 @@ msgstr "Calendario de Google" #: frappe/integrations/doctype/google_calendar/google_calendar.py:784 msgid "Google Calendar - Contact / email not found. Did not add attendee for -
    {0}" -msgstr "" +msgstr "Google Calendar - Contacto / correo electrónico no encontrado. No se ha añadido el asistente para -
    {0}" #: frappe/integrations/doctype/google_calendar/google_calendar.py:254 msgid "Google Calendar - Could not create Calendar for {0}, error code {1}." @@ -11097,7 +11347,15 @@ msgstr "Gráfico" #: frappe/core/doctype/doctype_state/doctype_state.json #: frappe/desk/doctype/kanban_board_column/kanban_board_column.json msgid "Gray" -msgstr "" +msgstr "Gris" + +#: frappe/public/js/frappe/ui/filters/filter.js:23 +msgid "Greater Than" +msgstr "Mayor que" + +#: frappe/public/js/frappe/ui/filters/filter.js:25 +msgid "Greater Than Or Equal To" +msgstr "Mayor o igual que" #. Option for the 'Color' (Select) field in DocType 'DocType State' #. Option for the 'Indicator' (Select) field in DocType 'Kanban Board Column' @@ -11108,7 +11366,7 @@ msgstr "Verde" #: frappe/public/js/form_builder/components/controls/TableControl.vue:46 msgid "Grid Empty State" -msgstr "" +msgstr "Estado vacío de cuadrícula" #: frappe/public/js/frappe/ui/keyboard.js:126 msgid "Grid Shortcuts" @@ -11155,7 +11413,7 @@ msgstr "Clase de Objeto Grupo" #. Description of a Card Break in the Build Workspace #: frappe/core/workspace/build/build.json msgid "Group your custom doctypes under modules" -msgstr "" +msgstr "Agrupe sus doctypes personalizados en módulos" #: frappe/public/js/frappe/ui/group_by/group_by.js:416 msgid "Grouped by {0}" @@ -11318,7 +11576,7 @@ msgstr "Encabezado, Robots" #: frappe/printing/doctype/letter_head/letter_head.js:30 msgid "Header/Footer scripts can be used to add dynamic behaviours." -msgstr "" +msgstr "Los scripts de encabezado y pie de página se pueden utilizar para agregar comportamientos dinámicos." #. Label of a Table field in DocType 'Webhook' #. Label of a Code field in DocType 'Webhook Request Log' @@ -11391,7 +11649,7 @@ msgstr "Menú desplegable de ayuda" msgid "Help HTML" msgstr "Ayuda 'HTML'" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:138 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:149 msgid "Help on Search" msgstr "Ayuda en Búsqueda" @@ -11528,7 +11786,7 @@ msgstr "Ocultar vista previa" #. Description of the 'Hide Buttons' (Check) field in DocType 'Form Tour Step' #: frappe/desk/doctype/form_tour_step/form_tour_step.json msgid "Hide Previous, Next and Close button on highlight dialog." -msgstr "" +msgstr "Ocultar los botones Anterior, Siguiente y Cerrar en el diálogo de resaltado." #: frappe/public/js/frappe/list/list_filter.js:87 msgid "Hide Saved" @@ -11569,7 +11827,7 @@ msgstr "Ocultar Área de Trabajo" #. Permission' #: frappe/core/doctype/user_permission/user_permission.json msgid "Hide descendant records of For Value." -msgstr "" +msgstr "Ocultar registros descendientes de Por valor." #: frappe/public/js/frappe/form/layout.js:268 msgid "Hide details" @@ -11583,7 +11841,7 @@ msgstr "Ocultar pie de página en informes de correo electrónico automático" #. Label of a Check field in DocType 'Website Settings' #: frappe/website/doctype/website_settings/website_settings.json msgid "Hide footer signup" -msgstr "" +msgstr "Ocultar \"registrarse\" de pie de página" #. Option for the 'Priority' (Select) field in DocType 'ToDo' #: frappe/desk/doctype/todo/todo.json @@ -11678,7 +11936,7 @@ msgstr "¿Cómo se debe formatear esta moneda? Si no se establece, el sistema ut #. Paragraph text in the Welcome Workspace Workspace #: frappe/core/workspace/welcome_workspace/welcome_workspace.json msgid "I guess you don't have access to any workspace yet, but you can create one just for yourself. Click on the Create Workspace button to create one.
    " -msgstr "" +msgstr "Supongo que aún no tiene acceso a ningún espacio de trabajo, pero puede crear uno sólo para usted. Haga clic en el botón Crear espacio de trabajo para crear uno.
    " #: frappe/core/doctype/data_import/importer.py:1127 #: frappe/core/doctype/data_import/importer.py:1133 @@ -11687,7 +11945,7 @@ msgstr "" #: frappe/desk/report/todo/todo.py:36 frappe/model/meta.py:44 #: frappe/public/js/frappe/data_import/data_exporter.js:330 #: frappe/public/js/frappe/data_import/data_exporter.js:345 -#: frappe/public/js/frappe/list/list_settings.js:334 +#: frappe/public/js/frappe/list/list_settings.js:337 #: frappe/public/js/frappe/list/list_view.js:357 #: frappe/public/js/frappe/list/list_view.js:420 #: frappe/public/js/frappe/model/meta.js:197 @@ -11703,7 +11961,7 @@ msgstr "Identificador" #: frappe/public/js/print_format_builder/PrintFormatControls.vue:199 msgid "ID (name)" -msgstr "" +msgstr "ID (nombre)" #. Description of the 'Field Name' (Data) field in DocType 'Property Setter' #: frappe/custom/doctype/property_setter/property_setter.json @@ -11713,7 +11971,7 @@ msgstr "Identificación ( nombre) de la entidad cuya propiedad va a establecerse #. Description of the 'Section ID' (Data) field in DocType 'Web Page Block' #: frappe/website/doctype/web_page_block/web_page_block.json msgid "IDs must contain only alphanumeric characters, not contain spaces, and should be unique." -msgstr "" +msgstr "Los ID sólo deben contener caracteres alfanuméricos, no deben contener espacios y deben ser únicos." #. Label of a Section Break field in DocType 'Email Account' #: frappe/email/doctype/email_account/email_account.json @@ -11829,6 +12087,11 @@ msgstr "Si está desactivado, este rol será eliminado de todos los usuarios." msgid "If enabled, user can login from any IP Address using Two Factor Auth, this can also be set for all users in System Settings" msgstr "Si está habilitado, el usuario puede iniciar sesión desde cualquier dirección IP utilizando la autenticación de dos factores, esto también se puede configurar para todos los usuarios en la configuración del sistema" +#. Description of the 'Anonymous responses' (Check) field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "If enabled, all responses on the web form will be submitted anonymously" +msgstr "Si está habilitado, todas las respuestas en el formulario web se enviarán de forma anónima." + #. Description of the 'Bypass restricted IP Address check If Two Factor Auth #. Enabled' (Check) field in DocType 'System Settings' #: frappe/core/doctype/system_settings/system_settings.json @@ -11905,12 +12168,12 @@ msgstr "Si no se establece, la precisión de la moneda dependerá del formato de #. Description of the 'Roles' (Table) field in DocType 'Dashboard Chart' #: frappe/desk/doctype/dashboard_chart/dashboard_chart.json msgid "If set, only user with these roles can access this chart. If not set, DocType or Report permissions will be used." -msgstr "" +msgstr "Si se establece, sólo los usuarios con estos roles podrán acceder a este gráfico. Si no se establece, se utilizarán los permisos DocType o Informe." #. Description of the 'Condition' (Code) field in DocType 'Energy Point Rule' #: frappe/social/doctype/energy_point_rule/energy_point_rule.json msgid "If the condition is satisfied user will be rewarded with the points. eg. doc.status == 'Closed'\n" -msgstr "" +msgstr "Si la condición se cumple el usuario será recompensado con los puntos. ej. doc.status == 'Cerrado'\n" #. Description of the 'User Type' (Link) field in DocType 'User' #: frappe/core/doctype/user/user.json @@ -11954,7 +12217,7 @@ msgstr "Si desea cargar nuevos registros, deje en blanco la columna \"name\" (ID #: frappe/utils/password.py:201 msgid "If you have recently restored the site you may need to copy the site config contaning original Encryption Key." -msgstr "" +msgstr "Si ha restaurado el sitio recientemente puede que necesite copiar la configuración del sitio conteniendo la clave de encriptación original." #: frappe/core/doctype/doctype/doctype.js:81 msgid "If you just want to customize for your site, use {0} instead." @@ -12140,7 +12403,7 @@ msgstr "Importar / Exportar" #. Label of a shortcut in the Tools Workspace #: frappe/automation/workspace/tools/tools.json msgid "Import Data" -msgstr "Datos de Importación" +msgstr "Importación de datos" #: frappe/email/doctype/email_group/email_group.js:14 msgid "Import Email From" @@ -12209,7 +12472,7 @@ msgstr "La plantilla de importación debe contener un encabezado y al menos una #: frappe/core/doctype/data_import/data_import.js:170 msgid "Import timed out, please re-try." -msgstr "" +msgstr "Se ha agotado el tiempo de importación, por favor vuelva a intentarlo." #: frappe/core/doctype/data_import/data_import.py:60 msgid "Importing {0} is not allowed." @@ -12236,7 +12499,7 @@ msgstr "En días" #. Description of the Onboarding Step 'Setup Limited Access for a User' #: frappe/custom/onboarding_step/role_permissions/role_permissions.json msgid "In ERPNext, you can add your Employees as Users, and give them restricted access. Tools like Role Permission and User Permission allow you to define rules which give restricted access to the user to masters and transactions." -msgstr "" +msgstr "En ERPNext, puede añadir a sus empleados como usuarios y darles acceso restringido. Herramientas como Permiso de rol y Permiso de usuario le permiten definir las reglas que dan acceso restringido al usuario a datos de contabilidad y transacciones." #. Label of a Check field in DocType 'DocField' #. Label of a Check field in DocType 'Customize Form Field' @@ -12286,7 +12549,7 @@ msgstr "En vista previa" msgid "In Progress" msgstr "En Progreso" -#: frappe/database/database.py:243 +#: frappe/database/database.py:245 msgid "In Read Only Mode" msgstr "En modo de solo lectura" @@ -12305,7 +12568,7 @@ msgstr "En Filtro predeterminado" #. Description of the Onboarding Step 'Generate Custom Reports' #: frappe/custom/onboarding_step/report_builder/report_builder.json msgid "In each module, you will find a host of single-click reports, ranging from financial statements to sales and purchase analytics and stock tracking reports. If a required new report is not available out-of-the-box, you can create custom reports in ERPNext by pulling values from the same multiple ERPNext tables.\n" -msgstr "" +msgstr "En cada módulo, encontrará una gran cantidad de informes con un solo clic, que van desde estados financieros hasta análisis de ventas y compras e informes de seguimiento de existencias. Si un nuevo informe requerido no está disponible de manera predeterminada, puede crear informes personalizados en ERPNext extrayendo valores de las mismas tablas múltiples de ERPNext.\n" #. Description of the 'Font Size' (Float) field in DocType 'Print Settings' #: frappe/printing/doctype/print_settings/print_settings.json @@ -12324,7 +12587,7 @@ msgstr "Inactivo" #: frappe/public/js/frappe/ui/field_group.js:131 msgid "Inavlid Values" -msgstr "" +msgstr "Valor no válido" #. Option for the 'Select List View' (Select) field in DocType 'Form Tour' #: frappe/desk/doctype/form_tour/form_tour.json @@ -12345,7 +12608,7 @@ msgstr "Vista de buzón" #. Label of a Check field in DocType 'Form Tour' #: frappe/desk/doctype/form_tour/form_tour.json msgid "Include Name Field" -msgstr "" +msgstr "Incluir campo de nombre" #. Label of a Check field in DocType 'Website Settings' #: frappe/website/doctype/website_settings/website_settings.json @@ -12361,11 +12624,11 @@ msgstr "Incluir tema de aplicaciones" msgid "Include Web View Link in Email" msgstr "Enviar el enlace de la vista web del documento por correo electrónico" -#: frappe/public/js/frappe/views/reports/query_report.js:1510 +#: frappe/public/js/frappe/views/reports/query_report.js:1515 msgid "Include filters" msgstr "Incluir filtros" -#: frappe/public/js/frappe/views/reports/query_report.js:1502 +#: frappe/public/js/frappe/views/reports/query_report.js:1507 msgid "Include indentation" msgstr "Incluir sangría" @@ -12381,7 +12644,7 @@ msgstr "Configuración entrante (POP/IMAP)" #. Label of a Column Break field in DocType 'System Health Report' #: frappe/desk/doctype/system_health_report/system_health_report.json msgid "Incoming Emails (Last 7 days)" -msgstr "" +msgstr "Correos electrónicos entrantes (últimos 7 días)" #. Label of a Data field in DocType 'Email Account' #. Label of a Data field in DocType 'Email Domain' @@ -12403,7 +12666,7 @@ msgstr "Cuenta de Correo Electrónico entrante no es correcta" msgid "Incomplete Virtual Doctype Implementation" msgstr "Implementación incompleta del DocType virtual" -#: frappe/auth.py:233 +#: frappe/auth.py:241 msgid "Incomplete login details" msgstr "Detalles de inicio de sesión incompletos" @@ -12423,13 +12686,13 @@ msgstr "Usuario o Contraseña Incorrecta" msgid "Incorrect Verification code" msgstr "Código de Verificación incorrecto" -#: frappe/model/document.py:1347 +#: frappe/model/document.py:1351 msgid "Incorrect value in row {0}:" -msgstr "" +msgstr "Valor incorrecto en la fila {0}:" -#: frappe/model/document.py:1349 +#: frappe/model/document.py:1353 msgid "Incorrect value:" -msgstr "" +msgstr "Valor incorrecto:" #. Label of a Check field in DocType 'DocField' #. Label of a Int field in DocType 'Recorder Query' @@ -12450,17 +12713,17 @@ msgstr "Índice de páginas web para búsqueda" #: frappe/core/doctype/recorder/recorder.py:142 msgid "Index created successfully on column {0} of doctype {1}" -msgstr "" +msgstr "Índice creado con éxito en la columna {0} del doctype {1}" #. Label of a Data field in DocType 'Website Settings' #: frappe/website/doctype/website_settings/website_settings.json msgid "Indexing authorization code" -msgstr "" +msgstr "Código de autorización de indexación" #. Label of a Data field in DocType 'Website Settings' #: frappe/website/doctype/website_settings/website_settings.json msgid "Indexing refresh token" -msgstr "" +msgstr "Token de actualización de indexación" #. Label of a Select field in DocType 'Kanban Board Column' #: frappe/desk/doctype/kanban_board_column/kanban_board_column.json @@ -12511,15 +12774,15 @@ msgstr "Insertar Arriba" #. Label of a Select field in DocType 'Custom Field' #: frappe/custom/doctype/custom_field/custom_field.json -#: frappe/public/js/frappe/views/reports/query_report.js:1731 +#: frappe/public/js/frappe/views/reports/query_report.js:1738 msgid "Insert After" msgstr "Insertar Después" -#: frappe/custom/doctype/custom_field/custom_field.py:249 +#: frappe/custom/doctype/custom_field/custom_field.py:250 msgid "Insert After cannot be set as {0}" msgstr "Insertar después no se puede establecer como {0}" -#: frappe/custom/doctype/custom_field/custom_field.py:242 +#: frappe/custom/doctype/custom_field/custom_field.py:243 msgid "Insert After field '{0}' mentioned in Custom Field '{1}', with label '{2}', does not exist" msgstr "Inserción luego del campo '{0}' mencionado en el campo personalizado '{1}', con la etiqueta '{2}', no existe" @@ -12573,14 +12836,13 @@ msgstr "Instrucciones" #: frappe/templates/includes/login/login.js:262 msgid "Instructions Emailed" -msgstr "" +msgstr "Instrucciones enviadas por correo electrónico" #: frappe/permissions.py:817 msgid "Insufficient Permission Level for {0}" msgstr "Nivel de permiso insuficiente para {0}" #: frappe/database/query.py:375 frappe/desk/form/load.py:40 -#: frappe/model/document.py:239 msgid "Insufficient Permission for {0}" msgstr "Permiso insuficiente para {0}" @@ -12594,7 +12856,7 @@ msgstr "Permisos insuficientes para eliminar el informe" #: frappe/core/doctype/doctype/doctype.py:439 msgid "Insufficient attachment limit" -msgstr "" +msgstr "Límite de archivos adjuntos insuficiente" #. Option for the 'Type' (Select) field in DocType 'DocField' #. Option for the 'Fieldtype' (Select) field in DocType 'Report Column' @@ -12636,7 +12898,7 @@ msgstr "Integraciones pueden utilizar este campo para establecer el estado de en #. Option for the 'Font' (Select) field in DocType 'Print Settings' #: frappe/printing/doctype/print_settings/print_settings.json msgid "Inter" -msgstr "" +msgstr "Inter." #. Label of a Small Text field in DocType 'User' #: frappe/core/doctype/user/user.json @@ -12695,7 +12957,7 @@ msgstr "Información preliminar de la página de contacto" #. Label of a Data field in DocType 'Connected App' #: frappe/integrations/doctype/connected_app/connected_app.json msgid "Introspection URI" -msgstr "" +msgstr "URI de introspección" #. Option for the 'Validity' (Select) field in DocType 'OAuth Authorization #. Code' @@ -12725,6 +12987,10 @@ msgstr "Acción inválida" msgid "Invalid CSV Format" msgstr "Formato CSV no válido" +#: frappe/integrations/frappe_providers/frappecloud_billing.py:121 +msgid "Invalid Code. Please try again." +msgstr "" + #: frappe/integrations/doctype/webhook/webhook.py:90 msgid "Invalid Condition: {}" msgstr "Condición inválida: {}" @@ -12733,7 +12999,7 @@ msgstr "Condición inválida: {}" msgid "Invalid Credentials" msgstr "Credenciales no válidas" -#: frappe/utils/data.py:103 frappe/utils/data.py:253 +#: frappe/utils/data.py:104 frappe/utils/data.py:254 msgid "Invalid Date" msgstr "Fecha invalida" @@ -12747,7 +13013,7 @@ msgstr "DocType no válido: {0}" #: frappe/core/doctype/doctype/doctype.py:1234 msgid "Invalid Fieldname" -msgstr "" +msgstr "Nombre de campo no válido" #: frappe/core/doctype/file/file.py:205 msgid "Invalid File URL" @@ -12755,7 +13021,7 @@ msgstr "URL de archivo inválida" #: frappe/public/js/form_builder/store.js:221 msgid "Invalid Filter Format for field {0} of type {1}. Try using filter icon on the field to set it correctly" -msgstr "" +msgstr "Formato de filtro no válido para el campo {0} de tipo {1}. Pruebe a utilizar el icono de filtro en el campo para configurarlo correctamente" #: frappe/utils/dashboard.py:61 msgid "Invalid Filter Value" @@ -12769,7 +13035,7 @@ msgstr "Error en la página de Inicio" msgid "Invalid Link" msgstr "Link Inválido" -#: frappe/www/login.py:117 +#: frappe/www/login.py:118 msgid "Invalid Login Token" msgstr "Token de Acceso Inválido" @@ -12802,11 +13068,11 @@ msgstr "Servidor o puerto de correo saliente no válido: {0}" msgid "Invalid Output Format" msgstr "Formato de salida no válido" -#: frappe/integrations/doctype/connected_app/connected_app.py:166 +#: frappe/integrations/doctype/connected_app/connected_app.py:190 msgid "Invalid Parameters." msgstr "Parámetros Inválidos." -#: frappe/core/doctype/user/user.py:1210 frappe/www/update-password.html:121 +#: frappe/core/doctype/user/user.py:1164 frappe/www/update-password.html:121 #: frappe/www/update-password.html:142 frappe/www/update-password.html:144 #: frappe/www/update-password.html:245 msgid "Invalid Password" @@ -12816,8 +13082,8 @@ msgstr "Contraseña invalida" msgid "Invalid Phone Number" msgstr "Numero de telefono invalido" -#: frappe/auth.py:94 frappe/utils/oauth.py:185 frappe/utils/oauth.py:192 -#: frappe/www/login.py:117 +#: frappe/auth.py:95 frappe/utils/oauth.py:185 frappe/utils/oauth.py:192 +#: frappe/www/login.py:118 msgid "Invalid Request" msgstr "Solicitud inválida" @@ -12856,9 +13122,9 @@ msgstr "Función de agregación inválida" msgid "Invalid column" msgstr "Columna inválida" -#: frappe/model/document.py:849 frappe/model/document.py:863 +#: frappe/model/document.py:853 frappe/model/document.py:867 msgid "Invalid docstatus" -msgstr "" +msgstr "Estado del documento no válido" #: frappe/public/js/frappe/utils/dashboard_utils.js:229 msgid "Invalid expression set in filter {0}" @@ -12868,7 +13134,7 @@ msgstr "Conjunto de expresión no válida en el filtro {0}" msgid "Invalid expression set in filter {0} ({1})" msgstr "Conjunto de expresión no válida en el filtro {0} ({1})" -#: frappe/utils/data.py:1888 +#: frappe/utils/data.py:1902 msgid "Invalid field name {0}" msgstr "Nombre de campo inválido {0}" @@ -12894,9 +13160,9 @@ msgstr "Ruta de inclusión no válida" msgid "Invalid json added in the custom options: {0}" msgstr "JSON no válido agregado en las opciones personalizadas: {0}" -#: frappe/model/naming.py:465 +#: frappe/model/naming.py:464 msgid "Invalid name type (integer) for varchar name column" -msgstr "" +msgstr "Tipo de nombre no válido (entero) para la columna de nombre varchar" #: frappe/model/naming.py:54 msgid "Invalid naming series {}: dot (.) missing" @@ -12918,9 +13184,9 @@ msgstr "Argumentos de solicitud inválidos" msgid "Invalid template file for import" msgstr "Archivo de plantilla no válido para importar" -#: frappe/integrations/doctype/connected_app/connected_app.py:172 +#: frappe/integrations/doctype/connected_app/connected_app.py:196 msgid "Invalid token state! Check if the token has been created by the OAuth user." -msgstr "" +msgstr "¡Estado de token no válido! Compruebe si el token ha sido creado por el usuario OAuth." #: frappe/integrations/doctype/ldap_settings/ldap_settings.py:165 #: frappe/integrations/doctype/ldap_settings/ldap_settings.py:336 @@ -13308,7 +13574,7 @@ msgstr "Saltar al campo" #: frappe/public/js/frappe/utils/number_systems.js:53 msgctxt "Number system" msgid "K" -msgstr "" +msgstr "K" #. Option for the 'Select List View' (Select) field in DocType 'Form Tour' #. Option for the 'DocType View' (Select) field in DocType 'Workspace Shortcut' @@ -13350,7 +13616,7 @@ msgstr "Vista Kanban" #. Description of a DocType #: frappe/core/doctype/activity_log/activity_log.json msgid "Keep track of all update feeds" -msgstr "" +msgstr "Mantener un registro de todos los canales de actualización" #. Description of a DocType #: frappe/core/doctype/communication/communication.json @@ -13387,7 +13653,7 @@ msgstr "Keycloak" #: frappe/public/js/frappe/utils/number_systems.js:37 msgctxt "Number system" msgid "Kh" -msgstr "" +msgstr "Kh" #. Label of a Card Break in the Website Workspace #: frappe/website/doctype/help_article/help_article.py:81 @@ -13409,7 +13675,7 @@ msgstr "Editor de la Base de Conocimiento" #: frappe/public/js/frappe/utils/number_systems.js:49 msgctxt "Number system" msgid "L" -msgstr "" +msgstr "L" #. Label of a Section Break field in DocType 'LDAP Settings' #: frappe/integrations/doctype/ldap_settings/ldap_settings.json @@ -13609,7 +13875,7 @@ msgstr "Ayuda de 'Etiquetas'" msgid "Label and Type" msgstr "Etiqueta y Tipo" -#: frappe/custom/doctype/custom_field/custom_field.py:143 +#: frappe/custom/doctype/custom_field/custom_field.py:144 msgid "Label is mandatory" msgstr "La etiqueta es obligatoria" @@ -13723,7 +13989,7 @@ msgstr "Último cuarto" #. Label of a Datetime field in DocType 'User' #: frappe/core/doctype/user/user.json msgid "Last Reset Password Key Generated On" -msgstr "" +msgstr "Última clave de restablecimiento de contraseña generada el" #. Label of a Datetime field in DocType 'Google Contacts' #: frappe/integrations/doctype/google_contacts/google_contacts.json @@ -13760,7 +14026,7 @@ msgstr "La semana pasada" msgid "Last Year" msgstr "El año pasado" -#: frappe/public/js/frappe/widgets/chart_widget.js:698 +#: frappe/public/js/frappe/widgets/chart_widget.js:704 msgid "Last synced {0}" msgstr "Última sincronización {0}" @@ -13770,7 +14036,7 @@ msgstr "Restablecer diseño" #: frappe/custom/doctype/customize_form/customize_form.js:186 msgid "Layout will be reset to standard layout, are you sure you want to do this?" -msgstr "" +msgstr "El diseño se restablecerá al diseño estándar, ¿está seguro de que quiere hacer esto?" #: frappe/desk/page/leaderboard/leaderboard.js:15 #: frappe/desk/page/user_profile/user_profile_sidebar.html:55 @@ -13785,7 +14051,7 @@ msgstr "Aprende sobre formatos estándar y personalizados de impresión" #. Title of an Onboarding Step #: frappe/website/onboarding_step/web_page_tour/web_page_tour.json msgid "Learn about Web Pages" -msgstr "" +msgstr "Aprender sobre páginas web" #. Label of an action in the Onboarding Step 'Create Custom Fields' #: frappe/custom/onboarding_step/custom_field/custom_field.json @@ -13799,7 +14065,7 @@ msgstr "Aprender más" #. Label of an action in the Onboarding Step 'Generate Custom Reports' #: frappe/custom/onboarding_step/report_builder/report_builder.json msgid "Learn more about Report Builders" -msgstr "" +msgstr "Más información sobre los generadores de informes" #. Label of an action in the Onboarding Step 'Custom Document Types' #: frappe/custom/onboarding_step/custom_doctype/custom_doctype.json @@ -13812,14 +14078,14 @@ msgid "Leave blank to repeat always" msgstr "Dejar en blanco para repetir siempre" #: frappe/core/doctype/communication/mixins.py:207 -#: frappe/email/doctype/email_account/email_account.py:666 +#: frappe/email/doctype/email_account/email_account.py:667 msgid "Leave this conversation" msgstr "Abandonar esta conversación" #. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' #: frappe/printing/doctype/print_settings/print_settings.json msgid "Ledger" -msgstr "" +msgstr "Tabloide" #. Option for the 'Position' (Select) field in DocType 'Form Tour Step' #. Option for the 'Align' (Select) field in DocType 'Letter Head' @@ -13839,12 +14105,12 @@ msgstr "Inactivo/Fuera" #. Option for the 'Position' (Select) field in DocType 'Form Tour Step' #: frappe/desk/doctype/form_tour_step/form_tour_step.json msgid "Left Bottom" -msgstr "" +msgstr "Izquierda inferior" #. Option for the 'Position' (Select) field in DocType 'Form Tour Step' #: frappe/desk/doctype/form_tour_step/form_tour_step.json msgid "Left Center" -msgstr "" +msgstr "Izquierda Centro" #: frappe/email/doctype/email_unsubscribe/email_unsubscribe.py:58 msgid "Left this conversation" @@ -13866,19 +14132,27 @@ msgstr "Largo" #: frappe/public/js/frappe/ui/chart.js:11 msgid "Length of passed data array is greater than value of maximum allowed label points!" -msgstr "" +msgstr "¡La longitud del array de datos introducidos es superior al valor de los puntos de etiqueta máximos permitidos!" #: frappe/database/schema.py:129 msgid "Length of {0} should be between 1 and 1000" msgstr "Longitud de {0} debe estar entre 1 y 1000" -#: frappe/public/js/frappe/widgets/chart_widget.js:674 +#: frappe/public/js/frappe/widgets/chart_widget.js:680 msgid "Less" msgstr "Menos" +#: frappe/public/js/frappe/ui/filters/filter.js:24 +msgid "Less Than" +msgstr "Menor que" + +#: frappe/public/js/frappe/ui/filters/filter.js:26 +msgid "Less Than Or Equal To" +msgstr "Menor o igual que" + #: frappe/public/js/frappe/widgets/onboarding_widget.js:439 msgid "Let us continue with the onboarding" -msgstr "" +msgstr "Continuemos con la incorporación" #: frappe/public/js/frappe/views/workspace/blocks/onboarding.js:94 #: frappe/public/js/frappe/widgets/onboarding_widget.js:602 @@ -13940,7 +14214,7 @@ msgstr "Nombre del Encabezado" #: frappe/printing/doctype/letter_head/letter_head.js:30 msgid "Letter Head Scripts" -msgstr "" +msgstr "Scripts del membrete" #: frappe/printing/doctype/letter_head/letter_head.py:46 msgid "Letter Head cannot be both disabled and default" @@ -13974,7 +14248,7 @@ msgstr "Nombre de nivel" #: frappe/public/js/frappe/file_uploader/FileUploader.vue:94 msgid "Library" -msgstr "" +msgstr "Biblioteca" #. Label of a Markdown Editor field in DocType 'Package' #: frappe/core/doctype/package/package.json @@ -13996,7 +14270,7 @@ msgstr "Claro" #: frappe/core/doctype/doctype_state/doctype_state.json #: frappe/desk/doctype/kanban_board_column/kanban_board_column.json msgid "Light Blue" -msgstr "" +msgstr "Azul claro" #. Label of a Link field in DocType 'Website Theme' #: frappe/website/doctype/website_theme/website_theme.json @@ -14023,7 +14297,7 @@ msgstr "Límite \"Me gusta\"" #. Description of the 'Like limit' (Int) field in DocType 'Blog Settings' #: frappe/website/doctype/blog_settings/blog_settings.json msgid "Like limit per hour" -msgstr "" +msgstr "Límite de \"Me gusta\" por hora" #: frappe/templates/includes/likes/likes.py:30 msgid "Like on {0}: {1}" @@ -14114,14 +14388,14 @@ msgid "Link Document Type" msgstr "Tipo de documento de enlace" #: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:402 -#: frappe/workflow/doctype/workflow_action/workflow_action.py:197 +#: frappe/workflow/doctype/workflow_action/workflow_action.py:198 msgid "Link Expired" msgstr "Enlace Expirado" #. Label of a Int field in DocType 'System Settings' #: frappe/core/doctype/system_settings/system_settings.json msgid "Link Field Results Limit" -msgstr "" +msgstr "Límite de resultados del campo de enlace" #. Label of a Data field in DocType 'DocType Link' #: frappe/core/doctype/doctype_link/doctype_link.json @@ -14185,7 +14459,7 @@ msgstr "Enlace para Página Acerca de Nosotros es \"/about\"." #. Description of the 'Home Page' (Data) field in DocType 'Website Settings' #: frappe/website/doctype/website_settings/website_settings.json msgid "Link that is the website home page. Standard Links (home, login, products, blog, about, contact)" -msgstr "" +msgstr "Enlace que será la página principal de inicio del sitio web. Enlaces estándar (inicio, inicio de sesión, productos, blog, acerca de, contacto)" #. Description of the 'URL' (Data) field in DocType 'Top Bar Item' #: frappe/website/doctype/top_bar_item/top_bar_item.json @@ -14242,22 +14516,17 @@ msgstr "Configuración de Lista / Búsqueda" #. Label of a Table field in DocType 'Web Form' #: frappe/website/doctype/web_form/web_form.json msgid "List Columns" -msgstr "" +msgstr "Lista de columnas" #. Name of a DocType #: frappe/desk/doctype/list_filter/list_filter.json msgid "List Filter" msgstr "Filtro de Lista" -#. Label of a HTML field in DocType 'Web Form' -#: frappe/website/doctype/web_form/web_form.json -msgid "List Setting Message" -msgstr "" - -#. Label of a Section Break field in DocType 'Role' +#. Label of a Section Break field in DocType 'User' #. Label of a Section Break field in DocType 'Customize Form' #. Label of a Section Break field in DocType 'Web Form' -#: frappe/core/doctype/role/role.json +#: frappe/core/doctype/user/user.json #: frappe/custom/doctype/customize_form/customize_form.json #: frappe/website/doctype/web_form/web_form.json msgid "List Settings" @@ -14277,7 +14546,7 @@ msgstr "Vista de Lista" msgid "List View Settings" msgstr "Configuración de vista de lista" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:150 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:161 msgid "List a document type" msgstr "Listar un tipo de documento" @@ -14293,6 +14562,11 @@ msgstr "Lista como [{ \"etiqueta\": _( \"trabajos\"), \"ruta\": \"trabajos\"}]" msgid "List of patches executed" msgstr "Lista de parches ejecutados" +#. Label of a HTML field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "List setting message" +msgstr "Mensaje de configuración de lista" + #: frappe/public/js/frappe/ui/toolbar/search_utils.js:542 msgid "Lists" msgstr "Listas" @@ -14314,7 +14588,7 @@ msgstr "Cargar más comunicaciones" #: frappe/public/js/frappe/file_uploader/TreeNode.vue:45 msgid "Load more" -msgstr "" +msgstr "Cargar más" #: frappe/core/page/permission_manager/permission_manager.js:165 #: frappe/public/js/frappe/form/controls/multicheck.js:13 @@ -14371,7 +14645,7 @@ msgstr "Dato de registro" #. Label of a Link field in DocType 'Logs To Clear' #: frappe/core/doctype/logs_to_clear/logs_to_clear.json msgid "Log DocType" -msgstr "" +msgstr "DocType de registros del sistema" #: frappe/templates/emails/login_with_email_link.html:27 msgid "Log In To {0}" @@ -14380,7 +14654,7 @@ msgstr "Inicia sesión en {0}" #. Label of a Int field in DocType 'Data Import Log' #: frappe/core/doctype/data_import_log/data_import_log.json msgid "Log Index" -msgstr "" +msgstr "Índice de registro" #. Name of a DocType #: frappe/core/doctype/log_setting_user/log_setting_user.json @@ -14436,7 +14710,7 @@ msgstr "Iniciar antes" msgid "Login Failed please try again" msgstr "Inicio de sesión fallido, intente nuevamente" -#: frappe/email/doctype/email_account/email_account.py:139 +#: frappe/email/doctype/email_account/email_account.py:140 msgid "Login Id is required" msgstr "Se requiere un ID para iniciar sesión" @@ -14450,12 +14724,7 @@ msgstr "Método de inicio de sesión" msgid "Login Page" msgstr "Página de inicio de sesión" -#. Label of a Check field in DocType 'Web Form' -#: frappe/website/doctype/web_form/web_form.json -msgid "Login Required" -msgstr "Inicio de sesión obligatorio" - -#: frappe/www/login.py:141 +#: frappe/www/login.py:142 msgid "Login To {0}" msgstr "Iniciar sesión en {0}" @@ -14475,10 +14744,15 @@ msgstr "Es necesario iniciar sesión para ver la vista de lista del formulario w msgid "Login link sent to your email" msgstr "Enlace de inicio de sesión enviado a su correo electrónico" -#: frappe/auth.py:319 frappe/auth.py:322 +#: frappe/auth.py:327 frappe/auth.py:330 msgid "Login not allowed at this time" msgstr "No se permite iniciar sesión en este momento" +#. Label of a Check field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Login required" +msgstr "Es necesario iniciar sesión" + #: frappe/twofactor.py:165 msgid "Login session expired, refresh page to retry" msgstr "Sesión de inicio de sesión caducada, refresque la página para volver a intentarlo" @@ -14497,7 +14771,7 @@ msgstr "Iniciar sesión en {0}" #: frappe/templates/includes/login/login.js:327 msgid "Login token required" -msgstr "" +msgstr "Se requiere token de inicio de sesión" #: frappe/www/login.html:106 frappe/www/login.html:190 msgid "Login with Email Link" @@ -14515,9 +14789,9 @@ msgstr "Iniciar sesión con enlace de correo" #. Label of a Int field in DocType 'System Settings' #: frappe/core/doctype/system_settings/system_settings.json msgid "Login with email link expiry (in minutes)" -msgstr "" +msgstr "Caducidad del inicio de sesión con enlace de correo electrónico (en minutos)" -#: frappe/auth.py:130 +#: frappe/auth.py:131 msgid "Login with username and password is not allowed." msgstr "Inicio de sesión con nombre de usuario y contraseña no está permitido." @@ -14575,7 +14849,7 @@ msgstr "Parece que no cambiaste el valor" #: frappe/www/third_party_apps.html:57 msgid "Looks like you haven’t added any third party apps." -msgstr "" +msgstr "Parece que no ha añadido ninguna aplicación de terceros." #: frappe/public/js/frappe/ui/notifications/notifications.js:315 msgid "Looks like you haven’t received any notifications." @@ -14594,7 +14868,7 @@ msgstr "Bajo" #: frappe/public/js/frappe/utils/number_systems.js:13 msgctxt "Number system" msgid "M" -msgstr "" +msgstr " M" #. Option for the 'License Type' (Select) field in DocType 'Package' #: frappe/core/doctype/package/package.json @@ -14603,7 +14877,7 @@ msgstr "Licencia MIT" #: frappe/desk/page/setup_wizard/install_fixtures.py:49 msgid "Madam" -msgstr "" +msgstr "Señora" #. Label of a Text Editor field in DocType 'Web Page' #: frappe/website/doctype/web_page/web_page.json @@ -14641,6 +14915,11 @@ msgstr "Mayor" msgid "Make \"name\" searchable in Global Search" msgstr "Hacer el \"nombre\" buscable en la búsqueda global" +#. Label of a Check field in DocType 'DocField' +#: frappe/core/doctype/docfield/docfield.json +msgid "Make Attachment Public (by default)" +msgstr "Hacer público el archivo adjunto (por defecto)" + #. Label of a Check field in DocType 'DocType' #. Label of a Check field in DocType 'Customize Form' #: frappe/core/doctype/doctype/doctype.json @@ -14652,7 +14931,7 @@ msgstr "Hacer públicos los archivos adjuntos por defecto" #. DocType 'System Settings' #: frappe/core/doctype/system_settings/system_settings.json msgid "Make sure to configure a Social Login Key before disabling to prevent lockout" -msgstr "" +msgstr "Asegúrese de configurar una clave de inicio de sesión social antes de desactivar para evitar el bloqueo" #: frappe/utils/password_strength.py:86 msgid "Make use of longer keyboard patterns" @@ -14668,6 +14947,12 @@ msgstr "Hace pública la página" #: frappe/desk/page/setup_wizard/install_fixtures.py:29 msgid "Male" +msgstr "Masculino" + +#. Label of a standard navbar item +#. Type: Route +#: frappe/hooks.py +msgid "Manage Billing" msgstr "" #: frappe/www/me.html:50 @@ -14705,7 +14990,7 @@ msgstr "Obligatorio depende de" msgid "Mandatory Depends On (JS)" msgstr "Obligatorio Depende de (JS)" -#: frappe/website/doctype/web_form/web_form.py:410 +#: frappe/website/doctype/web_form/web_form.py:411 msgid "Mandatory Information missing:" msgstr "Información obligatoria faltante:" @@ -14846,11 +15131,6 @@ msgstr "Maestro" msgid "Max 500 records at a time" msgstr "Máximo 500 registros a la vez" -#. Label of a Int field in DocType 'Web Form' -#: frappe/website/doctype/web_form/web_form.json -msgid "Max Attachment Size (in MB)" -msgstr "Tamaño máximo de Adjunto (en MB)" - #. Label of a Int field in DocType 'DocType' #. Label of a Int field in DocType 'Customize Form' #: frappe/core/doctype/doctype/doctype.json @@ -14878,10 +15158,15 @@ msgstr "Longitud Máxima" msgid "Max Value" msgstr "Valor Máximo" +#. Label of a Int field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Max attachment size" +msgstr "Tamaño máximo de archivo adjunto" + #. Label of a Int field in DocType 'System Settings' #: frappe/core/doctype/system_settings/system_settings.json msgid "Max auto email report per user" -msgstr "" +msgstr "Informes de correo electrónico automático máximos por usuario" #: frappe/core/doctype/doctype/doctype.py:1304 msgid "Max width for type Currency is 100px in row {0}" @@ -14915,9 +15200,10 @@ msgstr "Límite máximo de adjuntos de {0} ha sido alcanzado." #: frappe/social/doctype/energy_point_rule/energy_point_rule.json msgid "Maximum points allowed after multiplying points with the multiplier value\n" "(Note: For no limit leave this field empty or set 0)" -msgstr "" +msgstr "Máximo de puntos permitidos tras multiplicar los puntos por el valor del multiplicador\n" +"(Nota: Para ningún límite deje este campo vacío o ponga 0)" -#: frappe/model/rename_doc.py:679 +#: frappe/model/rename_doc.py:685 msgid "Maximum {0} rows allowed" msgstr "Máximo: {0} lineas permitidas" @@ -15014,7 +15300,7 @@ msgstr "La fusión sólo es posible de Grupo -a- Grupo o de Nodo -a- Nodo en la msgid "Message" msgstr "Mensaje" -#: frappe/__init__.py:589 frappe/public/js/frappe/ui/messages.js:267 +#: frappe/__init__.py:539 frappe/public/js/frappe/ui/messages.js:267 msgctxt "Default title of the message dialog" msgid "Message" msgstr "Mensaje" @@ -15059,7 +15345,7 @@ msgstr "Tipo de mensaje" msgid "Message clipped" msgstr "Mensaje marcado" -#: frappe/email/doctype/email_account/email_account.py:315 +#: frappe/email/doctype/email_account/email_account.py:316 msgid "Message from server: {0}" msgstr "Mensaje del servidor: {0}" @@ -15067,10 +15353,10 @@ msgstr "Mensaje del servidor: {0}" msgid "Message not setup" msgstr "Mensaje no Configurado" -#. Description of the 'Success Message' (Text) field in DocType 'Web Form' +#. Description of the 'Success message' (Text) field in DocType 'Web Form' #: frappe/website/doctype/web_form/web_form.json msgid "Message to be displayed on successful completion" -msgstr "" +msgstr "Mensaje que se mostrará al finalizar con éxito" #. Label of a Code field in DocType 'Unhandled Email' #: frappe/email/doctype/unhandled_email/unhandled_email.json @@ -15088,17 +15374,13 @@ msgid "Meta" msgstr "Meta" #. Label of a Small Text field in DocType 'Blog Post' -#. Label of a Small Text field in DocType 'Web Form' #: frappe/website/doctype/blog_post/blog_post.json -#: frappe/website/doctype/web_form/web_form.json #: frappe/website/doctype/web_page/web_page.js:124 msgid "Meta Description" msgstr "Metadescripción" #. Label of a Attach Image field in DocType 'Blog Post' -#. Label of a Attach Image field in DocType 'Web Form' #: frappe/website/doctype/blog_post/blog_post.json -#: frappe/website/doctype/web_form/web_form.json #: frappe/website/doctype/web_page/web_page.js:131 msgid "Meta Image" msgstr "Meta imagen" @@ -15113,13 +15395,26 @@ msgid "Meta Tags" msgstr "Metaetiquetas" #. Label of a Data field in DocType 'Blog Post' -#. Label of a Data field in DocType 'Web Form' #: frappe/website/doctype/blog_post/blog_post.json -#: frappe/website/doctype/web_form/web_form.json #: frappe/website/doctype/web_page/web_page.js:117 msgid "Meta Title" msgstr "Meta título" +#. Label of a Small Text field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Meta description" +msgstr "Meta descripción" + +#. Label of a Attach Image field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Meta image" +msgstr "Imagen meta" + +#. Label of a Data field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Meta title" +msgstr "Título meta" + #: frappe/website/doctype/web_page/web_page.js:110 msgid "Meta title for SEO" msgstr "Meta título para SEO" @@ -15139,7 +15434,7 @@ msgstr "Meta título para SEO" msgid "Method" msgstr "Método" -#: frappe/__init__.py:907 +#: frappe/__init__.py:857 msgid "Method Not Allowed" msgstr "Método no permitido" @@ -15150,7 +15445,7 @@ msgstr "Método necesario para crear una Tarjeta Numérica" #. Option for the 'Position' (Select) field in DocType 'Form Tour Step' #: frappe/desk/doctype/form_tour_step/form_tour_step.json msgid "Mid Center" -msgstr "" +msgstr "Centro medio" #. Label of a Data field in DocType 'Contact' #. Label of a Data field in DocType 'User' @@ -15198,7 +15493,7 @@ msgstr "Mal configurado" #: frappe/desk/page/setup_wizard/install_fixtures.py:50 msgid "Miss" -msgstr "" +msgstr "Srta." #: frappe/desk/form/meta.py:213 msgid "Missing DocType" @@ -15218,11 +15513,11 @@ msgstr "Faltan filtros requeridos" #: frappe/desk/form/assign_to.py:109 msgid "Missing Permission" -msgstr "" +msgstr "Faltan permisos" #: frappe/www/update-password.html:107 frappe/www/update-password.html:114 msgid "Missing Value" -msgstr "" +msgstr "Falta un valor" #: frappe/public/js/frappe/ui/field_group.js:118 #: frappe/public/js/frappe/widgets/widget_dialog.js:336 @@ -15231,7 +15526,7 @@ msgstr "" msgid "Missing Values Required" msgstr "Valores faltantes requeridos" -#: frappe/www/login.py:101 +#: frappe/www/login.py:102 msgid "Mobile" msgstr "Móvil" @@ -15247,7 +15542,7 @@ msgstr "Nº Móvil" #. Label of a Check field in DocType 'Form Tour Step' #: frappe/desk/doctype/form_tour_step/form_tour_step.json msgid "Modal Trigger" -msgstr "" +msgstr "Función del modal" #. Label of a Card Break in the Build Workspace #: frappe/core/workspace/build/build.json @@ -15354,7 +15649,7 @@ msgstr "Nombre de Perfil del Módulo" #: frappe/desk/doctype/module_onboarding/module_onboarding.py:69 msgid "Module onboarding progress reset" -msgstr "" +msgstr "Restablecimiento del progreso de módulo de incorporación" #: frappe/custom/doctype/customize_form/customize_form.js:250 msgid "Module to Export" @@ -15446,7 +15741,7 @@ msgstr "Clasificación mensual" #: frappe/public/js/frappe/form/multi_select_dialog.js:72 #: frappe/public/js/frappe/ui/toolbar/search.js:285 #: frappe/public/js/frappe/ui/toolbar/search.js:300 -#: frappe/public/js/frappe/widgets/chart_widget.js:674 +#: frappe/public/js/frappe/widgets/chart_widget.js:680 #: frappe/templates/includes/list/list.html:23 #: frappe/templates/includes/search_template.html:13 msgid "More" @@ -15499,7 +15794,7 @@ msgstr "Mover a la papelera" #: frappe/public/js/form_builder/components/Section.vue:295 msgid "Move current and all subsequent sections to a new tab" -msgstr "" +msgstr "Mover la sección actual y todas las siguientes a una nueva pestaña" #: frappe/public/js/frappe/form/form.js:176 msgid "Move cursor to above row" @@ -15519,11 +15814,11 @@ msgstr "Mover el cursor a la columna anterior" #: frappe/public/js/form_builder/components/Section.vue:294 msgid "Move sections to new tab" -msgstr "" +msgstr "Mover secciones a una nueva pestaña" #: frappe/public/js/form_builder/components/Field.vue:231 msgid "Move the current field and the following fields to a new column" -msgstr "" +msgstr "Mover el campo actual y los siguientes campos a una nueva columna" #: frappe/public/js/frappe/form/grid_row.js:164 msgid "Move to Row Number" @@ -15532,25 +15827,25 @@ msgstr "Mover al número de fila" #. Description of the 'Next on Click' (Check) field in DocType 'Form Tour Step' #: frappe/desk/doctype/form_tour_step/form_tour_step.json msgid "Move to next step when clicked inside highlighted area." -msgstr "" +msgstr "Pasa al siguiente paso cuando se pulsa dentro del área resaltada." #. Description of the 'Parent Element Selector' (Data) field in DocType 'Form #. Tour Step' #: frappe/desk/doctype/form_tour_step/form_tour_step.json msgid "Mozilla doesn't support :has() so you can pass parent selector here as workaround" -msgstr "" +msgstr "Mozilla no soporta :has() por lo que puede pasar el selector padre aquí como solución alternativa" #: frappe/desk/page/setup_wizard/install_fixtures.py:44 msgid "Mr" -msgstr "" +msgstr "Sr." #: frappe/desk/page/setup_wizard/install_fixtures.py:48 msgid "Mrs" -msgstr "" +msgstr "Sra." #: frappe/desk/page/setup_wizard/install_fixtures.py:45 msgid "Ms" -msgstr "" +msgstr "Sra." #: frappe/utils/nestedset.py:335 msgid "Multiple root nodes not allowed." @@ -15571,7 +15866,7 @@ msgstr "Debe ser una URL de Google Sheets de acceso público" #. Settings' #: frappe/integrations/doctype/ldap_settings/ldap_settings.json msgid "Must be enclosed in '()' and include '{0}', which is a placeholder for the user/login name. i.e. (&(objectclass=user)(uid={0}))" -msgstr "" +msgstr "Debe ir encerrado entre '()' e incluir '{0}', que es un marcador de posición para el nombre de usuario/login. es decir, (&(objectclass=user)(uid={0}))" #. Description of the 'Image Field' (Data) field in DocType 'DocType' #. Description of the 'Image Field' (Data) field in DocType 'Customize Form' @@ -15580,7 +15875,7 @@ msgstr "" msgid "Must be of type \"Attach Image\"" msgstr "Debe ser del tipo \"Adjuntar Imagen\"" -#: frappe/desk/query_report.py:203 +#: frappe/desk/query_report.py:204 msgid "Must have report permission to access this report." msgstr "Debe tener permisos de reporte para ver este documento." @@ -15595,10 +15890,10 @@ msgstr "Sonidos Silenciados" #: frappe/desk/page/setup_wizard/install_fixtures.py:46 msgid "Mx" -msgstr "" +msgstr "Mx" #: frappe/templates/includes/web_sidebar.html:41 -#: frappe/website/doctype/web_form/web_form.py:399 +#: frappe/website/doctype/web_form/web_form.py:400 #: frappe/website/doctype/website_settings/website_settings.py:181 #: frappe/www/list.py:20 frappe/www/me.html:4 frappe/www/me.html:8 #: frappe/www/update_password.py:10 @@ -15607,7 +15902,7 @@ msgstr "Mi Cuenta" #: frappe/public/js/frappe/file_uploader/FileUploader.vue:57 msgid "My Device" -msgstr "" +msgstr "Mi dispositivo" #. Label of a standard navbar item #. Type: Route @@ -15628,19 +15923,20 @@ msgstr "MyISAM" #: frappe/workflow/doctype/workflow/workflow.js:19 msgid "NOTE: If you add states or transitions in the table, it will be reflected in the Workflow Builder but you will have to position them manually. Also Workflow Builder is currently in BETA." -msgstr "" +msgstr "NOTA: Si añade estados o transiciones en la tabla, se reflejará en el Generador de flujo de trabajo, pero tendrá que posicionarlos manualmente. Además el Constructor de Flujo de Trabajo está actualmente en BETA." #. Description of the 'LDAP Group Field' (Data) field in DocType 'LDAP #. Settings' #: frappe/integrations/doctype/ldap_settings/ldap_settings.json msgid "NOTE: This box is due for depreciation. Please re-setup LDAP to work with the newer settings" -msgstr "" +msgstr "NOTA: Esta configuración está próxima a su depreciación. Por favor, configure nuevamente LDAP para que funcione con los ajustes más recientes." #. Label of a Data field in DocType 'DocField' #. Label of a Data field in DocType 'Customize Form Field' #. Label of a Data field in DocType 'Workspace' #. Label of a Data field in DocType 'Slack Webhook URL' #: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/doctype/doctype_list.js:10 #: frappe/custom/doctype/customize_form_field/customize_form_field.json #: frappe/desk/doctype/workspace/workspace.json #: frappe/integrations/doctype/slack_webhook_url/slack_webhook_url.json @@ -15660,7 +15956,7 @@ msgstr "Nombre (Doc Name)" msgid "Name already taken, please set a new name" msgstr "Nombre ya usado, por favor establezca un nuevo nombre" -#: frappe/model/naming.py:479 +#: frappe/model/naming.py:478 msgid "Name cannot contain special characters like {0}" msgstr "El nombre no puede contener caracteres especiales como {0}" @@ -15672,7 +15968,7 @@ msgstr "Nombre del tipo de documento (DocType) al que quieres que se vincule est msgid "Name of the new Print Format" msgstr "Nombre del nuevo formato de impresión" -#: frappe/model/naming.py:474 +#: frappe/model/naming.py:473 msgid "Name of {0} cannot be {1}" msgstr "Nombre de {0} no puede ser {1}" @@ -15694,14 +15990,18 @@ msgstr "Nombrando" msgid "Naming Options:\n" "
    1. field:[fieldname] - By Field
    2. autoincrement - Uses Databases' Auto Increment feature
    3. naming_series: - By Naming Series (field called naming_series must be present)
    4. Prompt - Prompt user for a name
    5. [series] - Series by prefix (separated by a dot); for example PRE.#####
    6. \n" "
    7. format:EXAMPLE-{MM}morewords{fieldname1}-{fieldname2}-{#####} - Replace all braced words (fieldnames, date words (DD, MM, YY), series) with their value. Outside braces, any characters can be used.
    " -msgstr "" +msgstr "Opciones de Nombrado:\n" +"
    1. field:[nombre_campo] - Por campo
    2. naming_series: - Por serie de nombres (el campo llamado naming_series debe estar presente)
    3. Prompt - Pregunta al usuario por un nombre
    4. [series ] - Series por prefijo (separadas por un punto); por ejemplo PRE.#####
    5. \n" +"
    6. formato:EJEMPLO-{MM}máspalabras{fieldname1}-{fieldname2}-{#####} - Sustituya todas las palabras entre llaves (nombres de campo, palabras de fecha (DD, MM, AA), series) por su valor. Fuera de los corchetes, se puede utilizar cualquier carácter.
    " #. Description of the 'Auto Name' (Data) field in DocType 'Customize Form' #: frappe/custom/doctype/customize_form/customize_form.json msgid "Naming Options:\n" "
    1. field:[fieldname] - By Field
    2. naming_series: - By Naming Series (field called naming_series must be present)
    3. Prompt - Prompt user for a name
    4. [series] - Series by prefix (separated by a dot); for example PRE.#####
    5. \n" "
    6. format:EXAMPLE-{MM}morewords{fieldname1}-{fieldname2}-{#####} - Replace all braced words (fieldnames, date words (DD, MM, YY), series) with their value. Outside braces, any characters can be used.
    " -msgstr "" +msgstr "Opciones de Nombrado:\n" +"
    1. field:[nombre_campo] - Por campo
    2. naming_series: - Por serie de nombres (el campo llamado naming_series debe estar presente)
    3. Prompt - Pregunta al usuario por un nombre
    4. [series ] - Series por prefijo (separadas por un punto); por ejemplo PRE.#####
    5. \n" +"
    6. formato:EJEMPLO-{MM}máspalabras{fieldname1}-{fieldname2}-{#####} - Sustituya todas las palabras entre llaves (nombres de campo, palabras de fecha (DD, MM, AA), series) por su valor. Fuera de los corchetes, se puede utilizar cualquier carácter.
    " #. Label of a Select field in DocType 'DocType' #. Label of a Select field in DocType 'Customize Form' @@ -15766,22 +16066,22 @@ msgstr "Navegar lista arriba" #: frappe/public/js/frappe/ui/page.js:168 msgid "Navigate to main content" -msgstr "" +msgstr "Ir al contenido principal" -#. Label of a Section Break field in DocType 'Role' -#: frappe/core/doctype/role/role.json +#. Label of a Section Break field in DocType 'User' +#: frappe/core/doctype/user/user.json msgid "Navigation Settings" msgstr "Configuración de Navegación" -#: frappe/desk/doctype/workspace/workspace.py:306 +#: frappe/desk/doctype/workspace/workspace.py:310 msgid "Need Workspace Manager role to edit private workspace of other users" msgstr "Necesita el rol de Administrador del Área de Trabajo para editar el área de trabajo privada de otros usuarios" -#: frappe/desk/doctype/workspace/workspace.py:350 +#: frappe/desk/doctype/workspace/workspace.py:354 msgid "Need Workspace Manager role to hide/unhide public workspaces" msgstr "Necesita el rol de Administrador de Área de Trabajo para ocultar/mostrar áreas de trabajo públicas" -#: frappe/model/document.py:625 +#: frappe/model/document.py:629 msgid "Negative Value" msgstr "Valor negativo" @@ -15798,7 +16098,7 @@ msgstr "Configuración de la Impresora de Red" #. Option for the 'Send Alert On' (Select) field in DocType 'Notification' #. Option for the 'For Document Event' (Select) field in DocType 'Energy Point #. Rule' -#: frappe/core/doctype/success_action/success_action.js:55 +#: frappe/core/doctype/success_action/success_action.js:57 #: frappe/core/page/dashboard_view/dashboard_view.js:173 #: frappe/desk/doctype/todo/todo.js:46 #: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json @@ -15836,7 +16136,7 @@ msgstr "Nuevo formato de impresión personalizado" #. Label of a Check field in DocType 'Form Tour' #: frappe/desk/doctype/form_tour/form_tour.json msgid "New Document Form" -msgstr "" +msgstr "Nuevo formulario de documento" #: frappe/desk/doctype/notification_log/notification_log.py:158 msgid "New Document Shared {0}" @@ -15913,7 +16213,7 @@ msgstr "Nuevo Valor" #: frappe/workflow/page/workflow_builder/workflow_builder.js:61 msgid "New Workflow Name" -msgstr "" +msgstr "Nuevo nombre del flujo de trabajo" #: frappe/public/js/frappe/views/workspace/workspace.js:1217 msgid "New Workspace" @@ -15923,7 +16223,7 @@ msgstr "Nueva Área de Trabajo" msgid "New password cannot be same as old password" msgstr "La nueva contraseña no puede ser igual a la contraseña anterior" -#: frappe/utils/change_log.py:391 +#: frappe/utils/change_log.py:394 msgid "New updates are available" msgstr "Nuevas actualizaciones están disponibles" @@ -15931,7 +16231,7 @@ msgstr "Nuevas actualizaciones están disponibles" #. Settings' #: frappe/website/doctype/website_settings/website_settings.json msgid "New users will have to be manually registered by system managers." -msgstr "" +msgstr "Los nuevos usuarios tendrán que ser registrados manualmente por los responsables del sistema." #. Description of the 'Set Value' (Small Text) field in DocType 'Property #. Setter' @@ -15950,7 +16250,7 @@ msgstr "Nuevo valor a establecer" #: frappe/public/js/frappe/ui/toolbar/search_utils.js:218 #: frappe/public/js/frappe/views/breadcrumbs.js:192 #: frappe/public/js/frappe/views/treeview.js:332 -#: frappe/website/doctype/web_form/web_form.py:308 +#: frappe/website/doctype/web_form/web_form.py:309 msgid "New {0}" msgstr "Nuevo/a: {0}" @@ -15966,15 +16266,15 @@ msgstr "Nuevo {0} {1} agregado al panel {2}" msgid "New {0} {1} created" msgstr "Nuevo {0} {1} creado" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:374 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:378 msgid "New {0}: {1}" msgstr "Nuevo {0}: {1}" -#: frappe/utils/change_log.py:373 +#: frappe/utils/change_log.py:376 msgid "New {} releases for the following apps are available" msgstr "Las nuevas {} versiones para las siguientes aplicaciones están disponibles" -#: frappe/core/doctype/user/user.py:786 +#: frappe/core/doctype/user/user.py:747 msgid "Newly created user {0} has no roles enabled." msgstr "El usuario recién creado {0} no tiene ningún rol habilitado." @@ -15989,7 +16289,7 @@ msgstr "Boletín de noticias" #. Name of a DocType #: frappe/email/doctype/newsletter_attachment/newsletter_attachment.json msgid "Newsletter Attachment" -msgstr "" +msgstr "Adjuntar boletín de noticias" #. Name of a DocType #: frappe/email/doctype/newsletter_email_group/newsletter_email_group.json @@ -16010,13 +16310,13 @@ msgstr "El boletín ya ha sido enviado" #: frappe/email/doctype/newsletter/newsletter.py:149 msgid "Newsletter must be published to send webview link in email" -msgstr "" +msgstr "Se debe publicar el boletín de noticias para enviar un enlace a la vista web en el correo electrónico" #: frappe/email/doctype/newsletter/newsletter.py:137 msgid "Newsletter should have atleast one recipient" msgstr "El boletín debe tener al menos un destinatario" -#: frappe/email/doctype/newsletter/newsletter.py:390 +#: frappe/email/doctype/newsletter/newsletter.py:393 msgid "Newsletters" msgstr "Boletines" @@ -16024,7 +16324,7 @@ msgstr "Boletines" #: frappe/public/js/frappe/web_form/web_form.js:91 #: frappe/public/js/onboarding_tours/onboarding_tours.js:15 #: frappe/public/js/onboarding_tours/onboarding_tours.js:240 -#: frappe/templates/includes/slideshow.html:38 frappe/website/utils.py:253 +#: frappe/templates/includes/slideshow.html:38 frappe/website/utils.py:254 #: frappe/website/web_template/slideshow/slideshow.html:44 msgid "Next" msgstr "Siguiente" @@ -16056,7 +16356,7 @@ msgstr "Próxima ejecución" #. Label of a Link field in DocType 'Form Tour Step' #: frappe/desk/doctype/form_tour_step/form_tour_step.json msgid "Next Form Tour" -msgstr "" +msgstr "Siguiente Formulario" #. Label of a Date field in DocType 'Auto Repeat' #: frappe/automation/doctype/auto_repeat/auto_repeat.json @@ -16075,7 +16375,7 @@ msgstr "Siguiente estado" #. Label of a Code field in DocType 'Form Tour Step' #: frappe/desk/doctype/form_tour_step/form_tour_step.json msgid "Next Step Condition" -msgstr "" +msgstr "Condición para siguiente paso" #. Label of a Password field in DocType 'Google Calendar' #. Label of a Password field in DocType 'Google Contacts' @@ -16091,7 +16391,7 @@ msgstr "Siguientes acciones" #. Label of a Check field in DocType 'Form Tour Step' #: frappe/desk/doctype/form_tour_step/form_tour_step.json msgid "Next on Click" -msgstr "" +msgstr "Siguiente al hacer clic" #. Option for the 'Standard' (Select) field in DocType 'Page' #. Option for the 'Is Standard' (Select) field in DocType 'Report' @@ -16103,14 +16403,14 @@ msgstr "" #: frappe/integrations/doctype/webhook/webhook.py:140 #: frappe/printing/doctype/print_format/print_format.json #: frappe/public/js/form_builder/utils.js:341 -#: frappe/public/js/frappe/form/controls/link.js:475 +#: frappe/public/js/frappe/form/controls/link.js:486 #: frappe/public/js/frappe/list/list_sidebar_group_by.js:223 -#: frappe/public/js/frappe/views/reports/query_report.js:1529 +#: frappe/public/js/frappe/views/reports/query_report.js:1534 #: frappe/website/doctype/help_article/templates/help_article.html:26 msgid "No" msgstr "No" -#: frappe/public/js/frappe/ui/filters/filter.js:506 +#: frappe/public/js/frappe/ui/filters/filter.js:538 msgctxt "Checkbox is not checked" msgid "No" msgstr "No" @@ -16160,7 +16460,7 @@ msgstr "No se cuenta de correo electrónico" #: frappe/public/js/frappe/views/inbox/inbox_view.js:196 msgid "No Email Accounts Assigned" -msgstr "" +msgstr "No hay cuentas de correo electrónico asignadas" #: frappe/public/js/frappe/views/inbox/inbox_view.js:183 msgid "No Emails" @@ -16209,7 +16509,7 @@ msgstr "Sin Etiqueta" msgid "No Letterhead" msgstr "Sin Membrete" -#: frappe/model/naming.py:456 +#: frappe/model/naming.py:455 msgid "No Name Specified for {0}" msgstr "Sin nombre especificado para {0}" @@ -16257,17 +16557,17 @@ msgstr "No hay resultados" msgid "No Results found" msgstr "No se encontraron resultados" -#: frappe/core/doctype/user/user.py:787 +#: frappe/core/doctype/user/user.py:748 msgid "No Roles Specified" msgstr "No hay Roles especificados" #: frappe/public/js/frappe/views/kanban/kanban_view.js:344 msgid "No Select Field Found" -msgstr "" +msgstr "No se ha encontrado ningún campo de selección" #: frappe/core/doctype/recorder/recorder.py:189 msgid "No Suggestions" -msgstr "" +msgstr "No hay sugerencias" #: frappe/desk/reportview.py:633 msgid "No Tags" @@ -16291,11 +16591,11 @@ msgstr "No hay alertas para hoy" #: frappe/core/doctype/recorder/recorder.py:188 msgid "No automatic optimization suggestions available." -msgstr "" +msgstr "No hay sugerencias de optimización automática disponibles." #: frappe/email/doctype/newsletter/newsletter.js:34 msgid "No broken links found in the email content" -msgstr "" +msgstr "No se han encontrado enlaces rotos en el contenido del correo electrónico" #: frappe/public/js/frappe/form/save.js:38 msgid "No changes in document" @@ -16307,7 +16607,7 @@ msgstr "No se han realizado cambios porque el nombre antiguo y el nuevo son igua #: frappe/public/js/frappe/views/workspace/workspace.js:1522 msgid "No changes made on the page" -msgstr "" +msgstr "No se han realizado cambios en la página" #: frappe/custom/doctype/doctype_layout/doctype_layout.js:59 msgid "No changes to sync" @@ -16329,11 +16629,11 @@ msgstr "No hay comentarios todavía. " msgid "No contacts added yet." msgstr "Ningún contacto agregado todavía." -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:427 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:431 msgid "No contacts linked to document" msgstr "No hay contactos vinculados al documento" -#: frappe/desk/query_report.py:338 +#: frappe/desk/query_report.py:339 msgid "No data to export" msgstr "No hay datos para exportar" @@ -16351,11 +16651,11 @@ msgstr "No hay una cuenta de correo electrónico asociada con el usuario. Por fa #: frappe/core/doctype/data_import/data_import.js:483 msgid "No failed logs" -msgstr "" +msgstr "No hay registros fallidos" #: frappe/public/js/frappe/views/kanban/kanban_view.js:371 msgid "No fields found that can be used as a Kanban Column. Use the Customize Form to add a Custom Field of type \"Select\"." -msgstr "" +msgstr "No se han encontrado campos que puedan utilizarse como Columna Kanban. Utilice el formulario de personalización para añadir un campo personalizado de tipo \"Seleccionar\"." #: frappe/utils/file_manager.py:144 msgid "No file attached" @@ -16402,7 +16702,7 @@ msgstr "No. de Columnas" msgid "No of Rows (Max 500)" msgstr "No se de filas (máx 500)" -#: frappe/__init__.py:1096 frappe/client.py:109 frappe/client.py:151 +#: frappe/__init__.py:1046 frappe/client.py:109 frappe/client.py:151 msgid "No permission for {0}" msgstr "Sin permiso para {0}" @@ -16429,17 +16729,17 @@ msgstr "No hay registros presentes en {0}" #: frappe/public/js/frappe/list/list_sidebar_stat.html:3 msgid "No records tagged." -msgstr "" +msgstr "Ningún registro etiquetado." #: frappe/public/js/frappe/data_import/data_exporter.js:225 msgid "No records will be exported" msgstr "No se exportarán registros" -#: frappe/www/printview.py:424 +#: frappe/www/printview.py:427 msgid "No template found at path: {0}" msgstr "No se encontraron plantillas en la ruta: {0}" -#: frappe/public/js/frappe/form/controls/multiselect_list.js:226 +#: frappe/public/js/frappe/form/controls/multiselect_list.js:242 msgid "No values to show" msgstr "No hay valores para mostrar" @@ -16480,7 +16780,7 @@ msgstr "No negativo" #: frappe/desk/page/setup_wizard/install_fixtures.py:34 msgid "Non-Conforming" -msgstr "" +msgstr "No Conforme" #. Option for the 'Backup Frequency' (Select) field in DocType 'S3 Backup #. Settings' @@ -16495,14 +16795,14 @@ msgstr "Ninguno: Fin del flujo de trabajo" #. Label of a Int field in DocType 'Recorder Query' #: frappe/core/doctype/recorder_query/recorder_query.json msgid "Normalized Copies" -msgstr "" +msgstr "Copias normalizadas" #. Label of a Data field in DocType 'Recorder Query' #: frappe/core/doctype/recorder_query/recorder_query.json msgid "Normalized Query" msgstr "Consulta normalizada" -#: frappe/core/doctype/user/user.py:994 +#: frappe/core/doctype/user/user.py:955 #: frappe/templates/includes/login/login.js:258 frappe/utils/oauth.py:271 msgid "Not Allowed" msgstr "No permitido" @@ -16544,17 +16844,17 @@ msgstr "Diferente a" msgid "Not Linked to any record" msgstr "No está vinculado a ningún registro" -#: frappe/__init__.py:989 frappe/app.py:357 frappe/desk/calendar.py:26 +#: frappe/__init__.py:939 frappe/app.py:357 frappe/desk/calendar.py:26 #: frappe/desk/treeview.py:19 frappe/geo/utils.py:97 #: frappe/public/js/frappe/web_form/webform_script.js:15 -#: frappe/website/doctype/web_form/web_form.py:601 +#: frappe/website/doctype/web_form/web_form.py:602 #: frappe/website/page_renderers/not_permitted_page.py:20 -#: frappe/www/login.py:182 frappe/www/qrcode.py:22 frappe/www/qrcode.py:25 +#: frappe/www/login.py:183 frappe/www/qrcode.py:22 frappe/www/qrcode.py:25 #: frappe/www/qrcode.py:37 msgid "Not Permitted" msgstr "No permitido" -#: frappe/desk/query_report.py:513 +#: frappe/desk/query_report.py:519 msgid "Not Permitted to read {0}" msgstr "No permitido leer {0}" @@ -16590,7 +16890,7 @@ msgstr "No enviado" msgid "Not Set" msgstr "No especificado" -#: frappe/public/js/frappe/ui/filters/filter.js:568 +#: frappe/public/js/frappe/ui/filters/filter.js:600 msgctxt "Field value is not set" msgid "Not Set" msgstr "No especificado" @@ -16599,7 +16899,7 @@ msgstr "No especificado" msgid "Not a valid Comma Separated Value (CSV File)" msgstr "No es un archivo separado por comas válido (archivo CSV)" -#: frappe/core/doctype/user/user.py:199 +#: frappe/core/doctype/user/user.py:218 msgid "Not a valid User Image." msgstr "No es una Imagen de Usuario Válida." @@ -16625,19 +16925,19 @@ msgstr "No se permite adjuntar {0} documento, habilite Permitir impresión para #: frappe/core/doctype/doctype/doctype.py:336 msgid "Not allowed to create custom Virtual DocType." -msgstr "" +msgstr "No se permite crear DocType virtual personalizado." -#: frappe/www/printview.py:124 +#: frappe/www/printview.py:127 msgid "Not allowed to print cancelled documents" msgstr "No se permite imprimir documentos cancelados" -#: frappe/www/printview.py:121 +#: frappe/www/printview.py:124 msgid "Not allowed to print draft documents" msgstr "No se puede imprimir documentos en borrador" #: frappe/permissions.py:206 msgid "Not allowed via controller permission check" -msgstr "" +msgstr "No permitido mediante el controlador de comprobación de permisos" #: frappe/public/js/frappe/request.js:145 frappe/website/js/website.js:94 msgid "Not found" @@ -16652,12 +16952,12 @@ msgid "Not in Developer Mode! Set in site_config.json or make 'Custom' DocType." msgstr "No se encuentra en modo desarrollador! Debe establecerlo en el archivo site_config.json o crear un 'DocType' personalizado." #: frappe/api/v1.py:88 frappe/api/v1.py:93 -#: frappe/core/doctype/system_settings/system_settings.py:210 +#: frappe/core/doctype/system_settings/system_settings.py:212 #: frappe/handler.py:109 frappe/public/js/frappe/request.js:157 #: frappe/public/js/frappe/request.js:167 #: frappe/public/js/frappe/request.js:172 #: frappe/public/js/frappe/views/kanban/kanban_board.bundle.js:67 -#: frappe/website/doctype/web_form/web_form.py:614 +#: frappe/website/doctype/web_form/web_form.py:615 #: frappe/website/js/website.js:97 msgid "Not permitted" msgstr "No permitido" @@ -16668,7 +16968,7 @@ msgstr "No se permite ver {0}" #. Label of a Link in the Tools Workspace #. Name of a DocType -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:396 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:400 #: frappe/automation/workspace/tools/tools.json #: frappe/desk/doctype/note/note.json msgid "Note" @@ -16698,7 +16998,7 @@ msgstr "Nota: Cambiar el nombre de la página romperá la URL anterior a esta p #: frappe/core/doctype/user/user.js:35 msgid "Note: Etc timezones have their signs reversed." -msgstr "" +msgstr "Nota: Las zonas horarias Etc tienen sus signos invertidos." #. Description of the 'sb0' (Section Break) field in DocType 'Website #. Slideshow' @@ -16714,11 +17014,11 @@ msgstr "Nota: Varias sesiones serán permitidas en el caso de los dispositivos m #: frappe/core/doctype/user/user.js:382 msgid "Note: This will be shared with user." -msgstr "" +msgstr "Nota: Se compartirá con el usuario." #: frappe/website/web_form/request_to_delete_data/request_to_delete_data.js:8 msgid "Note: Your request for account deletion will be fulfilled within {0} hours." -msgstr "" +msgstr "Nota: Su solicitud de eliminación de cuenta se completará dentro de {0} horas." #: frappe/core/doctype/data_export/exporter.py:183 msgid "Notes:" @@ -16793,8 +17093,8 @@ msgstr "Notificación de documento suscrito" msgid "Notification sent to" msgstr "Notificación enviada a" -#. Label of a Check field in DocType 'Role' -#: frappe/core/doctype/role/role.json +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json #: frappe/public/js/frappe/ui/notifications/notifications.js:50 #: frappe/public/js/frappe/ui/notifications/notifications.js:187 msgid "Notifications" @@ -16907,11 +17207,11 @@ msgstr "Número de consultas" #: frappe/core/doctype/doctype/doctype.py:436 #: frappe/public/js/frappe/doctype/index.js:59 msgid "Number of attachment fields are more than {}, limit updated to {}." -msgstr "" +msgstr "El número de campos adjuntos es superior a {}, límite actualizado a {}." -#: frappe/core/doctype/system_settings/system_settings.py:163 +#: frappe/core/doctype/system_settings/system_settings.py:165 msgid "Number of backups must be greater than zero." -msgstr "" +msgstr "El número de copias de seguridad debe ser superior a cero." #. Description of the 'Columns' (Int) field in DocType 'Customize Form Field' #: frappe/custom/doctype/customize_form_field/customize_form_field.json @@ -16929,12 +17229,12 @@ msgstr "Número de columnas para un campo en Vista de Lista o Cuadricula (El tot #. DocType 'System Settings' #: frappe/core/doctype/system_settings/system_settings.json msgid "Number of days after which the document Web View link shared on email will be expired" -msgstr "" +msgstr "Número de días tras los cuales caducará el enlace de visualización web del documento compartido por correo electrónico" #. Label of a Int field in DocType 'System Health Report' #: frappe/desk/doctype/system_health_report/system_health_report.json msgid "Number of keys" -msgstr "" +msgstr "Cantidad de claves" #. Label of a Int field in DocType 'System Health Report' #: frappe/desk/doctype/system_health_report/system_health_report.json @@ -16971,7 +17271,7 @@ msgstr "ID de cliente de OAuth" #. Name of a DocType #: frappe/integrations/doctype/oauth_client_role/oauth_client_role.json msgid "OAuth Client Role" -msgstr "" +msgstr "Rol de cliente OAuth" #: frappe/email/oauth.py:30 msgid "OAuth Error" @@ -16989,13 +17289,13 @@ msgstr "Configuración del Proveedor OAuth" msgid "OAuth Scope" msgstr "Ámbito OAuth" -#: frappe/email/doctype/email_account/email_account.js:178 +#: frappe/email/doctype/email_account/email_account.js:182 msgid "OAuth has been enabled but not authorised. Please use \"Authorise API Access\" button to do the same." -msgstr "" +msgstr "OAuth ha sido habilitado pero no autorizado. Por favor, utilice el botón \"Autorizar acceso API\" para hacer lo mismo." #: frappe/templates/includes/oauth_confirmation.html:39 msgid "OK" -msgstr "" +msgstr "Aceptar" #. Option for the 'Method' (Select) field in DocType 'Recorder' #: frappe/core/doctype/recorder/recorder.json @@ -17004,7 +17304,7 @@ msgstr "OPTIONS" #: frappe/public/js/form_builder/components/Tabs.vue:190 msgid "OR" -msgstr "" +msgstr "O" #. Option for the 'Two Factor Authentication method' (Select) field in DocType #. 'System Settings' @@ -17032,7 +17332,7 @@ msgstr "La configuración de OTP mediante la aplicación OTP no se completó. Po #. Label of a Int field in DocType 'System Health Report Errors' #: frappe/desk/doctype/system_health_report_errors/system_health_report_errors.json msgid "Occurrences" -msgstr "" +msgstr "Ocurrencias" #. Option for the 'SSL/TLS Mode' (Select) field in DocType 'LDAP Settings' #: frappe/integrations/doctype/ldap_settings/ldap_settings.json @@ -17068,7 +17368,7 @@ msgstr "Desplazamiento Y" msgid "Old Password" msgstr "Contraseña anterior" -#: frappe/custom/doctype/custom_field/custom_field.py:362 +#: frappe/custom/doctype/custom_field/custom_field.py:363 msgid "Old and new fieldnames are same." msgstr "Los nombres de campos antiguos y nuevos son iguales." @@ -17081,7 +17381,7 @@ msgstr "Copias de seguridad anteriores se eliminarán de forma automática" #. Label of a Link field in DocType 'System Health Report' #: frappe/desk/doctype/system_health_report/system_health_report.json msgid "Oldest Unscheduled Job" -msgstr "" +msgstr "Trabajo no programado más antiguo" #. Option for the 'Status' (Select) field in DocType 'Personal Data Deletion #. Request' @@ -17092,12 +17392,22 @@ msgstr "En espera" #. Option for the 'DocType Event' (Select) field in DocType 'Server Script' #: frappe/core/doctype/server_script/server_script.json msgid "On Payment Authorization" -msgstr "" +msgstr "En Autorización de Pago" #. Description of the 'Is Dynamic URL?' (Check) field in DocType 'Webhook' #: frappe/integrations/doctype/webhook/webhook.json msgid "On checking this option, URL will be treated like a jinja template string" -msgstr "" +msgstr "Al marcar esta opción, la URL se tratará como una cadena de plantilla jinja" + +#: frappe/public/js/frappe/ui/filters/filter.js:63 +#: frappe/public/js/frappe/ui/filters/filter.js:69 +msgid "On or After" +msgstr "Con fecha de o después del" + +#: frappe/public/js/frappe/ui/filters/filter.js:62 +#: frappe/public/js/frappe/ui/filters/filter.js:68 +msgid "On or Before" +msgstr "Con fecha de o antes del" #: frappe/public/js/frappe/views/communication.js:951 msgid "On {0}, {1} wrote:" @@ -17107,11 +17417,11 @@ msgstr "El {0}, {1} escribió:" #: frappe/desk/doctype/workspace_link/workspace_link.json #: frappe/public/js/frappe/widgets/widget_dialog.js:297 msgid "Onboard" -msgstr "" +msgstr "Incorporación" #: frappe/public/js/frappe/widgets/widget_dialog.js:203 msgid "Onboarding Name" -msgstr "" +msgstr "Nombre del módulo de incorporación" #. Name of a DocType #: frappe/desk/doctype/onboarding_permission/onboarding_permission.json @@ -17121,7 +17431,7 @@ msgstr "Permiso de incorporación" #. Label of a Small Text field in DocType 'User' #: frappe/core/doctype/user/user.json msgid "Onboarding Status" -msgstr "" +msgstr "Estado de incorporación" #. Linked DocType in DocType's connections #. Name of a DocType @@ -17137,7 +17447,7 @@ msgstr "Mapa de pasos de incorporación" #: frappe/public/js/frappe/widgets/onboarding_widget.js:269 msgid "Onboarding complete" -msgstr "" +msgstr "Incorporación completada" #. Description of the 'Is Submittable' (Check) field in DocType 'DocType' #: frappe/core/doctype/doctype/doctype.json @@ -17147,7 +17457,7 @@ msgstr "Una vez enviados, los documentos que se pueden enviar no se pueden cambi #: frappe/core/page/permission_manager/permission_manager_help.html:35 msgid "Once you have set this, the users will only be able access documents (eg. Blog Post) where the link exists (eg. Blogger)." -msgstr "" +msgstr "Una vez establecido esto, los usuarios sólo podrán acceder a los documentos (p. ej., entradas de blog) en los que exista el enlace (p. ej., Blogger)." #: frappe/www/complete_signup.html:7 msgid "One Last Step" @@ -17163,7 +17473,7 @@ msgstr "Uno de" #: frappe/public/js/frappe/views/workspace/workspace.js:1357 msgid "One of the child page with name {0} already exist in {1} Section. Please update the name of the child page first before moving" -msgstr "" +msgstr "Ya existe una página hija con el nombre {0} en la sección {1} . Por favor, actualice primero el nombre de la página hija antes de mover" #: frappe/client.py:213 msgid "Only 200 inserts allowed in one request" @@ -17215,7 +17525,7 @@ msgstr "Solo se permite exportar personalizaciones en modo desarrollador" #. Settings' #: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json msgid "Only change this if you want to use other S3 compatible object storage backends." -msgstr "" +msgstr "Cambie esto sólo si desea utilizar otros sistemas de almacenamiento de objetos compatibles con S3." #. Label of a Link field in DocType 'Workspace Link' #: frappe/desk/doctype/workspace_link/workspace_link.json @@ -17246,7 +17556,7 @@ msgstr "Solo los DocTypes estándar pueden personalizarse desde el formulario Pe #: frappe/desk/form/assign_to.py:197 msgid "Only the assignee can complete this to-do." -msgstr "" +msgstr "Solo el asignado puede completar esta tarea." #: frappe/public/js/frappe/form/sidebar/review.js:54 msgid "Only users involved in the document are listed" @@ -17254,7 +17564,7 @@ msgstr "Solo se enumeran los usuarios involucrados en el documento" #: frappe/email/doctype/auto_email_report/auto_email_report.py:106 msgid "Only {0} emailed reports are allowed per user." -msgstr "" +msgstr "Sólo se permiten {0} informes enviados por correo electrónico por usuario." #: frappe/templates/includes/login/login.js:292 msgid "Oops! Something went wrong." @@ -17323,13 +17633,13 @@ msgstr "Abrir URL en una pestaña nueva" msgid "Open a dialog with mandatory fields to create a new record quickly" msgstr "Abra un cuadro de diálogo con campos obligatorios para crear un nuevo registro rápidamente" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:165 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:176 msgid "Open a module or tool" msgstr "Abrir un módulo o herramienta" #: frappe/public/js/print_format_builder/Preview.vue:17 msgid "Open in a new tab" -msgstr "" +msgstr "Abrir en una nueva pestaña" #: frappe/public/js/frappe/list/list_view.js:1206 msgctxt "Description of a list view shortcut" @@ -17373,7 +17683,7 @@ msgstr "Abierto" msgid "Operation" msgstr "Operación" -#: frappe/utils/data.py:1824 +#: frappe/utils/data.py:1838 msgid "Operator must be one of {0}" msgstr "El Operador debe ser uno de {0}" @@ -17465,7 +17775,7 @@ msgstr "Las opciones no establecidas para el campo enlazado {0}" #: frappe/core/doctype/doctype_state/doctype_state.json #: frappe/desk/doctype/kanban_board_column/kanban_board_column.json msgid "Orange" -msgstr "" +msgstr "Naranja" #. Label of a Code field in DocType 'Kanban Board Column' #: frappe/desk/doctype/kanban_board_column/kanban_board_column.json @@ -17512,7 +17822,7 @@ msgstr "Configuración saliente (SMTP)" #. Label of a Column Break field in DocType 'System Health Report' #: frappe/desk/doctype/system_health_report/system_health_report.json msgid "Outgoing Emails (Last 7 days)" -msgstr "" +msgstr "Correos electrónicos salientes (últimos 7 días)" #. Label of a Data field in DocType 'Email Account' #. Label of a Data field in DocType 'Email Domain' @@ -17547,7 +17857,7 @@ msgstr "Salida" #: frappe/desk/page/user_profile/user_profile.html:6 #: frappe/public/js/frappe/form/templates/form_dashboard.html:5 msgid "Overview" -msgstr "" +msgstr "Visión general" #: frappe/core/report/transaction_log_report/transaction_log_report.py:100 #: frappe/social/doctype/energy_point_rule/energy_point_rule.js:42 @@ -17561,7 +17871,7 @@ msgstr "PATCH" #: frappe/printing/page/print/print.js:71 #: frappe/public/js/frappe/form/templates/print_layout.html:44 -#: frappe/public/js/frappe/views/reports/query_report.js:1656 +#: frappe/public/js/frappe/views/reports/query_report.js:1663 msgid "PDF" msgstr "PDF" @@ -17662,7 +17972,7 @@ msgstr "Paquetes" #. Description of a Card Break in the Build Workspace #: frappe/core/workspace/build/build.json msgid "Packages are lightweight apps (collection of Module Defs) that can be created, imported, or released right from the UI" -msgstr "" +msgstr "Los paquetes son aplicaciones livianas (colección de definiciones de módulos) que se pueden crear, importar o publicar directamente desde la interfaz de usuario." #. Label of a Link field in DocType 'Custom Role' #. Name of a DocType @@ -17709,7 +18019,7 @@ msgstr "Altura de página (en mm)" #: frappe/public/js/print_format_builder/PrintFormatControls.vue:5 msgid "Page Margins" -msgstr "" +msgstr "Márgenes de la página" #. Label of a Data field in DocType 'Page' #: frappe/core/doctype/page/page.json @@ -17808,7 +18118,7 @@ msgstr "Tipo de documento padre" #: frappe/desk/doctype/number_card/number_card.py:62 msgid "Parent Document Type is required to create a number card" -msgstr "" +msgstr "Se requiere el tipo de documento padre para crear un Widget numérico" #. Label of a Data field in DocType 'Form Tour Step' #: frappe/desk/doctype/form_tour_step/form_tour_step.json @@ -17858,11 +18168,11 @@ msgstr "Parent es el nombre del documento al que se agregarán los datos." #: frappe/permissions.py:797 msgid "Parentfield not specified in {0}: {1}" -msgstr "" +msgstr "Campo padre no especificado en {0}: {1}" #: frappe/client.py:477 msgid "Parenttype, Parent and Parentfield are required to insert a child record" -msgstr "" +msgstr "Parenttype, Parent y Parentfield son necesarios para insertar un registro hijo" #. Label of a Check field in DocType 'Personal Data Deletion Step' #: frappe/website/doctype/personal_data_deletion_step/personal_data_deletion_step.json @@ -17877,7 +18187,7 @@ msgstr "Éxito Parcial" #. Option for the 'Status' (Select) field in DocType 'Email Queue' #: frappe/email/doctype/email_queue/email_queue.json msgid "Partially Sent" -msgstr "" +msgstr "Enviado parcialmente" #. Label of a Section Break field in DocType 'Event' #: frappe/desk/doctype/event/event.js:30 frappe/desk/doctype/event/event.json @@ -17915,11 +18225,11 @@ msgstr "Pasivo" msgid "Password" msgstr "Contraseña" -#: frappe/core/doctype/user/user.py:1057 +#: frappe/core/doctype/user/user.py:1018 msgid "Password Email Sent" msgstr "Correo de Contraseña enviado" -#: frappe/core/doctype/user/user.py:423 +#: frappe/core/doctype/user/user.py:393 msgid "Password Reset" msgstr "Restablecer contraseña" @@ -17930,7 +18240,7 @@ msgstr "Límite de generación de enlaces de restablecimiento de contraseña" #: frappe/public/js/frappe/form/grid_row.js:811 msgid "Password cannot be filtered" -msgstr "" +msgstr "No se puede filtrar por contraseña" #: frappe/integrations/doctype/ldap_settings/ldap_settings.py:357 msgid "Password changed successfully." @@ -17941,7 +18251,7 @@ msgstr "Contraseña cambiada satisfactoriamente." msgid "Password for Base DN" msgstr "Contraseña para la base DN" -#: frappe/email/doctype/email_account/email_account.py:170 +#: frappe/email/doctype/email_account/email_account.py:171 msgid "Password is required or select Awaiting Password" msgstr "Se requiere contraseña o seleccione En espera de la contraseña" @@ -17953,7 +18263,7 @@ msgstr "Falta contraseña en la cuenta de correo" msgid "Password not found for {0} {1} {2}" msgstr "Contraseña no encontrada para {0} {1} {2}" -#: frappe/core/doctype/user/user.py:1056 +#: frappe/core/doctype/user/user.py:1017 msgid "Password reset instructions have been sent to your email" msgstr "Las instrucciones para el restablecimiento de la contraseña han sido enviadas a su correo electrónico" @@ -17961,11 +18271,11 @@ msgstr "Las instrucciones para el restablecimiento de la contraseña han sido en msgid "Password set" msgstr "Contraseña establecida" -#: frappe/auth.py:236 +#: frappe/auth.py:244 msgid "Password size exceeded the maximum allowed size" msgstr "El tamaño de la contraseña excedió el tamaño máximo permitido" -#: frappe/core/doctype/user/user.py:850 +#: frappe/core/doctype/user/user.py:811 msgid "Password size exceeded the maximum allowed size." msgstr "El tamaño de la contraseña superó el tamaño máximo permitido." @@ -17977,7 +18287,7 @@ msgstr "Las contraseñas no coinciden" msgid "Passwords do not match!" msgstr "¡Las contraseñas no coinciden!" -#: frappe/email/doctype/newsletter/newsletter.py:156 +#: frappe/email/doctype/newsletter/newsletter.py:159 msgid "Past dates are not allowed for Scheduling." msgstr "Las fechas pasadas no están permitidas para Programación." @@ -18035,7 +18345,7 @@ msgstr "Ruta {0} no es una ruta válida" #. Label of a Int field in DocType 'Data Import' #: frappe/core/doctype/data_import/data_import.json msgid "Payload Count" -msgstr "" +msgstr "Recuento de datos" #. Option for the 'Status' (Select) field in DocType 'Data Import' #. Option for the 'Contribution Status' (Select) field in DocType 'Translation' @@ -18056,12 +18366,12 @@ msgstr "Aprobación pendiente" #. Label of a Int field in DocType 'System Health Report' #: frappe/desk/doctype/system_health_report/system_health_report.json msgid "Pending Emails" -msgstr "" +msgstr "Correos electrónicos pendientes" #. Label of a Int field in DocType 'System Health Report Queue' #: frappe/desk/doctype/system_health_report_queue/system_health_report_queue.json msgid "Pending Jobs" -msgstr "" +msgstr "Trabajos pendientes" #. Option for the 'Status' (Select) field in DocType 'Personal Data Deletion #. Request' @@ -18187,15 +18497,15 @@ msgstr "Los permisos son configurados en Roles y Tipos de Documento (llamados Do #: frappe/core/page/permission_manager/permission_manager_help.html:26 msgid "Permissions at higher levels are Field Level permissions. All Fields have a Permission Level set against them and the rules defined at that permissions apply to the field. This is useful in case you want to hide or make certain field read-only for certain Roles." -msgstr "" +msgstr "Los permisos de niveles superiores son permisos de Nivel de Campo. Todos los Campos tienen un Nivel de Permiso establecido contra ellos y las reglas definidas en ese permiso se aplican al campo. Esto es útil en caso de que desee ocultar o hacer que ciertos campos sean de sólo lectura para ciertos Roles." #: frappe/core/page/permission_manager/permission_manager_help.html:24 msgid "Permissions at level 0 are Document Level permissions, i.e. they are primary for access to the document." -msgstr "" +msgstr "Los permisos en el nivel 0 son permisos de nivel de documento, es decir, son primordiales para acceder al documento." #: frappe/core/page/permission_manager/permission_manager_help.html:6 msgid "Permissions get applied on Users based on what Roles they are assigned." -msgstr "" +msgstr "Los permisos se aplican a los usuarios en función de los roles que tengan asignados." #. Name of a report #. Label of a Link in the Users Workspace @@ -18278,14 +18588,23 @@ msgstr "Tarta" #. Label of a Data field in DocType 'Contact Us Settings' #: frappe/website/doctype/contact_us_settings/contact_us_settings.json msgid "Pincode" -msgstr "Código PIN" +msgstr "Código Postal" #. Option for the 'Color' (Select) field in DocType 'DocType State' #. Option for the 'Indicator' (Select) field in DocType 'Kanban Board Column' #: frappe/core/doctype/doctype_state/doctype_state.json #: frappe/desk/doctype/kanban_board_column/kanban_board_column.json msgid "Pink" -msgstr "" +msgstr "Rosa" + +#. Label of a Data field in DocType 'DocField' +#. Label of a Data field in DocType 'Custom Field' +#. Label of a Data field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Placeholder" +msgstr "Marcador de posición" #. Option for the 'Message Type' (Select) field in DocType 'Notification' #: frappe/email/doctype/notification/notification.json @@ -18317,7 +18636,7 @@ msgstr "Por favor, establezca el gráfico" msgid "Please Update SMS Settings" msgstr "Por favor, actualizar la configuración SMS" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:570 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:574 msgid "Please add a subject to your email" msgstr "Por favor agregue un asunto a su correo electrónico" @@ -18325,7 +18644,7 @@ msgstr "Por favor agregue un asunto a su correo electrónico" msgid "Please add a valid comment." msgstr "Agregue un comentario válido." -#: frappe/core/doctype/user/user.py:1039 +#: frappe/core/doctype/user/user.py:1000 msgid "Please ask your administrator to verify your sign-up" msgstr "Por favor, consulte a su administrador para verificar su registro" @@ -18335,15 +18654,15 @@ msgstr "Por favor, adjunte un archivo" #: frappe/printing/doctype/letter_head/letter_head.py:74 msgid "Please attach an image file to set HTML for Footer." -msgstr "" +msgstr "Por favor, adjunte un archivo de imagen para establecer el HTML para el pie de página." #: frappe/printing/doctype/letter_head/letter_head.py:62 msgid "Please attach an image file to set HTML for Letter Head." -msgstr "" +msgstr "Por favor, adjunte un archivo de imagen para establecer el HTML para el membrete." #: frappe/core/doctype/package_import/package_import.py:39 msgid "Please attach the package" -msgstr "" +msgstr "Por favor adjunte el paquete" #: frappe/integrations/doctype/connected_app/connected_app.js:19 msgid "Please check OpenID Configuration URL" @@ -18357,13 +18676,13 @@ msgstr "Compruebe los valores de filtro establecidos para el gráfico del tabler msgid "Please check the value of \"Fetch From\" set for field {0}" msgstr "Por favor, compruebe el valor de \"Obtener desde\" establecido para el campo {0}" -#: frappe/core/doctype/user/user.py:1037 +#: frappe/core/doctype/user/user.py:998 msgid "Please check your email for verification" msgstr "Por favor, consultar su correo electrónico para la verificación" #: frappe/email/smtp.py:134 msgid "Please check your email login credentials." -msgstr "" +msgstr "Por favor, compruebe sus credenciales de acceso de correo electrónico." #: frappe/twofactor.py:244 msgid "Please check your registered email address for instructions on how to proceed. Do not close this window as you will have to return to it." @@ -18371,7 +18690,7 @@ msgstr "Compruebe su dirección de correo electrónico registrada para obtener i #: frappe/twofactor.py:287 msgid "Please click on the following link and follow the instructions on the page. {0}" -msgstr "" +msgstr "Haga clic en el siguiente enlace y siga las instrucciones de la página. {0}" #: frappe/templates/emails/password_reset.html:2 msgid "Please click on the following link to set your new password" @@ -18387,7 +18706,7 @@ msgstr "Confirma tu acción a {0} este documento." #: frappe/printing/page/print/print.js:618 msgid "Please contact your system manager to install correct version." -msgstr "" +msgstr "Póngase en contacto con el responsable de su sistema para instalar la versión correcta." #: frappe/desk/doctype/number_card/number_card.js:44 msgid "Please create Card first" @@ -18399,7 +18718,7 @@ msgstr "Por favor cree el cuadro primero" #: frappe/desk/form/meta.py:209 msgid "Please delete the field from {0} or add the required doctype." -msgstr "" +msgstr "Por favor, elimine el campo de {0} o añada el doctype requerido." #: frappe/core/doctype/data_export/exporter.py:184 msgid "Please do not change the template headings." @@ -18409,9 +18728,9 @@ msgstr "Por favor, no cambie los encabezados de la plantilla." msgid "Please duplicate this to make changes" msgstr "Por favor, duplicar esto para realizar los cambios" -#: frappe/core/doctype/system_settings/system_settings.py:156 +#: frappe/core/doctype/system_settings/system_settings.py:158 msgid "Please enable atleast one Social Login Key or LDAP or Login With Email Link before disabling username/password based login." -msgstr "" +msgstr "Por favor, habilite al menos una Clave de Inicio de Sesión Social o LDAP o Inicio de Sesión con Enlace de Correo Electrónico antes de deshabilitar el inicio de sesión basado en nombre de usuario/contraseña." #: frappe/desk/doctype/notification_log/notification_log.js:45 #: frappe/email/doctype/auto_email_report/auto_email_report.js:17 @@ -18469,7 +18788,7 @@ msgstr "Por favor, introduzca una dirección de correo válida." #: frappe/templates/includes/contact.js:15 msgid "Please enter both your email and message so that we can get back to you. Thanks!" -msgstr "" +msgstr "Por favor, introduzca tanto su correo electrónico como su mensaje para que podamos ponernos en contacto con usted. Gracias." #: frappe/www/update-password.html:232 msgid "Please enter the password" @@ -18492,7 +18811,7 @@ msgstr "Por favor, ingrese su nueva contraseña." msgid "Please enter your old password." msgstr "Por favor, introduzca su antigua contraseña." -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:402 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:406 msgid "Please find attached {0}: {1}" msgstr "Encuentra adjunto {0}: {1}" @@ -18508,13 +18827,13 @@ msgstr "Por favor, inicie sesión para enviar un comentario." msgid "Please make sure the Reference Communication Docs are not circularly linked." msgstr "Asegúrese de que los documentos de comunicación de referencia no estén vinculados circularmente." -#: frappe/model/document.py:818 +#: frappe/model/document.py:822 msgid "Please refresh to get the latest document." msgstr "Por favor, actualice para obtener el último documento." #: frappe/printing/page/print/print.js:535 msgid "Please remove the printer mapping in Printer Settings and try again." -msgstr "" +msgstr "Por favor, elimine la asignación de la impresora en Configuración de la impresora e inténtelo de nuevo." #: frappe/public/js/frappe/form/form.js:342 msgid "Please save before attaching." @@ -18552,7 +18871,7 @@ msgstr "Por favor, seleccione 'DocType' primero" msgid "Please select Entity Type first" msgstr "Por favor, seleccione Tipo de entidad primero" -#: frappe/core/doctype/system_settings/system_settings.py:106 +#: frappe/core/doctype/system_settings/system_settings.py:108 msgid "Please select Minimum Password Score" msgstr "Seleccione el valor mínimo de la contraseña" @@ -18566,17 +18885,17 @@ msgstr "Por favor, seleccione un código de país para el campo {1}." #: frappe/public/js/frappe/file_uploader/FileUploader.vue:487 msgid "Please select a file first." -msgstr "" +msgstr "Por favor, seleccione un archivo primero" #: frappe/utils/file_manager.py:51 msgid "Please select a file or url" msgstr "Por favor, seleccione un archivo o url" -#: frappe/model/rename_doc.py:674 +#: frappe/model/rename_doc.py:680 msgid "Please select a valid csv file with data" msgstr "Por favor, seleccione un archivo csv con datos válidos" -#: frappe/utils/data.py:253 +#: frappe/utils/data.py:254 msgid "Please select a valid date filter" msgstr "Seleccione un filtro de fecha válido" @@ -18600,7 +18919,7 @@ msgstr "Por favor seleccione el Tipo de Documento." #. Settings' #: frappe/integrations/doctype/ldap_settings/ldap_settings.json msgid "Please select the LDAP Directory being used" -msgstr "" +msgstr "Por favor, seleccione el Directorio LDAP que se está utilizando" #: frappe/website/doctype/website_settings/website_settings.js:100 msgid "Please select {0}" @@ -18608,7 +18927,7 @@ msgstr "Por favor, seleccione {0}" #: frappe/integrations/doctype/dropbox_settings/dropbox_settings.py:305 msgid "Please set Dropbox access keys in site config or doctype" -msgstr "" +msgstr "Por favor, establezca las claves de acceso a Dropbox en la configuración del sitio o doctype" #: frappe/contacts/doctype/contact/contact.py:205 msgid "Please set Email Address" @@ -18626,7 +18945,7 @@ msgstr "Por favor, defina los filtros" msgid "Please set filters value in Report Filter table." msgstr "Defina el valor de los filtros en la tabla Filtro de informes." -#: frappe/model/naming.py:549 +#: frappe/model/naming.py:548 msgid "Please set the document name" msgstr "Por favor, establezca el nombre del documento" @@ -18638,7 +18957,7 @@ msgstr "Primero configure los siguientes documentos en este Panel como estándar msgid "Please set the series to be used." msgstr "Por favor, configure la serie que se utilizará." -#: frappe/core/doctype/system_settings/system_settings.py:119 +#: frappe/core/doctype/system_settings/system_settings.py:121 msgid "Please setup SMS before setting it as an authentication method, via SMS Settings" msgstr "Configure SMS antes de configurarlo como un método de autenticación, a través de Configuración de SMS" @@ -18646,11 +18965,11 @@ msgstr "Configure SMS antes de configurarlo como un método de autenticación, a msgid "Please setup a message first" msgstr "Configura un mensaje primero" -#: frappe/email/doctype/email_account/email_account.py:405 +#: frappe/email/doctype/email_account/email_account.py:406 msgid "Please setup default Email Account from Settings > Email Account" msgstr "Por favor, configure la cuenta de correo predeterminada desde Ajustes > Cuenta de Correo" -#: frappe/core/doctype/user/user.py:374 +#: frappe/core/doctype/user/user.py:358 msgid "Please setup default outgoing Email Account from Settings > Email Account" msgstr "Por favor, configure la cuenta de correo saliente por defecto desde Ajustes > Cuenta de Correo" @@ -18683,7 +19002,7 @@ msgstr "Por favor, actualice {} antes de continuar." msgid "Please use a valid LDAP search filter" msgstr "Por favor, utilice un filtro de búsqueda LDAP válido" -#: frappe/email/doctype/newsletter/newsletter.py:333 +#: frappe/email/doctype/newsletter/newsletter.py:336 msgid "Please verify your Email Address" msgstr "Por favor verifica tu dirección de correo" @@ -18712,17 +19031,17 @@ msgstr "Puntos dados" #. Health Report' #: frappe/desk/doctype/system_health_report/system_health_report.json msgid "Polling" -msgstr "" +msgstr "Sondeo" #. Label of a Check field in DocType 'Form Tour Step' #: frappe/desk/doctype/form_tour_step/form_tour_step.json msgid "Popover Element" -msgstr "" +msgstr "Ventatna emergente" #. Label of a HTML Editor field in DocType 'Form Tour Step' #: frappe/desk/doctype/form_tour_step/form_tour_step.json msgid "Popover or Modal Description" -msgstr "" +msgstr "Descripción modal o ventana emergente" #. Label of a Data field in DocType 'Email Account' #. Label of a Data field in DocType 'Email Domain' @@ -18774,7 +19093,7 @@ msgstr "Publicar" #: frappe/templates/discussions/reply_section.html:40 msgid "Post it here, our mentors will help you out." -msgstr "" +msgstr "Envíalo aquí, nuestros mentores te ayudarán." #. Option for the 'Address Type' (Select) field in DocType 'Address' #: frappe/contacts/doctype/address/address.json @@ -18789,7 +19108,7 @@ msgstr "Codigo postal" #. Label of a Datetime field in DocType 'Changelog Feed' #: frappe/desk/doctype/changelog_feed/changelog_feed.json msgid "Posting Timestamp" -msgstr "" +msgstr "Marca de tiempo de la publicación" #. Group in Blog Category's connections #: frappe/website/doctype/blog_category/blog_category.json @@ -18825,7 +19144,7 @@ msgstr "Sustituciones predecibles como \"@\" en lugar de \"a\" no ayudan mucho." #: frappe/desk/page/setup_wizard/install_fixtures.py:35 msgid "Prefer not to say" -msgstr "" +msgstr "Prefiero no decirlo" #. Label of a Check field in DocType 'Address' #: frappe/contacts/doctype/address/address.json @@ -18856,9 +19175,9 @@ msgstr "Informe Preparado" msgid "Prepared Report User" msgstr "Usuario de informe preparado" -#: frappe/desk/query_report.py:301 +#: frappe/desk/query_report.py:302 msgid "Prepared report render failed" -msgstr "" +msgstr "Error en la representación del informe preparado" #: frappe/public/js/frappe/views/reports/query_report.js:471 msgid "Preparing Report" @@ -18866,7 +19185,7 @@ msgstr "Preparando Informe" #: frappe/public/js/frappe/views/communication.js:419 msgid "Prepend the template to the email message" -msgstr "" +msgstr "Anexar la plantilla al mensaje de correo electrónico" #: frappe/public/js/frappe/ui/keyboard.js:138 msgid "Press Alt Key to trigger additional shortcuts in Menu and Sidebar" @@ -18922,7 +19241,7 @@ msgstr "Vista previa de los nombres generados" #: frappe/public/js/print_format_builder/Preview.vue:103 msgid "Preview type" -msgstr "" +msgstr "Tipo de vista previa" #: frappe/email/doctype/email_group/email_group.js:90 msgid "Preview:" @@ -18969,7 +19288,7 @@ msgstr "Color primario" #: frappe/public/js/frappe/form/templates/contact_list.html:17 msgid "Primary Contact" -msgstr "" +msgstr "Contacto Principal" #: frappe/public/js/frappe/form/templates/contact_list.html:63 msgid "Primary Email" @@ -18988,7 +19307,7 @@ msgstr "Teléfono principal" #. Label of a Check field in DocType 'User Document Type' #: frappe/core/doctype/custom_docperm/custom_docperm.json #: frappe/core/doctype/docperm/docperm.json -#: frappe/core/doctype/success_action/success_action.js:56 +#: frappe/core/doctype/success_action/success_action.js:58 #: frappe/core/doctype/user_document_type/user_document_type.json #: frappe/printing/page/print/print.js:65 #: frappe/public/js/frappe/form/success_action.js:81 @@ -18996,13 +19315,13 @@ msgstr "Teléfono principal" #: frappe/public/js/frappe/form/toolbar.js:322 #: frappe/public/js/frappe/form/toolbar.js:334 #: frappe/public/js/frappe/list/bulk_operations.js:95 -#: frappe/public/js/frappe/views/reports/query_report.js:1642 +#: frappe/public/js/frappe/views/reports/query_report.js:1649 #: frappe/public/js/frappe/views/reports/report_view.js:1461 #: frappe/public/js/frappe/views/treeview.js:456 frappe/www/printview.html:18 msgid "Print" msgstr "Impresión" -#: frappe/public/js/frappe/list/list_view.js:1910 +#: frappe/public/js/frappe/list/list_view.js:1918 msgctxt "Button in list view actions menu" msgid "Print" msgstr "Impresión" @@ -19060,7 +19379,7 @@ msgstr "Error de formato de impresión" #. Name of a DocType #: frappe/printing/doctype/print_format_field_template/print_format_field_template.json msgid "Print Format Field Template" -msgstr "" +msgstr "Formato de impresión de Plantilla de campo" #. Label of a HTML field in DocType 'Print Format' #: frappe/printing/doctype/print_format/print_format.json @@ -19072,14 +19391,14 @@ msgstr "Ayuda de formato de impresión" msgid "Print Format Type" msgstr "Tipo de formato de impresión" -#: frappe/www/printview.py:406 +#: frappe/www/printview.py:409 msgid "Print Format {0} is disabled" msgstr "El formato de impresión {0} está deshabilitado" #. Description of the Onboarding Step 'Customize Print Formats' #: frappe/custom/onboarding_step/print_format/print_format.json msgid "Print Formats allow you can define looks for documents when printed or converted to PDF. You can also create a custom Print Format using drag-and-drop tools." -msgstr "" +msgstr "Los Formatos de impresión le permiten definir el aspecto de los documentos cuando se imprimen o se convierten a PDF. También puede crear un Formato de impresión personalizado utilizando las herramientas de arrastrar y soltar." #. Label of a Link in the Tools Workspace #. Name of a DocType @@ -19259,7 +19578,7 @@ msgstr "Procesando..." #: frappe/desk/page/setup_wizard/install_fixtures.py:52 msgid "Prof" -msgstr "" +msgstr "Prof" #. Group in User's connections #: frappe/core/doctype/user/user.json @@ -19359,7 +19678,7 @@ msgstr "Publicar" #. Label of a Section Break field in DocType 'Newsletter' #: frappe/email/doctype/newsletter/newsletter.json msgid "Publish as a web page" -msgstr "" +msgstr "Publicar como página web" #. Label of a Check field in DocType 'Comment' #. Label of a Check field in DocType 'Newsletter' @@ -19395,7 +19714,7 @@ msgstr "Publicado en" #. Label of a Section Break field in DocType 'Web Page' #: frappe/website/doctype/web_page/web_page.json msgid "Publishing Dates" -msgstr "" +msgstr "Fecha de publicación" #. Label of a Check field in DocType 'Google Calendar' #: frappe/integrations/doctype/google_calendar/google_calendar.json @@ -19439,7 +19758,7 @@ msgstr "Usuario de compras" #: frappe/core/doctype/doctype_state/doctype_state.json #: frappe/desk/doctype/kanban_board_column/kanban_board_column.json msgid "Purple" -msgstr "" +msgstr "Morado" #. Name of a DocType #. Label of a Link in the Integrations Workspace @@ -19526,9 +19845,9 @@ msgstr "Informe de Consultas" #: frappe/core/doctype/recorder/recorder.py:198 msgid "Query analysis complete. Check suggested indexes." -msgstr "" +msgstr "Análisis de consultas finalizado. Compruebe los índices sugeridos." -#: frappe/utils/safe_exec.py:428 +#: frappe/utils/safe_exec.py:477 msgid "Query must be of SELECT or read-only WITH type." msgstr "La consulta debe ser de tipo SELECT o WITH de sólo lectura." @@ -19587,7 +19906,7 @@ msgstr "En cola por" #: frappe/core/doctype/submission_queue/submission_queue.py:174 msgid "Queued for Submission. You can track the progress over {0}." -msgstr "" +msgstr "En cola para envío. Puedes seguir el progreso durante {0}." #: frappe/integrations/doctype/dropbox_settings/dropbox_settings.py:65 #: frappe/integrations/doctype/google_drive/google_drive.py:155 @@ -19610,11 +19929,11 @@ msgstr "Colas" #: frappe/email/doctype/newsletter/newsletter.js:90 msgid "Queuing emails..." -msgstr "" +msgstr "Poniendo correos electrónicos en cola..." #: frappe/desk/doctype/bulk_update/bulk_update.py:87 msgid "Queuing {0} for Submission" -msgstr "" +msgstr "Poniendo en cola {0} para su envío" #. Label of a Check field in DocType 'DocType' #. Label of a Check field in DocType 'Customize Form' @@ -19630,7 +19949,7 @@ msgstr "Ayuda rápida para Establecer Permisos" #. Label of a Code field in DocType 'Workspace Quick List' #: frappe/desk/doctype/workspace_quick_list/workspace_quick_list.json msgid "Quick List Filter" -msgstr "" +msgstr "Filtro de lista rápida" #. Label of a Tab Break field in DocType 'Workspace' #. Label of a Table field in DocType 'Workspace' @@ -19675,17 +19994,17 @@ msgstr "Clasificación" #. Label of a Section Break field in DocType 'Server Script' #: frappe/core/doctype/server_script/server_script.json msgid "Rate Limiting" -msgstr "" +msgstr "Limitando tasa" #. Label of a Section Break field in DocType 'Blog Settings' #: frappe/website/doctype/blog_settings/blog_settings.json msgid "Rate Limits" -msgstr "" +msgstr "Límites de tasa" #. Label of a Int field in DocType 'System Settings' #: frappe/core/doctype/system_settings/system_settings.json msgid "Rate limit for email link login" -msgstr "" +msgstr "Límite de inicio de sesión mediante enlace de correo" #. Label of a Int field in DocType 'Communication' #. Option for the 'Type' (Select) field in DocType 'DocField' @@ -19730,7 +20049,7 @@ msgstr "Configuración de Impresión sin formato" msgid "Re-Run in Console" msgstr "Volver a ejecutar en la consola" -#: frappe/email/doctype/email_account/email_account.py:672 +#: frappe/email/doctype/email_account/email_account.py:673 msgid "Re:" msgstr "Re:" @@ -19810,7 +20129,7 @@ msgstr "Leído por el Destinatario en" msgid "Read mode" msgstr "Modo de lectura" -#: frappe/utils/safe_exec.py:90 +#: frappe/utils/safe_exec.py:93 msgid "Read the documentation to know more" msgstr "Lea la documentación para saber más" @@ -19843,12 +20162,7 @@ msgstr "Reconstruir el árbol" #: frappe/utils/nestedset.py:181 msgid "Rebuilding of tree is not supported for {}" -msgstr "" - -#. Description of the 'Anonymous' (Check) field in DocType 'Web Form' -#: frappe/website/doctype/web_form/web_form.json -msgid "Receive anonymous response" -msgstr "" +msgstr "No se admite la reconstrucción del árbol para {}" #. Option for the 'Sent or Received' (Select) field in DocType 'Communication' #: frappe/core/doctype/communication/communication.json @@ -19857,7 +20171,7 @@ msgstr "Recibido" #: frappe/integrations/doctype/token_cache/token_cache.py:50 msgid "Received an invalid token type." -msgstr "" +msgstr "Se recibió un tipo de token no válido." #. Label of a Select field in DocType 'Notification Recipient' #: frappe/email/doctype/notification_recipient/notification_recipient.json @@ -19884,7 +20198,7 @@ msgstr "Años recientes son fáciles de adivinar." #: frappe/public/js/frappe/ui/toolbar/search_utils.js:532 msgid "Recents" -msgstr "" +msgstr "Recientes" #. Label of a Table field in DocType 'Email Queue' #. Label of a Data field in DocType 'Email Queue Recipient' @@ -19914,37 +20228,37 @@ msgstr "Grabadora" #. Name of a DocType #: frappe/core/doctype/recorder_query/recorder_query.json msgid "Recorder Query" -msgstr "" +msgstr "Consultas registradas" #. Name of a DocType #: frappe/core/doctype/recorder_suggested_index/recorder_suggested_index.json msgid "Recorder Suggested Index" -msgstr "" +msgstr "Registro del Índice sugerido" #: frappe/core/doctype/user_permission/user_permission_help.html:2 msgid "Records for following doctypes will be filtered" -msgstr "" +msgstr "Se filtrarán los registros de los siguientes doctypes" #: frappe/core/doctype/doctype/doctype.py:1570 msgid "Recursive Fetch From" -msgstr "" +msgstr "Obtención recursiva desde" #. Option for the 'Color' (Select) field in DocType 'DocType State' #. Option for the 'Indicator' (Select) field in DocType 'Kanban Board Column' #: frappe/core/doctype/doctype_state/doctype_state.json #: frappe/desk/doctype/kanban_board_column/kanban_board_column.json msgid "Red" -msgstr "" +msgstr "Rojo" #. Label of a Select field in DocType 'Website Route Redirect' #: frappe/website/doctype/website_route_redirect/website_route_redirect.json msgid "Redirect HTTP Status" -msgstr "" +msgstr "Estado de la redirección HTTP" #. Label of a Data field in DocType 'Connected App' #: frappe/integrations/doctype/connected_app/connected_app.json msgid "Redirect URI" -msgstr "" +msgstr "Redirigir URI" #. Label of a Data field in DocType 'OAuth Authorization Code' #: frappe/integrations/doctype/oauth_authorization_code/oauth_authorization_code.json @@ -19968,7 +20282,7 @@ msgstr "Redireccionar URL" #: frappe/core/doctype/system_settings/system_settings.json #: frappe/core/doctype/user/user.json msgid "Redirect to the selected app after login" -msgstr "" +msgstr "Redirigir a la aplicación seleccionada tras el inicio de sesión" #. Description of the 'Welcome URL' (Data) field in DocType 'Email Group' #: frappe/email/doctype/email_group/email_group.json @@ -20000,7 +20314,7 @@ msgstr "Ref. DocType" #: frappe/desk/doctype/form_tour/form_tour.js:38 msgid "Referance Doctype and Dashboard Name both can't be used at the same time." -msgstr "" +msgstr "El nombre de la referencia del Doctype y del tablero de datos no se pueden usar al mismo tiempo." #. Label of a Section Break field in DocType 'Address' #. Label of a Section Break field in DocType 'Contact' @@ -20073,7 +20387,7 @@ msgstr "Documento de referencia" #: frappe/core/doctype/document_share_key/document_share_key.json #: frappe/integrations/doctype/integration_request/integration_request.json msgid "Reference Document Name" -msgstr "" +msgstr "Referencia Nombre del documento" #. Label of a Link field in DocType 'Auto Repeat' #. Label of a Link field in DocType 'Activity Log' @@ -20194,7 +20508,7 @@ msgstr "Referente" #: frappe/public/js/frappe/form/form.js:1132 #: frappe/public/js/frappe/form/templates/print_layout.html:6 #: frappe/public/js/frappe/list/base_list.js:65 -#: frappe/public/js/frappe/views/reports/query_report.js:1631 +#: frappe/public/js/frappe/views/reports/query_report.js:1638 #: frappe/public/js/frappe/views/treeview.js:462 #: frappe/public/js/frappe/widgets/chart_widget.js:290 #: frappe/public/js/frappe/widgets/number_card_widget.js:324 @@ -20235,7 +20549,7 @@ msgstr "Refrescando" msgid "Refreshing..." msgstr "Refrescando..." -#: frappe/core/doctype/user/user.py:1001 +#: frappe/core/doctype/user/user.py:962 msgid "Registered but disabled" msgstr "Registrado pero discapacitados" @@ -20248,7 +20562,7 @@ msgstr "Rechazado" #: frappe/integrations/doctype/push_notification_settings/push_notification_settings.py:30 msgid "Relay Server URL missing" -msgstr "" +msgstr "Falta la URL del servidor de retransmisión" #. Label of a Section Break field in DocType 'Push Notification Settings' #: frappe/integrations/doctype/push_notification_settings/push_notification_settings.json @@ -20358,7 +20672,7 @@ msgstr "¿Remover todas las personalizaciones?" #: frappe/public/js/form_builder/components/Section.vue:286 msgid "Remove all fields in the column" -msgstr "" +msgstr "Eliminar todos los campos de la columna" #: frappe/public/js/form_builder/components/Section.vue:278 #: frappe/public/js/frappe/utils/datatable.js:9 @@ -20368,24 +20682,24 @@ msgstr "Eliminar columna" #: frappe/public/js/form_builder/components/Field.vue:246 msgid "Remove field" -msgstr "" +msgstr "Eliminar campo" #: frappe/public/js/form_builder/components/Section.vue:279 msgid "Remove last column" -msgstr "" +msgstr "Eliminar la última columna" #: frappe/public/js/print_format_builder/PrintFormatSection.vue:130 msgid "Remove page break" -msgstr "" +msgstr "Eliminar salto de página" #: frappe/public/js/form_builder/components/Section.vue:266 #: frappe/public/js/print_format_builder/PrintFormatSection.vue:135 msgid "Remove section" -msgstr "" +msgstr "Eliminar sección" #: frappe/public/js/form_builder/components/Tabs.vue:140 msgid "Remove tab" -msgstr "" +msgstr "Eliminar Pestaña" #: frappe/core/doctype/file/file.py:154 msgid "Removed {0}" @@ -20415,7 +20729,7 @@ msgstr "Archivos renombrados y código reemplazado en los controladores, por fav #: frappe/public/js/print_format_builder/PrintFormatSection.vue:17 msgid "Render labels to the left and values to the right in this section" -msgstr "" +msgstr "Renderice las etiquetas a la izquierda y los valores a la derecha en esta sección" #: frappe/core/doctype/communication/communication.js:43 #: frappe/desk/doctype/todo/todo.js:36 @@ -20449,7 +20763,7 @@ msgstr "Repita el Día" #. Label of a Table field in DocType 'Auto Repeat' #: frappe/automation/doctype/auto_repeat/auto_repeat.json msgid "Repeat on Days" -msgstr "" +msgstr "Repetir los días" #. Label of a Check field in DocType 'Auto Repeat' #: frappe/automation/doctype/auto_repeat/auto_repeat.json @@ -20588,18 +20902,18 @@ msgstr "Administrador de reportes" #: frappe/core/doctype/report/report.json #: frappe/desk/doctype/dashboard_chart/dashboard_chart.json #: frappe/desk/doctype/number_card/number_card.json -#: frappe/public/js/frappe/views/reports/query_report.js:1812 +#: frappe/public/js/frappe/views/reports/query_report.js:1819 msgid "Report Name" msgstr "Nombre del reporte" #: frappe/desk/doctype/number_card/number_card.py:66 msgid "Report Name, Report Field and Fucntion are required to create a number card" -msgstr "" +msgstr "Nombre del informe, Campo del informe y Fucnión son necesarios para crear un Widget numérico" #. Label of a Link field in DocType 'Workspace Link' #: frappe/desk/doctype/workspace_link/workspace_link.json msgid "Report Ref DocType" -msgstr "" +msgstr "Tipo de documento de referencia del informe" #. Label of a Data field in DocType 'Onboarding Step' #: frappe/desk/doctype/onboarding_step/onboarding_step.json @@ -20635,17 +20949,17 @@ msgstr "El informe no tiene campos numéricos, cambie el nombre del informe" #: frappe/public/js/frappe/views/reports/query_report.js:940 msgid "Report initiated, click to view status" -msgstr "" +msgstr "Informe iniciado, haga clic para ver el estado" #: frappe/email/doctype/auto_email_report/auto_email_report.py:108 msgid "Report limit reached" -msgstr "" +msgstr "Límite de reportes alcanzado" #: frappe/core/doctype/prepared_report/prepared_report.py:213 msgid "Report timed out." -msgstr "" +msgstr "Se agotó el tiempo de espera para reportar." -#: frappe/desk/query_report.py:568 +#: frappe/desk/query_report.py:574 msgid "Report updated successfully" msgstr "Informe actualizado con éxito" @@ -20653,7 +20967,7 @@ msgstr "Informe actualizado con éxito" msgid "Report was not saved (there were errors)" msgstr "El reporte no se pudo guardar (contiene errores)" -#: frappe/public/js/frappe/views/reports/query_report.js:1850 +#: frappe/public/js/frappe/views/reports/query_report.js:1857 msgid "Report with more than 10 columns looks better in Landscape mode." msgstr "El informe con más de 10 columnas se ve mejor en modo horizontal." @@ -20704,12 +21018,12 @@ msgstr "Representa los estados permitidos en un documento y el rol asignado para #: frappe/www/me.html:66 msgid "Request Account Deletion" -msgstr "" +msgstr "Solicitar la eliminación de la cuenta" #. Label of a Code field in DocType 'Webhook' #: frappe/integrations/doctype/webhook/webhook.json msgid "Request Body" -msgstr "" +msgstr "Body de la solicitud" #. Label of a Code field in DocType 'Integration Request' #: frappe/integrations/doctype/integration_request/integration_request.json @@ -20719,24 +21033,24 @@ msgstr "Datos de Solicitud" #. Label of a Data field in DocType 'Integration Request' #: frappe/integrations/doctype/integration_request/integration_request.json msgid "Request Description" -msgstr "" +msgstr "Descripción de la solicitud" #. Label of a Code field in DocType 'Recorder' #. Label of a Code field in DocType 'Integration Request' #: frappe/core/doctype/recorder/recorder.json #: frappe/integrations/doctype/integration_request/integration_request.json msgid "Request Headers" -msgstr "" +msgstr "Headers de la solicitud" #. Label of a Data field in DocType 'Integration Request' #: frappe/integrations/doctype/integration_request/integration_request.json msgid "Request ID" -msgstr "" +msgstr "ID de la Solicitud" #. Label of a Int field in DocType 'Server Script' #: frappe/core/doctype/server_script/server_script.json msgid "Request Limit" -msgstr "" +msgstr "Límite de solicitud" #. Label of a Select field in DocType 'Webhook' #: frappe/integrations/doctype/webhook/webhook.json @@ -20756,7 +21070,7 @@ msgstr "Tiempo de espera agotado" #: frappe/integrations/doctype/webhook/webhook.json #: frappe/public/js/frappe/request.js:241 msgid "Request Timeout" -msgstr "" +msgstr "Tiempo de espera de la solicitud" #. Label of a Small Text field in DocType 'Webhook' #: frappe/integrations/doctype/webhook/webhook.json @@ -20782,7 +21096,7 @@ msgstr "Requiere cualquier ruta fdn válida. es decir ou=users,dc=example,dc=com #: frappe/core/doctype/communication/communication.js:279 msgid "Res: {0}" -msgstr "" +msgstr "Res: {0}" #: frappe/desk/doctype/form_tour/form_tour.js:101 #: frappe/desk/doctype/global_search_settings/global_search_settings.js:19 @@ -20793,7 +21107,7 @@ msgstr "Reiniciar" #: frappe/custom/doctype/customize_form/customize_form.js:136 msgid "Reset All Customizations" -msgstr "" +msgstr "Restablecer todas las personalizaciones" #: frappe/public/js/print_format_builder/print_format_builder.bundle.js:21 #: frappe/public/js/workflow_builder/workflow_builder.bundle.js:37 @@ -20808,7 +21122,7 @@ msgstr "Restablecer gráfico" msgid "Reset Dashboard Customizations" msgstr "Restablecer personalizaciones del Tablero" -#: frappe/public/js/frappe/list/list_settings.js:227 +#: frappe/public/js/frappe/list/list_settings.js:230 msgid "Reset Fields" msgstr "Reestablecer campos" @@ -20838,7 +21152,7 @@ msgstr "Restablecer contraseña/clave" #. Label of a Duration field in DocType 'System Settings' #: frappe/core/doctype/system_settings/system_settings.json msgid "Reset Password Link Expiry Duration" -msgstr "" +msgstr "Duración de la caducidad del enlace de restablecimiento de contraseña" #. Label of a Link field in DocType 'System Settings' #: frappe/core/doctype/system_settings/system_settings.json @@ -20851,7 +21165,7 @@ msgstr "¿Restablecer los permisos para {0}?" #: frappe/public/js/form_builder/components/Field.vue:114 msgid "Reset To Default" -msgstr "" +msgstr "Restablecer a valores por defecto" #: frappe/public/js/frappe/utils/datatable.js:8 msgid "Reset sorting" @@ -20859,7 +21173,7 @@ msgstr "Restaurar orden" #: frappe/www/me.html:36 msgid "Reset the password for your account" -msgstr "" +msgstr "Restablecer la contraseña de su cuenta" #: frappe/public/js/frappe/form/grid_row.js:410 msgid "Reset to default" @@ -20894,7 +21208,7 @@ msgstr "Tipo de respuesta" #: frappe/public/js/frappe/ui/notifications/notifications.js:407 msgid "Rest of the day" -msgstr "" +msgstr "Resto del día" #: frappe/core/doctype/deleted_document/deleted_document.js:11 #: frappe/core/doctype/deleted_document/deleted_document_list.js:48 @@ -20950,8 +21264,8 @@ msgctxt "Title of message showing restrictions in list view" msgid "Restrictions" msgstr "Restricciones" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:345 -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:360 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:356 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:371 msgid "Result" msgstr "Resultado" @@ -21028,7 +21342,7 @@ msgstr "Comentarios" #. Label of a Data field in DocType 'Connected App' #: frappe/integrations/doctype/connected_app/connected_app.json msgid "Revocation URI" -msgstr "" +msgstr "URI de revocación" #: frappe/www/third_party_apps.html:45 msgid "Revoke" @@ -21114,11 +21428,11 @@ msgstr "Rol" #: frappe/core/doctype/role/role.js:8 msgid "Role 'All' will be given to all system + website users." -msgstr "" +msgstr "El rol 'Todos' se otorgará a todos los usuarios del sistema y del sitio web." #: frappe/core/doctype/role/role.js:13 msgid "Role 'Desk User' will be given to all system users." -msgstr "" +msgstr "El rol 'Usuario de escritorio' se otorgará a todos los usuarios del sistema." #. Label of a Data field in DocType 'Role' #. Label of a Data field in DocType 'Role Profile' @@ -21166,9 +21480,9 @@ msgstr "Perfil de Rol" msgid "Role and Level" msgstr "Rol y nivel" -#: frappe/core/doctype/user/user.py:315 +#: frappe/core/doctype/user/user.py:299 msgid "Role has been set as per the user type {0}" -msgstr "" +msgstr "Se ha establecido el rol según el tipo de usuario {0}" #. Label of a Table field in DocType 'Page' #. Label of a Table field in DocType 'Report' @@ -21281,7 +21595,7 @@ msgid "Route: Example \"/app\"" msgstr "Ruta: Ejemplo \"/app\"" #: frappe/model/base_document.py:727 frappe/model/base_document.py:768 -#: frappe/model/document.py:610 +#: frappe/model/document.py:614 msgid "Row" msgstr "Línea" @@ -21310,7 +21624,7 @@ msgstr "Índice de Fila" #. Label of a Code field in DocType 'Data Import Log' #: frappe/core/doctype/data_import_log/data_import_log.json msgid "Row Indexes" -msgstr "" +msgstr "Índice de Fila" #. Label of a Data field in DocType 'Property Setter' #: frappe/custom/doctype/property_setter/property_setter.json @@ -21446,14 +21760,14 @@ msgid "SMS Settings" msgstr "Ajustes de SMS" #: frappe/core/doctype/sms_settings/sms_settings.py:109 -msgid "SMS sent to following numbers: {0}" -msgstr "SMS enviados a los teléfonos: {0}" +msgid "SMS sent successfully" +msgstr "SMS enviado correctamente" #: frappe/templates/includes/login/login.js:377 msgid "SMS was not sent. Please contact Administrator." -msgstr "" +msgstr "No se ha enviado el SMS. Póngase en contacto con el administrador." -#: frappe/email/doctype/email_account/email_account.py:187 +#: frappe/email/doctype/email_account/email_account.py:188 msgid "SMTP Server is required" msgstr "Se necesita un servidor SMTP" @@ -21496,7 +21810,7 @@ msgstr "Modo SSL / TLS" #: frappe/public/js/frappe/color_picker/color_picker.js:20 msgid "SWATCHES" -msgstr "" +msgstr "SWATCHES" #. Name of a role #: frappe/contacts/doctype/contact/contact.json @@ -21561,14 +21875,14 @@ msgstr "Sábado" #: frappe/public/js/frappe/form/footer/form_timeline.js:663 #: frappe/public/js/frappe/form/quick_entry.js:161 #: frappe/public/js/frappe/list/list_settings.js:36 -#: frappe/public/js/frappe/list/list_settings.js:244 +#: frappe/public/js/frappe/list/list_settings.js:247 #: frappe/public/js/frappe/list/list_sidebar_group_by.js:25 #: frappe/public/js/frappe/ui/toolbar/toolbar.js:322 #: frappe/public/js/frappe/utils/common.js:443 #: frappe/public/js/frappe/views/kanban/kanban_settings.js:45 #: frappe/public/js/frappe/views/kanban/kanban_settings.js:189 #: frappe/public/js/frappe/views/kanban/kanban_view.js:343 -#: frappe/public/js/frappe/views/reports/query_report.js:1804 +#: frappe/public/js/frappe/views/reports/query_report.js:1811 #: frappe/public/js/frappe/views/reports/report_view.js:1649 #: frappe/public/js/frappe/views/workspace/workspace.js:532 #: frappe/public/js/frappe/widgets/base_widget.js:142 @@ -21599,7 +21913,7 @@ msgstr "Guardar Personalización" msgid "Save Filter" msgstr "Guardar Filtro" -#: frappe/public/js/frappe/views/reports/query_report.js:1807 +#: frappe/public/js/frappe/views/reports/query_report.js:1814 msgid "Save Report" msgstr "Guardar reporte" @@ -21610,7 +21924,7 @@ msgstr "Guardar Filtro" #. Label of a Check field in DocType 'Form Tour' #: frappe/desk/doctype/form_tour/form_tour.json msgid "Save on Completion" -msgstr "" +msgstr "Guardar al completar" #: frappe/public/js/frappe/form/form_tour.js:289 msgid "Save the document." @@ -21640,7 +21954,7 @@ msgstr "Guardando personalización..." #: frappe/desk/doctype/module_onboarding/module_onboarding.js:8 msgid "Saving this will export this document as well as the steps linked here as json." -msgstr "" +msgstr "Al guardar esto se exportará este documento así como los pasos enlazados aquí como json." #: frappe/public/js/form_builder/store.js:233 #: frappe/public/js/frappe/form/quick_entry.js:169 @@ -21659,11 +21973,11 @@ msgstr "Escanee el código QR e ingrese el código resultante que se muestra." #: frappe/email/doctype/newsletter/newsletter.js:125 msgid "Schedule" -msgstr "" +msgstr "Calendario" #: frappe/email/doctype/newsletter/newsletter.js:106 msgid "Schedule Newsletter" -msgstr "" +msgstr "Calendario del Boletín de noticias" #: frappe/public/js/frappe/views/communication.js:85 msgid "Schedule Send At" @@ -21671,7 +21985,7 @@ msgstr "Programar envío el" #: frappe/email/doctype/newsletter/newsletter.js:70 msgid "Schedule sending" -msgstr "" +msgstr "Programar envío el" #. Label of a Check field in DocType 'Newsletter' #: frappe/email/doctype/newsletter/newsletter.json @@ -21724,7 +22038,7 @@ msgstr "Enviando Programado" msgid "Scheduled To Send" msgstr "Programado para enviar" -#: frappe/core/doctype/server_script/server_script.py:281 +#: frappe/core/doctype/server_script/server_script.py:255 msgid "Scheduled execution for script {0} has updated" msgstr "Se actualizó la ejecución programada de la secuencia de comandos {0}" @@ -21849,8 +22163,8 @@ msgstr "Scripts" msgid "Search" msgstr "Buscar" -#. Label of a Check field in DocType 'Role' -#: frappe/core/doctype/role/role.json +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json msgid "Search Bar" msgstr "Barra de Búsqueda" @@ -21861,7 +22175,7 @@ msgstr "Barra de Búsqueda" msgid "Search Fields" msgstr "Buscar campos" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:175 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:186 msgid "Search Help" msgstr "Ayuda en la Búsqueda" @@ -21872,7 +22186,7 @@ msgstr "Prioridades de búsqueda" #: frappe/public/js/frappe/file_uploader/FileBrowser.vue:132 msgid "Search Results" -msgstr "" +msgstr "Resultados de la búsqueda" #: frappe/www/search.py:14 msgid "Search Results for" @@ -21880,7 +22194,7 @@ msgstr "Resultados para" #: frappe/public/js/frappe/file_uploader/FileBrowser.vue:13 msgid "Search by filename or extension" -msgstr "" +msgstr "Búsqueda por nombre de archivo o extensión" #: frappe/core/doctype/doctype/doctype.py:1429 msgid "Search field {0} is not valid" @@ -21888,23 +22202,23 @@ msgstr "campo de búsqueda {0} no es válido" #: frappe/public/js/print_format_builder/PrintFormatControls.vue:87 msgid "Search fields" -msgstr "" +msgstr "Busca campos" #: frappe/public/js/form_builder/components/AddFieldButton.vue:19 msgid "Search fieldtypes..." -msgstr "" +msgstr "Buscar tipos de campos..." #: frappe/public/js/frappe/ui/toolbar/search.js:50 #: frappe/public/js/frappe/ui/toolbar/search.js:69 msgid "Search for anything" msgstr "Buscar por cualquier cosa" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:289 -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:295 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:300 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:306 msgid "Search for {0}" msgstr "Buscar a {0}" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:155 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:166 msgid "Search in a document type" msgstr "Buscar en un tipo de documento." @@ -21914,7 +22228,7 @@ msgstr "Buscar o escribir un comando ({0})" #: frappe/public/js/form_builder/components/SearchBox.vue:8 msgid "Search properties..." -msgstr "" +msgstr "Buscar propiedades..." #: frappe/templates/includes/search_box.html:8 msgid "Search results for" @@ -21956,17 +22270,17 @@ msgstr "Encabezado de sección" #. Label of a Data field in DocType 'Web Page Block' #: frappe/website/doctype/web_page_block/web_page_block.json msgid "Section ID" -msgstr "" +msgstr "ID de sección" #: frappe/public/js/form_builder/components/Section.vue:28 #: frappe/public/js/print_format_builder/PrintFormatSection.vue:8 msgid "Section Title" -msgstr "" +msgstr "Título de la sección" #: frappe/public/js/form_builder/components/Section.vue:217 #: frappe/public/js/form_builder/components/Section.vue:240 msgid "Section must have at least one column" -msgstr "" +msgstr "La sección debe tener al menos una columna" #. Label of a Section Break field in DocType 'User' #: frappe/core/doctype/user/user.json @@ -21989,7 +22303,7 @@ msgstr "Ver en el sitio web" #: frappe/website/doctype/web_form/templates/web_form.html:150 msgctxt "Button in web form" msgid "See previous responses" -msgstr "" +msgstr "Ver respuestas anteriores" #: frappe/integrations/doctype/slack_webhook_url/slack_webhook_url.py:48 msgid "See the document at {0}" @@ -22114,7 +22428,7 @@ msgstr "Seleccione el tipo de documento o el rol para comenzar." #: frappe/core/page/permission_manager/permission_manager_help.html:34 msgid "Select Document Types to set which User Permissions are used to limit access." -msgstr "" +msgstr "Seleccione Tipos de documentos para establecer qué Permisos de usuario se utilizan para limitar el acceso." #: frappe/public/js/form_builder/components/controls/FetchFromControl.vue:33 #: frappe/public/js/frappe/doctype/index.js:199 @@ -22128,7 +22442,7 @@ msgid "Select Field..." msgstr "Seleccionar campo..." #: frappe/public/js/frappe/form/grid_row.js:460 -#: frappe/public/js/frappe/list/list_settings.js:233 +#: frappe/public/js/frappe/list/list_settings.js:236 #: frappe/public/js/frappe/views/kanban/kanban_settings.js:181 msgid "Select Fields" msgstr "Seleccionar campos" @@ -22238,11 +22552,11 @@ msgstr "Seleccione un documento para comprobar si cumple las condiciones." #: frappe/integrations/doctype/webhook/webhook.py:145 msgid "Select a document to preview request data" -msgstr "" +msgstr "Seleccione un documento para previsualizar los datos de la solicitud" #: frappe/public/js/form_builder/components/Sidebar.vue:56 msgid "Select a field to edit its properties." -msgstr "" +msgstr "Seleccione un campo para editar sus propiedades." #: frappe/public/js/frappe/views/treeview.js:324 msgid "Select a group node first." @@ -22262,7 +22576,7 @@ msgstr "Seleccionar una Imagen" #: frappe/www/apps.html:10 msgid "Select an app to continue" -msgstr "" +msgstr "Seleccione una aplicación para continuar" #: frappe/printing/page/print_format_builder/print_format_builder_start.html:2 msgid "Select an existing format to edit or start a new format." @@ -22303,7 +22617,7 @@ msgstr "Seleccione los registros para la asignación" #: frappe/public/js/frappe/list/bulk_operations.js:260 msgid "Select records for removing assignment" -msgstr "" +msgstr "Seleccionar registros para eliminar la asignación" #. Description of the 'Insert After' (Select) field in DocType 'Custom Field' #: frappe/custom/doctype/custom_field/custom_field.json @@ -22316,7 +22630,7 @@ msgstr "Seleccione dos versiones para ver la diferencia." #: frappe/public/js/frappe/form/link_selector.js:24 #: frappe/public/js/frappe/form/multi_select_dialog.js:81 -#: frappe/public/js/frappe/form/multi_select_dialog.js:281 +#: frappe/public/js/frappe/form/multi_select_dialog.js:283 #: frappe/public/js/frappe/list/list_view_select.js:153 #: frappe/public/js/print_format_builder/Preview.vue:90 msgid "Select {0}" @@ -22440,7 +22754,7 @@ msgstr "Enviar Enlace de cancelar suscripción" #. Label of a Check field in DocType 'Newsletter' #: frappe/email/doctype/newsletter/newsletter.json msgid "Send Web View Link" -msgstr "" +msgstr "Enviar enlace de vista web" #. Label of a Check field in DocType 'User' #: frappe/core/doctype/user/user.json @@ -22449,7 +22763,7 @@ msgstr "Enviar Email de bienvenida" #: frappe/www/me.html:67 msgid "Send a request to delete your account" -msgstr "" +msgstr "Enviar una solicitud para eliminar su cuenta" #: frappe/email/doctype/newsletter/newsletter.js:10 msgid "Send a test email" @@ -22534,7 +22848,7 @@ msgstr "Correo electrónico del Remitente" #: frappe/core/doctype/doctype/doctype.json #: frappe/custom/doctype/customize_form/customize_form.json msgid "Sender Email Field" -msgstr "" +msgstr "Campo Nombre del remitente" #: frappe/core/doctype/doctype/doctype.py:1907 msgid "Sender Field should have Email in options" @@ -22656,7 +22970,7 @@ msgstr "Servidor IP" msgid "Server Script" msgstr "Script del servidor" -#: frappe/utils/safe_exec.py:89 +#: frappe/utils/safe_exec.py:92 msgid "Server Scripts are disabled. Please enable server scripts from bench configuration." msgstr "Los scripts de servidor están desactivados. Por favor, habilite los scripts de servidor desde la configuración de bench." @@ -22707,11 +23021,11 @@ msgstr "Sesión expirada" msgid "Session Expiry (idle timeout)" msgstr "Expiración de la sesión (tiempo de inactivad)" -#: frappe/core/doctype/system_settings/system_settings.py:113 +#: frappe/core/doctype/system_settings/system_settings.py:115 msgid "Session Expiry must be in format {0}" msgstr "El vencimiento de sesión debe estar en formato {0}" -#: frappe/public/js/frappe/ui/filters/filter.js:567 +#: frappe/public/js/frappe/ui/filters/filter.js:599 msgctxt "Field value is set" msgid "Set" msgstr "Establecer" @@ -22755,7 +23069,7 @@ msgstr "Establecer límite" #. DocType 'Document Naming Settings' #: frappe/core/doctype/document_naming_settings/document_naming_settings.json msgid "Set Naming Series options on your transactions." -msgstr "" +msgstr "Establezca las opciones de nombrado de la serie en sus transacciones." #. Label of a Password field in DocType 'User' #: frappe/core/doctype/user/user.json @@ -22845,6 +23159,11 @@ msgstr "Ajuste de precisión no-estándar para los decimales o las monedas" msgid "Set only once" msgstr "Establecer solo una vez" +#. Description of the 'Max attachment size' (Int) field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Set size in MB" +msgstr "Establecer tamaño en MB" + #. Description of the 'Filters Configuration' (Code) field in DocType 'Number #. Card' #: frappe/desk/doctype/number_card/number_card.json @@ -22895,7 +23214,14 @@ msgid "Set the path to a whitelisted function that will return the data for the "\t\"route_options\": {\"from_date\": \"2023-05-23\"},\n" "\t\"route\": [\"query-report\", \"Permitted Documents For User\"]\n" "}" -msgstr "" +msgstr "Establezca la ruta a una función incluida en la lista blanca que devolverá los datos del Widget numérico en el formato:\n\n" +"
    \n"
    +"{\n"
    +"\t\"value\": value,\n"
    +"\t\"fieldtype\": \"Currency\",\n"
    +"\t\"route_options\": {\"from_date\": \"2023-05-23\"},\n"
    +"\t\"route\": [\"query-report\", \"Permitted Documents For User\"]\n"
    +"}
    " #: frappe/contacts/doctype/address_template/address_template.py:33 msgid "Setting this Address Template as default as there is no other default" @@ -22943,7 +23269,7 @@ msgstr "Configuración para la Página Acerca de Nosotros" #. Description of a DocType #: frappe/website/doctype/blog_settings/blog_settings.json msgid "Settings to control blog categories and interactions like comments and likes" -msgstr "" +msgstr "Ajustes para controlar las categorías del blog y las interacciones como comentarios y me gusta" #. Option for the 'Show in Module Section' (Select) field in DocType 'DocType' #. Label of a Card Break in the Website Workspace @@ -22968,9 +23294,9 @@ msgstr "Configurar > Permisos del Usuario" #. Title of an Onboarding Step #: frappe/custom/onboarding_step/workflows/workflows.json msgid "Setup Approval Workflows" -msgstr "" +msgstr "Configurar flujos de trabajo de aprobación" -#: frappe/public/js/frappe/views/reports/query_report.js:1677 +#: frappe/public/js/frappe/views/reports/query_report.js:1684 #: frappe/public/js/frappe/views/reports/report_view.js:1627 msgid "Setup Auto Email" msgstr "Configuración automática de correo electrónico" @@ -22984,7 +23310,7 @@ msgstr "Configuración Completa." #. Title of an Onboarding Step #: frappe/custom/onboarding_step/role_permissions/role_permissions.json msgid "Setup Limited Access for a User" -msgstr "" +msgstr "Configurar el acceso limitado para un usuario" #. Title of an Onboarding Step #: frappe/custom/onboarding_step/naming_series/naming_series.json @@ -23072,7 +23398,7 @@ msgstr "Mostrar" #. Label of a Check field in DocType 'Blog Settings' #: frappe/website/doctype/blog_settings/blog_settings.json msgid "Show \"Call to Action\" in Blog" -msgstr "" +msgstr "Mostrar \"Llamada a la acción\" en el blog" #. Label of a Check field in DocType 'Print Format' #: frappe/printing/doctype/print_format/print_format.json @@ -23123,7 +23449,7 @@ msgstr "Mostrar nombre de campo (clic para copiar en el portapapeles)" #. Label of a Check field in DocType 'Form Tour' #: frappe/desk/doctype/form_tour/form_tour.json msgid "Show First Document Tour" -msgstr "" +msgstr "Mostrar primer tour del documento" #. Option for the 'Action' (Select) field in DocType 'Onboarding Step' #. Label of a Check field in DocType 'Onboarding Step' @@ -23205,7 +23531,7 @@ msgstr "Mostrar lista de procesos" #: frappe/core/doctype/error_log/error_log.js:9 msgid "Show Related Errors" -msgstr "" +msgstr "Mostrar errores relacionados" #. Label of a Button field in DocType 'Access Log' #: frappe/core/doctype/access_log/access_log.json @@ -23254,7 +23580,7 @@ msgstr "Mostrar totales" #: frappe/desk/doctype/form_tour/form_tour.js:116 msgid "Show Tour" -msgstr "" +msgstr "Mostrar Tours" #: frappe/core/doctype/data_import/data_import.js:453 msgid "Show Traceback" @@ -23293,7 +23619,7 @@ msgstr "Mostrar como cc" #. Label of a Check field in DocType 'Website Settings' #: frappe/website/doctype/website_settings/website_settings.json msgid "Show footer on login" -msgstr "" +msgstr "Mostrar pie de página al iniciar sesión" #. Description of the 'Show Full Form?' (Check) field in DocType 'Onboarding #. Step' @@ -23314,7 +23640,7 @@ msgstr "Mostrar en Filtro" #. Label of a Check field in DocType 'Slack Webhook URL' #: frappe/integrations/doctype/slack_webhook_url/slack_webhook_url.json msgid "Show link to document" -msgstr "" +msgstr "Mostrar enlace al documento" #: frappe/public/js/frappe/form/layout.js:255 #: frappe/public/js/frappe/form/layout.js:273 @@ -23324,7 +23650,7 @@ msgstr "Mostrar más detalles" #. Label of a Check field in DocType 'DocField' #: frappe/core/doctype/docfield/docfield.json msgid "Show on Timeline" -msgstr "" +msgstr "Mostrar en línea de tiempo" #. Description of the 'Stats Time Interval' (Select) field in DocType 'Number #. Card' @@ -23349,8 +23675,8 @@ msgstr "Mostrando solo Campos Numéricos del Informe" msgid "Showing only first {0} rows out of {1}" msgstr "Mostrando solo las primeras {0} filas de {1}" -#. Label of a Check field in DocType 'Role' -#: frappe/core/doctype/role/role.json +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json msgid "Sidebar" msgstr "Barra Lateral" @@ -23372,9 +23698,9 @@ msgstr "Barra lateral y Comentarios" #. Label of a Section Break field in DocType 'Email Group' #: frappe/email/doctype/email_group/email_group.json msgid "Sign Up and Confirmation" -msgstr "" +msgstr "Registro y confirmación" -#: frappe/core/doctype/user/user.py:994 +#: frappe/core/doctype/user/user.py:955 msgid "Sign Up is disabled" msgstr "El registro está desactivado" @@ -23386,7 +23712,7 @@ msgstr "Regístrate" #. Label of a Select field in DocType 'Social Login Key' #: frappe/integrations/doctype/social_login_key/social_login_key.json msgid "Sign ups" -msgstr "" +msgstr "Inscripciones" #. Option for the 'Type' (Select) field in DocType 'DocField' #. Option for the 'Field Type' (Select) field in DocType 'Custom Field' @@ -23443,9 +23769,9 @@ msgstr "Los DocTypes individuales no se pueden personalizar." msgid "Single Types have only one record no tables associated. Values are stored in tabSingles" msgstr "Los campos únicos, solo tienen un registro y no tienen tablas asociadas, los valores serán guardados en una columna aislada." -#: frappe/database/database.py:240 +#: frappe/database/database.py:242 msgid "Site is running in read only mode for maintenance or site update, this action can not be performed right now. Please try again later." -msgstr "" +msgstr "El sitio está funcionando en modo de sólo lectura por mantenimiento o actualización del sitio, esta acción no puede realizarse en este momento. Por favor, inténtelo de nuevo más tarde." #: frappe/public/js/frappe/views/file/file_view.js:318 msgid "Size" @@ -23475,7 +23801,7 @@ msgstr "Saltar paso" #. Label of a Check field in DocType 'Patch Log' #: frappe/core/doctype/patch_log/patch_log.json msgid "Skipped" -msgstr "" +msgstr "Omitido" #: frappe/core/doctype/data_import/importer.py:914 msgid "Skipping Duplicate Column {0}" @@ -23491,7 +23817,7 @@ msgstr "Saltar columna {0}" #: frappe/modules/utils.py:176 msgid "Skipping fixture syncing for doctype {0} from file {1}" -msgstr "" +msgstr "Omitiendo sincronización de fixtures para doctype {0} del archivo {1}" #: frappe/core/doctype/data_import/data_import.js:39 msgid "Skipping {0} of {1}, {2}" @@ -23542,7 +23868,7 @@ msgstr "Nombre de presentación" #. Description of a DocType #: frappe/website/doctype/website_slideshow/website_slideshow.json msgid "Slideshow like display for the website" -msgstr "" +msgstr "Presentación tipo presentación de diapositivas para el sitio web" #. Option for the 'Type' (Select) field in DocType 'DocField' #. Option for the 'Field Type' (Select) field in DocType 'Custom Field' @@ -23570,7 +23896,7 @@ msgstr "Unidad más pequeña fracción de circulación (moneda). Por ejemplo, 1 #: frappe/printing/doctype/letter_head/letter_head.js:32 msgid "Snippet and more variables: {0}" -msgstr "" +msgstr "Fragmento y más variables: {0}" #. Name of a DocType #: frappe/website/doctype/social_link_settings/social_link_settings.json @@ -23602,12 +23928,12 @@ msgstr "Inicios Sociales" #. Label of a Select field in DocType 'System Health Report' #: frappe/desk/doctype/system_health_report/system_health_report.json msgid "SocketIO Ping Check" -msgstr "" +msgstr "Comprobación Ping SocketIO" #. Label of a Select field in DocType 'System Health Report' #: frappe/desk/doctype/system_health_report/system_health_report.json msgid "SocketIO Transport Mode" -msgstr "" +msgstr "Modo de transporte SocketIO" #. Option for the 'Delivery Status' (Select) field in DocType 'Communication' #: frappe/core/doctype/communication/communication.json @@ -23616,7 +23942,7 @@ msgstr "Rebotes livianos" #: frappe/printing/page/print_format_builder/print_format_builder_column_selector.html:4 msgid "Some columns might get cut off when printing to PDF. Try to keep number of columns under 10." -msgstr "" +msgstr "Algunas columnas pueden quedar cortadas al imprimir en PDF. Intente mantener el número de columnas por debajo de 10." #: frappe/public/js/frappe/desk.js:20 msgid "Some of the features might not work in your browser. Please update your browser to the latest version." @@ -23662,7 +23988,7 @@ msgstr "Ordenar por campo" #: frappe/custom/doctype/custom_field/custom_field.json #: frappe/custom/doctype/customize_form_field/customize_form_field.json msgid "Sort Options" -msgstr "" +msgstr "Opciones de clasificación" #. Label of a Select field in DocType 'Customize Form' #: frappe/custom/doctype/customize_form/customize_form.json @@ -23697,7 +24023,7 @@ msgstr "Texto de origen" #: frappe/public/js/frappe/views/workspace/blocks/spacer.js:23 #: frappe/public/js/print_format_builder/PrintFormatControls.vue:204 msgid "Spacer" -msgstr "" +msgstr "Espaciador" #. Option for the 'Email Status' (Select) field in DocType 'Communication' #: frappe/core/doctype/communication/communication.json @@ -23707,7 +24033,7 @@ msgstr "Correo no deseado" #. Option for the 'Service' (Select) field in DocType 'Email Account' #: frappe/email/doctype/email_account/email_account.json msgid "SparkPost" -msgstr "" +msgstr "SparkPost" #: frappe/custom/doctype/custom_field/custom_field.js:83 msgid "Special Characters are not allowed" @@ -23720,7 +24046,13 @@ msgstr "Caracteres especiales excepto '-', '#', '.', '/', '{{' and '}}' no permi #. Description of the 'Timeout (In Seconds)' (Int) field in DocType 'Report' #: frappe/core/doctype/report/report.json msgid "Specify a custom timeout, default timeout is 1500 seconds" -msgstr "" +msgstr "Especifique un tiempo de espera personalizado, el tiempo de espera por defecto es de 1500 segundos" + +#. Description of the 'Allowed embedding domains' (Small Text) field in DocType +#. 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Specify the domains or origins that are permitted to embed this form. Enter one domain per line (e.g., https://example.com). If no domains are specified, the form can only be embedded on the same origin." +msgstr "Especifique los dominios u orígenes que tienen permiso para insertar este formulario. Ingrese un dominio por línea (por ejemplo, https://example.com). Si no se especifica ningún dominio, el formulario solo se puede insertar en el mismo origen." #. Label of a Attach Image field in DocType 'Website Settings' #: frappe/website/doctype/website_settings/website_settings.json @@ -23731,18 +24063,18 @@ msgstr "Imagen de bienvenida" #: frappe/public/js/frappe/web_form/web_form_list.js:175 #: frappe/templates/print_formats/standard_macros.html:44 msgid "Sr" -msgstr "" +msgstr "Sr" #: frappe/public/js/print_format_builder/Field.vue:143 #: frappe/public/js/print_format_builder/Field.vue:164 msgid "Sr No." -msgstr "" +msgstr "Sr. Nro." #. Label of a HTML field in DocType 'Recorder Query' #: frappe/core/doctype/recorder/recorder.js:82 #: frappe/core/doctype/recorder_query/recorder_query.json msgid "Stack Trace" -msgstr "" +msgstr "Stack Trace" #. Label of a Select field in DocType 'Page' #. Label of a Check field in DocType 'Desktop Icon' @@ -23795,23 +24127,23 @@ msgstr "Menú Lateral Estándar" #: frappe/website/doctype/web_form/web_form.js:40 msgid "Standard Web Forms can not be modified, duplicate the Web Form instead." -msgstr "" +msgstr "Los Formularios Web estándar no pueden modificarse, duplique el Formulario Web en su lugar." #: frappe/website/doctype/web_page/web_page.js:92 msgid "Standard rich text editor with controls" -msgstr "" +msgstr "Editor de texto enriquecido estándar con controles" -#: frappe/core/doctype/role/role.py:65 +#: frappe/core/doctype/role/role.py:46 msgid "Standard roles cannot be disabled" msgstr "Roles estándar no pueden ser desactivados" -#: frappe/core/doctype/role/role.py:51 +#: frappe/core/doctype/role/role.py:32 msgid "Standard roles cannot be renamed" msgstr "No se puede cambiar el nombre de roles estándar" #: frappe/core/doctype/user_type/user_type.py:60 msgid "Standard user type {0} can not be deleted." -msgstr "" +msgstr "El tipo de usuario estándar {0} no puede borrarse." #: frappe/templates/emails/energy_points_summary.html:33 msgid "Standings" @@ -23830,6 +24162,7 @@ msgstr "Iniciar" #. Label of a Date field in DocType 'Auto Repeat' #. Label of a Datetime field in DocType 'Web Page' #: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:140 #: frappe/public/js/frappe/utils/common.js:409 #: frappe/website/doctype/web_page/web_page.json msgid "Start Date" @@ -23855,7 +24188,7 @@ msgstr "Hora de inicio" #: frappe/templates/includes/comments/comments.html:8 msgid "Start a new discussion" -msgstr "" +msgstr "Empezar un nuevo debate" #: frappe/core/doctype/data_export/exporter.py:22 msgid "Start entering data below this line" @@ -23905,7 +24238,7 @@ msgstr "Estado" #: frappe/public/js/workflow_builder/components/Properties.vue:24 msgid "State Properties" -msgstr "" +msgstr "Propiedades de Estado" #. Label of a Data field in DocType 'Address' #: frappe/contacts/doctype/address/address.json @@ -23994,7 +24327,7 @@ msgstr "Estadísticas basadas en el rendimiento de la semana pasada (de {0} a {1 #: frappe/email/doctype/newsletter/newsletter.json #: frappe/integrations/doctype/integration_request/integration_request.json #: frappe/integrations/doctype/oauth_bearer_token/oauth_bearer_token.json -#: frappe/public/js/frappe/list/list_settings.js:356 +#: frappe/public/js/frappe/list/list_settings.js:359 #: frappe/public/js/frappe/views/reports/report_view.js:909 #: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.json #: frappe/website/doctype/personal_data_deletion_step/personal_data_deletion_step.json @@ -24048,7 +24381,7 @@ msgstr "Uso de almacenamiento por tabla" #. Label of a Check field in DocType 'System Settings' #: frappe/core/doctype/system_settings/system_settings.json msgid "Store Attached PDF Document" -msgstr "" +msgstr "Almacenar documento PDF adjunto" #. Description of the 'Last Known Versions' (Text) field in DocType 'User' #: frappe/core/doctype/user/user.json @@ -24059,7 +24392,7 @@ msgstr "Almacena el JSON de las últimas versiones conocidas de las aplicaciones #. in DocType 'User' #: frappe/core/doctype/user/user.json msgid "Stores the datetime when the last reset password key was generated." -msgstr "" +msgstr "Almacena la fecha y hora en que se generó la última clave de restablecimiento de contraseña." #: frappe/utils/password_strength.py:91 msgid "Straight rows of keys are easy to guess" @@ -24068,7 +24401,7 @@ msgstr "Filas rectas de teclas son fáciles de adivinar" #. Label of a Check field in DocType 'System Settings' #: frappe/core/doctype/system_settings/system_settings.json msgid "Strip EXIF tags from uploaded images" -msgstr "" +msgstr "Eliminar las etiquetas EXIF de las imágenes subidas" #: frappe/public/js/frappe/form/controls/password.js:90 msgid "Strong" @@ -24152,7 +24485,7 @@ msgstr "El tipo de campo de asunto debe ser Datos, Texto, Texto largo, Texto peq #. Name of a DocType #: frappe/core/doctype/submission_queue/submission_queue.json msgid "Submission Queue" -msgstr "" +msgstr "Cola de envío" #. Label of a Check field in DocType 'Custom DocPerm' #. Label of a Check field in DocType 'DocPerm' @@ -24176,7 +24509,7 @@ msgstr "" msgid "Submit" msgstr "Validar" -#: frappe/public/js/frappe/list/list_view.js:1977 +#: frappe/public/js/frappe/list/list_view.js:1985 msgctxt "Button in list view actions menu" msgid "Submit" msgstr "Validar" @@ -24206,11 +24539,6 @@ msgstr "Validar" msgid "Submit After Import" msgstr "Enviar después de la importación" -#. Label of a Data field in DocType 'Web Form' -#: frappe/website/doctype/web_form/web_form.json -msgid "Submit Button Label" -msgstr "" - #: frappe/core/page/permission_manager/permission_manager_help.html:39 msgid "Submit an Issue" msgstr "Enviar un Problema" @@ -24218,12 +24546,18 @@ msgstr "Enviar un Problema" #: frappe/website/doctype/web_form/templates/web_form.html:153 msgctxt "Button in web form" msgid "Submit another response" -msgstr "" +msgstr "Enviar otra respuesta" + +#. Label of a Data field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Submit button label" +msgstr "Etiqueta del botón Validar" #. Label of a Check field in DocType 'Auto Repeat' #: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:126 msgid "Submit on Creation" -msgstr "" +msgstr "Enviar al crear" #: frappe/public/js/frappe/widgets/onboarding_widget.js:400 msgid "Submit this document to complete this step." @@ -24233,7 +24567,7 @@ msgstr "Envíe este documento para completar este paso." msgid "Submit this document to confirm" msgstr "Presentar este documento para confirmar" -#: frappe/public/js/frappe/list/list_view.js:1982 +#: frappe/public/js/frappe/list/list_view.js:1990 msgctxt "Title of confirmation dialog" msgid "Submit {0} documents?" msgstr "¿Presentar {0} documentos?" @@ -24243,7 +24577,7 @@ msgstr "¿Presentar {0} documentos?" #: frappe/core/doctype/comment/comment.json #: frappe/core/doctype/communication/communication.json #: frappe/public/js/frappe/model/indicator.js:95 -#: frappe/public/js/frappe/ui/filters/filter.js:499 +#: frappe/public/js/frappe/ui/filters/filter.js:531 #: frappe/website/doctype/web_form/templates/web_form.html:133 msgid "Submitted" msgstr "Validado" @@ -24254,7 +24588,7 @@ msgstr "El documento validado no se puede revertir a borrador, en la línea de t #: frappe/public/js/workflow_builder/utils.js:176 msgid "Submitted document cannot be converted back to draft while transitioning from {0} State to {1} State" -msgstr "" +msgstr "El documento validado no puede convertirse de nuevo en borrador mientras se pasa del estado {0} al estado {1} " #: frappe/public/js/frappe/form/save.js:10 msgctxt "Freeze message while submitting a document" @@ -24294,7 +24628,7 @@ msgstr "Subtitular" #: frappe/templates/includes/login/login.js:270 #: frappe/templates/includes/login/login.js:278 #: frappe/templates/pages/integrations/gcalendar-success.html:9 -#: frappe/workflow/doctype/workflow_action/workflow_action.py:166 +#: frappe/workflow/doctype/workflow_action/workflow_action.py:167 #: frappe/workflow/doctype/workflow_state/workflow_state.json msgid "Success" msgstr "Éxito" @@ -24305,17 +24639,10 @@ msgid "Success Action" msgstr "Acción de Éxito" #. Label of a Data field in DocType 'Module Onboarding' -#. Label of a Text field in DocType 'Web Form' #: frappe/desk/doctype/module_onboarding/module_onboarding.json -#: frappe/website/doctype/web_form/web_form.json msgid "Success Message" msgstr "Mensaje exitoso" -#. Label of a Data field in DocType 'Web Form' -#: frappe/website/doctype/web_form/web_form.json -msgid "Success Title" -msgstr "Título de Éxito" - #. Label of a Data field in DocType 'Token Cache' #: frappe/integrations/doctype/token_cache/token_cache.json msgid "Success URI" @@ -24326,6 +24653,16 @@ msgstr "URI de Éxito" msgid "Success URL" msgstr "URL exitoso" +#. Label of a Text field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Success message" +msgstr "Mensaje de \"éxito\"" + +#. Label of a Data field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Success title" +msgstr "Título de \"éxito\"" + #: frappe/www/update-password.html:79 msgid "Success! You are good to go 👍" msgstr "¡Éxito! Eres bueno para ir 👍" @@ -24339,7 +24676,7 @@ msgstr "Recuento de trabajos exitosos" msgid "Successful Transactions" msgstr "Transacciones exitosas" -#: frappe/model/rename_doc.py:688 +#: frappe/model/rename_doc.py:694 msgid "Successful: {0} to {1}" msgstr "Terminado: {0} a {1}" @@ -24354,11 +24691,11 @@ msgstr "Actualizado exitosamente" #: frappe/core/doctype/data_import/data_import.js:428 msgid "Successfully imported {0}" -msgstr "" +msgstr " {0} Importado con éxito" #: frappe/desk/doctype/form_tour/form_tour.py:87 msgid "Successfully reset onboarding status for all users." -msgstr "" +msgstr "Se restableció correctamente el estado del tutorial para todos los usuarios." #: frappe/public/js/frappe/views/translation_manager.js:22 msgid "Successfully updated translations" @@ -24386,14 +24723,14 @@ msgstr "Registros {0} {1} exitosos." #: frappe/core/doctype/recorder/recorder.js:15 msgid "Suggest Optimizations" -msgstr "" +msgstr "Sugerir optimizaciones" #. Label of a Table field in DocType 'Recorder' #: frappe/core/doctype/recorder/recorder.json msgid "Suggested Indexes" -msgstr "" +msgstr "Índices sugeridos" -#: frappe/core/doctype/user/user.py:703 +#: frappe/core/doctype/user/user.py:664 msgid "Suggested Username: {0}" msgstr "Nombre de usuario sugerido: {0}" @@ -24475,7 +24812,7 @@ msgstr "Sincronizar o Migrar" #: frappe/integrations/doctype/google_calendar/google_calendar.py:298 msgid "Sync token was invalid and has been reset, Retry syncing." -msgstr "" +msgstr "El token de sincronización no era válido y se ha restablecido, Vuelva a intentar la sincronización." #. Label of a Check field in DocType 'Event' #: frappe/desk/doctype/event/event.json @@ -24504,7 +24841,7 @@ msgstr "Sincronización" msgid "Syncing {0} of {1}" msgstr "Sincronizando {0} de {1}" -#: frappe/utils/data.py:2156 +#: frappe/utils/data.py:2170 msgid "Syntax Error" msgstr "Error de sintaxis" @@ -24518,7 +24855,7 @@ msgstr "Sistema" msgid "System Console" msgstr "Consola del sistema" -#: frappe/custom/doctype/custom_field/custom_field.py:358 +#: frappe/custom/doctype/custom_field/custom_field.py:359 msgid "System Generated Fields can not be renamed" msgstr "Los campos generados del sistema no pueden ser renombrados" @@ -24530,27 +24867,27 @@ msgstr "Reporte de Salud del Sistema" #. Name of a DocType #: frappe/desk/doctype/system_health_report_errors/system_health_report_errors.json msgid "System Health Report Errors" -msgstr "" +msgstr "Errores en el informe de salud del sistema" #. Name of a DocType #: frappe/desk/doctype/system_health_report_failing_jobs/system_health_report_failing_jobs.json msgid "System Health Report Failing Jobs" -msgstr "" +msgstr "Informe de salud del sistema Trabajos que fallan" #. Name of a DocType #: frappe/desk/doctype/system_health_report_queue/system_health_report_queue.json msgid "System Health Report Queue" -msgstr "" +msgstr "Informe sobre la salud del sistema Cola" #. Name of a DocType #: frappe/desk/doctype/system_health_report_tables/system_health_report_tables.json msgid "System Health Report Tables" -msgstr "" +msgstr "Informe sobre la salud del sistema Tablas" #. Name of a DocType #: frappe/desk/doctype/system_health_report_workers/system_health_report_workers.json msgid "System Health Report Workers" -msgstr "" +msgstr "Informe sobre la salud del sistema Workers" #. Label of a Card Break in the Build Workspace #: frappe/core/workspace/build/build.json @@ -24737,7 +25074,7 @@ msgstr "Los administradores del sistema están permitidos de forma predeterminad #: frappe/public/js/frappe/utils/number_systems.js:5 msgctxt "Number system" msgid "T" -msgstr "" +msgstr "T" #. Option for the 'Type' (Select) field in DocType 'DocField' #. Option for the 'Field Type' (Select) field in DocType 'Custom Field' @@ -24809,7 +25146,7 @@ msgstr "Tabla recortada" msgid "Table updated" msgstr "Tabla actualiza" -#: frappe/model/document.py:1370 +#: frappe/model/document.py:1374 msgid "Table {0} cannot be empty" msgstr "La tabla {0} no puede estar vacía" @@ -24835,7 +25172,7 @@ msgstr "Enlace de etiqueta" #: frappe/public/js/frappe/list/list_sidebar.js:228 #: frappe/public/js/frappe/model/meta.js:204 #: frappe/public/js/frappe/model/model.js:133 -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:160 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:171 msgid "Tags" msgstr "Etiquetas" @@ -24879,7 +25216,7 @@ msgstr "Líderes de equipo" #. Label of a Small Text field in DocType 'About Us Settings' #: frappe/website/doctype/about_us_settings/about_us_settings.json msgid "Team Members Subtitle" -msgstr "" +msgstr "Subtítulo de miembros del equipo" #. Label of a Section Break field in DocType 'System Settings' #: frappe/core/doctype/system_settings/system_settings.json @@ -24921,14 +25258,24 @@ msgstr "Advertencias de plantilla" msgid "Templates" msgstr "Plantillas" -#: frappe/core/doctype/user/user.py:1005 +#: frappe/core/doctype/user/user.py:966 msgid "Temporarily Disabled" msgstr "Desactivado temporalmente" +#: frappe/core/doctype/translation/test_translation.py:47 +#: frappe/core/doctype/translation/test_translation.py:54 +msgid "Test Data" +msgstr "Datos de prueba" + #. Label of a Data field in DocType 'System Health Report' #: frappe/desk/doctype/system_health_report/system_health_report.json msgid "Test Job ID" -msgstr "" +msgstr "ID del trabajo de prueba" + +#: frappe/core/doctype/translation/test_translation.py:49 +#: frappe/core/doctype/translation/test_translation.py:57 +msgid "Test Spanish" +msgstr "Probar español" #: frappe/email/doctype/newsletter/newsletter.py:94 msgid "Test email sent to {0}" @@ -24985,7 +25332,9 @@ msgstr "Gracias." msgid "Thank you for reaching out to us. We will get back to you at the earliest.\n\n\n" "Your query:\n\n" "{0}" -msgstr "" +msgstr "Gracias por ponerse en contacto con nosotros. Nos pondremos en contacto con usted lo antes posible.\n\n\n" +"Su consulta:\n\n" +"{0}" #: frappe/website/doctype/web_form/templates/web_form.html:137 msgid "Thank you for spending your valuable time to fill this form" @@ -24999,13 +25348,13 @@ msgstr "Gracias por su Email" msgid "Thank you for your feedback!" msgstr "¡Gracias por tus comentarios!" -#: frappe/email/doctype/newsletter/newsletter.py:332 +#: frappe/email/doctype/newsletter/newsletter.py:335 msgid "Thank you for your interest in subscribing to our updates" msgstr "Gracias por su interés en suscribirse a nuestras actualizaciones" #: frappe/templates/includes/contact.js:36 msgid "Thank you for your message" -msgstr "" +msgstr "¡Muchas gracias por tu mensaje!" #: frappe/templates/emails/new_user.html:16 msgid "Thanks" @@ -25024,7 +25373,9 @@ msgstr "El formato CSV es sensible a mayúsculas y minúsculas" msgid "The Client ID obtained from the Google Cloud Console under \n" "\"APIs & Services\" > \"Credentials\"\n" "" -msgstr "" +msgstr "El ID de cliente obtenido de la Consola de Google Cloud en \n" +"\"APIs & Servicios\" > \"Credenciales\"\n" +"" #: frappe/email/doctype/notification/notification.py:131 msgid "The Condition '{0}' is invalid" @@ -25040,7 +25391,7 @@ msgstr "Falta la clave URL del servidor Push Relay (`push_relay_server_url`) en #: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:363 msgid "The User record for this request has been auto-deleted due to inactivity by system admins." -msgstr "" +msgstr "El registro de usuario para esta solicitud se ha borrado automáticamente debido a la inactividad de los administradores del sistema." #: frappe/public/js/frappe/desk.js:128 msgid "The application has been updated to a new version, please refresh this page" @@ -25050,7 +25401,7 @@ msgstr "La aplicación se ha actualizado a una nueva versión, por favor, volver #. Settings' #: frappe/core/doctype/system_settings/system_settings.json msgid "The application name will be used in the Login page." -msgstr "" +msgstr "El nombre de la aplicación se utilizará en la página de inicio de sesión." #: frappe/public/js/frappe/views/interaction.js:322 msgid "The attachments could not be correctly linked to the new document" @@ -25061,9 +25412,11 @@ msgstr "Los archivos adjuntos no se pudieron vincular correctamente al nuevo doc msgid "The browser API key obtained from the Google Cloud Console under \n" "\"APIs & Services\" > \"Credentials\"\n" "" -msgstr "" +msgstr "La clave API del navegador obtenida de la Consola de Google Cloud en \n" +"\"APIs & Servicios\" > \"Credenciales\"\n" +"" -#: frappe/database/database.py:428 +#: frappe/database/database.py:430 msgid "The changes have been reverted." msgstr "Los cambios han sido revertidos." @@ -25077,7 +25430,7 @@ msgstr "El comentario no puede estar vacío" #: frappe/templates/emails/workflow_action.html:9 msgid "The contents of this email are strictly confidential. Please do not forward this email to anyone." -msgstr "" +msgstr "El contenido de este correo electrónico es estrictamente confidencial. Por favor, no reenvíe este correo electrónico a nadie." #: frappe/public/js/frappe/list/list_view.js:632 msgid "The count shown is an estimated count. Click here to see the accurate count." @@ -25098,7 +25451,7 @@ msgstr "El documento ha sido asignado a {0}" #: frappe/desk/doctype/dashboard_chart/dashboard_chart.json #: frappe/desk/doctype/number_card/number_card.json msgid "The document type selected is a child table, so the parent document type is required." -msgstr "" +msgstr "El tipo de documento seleccionado es una tabla hija, por lo que se requiere el tipo de documento padre." #: frappe/core/doctype/user_type/user_type.py:109 msgid "The field {0} is mandatory" @@ -25106,15 +25459,15 @@ msgstr "El campo {0} es obligatorio" #: frappe/core/doctype/file/file.py:142 msgid "The fieldname you've specified in Attached To Field is invalid" -msgstr "" +msgstr "El nombre de campo que ha especificado en Attached To Field no es válido" -#: frappe/automation/doctype/assignment_rule/assignment_rule.py:60 +#: frappe/automation/doctype/assignment_rule/assignment_rule.py:62 msgid "The following Assignment Days have been repeated: {0}" -msgstr "" +msgstr "Se han repetido los siguientes Días de Asignación: {0}" #: frappe/printing/doctype/letter_head/letter_head.js:30 msgid "The following Header Script will add the current date to an element in 'Header HTML' with class 'header-content'" -msgstr "" +msgstr "El siguiente Header Script añadirá la fecha actual a un elemento en 'Header HTML' con clase 'header-content'" #: frappe/core/doctype/data_import/importer.py:1042 msgid "The following values are invalid: {0}. Values must be one of {1}" @@ -25126,13 +25479,13 @@ msgstr "Los siguientes valores no existen para {0}: {1}" #: frappe/core/doctype/user_type/user_type.py:88 msgid "The limit has not set for the user type {0} in the site config file." -msgstr "" +msgstr "No se ha establecido el límite para el tipo de usuario {0} en el archivo de configuración del sitio." #: frappe/templates/emails/login_with_email_link.html:21 msgid "The link will expire in {0} minutes" msgstr "El enlace caducará en {0} minutos" -#: frappe/www/login.py:183 +#: frappe/www/login.py:184 msgid "The link you trying to login is invalid or expired." msgstr "El enlace con el que intenta iniciar sesión no es válido o ha caducado." @@ -25152,16 +25505,16 @@ msgstr "El nombre que aparecerá en Google Calendar" #. Description of the 'Track Steps' (Check) field in DocType 'Form Tour' #: frappe/desk/doctype/form_tour/form_tour.json msgid "The next tour will start from where the user left off." -msgstr "" +msgstr "El siguiente recorrido comenzará desde donde lo dejó el usuario." #. Description of the 'Request Timeout' (Int) field in DocType 'Webhook' #: frappe/integrations/doctype/webhook/webhook.json msgid "The number of seconds until the request expires" -msgstr "" +msgstr "El número de segundos hasta que expire la solicitud" #: frappe/www/404.html:18 msgid "The page you are looking for has gone missing." -msgstr "" +msgstr "La página que busca ha desaparecido." #: frappe/www/update-password.html:86 msgid "The password of your account has expired." @@ -25176,15 +25529,17 @@ msgstr "Se ha iniciado el proceso de eliminación de {0} datos asociados con {1} msgid "The project number obtained from Google Cloud Console under \n" "\"IAM & Admin\" > \"Settings\"\n" "" -msgstr "" +msgstr "El número de proyecto obtenido de Google Cloud Console en \n" +"\"IAM & Admin\" > \"Settings\"\n" +"" -#: frappe/core/doctype/user/user.py:965 +#: frappe/core/doctype/user/user.py:926 msgid "The reset password link has been expired" -msgstr "" +msgstr "El enlace para restablecer la contraseña ha caducado" -#: frappe/core/doctype/user/user.py:967 +#: frappe/core/doctype/user/user.py:928 msgid "The reset password link has either been used before or is invalid" -msgstr "" +msgstr "El enlace para restablecer la contraseña ya se ha utilizado antes o no es válido" #: frappe/app.py:367 frappe/public/js/frappe/request.js:147 msgid "The resource you are looking for is not available" @@ -25200,7 +25555,7 @@ msgstr "El sistema se está actualizando. Por favor, actualice de nuevo después #: frappe/core/page/permission_manager/permission_manager_help.html:9 msgid "The system provides many pre-defined roles. You can add new roles to set finer permissions." -msgstr "" +msgstr "El sistema ofrece muchos roles predefinidos. Puedes agregar nuevos roles para definir permisos más precisos." #: frappe/public/js/frappe/form/grid_row.js:636 msgid "The total column width cannot be more than 10." @@ -25208,7 +25563,7 @@ msgstr "El ancho total de la columna no puede ser mayor a 10." #: frappe/core/doctype/user_type/user_type.py:96 msgid "The total number of user document types limit has been crossed." -msgstr "" +msgstr "Se ha superado el límite total de tipos de documentos de usuario." #. Description of the 'User Field' (Select) field in DocType 'Energy Point #. Rule' @@ -25218,14 +25573,14 @@ msgstr "El usuario de este campo recibirá puntos recompensados." #: frappe/public/js/frappe/form/controls/data.js:24 msgid "The value you pasted was {0} characters long. Max allowed characters is {1}." -msgstr "" +msgstr "El valor que ha pegado tiene {0} caracteres. El máximo de caracteres permitidos es {1}." #. Description of the 'Condition' (Small Text) field in DocType 'Webhook' #: frappe/integrations/doctype/webhook/webhook.json msgid "The webhook will be triggered if this expression is true" msgstr "El webhook se activará si esta expresión es verdadera" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:169 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:173 msgid "The {0} is already on auto repeat {1}" msgstr "El {0} ya está en repetición automática {1}" @@ -25253,7 +25608,7 @@ msgstr "URL del tema" #: frappe/workflow/doctype/workflow/workflow.js:125 msgid "There are documents which have workflow states that do not exist in this Workflow. It is recommended that you add these states to the Workflow and change their states before removing these states." -msgstr "" +msgstr "Hay documentos que tienen estados de flujo de trabajo que no existen en este Flujo de Trabajo. Se recomienda añadir estos estados al Flujo de Trabajo y cambiar sus estados antes de eliminar estos estados." #: frappe/public/js/frappe/ui/notifications/notifications.js:435 msgid "There are no upcoming events for you." @@ -25261,7 +25616,7 @@ msgstr "No hay próximos eventos para usted." #: frappe/website/web_template/discussions/discussions.html:3 msgid "There are no {0} for this {1}, why don't you start one!" -msgstr "" +msgstr "No hay {0} para este {1}, ¿Por qué no empiezas uno?" #: frappe/public/js/frappe/views/reports/query_report.js:892 msgid "There are {0} with the same filters already in the queue:" @@ -25270,7 +25625,7 @@ msgstr "Ya hay {0} con los mismos filtros en la cola:" #: frappe/website/doctype/web_form/web_form.js:81 #: frappe/website/doctype/web_form/web_form.js:317 msgid "There can be only 9 Page Break fields in a Web Form" -msgstr "" +msgstr "Sólo puede haber 9 campos de salto de página en un formulario web" #: frappe/core/doctype/doctype/doctype.py:1405 msgid "There can be only one Fold in a form" @@ -25286,7 +25641,7 @@ msgstr "No hay datos para exportar" #: frappe/public/js/frappe/ui/notifications/notifications.js:485 msgid "There is nothing new to show you right now." -msgstr "" +msgstr "No hay nada nuevo que mostrarle en este momento." #: frappe/core/doctype/file/file.py:575 frappe/utils/file_manager.py:375 msgid "There is some problem with the file url: {0}" @@ -25300,10 +25655,6 @@ msgstr "Ya hay {0} con los mismos filtros en la cola:" msgid "There must be atleast one permission rule." msgstr "Debe haber al menos una regla de permiso." -#: frappe/core/doctype/user/user.py:504 -msgid "There should remain at least one System Manager" -msgstr "Debe haber al menos un administrador del sistema" - #: frappe/www/error.py:16 msgid "There was an error building this page" msgstr "Se produjo un error al crear esta página." @@ -25324,7 +25675,7 @@ msgstr "Hubo errores al crear el documento. Inténtalo de nuevo." msgid "There were errors while sending email. Please try again." msgstr "Ha ocurrido un error al enviar el correo electrónico. Por favor, inténtelo de nuevo." -#: frappe/model/naming.py:469 +#: frappe/model/naming.py:468 msgid "There were some errors setting the name, please contact the administrator" msgstr "Existen algunos errores al configurar el nombre, por favor póngase en contacto con el administrador" @@ -25336,13 +25687,13 @@ msgstr "No hay nada aquí" #. 'Navbar Settings' #: frappe/core/doctype/navbar_settings/navbar_settings.json msgid "These announcements will appear inside a dismissible alert below the Navbar." -msgstr "" +msgstr "Estos anuncios aparecerán dentro de una alerta descartable debajo de la barra de navegación." #. Description of the 'LDAP Custom Settings' (Section Break) field in DocType #. 'LDAP Settings' #: frappe/integrations/doctype/ldap_settings/ldap_settings.json msgid "These settings are required if 'Custom' LDAP Directory is used" -msgstr "" +msgstr "Estos ajustes son necesarios si se utiliza un directorio \"LDAP personalizado\"" #. Description of the 'Defaults' (Section Break) field in DocType 'User' #: frappe/core/doctype/user/user.json @@ -25376,9 +25727,9 @@ msgstr "Este tablero Kanban será privado" #: frappe/custom/doctype/customize_form/customize_form.js:220 msgid "This action is irreversible. Do you wish to continue?" -msgstr "" +msgstr "Esta acción es irreversible. ¿Desea continuar?" -#: frappe/__init__.py:985 +#: frappe/__init__.py:935 msgid "This action is only allowed for {}" msgstr "Esta acción solo está permitida para {}" @@ -25399,11 +25750,11 @@ msgstr "Este gráfico estará disponible para todos los usuarios si está config #: frappe/custom/doctype/customize_form/customize_form.js:212 msgid "This doctype has no orphan fields to trim" -msgstr "" +msgstr "Este doctype no tiene campos huérfanos que recortar" #: frappe/core/doctype/doctype/doctype.py:1030 msgid "This doctype has pending migrations, run 'bench migrate' before modifying the doctype to avoid losing changes." -msgstr "" +msgstr "Este doctype tiene migraciones pendientes, ejecute 'bench migrate' antes de modificar el doctype para evitar perder los cambios." #: frappe/desk/doctype/workspace/workspace.js:23 msgid "This document allows you to edit limited fields. For all kinds of workspace customization, use the Edit button located on the workspace page" @@ -25411,7 +25762,7 @@ msgstr "Este documento le permite editar campos limitados. Para todo tipo de per #: frappe/model/delete_doc.py:112 msgid "This document can not be deleted right now as it's being modified by another user. Please try again after some time." -msgstr "" +msgstr "Este documento no puede ser borrado en este momento, ya que está siendo modificado por otro usuario. Por favor, inténtelo de nuevo pasado un tiempo." #: frappe/social/doctype/energy_point_log/energy_point_log.py:90 msgid "This document cannot be reverted" @@ -25427,15 +25778,15 @@ msgstr "Este documento ha sido revertido" #: frappe/public/js/frappe/form/form.js:1240 msgid "This document has unsaved changes which might not appear in final PDF.
    Consider saving the document before printing." -msgstr "" +msgstr "Este documento tiene cambios sin guardar que podrían no aparecer en el PDF final.
    Considere la posibilidad de guardar el documento antes de imprimirlo." #: frappe/public/js/frappe/form/form.js:1033 msgid "This document is already amended, you cannot ammend it again" msgstr "Este documento ya está enmendado, no puede enmendarlo nuevamente" -#: frappe/model/document.py:1538 +#: frappe/model/document.py:1542 msgid "This document is currently locked and queued for execution. Please try again after some time." -msgstr "" +msgstr "Este documento está actualmente bloqueado y en cola de ejecución. Por favor, inténtelo de nuevo pasado un tiempo." #: frappe/templates/emails/auto_repeat_fail.html:7 msgid "This email is autogenerated" @@ -25444,7 +25795,8 @@ msgstr "Este correo electrónico se genera automáticamente" #: frappe/printing/doctype/network_printer_settings/network_printer_settings.py:30 msgid "This feature can not be used as dependencies are missing.\n" "\t\t\t\tPlease contact your system manager to enable this by installing pycups!" -msgstr "" +msgstr "Esta función no puede utilizarse porque faltan dependencias.\n" +"\t\t\t\tPóngase en contacto con el administrador de su sistema para habilitarla instalando pycups." #: frappe/public/js/frappe/form/templates/form_sidebar.html:23 msgid "This feature is brand new and still experimental" @@ -25457,11 +25809,14 @@ msgid "This field will appear only if the fieldname defined here has value OR th "myfield\n" "eval:doc.myfield=='My Value'\n" "eval:doc.age>18" -msgstr "" +msgstr "Este campo sólo aparecerá si el nombre de campo definido aquí tiene valor OR las reglas son verdaderas (ejemplos):\n" +"myfield\n" +"eval:doc.myfield=='Mi valor'\n" +"eval:doc.age>18" #: frappe/core/doctype/file/file.js:10 msgid "This file is public. It can be accessed without authentication." -msgstr "" +msgstr "Este archivo es público. Se puede acceder a él sin autenticación." #: frappe/public/js/frappe/form/form.js:1130 msgid "This form has been modified after you have loaded it" @@ -25469,7 +25824,7 @@ msgstr "Este formulario se ha modificado después de haber cargado" #: frappe/public/js/frappe/form/form.js:415 msgid "This form is not editable due to a Workflow." -msgstr "" +msgstr "Este formulario no es editable debido a un flujo de trabajo." #. Description of the 'Is Default' (Check) field in DocType 'Address Template' #: frappe/contacts/doctype/address_template/address_template.json @@ -25482,7 +25837,7 @@ msgstr "Este formato será utilizado para todos los documentos si no se encuentr msgid "This goes above the slideshow." msgstr "Esto va encima de la presentación de diapositivas." -#: frappe/public/js/frappe/views/reports/query_report.js:2014 +#: frappe/public/js/frappe/views/reports/query_report.js:2021 msgid "This is a background report. Please set the appropriate filters and then generate a new one." msgstr "Esto es un reporte predeterminado. Por favor seleccione los filtros apropiados y genere uno nuevo." @@ -25500,7 +25855,7 @@ msgstr "Esta es una contraseña muy común." #: frappe/core/doctype/rq_job/rq_job.js:9 msgid "This is a virtual doctype and data is cleared periodically." -msgstr "" +msgstr "Se trata de un doctype virtual y los datos se borran periódicamente." #: frappe/templates/emails/auto_reply.html:5 msgid "This is an automatically generated reply" @@ -25540,15 +25895,15 @@ msgstr "Este mes" #: frappe/email/doctype/newsletter/newsletter.js:223 msgid "This newsletter is scheduled to be sent on {0}" -msgstr "" +msgstr "El envío de este boletín está previsto en {0}." #: frappe/email/doctype/newsletter/newsletter.js:50 msgid "This newsletter was scheduled to send on a later date. Are you sure you want to send it now?" -msgstr "" +msgstr "Este boletín estaba programado para enviarse en una fecha posterior. ¿Está seguro de que desea enviarlo ahora?" #: frappe/public/js/frappe/views/reports/query_report.js:964 msgid "This report contains {0} rows and is too big to display in browser, you can {1} this report instead." -msgstr "" +msgstr "Este informe contiene {0} filas y es demasiado grande para mostrarse en el navegador, puede {1} este informe en su lugar." #: frappe/templates/emails/auto_email_report.html:57 msgid "This report was generated on {0}" @@ -25564,11 +25919,11 @@ msgstr "Esta solicitud aún no ha sido aprobada por el usuario." #: frappe/templates/includes/navbar/navbar_items.html:95 msgid "This site is in read only mode, full functionality will be restored soon." -msgstr "" +msgstr "Este sitio está en modo de sólo lectura, la funcionalidad completa se restablecerá en breve." #: frappe/core/doctype/doctype/doctype.js:77 msgid "This site is running in developer mode. Any change made here will be updated in code." -msgstr "" +msgstr "Este sitio funciona en modo desarrollador. Cualquier cambio realizado aquí se actualizará en código." #: frappe/website/doctype/web_page/web_page.js:71 msgid "This title will be used as the title of the webpage as well as in meta tags" @@ -25604,15 +25959,15 @@ msgstr "Esto eliminará permanentemente sus datos." #: frappe/desk/doctype/form_tour/form_tour.js:103 msgid "This will reset this tour and show it to all users. Are you sure?" -msgstr "" +msgstr "Esto restablecerá este tour y lo mostrará a todos los usuarios. ¿Está seguro?" #: frappe/core/doctype/rq_job/rq_job.js:15 msgid "This will terminate the job immediately and might be dangerous, are you sure? " msgstr "Esto terminará el trabajo inmediatamente y podría ser peligroso, ¿está seguro? " -#: frappe/core/doctype/user/user.py:1224 +#: frappe/core/doctype/user/user.py:1178 msgid "Throttled" -msgstr "" +msgstr "Limitar" #. Label of a Small Text field in DocType 'File' #: frappe/core/doctype/file/file.json @@ -25679,7 +26034,7 @@ msgstr "Tiempo empleado" #. Label of a Int field in DocType 'Server Script' #: frappe/core/doctype/server_script/server_script.json msgid "Time Window (Seconds)" -msgstr "" +msgstr "Ventana de tiempo (segundos)" #. Label of a Select field in DocType 'System Settings' #. Label of a Autocomplete field in DocType 'User' @@ -25729,8 +26084,8 @@ msgstr "Tiempo Excedido" msgid "Timeless Night" msgstr "Noche Eterna" -#. Label of a Check field in DocType 'Role' -#: frappe/core/doctype/role/role.json +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json msgid "Timeline" msgstr "Línea de tiempo" @@ -25771,7 +26126,7 @@ msgstr "Tiempo Agotado" #. Label of a Int field in DocType 'Report' #: frappe/core/doctype/report/report.json msgid "Timeout (In Seconds)" -msgstr "" +msgstr "Tiempo de espera (en segundos)" #. Label of a Check field in DocType 'Dashboard Chart Source' #: frappe/desk/doctype/dashboard_chart_source/dashboard_chart_source.json @@ -25906,7 +26261,8 @@ msgstr "Para agregar tema dinámico, utiliza etiquetas jinja como\n\n" #: frappe/email/doctype/notification/notification.json msgid "To add dynamic subject, use jinja tags like\n\n" "
    {{ doc.name }} Delivered
    " -msgstr "" +msgstr "Para añadir un asunto dinámico, utilice etiquetas jinja como\n\n" +"
    {{ doc.name }} Entregado
    " #. Description of the 'JSON Request Body' (Code) field in DocType 'Webhook' #: frappe/integrations/doctype/webhook/webhook.json @@ -25915,11 +26271,15 @@ msgid "To add dynamic values from the document, use jinja tags like\n\n" "
    { \"id\": \"{{ doc.name }}\" }\n"
     "
    \n" "" -msgstr "" +msgstr "Para añadir valores dinámicos desde el documento, utilice etiquetas jinja como\n\n" +".
    \n" +"
    { \"id\": \"{{ doc.name }}\" }\n"
    +"
    \n" +"
    " #: frappe/email/doctype/auto_email_report/auto_email_report.py:107 msgid "To allow more reports update limit in System Settings." -msgstr "" +msgstr "Para permitir más informes, actualice el límite en la configuración del sistema." #. Label of a Section Break field in DocType 'Communication' #: frappe/core/doctype/communication/communication.json @@ -25930,7 +26290,7 @@ msgstr "Para y CC" #. Email Report' #: frappe/email/doctype/auto_email_report/auto_email_report.json msgid "To begin the date range at the start of the chosen period. For example, if 'Year' is selected as the period, the report will start from January 1st of the current year." -msgstr "" +msgstr "Para comenzar el rango de fechas al inicio del período seleccionado. Por ejemplo, si se selecciona \"Año\" como período, el informe comenzará a partir del 1 de enero del año en curso." #: frappe/automation/doctype/auto_repeat/auto_repeat.js:35 msgid "To configure Auto Repeat, enable \"Allow Auto Repeat\" from {0}." @@ -25942,11 +26302,11 @@ msgstr "Para habilitarlo, siga las instrucciones en el siguiente enlace: {0}" #: frappe/core/doctype/server_script/server_script.js:37 msgid "To enable server scripts, read the {0}." -msgstr "" +msgstr "Para habilitar los scripts del servidor, lea la página {0}." #: frappe/desk/doctype/onboarding_step/onboarding_step.js:18 msgid "To export this step as JSON, link it in a Onboarding document and save the document." -msgstr "" +msgstr "Para exportar este paso como JSON, vincúlelo en un documento de tutorial y guarde el documento." #: frappe/public/js/frappe/views/reports/query_report.js:788 msgid "To get the updated report, click on {0}." @@ -25954,7 +26314,7 @@ msgstr "Para obtener el reporte actualizado, hacer clic en {0}." #: frappe/www/me.html:51 msgid "To manage your authorized third party apps" -msgstr "" +msgstr "Para administrar sus aplicaciones de terceros autorizadas" #. Description of the 'Console' (Code) field in DocType 'System Console' #: frappe/desk/doctype/system_console/system_console.json @@ -25963,7 +26323,7 @@ msgstr "Para imprimir la salida use print(text)" #: frappe/core/doctype/user_type/user_type.py:292 msgid "To set the role {0} in the user {1}, kindly set the {2} field as {3} in one of the {4} record." -msgstr "" +msgstr "Para establecer el rol {0} en el usuario {1}, por favor establezca el campo {2} como {3} en uno de los registros {4} ." #: frappe/integrations/doctype/google_calendar/google_calendar.js:8 msgid "To use Google Calendar, enable {0}." @@ -25981,12 +26341,12 @@ msgstr "Para usar Google Drive, habilite {0}." #. 'Website Settings' #: frappe/website/doctype/website_settings/website_settings.json msgid "To use Google Indexing, enable Google Settings." -msgstr "" +msgstr "Para utilizar la indexación de Google, active la configuración de Google." #. Description of the 'Slack Channel' (Link) field in DocType 'Notification' #: frappe/email/doctype/notification/notification.json msgid "To use Slack Channel, add a Slack Webhook URL." -msgstr "" +msgstr "Para utilizar el canal Slack, añada una URL Webhook de Slack ." #: frappe/public/js/frappe/utils/diffview.js:44 msgid "To version" @@ -25996,6 +26356,7 @@ msgstr "A la versión" #. Linked DocType in User's connections #. Name of a DocType #. Name of a report +#: frappe/automation/doctype/assignment_rule/assignment_rule.py:55 #: frappe/automation/workspace/tools/tools.json #: frappe/core/doctype/user/user.json frappe/desk/doctype/todo/todo.json #: frappe/desk/report/todo/todo.json @@ -26023,7 +26384,7 @@ msgstr "Alternar Vista de Cuadrícula" #: frappe/public/js/frappe/views/workspace/workspace.js:212 msgid "Toggle Section: {0}" -msgstr "" +msgstr "Alternar sección: {0}" #: frappe/public/js/frappe/ui/page.js:193 #: frappe/public/js/frappe/ui/page.js:195 @@ -26079,11 +26440,11 @@ msgstr "Demasiados Documentos" msgid "Too Many Requests" msgstr "Demasiadas solicitudes" -#: frappe/database/database.py:427 +#: frappe/database/database.py:429 msgid "Too many changes to database in single action." -msgstr "" +msgstr "Demasiados cambios en la base de datos en una sola acción." -#: frappe/core/doctype/user/user.py:1006 +#: frappe/core/doctype/user/user.py:967 msgid "Too many users signed up recently, so the registration is disabled. Please try back in an hour" msgstr "Hay demasiados usuarios se inscribieron recientemente, por lo que el registro está desactivado. Por favor, intente volver en una hora" @@ -26153,7 +26514,7 @@ msgstr "Arriba {0}" msgid "Topic" msgstr "Tema" -#: frappe/desk/query_report.py:504 +#: frappe/desk/query_report.py:510 #: frappe/public/js/frappe/views/reports/print_grid.html:45 #: frappe/public/js/frappe/views/reports/report_view.js:1475 msgid "Total" @@ -26167,7 +26528,7 @@ msgstr "Total de trabajadores en segundo plano" #. Label of a Int field in DocType 'System Health Report' #: frappe/desk/doctype/system_health_report/system_health_report.json msgid "Total Errors (last 1 day)" -msgstr "" +msgstr "Total de errores (último 1 día)" #: frappe/public/js/frappe/ui/capture.js:251 msgid "Total Images" @@ -26181,7 +26542,7 @@ msgstr "Total de correos salientes" #. Label of a Int field in DocType 'Newsletter' #: frappe/email/doctype/newsletter/newsletter.json msgid "Total Recipients" -msgstr "" +msgstr "Total de destinatarios" #. Label of a Int field in DocType 'Email Group' #. Label of a Read Only field in DocType 'Newsletter Email Group' @@ -26226,7 +26587,7 @@ msgstr "Fila de Totales" #. Label of a Data field in DocType 'Error Log' #: frappe/core/doctype/error_log/error_log.json msgid "Trace ID" -msgstr "" +msgstr "ID de Seguimiento" #. Label of a Code field in DocType 'Patch Log' #: frappe/core/doctype/patch_log/patch_log.json @@ -26258,7 +26619,7 @@ msgstr "Seguimiento de vistas" #. Label of a Check field in DocType 'Form Tour' #: frappe/desk/doctype/form_tour/form_tour.json msgid "Track Steps" -msgstr "" +msgstr "Seguimiento de pasos" #. Label of a Check field in DocType 'DocType' #. Label of a Check field in DocType 'Customize Form' @@ -26273,7 +26634,9 @@ msgstr "Seguir Vistas" msgid "Track if your email has been opened by the recipient.\n" "
    \n" "Note: If you're sending to multiple recipients, even if 1 recipient reads the email, it'll be considered \"Opened\"" -msgstr "" +msgstr "Rastree si su correo electrónico ha sido abierto por el destinatario.\n" +"
    \n" +"Nota: Si está enviando a varios destinatarios, incluso si 1 destinatario lee el correo electrónico, se considerará \"Abierto\"" #. Description of a DocType #: frappe/automation/doctype/milestone_tracker/milestone_tracker.json @@ -26282,7 +26645,7 @@ msgstr "Seguimiento de los hitos de cualquier documento" #: frappe/public/js/frappe/utils/utils.js:1766 msgid "Tracking URL generated and copied to clipboard" -msgstr "" +msgstr "URL de seguimiento generada y copiada en el portapapeles" #. Label of a Small Text field in DocType 'Transaction Log' #: frappe/core/doctype/transaction_log/transaction_log.json @@ -26301,11 +26664,11 @@ msgstr "Informe de Registro de Transacciones" #: frappe/desk/page/setup_wizard/install_fixtures.py:32 msgid "Transgender" -msgstr "" +msgstr "Transgénero" #: frappe/public/js/workflow_builder/components/Properties.vue:19 msgid "Transition Properties" -msgstr "" +msgstr "Propiedades de la transición" #. Label of a Section Break field in DocType 'Workflow' #: frappe/workflow/doctype/workflow/workflow.json @@ -26335,7 +26698,7 @@ msgstr "Traducir Campos de Enlace" #: frappe/public/js/frappe/views/reports/report_view.js:1580 msgid "Translate values" -msgstr "" +msgstr "Traducir valores" #: frappe/public/js/frappe/views/translation_manager.js:11 msgid "Translate {0}" @@ -26391,7 +26754,7 @@ msgstr "Activa la acción primaria" #: frappe/tests/test_translate.py:55 msgid "Trigger caching" -msgstr "" +msgstr "Activar caché" #. Description of the 'Trigger Method' (Data) field in DocType 'Notification' #: frappe/email/doctype/notification/notification.json @@ -26409,7 +26772,7 @@ msgstr "Inténtelo de nuevo" #. Label of a Data field in DocType 'Document Naming Settings' #: frappe/core/doctype/document_naming_settings/document_naming_settings.json msgid "Try a Naming Series" -msgstr "" +msgstr "Pruebe una serie de nombres" #: frappe/printing/page/print/print.js:189 #: frappe/printing/page/print/print.js:195 @@ -26483,7 +26846,7 @@ msgstr "Tipo" #: frappe/desk/page/user_profile/user_profile.html:17 msgid "Type Distribution" -msgstr "" +msgstr "Distribución" #: frappe/public/js/frappe/form/controls/comment.js:78 msgid "Type a reply / comment" @@ -26497,11 +26860,11 @@ msgstr "Escriba algo en el cuadro de búsqueda para buscar" #: frappe/templates/discussions/reply_section.html:53 #: frappe/templates/discussions/topic_modal.html:11 msgid "Type title" -msgstr "" +msgstr "Introduzca un título" #: frappe/templates/discussions/discussions.js:341 msgid "Type your reply here..." -msgstr "" +msgstr "Escriba aquí su respuesta..." #: frappe/core/doctype/data_export/exporter.py:143 msgid "Type:" @@ -26512,7 +26875,7 @@ msgstr "Tipo:" #: frappe/desk/doctype/form_tour/form_tour.json #: frappe/desk/doctype/form_tour_step/form_tour_step.json msgid "UI Tour" -msgstr "" +msgstr "Recorrido por la interfaz de usuario" #. Label of a Int field in DocType 'Communication' #. Label of a Data field in DocType 'Email Flag Queue' @@ -26528,14 +26891,14 @@ msgstr "UID" #: frappe/email/doctype/email_account/email_account.json #: frappe/email/doctype/imap_folder/imap_folder.json msgid "UIDNEXT" -msgstr "" +msgstr "UIDNEXT" #. Label of a Data field in DocType 'Email Account' #. Label of a Data field in DocType 'IMAP Folder' #: frappe/email/doctype/email_account/email_account.json #: frappe/email/doctype/imap_folder/imap_folder.json msgid "UIDVALIDITY" -msgstr "" +msgstr "UIDVALIDITY" #. Option for the 'Email Sync Option' (Select) field in DocType 'Email Account' #: frappe/email/doctype/email_account/email_account.json @@ -26546,7 +26909,8 @@ msgstr "NO VISTO" #: frappe/integrations/doctype/oauth_client/oauth_client.json msgid "URIs for receiving authorization code once the user allows access, as well as failure responses. Typically a REST endpoint exposed by the Client App.\n" "
    e.g. http://hostname/api/method/frappe.integrations.oauth2_logins.login_via_facebook" -msgstr "" +msgstr "URI para recibir el código de autorización una vez que el usuario permite el acceso, así como respuestas ante errores. Normalmente, un punto final REST expuesto por la aplicación cliente.\n" +"
    p. ej. http://hostname/api/method/frappe.integrations.oauth2_logins.login_via_facebook" #. Option for the 'Type' (Select) field in DocType 'Workspace Shortcut' #. Label of a Data field in DocType 'Workspace Shortcut' @@ -26603,7 +26967,7 @@ msgstr "Incapaz de leer el formato de archivo para {0}" #: frappe/core/doctype/communication/email.py:179 msgid "Unable to send mail because of a missing email account. Please setup default Email Account from Settings > Email Account" -msgstr "" +msgstr "No se puede enviar el correo porque falta una cuenta de correo electrónico. Configure la cuenta de correo electrónico predeterminada desde Configuración > Cuenta de correo electrónico" #: frappe/public/js/frappe/views/calendar/calendar.js:440 msgid "Unable to update event" @@ -26647,7 +27011,7 @@ msgstr "Cuenta de Correo Electrónico no Manejado" #. Label of a Int field in DocType 'System Health Report' #: frappe/desk/doctype/system_health_report/system_health_report.json msgid "Unhandled Emails" -msgstr "" +msgstr "Correos electrónicos no controlados" #: frappe/public/js/frappe/views/workspace/workspace.js:601 msgid "Unhide Workspace" @@ -26670,11 +27034,11 @@ msgstr "Desconocido" msgid "Unknown Column: {0}" msgstr "Columna desconocida: {0}" -#: frappe/utils/data.py:1048 +#: frappe/utils/data.py:1062 msgid "Unknown Rounding Method: {}" msgstr "Método de Redondeo desconocido: {}" -#: frappe/auth.py:296 +#: frappe/auth.py:304 msgid "Unknown User" msgstr "Usuario Desconocido" @@ -26684,7 +27048,7 @@ msgstr "Codificación de archivo desconocido. Intentado utf-8, windows-1250, win #: frappe/core/doctype/submission_queue/submission_queue.js:7 msgid "Unlock Reference Document" -msgstr "" +msgstr "Desbloquear el documento de referencia" #: frappe/website/doctype/blog_post/blog_post.js:36 #: frappe/website/doctype/web_form/web_form.js:86 @@ -26701,7 +27065,7 @@ msgstr "No leído" msgid "Unread Notification Sent" msgstr "Envíar una notificación al no ser leído" -#: frappe/utils/safe_exec.py:429 +#: frappe/utils/safe_exec.py:478 msgid "Unsafe SQL query" msgstr "Consulta SQL insegura" @@ -26779,7 +27143,7 @@ msgstr "Actualizar" #. Label of a Button field in DocType 'Document Naming Settings' #: frappe/core/doctype/document_naming_settings/document_naming_settings.json msgid "Update Amendment Naming" -msgstr "" +msgstr "Actualización del formato de nombrado de la corrección" #: frappe/public/js/frappe/views/workspace/workspace.js:641 msgid "Update Details" @@ -26798,7 +27162,7 @@ msgstr "Actualizar Campo" #: frappe/core/doctype/installed_applications/installed_applications.js:6 #: frappe/core/doctype/installed_applications/installed_applications.js:13 msgid "Update Hooks Resolution Order" -msgstr "" +msgstr "Orden de resolución de los Hooks de actualización" #: frappe/core/doctype/installed_applications/installed_applications.js:45 msgid "Update Order" @@ -26834,9 +27198,9 @@ msgstr "Actualizar Traducciones" msgid "Update Value" msgstr "Actualizar Valor" -#: frappe/utils/change_log.py:383 +#: frappe/utils/change_log.py:386 msgid "Update from Frappe Cloud" -msgstr "" +msgstr "Actualizar desde Frappe Cloud" #: frappe/public/js/frappe/list/bulk_operations.js:375 msgid "Update {0} records" @@ -26879,11 +27243,11 @@ msgstr "Actualización" #: frappe/email/doctype/email_queue/email_queue.py:432 msgid "Updating Email Queue Statuses. The emails will be picked up in the next scheduled run." -msgstr "" +msgstr "Actualización de los estados de la cola de correo electrónico. Los correos electrónicos se sincronizarán en la siguiente ejecución programada." #: frappe/core/doctype/document_naming_rule/document_naming_rule.js:17 msgid "Updating counter may lead to document name conflicts if not done properly" -msgstr "" +msgstr "La actualización del contador puede provocar conflictos entre los nombres de los documentos si no se hace correctamente" #: frappe/desk/page/setup_wizard/setup_wizard.py:22 msgid "Updating global settings" @@ -26905,6 +27269,10 @@ msgstr "Actualizando {0}" msgid "Updating {0} of {1}, {2}" msgstr "Actualización {0} de {1}, {2}" +#: frappe/public/js/billing.bundle.js:30 +msgid "Upgrade plan" +msgstr "" + #: frappe/public/js/frappe/file_uploader/file_uploader.bundle.js:121 #: frappe/public/js/frappe/file_uploader/file_uploader.bundle.js:122 #: frappe/public/js/frappe/form/grid.js:63 @@ -26936,15 +27304,15 @@ msgstr "Subido a Google Drive" #: frappe/integrations/doctype/google_drive/google_drive.py:198 msgid "Uploading backup to Google Drive." -msgstr "" +msgstr "Subiendo copia de seguridad a Google Drive." #: frappe/integrations/doctype/google_drive/google_drive.py:203 msgid "Uploading successful." -msgstr "" +msgstr "Subido correctamente" #: frappe/integrations/doctype/google_drive/google_drive.js:16 msgid "Uploading to Google Drive" -msgstr "" +msgstr "Subiendo a Google Drive" #. Description of the 'Value to Validate' (Data) field in DocType 'Onboarding #. Step' @@ -26975,6 +27343,11 @@ msgstr "Usar HTML" msgid "Use IMAP" msgstr "El uso de IMAP" +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Use Number Format from Currency" +msgstr "Utilizar el formato numérico de la moneda" + #. Label of a Check field in DocType 'SMS Settings' #: frappe/core/doctype/sms_settings/sms_settings.json msgid "Use POST" @@ -27013,11 +27386,11 @@ msgstr "Utilizar algunas palabras, evitar frases comunes." #. Label of a Check field in DocType 'Email Account' #: frappe/email/doctype/email_account/email_account.json msgid "Use different Email ID" -msgstr "" +msgstr "Utilice un ID de correo electrónico diferente" #: frappe/model/db_query.py:424 msgid "Use of function {0} in field is restricted" -msgstr "" +msgstr "El uso de la función {0} en el campo está restringido" #: frappe/model/db_query.py:403 msgid "Use of sub-query or function is restricted" @@ -27035,7 +27408,7 @@ msgstr "Utilice este nombre de campo para generar título" #. Label of a Check field in DocType 'User Email' #: frappe/core/doctype/user_email/user_email.json msgid "Used OAuth" -msgstr "" +msgstr "Se usó OAuth" #. Label of a Link field in DocType 'Assignment Rule User' #. Label of a Link field in DocType 'Reminder' @@ -27118,7 +27491,7 @@ msgstr "Informe de actividad de usuario" #. Name of a DocType #: frappe/core/doctype/report/user_activity_report_without_sort.json msgid "User Activity Report Without Sort" -msgstr "" +msgstr "Informe de actividad del usuario sin ordenar" #. Label of a Data field in DocType 'Web Page View' #: frappe/website/doctype/web_page_view/web_page_view.json @@ -27137,7 +27510,7 @@ msgstr "El usuario no puede buscar" #: frappe/public/js/frappe/desk.js:531 msgid "User Changed" -msgstr "" +msgstr "Usuario modificado" #. Label of a Table field in DocType 'User' #: frappe/core/doctype/user/user.json @@ -27152,11 +27525,11 @@ msgstr "Detalles de Usuario" #. Name of a DocType #: frappe/core/doctype/user_document_type/user_document_type.json msgid "User Document Type" -msgstr "" +msgstr "Documento de tipo Usuario" #: frappe/core/doctype/user_type/user_type.py:97 msgid "User Document Types Limit Exceeded" -msgstr "" +msgstr "Límite de tipos de documentos de usuario superado" #. Name of a DocType #: frappe/core/doctype/user_email/user_email.json @@ -27201,7 +27574,7 @@ msgstr "Propiedad de ID de usuario" #. Description of a DocType #: frappe/website/doctype/blogger/blogger.json msgid "User ID of a Blogger" -msgstr "" +msgstr "ID de usuario de un blogger" #. Label of a Link field in DocType 'Contact' #: frappe/contacts/doctype/contact/contact.json @@ -27241,7 +27614,7 @@ msgstr "Permiso de Usuario" #. Label of a Link in the Users Workspace #: frappe/core/page/permission_manager/permission_manager_help.html:30 #: frappe/core/workspace/users/users.json -#: frappe/public/js/frappe/views/reports/query_report.js:1791 +#: frappe/public/js/frappe/views/reports/query_report.js:1798 #: frappe/public/js/frappe/views/reports/report_view.js:1675 msgid "User Permissions" msgstr "Permisos de Usuario" @@ -27253,7 +27626,7 @@ msgstr "Permisos de Usuario" #: frappe/core/page/permission_manager/permission_manager_help.html:32 msgid "User Permissions are used to limit users to specific records." -msgstr "" +msgstr "Los permisos de usuario se utilizan para limitar el acceso de los usuarios a determinados registros." #: frappe/core/doctype/user_permission/user_permission_list.js:124 msgid "User Permissions created sucessfully" @@ -27272,7 +27645,7 @@ msgstr "Rol del Usuario" #. Name of a DocType #: frappe/core/doctype/user_select_document_type/user_select_document_type.json msgid "User Select Document Type" -msgstr "" +msgstr "Tipo de documento de selección de usuario" #: frappe/desk/page/user_profile/user_profile_sidebar.html:52 msgid "User Settings" @@ -27303,7 +27676,7 @@ msgstr "Tipo de usuario" #: frappe/core/doctype/user_type/user_type.json #: frappe/core/doctype/user_type_module/user_type_module.json msgid "User Type Module" -msgstr "" +msgstr "Módulo User Type" #. Description of the 'Allow Login using Mobile Number' (Check) field in #. DocType 'System Settings' @@ -27327,7 +27700,7 @@ msgstr "El usuario no existe." #: frappe/core/doctype/user_type/user_type.py:82 msgid "User does not have permission to create the new {0}" -msgstr "" +msgstr "El usuario no tiene permiso para crear el nuevo {0}" #: frappe/core/doctype/docshare/docshare.py:55 msgid "User is mandatory for Share" @@ -27346,7 +27719,7 @@ msgstr "El usuario no tiene permitido eliminar {0}: {1}" msgid "User permission already exists" msgstr "El permiso de Usuario ya existe" -#: frappe/www/login.py:156 +#: frappe/www/login.py:157 msgid "User with email address {0} does not exist" msgstr "No existe un usuario con dirección de correo electrónico {0}" @@ -27354,15 +27727,15 @@ msgstr "No existe un usuario con dirección de correo electrónico {0}" msgid "User with email: {0} does not exist in the system. Please ask 'System Administrator' to create the user for you." msgstr "Usuario con correo electrónico: {0} no existe en el sistema. Solicite al 'Administrador del sistema' que cree el usuario por usted." -#: frappe/core/doctype/user/user.py:509 +#: frappe/core/doctype/user/user.py:472 msgid "User {0} cannot be deleted" msgstr "El usuario {0} no se puede eliminar" -#: frappe/core/doctype/user/user.py:244 +#: frappe/core/doctype/user/user.py:263 msgid "User {0} cannot be disabled" msgstr "El usuario {0} no se puede deshabilitar" -#: frappe/core/doctype/user/user.py:591 +#: frappe/core/doctype/user/user.py:552 msgid "User {0} cannot be renamed" msgstr "El usuario {0} no puede ser renombrado" @@ -27374,16 +27747,16 @@ msgstr "El usuario {0} no tiene acceso a este documento" msgid "User {0} does not have doctype access via role permission for document {1}" msgstr "El usuario {0} no tiene acceso a doctype a través del permiso de rol para el documento {1}" -#: frappe/desk/doctype/workspace/workspace.py:257 +#: frappe/desk/doctype/workspace/workspace.py:261 msgid "User {0} does not have the permission to create a Workspace." -msgstr "" +msgstr "El usuario {0} no tiene permiso para crear un espacio de trabajo." #: frappe/templates/emails/data_deletion_approval.html:1 #: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:108 msgid "User {0} has requested for data deletion" msgstr "El usuario {0} ha solicitado la eliminación de datos" -#: frappe/core/doctype/user/user.py:1358 +#: frappe/core/doctype/user/user.py:1312 msgid "User {0} impersonated as {1}" msgstr "Usuario {0} suplantado como {1}" @@ -27391,9 +27764,9 @@ msgstr "Usuario {0} suplantado como {1}" msgid "User {0} is disabled" msgstr "El usuario {0} está deshabilitado" -#: frappe/sessions.py:230 +#: frappe/sessions.py:231 msgid "User {0} is disabled. Please contact your System Manager." -msgstr "" +msgstr "Usuario {0} está deshabilitado. Por favor, póngase en contacto con su administrador del sistema." #: frappe/desk/form/assign_to.py:103 msgid "User {0} is not permitted to access this document." @@ -27408,11 +27781,11 @@ msgstr "URI de Información de Usuario" #. Label of a Data field in DocType 'User Social Login' #: frappe/core/doctype/user/user.json #: frappe/core/doctype/user_social_login/user_social_login.json -#: frappe/www/login.py:104 +#: frappe/www/login.py:105 msgid "Username" msgstr "Nombre de usuario" -#: frappe/core/doctype/user/user.py:670 +#: frappe/core/doctype/user/user.py:631 msgid "Username {0} already exists" msgstr "Nombre de usuario {0} ya existe" @@ -27438,7 +27811,7 @@ msgstr "Los usuarios con rol {0}:" #: frappe/public/js/frappe/ui/theme_switcher.js:70 msgid "Uses system's theme to switch between light and dark mode" -msgstr "" +msgstr "Utiliza el tema del sistema para cambiar entre modo claro y oscuro" #: frappe/public/js/frappe/desk.js:113 msgid "Using this console may allow attackers to impersonate you and steal your information. Do not enter or paste code that you do not understand." @@ -27463,11 +27836,11 @@ msgstr "Válido" #: frappe/templates/includes/login/login.js:53 #: frappe/templates/includes/login/login.js:66 msgid "Valid Login id required." -msgstr "" +msgstr "Se requiere un identificador de inicio de sesión válido." #: frappe/templates/includes/login/login.js:40 msgid "Valid email and name required" -msgstr "" +msgstr "Se requiere un correo electrónico y un nombre válidos" #. Label of a Check field in DocType 'Onboarding Step' #: frappe/desk/doctype/onboarding_step/onboarding_step.json @@ -27533,15 +27906,15 @@ msgstr "Valor Cambiado" msgid "Value To Be Set" msgstr "Valor a Establecer" -#: frappe/model/base_document.py:948 frappe/model/document.py:666 +#: frappe/model/base_document.py:948 frappe/model/document.py:670 msgid "Value cannot be changed for {0}" msgstr "El valor no puede ser cambiado para {0}" -#: frappe/model/document.py:612 +#: frappe/model/document.py:616 msgid "Value cannot be negative for" msgstr "El valor no puede ser negativo para" -#: frappe/model/document.py:616 +#: frappe/model/document.py:620 msgid "Value cannot be negative for {0}: {1}" msgstr "El valor no puede ser negativo para {0}: {1}" @@ -27584,7 +27957,7 @@ msgstr "Valor demasiado grande" msgid "Value {0} missing for {1}" msgstr "Falta el valor {0} para {1}" -#: frappe/core/doctype/data_import/importer.py:751 frappe/utils/data.py:703 +#: frappe/core/doctype/data_import/importer.py:751 frappe/utils/data.py:704 msgid "Value {0} must be in the valid duration format: d h m s" msgstr "El valor {0} debe tener un formato de duración válido: dhms" @@ -27603,11 +27976,11 @@ msgstr "Verdana" #: frappe/templates/includes/login/login.js:341 msgid "Verification" -msgstr "" +msgstr "Verificación" #: frappe/templates/includes/login/login.js:344 frappe/twofactor.py:353 msgid "Verification Code" -msgstr "" +msgstr "Código de Verificación" #: frappe/templates/emails/delete_data_confirmation.html:10 msgid "Verification Link" @@ -27615,7 +27988,7 @@ msgstr "Link de verificacion" #: frappe/templates/includes/login/login.js:391 msgid "Verification code email not sent. Please contact Administrator." -msgstr "" +msgstr "No se ha enviado el correo electrónico con el código de verificación. Póngase en contacto con el administrador." #: frappe/twofactor.py:249 msgid "Verification code has been sent to your registered email address." @@ -27658,14 +28031,14 @@ msgstr "URL del vídeo" msgid "View" msgstr "Ver" -#: frappe/core/doctype/success_action/success_action.js:58 +#: frappe/core/doctype/success_action/success_action.js:60 #: frappe/public/js/frappe/form/success_action.js:89 msgid "View All" msgstr "Ver Todo" #: frappe/templates/includes/likes/likes.py:34 msgid "View Blog Post" -msgstr "" +msgstr "Ver la entrada del blog" #: frappe/templates/includes/comments/comments.py:56 msgid "View Comment" @@ -27676,7 +28049,7 @@ msgid "View Full Log" msgstr "Ver Registro completo" #: frappe/public/js/frappe/views/treeview.js:450 -#: frappe/public/js/frappe/widgets/quick_list_widget.js:245 +#: frappe/public/js/frappe/widgets/quick_list_widget.js:251 msgid "View List" msgstr "Ver Lista" @@ -27711,10 +28084,10 @@ msgstr "Vista del informe" msgid "View Settings" msgstr "Ver Configuraciones" -#. Label of a Check field in DocType 'Role' -#: frappe/core/doctype/role/role.json +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json msgid "View Switcher" -msgstr "" +msgstr "Selector de vista" #. Label of a standard navbar item #. Type: Action @@ -27742,7 +28115,7 @@ msgstr "Ver esto en su navegador" #: frappe/public/js/frappe/web_form/web_form.js:454 msgctxt "Button in web form" msgid "View your response" -msgstr "" +msgstr "Ver tu respuesta" #: frappe/automation/doctype/auto_repeat/auto_repeat.js:43 #: frappe/desk/doctype/calendar_view/calendar_view_list.js:10 @@ -27792,7 +28165,7 @@ msgstr "Visite la página web" #. Label of a Data field in DocType 'Web Page View' #: frappe/website/doctype/web_page_view/web_page_view.json msgid "Visitor ID" -msgstr "" +msgstr "ID del visitante" #: frappe/templates/discussions/reply_section.html:39 msgid "Want to discuss?" @@ -27819,7 +28192,7 @@ msgstr "Advertencia: no se puede encontrar {0} en ninguna tabla relacionada con #. Description of the 'Counter' (Int) field in DocType 'Document Naming Rule' #: frappe/core/doctype/document_naming_rule/document_naming_rule.json msgid "Warning: Updating counter may lead to document name conflicts if not done properly" -msgstr "" +msgstr "Advertencia: La actualización del contador puede provocar conflictos entre los nombres de los documentos si no se hace correctamente" #: frappe/website/doctype/help_article/templates/help_article.html:24 msgid "Was this article helpful?" @@ -27848,7 +28221,7 @@ msgstr "Hemos recibido una solicitud suya para descargar sus {0} datos asociados #: frappe/www/contact.py:48 msgid "We've received your query!" -msgstr "" +msgstr "¡Hemos recibido su consulta!" #: frappe/public/js/frappe/form/controls/password.js:88 msgid "Weak" @@ -27879,7 +28252,7 @@ msgstr "Campos de Formulario Web" #. Name of a DocType #: frappe/website/doctype/web_form_list_column/web_form_list_column.json msgid "Web Form List Column" -msgstr "" +msgstr "Columna de Lista de Formularios Web" #. Linked DocType in Module Def's connections #. Name of a DocType @@ -27931,7 +28304,7 @@ msgstr "Valores de plantilla web" #: frappe/utils/jinja_globals.py:48 msgid "Web Template is not specified" -msgstr "" +msgstr "La plantilla web no está especificada" #. Label of a Section Break field in DocType 'DocType' #: frappe/core/doctype/doctype/doctype.json @@ -28001,7 +28374,7 @@ msgstr "URL de Webhook" #. Group in Module Def's connections #. Name of a Workspace #: frappe/core/doctype/module_def/module_def.json -#: frappe/email/doctype/newsletter/newsletter.py:453 +#: frappe/email/doctype/newsletter/newsletter.py:460 #: frappe/public/js/frappe/ui/toolbar/about.js:8 #: frappe/website/workspace/website/website.json msgid "Website" @@ -28060,11 +28433,11 @@ msgstr "Script del Sitio Web" #. Label of a Data field in DocType 'DocType' #: frappe/core/doctype/doctype/doctype.json msgid "Website Search Field" -msgstr "" +msgstr "Campo de búsqueda del sitio web" #: frappe/core/doctype/doctype/doctype.py:1484 msgid "Website Search Field must be a valid fieldname" -msgstr "" +msgstr "El campo de búsqueda del sitio web debe ser un nombre de campo válido" #. Name of a DocType #. Label of a Link in the Website Workspace @@ -28126,7 +28499,7 @@ msgstr "Imagen de tema de sitio web" #. Label of a Code field in DocType 'Website Settings' #: frappe/website/doctype/website_settings/website_settings.json msgid "Website Theme image link" -msgstr "" +msgstr "Enlace de la imagen del tema del sitio web" #. Option for the 'SocketIO Transport Mode' (Select) field in DocType 'System #. Health Report' @@ -28219,11 +28592,11 @@ msgstr "URL de bienvenida" msgid "Welcome Workspace" msgstr "Área de Trabajo de Bienvenida" -#: frappe/core/doctype/user/user.py:366 +#: frappe/core/doctype/user/user.py:350 msgid "Welcome email sent" msgstr "Correo electrónico de bienvenida enviado" -#: frappe/core/doctype/user/user.py:441 +#: frappe/core/doctype/user/user.py:411 msgid "Welcome to {0}" msgstr "Bienvenido a {0}" @@ -28241,7 +28614,7 @@ msgstr "Cuando está habilitado, esto permitirá a los invitados cargar archivos #. 'System Settings' #: frappe/core/doctype/system_settings/system_settings.json msgid "When sending document using email, store the PDF on Communication. Warning: This can increase your storage usage." -msgstr "" +msgstr "Cuando envíe un documento por correo electrónico, guarde el PDF en Comunicación. Advertencia: Esto puede aumentar el uso de su almacenamiento." #. Description of the 'Force Web Capture Mode for Uploads' (Check) field in #. DocType 'System Settings' @@ -28251,7 +28624,7 @@ msgstr "Al cargar archivos, fuerce el uso de la captura de imágenes basada en w #: frappe/core/page/permission_manager/permission_manager_help.html:18 msgid "When you Amend a document after Cancel and save it, it will get a new number that is a version of the old number." -msgstr "" +msgstr "Cuando modifique un documento después de cancelarlo y lo guarde, obtendrá un nuevo número que es una versión del antiguo." #. Description of the 'DocType View' (Select) field in DocType 'Workspace #. Shortcut' @@ -28277,7 +28650,7 @@ msgstr "Ancho" #: frappe/printing/page/print_format_builder/print_format_builder_column_selector.html:2 msgid "Widths can be set in px or %." -msgstr "" +msgstr "La anchura puede fijarse en px o en %." #. Label of a Check field in DocType 'Report Filter' #: frappe/core/doctype/report_filter/report_filter.json @@ -28344,7 +28717,7 @@ msgstr "Flujos de Trabajo" #. Name of a DocType #: frappe/workflow/doctype/workflow_action/workflow_action.json -#: frappe/workflow/doctype/workflow_action/workflow_action.py:476 +#: frappe/workflow/doctype/workflow_action/workflow_action.py:477 msgid "Workflow Action" msgstr "Acciones de flujos de trabajo" @@ -28362,7 +28735,7 @@ msgstr "Nombre de la Acción del Grupo de Trabajo" #. Name of a DocType #: frappe/workflow/doctype/workflow_action_permitted_role/workflow_action_permitted_role.json msgid "Workflow Action Permitted Role" -msgstr "" +msgstr "Acción de flujo de trabajo Rol permitido" #. Description of the 'Is Optional State' (Check) field in DocType 'Workflow #. Document State' @@ -28385,7 +28758,7 @@ msgstr "Id del Generador de Flujo de Trabajo" #: frappe/workflow/doctype/workflow/workflow.js:11 msgid "Workflow Builder allows you to create workflows visually. You can drag and drop states and link them to create transitions. Also you can update thieir properties from the sidebar." -msgstr "" +msgstr "Workflow Builder le permite crear flujos de trabajo de forma visual. Puede arrastrar y soltar estados y enlazarlos para crear transiciones. También puede actualizar sus propiedades desde la barra lateral." #. Label of a JSON field in DocType 'Workflow' #: frappe/workflow/doctype/workflow/workflow.json @@ -28394,7 +28767,7 @@ msgstr "Datos del flujo de trabajo" #: frappe/public/js/workflow_builder/components/Properties.vue:42 msgid "Workflow Details" -msgstr "" +msgstr "Detalles del flujo de trabajo" #. Name of a DocType #: frappe/workflow/doctype/workflow_document_state/workflow_document_state.json @@ -28442,12 +28815,12 @@ msgstr "El estado del flujo de trabajo representa el estado actual de un documen #: frappe/public/js/workflow_builder/store.js:83 msgid "Workflow updated successfully" -msgstr "" +msgstr "Flujo de trabajo actualizado correctamente" #. Description of the Onboarding Step 'Setup Approval Workflows' #: frappe/custom/onboarding_step/workflows/workflows.json msgid "Workflows allow you to define custom rules for the approval process of a particular document in ERPNext. You can also set complex Workflow Rules and set approval conditions." -msgstr "" +msgstr "Los flujos de trabajo le permiten definir reglas personalizadas para el proceso de aprobación de un documento concreto en ERPNext. También puede establecer reglas de flujo de trabajo complejas y fijar condiciones de aprobación." #. Linked DocType in Module Def's connections #. Label of a Section Break field in DocType 'User' @@ -28501,7 +28874,7 @@ msgstr "Lista rápida del Área de Trabajo" msgid "Workspace Shortcut" msgstr "Acceso directo del Espacio del Trabajo" -#: frappe/desk/doctype/workspace/workspace.py:289 +#: frappe/desk/doctype/workspace/workspace.py:293 msgid "Workspace not found" msgstr "Área de Trabajo no encontrada" @@ -28606,7 +28979,7 @@ msgstr "Anual" #: frappe/core/doctype/doctype_state/doctype_state.json #: frappe/desk/doctype/kanban_board_column/kanban_board_column.json msgid "Yellow" -msgstr "" +msgstr "Amarillo" #. Option for the 'Standard' (Select) field in DocType 'Page' #. Option for the 'Is Standard' (Select) field in DocType 'Report' @@ -28619,9 +28992,9 @@ msgstr "" #: frappe/integrations/doctype/webhook/webhook.py:140 #: frappe/printing/doctype/print_format/print_format.json #: frappe/public/js/form_builder/utils.js:336 -#: frappe/public/js/frappe/form/controls/link.js:475 +#: frappe/public/js/frappe/form/controls/link.js:486 #: frappe/public/js/frappe/list/list_sidebar_group_by.js:223 -#: frappe/public/js/frappe/views/reports/query_report.js:1529 +#: frappe/public/js/frappe/views/reports/query_report.js:1534 #: frappe/website/doctype/help_article/templates/help_article.html:25 msgid "Yes" msgstr "Si" @@ -28631,7 +29004,7 @@ msgctxt "Approve confirmation dialog" msgid "Yes" msgstr "Si" -#: frappe/public/js/frappe/ui/filters/filter.js:505 +#: frappe/public/js/frappe/ui/filters/filter.js:537 msgctxt "Checkbox is checked" msgid "Yes" msgstr "Si" @@ -28653,13 +29026,17 @@ msgstr "Estás conectado a internet." msgid "You are impersonating as another user." msgstr "Estás accediendo a la cuenta de otro usuario." +#: frappe/integrations/frappe_providers/frappecloud_billing.py:24 +msgid "You are not allowed to access this resource" +msgstr "No tiene permiso para acceder a este recurso" + #: frappe/permissions.py:403 msgid "You are not allowed to access this {0} record because it is linked to {1} '{2}' in field {3}" msgstr "No tiene permiso para acceder a este registro {0} porque está vinculado a {1} '{2}' en el campo {3}" #: frappe/permissions.py:392 msgid "You are not allowed to access this {0} record because it is linked to {1} '{2}' in row {3}, field {4}" -msgstr "" +msgstr "No tiene permiso para acceder a este registro {0} porque está vinculado a {1} '{2}' en el campo {3}" #: frappe/public/js/frappe/views/kanban/kanban_board.bundle.js:68 msgid "You are not allowed to create columns" @@ -28689,7 +29066,7 @@ msgstr "Usted no está autorizado a imprimir este informe" msgid "You are not allowed to send emails related to this document" msgstr "No tiene permisos para enviar correos electrónicos relacionados con este documento" -#: frappe/website/doctype/web_form/web_form.py:461 +#: frappe/website/doctype/web_form/web_form.py:462 msgid "You are not allowed to update this Web Form Document" msgstr "Usted no está autorizado para modificar este formulario web" @@ -28705,7 +29082,7 @@ msgstr "No está autorizado a acceder a esta página sin iniciar sesión." msgid "You are not permitted to access this page." msgstr "Usted no está autorizado a acceder a esta página." -#: frappe/__init__.py:904 +#: frappe/__init__.py:854 msgid "You are not permitted to access this resource." msgstr "No está autorizado a acceder a este recurso." @@ -28715,11 +29092,11 @@ msgstr "Ahora estás siguiendo este documento. Recibirá actualizaciones diarias #: frappe/core/doctype/installed_applications/installed_applications.py:60 msgid "You are only allowed to update order, do not remove or add apps." -msgstr "" +msgstr "Solo se le permite actualizar el pedido, no eliminar ni añadir aplicaciones." -#: frappe/email/doctype/email_account/email_account.js:212 +#: frappe/email/doctype/email_account/email_account.js:216 msgid "You are selecting Sync Option as ALL, It will resync all read as well as unread message from server. This may also cause the duplication of Communication (emails)." -msgstr "" +msgstr "Si selecciona la opción de sincronización como TODO, se resincronizarán todos los mensajes leídos y no leídos del servidor. Esto también puede provocar la duplicación de la comunicación (correos electrónicos)." #: frappe/public/js/frappe/form/footer/form_timeline.js:415 msgctxt "Form timeline" @@ -28736,7 +29113,7 @@ msgstr "También puede acceder a las variables wkhtmltopdf (válidas solo en la #: frappe/templates/emails/new_user.html:22 msgid "You can also copy-paste following link in your browser" -msgstr "" +msgstr "También puede copiar y pegar el siguiente enlace en su navegador" #: frappe/templates/emails/download_data.html:9 msgid "You can also copy-paste this " @@ -28748,7 +29125,7 @@ msgstr "También puedes copiar y pegar este {0} en tu navegador" #: frappe/core/page/permission_manager/permission_manager_help.html:17 msgid "You can change Submitted documents by cancelling them and then, amending them." -msgstr "" +msgstr "Puede cambiar los documentos validados cancelándolos y luego modificándolos." #: frappe/public/js/frappe/logtypes.js:21 msgid "You can change the retention policy from {0}." @@ -28756,7 +29133,7 @@ msgstr "Puedes cambiar la política de retención de {0}." #: frappe/public/js/frappe/widgets/onboarding_widget.js:199 msgid "You can continue with the onboarding after exploring this page" -msgstr "" +msgstr "Puede continuar con el tutorial después de explorar esta página" #: frappe/model/delete_doc.py:136 msgid "You can disable this {0} instead of deleting it." @@ -28764,25 +29141,25 @@ msgstr "Puede desactivar este {0} en lugar de borrarlo." #: frappe/core/doctype/file/file.py:688 msgid "You can increase the limit from System Settings." -msgstr "" +msgstr "Puede aumentar el límite desde Ajustes del sistema." #: frappe/utils/synchronization.py:48 msgid "You can manually remove the lock if you think it's safe: {}" -msgstr "" +msgstr "Puede quitar el candado manualmente si lo considera seguro: {}" #: frappe/public/js/frappe/form/controls/markdown_editor.js:75 msgid "You can only insert images in Markdown fields" -msgstr "" +msgstr "Solo puede insertar imágenes en campos Markdown" #: frappe/public/js/frappe/list/bulk_operations.js:42 msgid "You can only print upto {0} documents at a time" -msgstr "" +msgstr "Solo puedes imprimir hasta {0} documentos a la vez" #: frappe/core/doctype/user_type/user_type.py:103 msgid "You can only set the 3 custom doctypes in the Document Types table." -msgstr "" +msgstr "Solo puede configurar los 3 tipos de documentos personalizados en la tabla Tipos de documentos." -#: frappe/handler.py:228 +#: frappe/handler.py:229 msgid "You can only upload JPG, PNG, PDF, TXT or Microsoft documents." msgstr "Sólo puede cargar documentos JPG, PNG, PDF, TXT o Microsoft." @@ -28792,21 +29169,21 @@ msgstr "Sólo se pueden cargar hasta 5.000 registros de una sola vez. (Puede ser #: frappe/website/doctype/web_page/web_page.js:92 msgid "You can select one from the following," -msgstr "" +msgstr "Puede seleccionar uno de los siguientes:" #. Description of the 'Rate limit for email link login' (Int) field in DocType #. 'System Settings' #: frappe/core/doctype/system_settings/system_settings.json msgid "You can set a high value here if multiple users will be logging in from the same network." -msgstr "" +msgstr "Puede establecer un valor alto aquí si varios usuarios iniciarán sesión desde la misma red." -#: frappe/desk/query_report.py:339 +#: frappe/desk/query_report.py:340 msgid "You can try changing the filters of your report." msgstr "Puede intentar cambiar los filtros de su informe." #: frappe/core/page/permission_manager/permission_manager_help.html:27 msgid "You can use Customize Form to set levels on fields." -msgstr "" +msgstr "Puede utilizar Formularios Personalizados para establecer niveles en campos." #: frappe/public/js/frappe/form/link_selector.js:30 msgid "You can use wildcard %" @@ -28870,7 +29247,7 @@ msgstr "Usted creó este" #: frappe/client.py:430 msgid "You do not have Read or Select Permissions for {}" -msgstr "" +msgstr "No tienes permisos de lectura o selección para {}" #: frappe/public/js/frappe/request.js:174 msgid "You do not have enough permissions to access this resource. Please contact your manager to get access." @@ -28889,9 +29266,13 @@ msgstr "No tienes suficientes puntos" msgid "You do not have enough review points" msgstr "No tienes suficientes puntos de revisión" -#: frappe/www/printview.py:358 +#: frappe/desk/query_report.py:807 +msgid "You do not have permission to access {0}: {1}." +msgstr "No tienes permiso para acceder a {0}: {1}." + +#: frappe/www/printview.py:361 msgid "You do not have permission to view this document" -msgstr "" +msgstr "No tienes permiso para ver este documento" #: frappe/public/js/frappe/form/form.js:937 msgid "You do not have permissions to cancel all linked documents." @@ -28901,9 +29282,9 @@ msgstr "No tiene permisos para cancelar todos los documentos vinculados." msgid "You don't have access to Report: {0}" msgstr "Usted no tiene acceso al Reporte: {0}" -#: frappe/website/doctype/web_form/web_form.py:662 +#: frappe/website/doctype/web_form/web_form.py:663 msgid "You don't have permission to access the {0} DocType." -msgstr "" +msgstr "No tienes permiso para acceder al DocType {0} ." #: frappe/utils/response.py:270 frappe/utils/response.py:274 msgid "You don't have permission to access this file" @@ -28913,7 +29294,7 @@ msgstr "Usted no tiene permiso para acceder a este archivo" msgid "You don't have permission to get a report on: {0}" msgstr "Usted no tiene permiso para obtener un informe sobre: {0}" -#: frappe/website/doctype/web_form/web_form.py:167 +#: frappe/website/doctype/web_form/web_form.py:168 msgid "You don't have the permissions to access this document" msgstr "Usted no está autorizado para acceder a este documento" @@ -28935,11 +29316,11 @@ msgstr "Ha sido desconectado exitosamente" #: frappe/custom/doctype/customize_form/customize_form.py:241 msgid "You have hit the row size limit on database table: {0}" -msgstr "" +msgstr "Ha alcanzado el límite de tamaño de fila en la tabla de la base de datos: {0}" #: frappe/public/js/frappe/list/bulk_operations.js:412 msgid "You have not entered a value. The field will be set to empty." -msgstr "" +msgstr "No has introducido ningún valor. El campo quedará vacío." #: frappe/templates/includes/likes/likes.py:31 msgid "You have received a ❤️ like on your blog post" @@ -28963,7 +29344,7 @@ msgstr "No has visto a {0}" #: frappe/public/js/frappe/views/dashboard/dashboard_view.js:191 msgid "You haven't added any Dashboard Charts or Number Cards yet." -msgstr "" +msgstr "Aún no ha añadido ningún Tablero de datos o ningún Widget numérico." #: frappe/public/js/frappe/list/list_view.js:472 msgid "You haven't created a {0} yet" @@ -28971,7 +29352,7 @@ msgstr "Aún no ha creado un {0}" #: frappe/rate_limiter.py:150 msgid "You hit the rate limit because of too many requests. Please try after sometime." -msgstr "" +msgstr "Alcanzaste el límite debido a demasiadas solicitudes. Inténtalo más tarde." #: frappe/public/js/frappe/form/footer/form_timeline.js:151 #: frappe/public/js/frappe/form/sidebar/form_sidebar.js:95 @@ -28980,21 +29361,29 @@ msgstr "Usted editó esto por última vez" #: frappe/public/js/frappe/widgets/widget_dialog.js:314 msgid "You must add atleast one link." -msgstr "" +msgstr "Debe añadir al menos un enlace." -#: frappe/website/doctype/web_form/web_form.py:658 +#: frappe/website/doctype/web_form/web_form.py:659 msgid "You must be logged in to use this form." -msgstr "" +msgstr "Debe iniciar sesión para utilizar este formulario." -#: frappe/website/doctype/web_form/web_form.py:501 +#: frappe/website/doctype/web_form/web_form.py:502 msgid "You must login to submit this form" msgstr "Debes iniciar sesión para enviar este formulario" +#: frappe/model/document.py:238 +msgid "You need the '{0}' permission on {1} {2} to perform this action." +msgstr "Necesita el permiso '{0}' en {1} {2} para realizar esta acción." + +#: frappe/desk/doctype/workspace/workspace.py:113 +msgid "You need to be Workspace Manager to delete a public workspace." +msgstr "Debes ser administrador del espacio de trabajo para eliminar un espacio de trabajo público." + #: frappe/desk/doctype/workspace/workspace.py:71 msgid "You need to be Workspace Manager to edit this document" msgstr "Necesita ser Administrador del Área de Trabajo para editar este documento" -#: frappe/website/doctype/web_form/web_form.py:90 +#: frappe/website/doctype/web_form/web_form.py:91 msgid "You need to be in developer mode to edit a Standard Web Form" msgstr "Usted necesita estar en el modo de programador para editar un formulario Web Estándar" @@ -29006,7 +29395,7 @@ msgstr "Debe haber iniciado sesión y tener la función de administrador del sis msgid "You need to be logged in to access this page" msgstr "Tiene que estar registrado para acceder a esta página" -#: frappe/website/doctype/web_form/web_form.py:158 +#: frappe/website/doctype/web_form/web_form.py:159 msgid "You need to be logged in to access this {0}." msgstr "Debe haber iniciado sesión para acceder a {0}." @@ -29028,15 +29417,19 @@ msgstr "¡Necesita instalar pycups para usar esta función!" #: frappe/core/doctype/recorder/recorder.js:38 msgid "You need to select indexes you want to add first." -msgstr "" +msgstr "Primero debes seleccionar los índices que desea añadir." -#: frappe/email/doctype/email_account/email_account.py:145 +#: frappe/email/doctype/email_account/email_account.py:146 msgid "You need to set one IMAP folder for {0}" +msgstr "Debes configurar una carpeta IMAP para {0}" + +#: frappe/model/rename_doc.py:388 +msgid "You need write permission on {0} {1} to merge" msgstr "" #: frappe/model/rename_doc.py:383 -msgid "You need write permission to rename" -msgstr "Usted necesita permiso de escritura para cambiar el nombre" +msgid "You need write permission on {0} {1} to rename" +msgstr "" #: frappe/client.py:458 msgid "You need {0} permission to fetch values from {1} {2}" @@ -29053,7 +29446,7 @@ msgstr "¡Pareces listo para ir!" #: frappe/templates/includes/contact.js:20 msgid "You seem to have written your name instead of your email. Please enter a valid email address so that we can get back." -msgstr "" +msgstr "Parece que has escrito tu nombre en lugar de tu dirección de correo electrónico. Introduce una dirección de correo electrónico válida para que podamos ponernos en contacto contigo." #: frappe/public/js/frappe/list/bulk_operations.js:31 msgid "You selected Draft or Cancelled documents" @@ -29075,11 +29468,11 @@ msgstr "Has dejado de seguir este documento" #: frappe/public/js/frappe/form/footer/form_timeline.js:184 msgid "You viewed this" -msgstr "" +msgstr "Ya has visto esto" #: frappe/public/js/frappe/desk.js:528 msgid "You've logged in as another user from another tab. Refresh this page to continue using system." -msgstr "" +msgstr "Has iniciado sesión como otro usuario desde otra pestaña. Actualiza esta página para seguir usando el sistema." #: frappe/desk/page/setup_wizard/setup_wizard.js:385 msgid "Your Country" @@ -29106,7 +29499,7 @@ msgstr "Tus atajos" msgid "Your account has been deleted" msgstr "Su cuenta ha sido eliminada" -#: frappe/auth.py:488 +#: frappe/auth.py:496 msgid "Your account has been locked and will resume after {0} seconds" msgstr "Su cuenta ha sido bloqueada y se reanudará después de {0} segundos" @@ -29173,7 +29566,7 @@ msgstr "Su código de verificación es {0}" msgid "Your website is all set up!" msgstr "¡Tu sitio web está todo configurado!" -#: frappe/utils/data.py:1348 +#: frappe/utils/data.py:1362 msgid "Zero" msgstr "Cero" @@ -29193,9 +29586,9 @@ msgstr "_doctype" msgid "_report" msgstr "_informe" -#: frappe/database/database.py:317 +#: frappe/database/database.py:319 msgid "`as_iterator` only works with `as_list=True` or `as_dict=True`" -msgstr "" +msgstr "`as_iterator` solo funciona con `as_list=True` o `as_dict=True`" #: frappe/utils/background_jobs.py:93 msgid "`job_id` paramater is required for deduplication." @@ -29241,7 +29634,7 @@ msgstr "alinear-derecha" msgid "amend" msgstr "modificar" -#: frappe/public/js/frappe/utils/utils.js:410 frappe/utils/data.py:1356 +#: frappe/public/js/frappe/utils/utils.js:410 frappe/utils/data.py:1370 msgid "and" msgstr "y" @@ -29258,7 +29651,7 @@ msgstr "flecha -izquierda" #. Option for the 'Icon' (Select) field in DocType 'Workflow State' #: frappe/workflow/doctype/workflow_state/workflow_state.json msgid "arrow-right" -msgstr "" +msgstr "flecha-derecha" #. Option for the 'Icon' (Select) field in DocType 'Workflow State' #: frappe/workflow/doctype/workflow_state/workflow_state.json @@ -29433,7 +29826,7 @@ msgstr "crear" #. Option for the 'Indicator Color' (Select) field in DocType 'Workspace' #: frappe/desk/doctype/workspace/workspace.json msgid "cyan" -msgstr "" +msgstr "cian" #: frappe/public/js/frappe/utils/utils.js:1128 msgctxt "Days (Field: Duration)" @@ -29487,7 +29880,7 @@ msgstr "eliminar" msgid "descending" msgstr "descendente" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:152 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:163 msgid "document type..., e.g. customer" msgstr "tipo de documento..., ej. Cliente" @@ -29499,7 +29892,7 @@ msgstr "descargar" #. Option for the 'Icon' (Select) field in DocType 'Workflow State' #: frappe/workflow/doctype/workflow_state/workflow_state.json msgid "download-alt" -msgstr "" +msgstr "descargar-alt" #. Description of the 'Email Account Name' (Data) field in DocType 'Email #. Account' @@ -29507,7 +29900,7 @@ msgstr "" msgid "e.g. \"Support\", \"Sales\", \"Jerry Yang\"" msgstr "por ejemplo \"Soporte\", \"Ventas\", \"Jerry Yang\"" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:172 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:183 msgid "e.g. (55 + 434) / 4 or =Math.sin(Math.PI/2)..." msgstr "ej. (55 + 434) / 4 o =Math.sin(Math.PI/2)..." @@ -29559,7 +29952,7 @@ msgid "email inbox" msgstr "bandeja de entrada de email" #: frappe/permissions.py:397 frappe/permissions.py:408 -#: frappe/public/js/frappe/form/controls/link.js:484 +#: frappe/public/js/frappe/form/controls/link.js:495 msgid "empty" msgstr "vacío" @@ -29571,7 +29964,7 @@ msgstr "sobre" #. Option for the 'Icon' (Select) field in DocType 'Workflow State' #: frappe/workflow/doctype/workflow_state/workflow_state.json msgid "exclamation-sign" -msgstr "" +msgstr "signo-de-exclamación" #. Option for the 'Permission Type' (Select) field in DocType 'Permission #. Inspector' @@ -29582,12 +29975,12 @@ msgstr "exportar" #. Option for the 'Icon' (Select) field in DocType 'Workflow State' #: frappe/workflow/doctype/workflow_state/workflow_state.json msgid "eye-close" -msgstr "" +msgstr "ojo-cerrado" #. Option for the 'Icon' (Select) field in DocType 'Workflow State' #: frappe/workflow/doctype/workflow_state/workflow_state.json msgid "eye-open" -msgstr "" +msgstr "ojo-abierto" #. Option for the 'Social Link Type' (Select) field in DocType 'Social Link #. Settings' @@ -29598,7 +29991,7 @@ msgstr "facebook" #. Option for the 'Icon' (Select) field in DocType 'Workflow State' #: frappe/workflow/doctype/workflow_state/workflow_state.json msgid "facetime-video" -msgstr "" +msgstr "video-facetime" #. Option for the 'Status' (Select) field in DocType 'RQ Job' #: frappe/core/doctype/rq_job/rq_job.json @@ -29609,7 +30002,7 @@ msgstr "fallido" #. Login Key' #: frappe/integrations/doctype/social_login_key/social_login_key.json msgid "fairlogin" -msgstr "" +msgstr "fairlogin" #. Option for the 'Icon' (Select) field in DocType 'Workflow State' #: frappe/workflow/doctype/workflow_state/workflow_state.json @@ -29698,7 +30091,7 @@ msgstr "globo" #. Option for the 'Indicator Color' (Select) field in DocType 'Workspace' #: frappe/desk/doctype/workspace/workspace.json msgid "gray" -msgstr "" +msgstr "gris" #. Option for the 'Indicator Color' (Select) field in DocType 'Workspace' #: frappe/desk/doctype/workspace/workspace.json @@ -29708,9 +30101,9 @@ msgstr "verde" #. Option for the 'Indicator Color' (Select) field in DocType 'Workspace' #: frappe/desk/doctype/workspace/workspace.json msgid "grey" -msgstr "" +msgstr "gris" -#: frappe/utils/backups.py:389 +#: frappe/utils/backups.py:391 msgid "gzip not found in PATH! This is required to take a backup." msgstr "¡gzip no encontrado en RUTA! Esto es necesario para realizar una copia de seguridad." @@ -29742,7 +30135,7 @@ msgstr "mano-arriba" #. Option for the 'Icon' (Select) field in DocType 'Workflow State' #: frappe/workflow/doctype/workflow_state/workflow_state.json msgid "hdd" -msgstr "" +msgstr "hdd" #. Option for the 'Icon' (Select) field in DocType 'Workflow State' #: frappe/workflow/doctype/workflow_state/workflow_state.json @@ -29812,7 +30205,7 @@ msgstr "juan@example.com" msgid "just now" msgstr "justo ahora" -#: frappe/desk/desktop.py:255 frappe/desk/query_report.py:284 +#: frappe/desk/desktop.py:255 frappe/desk/query_report.py:285 msgid "label" msgstr "etiqueta" @@ -29824,7 +30217,7 @@ msgstr "hoja" #. Option for the 'Indicator Color' (Select) field in DocType 'Workspace' #: frappe/desk/doctype/workspace/workspace.json msgid "light-blue" -msgstr "" +msgstr "azul-claro" #. Option for the 'Type' (Select) field in DocType 'Desktop Icon' #: frappe/desk/doctype/desktop_icon/desktop_icon.json @@ -29860,7 +30253,7 @@ msgstr "conectado" #: frappe/website/doctype/web_form/web_form.js:362 msgid "login_required" -msgstr "" +msgstr "login_required" #. Option for the 'Queue' (Select) field in DocType 'RQ Job' #. Option for the 'Queue Type(s)' (Select) field in DocType 'RQ Worker' @@ -29891,7 +30284,7 @@ msgstr "fusionado {0} en {1}" #: frappe/website/doctype/blog_post/templates/blog_post.html:25 #: frappe/website/doctype/blog_post/templates/blog_post_row.html:36 msgid "min read" -msgstr "" +msgstr "min de lectura" #. Option for the 'Icon' (Select) field in DocType 'Workflow State' #: frappe/workflow/doctype/workflow_state/workflow_state.json @@ -29918,7 +30311,7 @@ msgstr "mm/dd/aaaa" msgid "module" msgstr "módulo" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:167 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:178 msgid "module name..." msgstr "nombre del módulo..." @@ -29936,7 +30329,7 @@ msgstr "música" msgid "new" msgstr "nuevo" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:147 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:158 msgid "new type of document" msgstr "nuevo tipo de documento" @@ -29948,7 +30341,7 @@ msgstr "Número de intentos fallidos" #. Label of a Data field in DocType 'OAuth Authorization Code' #: frappe/integrations/doctype/oauth_authorization_code/oauth_authorization_code.json msgid "nonce" -msgstr "" +msgstr "nonce" #. Label of a Check field in DocType 'Reminder' #: frappe/automation/doctype/reminder/reminder.json @@ -30018,12 +30411,12 @@ msgstr "on_update" msgid "on_update_after_submit" msgstr "on_update_after_submit" -#: frappe/utils/data.py:1359 +#: frappe/utils/data.py:1373 msgid "only." msgstr "solo." #: frappe/public/js/frappe/utils/utils.js:407 frappe/www/login.html:87 -#: frappe/www/login.py:106 +#: frappe/www/login.py:107 msgid "or" msgstr "o" @@ -30055,7 +30448,7 @@ msgstr "imagen" #. Option for the 'Indicator Color' (Select) field in DocType 'Workspace' #: frappe/desk/doctype/workspace/workspace.json msgid "pink" -msgstr "" +msgstr "rosa" #. Option for the 'Code challenge method' (Select) field in DocType 'OAuth #. Authorization Code' @@ -30066,7 +30459,7 @@ msgstr "plano" #. Option for the 'Icon' (Select) field in DocType 'Workflow State' #: frappe/workflow/doctype/workflow_state/workflow_state.json msgid "plane" -msgstr "" +msgstr "avión" #. Option for the 'Icon' (Select) field in DocType 'Workflow State' #: frappe/workflow/doctype/workflow_state/workflow_state.json @@ -30076,7 +30469,7 @@ msgstr "Iniciar" #. Option for the 'Icon' (Select) field in DocType 'Workflow State' #: frappe/workflow/doctype/workflow_state/workflow_state.json msgid "play-circle" -msgstr "" +msgstr "play-circle" #. Option for the 'Icon' (Select) field in DocType 'Workflow State' #: frappe/workflow/doctype/workflow_state/workflow_state.json @@ -30155,12 +30548,12 @@ msgstr "retirar" #. Option for the 'Icon' (Select) field in DocType 'Workflow State' #: frappe/workflow/doctype/workflow_state/workflow_state.json msgid "remove-circle" -msgstr "" +msgstr "eliminar-círculo" #. Option for the 'Icon' (Select) field in DocType 'Workflow State' #: frappe/workflow/doctype/workflow_state/workflow_state.json msgid "remove-sign" -msgstr "" +msgstr "eliminar-firma" #: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:234 msgid "removed rows for {0}" @@ -30184,22 +30577,22 @@ msgstr "informe" #. Option for the 'Icon' (Select) field in DocType 'Workflow State' #: frappe/workflow/doctype/workflow_state/workflow_state.json msgid "resize-full" -msgstr "" +msgstr "reajustar-full" #. Option for the 'Icon' (Select) field in DocType 'Workflow State' #: frappe/workflow/doctype/workflow_state/workflow_state.json msgid "resize-horizontal" -msgstr "" +msgstr "reajustar-horizontal" #. Option for the 'Icon' (Select) field in DocType 'Workflow State' #: frappe/workflow/doctype/workflow_state/workflow_state.json msgid "resize-small" -msgstr "" +msgstr "reajustar-pequeño" #. Option for the 'Icon' (Select) field in DocType 'Workflow State' #: frappe/workflow/doctype/workflow_state/workflow_state.json msgid "resize-vertical" -msgstr "" +msgstr "reajustar-vertical" #. Label of a HTML field in DocType 'Custom Role' #: frappe/core/doctype/custom_role/custom_role.json @@ -30263,7 +30656,7 @@ msgstr "cuota" #. Option for the 'Icon' (Select) field in DocType 'Workflow State' #: frappe/workflow/doctype/workflow_state/workflow_state.json msgid "share-alt" -msgstr "" +msgstr "compartir-alt" #. Option for the 'Icon' (Select) field in DocType 'Workflow State' #: frappe/workflow/doctype/workflow_state/workflow_state.json @@ -30306,7 +30699,7 @@ msgstr "estrella." #. Option for the 'Icon' (Select) field in DocType 'Workflow State' #: frappe/workflow/doctype/workflow_state/workflow_state.json msgid "star-empty" -msgstr "" +msgstr "estrella-vacía" #. Option for the 'Status' (Select) field in DocType 'RQ Job' #: frappe/core/doctype/rq_job/rq_job.json @@ -30361,7 +30754,7 @@ msgstr "validar" msgid "tag" msgstr "Etiqueta." -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:162 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:173 msgid "tag name..., e.g. #tag" msgstr "nombre de etiqueta..., ej., #tag" @@ -30375,38 +30768,38 @@ msgstr "etiquetas" msgid "tasks" msgstr "Tareas" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:157 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:168 msgid "text in document type" msgstr "texto en el tipo de documento" #. Option for the 'Icon' (Select) field in DocType 'Workflow State' #: frappe/workflow/doctype/workflow_state/workflow_state.json msgid "text-height" -msgstr "" +msgstr "altura-de-texto" #. Option for the 'Icon' (Select) field in DocType 'Workflow State' #: frappe/workflow/doctype/workflow_state/workflow_state.json msgid "text-width" -msgstr "" +msgstr "ancho-de-texto" #. Option for the 'Icon' (Select) field in DocType 'Workflow State' #: frappe/workflow/doctype/workflow_state/workflow_state.json msgid "th" -msgstr "" +msgstr "th" #. Option for the 'Icon' (Select) field in DocType 'Workflow State' #: frappe/workflow/doctype/workflow_state/workflow_state.json msgid "th-large" -msgstr "" +msgstr "th-grande" #. Option for the 'Icon' (Select) field in DocType 'Workflow State' #: frappe/workflow/doctype/workflow_state/workflow_state.json msgid "th-list" -msgstr "" +msgstr "th-lista" #: frappe/public/js/frappe/form/controls/data.js:35 msgid "this form" -msgstr "" +msgstr "Este formulario" #: frappe/tests/test_translate.py:158 msgid "this shouldn't break" @@ -30452,7 +30845,7 @@ msgstr "actualizado a {0}" msgid "upload" msgstr "subir" -#: frappe/public/js/frappe/ui/filters/filter.js:338 +#: frappe/public/js/frappe/ui/filters/filter.js:354 msgid "use % as wildcard" msgstr "utilizar % como comodín" @@ -30461,16 +30854,16 @@ msgstr "utilizar % como comodín" msgid "user" msgstr "usuario" -#: frappe/public/js/frappe/ui/filters/filter.js:337 +#: frappe/public/js/frappe/ui/filters/filter.js:353 msgid "values separated by commas" msgstr "valores separados por comas" #. Label of a HTML field in DocType 'Audit Trail' #: frappe/core/doctype/audit_trail/audit_trail.json msgid "version_table" -msgstr "" +msgstr "version_table" -#: frappe/automation/doctype/assignment_rule/assignment_rule.py:380 +#: frappe/automation/doctype/assignment_rule/assignment_rule.py:382 msgid "via Assignment Rule" msgstr "a través de la regla de asignación" @@ -30499,17 +30892,17 @@ msgstr "a través de {0}" #. Option for the 'Icon' (Select) field in DocType 'Workflow State' #: frappe/workflow/doctype/workflow_state/workflow_state.json msgid "volume-down" -msgstr "" +msgstr "bajar-volumen" #. Option for the 'Icon' (Select) field in DocType 'Workflow State' #: frappe/workflow/doctype/workflow_state/workflow_state.json msgid "volume-off" -msgstr "" +msgstr "apagar-volumen" #. Option for the 'Icon' (Select) field in DocType 'Workflow State' #: frappe/workflow/doctype/workflow_state/workflow_state.json msgid "volume-up" -msgstr "" +msgstr "volume-up" #: frappe/templates/includes/oauth_confirmation.html:5 msgid "wants to access the following details from your account" @@ -30524,7 +30917,7 @@ msgstr "Icono de advertencia" #. Step' #: frappe/desk/doctype/form_tour_step/form_tour_step.json msgid "when clicked on element it will focus popover if present." -msgstr "" +msgstr "Al hacer clic en un elemento, se enfocará en la ventana emergente si está presente." #: frappe/printing/page/print/print.js:622 msgid "wkhtmltopdf 0.12.x (with patched qt)." @@ -30571,11 +30964,11 @@ msgstr "{0}" #: frappe/public/js/frappe/ui/toolbar/search_utils.js:193 msgid "{0} ${skip_list ? \"\" : type}" -msgstr "" +msgstr "{0} ${skip_list ? \"\" : type}" #: frappe/public/js/frappe/ui/toolbar/search_utils.js:198 msgid "{0} ${type}" -msgstr "" +msgstr "{0} ${type}" #: frappe/public/js/frappe/data_import/data_exporter.js:80 #: frappe/public/js/frappe/views/gantt/gantt_view.js:54 @@ -30590,8 +30983,8 @@ msgstr "{0} ({1}) (1 fila obligatoria)" msgid "{0} ({1}) - {2}%" msgstr "{0} ({1}) - {2}%" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:337 -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:340 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:348 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:351 msgid "{0} = {1}" msgstr "{0} = {1}" @@ -30612,7 +31005,7 @@ msgid "{0} Dashboard" msgstr "{0} Panel de control" #: frappe/public/js/frappe/form/grid_row.js:457 -#: frappe/public/js/frappe/list/list_settings.js:224 +#: frappe/public/js/frappe/list/list_settings.js:227 #: frappe/public/js/frappe/views/kanban/kanban_settings.js:178 msgid "{0} Fields" msgstr "{0} Campos" @@ -30627,7 +31020,7 @@ msgstr "{0} Contactos de Google sincronizados." #: frappe/public/js/frappe/form/footer/form_timeline.js:465 msgid "{0} Liked" -msgstr "" +msgstr "{0} Me gustó" #: frappe/public/js/frappe/ui/toolbar/search_utils.js:83 #: frappe/public/js/frappe/ui/toolbar/search_utils.js:84 @@ -30705,7 +31098,7 @@ msgstr "{0} ya ha sido dado de baja" msgid "{0} already unsubscribed for {1} {2}" msgstr "{0} ya ha sido dado de baja para {1} {2}" -#: frappe/utils/data.py:1510 +#: frappe/utils/data.py:1524 msgid "{0} and {1}" msgstr "{0} y {1}" @@ -30729,11 +31122,11 @@ msgstr "{0} apreciado {1}" #: frappe/public/js/frappe/form/sidebar/review.js:148 msgid "{0} appreciation point for {1}" -msgstr "" +msgstr "{0} punto de agradecimiento para {1}" #: frappe/public/js/frappe/form/sidebar/review.js:150 msgid "{0} appreciation points for {1}" -msgstr "" +msgstr "{0} puntos de agradecimiento por {1}" #: frappe/public/js/frappe/form/sidebar/form_sidebar_users.js:72 msgid "{0} are currently {1}" @@ -30756,7 +31149,7 @@ msgctxt "Form timeline" msgid "{0} attached {1}" msgstr "{0} adjunto {1}" -#: frappe/core/doctype/system_settings/system_settings.py:143 +#: frappe/core/doctype/system_settings/system_settings.py:145 msgid "{0} can not be more than {1}" msgstr "{0} no puede ser más de {1}" @@ -30813,11 +31206,11 @@ msgstr "{0} creó esto" #: frappe/public/js/frappe/form/sidebar/review.js:154 msgid "{0} criticism point for {1}" -msgstr "" +msgstr "{0} punto de crítica para {1}" #: frappe/public/js/frappe/form/sidebar/review.js:156 msgid "{0} criticism points for {1}" -msgstr "" +msgstr "{0} puntos de crítica para {1}" #: frappe/public/js/frappe/utils/energy_point_utils.js:41 msgid "{0} criticized on {1}" @@ -30856,7 +31249,7 @@ msgstr "El campo {0} no puede establecerse como único en {1}, ya que existen va #: frappe/core/doctype/data_import/importer.py:1024 msgid "{0} format could not be determined from the values in this column. Defaulting to {1}." -msgstr "" +msgstr "No se pudo determinar el formato {0} a partir de los valores de esta columna. El valor predeterminado será {1}." #: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:101 msgid "{0} from {1} to {2}" @@ -30890,7 +31283,7 @@ msgstr "{0} h" msgid "{0} has already assigned default value for {1}." msgstr "{0} ya ha asignado un valor por defecto para {1}." -#: frappe/email/doctype/newsletter/newsletter.py:380 +#: frappe/email/doctype/newsletter/newsletter.py:383 msgid "{0} has been successfully added to the Email Group." msgstr "{0} ha sido añadido al grupo de correo electrónico." @@ -30898,7 +31291,7 @@ msgstr "{0} ha sido añadido al grupo de correo electrónico." msgid "{0} has left the conversation in {1} {2}" msgstr "{0} ha dejado la conversación en {1} {2}" -#: frappe/__init__.py:2460 +#: frappe/__init__.py:2410 msgid "{0} has no versions tracked." msgstr "{0} no tiene versiones rastreadas." @@ -30927,7 +31320,7 @@ msgstr "{0} no es un archivo zip válido" msgid "{0} is an invalid Data field." msgstr "{0} es un campo de datos no válido." -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:148 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:152 msgid "{0} is an invalid email address in 'Recipients'" msgstr "{0} es una dirección de correo electrónico no válida en "Destinatarios"" @@ -30964,7 +31357,7 @@ msgstr "{0} es menor que {1}" msgid "{0} is like {1}" msgstr "{0} es como {1}" -#: frappe/email/doctype/email_account/email_account.py:174 +#: frappe/email/doctype/email_account/email_account.py:175 msgid "{0} is mandatory" msgstr "{0} es obligatorio" @@ -30972,13 +31365,13 @@ msgstr "{0} es obligatorio" msgid "{0} is not a field of doctype {1}" msgstr "{0} no es un campo del doctype {1}" -#: frappe/www/printview.py:341 +#: frappe/www/printview.py:344 msgid "{0} is not a raw printing format." msgstr "{0} no es un formato de impresión sin formato." #: frappe/public/js/frappe/views/calendar/calendar.js:82 msgid "{0} is not a valid Calendar. Redirecting to default Calendar." -msgstr "" +msgstr "{0} no es un Calendario válido. Redirigiendo al Calendario por defecto." #: frappe/core/doctype/scheduled_job_type/scheduled_job_type.py:65 msgid "{0} is not a valid Cron expression." @@ -31045,7 +31438,7 @@ msgstr "{0} ahora es el formato de impresión predeterminado para el doctype {1} msgid "{0} is one of {1}" msgstr "{0} es uno de {1}" -#: frappe/email/doctype/email_account/email_account.py:275 +#: frappe/email/doctype/email_account/email_account.py:276 #: frappe/model/naming.py:201 #: frappe/printing/doctype/print_format/print_format.py:92 #: frappe/utils/csvutils.py:131 @@ -31064,7 +31457,7 @@ msgstr "{0} está dentro de {1}" msgid "{0} items selected" msgstr "{0} elementos seleccionados" -#: frappe/core/doctype/user/user.py:1367 +#: frappe/core/doctype/user/user.py:1321 msgid "{0} just impersonated as you. They gave this reason: {1}" msgstr "{0} se hizo pasar por usted. Dieron esta razón: {1}" @@ -31097,23 +31490,23 @@ msgstr "Hace {0} minutos" msgid "{0} months ago" msgstr "Hace {0} meses" -#: frappe/model/document.py:1595 +#: frappe/model/document.py:1599 msgid "{0} must be after {1}" msgstr "{0} debe ser después de {1}" -#: frappe/model/document.py:1356 +#: frappe/model/document.py:1360 msgid "{0} must be beginning with '{1}'" -msgstr "" +msgstr "{0} debe comenzar con '{1}'" -#: frappe/model/document.py:1358 +#: frappe/model/document.py:1362 msgid "{0} must be equal to '{1}'" -msgstr "" +msgstr "{0} debe ser igual a '{1}'" -#: frappe/model/document.py:1354 +#: frappe/model/document.py:1358 msgid "{0} must be none of {1}" -msgstr "" +msgstr "{0} debe ser uno de {1}" -#: frappe/model/document.py:1352 frappe/utils/csvutils.py:136 +#: frappe/model/document.py:1356 frappe/utils/csvutils.py:136 msgid "{0} must be one of {1}" msgstr "{0} debe ser uno de {1}" @@ -31125,20 +31518,20 @@ msgstr "{0} debe establecerse primero" msgid "{0} must be unique" msgstr "{0} debe ser único" -#: frappe/model/document.py:1360 +#: frappe/model/document.py:1364 msgid "{0} must be {1} {2}" -msgstr "" +msgstr "{0} debe ser {1} {2}" #: frappe/core/doctype/language/language.py:43 msgid "{0} must begin and end with a letter and can only contain letters,\n" "\t\t\t\thyphen or underscore." -msgstr "" +msgstr "{0} debe comenzar y terminar con una letra y solo puede contener letras, guiones o guiones bajos." #: frappe/workflow/doctype/workflow/workflow.py:91 msgid "{0} not a valid State" msgstr "{0} no es un Estado válido" -#: frappe/model/rename_doc.py:386 +#: frappe/model/rename_doc.py:391 msgid "{0} not allowed to be renamed" msgstr "{0} no se permite renombrar" @@ -31159,7 +31552,7 @@ msgstr "{0} de {1} ({2} filas con hijos)" msgid "{0} of {1} sent" msgstr "{0} de {1} enviado" -#: frappe/utils/data.py:1506 +#: frappe/utils/data.py:1520 msgid "{0} or {1}" msgstr "{0} o {1}" @@ -31211,7 +31604,7 @@ msgstr "{0} revertido {1}" msgid "{0} role does not have permission on any doctype" msgstr "{0} el rol no tiene permiso sobre ningún doctype" -#: frappe/desk/query_report.py:583 +#: frappe/desk/query_report.py:589 msgid "{0} saved successfully" msgstr "{0} guardado exitosamente" @@ -31233,9 +31626,9 @@ msgstr "{0} compartió este documento con {1}" #: frappe/core/doctype/doctype/doctype.py:317 msgid "{0} should be indexed because it's referred in dashboard connections" -msgstr "" +msgstr "{0} debe ser indexado porque es referido en conexiones de panel de control" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:137 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:139 msgid "{0} should not be same as {1}" msgstr "{0} no debe ser igual que {1}" @@ -31271,7 +31664,7 @@ msgstr "{0} dejó de compartir este documento con {1}" msgid "{0} updated" msgstr "{0} actualizado" -#: frappe/public/js/frappe/form/controls/multiselect_list.js:162 +#: frappe/public/js/frappe/form/controls/multiselect_list.js:178 msgid "{0} values selected" msgstr "{0} valores seleccionados" @@ -31335,6 +31728,10 @@ msgstr "{0} {1}: el registro enviado no se puede eliminar. Primero debe {2} canc msgid "{0}, Row {1}" msgstr "{0}, Fila {1}" +#: frappe/utils/print_format.py:151 frappe/utils/print_format.py:195 +msgid "{0}/{1} complete | Please leave this tab open until completion." +msgstr "{0}/{1} completo | Deje esta pestaña abierta hasta que se complete." + #: frappe/model/base_document.py:1014 msgid "{0}: '{1}' ({3}) will get truncated, as max characters allowed is {2}" msgstr "{0}: '{1}' ({3}) se truncará, ya que el máximo de caracteres permitidos es {2}" @@ -31367,7 +31764,7 @@ msgstr "{0}: no se puede establecer \"enviar\", \"cancelar\" o \"corregir\" sin msgid "{0}: Cannot set import as {1} is not importable" msgstr "{0}: no se puede establecer \"importar\" puesto que {1} no es importable" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:394 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:398 msgid "{0}: Failed to attach new recurring document. To enable attaching document in the auto repeat notification email, enable {1} in Print Settings" msgstr "{0}: no se pudo adjuntar un nuevo documento recurrente. Para habilitar el documento adjunto en el correo electrónico de notificación de repetición automática, habilite {1} en Configuración de impresión" @@ -31421,7 +31818,7 @@ msgstr "{0}: el Permiso en el nivel 0 debe ser establecido antes de establecer n #: frappe/public/js/frappe/form/controls/data.js:50 msgid "{0}: You can increase the limit for the field if required via {1}" -msgstr "" +msgstr "{0}: Puede aumentar el límite del campo si es necesario a través de {1}" #: frappe/core/doctype/doctype/doctype.py:1230 msgid "{0}: fieldname cannot be set to reserved keyword {1}" @@ -31432,7 +31829,7 @@ msgstr "{0}: nombre de campo no puede establecerse como una palabra clave reserv msgid "{0}: {1}" msgstr "{0}: {1}" -#: frappe/workflow/doctype/workflow_action/workflow_action.py:167 +#: frappe/workflow/doctype/workflow_action/workflow_action.py:168 msgid "{0}: {1} is set to state {2}" msgstr "{0}: {1} está configurado para indicar {2}" @@ -31473,11 +31870,11 @@ msgstr "{} Activo" msgid "{} Complete" msgstr "{} Completo" -#: frappe/utils/data.py:2150 +#: frappe/utils/data.py:2164 msgid "{} Invalid python code on line {}" msgstr "{} Código python inválido en la línea {}" -#: frappe/utils/data.py:2159 +#: frappe/utils/data.py:2173 msgid "{} Possibly invalid python code.
    {}" msgstr "{} Código python posiblemente inválido.
    {}" @@ -31495,28 +31892,28 @@ msgstr "{} no soporta la limpieza automática de registros." msgid "{} field cannot be empty." msgstr "El campo {} no puede estar vacío." -#: frappe/email/doctype/email_account/email_account.py:198 -#: frappe/email/doctype/email_account/email_account.py:206 +#: frappe/email/doctype/email_account/email_account.py:199 +#: frappe/email/doctype/email_account/email_account.py:207 msgid "{} has been disabled. It can only be enabled if {} is checked." msgstr "{} ha sido deshabilitado. Solo se puede habilitar si {} está marcado." -#: frappe/utils/data.py:102 +#: frappe/utils/data.py:103 msgid "{} is not a valid date string." msgstr "{} no es una cadena de fecha válida." -#: frappe/commands/utils.py:527 +#: frappe/commands/utils.py:528 msgid "{} not found in PATH! This is required to access the console." msgstr "¡{} no encontrado en RUTA! Esto es necesario para acceder a la consola." -#: frappe/database/db_manager.py:94 +#: frappe/database/db_manager.py:95 msgid "{} not found in PATH! This is required to restore the database." msgstr "¡{} no encontrado en RUTA! Esto es necesario para restaurar la base de datos." -#: frappe/utils/backups.py:455 +#: frappe/utils/backups.py:458 msgid "{} not found in PATH! This is required to take a backup." msgstr "¡{} no se encuentra en PATH! Esto es necesario para realizar una copia de seguridad." #: frappe/public/js/frappe/file_uploader/FileBrowser.vue:5 #: frappe/public/js/frappe/file_uploader/WebLink.vue:4 msgid "← Back to upload files" -msgstr "" \ No newline at end of file +msgstr "← Volver a subir archivos" diff --git a/frappe/locale/fa.po b/frappe/locale/fa.po index 069945bccfac..d53f20d999d4 100644 --- a/frappe/locale/fa.po +++ b/frappe/locale/fa.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: frappe\n" "Report-Msgid-Bugs-To: developers@frappe.io\n" -"POT-Creation-Date: 2024-09-24 15:33+0000\n" -"PO-Revision-Date: 2024-10-08 02:10\n" +"POT-Creation-Date: 2024-12-01 17:58+0000\n" +"PO-Revision-Date: 2024-12-04 19:52\n" "Last-Translator: developers@frappe.io\n" "Language-Team: Persian\n" "MIME-Version: 1.0\n" @@ -86,7 +86,7 @@ msgstr "در نمای فهرست برای فیلد {0} از نوع {1} مجاز msgid "'In List View' not allowed for type {0} in row {1}" msgstr "در نمای فهرست برای نوع {0} در ردیف {1} مجاز نیست" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:150 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:154 msgid "'Recipients' not specified" msgstr "دریافت کنندگان مشخص نشده است" @@ -102,11 +102,11 @@ msgstr "{0} برای نوع {1} در ردیف {2} مجاز نیست" msgid "(Mandatory)" msgstr "(اجباری)" -#: frappe/model/rename_doc.py:693 +#: frappe/model/rename_doc.py:699 msgid "** Failed: {0} to {1}: {2}" -msgstr "** ناموفق: {0} تا {1}: {2}" +msgstr "** ناموفق: {0} به {1}: {2}" -#: frappe/public/js/frappe/list/list_settings.js:132 +#: frappe/public/js/frappe/list/list_settings.js:135 #: frappe/public/js/frappe/views/kanban/kanban_settings.js:111 msgid "+ Add / Remove Fields" msgstr "+ افزودن / حذف فیلدها" @@ -456,7 +456,7 @@ msgid "

    Condition Examples:

    \n" "\n" msgstr "" -#. Content of the 'Condition Description' (HTML) field in DocType 'Web Form' +#. Content of the 'Condition description' (HTML) field in DocType 'Web Form' #: frappe/website/doctype/web_form/web_form.json msgid "

    Multiple webforms can be created for a single doctype. Add filters specific to this webform to display correct record after submission.

    For Example:

    \n" "

    If you create a separate webform every year to capture feedback from employees add a \n" @@ -481,7 +481,7 @@ msgstr "" #: frappe/twofactor.py:447 msgid "

    Your OTP secret on {0} has been reset. If you did not perform this reset and did not request it, please contact your System Administrator immediately.

    " -msgstr "

    OTP secret شما در {0} بازنشانی شده است. اگر این بازنشانی را انجام ندادید و آن را درخواست نکردید، لطفاً فوراً با سرپرست سیستم خود تماس بگیرید.

    " +msgstr "

    OTP secret شما در {0} بازنشانی شده است. اگر این بازنشانی را انجام ندادید و آن را درخواست نکردید، لطفاً فوراً با ادمین سیستم خود تماس بگیرید.

    " #. Description of the 'Cron Format' (Data) field in DocType 'Scheduled Job #. Type' @@ -532,14 +532,14 @@ msgstr "" #. Header text in the Website Workspace #: frappe/website/workspace/website/website.json msgid "Reports & Masters" -msgstr "" +msgstr "گزارش ها و مستندات" #. Header text in the Users Workspace #. Header text in the Integrations Workspace #: frappe/core/workspace/users/users.json #: frappe/integrations/workspace/integrations/integrations.json msgid "Reports & Masters" -msgstr "" +msgstr "گزارش ها و مستندات" #. Header text in the Tools Workspace #. Header text in the Users Workspace @@ -553,7 +553,7 @@ msgstr "میانبرهای شما" #. Header text in the Build Workspace #: frappe/core/workspace/build/build.json msgid "Components to build your app" -msgstr "" +msgstr "اجزای ساخت برنامه شما" #. Header text in the Build Workspace #: frappe/core/workspace/build/build.json @@ -595,7 +595,7 @@ msgstr "نام DocType باید با یک حرف شروع شود و فقط شا msgid "A featured post must have a cover image" msgstr "یک پست برجسته باید تصویر جلد داشته باشد" -#: frappe/custom/doctype/custom_field/custom_field.py:173 +#: frappe/custom/doctype/custom_field/custom_field.py:174 msgid "A field with the name {0} already exists in {1}" msgstr "فیلدی با نام {0} از قبل در {1} وجود دارد" @@ -612,7 +612,7 @@ msgstr "فهرستی از منابعی که پس از اجازه کاربر، ب msgid "A new account has been created for you at {0}" msgstr "یک حساب کاربری جدید برای شما در {0} ایجاد شده است" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:389 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:393 msgid "A recurring {0} {1} has been created for you via Auto Repeat {2}." msgstr "یک {0} {1} تکرارشونده از طریق تکرار خودکار {2} برای شما ایجاد شده است." @@ -780,6 +780,11 @@ msgstr "حدود {0} دقیقه باقی مانده است" msgid "About {0} seconds remaining" msgstr "حدود {0} ثانیه باقی مانده است" +#. Label of a Section Break field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Access Control" +msgstr "" + #. Label of a Data field in DocType 'S3 Backup Settings' #: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json msgid "Access Key ID" @@ -810,7 +815,7 @@ msgstr "توکن دسترسی" msgid "Access Token URL" msgstr "URL توکن دسترسی" -#: frappe/auth.py:467 +#: frappe/auth.py:475 msgid "Access not allowed from this IP Address" msgstr "دسترسی از این آدرس IP مجاز نیست" @@ -869,7 +874,7 @@ msgstr "اقدام / مسیر" msgid "Action Complete" msgstr "اقدام کامل شد" -#: frappe/model/document.py:1679 +#: frappe/model/document.py:1683 msgid "Action Failed" msgstr "اقدام ناموفق بود" @@ -958,7 +963,7 @@ msgstr "دامنه های فعال" #: frappe/desk/doctype/system_health_report/system_health_report.json #: frappe/www/third_party_apps.html:32 msgid "Active Sessions" -msgstr "جلسات فعال" +msgstr "نشست‌های فعال" #. Group in User's connections #: frappe/core/doctype/user/user.json @@ -1041,8 +1046,8 @@ msgid "Add Child" msgstr "افزودن فرزند" #: frappe/public/js/frappe/views/kanban/kanban_board.html:4 -#: frappe/public/js/frappe/views/reports/query_report.js:1683 -#: frappe/public/js/frappe/views/reports/query_report.js:1686 +#: frappe/public/js/frappe/views/reports/query_report.js:1690 +#: frappe/public/js/frappe/views/reports/query_report.js:1693 #: frappe/public/js/frappe/views/reports/report_view.js:325 #: frappe/public/js/frappe/views/reports/report_view.js:350 #: frappe/public/js/print_format_builder/Field.vue:112 @@ -1101,13 +1106,13 @@ msgstr "شرکت کنندگان اضافه کردن" #. Label of a Check field in DocType 'Email Group' #: frappe/email/doctype/email_group/email_group.json msgid "Add Query Parameters" -msgstr "افزودن پارامترهای پرس و جو" +msgstr "افزودن پارامترهای پرسمان" #: frappe/public/js/frappe/form/sidebar/review.js:45 msgid "Add Review" msgstr "افزودن نظر" -#: frappe/core/doctype/user/user.py:790 +#: frappe/core/doctype/user/user.py:751 msgid "Add Roles" msgstr "اضافه کردن نقش ها" @@ -1140,7 +1145,7 @@ msgstr "مشترکین را اضافه کنید" msgid "Add Tags" msgstr "افزودن برچسب" -#: frappe/public/js/frappe/list/list_view.js:1895 +#: frappe/public/js/frappe/list/list_view.js:1903 msgctxt "Button in list view actions menu" msgid "Add Tags" msgstr "افزودن برچسب" @@ -1170,7 +1175,7 @@ msgstr "افزودن ویدئو کنفرانس" #: frappe/public/js/frappe/ui/filters/filter_list.js:298 msgid "Add a Filter" -msgstr "یک فیلتر اضافه کنید" +msgstr "افزودن یک فیلتر" #: frappe/core/page/permission_manager/permission_manager_help.html:9 msgid "Add a New Role" @@ -1227,7 +1232,7 @@ msgstr "افزودن تب جدید" #: frappe/public/js/print_format_builder/PrintFormatSection.vue:125 msgid "Add page break" -msgstr "" +msgstr "افزودن شکست صفحه" #: frappe/custom/doctype/client_script/client_script.js:16 msgid "Add script for Child Table" @@ -1286,10 +1291,6 @@ msgstr "اضافه شد {0}" msgid "Added {0} ({1})" msgstr "اضافه شده {0} ({1})" -#: frappe/core/doctype/user/user.py:272 -msgid "Adding System Manager to this User as there must be atleast one System Manager" -msgstr "افزودن مدیر سیستم به این کاربر زیرا باید حداقل یک مدیر سیستم وجود داشته باشد" - #. Label of a Section Break field in DocType 'Custom DocPerm' #. Label of a Section Break field in DocType 'DocPerm' #. Label of a Section Break field in DocType 'User Document Type' @@ -1394,15 +1395,15 @@ msgstr "مدیریت" #: frappe/desk/doctype/onboarding_step/onboarding_step.json #: frappe/website/doctype/website_theme/website_theme.json msgid "Administrator" -msgstr "مدیر" +msgstr "ادمین" -#: frappe/core/doctype/user/user.py:1195 +#: frappe/core/doctype/user/user.py:1149 msgid "Administrator Logged In" -msgstr "مدیر وارد شده است" +msgstr "ادمین وارد شده است" -#: frappe/core/doctype/user/user.py:1189 +#: frappe/core/doctype/user/user.py:1143 msgid "Administrator accessed {0} on {1} via IP Address {2}." -msgstr "سرپرست از طریق آدرس IP {2} به {0} در {1} دسترسی پیدا کرد." +msgstr "ادمین از طریق آدرس IP {2} به {0} در {1} دسترسی پیدا کرد." #. Label of a Section Break field in DocType 'DocType' #. Label of a Tab Break field in DocType 'System Settings' @@ -1416,8 +1417,8 @@ msgstr "پیشرفته" msgid "Advanced Control" msgstr "کنترل پیشرفته" -#: frappe/public/js/frappe/form/controls/link.js:319 -#: frappe/public/js/frappe/form/controls/link.js:321 +#: frappe/public/js/frappe/form/controls/link.js:327 +#: frappe/public/js/frappe/form/controls/link.js:329 msgid "Advanced Search" msgstr "جستجوی پیشرفته" @@ -1426,6 +1427,11 @@ msgstr "جستجوی پیشرفته" msgid "Advanced Settings" msgstr "تنظیمات پیشرفته" +#: frappe/public/js/frappe/ui/filters/filter.js:61 +#: frappe/public/js/frappe/ui/filters/filter.js:67 +msgid "After" +msgstr "بعد از" + #. Option for the 'DocType Event' (Select) field in DocType 'Server Script' #: frappe/core/doctype/server_script/server_script.json msgid "After Cancel" @@ -1554,7 +1560,7 @@ msgstr "همه رکوردها" #: frappe/public/js/frappe/form/form.js:2123 msgid "All Submissions" -msgstr "همه موارد ارسالی" +msgstr "تمام ارسال ها" #: frappe/custom/doctype/customize_form/customize_form.js:452 msgid "All customizations will be removed. Please confirm." @@ -1609,6 +1615,11 @@ msgstr "تکرار خودکار مجاز است" msgid "Allow Bulk Edit" msgstr "اجازه ویرایش انبوه" +#. Label of a Check field in DocType 'List View Settings' +#: frappe/desk/doctype/list_view_settings/list_view_settings.json +msgid "Allow Bulk Editing" +msgstr "اجازه ویرایش انبوه" + #. Label of a Check field in DocType 'Web Form' #: frappe/website/doctype/web_form/web_form.json msgid "Allow Comments" @@ -1720,7 +1731,7 @@ msgid "Allow Print for Cancelled" msgstr "چاپ برای لغو مجاز است" #. Label of a Check field in DocType 'Print Settings' -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:396 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:400 #: frappe/printing/doctype/print_settings/print_settings.json msgid "Allow Print for Draft" msgstr "اجازه چاپ برای پیش نویس" @@ -1766,6 +1777,13 @@ msgstr "اجازه تایید برای ایجاد کننده سند" msgid "Allow document creation via Email" msgstr "اجازه ایجاد سند از طریق ایمیل" +#. Description of the 'Allow Bulk Editing' (Check) field in DocType 'List View +#. Settings' +#: frappe/desk/doctype/list_view_settings/list_view_settings.json +msgid "Allow editing even if the doctype has a workflow set up.\n\n" +"Does nothing if a workflow isn't set up." +msgstr "" + #. Label of a Check field in DocType 'DocType' #: frappe/core/doctype/doctype/doctype.json msgid "Allow events in timeline" @@ -1792,12 +1810,12 @@ msgstr "در ارسال اجازه دهید" #. Label of a Check field in DocType 'System Settings' #: frappe/core/doctype/system_settings/system_settings.json msgid "Allow only one session per user" -msgstr "فقط یک جلسه برای هر کاربر مجاز است" +msgstr "فقط یک نشست برای هر کاربر مجاز است" #. Label of a Check field in DocType 'Print Settings' #: frappe/printing/doctype/print_settings/print_settings.json msgid "Allow page break inside tables" -msgstr "اجازه شکستن صفحه در داخل جداول" +msgstr "" #. Description of the 'Allow Incomplete Forms' (Check) field in DocType 'Web #. Form' @@ -1850,11 +1868,16 @@ msgstr "ماژول های مجاز" msgid "Allowed Roles" msgstr "نقش های مجاز" +#. Label of a Small Text field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Allowed embedding domains" +msgstr "" + #: frappe/public/js/frappe/form/form.js:1187 msgid "Allowing DocType, DocType. Be careful!" msgstr "اجازه دادن به DocType، DocType. مراقب باش!" -#: frappe/core/doctype/user/user.py:999 +#: frappe/core/doctype/user/user.py:960 msgid "Already Registered" msgstr "قبلا ثبت شده است" @@ -1941,7 +1964,7 @@ msgstr "قوانین نامگذاری اصلاحیه به روز شد." #: frappe/public/js/frappe/ui/toolbar/toolbar.js:312 msgid "An error occurred while setting Session Defaults" -msgstr "هنگام تنظیم Session Defaults خطایی روی داد" +msgstr "هنگام تنظیم پیش‌فرض‌های نشست خطایی روی داد" #. Description of the 'FavIcon' (Attach) field in DocType 'Website Settings' #: frappe/website/doctype/website_settings/website_settings.json @@ -1983,8 +2006,8 @@ msgstr "ماتریس ناشناس سازی" #. Label of a Check field in DocType 'Web Form' #: frappe/website/doctype/web_form/web_form.json -msgid "Anonymous" -msgstr "ناشناس" +msgid "Anonymous responses" +msgstr "پاسخ های ناشناس" #: frappe/public/js/frappe/request.js:186 msgid "Another transaction is blocking this one. Please try again in a few seconds." @@ -2065,7 +2088,7 @@ msgstr "کلید مخفی برنامه" msgid "App not found for module: {0}" msgstr "برنامه برای ماژول یافت نشد: {0}" -#: frappe/__init__.py:1761 +#: frappe/__init__.py:1711 msgid "App {0} is not installed" msgstr "برنامه {0} نصب نشده است" @@ -2083,7 +2106,7 @@ msgstr "ایمیل ها را به پوشه ارسال شده اضافه کنید msgid "Append To" msgstr "علاوه بر" -#: frappe/email/doctype/email_account/email_account.py:183 +#: frappe/email/doctype/email_account/email_account.py:184 msgid "Append To can be one of {0}" msgstr "افزودن به می تواند یکی از {0} باشد" @@ -2126,9 +2149,9 @@ msgstr "اعمال شد" #: frappe/public/js/form_builder/components/Field.vue:103 msgid "Apply" -msgstr "" +msgstr "درخواست دادن" -#: frappe/public/js/frappe/list/list_view.js:1880 +#: frappe/public/js/frappe/list/list_view.js:1888 msgctxt "Button in list view actions menu" msgid "Apply Assignment Rule" msgstr "اعمال قانون تخصیص" @@ -2334,7 +2357,7 @@ msgstr "تعیین شرط" msgid "Assign To" msgstr "اختصاص دادن به" -#: frappe/public/js/frappe/list/list_view.js:1841 +#: frappe/public/js/frappe/list/list_view.js:1849 msgctxt "Button in list view actions menu" msgid "Assign To" msgstr "اختصاص دادن به" @@ -2383,7 +2406,7 @@ msgstr "اختصاص داده شده توسط" #. Label of a Read Only field in DocType 'ToDo' #: frappe/desk/doctype/todo/todo.json msgid "Assigned By Full Name" -msgstr "تعیین شده با نام کامل" +msgstr "نام کامل اختصاص دهنده" #: frappe/model/meta.py:54 #: frappe/public/js/frappe/form/templates/form_sidebar.html:48 @@ -2441,8 +2464,8 @@ msgstr "روز قانون تخصیص" msgid "Assignment Rule User" msgstr "کاربر قانون تخصیص" -#: frappe/automation/doctype/assignment_rule/assignment_rule.py:54 -msgid "Assignment Rule is not allowed on {0} document type" +#: frappe/automation/doctype/assignment_rule/assignment_rule.py:55 +msgid "Assignment Rule is not allowed on document type {0}" msgstr "قانون تخصیص در نوع سند {0} مجاز نیست" #. Label of a Section Break field in DocType 'Assignment Rule' @@ -2624,6 +2647,11 @@ msgstr "مسیر حسابرسی" msgid "Auth URL Data" msgstr "داده های URL را تأیید کنید" +#. Label of a Check field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Authenticate as Service Principal" +msgstr "" + #. Label of a Section Break field in DocType 'Email Account' #. Label of a Section Break field in DocType 'Push Notification Settings' #. Label of a Card Break in the Integrations Workspace @@ -2637,7 +2665,7 @@ msgstr "احراز هویت" msgid "Authentication Apps you can use are: " msgstr "برنامه های احراز هویتی که می توانید استفاده کنید عبارتند از: " -#: frappe/email/doctype/email_account/email_account.py:310 +#: frappe/email/doctype/email_account/email_account.py:311 msgid "Authentication failed while receiving emails from Email Account: {0}." msgstr "هنگام دریافت ایمیل از حساب ایمیل، احراز هویت انجام نشد: {0}." @@ -2740,11 +2768,11 @@ msgstr "تکرار خودکار" msgid "Auto Repeat Day" msgstr "روز تکرار خودکار" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:159 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:163 msgid "Auto Repeat Day{0} {1} has been repeated." msgstr "روز تکرار خودکار{0} {1} تکرار شده است." -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:437 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:441 msgid "Auto Repeat Document Creation Failed" msgstr "تکرار خودکار ایجاد سند انجام نشد" @@ -2756,7 +2784,7 @@ msgstr "برنامه تکرار خودکار" msgid "Auto Repeat created for this document" msgstr "تکرار خودکار برای این سند ایجاد شده است" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:440 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:444 msgid "Auto Repeat failed for {0}" msgstr "تکرار خودکار برای {0} ناموفق بود" @@ -2770,7 +2798,7 @@ msgstr "پاسخ خودکار" msgid "Auto Reply Message" msgstr "پیام پاسخ خودکار" -#: frappe/automation/doctype/assignment_rule/assignment_rule.py:175 +#: frappe/automation/doctype/assignment_rule/assignment_rule.py:177 msgid "Auto assignment failed: {0}" msgstr "تخصیص خودکار انجام نشد: {0}" @@ -2830,11 +2858,11 @@ msgstr "پیام خودکار" msgid "Automatic" msgstr "خودکار" -#: frappe/email/doctype/email_account/email_account.py:718 +#: frappe/email/doctype/email_account/email_account.py:719 msgid "Automatic Linking can be activated only for one Email Account." msgstr "پیوند خودکار را می توان فقط برای یک حساب ایمیل فعال کرد." -#: frappe/email/doctype/email_account/email_account.py:712 +#: frappe/email/doctype/email_account/email_account.py:713 msgid "Automatic Linking can be activated only if Incoming is enabled." msgstr "پیوند خودکار فقط در صورتی فعال می شود که Incoming فعال باشد." @@ -3009,7 +3037,7 @@ msgstr "تصویر پس زمینه" #: frappe/desk/doctype/system_health_report/system_health_report.json #: frappe/public/js/frappe/ui/toolbar/toolbar.js:168 msgid "Background Jobs" -msgstr "مشاغل پس زمینه" +msgstr "کارهای پس زمینه" #. Label of a Data field in DocType 'System Health Report' #: frappe/desk/doctype/system_health_report/system_health_report.json @@ -3185,6 +3213,11 @@ msgstr "پایه ای" msgid "Basic Info" msgstr "اطلاعات پایه" +#: frappe/public/js/frappe/ui/filters/filter.js:60 +#: frappe/public/js/frappe/ui/filters/filter.js:66 +msgid "Before" +msgstr "قبل از" + #. Option for the 'DocType Event' (Select) field in DocType 'Server Script' #: frappe/core/doctype/server_script/server_script.json msgid "Before Cancel" @@ -3526,8 +3559,8 @@ msgstr "ساخت {0}" msgid "Built on {0}" msgstr "ساخته شده در {0}" -#. Label of a Check field in DocType 'Role' -#: frappe/core/doctype/role/role.json +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json msgid "Bulk Actions" msgstr "اعمال توده" @@ -3721,7 +3754,7 @@ msgstr "حافظه پنهان" msgid "Cache Cleared" msgstr "کش پاک شد" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:170 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:181 msgid "Calculate" msgstr "محاسبه" @@ -3817,7 +3850,7 @@ msgstr "می تواند ارسال کند" msgid "Can Write" msgstr "می تواند بنویسد" -#: frappe/custom/doctype/custom_field/custom_field.py:360 +#: frappe/custom/doctype/custom_field/custom_field.py:361 msgid "Can not rename as column {0} is already present on DocType." msgstr "نمی توان نام آن را تغییر داد زیرا ستون {0} از قبل در DocType وجود دارد." @@ -3851,7 +3884,7 @@ msgstr "نمی توان نام {0} را به {1} تغییر داد زیرا {0} msgid "Cancel" msgstr "لغو" -#: frappe/public/js/frappe/list/list_view.js:1950 +#: frappe/public/js/frappe/list/list_view.js:1958 msgctxt "Button in list view actions menu" msgid "Cancel" msgstr "لغو" @@ -3873,7 +3906,7 @@ msgstr "لغو تمام اسناد" msgid "Cancel Scheduling" msgstr "لغو برنامه ریزی" -#: frappe/public/js/frappe/list/list_view.js:1955 +#: frappe/public/js/frappe/list/list_view.js:1963 msgctxt "Title of confirmation dialog" msgid "Cancel {0} documents?" msgstr "{0} سند لغو شود؟" @@ -3889,7 +3922,7 @@ msgstr "{0} سند لغو شود؟" #: frappe/desk/form/save.py:59 #: frappe/integrations/doctype/integration_request/integration_request.json #: frappe/public/js/frappe/model/indicator.js:78 -#: frappe/public/js/frappe/ui/filters/filter.js:500 +#: frappe/public/js/frappe/ui/filters/filter.js:532 msgid "Cancelled" msgstr "لغو شده" @@ -3942,11 +3975,11 @@ msgstr "قبل از ارسال نمی توان لغو کرد. انتقال {0} msgid "Cannot cancel {0}." msgstr "نمی توان {0} را لغو کرد." -#: frappe/model/document.py:846 +#: frappe/model/document.py:850 msgid "Cannot change docstatus from 0 (Draft) to 2 (Cancelled)" msgstr "نمی توان وضعیت docstatus را از 0 (پیش نویس) به 2 (لغو) تغییر داد" -#: frappe/model/document.py:860 +#: frappe/model/document.py:864 msgid "Cannot change docstatus from 1 (Submitted) to 0 (Draft)" msgstr "نمی توان وضعیت docstatus را از 1 (ارائه شده) به 0 (پیش نویس) تغییر داد" @@ -3966,7 +3999,7 @@ msgstr "در سفارشی کردن فرم نمی توان به / از autoincrem msgid "Cannot create a {0} against a child document: {1}" msgstr "نمی توان یک {0} در برابر سند فرزند ایجاد کرد: {1}" -#: frappe/desk/doctype/workspace/workspace.py:254 +#: frappe/desk/doctype/workspace/workspace.py:258 msgid "Cannot create private workspace of other users" msgstr "نمی توان محیط کار خصوصی سایر کاربران ایجاد کرد" @@ -3978,11 +4011,11 @@ msgstr "نمی‌توان پوشه‌های Home و Attachments را حذف کر msgid "Cannot delete or cancel because {0} {1} is linked with {2} {3} {4}" msgstr "نمی توان حذف یا لغو کرد زیرا {0} {1} با {2} {3} {4} پیوند داده شده است" -#: frappe/desk/doctype/workspace/workspace.py:420 +#: frappe/desk/doctype/workspace/workspace.py:424 msgid "Cannot delete private workspace of other users" msgstr "نمی توان محیط کار خصوصی کاربران دیگر را حذف کرد" -#: frappe/desk/doctype/workspace/workspace.py:413 +#: frappe/desk/doctype/workspace/workspace.py:417 msgid "Cannot delete public workspace without Workspace Manager role" msgstr "بدون نقش مدیر محیط کار نمی توان محیط کار عمومی را حذف کرد" @@ -4037,7 +4070,7 @@ msgstr "نمودارهای استاندارد را نمی توان ویرایش msgid "Cannot edit a standard report. Please duplicate and create a new report" msgstr "نمی توان یک گزارش استاندارد را ویرایش کرد. لطفا کپی کنید و یک گزارش جدید ایجاد کنید" -#: frappe/model/document.py:866 +#: frappe/model/document.py:870 msgid "Cannot edit cancelled document" msgstr "نمی توان سند لغو شده را ویرایش کرد" @@ -4070,7 +4103,7 @@ msgstr "محتویات فایل یک پوشه را نمی توان دریافت msgid "Cannot have multiple printers mapped to a single print format." msgstr "نمی توان چندین چاپگر را به یک قالب چاپی نگاشت کرد." -#: frappe/model/document.py:934 +#: frappe/model/document.py:938 msgid "Cannot link cancelled document: {0}" msgstr "پیوند سند لغو شده امکان پذیر نیست: {0}" @@ -4106,7 +4139,7 @@ msgstr "نمی توان {0} را با مجوز ارسال به اشتراک گذ msgid "Cannot submit {0}." msgstr "نمی توان {0} را ارسال کرد." -#: frappe/desk/doctype/workspace/workspace.py:354 +#: frappe/desk/doctype/workspace/workspace.py:358 msgid "Cannot update private workspace of other users" msgstr "نمی توان محیط کار خصوصی سایر کاربران را به روز کرد" @@ -4117,7 +4150,7 @@ msgstr "نمی توان {0} را به روز کرد" #: frappe/model/db_query.py:1114 msgid "Cannot use sub-query in order by" -msgstr "نمی توان از پرس و جو فرعی به ترتیب استفاده کرد" +msgstr "نمی توان از پرسمان فرعی به ترتیب استفاده کرد" #: frappe/model/db_query.py:1132 msgid "Cannot use {0} in order/group by" @@ -4176,7 +4209,7 @@ msgstr "توضیحات دسته" msgid "Category Name" msgstr "نام دسته" -#: frappe/utils/data.py:1321 +#: frappe/utils/data.py:1335 msgid "Cent" msgstr "سنت" @@ -4266,7 +4299,7 @@ msgstr "کانال" #. Label of a Link field in DocType 'Dashboard Chart Link' #: frappe/desk/doctype/dashboard_chart_link/dashboard_chart_link.json msgid "Chart" -msgstr "چارت سازمانی" +msgstr "نمودار" #. Label of a Code field in DocType 'Dashboard Settings' #: frappe/desk/doctype/dashboard_settings/dashboard_settings.json @@ -4343,7 +4376,7 @@ msgstr "لینک های خراب را بررسی کنید" msgid "Check columns to select, drag to set order." msgstr "برای انتخاب، ستون‌ها را علامت بزنید، برای تنظیم ترتیب آن را بکشید." -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:443 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:447 msgid "Check the Error Log for more information: {0}" msgstr "برای اطلاعات بیشتر، گزارش خطا را بررسی کنید: {0}" @@ -4454,7 +4487,7 @@ msgstr "پاک کردن و اضافه کردن الگو" msgid "Clear & Add template" msgstr "پاک کردن و اضافه کردن الگو" -#: frappe/public/js/frappe/list/list_view.js:1856 +#: frappe/public/js/frappe/list/list_view.js:1864 msgctxt "Button in list view actions menu" msgid "Clear Assignment" msgstr "پاک کردن واگذاری" @@ -4474,7 +4507,7 @@ msgstr "پاک کردن فیلترها" #. Label of a Int field in DocType 'Logs To Clear' #: frappe/core/doctype/logs_to_clear/logs_to_clear.json msgid "Clear Logs After (days)" -msgstr "پاک کردن لاگ ها پس از (روزها)" +msgstr "پاک کردن لاگ ها پس از (بر حسب روز)" #: frappe/core/doctype/user_permission/user_permission_list.js:144 msgid "Clear User Permissions" @@ -4500,7 +4533,7 @@ msgstr "اینجا کلیک کنید" msgid "Click here to post bugs and suggestions" msgstr "" -#: frappe/email/doctype/newsletter/newsletter.py:335 +#: frappe/email/doctype/newsletter/newsletter.py:338 msgid "Click here to verify" msgstr "برای تایید اینجا را کلیک کنید" @@ -4612,13 +4645,11 @@ msgstr "اطلاعات مشتری" #. Label of a shortcut in the Build Workspace #. Name of a DocType #. Label of a Code field in DocType 'DocType Layout' -#. Label of a Code field in DocType 'Web Form' #: frappe/core/doctype/doctype/doctype.json #: frappe/core/doctype/module_def/module_def.json #: frappe/core/workspace/build/build.json #: frappe/custom/doctype/client_script/client_script.json #: frappe/custom/doctype/doctype_layout/doctype_layout.json -#: frappe/website/doctype/web_form/web_form.json #: frappe/website/doctype/web_page/web_page.js:103 msgid "Client Script" msgstr "اسکریپت کلاینت" @@ -4637,6 +4668,11 @@ msgstr "راز مشتری" msgid "Client URLs" msgstr "URL های مشتری" +#. Label of a Code field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Client script" +msgstr "اسکریپت کلاینت" + #: frappe/core/doctype/communication/communication.js:39 #: frappe/desk/doctype/todo/todo.js:23 #: frappe/public/js/frappe/ui/messages.js:245 @@ -4702,7 +4738,7 @@ msgctxt "Shrink code field." msgid "Collapse" msgstr "جمع شدن" -#: frappe/public/js/frappe/views/reports/query_report.js:1966 +#: frappe/public/js/frappe/views/reports/query_report.js:1973 #: frappe/public/js/frappe/views/treeview.js:110 msgid "Collapse All" msgstr "جمع کردن همه" @@ -4957,6 +4993,10 @@ msgstr "لاگ های ارتباطی" msgid "Communication Type" msgstr "نوع ارتباط" +#: frappe/integrations/frappe_providers/frappecloud_billing.py:28 +msgid "Communication secret not set" +msgstr "" + #: frappe/desk/page/leaderboard/leaderboard.js:112 msgid "Company" msgstr "شرکت" @@ -5001,7 +5041,7 @@ msgstr "کامل" msgid "Complete By" msgstr "تکمیل توسط" -#: frappe/core/doctype/user/user.py:443 +#: frappe/core/doctype/user/user.py:413 #: frappe/templates/emails/new_user.html:10 msgid "Complete Registration" msgstr "ثبت نام کامل" @@ -5046,6 +5086,7 @@ msgid "Compose Email" msgstr "نوشتن ایمیل" #. Label of a Select field in DocType 'Document Naming Rule Condition' +#. Label of a Code field in DocType 'Navbar Item' #. Label of a Small Text field in DocType 'Bulk Update' #. Label of a Code field in DocType 'Notification' #. Label of a Data field in DocType 'Notification Recipient' @@ -5053,6 +5094,7 @@ msgstr "نوشتن ایمیل" #. Label of a Code field in DocType 'Energy Point Rule' #. Label of a Code field in DocType 'Workflow Transition' #: frappe/core/doctype/document_naming_rule_condition/document_naming_rule_condition.json +#: frappe/core/doctype/navbar_item/navbar_item.json #: frappe/desk/doctype/bulk_update/bulk_update.json #: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:305 #: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:439 @@ -5065,18 +5107,18 @@ msgstr "نوشتن ایمیل" #: frappe/website/doctype/web_form/web_form.js:197 #: frappe/workflow/doctype/workflow_transition/workflow_transition.json msgid "Condition" -msgstr "وضعیت" - -#. Label of a HTML field in DocType 'Web Form' -#: frappe/website/doctype/web_form/web_form.json -msgid "Condition Description" -msgstr "شرح وضعیت" +msgstr "شرط" #. Label of a JSON field in DocType 'Web Form' #: frappe/website/doctype/web_form/web_form.json msgid "Condition JSON" msgstr "شرایط JSON" +#. Label of a HTML field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Condition description" +msgstr "توضیحات شرط" + #. Label of a Table field in DocType 'Document Naming Rule' #. Label of a Section Break field in DocType 'Workflow Transition' #: frappe/core/doctype/document_naming_rule/document_naming_rule.json @@ -5103,7 +5145,7 @@ msgstr "ضبط کننده را پیکربندی کنید" #: frappe/public/js/print_format_builder/Field.vue:103 msgid "Configure columns for {0}" -msgstr "" +msgstr "پیکربندی ستون‌ها برای {0}" #. Description of the 'Amended Documents' (Section Break) field in DocType #. 'Document Naming Settings' @@ -5128,6 +5170,10 @@ msgctxt "Title of confirmation dialog" msgid "Confirm" msgstr "تایید" +#: frappe/integrations/oauth2.py:118 +msgid "Confirm Access" +msgstr "تأیید دسترسی" + #: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:92 #: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:100 msgid "Confirm Deletion of Account" @@ -5146,7 +5192,7 @@ msgstr "رمز عبور را تایید کنید" msgid "Confirm Request" msgstr "درخواست را تایید کنید" -#: frappe/email/doctype/newsletter/newsletter.py:330 +#: frappe/email/doctype/newsletter/newsletter.py:333 msgid "Confirm Your Email" msgstr "ایمیل خود را تایید کنید" @@ -5155,7 +5201,7 @@ msgstr "ایمیل خود را تایید کنید" msgid "Confirmation Email Template" msgstr "الگوی ایمیل تایید" -#: frappe/email/doctype/newsletter/newsletter.py:379 +#: frappe/email/doctype/newsletter/newsletter.py:382 #: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:393 msgid "Confirmed" msgstr "تایید شده" @@ -5277,11 +5323,11 @@ msgstr "تنظیمات تماس با ما" msgid "Contact options, like \"Sales Query, Support Query\" etc each on a new line or separated by commas." msgstr "گزینه‌های تماس، مانند «پرسمان فروش، درخواست پشتیبانی» و غیره هر کدام در یک خط جدید یا با کاما از هم جدا شده‌اند." -#: frappe/utils/change_log.py:360 +#: frappe/utils/change_log.py:363 msgid "Contains {0} security fix" msgstr "حاوی {0} اصلاح امنیتی است" -#: frappe/utils/change_log.py:358 +#: frappe/utils/change_log.py:361 msgid "Contains {0} security fixes" msgstr "حاوی {0} اصلاحات امنیتی است" @@ -5418,7 +5464,7 @@ msgstr "" msgid "Could not connect to outgoing email server" msgstr "به سرور ایمیل خروجی متصل نشد" -#: frappe/model/document.py:930 +#: frappe/model/document.py:934 msgid "Could not find {0}" msgstr "{0} پیدا نشد" @@ -5592,12 +5638,12 @@ msgstr "یک یادآوری ایجاد کنید" msgid "Create a new ..." msgstr "ایجاد یک ..." -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:145 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:156 msgid "Create a new record" msgstr "یک رکورد جدید ایجاد کنید" -#: frappe/public/js/frappe/form/controls/link.js:295 -#: frappe/public/js/frappe/form/controls/link.js:297 +#: frappe/public/js/frappe/form/controls/link.js:303 +#: frappe/public/js/frappe/form/controls/link.js:305 #: frappe/public/js/frappe/form/link_selector.js:139 #: frappe/public/js/frappe/list/list_view.js:475 #: frappe/public/js/frappe/web_form/web_form_list.js:225 @@ -5717,6 +5763,7 @@ msgstr "Ctrl+Enter برای افزودن نظر" #. Option for the 'Type' (Select) field in DocType 'DocField' #. Option for the 'Fieldtype' (Select) field in DocType 'Report Column' #. Option for the 'Fieldtype' (Select) field in DocType 'Report Filter' +#. Label of a Link field in DocType 'System Settings' #. Option for the 'Field Type' (Select) field in DocType 'Custom Field' #. Option for the 'Type' (Select) field in DocType 'Customize Form Field' #. Name of a DocType @@ -5724,6 +5771,7 @@ msgstr "Ctrl+Enter برای افزودن نظر" #: frappe/core/doctype/docfield/docfield.json #: frappe/core/doctype/report_column/report_column.json #: frappe/core/doctype/report_filter/report_filter.json +#: frappe/core/doctype/system_settings/system_settings.json #: frappe/custom/doctype/custom_field/custom_field.json #: frappe/custom/doctype/customize_form_field/customize_form_field.json #: frappe/desk/page/setup_wizard/setup_wizard.js:403 @@ -5867,7 +5915,7 @@ msgstr "اسناد سفارشی" msgid "Custom Field" msgstr "فیلد سفارشی" -#: frappe/custom/doctype/custom_field/custom_field.py:218 +#: frappe/custom/doctype/custom_field/custom_field.py:219 msgid "Custom Field {0} is created by the Administrator and can only be deleted through the Administrator account." msgstr "فیلد سفارشی {0} توسط مدیر ایجاد شده است و فقط از طریق حساب مدیر قابل حذف است." @@ -5876,11 +5924,11 @@ msgstr "فیلد سفارشی {0} توسط مدیر ایجاد شده است و msgid "Custom Field, Custom Doctype, Naming Series, Role Permission, Workflow, Print Formats, Reports" msgstr "فیلد سفارشی، Doctype سفارشی، سری نام‌گذاری، مجوز نقش، گردش کار، فرمت‌های چاپ، گزارش‌ها" -#: frappe/custom/doctype/custom_field/custom_field.py:260 +#: frappe/custom/doctype/custom_field/custom_field.py:261 msgid "Custom Fields can only be added to a standard DocType." msgstr "فیلدهای سفارشی را فقط می توان به DocType استاندارد اضافه کرد." -#: frappe/custom/doctype/custom_field/custom_field.py:257 +#: frappe/custom/doctype/custom_field/custom_field.py:258 msgid "Custom Fields cannot be added to core DocTypes." msgstr "فیلدهای سفارشی را نمی توان به DocType های اصلی اضافه کرد." @@ -5974,7 +6022,7 @@ msgstr "منوی نوار کناری سفارشی" msgid "Custom Translation" msgstr "ترجمه سفارشی" -#: frappe/custom/doctype/custom_field/custom_field.py:373 +#: frappe/custom/doctype/custom_field/custom_field.py:374 msgid "Custom field renamed to {0} successfully." msgstr "فیلد سفارشی با موفقیت به {0} تغییر نام داد." @@ -6002,7 +6050,7 @@ msgstr "سفارشی سازی" #. Success message of the Module Onboarding 'Customization' #: frappe/custom/module_onboarding/customization/customization.json msgid "Customization onboarding is all done!" -msgstr "" +msgstr "سفارشی‌سازی آشناسازی تمام شده است!" #: frappe/public/js/frappe/views/workspace/workspace.js:556 msgid "Customizations Discarded" @@ -6166,13 +6214,13 @@ msgstr "رنگ تیره" msgid "Dark Theme" msgstr "تم تیره" -#. Label of a Check field in DocType 'Role' +#. Label of a Check field in DocType 'User' #. Label of a Link in the Build Workspace #. Name of a DocType #. Option for the 'Select List View' (Select) field in DocType 'Form Tour' #. Option for the 'Type' (Select) field in DocType 'Workspace Shortcut' #. Option for the 'DocType View' (Select) field in DocType 'Workspace Shortcut' -#: frappe/core/doctype/role/role.json +#: frappe/core/doctype/user/user.json #: frappe/core/page/dashboard_view/dashboard_view.js:10 #: frappe/core/workspace/build/build.json #: frappe/desk/doctype/dashboard/dashboard.json @@ -6490,7 +6538,7 @@ msgstr "صندوق ورودی پیش فرض" #. Label of a Check field in DocType 'Email Account' #: frappe/email/doctype/email_account/email_account.json -#: frappe/email/doctype/email_account/email_account.py:199 +#: frappe/email/doctype/email_account/email_account.py:200 msgid "Default Incoming" msgstr "ورودی پیش فرض" @@ -6510,7 +6558,7 @@ msgstr "نامگذاری پیش فرض" #. Label of a Check field in DocType 'Email Account' #: frappe/email/doctype/email_account/email_account.json -#: frappe/email/doctype/email_account/email_account.py:207 +#: frappe/email/doctype/email_account/email_account.py:208 msgid "Default Outgoing" msgstr "خروجی پیش فرض" @@ -6597,6 +6645,11 @@ msgstr "نمای پیش فرض" msgid "Default Workspace" msgstr "محیط کار پیش فرض" +#. Description of the 'Currency' (Link) field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Default display currency" +msgstr "ارز نمایش پیش فرض" + #: frappe/core/doctype/doctype/doctype.py:1338 msgid "Default for 'Check' type of field {0} must be either '0' or '1'" msgstr "پیش‌فرض برای نوع «بررسی» فیلد {0} باید «0» یا «1» باشد." @@ -6626,7 +6679,7 @@ msgstr "مقدار پیش فرض" msgid "Defaults" msgstr "پیش فرض ها" -#: frappe/email/doctype/email_account/email_account.py:218 +#: frappe/email/doctype/email_account/email_account.py:219 msgid "Defaults Updated" msgstr "پیش فرض ها به روز شد" @@ -6663,7 +6716,7 @@ msgstr "با تاخیر" msgid "Delete" msgstr "حذف" -#: frappe/public/js/frappe/list/list_view.js:1918 +#: frappe/public/js/frappe/list/list_view.js:1926 msgctxt "Button in list view actions menu" msgid "Delete" msgstr "حذف" @@ -6745,12 +6798,12 @@ msgstr "حذف تب" msgid "Delete this record to allow sending to this email address" msgstr "این سابقه را حذف کنید تا امکان ارسال به این آدرس ایمیل فراهم شود" -#: frappe/public/js/frappe/list/list_view.js:1923 +#: frappe/public/js/frappe/list/list_view.js:1931 msgctxt "Title of confirmation dialog" msgid "Delete {0} item permanently?" msgstr "{0} آیتم برای همیشه حذف شود؟" -#: frappe/public/js/frappe/list/list_view.js:1929 +#: frappe/public/js/frappe/list/list_view.js:1937 msgctxt "Title of confirmation dialog" msgid "Delete {0} items permanently?" msgstr "{0} آیتم برای همیشه حذف شود؟" @@ -6771,7 +6824,7 @@ msgstr "حذف شده" #. Label of a Data field in DocType 'Deleted Document' #: frappe/core/doctype/deleted_document/deleted_document.json msgid "Deleted DocType" -msgstr "DocType حذف شد" +msgstr "DocType حذف شده" #. Name of a DocType #: frappe/core/doctype/deleted_document/deleted_document.json @@ -7110,7 +7163,7 @@ msgstr "غیرفعال کردن ثبت نام ها" msgid "Disabled" msgstr "غیرفعال" -#: frappe/email/doctype/email_account/email_account.js:228 +#: frappe/email/doctype/email_account/email_account.js:232 msgid "Disabled Auto Reply" msgstr "پاسخ خودکار غیرفعال است" @@ -7317,10 +7370,6 @@ msgstr "فیلد طرح بندی DocType" msgid "DocType Link" msgstr "پیوند DocType" -#: frappe/core/doctype/doctype/doctype_list.js:10 -msgid "DocType Name" -msgstr "نام DocType" - #. Name of a DocType #. Option for the 'Applied On' (Select) field in DocType 'Property Setter' #: frappe/core/doctype/doctype_state/doctype_state.json @@ -7503,7 +7552,7 @@ msgstr "شرایط قانون نامگذاری سند" msgid "Document Naming Settings" msgstr "تنظیمات نامگذاری سند" -#: frappe/model/document.py:1541 +#: frappe/model/document.py:1545 msgid "Document Queued" msgstr "سند در صف قرار گرفت" @@ -7535,7 +7584,7 @@ msgstr "کلید اشتراک سند" #. Label of a Int field in DocType 'System Settings' #: frappe/core/doctype/system_settings/system_settings.json msgid "Document Share Key Expiry (in Days)" -msgstr "انقضای کلید اشتراک‌گذاری سند (در چند روز)" +msgstr "انقضای کلید اشتراک‌گذاری سند (بر حسب روز)" #. Name of a report #. Label of a Link in the Users Workspace @@ -7654,7 +7703,7 @@ msgid "Document Types and Permissions" msgstr "انواع اسناد و مجوزها" #: frappe/core/doctype/submission_queue/submission_queue.py:163 -#: frappe/model/document.py:1748 +#: frappe/model/document.py:1752 msgid "Document Unlocked" msgstr "قفل سند باز شد" @@ -7694,7 +7743,7 @@ msgstr "نوع سند برای ایجاد نمودار داشبورد مورد msgid "Document {0} Already Restored" msgstr "سند {0} قبلاً بازیابی شده است" -#: frappe/workflow/doctype/workflow_action/workflow_action.py:198 +#: frappe/workflow/doctype/workflow_action/workflow_action.py:199 msgid "Document {0} has been set to state {1} by {2}" msgstr "سند {0} توسط {2} روی {1} تنظیم شده است" @@ -7859,7 +7908,7 @@ msgid "Dr" msgstr "دکتر" #: frappe/public/js/frappe/model/indicator.js:73 -#: frappe/public/js/frappe/ui/filters/filter.js:498 +#: frappe/public/js/frappe/ui/filters/filter.js:530 msgid "Draft" msgstr "پیش نویس" @@ -7877,7 +7926,7 @@ msgstr "" #: frappe/public/js/frappe/file_uploader/FileUploader.vue:14 msgid "Drag and drop files here or upload from" -msgstr "" +msgstr "فایل‌ها را به اینجا بکشید و رها کنید یا آپلود کنید از" #: frappe/public/js/print_format_builder/ConfigureColumns.vue:76 msgid "Drag columns to set order. Column width is set in percentage. The total width should not be more than 100. Columns marked in red will be removed." @@ -8053,7 +8102,7 @@ msgstr "" #: frappe/public/js/frappe/form/templates/contact_list.html:7 #: frappe/public/js/frappe/form/toolbar.js:660 #: frappe/public/js/frappe/views/reports/query_report.js:814 -#: frappe/public/js/frappe/views/reports/query_report.js:1636 +#: frappe/public/js/frappe/views/reports/query_report.js:1643 #: frappe/public/js/frappe/views/workspace/workspace.js:98 #: frappe/public/js/frappe/views/workspace/workspace.js:847 #: frappe/public/js/frappe/widgets/base_widget.js:64 @@ -8066,7 +8115,7 @@ msgstr "" msgid "Edit" msgstr "ویرایش" -#: frappe/public/js/frappe/list/list_view.js:2004 +#: frappe/public/js/frappe/list/list_view.js:2012 msgctxt "Button in list view actions menu" msgid "Edit" msgstr "ویرایش" @@ -8115,7 +8164,7 @@ msgstr "" msgid "Edit Format" msgstr "ویرایش فرمت" -#: frappe/public/js/frappe/form/quick_entry.js:286 +#: frappe/public/js/frappe/form/quick_entry.js:287 msgid "Edit Full Form" msgstr "ویرایش فرم کامل" @@ -8239,7 +8288,7 @@ msgstr "انتخابگر عنصر" #: frappe/core/doctype/communication/communication.json #: frappe/core/doctype/custom_docperm/custom_docperm.json #: frappe/core/doctype/docperm/docperm.json -#: frappe/core/doctype/success_action/success_action.js:57 +#: frappe/core/doctype/success_action/success_action.js:59 #: frappe/core/doctype/system_settings/system_settings.json #: frappe/core/doctype/user/user.json #: frappe/core/doctype/user_document_type/user_document_type.json @@ -8253,7 +8302,7 @@ msgstr "انتخابگر عنصر" #: frappe/templates/includes/comments/comments.html:25 #: frappe/templates/signup.html:9 #: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.json -#: frappe/www/login.html:7 frappe/www/login.py:98 +#: frappe/www/login.html:7 frappe/www/login.py:99 msgid "Email" msgstr "پست الکترونیک" @@ -8277,7 +8326,7 @@ msgstr "پست الکترونیک" msgid "Email Account" msgstr "حساب کاربری ایمیل" -#: frappe/email/doctype/email_account/email_account.py:314 +#: frappe/email/doctype/email_account/email_account.py:315 msgid "Email Account Disabled." msgstr "حساب ایمیل غیرفعال شد." @@ -8286,7 +8335,7 @@ msgstr "حساب ایمیل غیرفعال شد." msgid "Email Account Name" msgstr "نام حساب ایمیل" -#: frappe/core/doctype/user/user.py:719 +#: frappe/core/doctype/user/user.py:680 msgid "Email Account added multiple times" msgstr "حساب ایمیل چندین بار اضافه شده است" @@ -8358,6 +8407,7 @@ msgstr "عضو گروه ایمیل" #. Label of a Data field in DocType 'Contact Email' #. Label of a Data field in DocType 'User Email' #. Label of a Data field in DocType 'Email Rule' +#: frappe/contacts/doctype/contact/contact.py:130 #: frappe/contacts/doctype/contact_email/contact_email.json #: frappe/core/doctype/user_email/user_email.json #: frappe/email/doctype/email_rule/email_rule.json @@ -8576,20 +8626,20 @@ msgstr "فعال کردن نمایه سازی گوگل" #. Label of a Check field in DocType 'Email Account' #: frappe/email/doctype/email_account/email_account.json -#: frappe/email/doctype/email_account/email_account.py:200 +#: frappe/email/doctype/email_account/email_account.py:201 msgid "Enable Incoming" msgstr "Incoming را فعال کنید" #. Label of a Check field in DocType 'System Settings' #: frappe/core/doctype/system_settings/system_settings.json msgid "Enable Onboarding" -msgstr "Onboarding را فعال کنید" +msgstr "آشناسازی را فعال کنید" #. Label of a Check field in DocType 'User Email' #. Label of a Check field in DocType 'Email Account' #: frappe/core/doctype/user_email/user_email.json #: frappe/email/doctype/email_account/email_account.json -#: frappe/email/doctype/email_account/email_account.py:208 +#: frappe/email/doctype/email_account/email_account.py:209 msgid "Enable Outgoing" msgstr "خروجی را فعال کنید" @@ -8726,11 +8776,11 @@ msgstr "فعال" msgid "Enabled Scheduler" msgstr "زمانبندی فعال شد" -#: frappe/email/doctype/email_account/email_account.py:931 +#: frappe/email/doctype/email_account/email_account.py:939 msgid "Enabled email inbox for user {0}" msgstr "صندوق ورودی ایمیل برای کاربر {0} فعال شد" -#: frappe/core/doctype/server_script/server_script.py:269 +#: frappe/core/doctype/server_script/server_script.py:243 msgid "Enabled scheduled execution for script {0}" msgstr "اجرای برنامه ریزی شده برای اسکریپت فعال شد {0}" @@ -8743,7 +8793,7 @@ msgstr "اجرای برنامه ریزی شده برای اسکریپت فعال msgid "Enables Calendar and Gantt views." msgstr "نماهای تقویم و گانت را فعال می کند." -#: frappe/email/doctype/email_account/email_account.js:223 +#: frappe/email/doctype/email_account/email_account.js:227 msgid "Enabling auto reply on an incoming email account will send automated replies to all the synchronized emails. Do you wish to continue?" msgstr "فعال کردن پاسخ خودکار در یک حساب ایمیل ورودی، پاسخ‌های خودکار را به همه ایمیل‌های همگام‌سازی شده ارسال می‌کند. آیا مایل هستید ادامه دهید؟" @@ -8783,6 +8833,7 @@ msgstr "کلید رمزگذاری نامعتبر است! لطفا site_config.js #. Label of a Date field in DocType 'Auto Repeat' #. Label of a Datetime field in DocType 'Web Page' #: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:140 #: frappe/public/js/frappe/utils/common.js:416 #: frappe/website/doctype/web_page/web_page.json msgid "End Date" @@ -9004,7 +9055,7 @@ msgstr "خطایی در {0} رخ داده است" msgid "Error in Client Script" msgstr "خطا در اسکریپت کلاینت" -#: frappe/public/js/frappe/form/script_manager.js:242 +#: frappe/public/js/frappe/form/script_manager.js:243 msgid "Error in Client Script." msgstr "خطا در اسکریپت کلاینت." @@ -9022,7 +9073,7 @@ msgstr "خطا در اعلان" msgid "Error in print format on line {0}: {1}" msgstr "خطا در قالب چاپ در خط {0}: {1}" -#: frappe/email/doctype/email_account/email_account.py:617 +#: frappe/email/doctype/email_account/email_account.py:618 msgid "Error while connecting to email account {0}" msgstr "خطا هنگام اتصال به حساب ایمیل {0}" @@ -9030,7 +9081,7 @@ msgstr "خطا هنگام اتصال به حساب ایمیل {0}" msgid "Error while evaluating Notification {0}. Please fix your template." msgstr "خطا هنگام ارزیابی اعلان {0}. لطفا قالب خود را اصلاح کنید." -#: frappe/model/document.py:816 +#: frappe/model/document.py:820 msgid "Error: Document has been modified after you have opened it" msgstr "خطا: سند پس از باز کردن آن اصلاح شد" @@ -9182,7 +9233,7 @@ msgstr "اجرای اسکریپت کنسول" msgid "Executing..." msgstr "در حال اجرا..." -#: frappe/public/js/frappe/views/reports/query_report.js:1980 +#: frappe/public/js/frappe/views/reports/query_report.js:1987 msgid "Execution Time: {0} sec" msgstr "زمان اجرا: {0} ثانیه" @@ -9200,7 +9251,7 @@ msgctxt "Enlarge code field." msgid "Expand" msgstr "بسط دادن" -#: frappe/public/js/frappe/views/reports/query_report.js:1966 +#: frappe/public/js/frappe/views/reports/query_report.js:1973 #: frappe/public/js/frappe/views/treeview.js:114 msgid "Expand All" msgstr "گسترش همه" @@ -9255,12 +9306,12 @@ msgstr "زمان انقضای صفحه تصویر کد QR" #: frappe/core/doctype/recorder/recorder_list.js:37 #: frappe/public/js/frappe/data_import/data_exporter.js:92 #: frappe/public/js/frappe/data_import/data_exporter.js:243 -#: frappe/public/js/frappe/views/reports/query_report.js:1671 +#: frappe/public/js/frappe/views/reports/query_report.js:1678 #: frappe/public/js/frappe/views/reports/report_view.js:1551 msgid "Export" msgstr "برون‌بُرد" -#: frappe/public/js/frappe/list/list_view.js:2026 +#: frappe/public/js/frappe/list/list_view.js:2034 msgctxt "Button in list view actions menu" msgid "Export" msgstr "برون‌بُرد" @@ -9439,7 +9490,7 @@ msgstr "محاسبه بدنه درخواست ناموفق بود: {}" msgid "Failed to connect to server" msgstr "اتصال به سرور ممکن نشد" -#: frappe/auth.py:670 +#: frappe/auth.py:678 msgid "Failed to decode token, please provide a valid base64-encoded token." msgstr "رمزگشایی توکن انجام نشد، لطفاً یک توکن رمزگذاری شده معتبر base64 ارائه دهید." @@ -9463,6 +9514,10 @@ msgstr "شرایط ارزیابی نشد: {}" msgid "Failed to export python type hints" msgstr "پیام‌های نوع پایتون صادر نشد" +#: frappe/integrations/frappe_providers/frappecloud_billing.py:48 +msgid "Failed to generate access token" +msgstr "" + #: frappe/core/doctype/document_naming_settings/document_naming_settings.py:249 msgid "Failed to generate names from the series" msgstr "نام‌هایی از سریال ایجاد نشد" @@ -9479,6 +9534,10 @@ msgstr "Failed to get method for command {0} with {1}" msgid "Failed to get method {0} with {1}" msgstr "روش {0} با {1} دریافت نشد" +#: frappe/integrations/frappe_providers/frappecloud_billing.py:68 +msgid "Failed to get site info" +msgstr "" + #: frappe/model/virtual_doctype.py:63 msgid "Failed to import virtual doctype {}, is controller file present?" msgstr "درون‌بُرد doctype مجازی {} انجام نشد، آیا فایل کنترل کننده وجود دارد؟" @@ -9487,6 +9546,10 @@ msgstr "درون‌بُرد doctype مجازی {} انجام نشد، آیا ف msgid "Failed to optimize image: {0}" msgstr "تصویر بهینه نشد: {0}" +#: frappe/integrations/frappe_providers/frappecloud_billing.py:104 +msgid "Failed to request login to Frappe Cloud" +msgstr "" + #: frappe/email/doctype/email_queue/email_queue.py:280 msgid "Failed to send email with subject:" msgstr "ایمیل با موضوع ارسال نشد:" @@ -9499,6 +9562,10 @@ msgstr "ایمیل اعلان ارسال نشد" msgid "Failed to update global settings" msgstr "تنظیمات سراسری به روز نشد" +#: frappe/integrations/frappe_providers/frappecloud_billing.py:83 +msgid "Failed while calling API {0}" +msgstr "هنگام فراخوان API {0} ناموفق بود" + #. Label of a Table field in DocType 'System Health Report' #: frappe/desk/doctype/system_health_report/system_health_report.json msgid "Failing Scheduled Jobs (last 7 days)" @@ -9511,7 +9578,7 @@ msgstr "شکست" #. Label of a Percent field in DocType 'System Health Report Failing Jobs' #: frappe/desk/doctype/system_health_report_failing_jobs/system_health_report_failing_jobs.json msgid "Failure Rate" -msgstr "میزان شکست" +msgstr "نرخ شکست" #. Label of a Attach field in DocType 'Website Settings' #: frappe/website/doctype/website_settings/website_settings.json @@ -9594,7 +9661,7 @@ msgstr "در حال واکشی اسناد جستجوی سراسری پیش‌ف #: frappe/public/js/frappe/list/bulk_operations.js:327 #: frappe/public/js/frappe/list/list_view_permission_restrictions.html:3 #: frappe/public/js/frappe/views/reports/query_report.js:236 -#: frappe/public/js/frappe/views/reports/query_report.js:1725 +#: frappe/public/js/frappe/views/reports/query_report.js:1732 #: frappe/website/doctype/web_form_field/web_form_field.json #: frappe/website/doctype/web_form_list_column/web_form_list_column.json msgid "Field" @@ -9610,7 +9677,7 @@ msgstr "فیلد \"عنوان\" در صورت تنظیم \"فیلد جستجوی #: frappe/desk/doctype/bulk_update/bulk_update.js:17 msgid "Field \"value\" is mandatory. Please specify value to be updated" -msgstr "فیلد \"ارزش\" اجباری است. لطفا مقداری را برای به روز رسانی مشخص کنید" +msgstr "فیلد \"مقدار\" اجباری است. لطفا مقداری را برای به روز رسانی مشخص کنید" #. Label of a Text field in DocType 'Custom Field' #: frappe/custom/doctype/custom_field/custom_field.json @@ -9654,7 +9721,7 @@ msgstr "نوع فیلد" #: frappe/desk/reportview.py:182 msgid "Field not permitted in query" -msgstr "فیلد در پرس و جو مجاز نیست" +msgstr "فیلد در پرسمان مجاز نیست" #. Description of the 'Workflow State Field' (Data) field in DocType 'Workflow' #: frappe/workflow/doctype/workflow/workflow.json @@ -9670,7 +9737,7 @@ msgstr "زمینه برای پیگیری" msgid "Field type cannot be changed for {0}" msgstr "نوع فیلد برای {0} قابل تغییر نیست" -#: frappe/database/database.py:841 +#: frappe/database/database.py:843 msgid "Field {0} does not exist on {1}" msgstr "فیلد {0} در {1} وجود ندارد" @@ -9713,7 +9780,7 @@ msgstr "برای فعال کردن نامگذاری خودکار، نام فیل msgid "Fieldname is limited to 64 characters ({0})" msgstr "نام فیلد به 64 کاراکتر محدود شده است ({0})" -#: frappe/custom/doctype/custom_field/custom_field.py:195 +#: frappe/custom/doctype/custom_field/custom_field.py:196 msgid "Fieldname not set for Custom Field" msgstr "نام فیلد برای فیلد سفارشی تنظیم نشده است" @@ -9753,7 +9820,7 @@ msgstr "نام فیلد {0} محدود شده است" #: frappe/custom/doctype/doctype_layout/doctype_layout.json #: frappe/desk/doctype/kanban_board/kanban_board.json #: frappe/desk/doctype/list_view_settings/list_view_settings.json -#: frappe/public/js/frappe/list/list_settings.js:132 +#: frappe/public/js/frappe/list/list_settings.js:135 #: frappe/public/js/frappe/views/kanban/kanban_settings.js:111 #: frappe/public/js/print_format_builder/PrintFormatControls.vue:83 #: frappe/website/doctype/personal_data_deletion_step/personal_data_deletion_step.json @@ -9790,7 +9857,7 @@ msgstr "فیلدهایی که با کاما (،) از هم جدا شده اند msgid "Fieldtype" msgstr "Fieldtype" -#: frappe/custom/doctype/custom_field/custom_field.py:191 +#: frappe/custom/doctype/custom_field/custom_field.py:192 msgid "Fieldtype cannot be changed from {0} to {1}" msgstr "نوع فیلد را نمی توان از {0} به {1} تغییر داد" @@ -9939,11 +10006,11 @@ msgstr "نام فیلتر" msgid "Filter Values" msgstr "مقادیر فیلتر" -#: frappe/utils/data.py:1781 +#: frappe/utils/data.py:1795 msgid "Filter must be a tuple or list (in a list)" msgstr "فیلتر باید یک تاپل یا لیست (در یک لیست) باشد" -#: frappe/utils/data.py:1789 +#: frappe/utils/data.py:1803 msgid "Filter must have 4 values (doctype, fieldname, operator, value): {0}" msgstr "فیلتر باید 4 مقدار داشته باشد (نوع سند، نام فیلد، عملگر، مقدار): {0}" @@ -10008,7 +10075,7 @@ msgstr "فیلترهای JSON" msgid "Filters Section" msgstr "بخش فیلترها" -#: frappe/public/js/frappe/form/controls/link.js:491 +#: frappe/public/js/frappe/form/controls/link.js:502 msgid "Filters applied for {0}" msgstr "فیلترهای اعمال شده برای {0}" @@ -10033,8 +10100,8 @@ msgstr "فیلترها:" msgid "Find '{0}' in ..." msgstr "پیدا کردن \"{0}\" در ..." -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:316 -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:317 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:327 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:328 #: frappe/public/js/frappe/ui/toolbar/search_utils.js:141 #: frappe/public/js/frappe/ui/toolbar/search_utils.js:144 msgid "Find {0} in {1}" @@ -10165,7 +10232,7 @@ msgstr "به دنبال" msgid "Following Report Filters have missing values:" msgstr "فیلترهای گزارش زیر دارای مقادیر گمشده هستند:" -#: frappe/website/doctype/web_form/web_form.py:107 +#: frappe/website/doctype/web_form/web_form.py:108 msgid "Following fields are missing:" msgstr "فیلدهای زیر وجود ندارد:" @@ -10334,9 +10401,9 @@ msgstr "برای کاربر" #. Label of a Dynamic Link field in DocType 'User Permission' #: frappe/core/doctype/user_permission/user_permission.json msgid "For Value" -msgstr "برای ارزش" +msgstr "برای مقدار" -#: frappe/public/js/frappe/views/reports/query_report.js:1977 +#: frappe/public/js/frappe/views/reports/query_report.js:1984 #: frappe/public/js/frappe/views/reports/report_view.js:96 msgid "For comparison, use >5, <10 or =324. For ranges, use 5:10 (for values between 5 & 10)." msgstr "برای مقایسه، از >5، <10 یا =324 استفاده کنید. برای محدوده ها، از 5:10 (برای مقادیر بین 5 و 10) استفاده کنید." @@ -10354,7 +10421,7 @@ msgstr "برای مثال: اگر می‌خواهید شناسه سند را ا msgid "For example: {} Open" msgstr "به عنوان مثال: {} باز" -#. Description of the 'Client Script' (Code) field in DocType 'Web Form' +#. Description of the 'Client script' (Code) field in DocType 'Web Form' #: frappe/website/doctype/web_form/web_form.json msgid "For help see Client Script API and Examples" msgstr "برای راهنمایی به API و مثال‌های Client Script مراجعه کنید." @@ -10448,10 +10515,12 @@ msgid "Form Dict" msgstr "فرم دیکت" #. Label of a Section Break field in DocType 'DocType' -#. Label of a Section Break field in DocType 'Role' +#. Label of a Section Break field in DocType 'User' #. Label of a Section Break field in DocType 'Customize Form' -#: frappe/core/doctype/doctype/doctype.json frappe/core/doctype/role/role.json +#. Label of a Section Break field in DocType 'Web Form' +#: frappe/core/doctype/doctype/doctype.json frappe/core/doctype/user/user.json #: frappe/custom/doctype/customize_form/customize_form.json +#: frappe/website/doctype/web_form/web_form.json msgid "Form Settings" msgstr "تنظیمات فرم" @@ -10507,8 +10576,8 @@ msgstr "واحدهای کسری" #. Option for the 'Social Login Provider' (Select) field in DocType 'Social #. Login Key' #: frappe/integrations/doctype/social_login_key/social_login_key.json -#: frappe/www/login.html:61 frappe/www/login.html:142 frappe/www/login.py:49 -#: frappe/www/login.py:138 +#: frappe/www/login.html:61 frappe/www/login.html:142 frappe/www/login.py:50 +#: frappe/www/login.py:139 msgid "Frappe" msgstr "Frappe" @@ -10588,7 +10657,7 @@ msgstr "از تاریخ" msgid "From Date Field" msgstr "از فیلد تاریخ" -#: frappe/public/js/frappe/views/reports/query_report.js:1691 +#: frappe/public/js/frappe/views/reports/query_report.js:1698 msgid "From Document Type" msgstr "از نوع سند" @@ -10647,7 +10716,7 @@ msgstr "تابع" msgid "Function Based On" msgstr "عملکرد بر اساس" -#: frappe/__init__.py:905 +#: frappe/__init__.py:855 msgid "Function {0} is not whitelisted." msgstr "تابع {0} در لیست سفید قرار ندارد." @@ -10721,7 +10790,7 @@ msgstr "ایجاد کلیدها" msgid "Generate New Report" msgstr "ایجاد گزارش جدید" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:357 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:368 msgid "Generate Random Password" msgstr "ایجاد رمز عبور تصادفی" @@ -10745,7 +10814,7 @@ msgstr "دریافت هشدار برای امروز" #: frappe/desk/page/backups/backups.js:19 msgid "Get Backup Encryption Key" -msgstr "کلید رمزگذاری پشتیبان را دریافت کنید" +msgstr "دریافت کلید رمزگذاری پشتیبان" #. Label of a Button field in DocType 'Auto Repeat' #: frappe/automation/doctype/auto_repeat/auto_repeat.json @@ -11086,6 +11155,14 @@ msgstr "نمودار" msgid "Gray" msgstr "خاکستری" +#: frappe/public/js/frappe/ui/filters/filter.js:23 +msgid "Greater Than" +msgstr "بزرگتر از" + +#: frappe/public/js/frappe/ui/filters/filter.js:25 +msgid "Greater Than Or Equal To" +msgstr "بزرگتر یا مساوی با" + #. Option for the 'Color' (Select) field in DocType 'DocType State' #. Option for the 'Indicator' (Select) field in DocType 'Kanban Board Column' #: frappe/core/doctype/doctype_state/doctype_state.json @@ -11378,7 +11455,7 @@ msgstr "کمک کشویی" msgid "Help HTML" msgstr "به HTML کمک کنید" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:138 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:149 msgid "Help on Search" msgstr "کمک در جستجو" @@ -11430,7 +11507,7 @@ msgstr "سلام {0}" #: frappe/printing/page/print_format_builder/print_format_builder_field.html:3 #: frappe/website/doctype/web_form_field/web_form_field.json msgid "Hidden" -msgstr "پنهان شده است" +msgstr "پنهان شده" #. Label of a Section Break field in DocType 'Form Tour Step' #: frappe/desk/doctype/form_tour_step/form_tour_step.json @@ -11674,7 +11751,7 @@ msgstr "" #: frappe/desk/report/todo/todo.py:36 frappe/model/meta.py:44 #: frappe/public/js/frappe/data_import/data_exporter.js:330 #: frappe/public/js/frappe/data_import/data_exporter.js:345 -#: frappe/public/js/frappe/list/list_settings.js:334 +#: frappe/public/js/frappe/list/list_settings.js:337 #: frappe/public/js/frappe/list/list_view.js:357 #: frappe/public/js/frappe/list/list_view.js:420 #: frappe/public/js/frappe/model/meta.js:197 @@ -11816,6 +11893,11 @@ msgstr "اگر غیرفعال باشد، این نقش از همه کاربرا msgid "If enabled, user can login from any IP Address using Two Factor Auth, this can also be set for all users in System Settings" msgstr "اگر فعال باشد، کاربر می‌تواند از هر آدرس IP با استفاده از تأیید اعتبار دو عاملی وارد شود، همچنین می‌تواند برای همه کاربران در تنظیمات سیستم تنظیم شود." +#. Description of the 'Anonymous responses' (Check) field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "If enabled, all responses on the web form will be submitted anonymously" +msgstr "اگر فعال باشد، تمام پاسخ‌های موجود در فرم وب به‌صورت ناشناس ارسال می‌شود" + #. Description of the 'Bypass restricted IP Address check If Two Factor Auth #. Enabled' (Check) field in DocType 'System Settings' #: frappe/core/doctype/system_settings/system_settings.json @@ -11906,7 +11988,7 @@ msgstr "اگر کاربر هر نقشی را علامت زده باشد، کار #: frappe/core/page/permission_manager/permission_manager_help.html:38 msgid "If these instructions where not helpful, please add in your suggestions on GitHub Issues." -msgstr "اگر این دستورالعمل ها مفید نیستند، لطفاً پیشنهادات خود را در مورد مشکلات GitHub اضافه کنید." +msgstr "اگر این دستورالعمل ها مفید نیستند، لطفاً پیشنهادها خود را در مورد مشکلات GitHub اضافه کنید." #. Description of the 'Fetch on Save if Empty' (Check) field in DocType #. 'DocField' @@ -11954,7 +12036,7 @@ msgstr "اگر این را تنظیم کنید، این آیتم به صورت #: frappe/templates/emails/administrator_logged_in.html:3 msgid "If you think this is unauthorized, please change the Administrator password." -msgstr "اگر فکر می کنید این غیرمجاز است، لطفا رمز عبور Administrator را تغییر دهید." +msgstr "اگر فکر می کنید این غیرمجاز است، لطفا رمز عبور ادمین را تغییر دهید." #. Description of the 'Source Text' (Code) field in DocType 'Translation' #: frappe/core/doctype/translation/translation.json @@ -12004,7 +12086,7 @@ msgstr "وضعیت سند غیرقانونی برای {0}" #: frappe/model/db_query.py:441 frappe/model/db_query.py:444 #: frappe/model/db_query.py:1117 msgid "Illegal SQL Query" -msgstr "Query SQL غیر قانونی" +msgstr "پرسمان SQL غیر قانونی" #: frappe/utils/jinja.py:95 msgid "Illegal template" @@ -12273,7 +12355,7 @@ msgstr "در پیش نمایش" msgid "In Progress" msgstr "در حال پیش رفت" -#: frappe/database/database.py:243 +#: frappe/database/database.py:245 msgid "In Read Only Mode" msgstr "در حالت فقط خواندن" @@ -12348,11 +12430,11 @@ msgstr "شامل تم از برنامه ها" msgid "Include Web View Link in Email" msgstr "پیوند مشاهده وب را در ایمیل اضافه کنید" -#: frappe/public/js/frappe/views/reports/query_report.js:1510 +#: frappe/public/js/frappe/views/reports/query_report.js:1515 msgid "Include filters" msgstr "شامل فیلترها" -#: frappe/public/js/frappe/views/reports/query_report.js:1502 +#: frappe/public/js/frappe/views/reports/query_report.js:1507 msgid "Include indentation" msgstr "شامل تورفتگی" @@ -12390,7 +12472,7 @@ msgstr "حساب ایمیل ورودی صحیح نیست" msgid "Incomplete Virtual Doctype Implementation" msgstr "پیاده سازی Virtual Doctype ناقص" -#: frappe/auth.py:233 +#: frappe/auth.py:241 msgid "Incomplete login details" msgstr "جزئیات ورود ناقص" @@ -12410,11 +12492,11 @@ msgstr "کاربر یا رمز عبور نادرست" msgid "Incorrect Verification code" msgstr "کد تأیید نادرست" -#: frappe/model/document.py:1347 +#: frappe/model/document.py:1351 msgid "Incorrect value in row {0}:" msgstr "مقدار نادرست در ردیف {0}:" -#: frappe/model/document.py:1349 +#: frappe/model/document.py:1353 msgid "Incorrect value:" msgstr "مقدار نادرست:" @@ -12490,7 +12572,7 @@ msgstr "InnoDB" #: frappe/core/doctype/data_import/data_import_list.js:35 msgid "Insert" -msgstr "درج کنید" +msgstr "درج" #: frappe/public/js/frappe/form/grid_row_form.js:42 msgid "Insert Above" @@ -12498,15 +12580,15 @@ msgstr "درج در بالا" #. Label of a Select field in DocType 'Custom Field' #: frappe/custom/doctype/custom_field/custom_field.json -#: frappe/public/js/frappe/views/reports/query_report.js:1731 +#: frappe/public/js/frappe/views/reports/query_report.js:1738 msgid "Insert After" msgstr "درج بعد" -#: frappe/custom/doctype/custom_field/custom_field.py:249 +#: frappe/custom/doctype/custom_field/custom_field.py:250 msgid "Insert After cannot be set as {0}" msgstr "Insert After را نمی توان به عنوان {0} تنظیم کرد" -#: frappe/custom/doctype/custom_field/custom_field.py:242 +#: frappe/custom/doctype/custom_field/custom_field.py:243 msgid "Insert After field '{0}' mentioned in Custom Field '{1}', with label '{2}', does not exist" msgstr "درج بعد از فیلد «{0}» ذکر شده در فیلد سفارشی «{1}»، با برچسب «{2}»، وجود ندارد" @@ -12567,7 +12649,6 @@ msgid "Insufficient Permission Level for {0}" msgstr "سطح مجوز ناکافی برای {0}" #: frappe/database/query.py:375 frappe/desk/form/load.py:40 -#: frappe/model/document.py:239 msgid "Insufficient Permission for {0}" msgstr "مجوز ناکافی برای {0}" @@ -12712,6 +12793,10 @@ msgstr "اقدام نامعتبر" msgid "Invalid CSV Format" msgstr "قالب CSV نامعتبر است" +#: frappe/integrations/frappe_providers/frappecloud_billing.py:121 +msgid "Invalid Code. Please try again." +msgstr "" + #: frappe/integrations/doctype/webhook/webhook.py:90 msgid "Invalid Condition: {}" msgstr "شرایط نامعتبر: {}" @@ -12720,7 +12805,7 @@ msgstr "شرایط نامعتبر: {}" msgid "Invalid Credentials" msgstr "گواهی نامه نامعتبر" -#: frappe/utils/data.py:103 frappe/utils/data.py:253 +#: frappe/utils/data.py:104 frappe/utils/data.py:254 msgid "Invalid Date" msgstr "تاریخ نامعتبر است" @@ -12756,7 +12841,7 @@ msgstr "صفحه اصلی نامعتبر است" msgid "Invalid Link" msgstr "پیوند نامعتبر" -#: frappe/www/login.py:117 +#: frappe/www/login.py:118 msgid "Invalid Login Token" msgstr "توکن ورود نامعتبر است" @@ -12789,11 +12874,11 @@ msgstr "سرور یا درگاه ایمیل خروجی نامعتبر: {0}" msgid "Invalid Output Format" msgstr "فرمت خروجی نامعتبر است" -#: frappe/integrations/doctype/connected_app/connected_app.py:166 +#: frappe/integrations/doctype/connected_app/connected_app.py:190 msgid "Invalid Parameters." msgstr "پارامترهای نامعتبر" -#: frappe/core/doctype/user/user.py:1210 frappe/www/update-password.html:121 +#: frappe/core/doctype/user/user.py:1164 frappe/www/update-password.html:121 #: frappe/www/update-password.html:142 frappe/www/update-password.html:144 #: frappe/www/update-password.html:245 msgid "Invalid Password" @@ -12803,8 +12888,8 @@ msgstr "رمز عبور نامعتبر" msgid "Invalid Phone Number" msgstr "شماره تلفن نامعتبر" -#: frappe/auth.py:94 frappe/utils/oauth.py:185 frappe/utils/oauth.py:192 -#: frappe/www/login.py:117 +#: frappe/auth.py:95 frappe/utils/oauth.py:185 frappe/utils/oauth.py:192 +#: frappe/www/login.py:118 msgid "Invalid Request" msgstr "درخواست نامعتبر" @@ -12843,7 +12928,7 @@ msgstr "تابع تجمیع نامعتبر است" msgid "Invalid column" msgstr "ستون نامعتبر است" -#: frappe/model/document.py:849 frappe/model/document.py:863 +#: frappe/model/document.py:853 frappe/model/document.py:867 msgid "Invalid docstatus" msgstr "docstatus نامعتبر است" @@ -12855,7 +12940,7 @@ msgstr "عبارت نامعتبر تنظیم شده در فیلتر {0}" msgid "Invalid expression set in filter {0} ({1})" msgstr "عبارت نامعتبر تنظیم شده در فیلتر {0} ({1})" -#: frappe/utils/data.py:1888 +#: frappe/utils/data.py:1902 msgid "Invalid field name {0}" msgstr "نام فیلد نامعتبر {0}" @@ -12881,7 +12966,7 @@ msgstr "" msgid "Invalid json added in the custom options: {0}" msgstr "json نامعتبر اضافه شده در گزینه های سفارشی: {0}" -#: frappe/model/naming.py:465 +#: frappe/model/naming.py:464 msgid "Invalid name type (integer) for varchar name column" msgstr "نوع نام نامعتبر (عدد صحیح) برای ستون نام varchar" @@ -12905,7 +12990,7 @@ msgstr "آرگومان های درخواست نامعتبر" msgid "Invalid template file for import" msgstr "فایل الگو برای درون‌بُرد نامعتبر است" -#: frappe/integrations/doctype/connected_app/connected_app.py:172 +#: frappe/integrations/doctype/connected_app/connected_app.py:196 msgid "Invalid token state! Check if the token has been created by the OAuth user." msgstr "حالت توکن نامعتبر! بررسی کنید که آیا توکن توسط کاربر OAuth ایجاد شده است." @@ -13078,7 +13163,7 @@ msgstr "فیلد منتشر شده است باید یک نام فیلد معتب #: frappe/desk/doctype/workspace_link/workspace_link.json #: frappe/public/js/frappe/widgets/widget_dialog.js:303 msgid "Is Query Report" -msgstr "گزارش پرس و جو است" +msgstr "گزارش پرسمان است" #. Label of a Check field in DocType 'Integration Request' #: frappe/integrations/doctype/integration_request/integration_request.json @@ -13596,7 +13681,7 @@ msgstr "برچسب راهنما" msgid "Label and Type" msgstr "برچسب و نوع" -#: frappe/custom/doctype/custom_field/custom_field.py:143 +#: frappe/custom/doctype/custom_field/custom_field.py:144 msgid "Label is mandatory" msgstr "برچسب اجباری است" @@ -13747,7 +13832,7 @@ msgstr "هفته گذشته" msgid "Last Year" msgstr "سال گذشته" -#: frappe/public/js/frappe/widgets/chart_widget.js:698 +#: frappe/public/js/frappe/widgets/chart_widget.js:704 msgid "Last synced {0}" msgstr "آخرین همگام سازی {0}" @@ -13799,7 +13884,7 @@ msgid "Leave blank to repeat always" msgstr "برای تکرار همیشه خالی بگذارید" #: frappe/core/doctype/communication/mixins.py:207 -#: frappe/email/doctype/email_account/email_account.py:666 +#: frappe/email/doctype/email_account/email_account.py:667 msgid "Leave this conversation" msgstr "این گفتگو را ترک کنید" @@ -13859,13 +13944,21 @@ msgstr "طول آرایه داده ارسال شده بیشتر از مقدار msgid "Length of {0} should be between 1 and 1000" msgstr "طول {0} باید بین 1 تا 1000 باشد" -#: frappe/public/js/frappe/widgets/chart_widget.js:674 +#: frappe/public/js/frappe/widgets/chart_widget.js:680 msgid "Less" msgstr "کمتر" +#: frappe/public/js/frappe/ui/filters/filter.js:24 +msgid "Less Than" +msgstr "کمتر از" + +#: frappe/public/js/frappe/ui/filters/filter.js:26 +msgid "Less Than Or Equal To" +msgstr "کمتر یا مساوی با" + #: frappe/public/js/frappe/widgets/onboarding_widget.js:439 msgid "Let us continue with the onboarding" -msgstr "اجازه دهید به نصب ادامه دهیم" +msgstr "اجازه دهید به آشناسازی ادامه دهیم" #: frappe/public/js/frappe/views/workspace/blocks/onboarding.js:94 #: frappe/public/js/frappe/widgets/onboarding_widget.js:602 @@ -13890,7 +13983,7 @@ msgstr "بیایید حساب شما را تنظیم کنیم" #: frappe/public/js/frappe/widgets/onboarding_widget.js:380 #: frappe/public/js/frappe/widgets/onboarding_widget.js:419 msgid "Let's take you back to onboarding" -msgstr "بیایید شما را به سوار شدن برگردانیم" +msgstr "بیایید شما را به آشناسازی برگردانیم" #. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' #: frappe/printing/doctype/print_settings/print_settings.json @@ -14101,7 +14194,7 @@ msgid "Link Document Type" msgstr "نوع سند پیوند" #: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:402 -#: frappe/workflow/doctype/workflow_action/workflow_action.py:197 +#: frappe/workflow/doctype/workflow_action/workflow_action.py:198 msgid "Link Expired" msgstr "لینک منقضی شده است" @@ -14236,15 +14329,10 @@ msgstr "لیست ستون ها" msgid "List Filter" msgstr "فیلتر لیست" -#. Label of a HTML field in DocType 'Web Form' -#: frappe/website/doctype/web_form/web_form.json -msgid "List Setting Message" -msgstr "پیام تنظیم لیست" - -#. Label of a Section Break field in DocType 'Role' +#. Label of a Section Break field in DocType 'User' #. Label of a Section Break field in DocType 'Customize Form' #. Label of a Section Break field in DocType 'Web Form' -#: frappe/core/doctype/role/role.json +#: frappe/core/doctype/user/user.json #: frappe/custom/doctype/customize_form/customize_form.json #: frappe/website/doctype/web_form/web_form.json msgid "List Settings" @@ -14264,7 +14352,7 @@ msgstr "نمای لیست" msgid "List View Settings" msgstr "تنظیمات مشاهده لیست" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:150 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:161 msgid "List a document type" msgstr "یک نوع سند را فهرست کنید" @@ -14280,6 +14368,11 @@ msgstr "فهرست به عنوان [{\"label\": _(\"Jobs\"), \"route\":\"jobs\"} msgid "List of patches executed" msgstr "لیست پچ های اجرا شده" +#. Label of a HTML field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "List setting message" +msgstr "" + #: frappe/public/js/frappe/ui/toolbar/search_utils.js:542 msgid "Lists" msgstr "لیست ها" @@ -14423,7 +14516,7 @@ msgstr "ورود قبل از" msgid "Login Failed please try again" msgstr "ورود ناموفق بود لطفا دوباره امتحان کنید" -#: frappe/email/doctype/email_account/email_account.py:139 +#: frappe/email/doctype/email_account/email_account.py:140 msgid "Login Id is required" msgstr "شناسه ورود الزامی است" @@ -14437,12 +14530,7 @@ msgstr "روش های ورود" msgid "Login Page" msgstr "صفحه ورود" -#. Label of a Check field in DocType 'Web Form' -#: frappe/website/doctype/web_form/web_form.json -msgid "Login Required" -msgstr "ورود لازم است" - -#: frappe/www/login.py:141 +#: frappe/www/login.py:142 msgid "Login To {0}" msgstr "ورود به {0}" @@ -14462,13 +14550,18 @@ msgstr "ورود به سیستم برای مشاهده لیست فرم وب مو msgid "Login link sent to your email" msgstr "لینک ورود به ایمیل شما ارسال شد" -#: frappe/auth.py:319 frappe/auth.py:322 +#: frappe/auth.py:327 frappe/auth.py:330 msgid "Login not allowed at this time" msgstr "ورود به سیستم در حال حاضر مجاز نیست" +#. Label of a Check field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Login required" +msgstr "" + #: frappe/twofactor.py:165 msgid "Login session expired, refresh page to retry" -msgstr "جلسه ورود به سیستم منقضی شد، صفحه را برای امتحان مجدد بازخوانی کنید" +msgstr "نشست ورود به سیستم منقضی شد، صفحه را برای امتحان مجدد بازخوانی کنید" #: frappe/templates/includes/comments/comments.html:110 msgid "Login to comment" @@ -14502,9 +14595,9 @@ msgstr "با لینک ایمیل وارد شوید" #. Label of a Int field in DocType 'System Settings' #: frappe/core/doctype/system_settings/system_settings.json msgid "Login with email link expiry (in minutes)" -msgstr "ورود با انقضای لینک ایمیل (به دقیقه)" +msgstr "ورود با انقضای لینک ایمیل (بر حسب دقیقه)" -#: frappe/auth.py:130 +#: frappe/auth.py:131 msgid "Login with username and password is not allowed." msgstr "ورود با نام کاربری و رمز عبور مجاز نمی باشد." @@ -14519,12 +14612,12 @@ msgstr "خروج" #: frappe/core/doctype/user/user.js:195 msgid "Logout All Sessions" -msgstr "خروج از تمام جلسات" +msgstr "خروج از تمام نشست‌ها" #. Label of a Check field in DocType 'System Settings' #: frappe/core/doctype/system_settings/system_settings.json msgid "Logout All Sessions on Password Reset" -msgstr "خروج از همه جلسات با بازنشانی رمز عبور" +msgstr "خروج از همه نشست‌ها با بازنشانی رمز عبور" #. Label of a Check field in DocType 'User' #: frappe/core/doctype/user/user.json @@ -14570,7 +14663,7 @@ msgstr "به نظر می رسد هیچ اعلانی دریافت نکرده ای #: frappe/core/doctype/server_script/server_script_list.js:18 msgid "Loving Frappe Framework?" -msgstr "" +msgstr "آیا چارچوب Frappe را دوست دارید؟" #. Option for the 'Priority' (Select) field in DocType 'ToDo' #: frappe/desk/doctype/todo/todo.json @@ -14628,6 +14721,11 @@ msgstr "عمده" msgid "Make \"name\" searchable in Global Search" msgstr "نام را در جستجوی سراسری قابل جستجو کنید" +#. Label of a Check field in DocType 'DocField' +#: frappe/core/doctype/docfield/docfield.json +msgid "Make Attachment Public (by default)" +msgstr "" + #. Label of a Check field in DocType 'DocType' #. Label of a Check field in DocType 'Customize Form' #: frappe/core/doctype/doctype/doctype.json @@ -14657,6 +14755,12 @@ msgstr "صفحه را عمومی می کند" msgid "Male" msgstr "" +#. Label of a standard navbar item +#. Type: Route +#: frappe/hooks.py +msgid "Manage Billing" +msgstr "" + #: frappe/www/me.html:50 msgid "Manage third party apps" msgstr "مدیریت برنامه های شخص ثالث" @@ -14692,7 +14796,7 @@ msgstr "اجباری بستگی دارد" msgid "Mandatory Depends On (JS)" msgstr "اجباری وابسته به (JS)" -#: frappe/website/doctype/web_form/web_form.py:410 +#: frappe/website/doctype/web_form/web_form.py:411 msgid "Mandatory Information missing:" msgstr "اطلاعات اجباری از دست رفته:" @@ -14833,11 +14937,6 @@ msgstr "مستر" msgid "Max 500 records at a time" msgstr "حداکثر 500 رکورد در یک زمان" -#. Label of a Int field in DocType 'Web Form' -#: frappe/website/doctype/web_form/web_form.json -msgid "Max Attachment Size (in MB)" -msgstr "حداکثر حجم پیوست (به مگابایت)" - #. Label of a Int field in DocType 'DocType' #. Label of a Int field in DocType 'Customize Form' #: frappe/core/doctype/doctype/doctype.json @@ -14865,6 +14964,11 @@ msgstr "بیشترین طول" msgid "Max Value" msgstr "حداکثر ارزش" +#. Label of a Int field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Max attachment size" +msgstr "" + #. Label of a Int field in DocType 'System Settings' #: frappe/core/doctype/system_settings/system_settings.json msgid "Max auto email report per user" @@ -14905,7 +15009,7 @@ msgid "Maximum points allowed after multiplying points with the multiplier value msgstr "حداکثر امتیاز مجاز پس از ضرب امتیاز با مقدار ضریب\n" "(توجه: بدون محدودیت این قسمت را خالی بگذارید یا 0 را تنظیم کنید)" -#: frappe/model/rename_doc.py:679 +#: frappe/model/rename_doc.py:685 msgid "Maximum {0} rows allowed" msgstr "حداکثر {0} ردیف مجاز است" @@ -15002,7 +15106,7 @@ msgstr "ادغام فقط بین گره گروه به گروه یا گره بر msgid "Message" msgstr "پیام" -#: frappe/__init__.py:589 frappe/public/js/frappe/ui/messages.js:267 +#: frappe/__init__.py:539 frappe/public/js/frappe/ui/messages.js:267 msgctxt "Default title of the message dialog" msgid "Message" msgstr "پیام" @@ -15047,7 +15151,7 @@ msgstr "نوع پیام" msgid "Message clipped" msgstr "پیام بریده شد" -#: frappe/email/doctype/email_account/email_account.py:315 +#: frappe/email/doctype/email_account/email_account.py:316 msgid "Message from server: {0}" msgstr "پیام از سرور: {0}" @@ -15055,7 +15159,7 @@ msgstr "پیام از سرور: {0}" msgid "Message not setup" msgstr "پیام تنظیم نشده است" -#. Description of the 'Success Message' (Text) field in DocType 'Web Form' +#. Description of the 'Success message' (Text) field in DocType 'Web Form' #: frappe/website/doctype/web_form/web_form.json msgid "Message to be displayed on successful completion" msgstr "پیامی که در صورت تکمیل موفقیت آمیز نمایش داده می شود" @@ -15076,17 +15180,13 @@ msgid "Meta" msgstr "متا" #. Label of a Small Text field in DocType 'Blog Post' -#. Label of a Small Text field in DocType 'Web Form' #: frappe/website/doctype/blog_post/blog_post.json -#: frappe/website/doctype/web_form/web_form.json #: frappe/website/doctype/web_page/web_page.js:124 msgid "Meta Description" msgstr "توضیحات متا" #. Label of a Attach Image field in DocType 'Blog Post' -#. Label of a Attach Image field in DocType 'Web Form' #: frappe/website/doctype/blog_post/blog_post.json -#: frappe/website/doctype/web_form/web_form.json #: frappe/website/doctype/web_page/web_page.js:131 msgid "Meta Image" msgstr "تصویر متا" @@ -15101,13 +15201,26 @@ msgid "Meta Tags" msgstr "برچسب های متا" #. Label of a Data field in DocType 'Blog Post' -#. Label of a Data field in DocType 'Web Form' #: frappe/website/doctype/blog_post/blog_post.json -#: frappe/website/doctype/web_form/web_form.json #: frappe/website/doctype/web_page/web_page.js:117 msgid "Meta Title" msgstr "عنوان متا" +#. Label of a Small Text field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Meta description" +msgstr "" + +#. Label of a Attach Image field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Meta image" +msgstr "" + +#. Label of a Data field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Meta title" +msgstr "" + #: frappe/website/doctype/web_page/web_page.js:110 msgid "Meta title for SEO" msgstr "عنوان متا برای سئو" @@ -15127,7 +15240,7 @@ msgstr "عنوان متا برای سئو" msgid "Method" msgstr "روش" -#: frappe/__init__.py:907 +#: frappe/__init__.py:857 msgid "Method Not Allowed" msgstr "" @@ -15219,7 +15332,7 @@ msgstr "مقدار از دست رفته" msgid "Missing Values Required" msgstr "مقادیر از دست رفته الزامی است" -#: frappe/www/login.py:101 +#: frappe/www/login.py:102 msgid "Mobile" msgstr "تلفن همراه" @@ -15325,7 +15438,7 @@ msgstr "نام ماژول" #: frappe/core/workspace/build/build.json #: frappe/desk/doctype/module_onboarding/module_onboarding.json msgid "Module Onboarding" -msgstr "نصب ماژول" +msgstr "آشناسازی ماژول" #. Name of a DocType #. Label of a Link field in DocType 'User' @@ -15342,7 +15455,7 @@ msgstr "نام نمایه ماژول" #: frappe/desk/doctype/module_onboarding/module_onboarding.py:69 msgid "Module onboarding progress reset" -msgstr "بازنشانی پیشرفت ورود ماژول" +msgstr "بازنشانی پیشرفت آشناسازی ماژول" #: frappe/custom/doctype/customize_form/customize_form.js:250 msgid "Module to Export" @@ -15434,7 +15547,7 @@ msgstr "رتبه ماهانه" #: frappe/public/js/frappe/form/multi_select_dialog.js:72 #: frappe/public/js/frappe/ui/toolbar/search.js:285 #: frappe/public/js/frappe/ui/toolbar/search.js:300 -#: frappe/public/js/frappe/widgets/chart_widget.js:674 +#: frappe/public/js/frappe/widgets/chart_widget.js:680 #: frappe/templates/includes/list/list.html:23 #: frappe/templates/includes/search_template.html:13 msgid "More" @@ -15568,7 +15681,7 @@ msgstr "باید در \"()\" محصور شود و شامل \"{0}\" باشد که msgid "Must be of type \"Attach Image\"" msgstr "باید از نوع «پیوست تصویر» باشد" -#: frappe/desk/query_report.py:203 +#: frappe/desk/query_report.py:204 msgid "Must have report permission to access this report." msgstr "برای دسترسی به این گزارش باید مجوز گزارش را داشته باشد." @@ -15586,7 +15699,7 @@ msgid "Mx" msgstr "" #: frappe/templates/includes/web_sidebar.html:41 -#: frappe/website/doctype/web_form/web_form.py:399 +#: frappe/website/doctype/web_form/web_form.py:400 #: frappe/website/doctype/website_settings/website_settings.py:181 #: frappe/www/list.py:20 frappe/www/me.html:4 frappe/www/me.html:8 #: frappe/www/update_password.py:10 @@ -15629,6 +15742,7 @@ msgstr "توجه: این جعبه به دلیل استهلاک است. لطفا #. Label of a Data field in DocType 'Workspace' #. Label of a Data field in DocType 'Slack Webhook URL' #: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/doctype/doctype_list.js:10 #: frappe/custom/doctype/customize_form_field/customize_form_field.json #: frappe/desk/doctype/workspace/workspace.json #: frappe/integrations/doctype/slack_webhook_url/slack_webhook_url.json @@ -15648,7 +15762,7 @@ msgstr "نام (نام سند)" msgid "Name already taken, please set a new name" msgstr "نام قبلاً گرفته شده است، لطفاً یک نام جدید تنظیم کنید" -#: frappe/model/naming.py:479 +#: frappe/model/naming.py:478 msgid "Name cannot contain special characters like {0}" msgstr "نام نمی تواند شامل نویسه های خاصی مانند {0} باشد" @@ -15660,7 +15774,7 @@ msgstr "نام نوع سند (DocType) که می خواهید این فیلد ب msgid "Name of the new Print Format" msgstr "نام قالب چاپ جدید" -#: frappe/model/naming.py:474 +#: frappe/model/naming.py:473 msgid "Name of {0} cannot be {1}" msgstr "نام {0} نمی تواند {1} باشد" @@ -15756,26 +15870,26 @@ msgstr "پیمایش لیست به بالا" msgid "Navigate to main content" msgstr "به محتوای اصلی بروید" -#. Label of a Section Break field in DocType 'Role' -#: frappe/core/doctype/role/role.json +#. Label of a Section Break field in DocType 'User' +#: frappe/core/doctype/user/user.json msgid "Navigation Settings" msgstr "تنظیمات ناوبری" -#: frappe/desk/doctype/workspace/workspace.py:306 +#: frappe/desk/doctype/workspace/workspace.py:310 msgid "Need Workspace Manager role to edit private workspace of other users" msgstr "برای ویرایش محیط کار خصوصی سایر کاربران به نقش مدیر محیط کار نیاز دارید" -#: frappe/desk/doctype/workspace/workspace.py:350 +#: frappe/desk/doctype/workspace/workspace.py:354 msgid "Need Workspace Manager role to hide/unhide public workspaces" msgstr "برای مخفی کردن/آشکار کردن فضاهای کاری عمومی به نقش مدیر محیط کار نیاز دارید" -#: frappe/model/document.py:625 +#: frappe/model/document.py:629 msgid "Negative Value" msgstr "ارزش منفی" #: frappe/utils/nestedset.py:94 msgid "Nested set error. Please contact the Administrator." -msgstr "خطای مجموعه تو در تو. لطفا با مدیر تماس بگیرید." +msgstr "خطای مجموعه تو در تو. لطفا با ادمین تماس بگیرید." #. Name of a DocType #: frappe/printing/doctype/network_printer_settings/network_printer_settings.json @@ -15786,7 +15900,7 @@ msgstr "تنظیمات چاپگر شبکه" #. Option for the 'Send Alert On' (Select) field in DocType 'Notification' #. Option for the 'For Document Event' (Select) field in DocType 'Energy Point #. Rule' -#: frappe/core/doctype/success_action/success_action.js:55 +#: frappe/core/doctype/success_action/success_action.js:57 #: frappe/core/page/dashboard_view/dashboard_view.js:173 #: frappe/desk/doctype/todo/todo.js:46 #: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json @@ -15911,7 +16025,7 @@ msgstr "محیط کار جدید" msgid "New password cannot be same as old password" msgstr "رمز عبور جدید نمی تواند مشابه رمز عبور قدیمی باشد" -#: frappe/utils/change_log.py:391 +#: frappe/utils/change_log.py:394 msgid "New updates are available" msgstr "به روز رسانی های جدید در دسترس هستند" @@ -15938,7 +16052,7 @@ msgstr "مقدار جدیدی که باید تنظیم شود" #: frappe/public/js/frappe/ui/toolbar/search_utils.js:218 #: frappe/public/js/frappe/views/breadcrumbs.js:192 #: frappe/public/js/frappe/views/treeview.js:332 -#: frappe/website/doctype/web_form/web_form.py:308 +#: frappe/website/doctype/web_form/web_form.py:309 msgid "New {0}" msgstr "{0} جدید" @@ -15954,15 +16068,15 @@ msgstr "{0} {1} جدید به داشبورد {2} اضافه شد" msgid "New {0} {1} created" msgstr "{0} {1} جدید ایجاد شد" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:374 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:378 msgid "New {0}: {1}" msgstr "{0} جدید: {1}" -#: frappe/utils/change_log.py:373 +#: frappe/utils/change_log.py:376 msgid "New {} releases for the following apps are available" msgstr "نسخه‌های جدید {} برای برنامه‌های زیر در دسترس هستند" -#: frappe/core/doctype/user/user.py:786 +#: frappe/core/doctype/user/user.py:747 msgid "Newly created user {0} has no roles enabled." msgstr "کاربر تازه ایجاد شده {0} هیچ نقشی فعال ندارد." @@ -16004,7 +16118,7 @@ msgstr "برای ارسال لینک مشاهده وب در ایمیل، خبر msgid "Newsletter should have atleast one recipient" msgstr "خبرنامه باید حداقل یک گیرنده داشته باشد" -#: frappe/email/doctype/newsletter/newsletter.py:390 +#: frappe/email/doctype/newsletter/newsletter.py:393 msgid "Newsletters" msgstr "خبرنامه ها" @@ -16012,7 +16126,7 @@ msgstr "خبرنامه ها" #: frappe/public/js/frappe/web_form/web_form.js:91 #: frappe/public/js/onboarding_tours/onboarding_tours.js:15 #: frappe/public/js/onboarding_tours/onboarding_tours.js:240 -#: frappe/templates/includes/slideshow.html:38 frappe/website/utils.py:253 +#: frappe/templates/includes/slideshow.html:38 frappe/website/utils.py:254 #: frappe/website/web_template/slideshow/slideshow.html:44 msgid "Next" msgstr "بعد" @@ -16091,14 +16205,14 @@ msgstr "بعد روی کلیک کنید" #: frappe/integrations/doctype/webhook/webhook.py:140 #: frappe/printing/doctype/print_format/print_format.json #: frappe/public/js/form_builder/utils.js:341 -#: frappe/public/js/frappe/form/controls/link.js:475 +#: frappe/public/js/frappe/form/controls/link.js:486 #: frappe/public/js/frappe/list/list_sidebar_group_by.js:223 -#: frappe/public/js/frappe/views/reports/query_report.js:1529 +#: frappe/public/js/frappe/views/reports/query_report.js:1534 #: frappe/website/doctype/help_article/templates/help_article.html:26 msgid "No" msgstr "خیر" -#: frappe/public/js/frappe/ui/filters/filter.js:506 +#: frappe/public/js/frappe/ui/filters/filter.js:538 msgctxt "Checkbox is not checked" msgid "No" msgstr "خیر" @@ -16110,7 +16224,7 @@ msgstr "خیر" #: frappe/www/third_party_apps.html:54 msgid "No Active Sessions" -msgstr "بدون جلسات فعال" +msgstr "بدون نشست فعال" #. Label of a Check field in DocType 'DocField' #. Label of a Check field in DocType 'Custom Field' @@ -16197,7 +16311,7 @@ msgstr "بدون برچسب" msgid "No Letterhead" msgstr "بدون سربرگ" -#: frappe/model/naming.py:456 +#: frappe/model/naming.py:455 msgid "No Name Specified for {0}" msgstr "نامی برای {0} مشخص نشده است" @@ -16245,7 +16359,7 @@ msgstr "هیچ نتیجه ای" msgid "No Results found" msgstr "نتیجه ای پیدا نشد" -#: frappe/core/doctype/user/user.py:787 +#: frappe/core/doctype/user/user.py:748 msgid "No Roles Specified" msgstr "هیچ نقشی مشخص نشده است" @@ -16317,11 +16431,11 @@ msgstr "هنوز نظری وجود ندارد. " msgid "No contacts added yet." msgstr "هنوز مخاطبی اضافه نشده است." -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:427 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:431 msgid "No contacts linked to document" msgstr "هیچ مخاطبی به سند پیوند داده نشده است" -#: frappe/desk/query_report.py:338 +#: frappe/desk/query_report.py:339 msgid "No data to export" msgstr "داده ای برای برون‌بُرد نیست" @@ -16390,7 +16504,7 @@ msgstr "تعداد ستون ها" msgid "No of Rows (Max 500)" msgstr "تعداد ردیف (حداکثر 500)" -#: frappe/__init__.py:1096 frappe/client.py:109 frappe/client.py:151 +#: frappe/__init__.py:1046 frappe/client.py:109 frappe/client.py:151 msgid "No permission for {0}" msgstr "بدون مجوز برای {0}" @@ -16423,11 +16537,11 @@ msgstr "هیچ رکوردی برچسب گذاری نشده است." msgid "No records will be exported" msgstr "هیچ رکوردی صادر نخواهد شد" -#: frappe/www/printview.py:424 +#: frappe/www/printview.py:427 msgid "No template found at path: {0}" msgstr "هیچ الگوی در مسیر یافت نشد: {0}" -#: frappe/public/js/frappe/form/controls/multiselect_list.js:226 +#: frappe/public/js/frappe/form/controls/multiselect_list.js:242 msgid "No values to show" msgstr "هیچ مقداری برای نمایش وجود ندارد" @@ -16488,9 +16602,9 @@ msgstr "کپی های عادی شده" #. Label of a Data field in DocType 'Recorder Query' #: frappe/core/doctype/recorder_query/recorder_query.json msgid "Normalized Query" -msgstr "پرس و جو عادی شده" +msgstr "پرسمان عادی شده" -#: frappe/core/doctype/user/user.py:994 +#: frappe/core/doctype/user/user.py:955 #: frappe/templates/includes/login/login.js:258 frappe/utils/oauth.py:271 msgid "Not Allowed" msgstr "مجاز نیست" @@ -16532,17 +16646,17 @@ msgstr "نه مانند" msgid "Not Linked to any record" msgstr "به هیچ رکوردی مرتبط نیست" -#: frappe/__init__.py:989 frappe/app.py:357 frappe/desk/calendar.py:26 +#: frappe/__init__.py:939 frappe/app.py:357 frappe/desk/calendar.py:26 #: frappe/desk/treeview.py:19 frappe/geo/utils.py:97 #: frappe/public/js/frappe/web_form/webform_script.js:15 -#: frappe/website/doctype/web_form/web_form.py:601 +#: frappe/website/doctype/web_form/web_form.py:602 #: frappe/website/page_renderers/not_permitted_page.py:20 -#: frappe/www/login.py:182 frappe/www/qrcode.py:22 frappe/www/qrcode.py:25 +#: frappe/www/login.py:183 frappe/www/qrcode.py:22 frappe/www/qrcode.py:25 #: frappe/www/qrcode.py:37 msgid "Not Permitted" msgstr "غیر مجاز" -#: frappe/desk/query_report.py:513 +#: frappe/desk/query_report.py:519 msgid "Not Permitted to read {0}" msgstr "خواندن {0} مجاز نیست" @@ -16578,7 +16692,7 @@ msgstr "فرستاده نشد" msgid "Not Set" msgstr "تنظیم نشده" -#: frappe/public/js/frappe/ui/filters/filter.js:568 +#: frappe/public/js/frappe/ui/filters/filter.js:600 msgctxt "Field value is not set" msgid "Not Set" msgstr "تنظیم نشده" @@ -16587,7 +16701,7 @@ msgstr "تنظیم نشده" msgid "Not a valid Comma Separated Value (CSV File)" msgstr "یک مقدار جدا شده با کاما معتبر نیست (فایل CSV)" -#: frappe/core/doctype/user/user.py:199 +#: frappe/core/doctype/user/user.py:218 msgid "Not a valid User Image." msgstr "تصویر کاربر معتبری نیست." @@ -16615,11 +16729,11 @@ msgstr "مجاز به پیوست کردن سند {0} نیست، لطفاً Allow msgid "Not allowed to create custom Virtual DocType." msgstr "مجاز به ایجاد Virtual DocType سفارشی نیست." -#: frappe/www/printview.py:124 +#: frappe/www/printview.py:127 msgid "Not allowed to print cancelled documents" msgstr "چاپ اسناد لغو شده مجاز نیست" -#: frappe/www/printview.py:121 +#: frappe/www/printview.py:124 msgid "Not allowed to print draft documents" msgstr "چاپ اسناد پیش نویس مجاز نیست" @@ -16640,12 +16754,12 @@ msgid "Not in Developer Mode! Set in site_config.json or make 'Custom' DocType." msgstr "در حالت توسعه دهنده نیست! در site_config.json تنظیم کنید یا DocType را «Custom» بسازید." #: frappe/api/v1.py:88 frappe/api/v1.py:93 -#: frappe/core/doctype/system_settings/system_settings.py:210 +#: frappe/core/doctype/system_settings/system_settings.py:212 #: frappe/handler.py:109 frappe/public/js/frappe/request.js:157 #: frappe/public/js/frappe/request.js:167 #: frappe/public/js/frappe/request.js:172 #: frappe/public/js/frappe/views/kanban/kanban_board.bundle.js:67 -#: frappe/website/doctype/web_form/web_form.py:614 +#: frappe/website/doctype/web_form/web_form.py:615 #: frappe/website/js/website.js:97 msgid "Not permitted" msgstr "غیر مجاز" @@ -16656,7 +16770,7 @@ msgstr "مشاهده {0} مجاز نیست" #. Label of a Link in the Tools Workspace #. Name of a DocType -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:396 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:400 #: frappe/automation/workspace/tools/tools.json #: frappe/desk/doctype/note/note.json msgid "Note" @@ -16698,7 +16812,7 @@ msgstr "توجه: برای بهترین نتیجه، تصاویر باید از #. DocType 'System Settings' #: frappe/core/doctype/system_settings/system_settings.json msgid "Note: Multiple sessions will be allowed in case of mobile device" -msgstr "توجه: جلسات متعدد در مورد دستگاه تلفن همراه مجاز خواهد بود" +msgstr "توجه: نشست‌های متعدد در مورد دستگاه تلفن همراه مجاز خواهد بود" #: frappe/core/doctype/user/user.js:382 msgid "Note: This will be shared with user." @@ -16781,8 +16895,8 @@ msgstr "سند ثبت شده اعلان" msgid "Notification sent to" msgstr "اعلان ارسال شد به" -#. Label of a Check field in DocType 'Role' -#: frappe/core/doctype/role/role.json +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json #: frappe/public/js/frappe/ui/notifications/notifications.js:50 #: frappe/public/js/frappe/ui/notifications/notifications.js:187 msgid "Notifications" @@ -16821,7 +16935,7 @@ msgstr "در صورت عدم پاسخگویی اطلاع دهید" #. Label of a Int field in DocType 'Email Account' #: frappe/email/doctype/email_account/email_account.json msgid "Notify if unreplied for (in mins)" -msgstr "در صورت عدم پاسخگویی (به دقیقه) اطلاع دهید" +msgstr "در صورت عدم پاسخگویی (بر حسب دقیقه) اطلاع دهید" #. Label of a Check field in DocType 'Note' #: frappe/desk/doctype/note/note.json @@ -16890,14 +17004,14 @@ msgstr "تعداد گروه ها" #. Label of a Int field in DocType 'Recorder' #: frappe/core/doctype/recorder/recorder.json msgid "Number of Queries" -msgstr "تعداد پرس و جوها" +msgstr "تعداد پرسمان‌ها" #: frappe/core/doctype/doctype/doctype.py:436 #: frappe/public/js/frappe/doctype/index.js:59 msgid "Number of attachment fields are more than {}, limit updated to {}." msgstr "تعداد فیلدهای پیوست بیش از {} است، محدودیت به {} به روز شده است." -#: frappe/core/doctype/system_settings/system_settings.py:163 +#: frappe/core/doctype/system_settings/system_settings.py:165 msgid "Number of backups must be greater than zero." msgstr "تعداد نسخه های پشتیبان باید بیشتر از صفر باشد." @@ -16977,7 +17091,7 @@ msgstr "تنظیمات ارائه دهنده OAuth" msgid "OAuth Scope" msgstr "محدوده OAuth" -#: frappe/email/doctype/email_account/email_account.js:178 +#: frappe/email/doctype/email_account/email_account.js:182 msgid "OAuth has been enabled but not authorised. Please use \"Authorise API Access\" button to do the same." msgstr "OAuth فعال شده است اما مجاز نیست. لطفاً از دکمه \"Authorise API Access\" برای انجام همین کار استفاده کنید." @@ -17015,7 +17129,7 @@ msgstr "OTP Secret بازنشانی شده است. ثبت نام مجدد در #: frappe/templates/includes/login/login.js:363 msgid "OTP setup using OTP App was not completed. Please contact Administrator." -msgstr "راه‌اندازی OTP با استفاده از برنامه OTP تکمیل نشد. لطفا با مدیر تماس بگیرید" +msgstr "راه‌اندازی OTP با استفاده از برنامه OTP تکمیل نشد. لطفا با ادمین تماس بگیرید." #. Label of a Int field in DocType 'System Health Report Errors' #: frappe/desk/doctype/system_health_report_errors/system_health_report_errors.json @@ -17056,7 +17170,7 @@ msgstr "افست Y" msgid "Old Password" msgstr "رمز عبور قدیمی" -#: frappe/custom/doctype/custom_field/custom_field.py:362 +#: frappe/custom/doctype/custom_field/custom_field.py:363 msgid "Old and new fieldnames are same." msgstr "نام فیلدهای قدیمی و جدید یکسان است." @@ -17087,6 +17201,16 @@ msgstr "در مجوز پرداخت" msgid "On checking this option, URL will be treated like a jinja template string" msgstr "با علامت زدن این گزینه، URL مانند یک رشته الگوی jinja رفتار می شود" +#: frappe/public/js/frappe/ui/filters/filter.js:63 +#: frappe/public/js/frappe/ui/filters/filter.js:69 +msgid "On or After" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:62 +#: frappe/public/js/frappe/ui/filters/filter.js:68 +msgid "On or Before" +msgstr "" + #: frappe/public/js/frappe/views/communication.js:951 msgid "On {0}, {1} wrote:" msgstr "در {0}، {1} نوشت:" @@ -17104,28 +17228,28 @@ msgstr "" #. Name of a DocType #: frappe/desk/doctype/onboarding_permission/onboarding_permission.json msgid "Onboarding Permission" -msgstr "مجوز ورود" +msgstr "مجوز آشناسازی" #. Label of a Small Text field in DocType 'User' #: frappe/core/doctype/user/user.json msgid "Onboarding Status" -msgstr "وضعیت سوار شدن" +msgstr "وضعیت آشناسازی" #. Linked DocType in DocType's connections #. Name of a DocType #: frappe/core/doctype/doctype/doctype.json #: frappe/desk/doctype/onboarding_step/onboarding_step.json msgid "Onboarding Step" -msgstr "مرحله ورود" +msgstr "مرحله آشناسازی" #. Name of a DocType #: frappe/desk/doctype/onboarding_step_map/onboarding_step_map.json msgid "Onboarding Step Map" -msgstr "ورود نقشه مرحله ای" +msgstr "نقشه مرحله آشناسازی" #: frappe/public/js/frappe/widgets/onboarding_widget.js:269 msgid "Onboarding complete" -msgstr "سوار شدن کامل شد" +msgstr "تکمیل آشناسازی" #. Description of the 'Is Submittable' (Check) field in DocType 'DocType' #: frappe/core/doctype/doctype/doctype.json @@ -17159,19 +17283,19 @@ msgstr "فقط 200 درج در یک درخواست مجاز است" #: frappe/email/doctype/email_queue/email_queue.py:80 msgid "Only Administrator can delete Email Queue" -msgstr "فقط مدیر می تواند صف ایمیل را حذف کند" +msgstr "فقط ادمین می تواند صف ایمیل را حذف کند" #: frappe/core/doctype/page/page.py:66 msgid "Only Administrator can edit" -msgstr "فقط مدیر می تواند ویرایش کند" +msgstr "فقط ادمین می تواند ویرایش کند" #: frappe/core/doctype/report/report.py:73 msgid "Only Administrator can save a standard report. Please rename and save." -msgstr "فقط مدیر می تواند یک گزارش استاندارد را ذخیره کند. لطفا نام را تغییر دهید و ذخیره کنید." +msgstr "فقط ادمین می تواند یک گزارش استاندارد را ذخیره کند. لطفا نام را تغییر دهید و ذخیره کنید." #: frappe/recorder.py:309 msgid "Only Administrator is allowed to use Recorder" -msgstr "فقط مدیر مجاز به استفاده از Recorder است" +msgstr "فقط ادمین مجاز به استفاده از Recorder است" #. Label of a Link field in DocType 'Workflow Document State' #: frappe/workflow/doctype/workflow_document_state/workflow_document_state.json @@ -17311,7 +17435,7 @@ msgstr "URL را در یک برگه جدید باز کنید" msgid "Open a dialog with mandatory fields to create a new record quickly" msgstr "برای ایجاد سریع رکورد جدید، یک گفتگو با فیلدهای اجباری باز کنید" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:165 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:176 msgid "Open a module or tool" msgstr "یک ماژول یا ابزار را باز کنید" @@ -17361,7 +17485,7 @@ msgstr "باز شد" msgid "Operation" msgstr "عملیات" -#: frappe/utils/data.py:1824 +#: frappe/utils/data.py:1838 msgid "Operator must be one of {0}" msgstr "اپراتور باید یکی از {0} باشد" @@ -17549,7 +17673,7 @@ msgstr "پچ" #: frappe/printing/page/print/print.js:71 #: frappe/public/js/frappe/form/templates/print_layout.html:44 -#: frappe/public/js/frappe/views/reports/query_report.js:1656 +#: frappe/public/js/frappe/views/reports/query_report.js:1663 msgid "PDF" msgstr "PDF" @@ -17697,7 +17821,7 @@ msgstr "ارتفاع صفحه (بر حسب میلی متر)" #: frappe/public/js/print_format_builder/PrintFormatControls.vue:5 msgid "Page Margins" -msgstr "" +msgstr "حاشیه های صفحه" #. Label of a Data field in DocType 'Page' #: frappe/core/doctype/page/page.json @@ -17903,11 +18027,11 @@ msgstr "منفعل" msgid "Password" msgstr "کلمه عبور" -#: frappe/core/doctype/user/user.py:1057 +#: frappe/core/doctype/user/user.py:1018 msgid "Password Email Sent" msgstr "رمز عبور ایمیل ارسال شد" -#: frappe/core/doctype/user/user.py:423 +#: frappe/core/doctype/user/user.py:393 msgid "Password Reset" msgstr "تنظیم مجدد رمز عبور" @@ -17929,7 +18053,7 @@ msgstr "رمز عبور با موفقیت تغییر کرد." msgid "Password for Base DN" msgstr "رمز عبور Base DN" -#: frappe/email/doctype/email_account/email_account.py:170 +#: frappe/email/doctype/email_account/email_account.py:171 msgid "Password is required or select Awaiting Password" msgstr "رمز عبور لازم است یا در انتظار رمز عبور را انتخاب کنید" @@ -17941,7 +18065,7 @@ msgstr "رمز عبور در حساب ایمیل جا افتاده است" msgid "Password not found for {0} {1} {2}" msgstr "رمز عبور برای {0} {1} {2} یافت نشد" -#: frappe/core/doctype/user/user.py:1056 +#: frappe/core/doctype/user/user.py:1017 msgid "Password reset instructions have been sent to your email" msgstr "دستورالعمل های بازنشانی رمز عبور به ایمیل شما ارسال شده است" @@ -17949,11 +18073,11 @@ msgstr "دستورالعمل های بازنشانی رمز عبور به ایم msgid "Password set" msgstr "مجموعه رمز عبور" -#: frappe/auth.py:236 +#: frappe/auth.py:244 msgid "Password size exceeded the maximum allowed size" msgstr "اندازه رمز عبور از حداکثر اندازه مجاز بیشتر است" -#: frappe/core/doctype/user/user.py:850 +#: frappe/core/doctype/user/user.py:811 msgid "Password size exceeded the maximum allowed size." msgstr "اندازه رمز عبور از حداکثر اندازه مجاز بیشتر است." @@ -17965,7 +18089,7 @@ msgstr "رمزهای ورود مطابقت ندارند" msgid "Passwords do not match!" msgstr "رمزهای ورود مطابقت ندارند!" -#: frappe/email/doctype/newsletter/newsletter.py:156 +#: frappe/email/doctype/newsletter/newsletter.py:159 msgid "Past dates are not allowed for Scheduling." msgstr "تاریخ های گذشته برای زمان بندی مجاز نیستند." @@ -18127,7 +18251,7 @@ msgstr "مدیر مجوز" #. Option for the 'Script Type' (Select) field in DocType 'Server Script' #: frappe/core/doctype/server_script/server_script.json msgid "Permission Query" -msgstr "درخواست مجوز" +msgstr "پرسمان مجوز" #. Label of a Section Break field in DocType 'Custom Role' #. Label of a Section Break field in DocType 'DocType' @@ -18275,6 +18399,15 @@ msgstr "پین کد" msgid "Pink" msgstr "رنگ صورتی" +#. Label of a Data field in DocType 'DocField' +#. Label of a Data field in DocType 'Custom Field' +#. Label of a Data field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Placeholder" +msgstr "" + #. Option for the 'Message Type' (Select) field in DocType 'Notification' #: frappe/email/doctype/notification/notification.json msgid "Plain Text" @@ -18305,7 +18438,7 @@ msgstr "لطفا نمودار را تنظیم کنید" msgid "Please Update SMS Settings" msgstr "لطفا تنظیمات پیامک را به روز کنید" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:570 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:574 msgid "Please add a subject to your email" msgstr "لطفا یک موضوع به ایمیل خود اضافه کنید" @@ -18313,9 +18446,9 @@ msgstr "لطفا یک موضوع به ایمیل خود اضافه کنید" msgid "Please add a valid comment." msgstr "لطفا یک نظر معتبر اضافه کنید." -#: frappe/core/doctype/user/user.py:1039 +#: frappe/core/doctype/user/user.py:1000 msgid "Please ask your administrator to verify your sign-up" -msgstr "لطفاً از سرپرست خود بخواهید ثبت نام شما را تأیید کند" +msgstr "لطفاً از ادمین خود بخواهید ثبت نام شما را تأیید کند" #: frappe/public/js/frappe/form/controls/select.js:101 msgid "Please attach a file first." @@ -18345,7 +18478,7 @@ msgstr "لطفاً مقادیر فیلتر تنظیم شده برای نمودا msgid "Please check the value of \"Fetch From\" set for field {0}" msgstr "لطفاً مقدار تنظیم شده \"Fetch From\" را برای فیلد {0} بررسی کنید" -#: frappe/core/doctype/user/user.py:1037 +#: frappe/core/doctype/user/user.py:998 msgid "Please check your email for verification" msgstr "لطفا ایمیل خود را برای تایید بررسی کنید" @@ -18397,7 +18530,7 @@ msgstr "لطفا عناوین قالب را تغییر ندهید." msgid "Please duplicate this to make changes" msgstr "لطفاً برای ایجاد تغییرات این را کپی کنید" -#: frappe/core/doctype/system_settings/system_settings.py:156 +#: frappe/core/doctype/system_settings/system_settings.py:158 msgid "Please enable atleast one Social Login Key or LDAP or Login With Email Link before disabling username/password based login." msgstr "لطفاً حداقل یک کلید ورود به سیستم اجتماعی یا LDAP یا ورود با پیوند ایمیل را قبل از غیرفعال کردن ورود مبتنی بر نام کاربری/رمز عبور فعال کنید." @@ -18480,7 +18613,7 @@ msgstr "لطفا رمز عبور جدید خود را وارد کنید." msgid "Please enter your old password." msgstr "لطفا رمز عبور قدیمی خود را وارد کنید." -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:402 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:406 msgid "Please find attached {0}: {1}" msgstr "لطفاً پیوست شده را پیدا کنید {0}: {1}" @@ -18496,7 +18629,7 @@ msgstr "لطفا برای ارسال نظر وارد شوید." msgid "Please make sure the Reference Communication Docs are not circularly linked." msgstr "لطفاً مطمئن شوید که اسناد ارتباطی مرجع به صورت دایره ای پیوند داده نشده اند." -#: frappe/model/document.py:818 +#: frappe/model/document.py:822 msgid "Please refresh to get the latest document." msgstr "لطفاً برای دریافت آخرین سند، بازخوانی کنید." @@ -18540,7 +18673,7 @@ msgstr "لطفا ابتدا DocType را انتخاب کنید" msgid "Please select Entity Type first" msgstr "لطفا ابتدا Entity Type را انتخاب کنید" -#: frappe/core/doctype/system_settings/system_settings.py:106 +#: frappe/core/doctype/system_settings/system_settings.py:108 msgid "Please select Minimum Password Score" msgstr "لطفا حداقل امتیاز رمز عبور را انتخاب کنید" @@ -18560,11 +18693,11 @@ msgstr "" msgid "Please select a file or url" msgstr "لطفاً یک فایل یا آدرس اینترنتی را انتخاب کنید" -#: frappe/model/rename_doc.py:674 +#: frappe/model/rename_doc.py:680 msgid "Please select a valid csv file with data" msgstr "لطفاً یک فایل csv معتبر با داده انتخاب کنید" -#: frappe/utils/data.py:253 +#: frappe/utils/data.py:254 msgid "Please select a valid date filter" msgstr "لطفاً یک فیلتر تاریخ معتبر انتخاب کنید" @@ -18614,7 +18747,7 @@ msgstr "لطفا فیلترها را تنظیم کنید" msgid "Please set filters value in Report Filter table." msgstr "لطفاً مقدار فیلترها را در جدول گزارش فیلتر تنظیم کنید." -#: frappe/model/naming.py:549 +#: frappe/model/naming.py:548 msgid "Please set the document name" msgstr "لطفا نام سند را تنظیم کنید" @@ -18626,7 +18759,7 @@ msgstr "لطفاً ابتدا اسناد زیر را در این داشبورد msgid "Please set the series to be used." msgstr "لطفاً سریال مورد استفاده را تنظیم کنید." -#: frappe/core/doctype/system_settings/system_settings.py:119 +#: frappe/core/doctype/system_settings/system_settings.py:121 msgid "Please setup SMS before setting it as an authentication method, via SMS Settings" msgstr "لطفاً SMS را قبل از تنظیم آن به عنوان یک روش احراز هویت، از طریق تنظیمات پیامک تنظیم کنید" @@ -18634,11 +18767,11 @@ msgstr "لطفاً SMS را قبل از تنظیم آن به عنوان یک ر msgid "Please setup a message first" msgstr "لطفا ابتدا یک پیام تنظیم کنید" -#: frappe/email/doctype/email_account/email_account.py:405 +#: frappe/email/doctype/email_account/email_account.py:406 msgid "Please setup default Email Account from Settings > Email Account" msgstr "لطفاً حساب ایمیل پیش فرض را از تنظیمات > حساب ایمیل تنظیم کنید" -#: frappe/core/doctype/user/user.py:374 +#: frappe/core/doctype/user/user.py:358 msgid "Please setup default outgoing Email Account from Settings > Email Account" msgstr "لطفاً حساب ایمیل خروجی پیش‌فرض را از تنظیمات > حساب ایمیل تنظیم کنید" @@ -18671,7 +18804,7 @@ msgstr "لطفاً قبل از ادامه {} را به روز کنید." msgid "Please use a valid LDAP search filter" msgstr "لطفاً از یک فیلتر جستجوی معتبر LDAP استفاده کنید" -#: frappe/email/doctype/newsletter/newsletter.py:333 +#: frappe/email/doctype/newsletter/newsletter.py:336 msgid "Please verify your Email Address" msgstr "لطفا آدرس ایمیل خود را تایید کنید" @@ -18844,7 +18977,7 @@ msgstr "گزارش تهیه شده" msgid "Prepared Report User" msgstr "کاربر گزارش آماده شده" -#: frappe/desk/query_report.py:301 +#: frappe/desk/query_report.py:302 msgid "Prepared report render failed" msgstr "ارائه گزارش آماده انجام نشد" @@ -18976,7 +19109,7 @@ msgstr "تلفن اصلی" #. Label of a Check field in DocType 'User Document Type' #: frappe/core/doctype/custom_docperm/custom_docperm.json #: frappe/core/doctype/docperm/docperm.json -#: frappe/core/doctype/success_action/success_action.js:56 +#: frappe/core/doctype/success_action/success_action.js:58 #: frappe/core/doctype/user_document_type/user_document_type.json #: frappe/printing/page/print/print.js:65 #: frappe/public/js/frappe/form/success_action.js:81 @@ -18984,13 +19117,13 @@ msgstr "تلفن اصلی" #: frappe/public/js/frappe/form/toolbar.js:322 #: frappe/public/js/frappe/form/toolbar.js:334 #: frappe/public/js/frappe/list/bulk_operations.js:95 -#: frappe/public/js/frappe/views/reports/query_report.js:1642 +#: frappe/public/js/frappe/views/reports/query_report.js:1649 #: frappe/public/js/frappe/views/reports/report_view.js:1461 #: frappe/public/js/frappe/views/treeview.js:456 frappe/www/printview.html:18 msgid "Print" msgstr "چاپ" -#: frappe/public/js/frappe/list/list_view.js:1910 +#: frappe/public/js/frappe/list/list_view.js:1918 msgctxt "Button in list view actions menu" msgid "Print" msgstr "چاپ" @@ -19060,7 +19193,7 @@ msgstr "راهنما قالب چاپ" msgid "Print Format Type" msgstr "نوع فرمت چاپ" -#: frappe/www/printview.py:406 +#: frappe/www/printview.py:409 msgid "Print Format {0} is disabled" msgstr "قالب چاپ {0} غیرفعال است" @@ -19256,7 +19389,7 @@ msgstr "مشخصات" #: frappe/public/js/frappe/socketio_client.js:78 msgid "Progress" -msgstr "پیش رفتن" +msgstr "پیشرفت" #: frappe/public/js/frappe/views/kanban/kanban_view.js:408 msgid "Project" @@ -19487,38 +19620,38 @@ msgstr "سه ماه یکبار" #: frappe/core/doctype/recorder_query/recorder_query.json #: frappe/core/doctype/report/report.json msgid "Query" -msgstr "پرس و جو" +msgstr "پرسمان" #. Label of a Section Break field in DocType 'Report' #: frappe/core/doctype/report/report.json msgid "Query / Script" -msgstr "پرس و جو / اسکریپت" +msgstr "پرسمان / اسکریپت" #. Label of a Small Text field in DocType 'Contact Us Settings' #: frappe/website/doctype/contact_us_settings/contact_us_settings.json msgid "Query Options" -msgstr "گزینه های پرس و جو" +msgstr "گزینه های پرسمان" #. Label of a Table field in DocType 'Connected App' #. Name of a DocType #: frappe/integrations/doctype/connected_app/connected_app.json #: frappe/integrations/doctype/query_parameters/query_parameters.json msgid "Query Parameters" -msgstr "پارامترهای پرس و جو" +msgstr "پارامترهای پرسمان" #. Option for the 'Report Type' (Select) field in DocType 'Report' #: frappe/core/doctype/report/report.json #: frappe/public/js/frappe/views/reports/query_report.js:17 msgid "Query Report" -msgstr "گزارش پرس و جو" +msgstr "گزارش پرسمان" #: frappe/core/doctype/recorder/recorder.py:198 msgid "Query analysis complete. Check suggested indexes." msgstr "" -#: frappe/utils/safe_exec.py:428 +#: frappe/utils/safe_exec.py:477 msgid "Query must be of SELECT or read-only WITH type." -msgstr "پرس و جو باید از نوع SELECT یا فقط خواندنی WITH باشد." +msgstr "پرسمان باید از نوع SELECT یا فقط خواندنی WITH باشد." #. Label of a Select field in DocType 'RQ Job' #. Label of a Data field in DocType 'System Health Report Queue' @@ -19594,7 +19727,7 @@ msgstr "{0} ایمیل در صف" #. Label of a Data field in DocType 'System Health Report Workers' #: frappe/desk/doctype/system_health_report_workers/system_health_report_workers.json msgid "Queues" -msgstr "" +msgstr "صف ها" #: frappe/email/doctype/newsletter/newsletter.js:90 msgid "Queuing emails..." @@ -19718,7 +19851,7 @@ msgstr "تنظیمات چاپ خام" msgid "Re-Run in Console" msgstr "دوباره در کنسول اجرا کنید" -#: frappe/email/doctype/email_account/email_account.py:672 +#: frappe/email/doctype/email_account/email_account.py:673 msgid "Re:" msgstr "پاسخ:" @@ -19798,7 +19931,7 @@ msgstr "خوانده شده توسط گیرنده روشن" msgid "Read mode" msgstr "حالت خواندن" -#: frappe/utils/safe_exec.py:90 +#: frappe/utils/safe_exec.py:93 msgid "Read the documentation to know more" msgstr "برای دانستن بیشتر مستندات را بخوانید" @@ -19833,11 +19966,6 @@ msgstr "درخت را بازسازی کنید" msgid "Rebuilding of tree is not supported for {}" msgstr "بازسازی درخت برای {} پشتیبانی نمی شود" -#. Description of the 'Anonymous' (Check) field in DocType 'Web Form' -#: frappe/website/doctype/web_form/web_form.json -msgid "Receive anonymous response" -msgstr "دریافت پاسخ ناشناس" - #. Option for the 'Sent or Received' (Select) field in DocType 'Communication' #: frappe/core/doctype/communication/communication.json msgid "Received" @@ -19902,7 +20030,7 @@ msgstr "ضبط کننده" #. Name of a DocType #: frappe/core/doctype/recorder_query/recorder_query.json msgid "Recorder Query" -msgstr "پرس و جو ضبط کننده" +msgstr "پرسمان ضبط کننده" #. Name of a DocType #: frappe/core/doctype/recorder_suggested_index/recorder_suggested_index.json @@ -19970,7 +20098,7 @@ msgstr "تغییر مسیرها" #: frappe/sessions.py:147 msgid "Redis cache server not running. Please contact Administrator / Tech support" -msgstr "سرور کش Redis اجرا نمی شود. لطفا با مدیر / پشتیبانی فنی تماس بگیرید" +msgstr "سرور کش Redis اجرا نمی شود. لطفا با ادمین / پشتیبانی فنی تماس بگیرید" #: frappe/public/js/frappe/form/toolbar.js:463 msgid "Redo" @@ -20182,7 +20310,7 @@ msgstr "ارجاع دهنده" #: frappe/public/js/frappe/form/form.js:1132 #: frappe/public/js/frappe/form/templates/print_layout.html:6 #: frappe/public/js/frappe/list/base_list.js:65 -#: frappe/public/js/frappe/views/reports/query_report.js:1631 +#: frappe/public/js/frappe/views/reports/query_report.js:1638 #: frappe/public/js/frappe/views/treeview.js:462 #: frappe/public/js/frappe/widgets/chart_widget.js:290 #: frappe/public/js/frappe/widgets/number_card_widget.js:324 @@ -20223,7 +20351,7 @@ msgstr "تازه کردن" msgid "Refreshing..." msgstr "تازه کردن..." -#: frappe/core/doctype/user/user.py:1001 +#: frappe/core/doctype/user/user.py:962 msgid "Registered but disabled" msgstr "ثبت شده اما غیرفعال است" @@ -20360,11 +20488,11 @@ msgstr "حذف فیلد" #: frappe/public/js/form_builder/components/Section.vue:279 msgid "Remove last column" -msgstr "" +msgstr "حذف آخرین ستون" #: frappe/public/js/print_format_builder/PrintFormatSection.vue:130 msgid "Remove page break" -msgstr "" +msgstr "حذف شکست صفحه" #: frappe/public/js/form_builder/components/Section.vue:266 #: frappe/public/js/print_format_builder/PrintFormatSection.vue:135 @@ -20576,7 +20704,7 @@ msgstr "مدیر گزارش" #: frappe/core/doctype/report/report.json #: frappe/desk/doctype/dashboard_chart/dashboard_chart.json #: frappe/desk/doctype/number_card/number_card.json -#: frappe/public/js/frappe/views/reports/query_report.js:1812 +#: frappe/public/js/frappe/views/reports/query_report.js:1819 msgid "Report Name" msgstr "نام گزارش" @@ -20633,7 +20761,7 @@ msgstr "به حد مجاز گزارش رسیده است" msgid "Report timed out." msgstr "زمان گزارش تمام شد." -#: frappe/desk/query_report.py:568 +#: frappe/desk/query_report.py:574 msgid "Report updated successfully" msgstr "گزارش با موفقیت به روز شد" @@ -20641,7 +20769,7 @@ msgstr "گزارش با موفقیت به روز شد" msgid "Report was not saved (there were errors)" msgstr "گزارش ذخیره نشد (خطاهایی وجود داشت)" -#: frappe/public/js/frappe/views/reports/query_report.js:1850 +#: frappe/public/js/frappe/views/reports/query_report.js:1857 msgid "Report with more than 10 columns looks better in Landscape mode." msgstr "گزارش با بیش از 10 ستون در حالت افقی بهتر به نظر می رسد." @@ -20674,7 +20802,7 @@ msgstr "گزارش ها" #: frappe/patches/v14_0/update_workspace2.py:50 msgid "Reports & Masters" -msgstr "گزارش ها و کارشناسی ارشد" +msgstr "گزارش ها و مستندات" #: frappe/public/js/frappe/views/reports/query_report.js:856 msgid "Reports already in Queue" @@ -20796,7 +20924,7 @@ msgstr "بازنشانی نمودار" msgid "Reset Dashboard Customizations" msgstr "بازنشانی سفارشی سازی داشبورد" -#: frappe/public/js/frappe/list/list_settings.js:227 +#: frappe/public/js/frappe/list/list_settings.js:230 msgid "Reset Fields" msgstr "بازنشانی فیلدها" @@ -20900,7 +21028,7 @@ msgstr "به تنظیمات پیش فرض بازیابی شود؟" #. Label of a Check field in DocType 'Deleted Document' #: frappe/core/doctype/deleted_document/deleted_document.json msgid "Restored" -msgstr "بازسازی شد" +msgstr "بازگردانده شده" #: frappe/core/doctype/deleted_document/deleted_document.py:74 msgid "Restoring Deleted Document" @@ -20936,10 +21064,10 @@ msgstr "کاربر را فقط از این آدرس IP محدود کنید. چن #: frappe/public/js/frappe/list/list_view.js:174 msgctxt "Title of message showing restrictions in list view" msgid "Restrictions" -msgstr "محدودیت های" +msgstr "محدودیت ها" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:345 -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:360 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:356 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:371 msgid "Result" msgstr "نتیجه" @@ -21154,7 +21282,7 @@ msgstr "مشخصات نقش" msgid "Role and Level" msgstr "نقش و سطح" -#: frappe/core/doctype/user/user.py:315 +#: frappe/core/doctype/user/user.py:299 msgid "Role has been set as per the user type {0}" msgstr "نقش بر اساس نوع کاربری {0} تنظیم شده است" @@ -21269,7 +21397,7 @@ msgid "Route: Example \"/app\"" msgstr "مسیر: مثال \"/app\"" #: frappe/model/base_document.py:727 frappe/model/base_document.py:768 -#: frappe/model/document.py:610 +#: frappe/model/document.py:614 msgid "Row" msgstr "ردیف" @@ -21280,7 +21408,7 @@ msgstr "ردیف #" #: frappe/core/doctype/doctype/doctype.py:1793 #: frappe/core/doctype/doctype/doctype.py:1803 msgid "Row # {0}: Non administrator user can not set the role {1} to the custom doctype" -msgstr "سطر # {0}: کاربر غیر سرپرست نمی‌تواند نقش {1} را روی Doctype سفارشی تنظیم کند." +msgstr "ردیف # {0}: کاربر غیر ادمین نمی‌تواند نقش {1} را روی Doctype سفارشی تنظیم کند" #: frappe/model/base_document.py:886 msgid "Row #{0}:" @@ -21382,7 +21510,7 @@ msgstr "ابتدا قوانین با اولویت بالاتر اعمال می #. Label of a Int field in DocType 'System Settings' #: frappe/core/doctype/system_settings/system_settings.json msgid "Run Jobs only Daily if Inactive For (Days)" -msgstr "اجرای Jobs فقط روزانه در صورت غیرفعال بودن برای (روزها)" +msgstr "اجرای Jobs فقط روزانه در صورت غیرفعال بودن برای (بر حسب روز)" #. Description of the 'Enable Scheduled Jobs' (Check) field in DocType 'System #. Settings' @@ -21434,14 +21562,14 @@ msgid "SMS Settings" msgstr "تنظیمات پیامک" #: frappe/core/doctype/sms_settings/sms_settings.py:109 -msgid "SMS sent to following numbers: {0}" -msgstr "پیامک به شماره های زیر ارسال شد: {0}" +msgid "SMS sent successfully" +msgstr "" #: frappe/templates/includes/login/login.js:377 msgid "SMS was not sent. Please contact Administrator." -msgstr "اس ام اس ارسال نشد. لطفا با مدیر تماس بگیرید." +msgstr "اس ام اس ارسال نشد. لطفا با ادمین تماس بگیرید." -#: frappe/email/doctype/email_account/email_account.py:187 +#: frappe/email/doctype/email_account/email_account.py:188 msgid "SMTP Server is required" msgstr "سرور SMTP مورد نیاز است" @@ -21475,7 +21603,7 @@ msgstr "خروجی SQL" #. Label of a Table field in DocType 'Recorder' #: frappe/core/doctype/recorder/recorder.json msgid "SQL Queries" -msgstr "پرس و جوهای SQL" +msgstr "پرسمان‌های SQL" #. Label of a Select field in DocType 'LDAP Settings' #: frappe/integrations/doctype/ldap_settings/ldap_settings.json @@ -21549,14 +21677,14 @@ msgstr "شنبه" #: frappe/public/js/frappe/form/footer/form_timeline.js:663 #: frappe/public/js/frappe/form/quick_entry.js:161 #: frappe/public/js/frappe/list/list_settings.js:36 -#: frappe/public/js/frappe/list/list_settings.js:244 +#: frappe/public/js/frappe/list/list_settings.js:247 #: frappe/public/js/frappe/list/list_sidebar_group_by.js:25 #: frappe/public/js/frappe/ui/toolbar/toolbar.js:322 #: frappe/public/js/frappe/utils/common.js:443 #: frappe/public/js/frappe/views/kanban/kanban_settings.js:45 #: frappe/public/js/frappe/views/kanban/kanban_settings.js:189 #: frappe/public/js/frappe/views/kanban/kanban_view.js:343 -#: frappe/public/js/frappe/views/reports/query_report.js:1804 +#: frappe/public/js/frappe/views/reports/query_report.js:1811 #: frappe/public/js/frappe/views/reports/report_view.js:1649 #: frappe/public/js/frappe/views/workspace/workspace.js:532 #: frappe/public/js/frappe/widgets/base_widget.js:142 @@ -21587,7 +21715,7 @@ msgstr "سفارشی سازی ها را ذخیره کنید" msgid "Save Filter" msgstr "ذخیره فیلتر" -#: frappe/public/js/frappe/views/reports/query_report.js:1807 +#: frappe/public/js/frappe/views/reports/query_report.js:1814 msgid "Save Report" msgstr "ذخیره گزارش" @@ -21712,7 +21840,7 @@ msgstr "ارسال برنامه ریزی شده" msgid "Scheduled To Send" msgstr "برنامه ریزی شده برای ارسال" -#: frappe/core/doctype/server_script/server_script.py:281 +#: frappe/core/doctype/server_script/server_script.py:255 msgid "Scheduled execution for script {0} has updated" msgstr "اجرای برنامه ریزی شده برای اسکریپت {0} به روز شده است" @@ -21837,8 +21965,8 @@ msgstr "اسکریپت ها" msgid "Search" msgstr "جستجو کردن" -#. Label of a Check field in DocType 'Role' -#: frappe/core/doctype/role/role.json +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json msgid "Search Bar" msgstr "نوار جستجو" @@ -21849,7 +21977,7 @@ msgstr "نوار جستجو" msgid "Search Fields" msgstr "فیلدهای جستجو" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:175 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:186 msgid "Search Help" msgstr "جستجوی راهنما" @@ -21887,12 +22015,12 @@ msgstr "" msgid "Search for anything" msgstr "هر چیزی را جستجو کنید" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:289 -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:295 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:300 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:306 msgid "Search for {0}" msgstr "جستجو برای {0}" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:155 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:166 msgid "Search in a document type" msgstr "جستجو در یک نوع سند" @@ -22116,7 +22244,7 @@ msgid "Select Field..." msgstr "انتخاب فیلد..." #: frappe/public/js/frappe/form/grid_row.js:460 -#: frappe/public/js/frappe/list/list_settings.js:233 +#: frappe/public/js/frappe/list/list_settings.js:236 #: frappe/public/js/frappe/views/kanban/kanban_settings.js:181 msgid "Select Fields" msgstr "فیلدها را انتخاب کنید" @@ -22160,7 +22288,7 @@ msgstr "نمای فهرست را انتخاب کنید" #: frappe/public/js/frappe/data_import/data_exporter.js:158 msgid "Select Mandatory" -msgstr "اجباری را انتخاب کنید" +msgstr "انتخاب اجباری" #: frappe/custom/doctype/customize_form/customize_form.js:280 msgid "Select Module" @@ -22304,7 +22432,7 @@ msgstr "برای مشاهده تفاوت، دو نسخه را انتخاب کن #: frappe/public/js/frappe/form/link_selector.js:24 #: frappe/public/js/frappe/form/multi_select_dialog.js:81 -#: frappe/public/js/frappe/form/multi_select_dialog.js:281 +#: frappe/public/js/frappe/form/multi_select_dialog.js:283 #: frappe/public/js/frappe/list/list_view_select.js:153 #: frappe/public/js/print_format_builder/Preview.vue:90 msgid "Select {0}" @@ -22644,7 +22772,7 @@ msgstr "آی پی سرور" msgid "Server Script" msgstr "اسکریپت سرور" -#: frappe/utils/safe_exec.py:89 +#: frappe/utils/safe_exec.py:92 msgid "Server Scripts are disabled. Please enable server scripts from bench configuration." msgstr "اسکریپت های سرور غیرفعال هستند. لطفاً اسکریپت های سرور را از پیکربندی بنچ فعال کنید." @@ -22667,12 +22795,12 @@ msgstr "سرویس" #. Name of a DocType #: frappe/core/doctype/session_default/session_default.json msgid "Session Default" -msgstr "پیش‌فرض جلسه" +msgstr "پیش‌فرض نشست" #. Name of a DocType #: frappe/core/doctype/session_default_settings/session_default_settings.json msgid "Session Default Settings" -msgstr "تنظیمات پیش فرض جلسه" +msgstr "تنظیمات پیش فرض نشست" #. Label of a standard navbar item #. Type: Action @@ -22680,26 +22808,26 @@ msgstr "تنظیمات پیش فرض جلسه" #: frappe/core/doctype/session_default_settings/session_default_settings.json #: frappe/hooks.py frappe/public/js/frappe/ui/toolbar/toolbar.js:321 msgid "Session Defaults" -msgstr "پیش‌فرض‌های جلسه" +msgstr "پیش‌فرض‌های نشست" #: frappe/public/js/frappe/ui/toolbar/toolbar.js:306 msgid "Session Defaults Saved" -msgstr "پیش‌فرض‌های جلسه ذخیره شد" +msgstr "پیش‌فرض‌های نشست ذخیره شد" #: frappe/app.py:348 msgid "Session Expired" -msgstr "جلسه تمام شده" +msgstr "نشست منقضی شده" #. Label of a Data field in DocType 'System Settings' #: frappe/core/doctype/system_settings/system_settings.json msgid "Session Expiry (idle timeout)" -msgstr "انقضای جلسه (تایم بیکار)" +msgstr "انقضای نشست (تایم بیکار)" -#: frappe/core/doctype/system_settings/system_settings.py:113 +#: frappe/core/doctype/system_settings/system_settings.py:115 msgid "Session Expiry must be in format {0}" -msgstr "انقضای جلسه باید در قالب {0} باشد" +msgstr "انقضای نشست باید در قالب {0} باشد" -#: frappe/public/js/frappe/ui/filters/filter.js:567 +#: frappe/public/js/frappe/ui/filters/filter.js:599 msgctxt "Field value is set" msgid "Set" msgstr "تنظیم" @@ -22752,7 +22880,7 @@ msgstr "تنظیم رمز جدید" #: frappe/desk/page/backups/backups.js:8 msgid "Set Number of Backups" -msgstr "تعداد بک آپ ها را تنظیم کنید" +msgstr "تنظیم تعداد بک آپ ها" #: frappe/www/update-password.html:9 msgid "Set Password" @@ -22795,11 +22923,11 @@ msgstr "مقدار را تنظیم کنید" #: frappe/public/js/frappe/file_uploader/file_uploader.bundle.js:72 #: frappe/public/js/frappe/file_uploader/file_uploader.bundle.js:124 msgid "Set all private" -msgstr "همه را خصوصی تنظیم کنید" +msgstr "تنظیم همه به عنوان خصوصی" #: frappe/public/js/frappe/file_uploader/file_uploader.bundle.js:72 msgid "Set all public" -msgstr "تنظیم همه عمومی" +msgstr "تنظیم همه به عنوان عمومی" #: frappe/printing/doctype/print_format/print_format.js:49 msgid "Set as Default" @@ -22833,6 +22961,11 @@ msgstr "دقت غیر استاندارد را برای فیلد شناور یا msgid "Set only once" msgstr "فقط یکبار تنظیم کنید" +#. Description of the 'Max attachment size' (Int) field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Set size in MB" +msgstr "" + #. Description of the 'Filters Configuration' (Code) field in DocType 'Number #. Card' #: frappe/desk/doctype/number_card/number_card.json @@ -22941,7 +23074,7 @@ msgstr "راه‌اندازی > مجوزهای کاربر" msgid "Setup Approval Workflows" msgstr "" -#: frappe/public/js/frappe/views/reports/query_report.js:1677 +#: frappe/public/js/frappe/views/reports/query_report.js:1684 #: frappe/public/js/frappe/views/reports/report_view.js:1627 msgid "Setup Auto Email" msgstr "تنظیم ایمیل خودکار" @@ -23320,8 +23453,8 @@ msgstr "نمایش فقط فیلدهای عددی از گزارش" msgid "Showing only first {0} rows out of {1}" msgstr "نمایش تنها {0} ردیف اول از {1}" -#. Label of a Check field in DocType 'Role' -#: frappe/core/doctype/role/role.json +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json msgid "Sidebar" msgstr "نوار کناری" @@ -23345,7 +23478,7 @@ msgstr "نوار کناری و نظرات" msgid "Sign Up and Confirmation" msgstr "ثبت نام و تایید" -#: frappe/core/doctype/user/user.py:994 +#: frappe/core/doctype/user/user.py:955 msgid "Sign Up is disabled" msgstr "ثبت نام غیرفعال است" @@ -23385,7 +23518,7 @@ msgstr "ثبت نام برای این وب سایت غیرفعال شده است #. Rule' #: frappe/automation/doctype/assignment_rule/assignment_rule.json msgid "Simple Python Expression, Example: Status in (\"Closed\", \"Cancelled\")" -msgstr "عبارت ساده پایتون، مثال: وضعیت در (\"بسته\"، \"لغو\")" +msgstr "" #. Description of the 'Close Condition' (Code) field in DocType 'Assignment #. Rule' @@ -23402,7 +23535,7 @@ msgstr "عبارت ساده پایتون، مثال: status == 'Open' و نوع #. Label of a Int field in DocType 'User' #: frappe/core/doctype/user/user.json msgid "Simultaneous Sessions" -msgstr "جلسات همزمان" +msgstr "نشست‌های همزمان" #: frappe/custom/doctype/customize_form/customize_form.py:122 msgid "Single DocTypes cannot be customized." @@ -23414,7 +23547,7 @@ msgstr "Single DocType ها را نمی توان سفارشی کرد." msgid "Single Types have only one record no tables associated. Values are stored in tabSingles" msgstr "Single Type ها فقط یک رکورد دارند و هیچ جدولی مرتبط نیست. مقادیر در tabSingles ذخیره می شوند" -#: frappe/database/database.py:240 +#: frappe/database/database.py:242 msgid "Site is running in read only mode for maintenance or site update, this action can not be performed right now. Please try again later." msgstr "سایت در حالت فقط خواندنی برای نگهداری یا به روز رسانی سایت در حال اجرا است، این عمل در حال حاضر قابل انجام نیست. لطفاً بعداً دوباره امتحان کنید." @@ -23693,6 +23826,12 @@ msgstr "نویسه‌های ویژه به جز «-»، «#»، «.»، «/»، msgid "Specify a custom timeout, default timeout is 1500 seconds" msgstr "مهلت زمانی سفارشی را مشخص کنید، تایم اوت پیش فرض 1500 ثانیه است" +#. Description of the 'Allowed embedding domains' (Small Text) field in DocType +#. 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Specify the domains or origins that are permitted to embed this form. Enter one domain per line (e.g., https://example.com). If no domains are specified, the form can only be embedded on the same origin." +msgstr "" + #. Label of a Attach Image field in DocType 'Website Settings' #: frappe/website/doctype/website_settings/website_settings.json msgid "Splash Image" @@ -23772,11 +23911,11 @@ msgstr "" msgid "Standard rich text editor with controls" msgstr "ویرایشگر متن غنی استاندارد با کنترل" -#: frappe/core/doctype/role/role.py:65 +#: frappe/core/doctype/role/role.py:46 msgid "Standard roles cannot be disabled" msgstr "نقش های استاندارد را نمی توان غیرفعال کرد" -#: frappe/core/doctype/role/role.py:51 +#: frappe/core/doctype/role/role.py:32 msgid "Standard roles cannot be renamed" msgstr "نقش های استاندارد را نمی توان تغییر نام داد" @@ -23801,6 +23940,7 @@ msgstr "شروع" #. Label of a Date field in DocType 'Auto Repeat' #. Label of a Datetime field in DocType 'Web Page' #: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:140 #: frappe/public/js/frappe/utils/common.js:409 #: frappe/website/doctype/web_page/web_page.json msgid "Start Date" @@ -23965,7 +24105,7 @@ msgstr "آمار بر اساس عملکرد هفته گذشته (از {0} تا { #: frappe/email/doctype/newsletter/newsletter.json #: frappe/integrations/doctype/integration_request/integration_request.json #: frappe/integrations/doctype/oauth_bearer_token/oauth_bearer_token.json -#: frappe/public/js/frappe/list/list_settings.js:356 +#: frappe/public/js/frappe/list/list_settings.js:359 #: frappe/public/js/frappe/views/reports/report_view.js:909 #: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.json #: frappe/website/doctype/personal_data_deletion_step/personal_data_deletion_step.json @@ -24147,7 +24287,7 @@ msgstr "صف ارسال" msgid "Submit" msgstr "ارسال" -#: frappe/public/js/frappe/list/list_view.js:1977 +#: frappe/public/js/frappe/list/list_view.js:1985 msgctxt "Button in list view actions menu" msgid "Submit" msgstr "ارسال" @@ -24177,11 +24317,6 @@ msgstr "ارسال" msgid "Submit After Import" msgstr "ارسال پس از درون‌بُرد" -#. Label of a Data field in DocType 'Web Form' -#: frappe/website/doctype/web_form/web_form.json -msgid "Submit Button Label" -msgstr "برچسب دکمه ارسال" - #: frappe/core/page/permission_manager/permission_manager_help.html:39 msgid "Submit an Issue" msgstr "ارسال یک مسئله" @@ -24191,8 +24326,14 @@ msgctxt "Button in web form" msgid "Submit another response" msgstr "پاسخ دیگری را ثبت کنید" +#. Label of a Data field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Submit button label" +msgstr "" + #. Label of a Check field in DocType 'Auto Repeat' #: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:126 msgid "Submit on Creation" msgstr "ارسال در Creation" @@ -24204,7 +24345,7 @@ msgstr "برای تکمیل این مرحله این سند را ارسال کن msgid "Submit this document to confirm" msgstr "برای تایید این سند را ارسال کنید" -#: frappe/public/js/frappe/list/list_view.js:1982 +#: frappe/public/js/frappe/list/list_view.js:1990 msgctxt "Title of confirmation dialog" msgid "Submit {0} documents?" msgstr "{0} سند ارسال شود؟" @@ -24214,7 +24355,7 @@ msgstr "{0} سند ارسال شود؟" #: frappe/core/doctype/comment/comment.json #: frappe/core/doctype/communication/communication.json #: frappe/public/js/frappe/model/indicator.js:95 -#: frappe/public/js/frappe/ui/filters/filter.js:499 +#: frappe/public/js/frappe/ui/filters/filter.js:531 #: frappe/website/doctype/web_form/templates/web_form.html:133 msgid "Submitted" msgstr "ارسال شده" @@ -24265,7 +24406,7 @@ msgstr "عنوان فرعی" #: frappe/templates/includes/login/login.js:270 #: frappe/templates/includes/login/login.js:278 #: frappe/templates/pages/integrations/gcalendar-success.html:9 -#: frappe/workflow/doctype/workflow_action/workflow_action.py:166 +#: frappe/workflow/doctype/workflow_action/workflow_action.py:167 #: frappe/workflow/doctype/workflow_state/workflow_state.json msgid "Success" msgstr "موفقیت" @@ -24276,17 +24417,10 @@ msgid "Success Action" msgstr "اقدام موفقیت" #. Label of a Data field in DocType 'Module Onboarding' -#. Label of a Text field in DocType 'Web Form' #: frappe/desk/doctype/module_onboarding/module_onboarding.json -#: frappe/website/doctype/web_form/web_form.json msgid "Success Message" msgstr "پیام موفقیت" -#. Label of a Data field in DocType 'Web Form' -#: frappe/website/doctype/web_form/web_form.json -msgid "Success Title" -msgstr "عنوان موفقیت" - #. Label of a Data field in DocType 'Token Cache' #: frappe/integrations/doctype/token_cache/token_cache.json msgid "Success URI" @@ -24297,6 +24431,16 @@ msgstr "URI موفقیت" msgid "Success URL" msgstr "URL موفقیت" +#. Label of a Text field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Success message" +msgstr "" + +#. Label of a Data field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Success title" +msgstr "" + #: frappe/www/update-password.html:79 msgid "Success! You are good to go 👍" msgstr "موفقیت! شما خوب هستید که بروید 👍" @@ -24310,9 +24454,9 @@ msgstr "تعداد مشاغل موفق" msgid "Successful Transactions" msgstr "تراکنش های موفق" -#: frappe/model/rename_doc.py:688 +#: frappe/model/rename_doc.py:694 msgid "Successful: {0} to {1}" -msgstr "موفقیت آمیز: {0} تا {1}" +msgstr "موفقیت آمیز: {0} به {1}" #: frappe/social/doctype/energy_point_settings/energy_point_settings.js:41 msgid "Successfully Done" @@ -24364,7 +24508,7 @@ msgstr "پیشنهاد بهینه‌سازی" msgid "Suggested Indexes" msgstr "" -#: frappe/core/doctype/user/user.py:703 +#: frappe/core/doctype/user/user.py:664 msgid "Suggested Username: {0}" msgstr "نام کاربری پیشنهادی: {0}" @@ -24475,7 +24619,7 @@ msgstr "در حال همگام سازی" msgid "Syncing {0} of {1}" msgstr "در حال همگام سازی {0} از {1}" -#: frappe/utils/data.py:2156 +#: frappe/utils/data.py:2170 msgid "Syntax Error" msgstr "اشتباه نوشتاری" @@ -24489,7 +24633,7 @@ msgstr "سیستم" msgid "System Console" msgstr "کنسول سیستم" -#: frappe/custom/doctype/custom_field/custom_field.py:358 +#: frappe/custom/doctype/custom_field/custom_field.py:359 msgid "System Generated Fields can not be renamed" msgstr "فیلدهای تولید شده سیستم را نمی توان تغییر نام داد" @@ -24526,7 +24670,7 @@ msgstr "" #. Label of a Card Break in the Build Workspace #: frappe/core/workspace/build/build.json msgid "System Logs" -msgstr "گزارش های سیستم" +msgstr "لاگ‌های سیستم" #. Name of a role #: frappe/automation/doctype/assignment_rule/assignment_rule.json @@ -24780,7 +24924,7 @@ msgstr "جدول بریده شده" msgid "Table updated" msgstr "جدول به روز شد" -#: frappe/model/document.py:1370 +#: frappe/model/document.py:1374 msgid "Table {0} cannot be empty" msgstr "جدول {0} نمی تواند خالی باشد" @@ -24806,7 +24950,7 @@ msgstr "لینک را تگ کنید" #: frappe/public/js/frappe/list/list_sidebar.js:228 #: frappe/public/js/frappe/model/meta.js:204 #: frappe/public/js/frappe/model/model.js:133 -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:160 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:171 msgid "Tags" msgstr "برچسب ها" @@ -24833,7 +24977,7 @@ msgstr "هدف" #: frappe/desk/doctype/todo/todo_calendar.js:19 #: frappe/desk/doctype/todo/todo_calendar.js:25 msgid "Task" -msgstr "وظیفه" +msgstr "تسک" #. Label of a Section Break field in DocType 'About Us Settings' #. Label of a Table field in DocType 'About Us Settings' @@ -24892,15 +25036,25 @@ msgstr "هشدارهای الگو" msgid "Templates" msgstr "قالب ها" -#: frappe/core/doctype/user/user.py:1005 +#: frappe/core/doctype/user/user.py:966 msgid "Temporarily Disabled" msgstr "موقتا غیر فعال می باشد" +#: frappe/core/doctype/translation/test_translation.py:47 +#: frappe/core/doctype/translation/test_translation.py:54 +msgid "Test Data" +msgstr "" + #. Label of a Data field in DocType 'System Health Report' #: frappe/desk/doctype/system_health_report/system_health_report.json msgid "Test Job ID" msgstr "" +#: frappe/core/doctype/translation/test_translation.py:49 +#: frappe/core/doctype/translation/test_translation.py:57 +msgid "Test Spanish" +msgstr "" + #: frappe/email/doctype/newsletter/newsletter.py:94 msgid "Test email sent to {0}" msgstr "ایمیل آزمایشی به {0} ارسال شد" @@ -24970,7 +25124,7 @@ msgstr "ممنون برای ایمیلت" msgid "Thank you for your feedback!" msgstr "با تشکر از شما برای بازخورد شما!" -#: frappe/email/doctype/newsletter/newsletter.py:332 +#: frappe/email/doctype/newsletter/newsletter.py:335 msgid "Thank you for your interest in subscribing to our updates" msgstr "از علاقه شما به اشتراک در به روز رسانی های ما سپاسگزاریم" @@ -25011,7 +25165,7 @@ msgstr "" #: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:363 msgid "The User record for this request has been auto-deleted due to inactivity by system admins." -msgstr "سابقه کاربر برای این درخواست به دلیل عدم فعالیت توسط مدیران سیستم به طور خودکار حذف شده است." +msgstr "سابقه کاربر برای این درخواست به دلیل عدم فعالیت توسط ادمین‌های سیستم به طور خودکار حذف شده است." #: frappe/public/js/frappe/desk.js:128 msgid "The application has been updated to a new version, please refresh this page" @@ -25034,7 +25188,7 @@ msgid "The browser API key obtained from the Google Cloud Console under " msgstr "" -#: frappe/core/doctype/user/user.py:965 +#: frappe/core/doctype/user/user.py:926 msgid "The reset password link has been expired" msgstr "پیوند بازنشانی رمز عبور منقضی شده است" -#: frappe/core/doctype/user/user.py:967 +#: frappe/core/doctype/user/user.py:928 msgid "The reset password link has either been used before or is invalid" msgstr "پیوند بازنشانی رمز عبور یا قبلا استفاده شده است یا نامعتبر است" @@ -25196,7 +25350,7 @@ msgstr "مقداری که چسبانده اید {0} نویسه بود. حداک msgid "The webhook will be triggered if this expression is true" msgstr "اگر این عبارت درست باشد، وب هوک فعال می شود" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:169 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:173 msgid "The {0} is already on auto repeat {1}" msgstr "{0} قبلاً روی تکرار خودکار است {1}" @@ -25271,10 +25425,6 @@ msgstr "{0} با فیلترهای مشابه از قبل در صف وجود دا msgid "There must be atleast one permission rule." msgstr "حداقل یک قانون مجوز باید وجود داشته باشد." -#: frappe/core/doctype/user/user.py:504 -msgid "There should remain at least one System Manager" -msgstr "باید حداقل یک مدیر سیستم باقی بماند" - #: frappe/www/error.py:16 msgid "There was an error building this page" msgstr "در ساخت این صفحه خطایی روی داد" @@ -25295,9 +25445,9 @@ msgstr "هنگام ایجاد سند خطاهایی وجود داشت. لطفا msgid "There were errors while sending email. Please try again." msgstr "هنگام ارسال ایمیل خطاهایی وجود داشت. لطفا دوباره تلاش کنید." -#: frappe/model/naming.py:469 +#: frappe/model/naming.py:468 msgid "There were some errors setting the name, please contact the administrator" -msgstr "برخی از خطاها در تنظیم نام وجود دارد، لطفاً با سرپرست تماس بگیرید" +msgstr "برخی از خطاها در تنظیم نام وجود دارد، لطفاً با ادمین تماس بگیرید" #: frappe/www/404.html:15 msgid "There's nothing here" @@ -25349,7 +25499,7 @@ msgstr "این نمودار کانبان خصوصی خواهد بود" msgid "This action is irreversible. Do you wish to continue?" msgstr "این عمل برگشت ناپذیر است. آیا مایل هستید ادامه دهید؟" -#: frappe/__init__.py:985 +#: frappe/__init__.py:935 msgid "This action is only allowed for {}" msgstr "این عمل فقط برای {} مجاز است" @@ -25404,7 +25554,7 @@ msgstr "" msgid "This document is already amended, you cannot ammend it again" msgstr "این سند قبلاً اصلاح شده است، شما نمی توانید دوباره آن را اصلاح کنید" -#: frappe/model/document.py:1538 +#: frappe/model/document.py:1542 msgid "This document is currently locked and queued for execution. Please try again after some time." msgstr "این سند در حال حاضر قفل شده و در صف اجرا قرار دارد. لطفا بعد از مدتی دوباره امتحان کنید." @@ -25454,7 +25604,7 @@ msgstr "این قالب در صورتی استفاده می شود که فرمت msgid "This goes above the slideshow." msgstr "این بالاتر از نمایش اسلاید است." -#: frappe/public/js/frappe/views/reports/query_report.js:2014 +#: frappe/public/js/frappe/views/reports/query_report.js:2021 msgid "This is a background report. Please set the appropriate filters and then generate a new one." msgstr "این یک گزارش پس زمینه است. لطفا فیلترهای مناسب را تنظیم کنید و سپس گزارش جدیدی ایجاد کنید." @@ -25582,7 +25732,7 @@ msgstr "با این کار این تور بازنشانی می شود و به ه msgid "This will terminate the job immediately and might be dangerous, are you sure? " msgstr " این کار بلافاصله کار را خاتمه می دهد و ممکن است خطرناک باشد، مطمئن هستید؟" -#: frappe/core/doctype/user/user.py:1224 +#: frappe/core/doctype/user/user.py:1178 msgid "Throttled" msgstr "گاز گرفت" @@ -25701,8 +25851,8 @@ msgstr "زمان تمام شد" msgid "Timeless Night" msgstr "شب بی انتها" -#. Label of a Check field in DocType 'Role' -#: frappe/core/doctype/role/role.json +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json msgid "Timeline" msgstr "جدول زمانی" @@ -25917,7 +26067,7 @@ msgstr "برای فعال کردن اسکریپت های سرور، {0} را ب #: frappe/desk/doctype/onboarding_step/onboarding_step.js:18 msgid "To export this step as JSON, link it in a Onboarding document and save the document." -msgstr "برای صادر کردن این مرحله به عنوان JSON، آن را در یک سند Onboarding پیوند دهید و سند را ذخیره کنید." +msgstr "برای صادر کردن این مرحله به عنوان JSON، آن را در یک سند آشناسازی پیوند دهید و سند را ذخیره کنید." #: frappe/public/js/frappe/views/reports/query_report.js:788 msgid "To get the updated report, click on {0}." @@ -25967,6 +26117,7 @@ msgstr "به نسخه" #. Linked DocType in User's connections #. Name of a DocType #. Name of a report +#: frappe/automation/doctype/assignment_rule/assignment_rule.py:55 #: frappe/automation/workspace/tools/tools.json #: frappe/core/doctype/user/user.json frappe/desk/doctype/todo/todo.json #: frappe/desk/report/todo/todo.json @@ -26050,11 +26201,11 @@ msgstr "اسناد بسیار زیاد" msgid "Too Many Requests" msgstr "درخواست های خیلی زیاد" -#: frappe/database/database.py:427 +#: frappe/database/database.py:429 msgid "Too many changes to database in single action." msgstr "تغییرات بسیار زیادی در پایگاه داده در یک اقدام واحد." -#: frappe/core/doctype/user/user.py:1006 +#: frappe/core/doctype/user/user.py:967 msgid "Too many users signed up recently, so the registration is disabled. Please try back in an hour" msgstr "کاربران زیادی اخیرا ثبت نام کرده اند، بنابراین ثبت نام غیرفعال است. لطفا یک ساعت دیگر دوباره امتحان کنید" @@ -26124,7 +26275,7 @@ msgstr "{0} برتر" msgid "Topic" msgstr "موضوع" -#: frappe/desk/query_report.py:504 +#: frappe/desk/query_report.py:510 #: frappe/public/js/frappe/views/reports/print_grid.html:45 #: frappe/public/js/frappe/views/reports/report_view.js:1475 msgid "Total" @@ -26589,7 +26740,7 @@ msgstr "امکان نوشتن فرمت فایل برای {0} وجود ندارد #. Label of a Code field in DocType 'Assignment Rule' #: frappe/automation/doctype/assignment_rule/assignment_rule.json msgid "Unassign Condition" -msgstr "لغو اختصاص شرط" +msgstr "" #: frappe/www/error.py:15 msgid "Uncaught Server Exception" @@ -26643,11 +26794,11 @@ msgstr "ناشناخته" msgid "Unknown Column: {0}" msgstr "ستون ناشناخته: {0}" -#: frappe/utils/data.py:1048 +#: frappe/utils/data.py:1062 msgid "Unknown Rounding Method: {}" msgstr "روش گرد کردن نامشخص: {}" -#: frappe/auth.py:296 +#: frappe/auth.py:304 msgid "Unknown User" msgstr "کاربر ناشناس" @@ -26674,9 +26825,9 @@ msgstr "خوانده نشده" msgid "Unread Notification Sent" msgstr "اعلان خوانده نشده ارسال شد" -#: frappe/utils/safe_exec.py:429 +#: frappe/utils/safe_exec.py:478 msgid "Unsafe SQL query" -msgstr "پرس و جو ناامن SQL" +msgstr "پرسمان ناامن SQL" #: frappe/public/js/frappe/data_import/data_exporter.js:159 #: frappe/public/js/frappe/form/controls/multicheck.js:166 @@ -26771,7 +26922,7 @@ msgstr "فیلد به روز رسانی" #: frappe/core/doctype/installed_applications/installed_applications.js:6 #: frappe/core/doctype/installed_applications/installed_applications.js:13 msgid "Update Hooks Resolution Order" -msgstr "به‌روزرسانی سفارش وضوح هوک" +msgstr "به‌روزرسانی ترتیب حل هوک‌ها" #: frappe/core/doctype/installed_applications/installed_applications.js:45 msgid "Update Order" @@ -26805,9 +26956,9 @@ msgstr "به روز رسانی ترجمه ها" #: frappe/desk/doctype/bulk_update/bulk_update.json #: frappe/workflow/doctype/workflow_document_state/workflow_document_state.json msgid "Update Value" -msgstr "به روز رسانی ارزش" +msgstr "به روز رسانی مقدار" -#: frappe/utils/change_log.py:383 +#: frappe/utils/change_log.py:386 msgid "Update from Frappe Cloud" msgstr "به روز رسانی از Frappe Cloud" @@ -26878,12 +27029,16 @@ msgstr "در حال به روز رسانی {0}" msgid "Updating {0} of {1}, {2}" msgstr "در حال به روز رسانی {0} از {1}، {2}" +#: frappe/public/js/billing.bundle.js:30 +msgid "Upgrade plan" +msgstr "" + #: frappe/public/js/frappe/file_uploader/file_uploader.bundle.js:121 #: frappe/public/js/frappe/file_uploader/file_uploader.bundle.js:122 #: frappe/public/js/frappe/form/grid.js:63 #: frappe/public/js/frappe/form/templates/form_sidebar.html:13 msgid "Upload" -msgstr "بارگذاری" +msgstr "آپلود" #: frappe/public/js/print_format_builder/LetterHeadEditor.vue:93 msgid "Upload Image" @@ -26948,6 +27103,11 @@ msgstr "از HTML استفاده کنید" msgid "Use IMAP" msgstr "از IMAP استفاده کنید" +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Use Number Format from Currency" +msgstr "" + #. Label of a Check field in DocType 'SMS Settings' #: frappe/core/doctype/sms_settings/sms_settings.json msgid "Use POST" @@ -26994,7 +27154,7 @@ msgstr "استفاده از تابع {0} در فیلد محدود شده است" #: frappe/model/db_query.py:403 msgid "Use of sub-query or function is restricted" -msgstr "استفاده از زیرپرس و جو یا تابع محدود شده است" +msgstr "استفاده از زیر پرسمان یا تابع محدود شده است" #: frappe/printing/page/print/print.js:279 msgid "Use the new Print Format Builder" @@ -27214,7 +27374,7 @@ msgstr "مجوز کاربر" #. Label of a Link in the Users Workspace #: frappe/core/page/permission_manager/permission_manager_help.html:30 #: frappe/core/workspace/users/users.json -#: frappe/public/js/frappe/views/reports/query_report.js:1791 +#: frappe/public/js/frappe/views/reports/query_report.js:1798 #: frappe/public/js/frappe/views/reports/report_view.js:1675 msgid "User Permissions" msgstr "مجوزهای کاربر" @@ -27319,23 +27479,23 @@ msgstr "کاربر مجاز به حذف {0} نیست: {1}" msgid "User permission already exists" msgstr "مجوز کاربر از قبل وجود دارد" -#: frappe/www/login.py:156 +#: frappe/www/login.py:157 msgid "User with email address {0} does not exist" msgstr "کاربری با آدرس ایمیل {0} وجود ندارد" #: frappe/integrations/doctype/ldap_settings/ldap_settings.py:225 msgid "User with email: {0} does not exist in the system. Please ask 'System Administrator' to create the user for you." -msgstr "کاربر با ایمیل: {0} در سیستم وجود ندارد. لطفاً از \"System Administrator\" بخواهید که کاربر را برای شما ایجاد کند." +msgstr "کاربر با ایمیل: {0} در سیستم وجود ندارد. لطفاً از «ادمین سیستم» بخواهید که کاربر را برای شما ایجاد کند." -#: frappe/core/doctype/user/user.py:509 +#: frappe/core/doctype/user/user.py:472 msgid "User {0} cannot be deleted" msgstr "کاربر {0} قابل حذف نیست" -#: frappe/core/doctype/user/user.py:244 +#: frappe/core/doctype/user/user.py:263 msgid "User {0} cannot be disabled" msgstr "کاربر {0} را نمی توان غیرفعال کرد" -#: frappe/core/doctype/user/user.py:591 +#: frappe/core/doctype/user/user.py:552 msgid "User {0} cannot be renamed" msgstr "کاربر {0} را نمی توان تغییر نام داد" @@ -27347,7 +27507,7 @@ msgstr "کاربر {0} به این سند دسترسی ندارد" msgid "User {0} does not have doctype access via role permission for document {1}" msgstr "کاربر {0} دسترسی doctype از طریق مجوز نقش برای سند {1} ندارد" -#: frappe/desk/doctype/workspace/workspace.py:257 +#: frappe/desk/doctype/workspace/workspace.py:261 msgid "User {0} does not have the permission to create a Workspace." msgstr "" @@ -27356,7 +27516,7 @@ msgstr "" msgid "User {0} has requested for data deletion" msgstr "کاربر {0} درخواست حذف داده ها را داده است" -#: frappe/core/doctype/user/user.py:1358 +#: frappe/core/doctype/user/user.py:1312 msgid "User {0} impersonated as {1}" msgstr "کاربر {0} به عنوان {1} جعل هویت کرد" @@ -27364,7 +27524,7 @@ msgstr "کاربر {0} به عنوان {1} جعل هویت کرد" msgid "User {0} is disabled" msgstr "کاربر {0} غیرفعال است" -#: frappe/sessions.py:230 +#: frappe/sessions.py:231 msgid "User {0} is disabled. Please contact your System Manager." msgstr "کاربر {0} غیرفعال است. لطفا با مدیر سیستم خود تماس بگیرید." @@ -27381,11 +27541,11 @@ msgstr "URI اطلاعات کاربر" #. Label of a Data field in DocType 'User Social Login' #: frappe/core/doctype/user/user.json #: frappe/core/doctype/user_social_login/user_social_login.json -#: frappe/www/login.py:104 +#: frappe/www/login.py:105 msgid "Username" msgstr "نام کاربری" -#: frappe/core/doctype/user/user.py:670 +#: frappe/core/doctype/user/user.py:631 msgid "Username {0} already exists" msgstr "نام کاربری {0} از قبل وجود دارد" @@ -27445,11 +27605,11 @@ msgstr "ایمیل و نام معتبر مورد نیاز است" #. Label of a Check field in DocType 'Onboarding Step' #: frappe/desk/doctype/onboarding_step/onboarding_step.json msgid "Validate Field" -msgstr "فیلد اعتبار سنجی" +msgstr "فیلد اعتبارسنجی" #: frappe/public/js/frappe/web_form/web_form.js:360 msgid "Validation Error" -msgstr "خطای اعتبار سنجی" +msgstr "خطای اعتبارسنجی" #. Label of a Select field in DocType 'OAuth Authorization Code' #: frappe/integrations/doctype/oauth_authorization_code/oauth_authorization_code.json @@ -27506,15 +27666,15 @@ msgstr "ارزش تغییر کرد" msgid "Value To Be Set" msgstr "ارزش تنظیم شود" -#: frappe/model/base_document.py:948 frappe/model/document.py:666 +#: frappe/model/base_document.py:948 frappe/model/document.py:670 msgid "Value cannot be changed for {0}" msgstr "مقدار برای {0} قابل تغییر نیست" -#: frappe/model/document.py:612 +#: frappe/model/document.py:616 msgid "Value cannot be negative for" msgstr "ارزش نمی تواند منفی باشد" -#: frappe/model/document.py:616 +#: frappe/model/document.py:620 msgid "Value cannot be negative for {0}: {1}" msgstr "مقدار نمی تواند برای {0} منفی باشد: {1}" @@ -27557,7 +27717,7 @@ msgstr "ارزش خیلی بزرگ است" msgid "Value {0} missing for {1}" msgstr "مقدار {0} برای {1} وجود ندارد" -#: frappe/core/doctype/data_import/importer.py:751 frappe/utils/data.py:703 +#: frappe/core/doctype/data_import/importer.py:751 frappe/utils/data.py:704 msgid "Value {0} must be in the valid duration format: d h m s" msgstr "مقدار {0} باید در قالب مدت زمان معتبر باشد: dhms" @@ -27588,7 +27748,7 @@ msgstr "پیوند تأیید" #: frappe/templates/includes/login/login.js:391 msgid "Verification code email not sent. Please contact Administrator." -msgstr "ایمیل کد تأیید ارسال نشد. لطفا با مدیر تماس بگیرید" +msgstr "ایمیل کد تأیید ارسال نشد. لطفا با ادمین تماس بگیرید." #: frappe/twofactor.py:249 msgid "Verification code has been sent to your registered email address." @@ -27631,7 +27791,7 @@ msgstr "URL ویدیو" msgid "View" msgstr "چشم انداز" -#: frappe/core/doctype/success_action/success_action.js:58 +#: frappe/core/doctype/success_action/success_action.js:60 #: frappe/public/js/frappe/form/success_action.js:89 msgid "View All" msgstr "مشاهده همه" @@ -27649,7 +27809,7 @@ msgid "View Full Log" msgstr "مشاهده لاگ کامل" #: frappe/public/js/frappe/views/treeview.js:450 -#: frappe/public/js/frappe/widgets/quick_list_widget.js:245 +#: frappe/public/js/frappe/widgets/quick_list_widget.js:251 msgid "View List" msgstr "مشاهده لیست" @@ -27684,8 +27844,8 @@ msgstr "مشاهده گزارش" msgid "View Settings" msgstr "مشاهده تنظیمات" -#. Label of a Check field in DocType 'Role' -#: frappe/core/doctype/role/role.json +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json msgid "View Switcher" msgstr "مشاهده سوییچر" @@ -27821,7 +27981,7 @@ msgstr "ما درخواستی از شما دریافت کرده‌ایم برا #: frappe/www/contact.py:48 msgid "We've received your query!" -msgstr "ما درخواست شما را دریافت کردیم!" +msgstr "ما پرسمان شما را دریافت کردیم!" #: frappe/public/js/frappe/form/controls/password.js:88 msgid "Weak" @@ -27974,7 +28134,7 @@ msgstr "آدرس وب هوک" #. Group in Module Def's connections #. Name of a Workspace #: frappe/core/doctype/module_def/module_def.json -#: frappe/email/doctype/newsletter/newsletter.py:453 +#: frappe/email/doctype/newsletter/newsletter.py:460 #: frappe/public/js/frappe/ui/toolbar/about.js:8 #: frappe/website/workspace/website/website.json msgid "Website" @@ -28192,11 +28352,11 @@ msgstr "URL خوش آمدید" msgid "Welcome Workspace" msgstr "محیط کار خوش آمدید" -#: frappe/core/doctype/user/user.py:366 +#: frappe/core/doctype/user/user.py:350 msgid "Welcome email sent" msgstr "ایمیل خوش آمدگویی ارسال شد" -#: frappe/core/doctype/user/user.py:441 +#: frappe/core/doctype/user/user.py:411 msgid "Welcome to {0}" msgstr "به {0} خوش آمدید" @@ -28317,7 +28477,7 @@ msgstr "جریان کار" #. Name of a DocType #: frappe/workflow/doctype/workflow_action/workflow_action.json -#: frappe/workflow/doctype/workflow_action/workflow_action.py:476 +#: frappe/workflow/doctype/workflow_action/workflow_action.py:477 msgid "Workflow Action" msgstr "عمل گردش کار" @@ -28474,7 +28634,7 @@ msgstr "فهرست سریع محیط کار" msgid "Workspace Shortcut" msgstr "میانبر محیط کار" -#: frappe/desk/doctype/workspace/workspace.py:289 +#: frappe/desk/doctype/workspace/workspace.py:293 msgid "Workspace not found" msgstr "محیط کار پیدا نشد" @@ -28592,9 +28752,9 @@ msgstr "رنگ زرد" #: frappe/integrations/doctype/webhook/webhook.py:140 #: frappe/printing/doctype/print_format/print_format.json #: frappe/public/js/form_builder/utils.js:336 -#: frappe/public/js/frappe/form/controls/link.js:475 +#: frappe/public/js/frappe/form/controls/link.js:486 #: frappe/public/js/frappe/list/list_sidebar_group_by.js:223 -#: frappe/public/js/frappe/views/reports/query_report.js:1529 +#: frappe/public/js/frappe/views/reports/query_report.js:1534 #: frappe/website/doctype/help_article/templates/help_article.html:25 msgid "Yes" msgstr "بله" @@ -28604,7 +28764,7 @@ msgctxt "Approve confirmation dialog" msgid "Yes" msgstr "بله" -#: frappe/public/js/frappe/ui/filters/filter.js:505 +#: frappe/public/js/frappe/ui/filters/filter.js:537 msgctxt "Checkbox is checked" msgid "Yes" msgstr "بله" @@ -28626,6 +28786,10 @@ msgstr "شما به اینترنت متصل هستید." msgid "You are impersonating as another user." msgstr "شما در حال جعل هویت به عنوان کاربر دیگری هستید." +#: frappe/integrations/frappe_providers/frappecloud_billing.py:24 +msgid "You are not allowed to access this resource" +msgstr "شما اجازه دسترسی به این منبع را ندارید" + #: frappe/permissions.py:403 msgid "You are not allowed to access this {0} record because it is linked to {1} '{2}' in field {3}" msgstr "شما مجاز به دسترسی به این رکورد {0} نیستید زیرا به {1} '{2}' در فیلد {3} پیوند داده شده است." @@ -28662,7 +28826,7 @@ msgstr "شما مجاز به چاپ این گزارش نیستید" msgid "You are not allowed to send emails related to this document" msgstr "شما مجاز به ارسال ایمیل های مرتبط با این سند نیستید" -#: frappe/website/doctype/web_form/web_form.py:461 +#: frappe/website/doctype/web_form/web_form.py:462 msgid "You are not allowed to update this Web Form Document" msgstr "شما مجاز به به روز رسانی این سند فرم وب نیستید" @@ -28678,7 +28842,7 @@ msgstr "بدون ورود به سیستم اجازه دسترسی به این ص msgid "You are not permitted to access this page." msgstr "شما اجازه دسترسی به این صفحه را ندارید." -#: frappe/__init__.py:904 +#: frappe/__init__.py:854 msgid "You are not permitted to access this resource." msgstr "شما مجاز به دسترسی به این منبع نیستید." @@ -28690,7 +28854,7 @@ msgstr "شما اکنون این سند را دنبال می کنید. به رو msgid "You are only allowed to update order, do not remove or add apps." msgstr "شما فقط مجاز به به‌روزرسانی سفارش هستید، برنامه‌ها را حذف یا اضافه نکنید." -#: frappe/email/doctype/email_account/email_account.js:212 +#: frappe/email/doctype/email_account/email_account.js:216 msgid "You are selecting Sync Option as ALL, It will resync all read as well as unread message from server. This may also cause the duplication of Communication (emails)." msgstr "شما در حال انتخاب گزینه Sync به عنوان ALL هستید، همه پیام های خوانده شده و خوانده نشده از سرور را دوباره همگام سازی می کند. همچنین ممکن است باعث تکراری شدن ارتباطات (ایمیل) شود." @@ -28755,7 +28919,7 @@ msgstr "هر بار فقط می توانید حداکثر {0} سند را چاپ msgid "You can only set the 3 custom doctypes in the Document Types table." msgstr "شما فقط می توانید 3 نوع Doctype سفارشی را در جدول Document Types تنظیم کنید." -#: frappe/handler.py:228 +#: frappe/handler.py:229 msgid "You can only upload JPG, PNG, PDF, TXT or Microsoft documents." msgstr "شما فقط می توانید اسناد JPG، PNG، PDF، TXT یا Microsoft را آپلود کنید." @@ -28773,7 +28937,7 @@ msgstr "می توانید یکی از موارد زیر را انتخاب کنی msgid "You can set a high value here if multiple users will be logging in from the same network." msgstr "اگر چندین کاربر از یک شبکه وارد سیستم شوند، می‌توانید مقدار بالایی را در اینجا تنظیم کنید." -#: frappe/desk/query_report.py:339 +#: frappe/desk/query_report.py:340 msgid "You can try changing the filters of your report." msgstr "می توانید فیلترهای گزارش خود را تغییر دهید." @@ -28862,7 +29026,11 @@ msgstr "امتیاز کافی ندارید" msgid "You do not have enough review points" msgstr "امتیاز بررسی کافی ندارید" -#: frappe/www/printview.py:358 +#: frappe/desk/query_report.py:807 +msgid "You do not have permission to access {0}: {1}." +msgstr "شما اجازه دسترسی به {0}: {1} را ندارید." + +#: frappe/www/printview.py:361 msgid "You do not have permission to view this document" msgstr "شما اجازه مشاهده این سند را ندارید" @@ -28874,7 +29042,7 @@ msgstr "شما مجوز لغو همه اسناد مرتبط را ندارید." msgid "You don't have access to Report: {0}" msgstr "شما به گزارش دسترسی ندارید: {0}" -#: frappe/website/doctype/web_form/web_form.py:662 +#: frappe/website/doctype/web_form/web_form.py:663 msgid "You don't have permission to access the {0} DocType." msgstr "شما اجازه دسترسی به {0} DocType را ندارید." @@ -28886,7 +29054,7 @@ msgstr "شما اجازه دسترسی به این فایل را ندارید" msgid "You don't have permission to get a report on: {0}" msgstr "شما مجوز دریافت گزارش در مورد: {0} را ندارید" -#: frappe/website/doctype/web_form/web_form.py:167 +#: frappe/website/doctype/web_form/web_form.py:168 msgid "You don't have the permissions to access this document" msgstr "شما مجوز دسترسی به این سند را ندارید" @@ -28955,19 +29123,27 @@ msgstr "شما آخرین بار این را ویرایش کردید" msgid "You must add atleast one link." msgstr "شما باید حداقل یک لینک اضافه کنید." -#: frappe/website/doctype/web_form/web_form.py:658 +#: frappe/website/doctype/web_form/web_form.py:659 msgid "You must be logged in to use this form." msgstr "برای استفاده از این فرم باید وارد سیستم شوید." -#: frappe/website/doctype/web_form/web_form.py:501 +#: frappe/website/doctype/web_form/web_form.py:502 msgid "You must login to submit this form" msgstr "برای ارسال این فرم باید وارد شوید" +#: frappe/model/document.py:238 +msgid "You need the '{0}' permission on {1} {2} to perform this action." +msgstr "" + +#: frappe/desk/doctype/workspace/workspace.py:113 +msgid "You need to be Workspace Manager to delete a public workspace." +msgstr "" + #: frappe/desk/doctype/workspace/workspace.py:71 msgid "You need to be Workspace Manager to edit this document" msgstr "برای ویرایش این سند باید مدیر محیط کار باشید" -#: frappe/website/doctype/web_form/web_form.py:90 +#: frappe/website/doctype/web_form/web_form.py:91 msgid "You need to be in developer mode to edit a Standard Web Form" msgstr "برای ویرایش یک فرم وب استاندارد، باید در حالت توسعه دهنده باشید" @@ -28979,7 +29155,7 @@ msgstr "برای اینکه بتوانید به نسخه‌های پشتیبان msgid "You need to be logged in to access this page" msgstr "برای دسترسی به این صفحه باید وارد شوید" -#: frappe/website/doctype/web_form/web_form.py:158 +#: frappe/website/doctype/web_form/web_form.py:159 msgid "You need to be logged in to access this {0}." msgstr "برای دسترسی به این {0} باید وارد سیستم شوید." @@ -29003,13 +29179,17 @@ msgstr "برای استفاده از این قابلیت باید pycups را ن msgid "You need to select indexes you want to add first." msgstr "" -#: frappe/email/doctype/email_account/email_account.py:145 +#: frappe/email/doctype/email_account/email_account.py:146 msgid "You need to set one IMAP folder for {0}" msgstr "باید یک پوشه IMAP برای {0} تنظیم کنید" +#: frappe/model/rename_doc.py:388 +msgid "You need write permission on {0} {1} to merge" +msgstr "" + #: frappe/model/rename_doc.py:383 -msgid "You need write permission to rename" -msgstr "برای تغییر نام به مجوز نوشتن نیاز دارید" +msgid "You need write permission on {0} {1} to rename" +msgstr "" #: frappe/client.py:458 msgid "You need {0} permission to fetch values from {1} {2}" @@ -29079,7 +29259,7 @@ msgstr "میانبرهای شما" msgid "Your account has been deleted" msgstr "حساب شما حذف شده است" -#: frappe/auth.py:488 +#: frappe/auth.py:496 msgid "Your account has been locked and will resume after {0} seconds" msgstr "حساب شما قفل شده است و پس از {0} ثانیه از سر گرفته می شود" @@ -29127,11 +29307,11 @@ msgstr "نام و آدرس سازمان شما برای پاورقی ایمیل. #: frappe/templates/emails/auto_reply.html:2 msgid "Your query has been received. We will reply back shortly. If you have any additional information, please reply to this mail." -msgstr "درخواست شما دریافت شد. ما به زودی پاسخ خواهیم داد. اگر اطلاعات بیشتری دارید، لطفا به این ایمیل پاسخ دهید." +msgstr "پرسمان شما دریافت شد. ما به زودی پاسخ خواهیم داد. اگر اطلاعات بیشتری دارید، لطفا به این ایمیل پاسخ دهید." #: frappe/app.py:349 msgid "Your session has expired, please login again to continue." -msgstr "جلسه شما منقضی شده است، لطفا برای ادامه دوباره وارد شوید." +msgstr "نشست شما منقضی شده است، لطفا برای ادامه دوباره وارد شوید." #: frappe/public/js/frappe/ui/toolbar/navbar.html:15 msgid "Your site is undergoing maintenance or being updated." @@ -29146,7 +29326,7 @@ msgstr "کد تأیید شما {0} است" msgid "Your website is all set up!" msgstr "وب سایت شما کاملاً راه‌اندازی شده است!" -#: frappe/utils/data.py:1348 +#: frappe/utils/data.py:1362 msgid "Zero" msgstr "صفر" @@ -29166,7 +29346,7 @@ msgstr "_doctype" msgid "_report" msgstr "_گزارش" -#: frappe/database/database.py:317 +#: frappe/database/database.py:319 msgid "`as_iterator` only works with `as_list=True` or `as_dict=True`" msgstr "«as_iterator» فقط با «as_list=True» یا «as_dict=True» کار می‌کند" @@ -29214,7 +29394,7 @@ msgstr "تراز-راست" msgid "amend" msgstr "اصلاح" -#: frappe/public/js/frappe/utils/utils.js:410 frappe/utils/data.py:1356 +#: frappe/public/js/frappe/utils/utils.js:410 frappe/utils/data.py:1370 msgid "and" msgstr "و" @@ -29460,7 +29640,7 @@ msgstr "حذف" msgid "descending" msgstr "نزولی" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:152 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:163 msgid "document type..., e.g. customer" msgstr "نوع سند...، به عنوان مثال مشتری" @@ -29480,7 +29660,7 @@ msgstr "دانلود - alt" msgid "e.g. \"Support\", \"Sales\", \"Jerry Yang\"" msgstr "به عنوان مثال \"پشتیبانی\"، \"فروش\"، \"جری یانگ\"" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:172 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:183 msgid "e.g. (55 + 434) / 4 or =Math.sin(Math.PI/2)..." msgstr "به عنوان مثال (55 + 434) / 4 یا =Math.sin(Math.PI/2)..." @@ -29532,7 +29712,7 @@ msgid "email inbox" msgstr "صندوق ورودی ایمیل" #: frappe/permissions.py:397 frappe/permissions.py:408 -#: frappe/public/js/frappe/form/controls/link.js:484 +#: frappe/public/js/frappe/form/controls/link.js:495 msgid "empty" msgstr "خالی" @@ -29683,7 +29863,7 @@ msgstr "سبز" msgid "grey" msgstr "خاکستری" -#: frappe/utils/backups.py:389 +#: frappe/utils/backups.py:391 msgid "gzip not found in PATH! This is required to take a backup." msgstr "gzip در PATH یافت نشد! این برای تهیه نسخه پشتیبان لازم است." @@ -29785,7 +29965,7 @@ msgstr "jane@example.com" msgid "just now" msgstr "همین الان" -#: frappe/desk/desktop.py:255 frappe/desk/query_report.py:284 +#: frappe/desk/desktop.py:255 frappe/desk/query_report.py:285 msgid "label" msgstr "برچسب" @@ -29891,7 +30071,7 @@ msgstr "mm/dd/yyyy" msgid "module" msgstr "ماژول" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:167 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:178 msgid "module name..." msgstr "نام ماژول ..." @@ -29909,7 +30089,7 @@ msgstr "موسیقی" msgid "new" msgstr "جدید" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:147 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:158 msgid "new type of document" msgstr "نوع جدید سند" @@ -29991,12 +30171,12 @@ msgstr "on_update" msgid "on_update_after_submit" msgstr "on_update_after_submit" -#: frappe/utils/data.py:1359 +#: frappe/utils/data.py:1373 msgid "only." msgstr "فقط." #: frappe/public/js/frappe/utils/utils.js:407 frappe/www/login.html:87 -#: frappe/www/login.py:106 +#: frappe/www/login.py:107 msgid "or" msgstr "یا" @@ -30087,7 +30267,7 @@ msgstr "qrcode" #. Option for the 'Type' (Select) field in DocType 'Desktop Icon' #: frappe/desk/doctype/desktop_icon/desktop_icon.json msgid "query-report" -msgstr "پرسش-گزارش" +msgstr "" #. Option for the 'Icon' (Select) field in DocType 'Workflow State' #: frappe/workflow/doctype/workflow_state/workflow_state.json @@ -30334,7 +30514,7 @@ msgstr "ارسال" msgid "tag" msgstr "برچسب زدن" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:162 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:173 msgid "tag name..., e.g. #tag" msgstr "نام برچسب...، به عنوان مثال #برچسب" @@ -30346,9 +30526,9 @@ msgstr "برچسب ها" #. Option for the 'Icon' (Select) field in DocType 'Workflow State' #: frappe/workflow/doctype/workflow_state/workflow_state.json msgid "tasks" -msgstr "وظایف" +msgstr "تسک‌ها" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:157 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:168 msgid "text in document type" msgstr "متن در نوع سند" @@ -30423,9 +30603,9 @@ msgstr "به روز شده به {0}" #. Option for the 'Icon' (Select) field in DocType 'Workflow State' #: frappe/workflow/doctype/workflow_state/workflow_state.json msgid "upload" -msgstr "بارگذاری" +msgstr "آپلود" -#: frappe/public/js/frappe/ui/filters/filter.js:338 +#: frappe/public/js/frappe/ui/filters/filter.js:354 msgid "use % as wildcard" msgstr "از % به عنوان حروف استفاده کنید" @@ -30434,7 +30614,7 @@ msgstr "از % به عنوان حروف استفاده کنید" msgid "user" msgstr "کاربر" -#: frappe/public/js/frappe/ui/filters/filter.js:337 +#: frappe/public/js/frappe/ui/filters/filter.js:353 msgid "values separated by commas" msgstr "مقادیر جدا شده با کاما" @@ -30443,7 +30623,7 @@ msgstr "مقادیر جدا شده با کاما" msgid "version_table" msgstr "version_table" -#: frappe/automation/doctype/assignment_rule/assignment_rule.py:380 +#: frappe/automation/doctype/assignment_rule/assignment_rule.py:382 msgid "via Assignment Rule" msgstr "از طریق قانون واگذاری" @@ -30563,8 +30743,8 @@ msgstr "{0} ({1}) (1 ردیف اجباری)" msgid "{0} ({1}) - {2}%" msgstr "{0} ({1}) - {2}%" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:337 -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:340 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:348 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:351 msgid "{0} = {1}" msgstr "{0} = {1}" @@ -30585,7 +30765,7 @@ msgid "{0} Dashboard" msgstr "داشبورد {0}" #: frappe/public/js/frappe/form/grid_row.js:457 -#: frappe/public/js/frappe/list/list_settings.js:224 +#: frappe/public/js/frappe/list/list_settings.js:227 #: frappe/public/js/frappe/views/kanban/kanban_settings.js:178 msgid "{0} Fields" msgstr "{0} فیلدها" @@ -30678,7 +30858,7 @@ msgstr "{0} قبلاً اشتراک خود را لغو کرده است" msgid "{0} already unsubscribed for {1} {2}" msgstr "{0} قبلاً اشتراک {1} {2} را لغو کرده است" -#: frappe/utils/data.py:1510 +#: frappe/utils/data.py:1524 msgid "{0} and {1}" msgstr "{0} و {1}" @@ -30729,7 +30909,7 @@ msgctxt "Form timeline" msgid "{0} attached {1}" msgstr "{0} پیوست {1}" -#: frappe/core/doctype/system_settings/system_settings.py:143 +#: frappe/core/doctype/system_settings/system_settings.py:145 msgid "{0} can not be more than {1}" msgstr "{0} نمی تواند بیشتر از {1} باشد" @@ -30863,7 +31043,7 @@ msgstr "{0} ساعت" msgid "{0} has already assigned default value for {1}." msgstr "{0} قبلاً مقدار پیش فرض را برای {1} اختصاص داده است." -#: frappe/email/doctype/newsletter/newsletter.py:380 +#: frappe/email/doctype/newsletter/newsletter.py:383 msgid "{0} has been successfully added to the Email Group." msgstr "{0} با موفقیت به گروه ایمیل اضافه شد." @@ -30871,7 +31051,7 @@ msgstr "{0} با موفقیت به گروه ایمیل اضافه شد." msgid "{0} has left the conversation in {1} {2}" msgstr "{0} مکالمه را در {1} {2} ترک کرده است" -#: frappe/__init__.py:2460 +#: frappe/__init__.py:2410 msgid "{0} has no versions tracked." msgstr "{0} هیچ نسخه ای ردیابی نشده است." @@ -30900,7 +31080,7 @@ msgstr "{0} یک فایل فشرده معتبر نیست" msgid "{0} is an invalid Data field." msgstr "{0} یک فیلد داده نامعتبر است." -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:148 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:152 msgid "{0} is an invalid email address in 'Recipients'" msgstr "{0} یک آدرس ایمیل نامعتبر در \"گیرندگان\" است" @@ -30937,7 +31117,7 @@ msgstr "{0} کمتر از {1} است" msgid "{0} is like {1}" msgstr "{0} مانند {1} است" -#: frappe/email/doctype/email_account/email_account.py:174 +#: frappe/email/doctype/email_account/email_account.py:175 msgid "{0} is mandatory" msgstr "{0} اجباری است" @@ -30945,7 +31125,7 @@ msgstr "{0} اجباری است" msgid "{0} is not a field of doctype {1}" msgstr "{0} یک فیلد از نوع doctype نیست {1}" -#: frappe/www/printview.py:341 +#: frappe/www/printview.py:344 msgid "{0} is not a raw printing format." msgstr "{0} یک قالب چاپ خام نیست." @@ -31018,7 +31198,7 @@ msgstr "{0} اکنون قالب چاپ پیش‌فرض برای {1} doctype اس msgid "{0} is one of {1}" msgstr "{0} یکی از {1} است" -#: frappe/email/doctype/email_account/email_account.py:275 +#: frappe/email/doctype/email_account/email_account.py:276 #: frappe/model/naming.py:201 #: frappe/printing/doctype/print_format/print_format.py:92 #: frappe/utils/csvutils.py:131 @@ -31037,7 +31217,7 @@ msgstr "{0} در محدوده {1} است" msgid "{0} items selected" msgstr "{0} آیتم انتخاب شد" -#: frappe/core/doctype/user/user.py:1367 +#: frappe/core/doctype/user/user.py:1321 msgid "{0} just impersonated as you. They gave this reason: {1}" msgstr "{0} به عنوان شما جعل هویت کرده است. این دلیل را آوردند: {1}" @@ -31070,23 +31250,23 @@ msgstr "{0} دقیقه قبل" msgid "{0} months ago" msgstr "{0} ماه پیش" -#: frappe/model/document.py:1595 +#: frappe/model/document.py:1599 msgid "{0} must be after {1}" msgstr "{0} باید بعد از {1} باشد" -#: frappe/model/document.py:1356 +#: frappe/model/document.py:1360 msgid "{0} must be beginning with '{1}'" msgstr "{0} باید با '{1}' شروع شود" -#: frappe/model/document.py:1358 +#: frappe/model/document.py:1362 msgid "{0} must be equal to '{1}'" msgstr "{0} باید برابر با '{1}' باشد" -#: frappe/model/document.py:1354 +#: frappe/model/document.py:1358 msgid "{0} must be none of {1}" msgstr "{0} نباید هیچ یک از {1} باشد" -#: frappe/model/document.py:1352 frappe/utils/csvutils.py:136 +#: frappe/model/document.py:1356 frappe/utils/csvutils.py:136 msgid "{0} must be one of {1}" msgstr "{0} باید یکی از {1} باشد" @@ -31098,7 +31278,7 @@ msgstr "ابتدا باید {0} تنظیم شود" msgid "{0} must be unique" msgstr "{0} باید منحصر به فرد باشد" -#: frappe/model/document.py:1360 +#: frappe/model/document.py:1364 msgid "{0} must be {1} {2}" msgstr "{0} باید {1} {2} باشد" @@ -31112,7 +31292,7 @@ msgstr "{0} باید با یک حرف شروع و پایان یابد و فقط msgid "{0} not a valid State" msgstr "{0} یک وضعیت معتبر نیست" -#: frappe/model/rename_doc.py:386 +#: frappe/model/rename_doc.py:391 msgid "{0} not allowed to be renamed" msgstr "{0} مجاز به تغییر نام نیست" @@ -31133,7 +31313,7 @@ msgstr "{0} از {1} ({2} ردیف با فرزندان)" msgid "{0} of {1} sent" msgstr "{0} از {1} ارسال شد" -#: frappe/utils/data.py:1506 +#: frappe/utils/data.py:1520 msgid "{0} or {1}" msgstr "{0} یا {1}" @@ -31185,7 +31365,7 @@ msgstr "{0} {1} را برگرداند" msgid "{0} role does not have permission on any doctype" msgstr "نقش {0} اجازه هیچ نوع doctype را ندارد" -#: frappe/desk/query_report.py:583 +#: frappe/desk/query_report.py:589 msgid "{0} saved successfully" msgstr "{0} با موفقیت ذخیره شد" @@ -31209,7 +31389,7 @@ msgstr "{0} این سند را با {1} به اشتراک گذاشت" msgid "{0} should be indexed because it's referred in dashboard connections" msgstr "{0} باید ایندکس شود زیرا در اتصالات داشبورد ذکر شده است" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:137 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:139 msgid "{0} should not be same as {1}" msgstr "{0} نباید مانند {1} باشد" @@ -31245,7 +31425,7 @@ msgstr "{0} لغو اشتراک‌گذاری این سند با {1}" msgid "{0} updated" msgstr "{0} به روز شد" -#: frappe/public/js/frappe/form/controls/multiselect_list.js:162 +#: frappe/public/js/frappe/form/controls/multiselect_list.js:178 msgid "{0} values selected" msgstr "{0} مقدار انتخاب شد" @@ -31309,6 +31489,10 @@ msgstr "{0} {1}: رکورد ارسال شده قابل حذف نیست. ابتد msgid "{0}, Row {1}" msgstr "{0}، ردیف {1}" +#: frappe/utils/print_format.py:151 frappe/utils/print_format.py:195 +msgid "{0}/{1} complete | Please leave this tab open until completion." +msgstr "" + #: frappe/model/base_document.py:1014 msgid "{0}: '{1}' ({3}) will get truncated, as max characters allowed is {2}" msgstr "{0}: «{1}» ({3}) کوتاه می‌شود، زیرا حداکثر کاراکتر مجاز {2} است." @@ -31341,7 +31525,7 @@ msgstr "{0}: ارسال، لغو، اصلاح بدون نوشتن امکان‌ msgid "{0}: Cannot set import as {1} is not importable" msgstr "{0}: نمی توان درون‌بُرد را به عنوان {1} تنظیم کرد، قابل درون‌بُرد نیست" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:394 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:398 msgid "{0}: Failed to attach new recurring document. To enable attaching document in the auto repeat notification email, enable {1} in Print Settings" msgstr "{0}: سند تکراری جدید پیوست نشد. برای فعال کردن پیوست کردن سند در ایمیل اعلان تکرار خودکار، {1} را در تنظیمات چاپ فعال کنید" @@ -31406,7 +31590,7 @@ msgstr "{0}: نام فیلد را نمی توان روی کلمه کلیدی ر msgid "{0}: {1}" msgstr "{0}: {1}" -#: frappe/workflow/doctype/workflow_action/workflow_action.py:167 +#: frappe/workflow/doctype/workflow_action/workflow_action.py:168 msgid "{0}: {1} is set to state {2}" msgstr "{0}: {1} روی حالت {2} تنظیم شده است" @@ -31447,11 +31631,11 @@ msgstr "{} فعال" msgid "{} Complete" msgstr "{} کامل" -#: frappe/utils/data.py:2150 +#: frappe/utils/data.py:2164 msgid "{} Invalid python code on line {}" msgstr "{} کد پایتون نامعتبر در خط {}" -#: frappe/utils/data.py:2159 +#: frappe/utils/data.py:2173 msgid "{} Possibly invalid python code.
    {}" msgstr "{} احتمالاً کد پایتون نامعتبر است.
    {}" @@ -31469,28 +31653,28 @@ msgstr "{} از پاکسازی خودکار لاگ پشتیبانی نمی کن msgid "{} field cannot be empty." msgstr "فیلد {} نمی تواند خالی باشد." -#: frappe/email/doctype/email_account/email_account.py:198 -#: frappe/email/doctype/email_account/email_account.py:206 +#: frappe/email/doctype/email_account/email_account.py:199 +#: frappe/email/doctype/email_account/email_account.py:207 msgid "{} has been disabled. It can only be enabled if {} is checked." msgstr "{} غیر فعال شده است. فقط در صورتی می توان آن را فعال کرد که {} علامت زده شود." -#: frappe/utils/data.py:102 +#: frappe/utils/data.py:103 msgid "{} is not a valid date string." msgstr "{} یک رشته تاریخ معتبر نیست." -#: frappe/commands/utils.py:527 +#: frappe/commands/utils.py:528 msgid "{} not found in PATH! This is required to access the console." msgstr "{} در PATH یافت نشد! این برای دسترسی به کنسول مورد نیاز است." -#: frappe/database/db_manager.py:94 +#: frappe/database/db_manager.py:95 msgid "{} not found in PATH! This is required to restore the database." msgstr "{} در PATH یافت نشد! این برای بازیابی پایگاه داده لازم است." -#: frappe/utils/backups.py:455 +#: frappe/utils/backups.py:458 msgid "{} not found in PATH! This is required to take a backup." msgstr "{} در PATH یافت نشد! این مورد برای تهیه نسخه پشتیبان لازم است." #: frappe/public/js/frappe/file_uploader/FileBrowser.vue:5 #: frappe/public/js/frappe/file_uploader/WebLink.vue:4 msgid "← Back to upload files" -msgstr "" \ No newline at end of file +msgstr "← بازگشت به آپلود فایل ها" diff --git a/frappe/locale/fr.po b/frappe/locale/fr.po index 26cc94754a56..738b5c6d8096 100644 --- a/frappe/locale/fr.po +++ b/frappe/locale/fr.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: frappe\n" "Report-Msgid-Bugs-To: developers@frappe.io\n" -"POT-Creation-Date: 2024-09-24 15:33+0000\n" -"PO-Revision-Date: 2024-09-24 23:32\n" +"POT-Creation-Date: 2024-12-01 17:58+0000\n" +"PO-Revision-Date: 2024-12-04 19:51\n" "Last-Translator: developers@frappe.io\n" "Language-Team: French\n" "MIME-Version: 1.0\n" @@ -86,7 +86,7 @@ msgstr "'Dans la vue liste' n'est pas autorisé pour le champ {0} de type {1}" msgid "'In List View' not allowed for type {0} in row {1}" msgstr "'Dans La Vue En Liste’ n'est pas permis pour le type {0} à la ligne {1}" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:150 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:154 msgid "'Recipients' not specified" msgstr "«Destinataires» non spécifiés" @@ -102,11 +102,11 @@ msgstr ""{0}" non autorisé pour le type {1} dans la ligne {2}" msgid "(Mandatory)" msgstr "" -#: frappe/model/rename_doc.py:693 +#: frappe/model/rename_doc.py:699 msgid "** Failed: {0} to {1}: {2}" msgstr "** Échec: {0} à {1}: {2}" -#: frappe/public/js/frappe/list/list_settings.js:132 +#: frappe/public/js/frappe/list/list_settings.js:135 #: frappe/public/js/frappe/views/kanban/kanban_settings.js:111 msgid "+ Add / Remove Fields" msgstr "" @@ -584,7 +584,7 @@ msgid "

    Condition Examples:

    \n" "\n" msgstr "" -#. Content of the 'Condition Description' (HTML) field in DocType 'Web Form' +#. Content of the 'Condition description' (HTML) field in DocType 'Web Form' #: frappe/website/doctype/web_form/web_form.json msgid "

    Multiple webforms can be created for a single doctype. Add filters specific to this webform to display correct record after submission.

    For Example:

    \n" "

    If you create a separate webform every year to capture feedback from employees add a \n" @@ -723,7 +723,7 @@ msgstr "" msgid "A featured post must have a cover image" msgstr "Un article en vedette doit avoir une image de couverture" -#: frappe/custom/doctype/custom_field/custom_field.py:173 +#: frappe/custom/doctype/custom_field/custom_field.py:174 msgid "A field with the name {0} already exists in {1}" msgstr "" @@ -740,7 +740,7 @@ msgstr "Une liste des ressources que l'App client aura accès à après que l'ut msgid "A new account has been created for you at {0}" msgstr "Un nouveau compte a été créé pour vous à {0}" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:389 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:393 msgid "A recurring {0} {1} has been created for you via Auto Repeat {2}." msgstr "Un {0} {1} récurrent a été créé pour vous via la répétition automatique {2}." @@ -908,6 +908,11 @@ msgstr "Il reste environ {0} minutes" msgid "About {0} seconds remaining" msgstr "Il reste environ {0} secondes" +#. Label of a Section Break field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Access Control" +msgstr "" + #. Label of a Data field in DocType 'S3 Backup Settings' #: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json msgid "Access Key ID" @@ -938,7 +943,7 @@ msgstr "Jeton d'Accès" msgid "Access Token URL" msgstr "URL du jeton d'accès" -#: frappe/auth.py:467 +#: frappe/auth.py:475 msgid "Access not allowed from this IP Address" msgstr "Accès non autorisé à partir de cette adresse IP" @@ -997,7 +1002,7 @@ msgstr "Action / Route" msgid "Action Complete" msgstr "Action terminée" -#: frappe/model/document.py:1679 +#: frappe/model/document.py:1683 msgid "Action Failed" msgstr "Échec de l'action" @@ -1169,8 +1174,8 @@ msgid "Add Child" msgstr "Ajouter une Sous-Catégorie" #: frappe/public/js/frappe/views/kanban/kanban_board.html:4 -#: frappe/public/js/frappe/views/reports/query_report.js:1683 -#: frappe/public/js/frappe/views/reports/query_report.js:1686 +#: frappe/public/js/frappe/views/reports/query_report.js:1690 +#: frappe/public/js/frappe/views/reports/query_report.js:1693 #: frappe/public/js/frappe/views/reports/report_view.js:325 #: frappe/public/js/frappe/views/reports/report_view.js:350 #: frappe/public/js/print_format_builder/Field.vue:112 @@ -1235,7 +1240,7 @@ msgstr "Ajouter des paramètres de requête" msgid "Add Review" msgstr "Ajouter un commentaire" -#: frappe/core/doctype/user/user.py:790 +#: frappe/core/doctype/user/user.py:751 msgid "Add Roles" msgstr "" @@ -1268,7 +1273,7 @@ msgstr "Ajouter des Abonnés" msgid "Add Tags" msgstr "" -#: frappe/public/js/frappe/list/list_view.js:1895 +#: frappe/public/js/frappe/list/list_view.js:1903 msgctxt "Button in list view actions menu" msgid "Add Tags" msgstr "" @@ -1414,10 +1419,6 @@ msgstr "Ajouté {0}" msgid "Added {0} ({1})" msgstr "Ajouté {0} ({1})" -#: frappe/core/doctype/user/user.py:272 -msgid "Adding System Manager to this User as there must be atleast one System Manager" -msgstr "Ajout du rôle Responsable Système pour cet utilisateur car il doit y avoir au moins un utilisateur avec le rôle Responsable Système" - #. Label of a Section Break field in DocType 'Custom DocPerm' #. Label of a Section Break field in DocType 'DocPerm' #. Label of a Section Break field in DocType 'User Document Type' @@ -1524,11 +1525,11 @@ msgstr "Administration" msgid "Administrator" msgstr "Administrateur" -#: frappe/core/doctype/user/user.py:1195 +#: frappe/core/doctype/user/user.py:1149 msgid "Administrator Logged In" msgstr "Administrateur Connecté" -#: frappe/core/doctype/user/user.py:1189 +#: frappe/core/doctype/user/user.py:1143 msgid "Administrator accessed {0} on {1} via IP Address {2}." msgstr "L'administrateur a accedé à {0} sur {1} avec l'Adresse IP {2}." @@ -1544,8 +1545,8 @@ msgstr "Avancé" msgid "Advanced Control" msgstr "Contrôle avancé" -#: frappe/public/js/frappe/form/controls/link.js:319 -#: frappe/public/js/frappe/form/controls/link.js:321 +#: frappe/public/js/frappe/form/controls/link.js:327 +#: frappe/public/js/frappe/form/controls/link.js:329 msgid "Advanced Search" msgstr "Recherche Avancée" @@ -1554,6 +1555,11 @@ msgstr "Recherche Avancée" msgid "Advanced Settings" msgstr "Réglages avancés" +#: frappe/public/js/frappe/ui/filters/filter.js:61 +#: frappe/public/js/frappe/ui/filters/filter.js:67 +msgid "After" +msgstr "" + #. Option for the 'DocType Event' (Select) field in DocType 'Server Script' #: frappe/core/doctype/server_script/server_script.json msgid "After Cancel" @@ -1737,6 +1743,11 @@ msgstr "Autoriser la répétition automatique" msgid "Allow Bulk Edit" msgstr "Autoriser la Modification en Masse" +#. Label of a Check field in DocType 'List View Settings' +#: frappe/desk/doctype/list_view_settings/list_view_settings.json +msgid "Allow Bulk Editing" +msgstr "" + #. Label of a Check field in DocType 'Web Form' #: frappe/website/doctype/web_form/web_form.json msgid "Allow Comments" @@ -1848,7 +1859,7 @@ msgid "Allow Print for Cancelled" msgstr "Autoriser l'Impression si Annulé" #. Label of a Check field in DocType 'Print Settings' -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:396 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:400 #: frappe/printing/doctype/print_settings/print_settings.json msgid "Allow Print for Draft" msgstr "Autoriser l'Impression si Brouillon" @@ -1894,6 +1905,13 @@ msgstr "Autoriser l'approbation par le créateur du document" msgid "Allow document creation via Email" msgstr "Autoriser la création de documents par e-mail" +#. Description of the 'Allow Bulk Editing' (Check) field in DocType 'List View +#. Settings' +#: frappe/desk/doctype/list_view_settings/list_view_settings.json +msgid "Allow editing even if the doctype has a workflow set up.\n\n" +"Does nothing if a workflow isn't set up." +msgstr "" + #. Label of a Check field in DocType 'DocType' #: frappe/core/doctype/doctype/doctype.json msgid "Allow events in timeline" @@ -1978,11 +1996,16 @@ msgstr "" msgid "Allowed Roles" msgstr "" +#. Label of a Small Text field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Allowed embedding domains" +msgstr "" + #: frappe/public/js/frappe/form/form.js:1187 msgid "Allowing DocType, DocType. Be careful!" msgstr "Autorisation de DocType, DocType. Soyez prudent !" -#: frappe/core/doctype/user/user.py:999 +#: frappe/core/doctype/user/user.py:960 msgid "Already Registered" msgstr "Déjà Inscrit" @@ -2111,8 +2134,8 @@ msgstr "Matrice d'anonymisation" #. Label of a Check field in DocType 'Web Form' #: frappe/website/doctype/web_form/web_form.json -msgid "Anonymous" -msgstr "Anonyme" +msgid "Anonymous responses" +msgstr "" #: frappe/public/js/frappe/request.js:186 msgid "Another transaction is blocking this one. Please try again in a few seconds." @@ -2193,7 +2216,7 @@ msgstr "Clé Secrète de l'App" msgid "App not found for module: {0}" msgstr "Application introuvable pour le module : {0}" -#: frappe/__init__.py:1761 +#: frappe/__init__.py:1711 msgid "App {0} is not installed" msgstr "App {0} n'est pas installée" @@ -2211,7 +2234,7 @@ msgstr "Ajouter des e-mails au dossier envoyé" msgid "Append To" msgstr "Ajouter A" -#: frappe/email/doctype/email_account/email_account.py:183 +#: frappe/email/doctype/email_account/email_account.py:184 msgid "Append To can be one of {0}" msgstr "Ajouter À peut être l'un des {0}" @@ -2256,7 +2279,7 @@ msgstr "Appliqué sur" msgid "Apply" msgstr "" -#: frappe/public/js/frappe/list/list_view.js:1880 +#: frappe/public/js/frappe/list/list_view.js:1888 msgctxt "Button in list view actions menu" msgid "Apply Assignment Rule" msgstr "Appliquer la règle d'assignation" @@ -2462,7 +2485,7 @@ msgstr "Attribuer une condition" msgid "Assign To" msgstr "Attribuer À" -#: frappe/public/js/frappe/list/list_view.js:1841 +#: frappe/public/js/frappe/list/list_view.js:1849 msgctxt "Button in list view actions menu" msgid "Assign To" msgstr "Attribuer À" @@ -2569,9 +2592,9 @@ msgstr "Jour de règle d'affectation" msgid "Assignment Rule User" msgstr "Affectation de règle utilisateur" -#: frappe/automation/doctype/assignment_rule/assignment_rule.py:54 -msgid "Assignment Rule is not allowed on {0} document type" -msgstr "La règle de devoir n'est pas autorisée sur le type de document {0}" +#: frappe/automation/doctype/assignment_rule/assignment_rule.py:55 +msgid "Assignment Rule is not allowed on document type {0}" +msgstr "" #. Label of a Section Break field in DocType 'Assignment Rule' #: frappe/automation/doctype/assignment_rule/assignment_rule.json @@ -2752,6 +2775,11 @@ msgstr "Traînée d'audit" msgid "Auth URL Data" msgstr "Données d'URL d'authentification" +#. Label of a Check field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Authenticate as Service Principal" +msgstr "" + #. Label of a Section Break field in DocType 'Email Account' #. Label of a Section Break field in DocType 'Push Notification Settings' #. Label of a Card Break in the Integrations Workspace @@ -2765,7 +2793,7 @@ msgstr "Authentification" msgid "Authentication Apps you can use are: " msgstr "Les Applications d'Authentification que vous pouvez utiliser sont:" -#: frappe/email/doctype/email_account/email_account.py:310 +#: frappe/email/doctype/email_account/email_account.py:311 msgid "Authentication failed while receiving emails from Email Account: {0}." msgstr "L'authentification a échoué lors de la réception des e-mails du compte de messagerie: {0}." @@ -2868,11 +2896,11 @@ msgstr "Répétition automatique" msgid "Auto Repeat Day" msgstr "" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:159 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:163 msgid "Auto Repeat Day{0} {1} has been repeated." msgstr "" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:437 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:441 msgid "Auto Repeat Document Creation Failed" msgstr "La répétition automatique de la création de document a échoué" @@ -2884,7 +2912,7 @@ msgstr "" msgid "Auto Repeat created for this document" msgstr "Répétition automatique créée pour ce document" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:440 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:444 msgid "Auto Repeat failed for {0}" msgstr "La répétition automatique a échoué pour {0}" @@ -2898,7 +2926,7 @@ msgstr "Réponse automatique" msgid "Auto Reply Message" msgstr "Message de Réponse Automatique" -#: frappe/automation/doctype/assignment_rule/assignment_rule.py:175 +#: frappe/automation/doctype/assignment_rule/assignment_rule.py:177 msgid "Auto assignment failed: {0}" msgstr "L'affectation automatique a échoué: {0}" @@ -2958,11 +2986,11 @@ msgstr "Message automatique" msgid "Automatic" msgstr "" -#: frappe/email/doctype/email_account/email_account.py:718 +#: frappe/email/doctype/email_account/email_account.py:719 msgid "Automatic Linking can be activated only for one Email Account." msgstr "La liaison automatique ne peut être activée que pour un seul compte de messagerie." -#: frappe/email/doctype/email_account/email_account.py:712 +#: frappe/email/doctype/email_account/email_account.py:713 msgid "Automatic Linking can be activated only if Incoming is enabled." msgstr "La liaison automatique ne peut être activée que si l'option Entrant est activée." @@ -3313,6 +3341,11 @@ msgstr "De base" msgid "Basic Info" msgstr "" +#: frappe/public/js/frappe/ui/filters/filter.js:60 +#: frappe/public/js/frappe/ui/filters/filter.js:66 +msgid "Before" +msgstr "" + #. Option for the 'DocType Event' (Select) field in DocType 'Server Script' #: frappe/core/doctype/server_script/server_script.json msgid "Before Cancel" @@ -3654,8 +3687,8 @@ msgstr "" msgid "Built on {0}" msgstr "" -#. Label of a Check field in DocType 'Role' -#: frappe/core/doctype/role/role.json +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json msgid "Bulk Actions" msgstr "" @@ -3849,7 +3882,7 @@ msgstr "" msgid "Cache Cleared" msgstr "Cache Effacé" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:170 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:181 msgid "Calculate" msgstr "Calculer" @@ -3945,7 +3978,7 @@ msgstr "" msgid "Can Write" msgstr "" -#: frappe/custom/doctype/custom_field/custom_field.py:360 +#: frappe/custom/doctype/custom_field/custom_field.py:361 msgid "Can not rename as column {0} is already present on DocType." msgstr "" @@ -3979,7 +4012,7 @@ msgstr "" msgid "Cancel" msgstr "Annuler" -#: frappe/public/js/frappe/list/list_view.js:1950 +#: frappe/public/js/frappe/list/list_view.js:1958 msgctxt "Button in list view actions menu" msgid "Cancel" msgstr "Annuler" @@ -4001,7 +4034,7 @@ msgstr "Annuler tous les documents" msgid "Cancel Scheduling" msgstr "" -#: frappe/public/js/frappe/list/list_view.js:1955 +#: frappe/public/js/frappe/list/list_view.js:1963 msgctxt "Title of confirmation dialog" msgid "Cancel {0} documents?" msgstr "Annuler les documents {0}?" @@ -4017,7 +4050,7 @@ msgstr "Annuler les documents {0}?" #: frappe/desk/form/save.py:59 #: frappe/integrations/doctype/integration_request/integration_request.json #: frappe/public/js/frappe/model/indicator.js:78 -#: frappe/public/js/frappe/ui/filters/filter.js:500 +#: frappe/public/js/frappe/ui/filters/filter.js:532 msgid "Cancelled" msgstr "Annulé" @@ -4070,11 +4103,11 @@ msgstr "Impossible d'annuler avant de valider. Voir Transition {0}" msgid "Cannot cancel {0}." msgstr "" -#: frappe/model/document.py:846 +#: frappe/model/document.py:850 msgid "Cannot change docstatus from 0 (Draft) to 2 (Cancelled)" msgstr "" -#: frappe/model/document.py:860 +#: frappe/model/document.py:864 msgid "Cannot change docstatus from 1 (Submitted) to 0 (Draft)" msgstr "" @@ -4094,7 +4127,7 @@ msgstr "" msgid "Cannot create a {0} against a child document: {1}" msgstr "Création impossible d'un {0} pour un document enfant: {1}" -#: frappe/desk/doctype/workspace/workspace.py:254 +#: frappe/desk/doctype/workspace/workspace.py:258 msgid "Cannot create private workspace of other users" msgstr "" @@ -4106,11 +4139,11 @@ msgstr "Impossible de supprimer les dossiers d’accueil et les pièces jointes" msgid "Cannot delete or cancel because {0} {1} is linked with {2} {3} {4}" msgstr "Impossible de supprimer ou d'annuler, car {0} {1} est associé à {2} {3} {4}" -#: frappe/desk/doctype/workspace/workspace.py:420 +#: frappe/desk/doctype/workspace/workspace.py:424 msgid "Cannot delete private workspace of other users" msgstr "" -#: frappe/desk/doctype/workspace/workspace.py:413 +#: frappe/desk/doctype/workspace/workspace.py:417 msgid "Cannot delete public workspace without Workspace Manager role" msgstr "" @@ -4165,7 +4198,7 @@ msgstr "" msgid "Cannot edit a standard report. Please duplicate and create a new report" msgstr "Modification du rapport standard impossible. Veuillez le dupliquer et créer un nouveau rapport" -#: frappe/model/document.py:866 +#: frappe/model/document.py:870 msgid "Cannot edit cancelled document" msgstr "Impossible de modifier un document annulé" @@ -4198,7 +4231,7 @@ msgstr "" msgid "Cannot have multiple printers mapped to a single print format." msgstr "Impossible d'imprimer plusieurs imprimantes sur un seul format d'impression." -#: frappe/model/document.py:934 +#: frappe/model/document.py:938 msgid "Cannot link cancelled document: {0}" msgstr "Impossible de lier le document annulé : {0}" @@ -4234,7 +4267,7 @@ msgstr "" msgid "Cannot submit {0}." msgstr "" -#: frappe/desk/doctype/workspace/workspace.py:354 +#: frappe/desk/doctype/workspace/workspace.py:358 msgid "Cannot update private workspace of other users" msgstr "" @@ -4304,7 +4337,7 @@ msgstr "Description de la Catégorie" msgid "Category Name" msgstr "Nom de la Catégorie" -#: frappe/utils/data.py:1321 +#: frappe/utils/data.py:1335 msgid "Cent" msgstr "Centime" @@ -4472,7 +4505,7 @@ msgstr "" msgid "Check columns to select, drag to set order." msgstr "" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:443 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:447 msgid "Check the Error Log for more information: {0}" msgstr "Consultez le journal des erreurs pour plus d'informations: {0}" @@ -4583,7 +4616,7 @@ msgstr "" msgid "Clear & Add template" msgstr "" -#: frappe/public/js/frappe/list/list_view.js:1856 +#: frappe/public/js/frappe/list/list_view.js:1864 msgctxt "Button in list view actions menu" msgid "Clear Assignment" msgstr "" @@ -4629,7 +4662,7 @@ msgstr "Cliquez ici" msgid "Click here to post bugs and suggestions" msgstr "" -#: frappe/email/doctype/newsletter/newsletter.py:335 +#: frappe/email/doctype/newsletter/newsletter.py:338 msgid "Click here to verify" msgstr "Cliquez ici pour vérifier" @@ -4741,13 +4774,11 @@ msgstr "Informations sur le client" #. Label of a shortcut in the Build Workspace #. Name of a DocType #. Label of a Code field in DocType 'DocType Layout' -#. Label of a Code field in DocType 'Web Form' #: frappe/core/doctype/doctype/doctype.json #: frappe/core/doctype/module_def/module_def.json #: frappe/core/workspace/build/build.json #: frappe/custom/doctype/client_script/client_script.json #: frappe/custom/doctype/doctype_layout/doctype_layout.json -#: frappe/website/doctype/web_form/web_form.json #: frappe/website/doctype/web_page/web_page.js:103 msgid "Client Script" msgstr "Script client" @@ -4766,6 +4797,11 @@ msgstr "Secret Client" msgid "Client URLs" msgstr "URLs Client" +#. Label of a Code field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Client script" +msgstr "" + #: frappe/core/doctype/communication/communication.js:39 #: frappe/desk/doctype/todo/todo.js:23 #: frappe/public/js/frappe/ui/messages.js:245 @@ -4831,7 +4867,7 @@ msgctxt "Shrink code field." msgid "Collapse" msgstr "Réduire" -#: frappe/public/js/frappe/views/reports/query_report.js:1966 +#: frappe/public/js/frappe/views/reports/query_report.js:1973 #: frappe/public/js/frappe/views/treeview.js:110 msgid "Collapse All" msgstr "Tout réduire" @@ -5086,6 +5122,10 @@ msgstr "" msgid "Communication Type" msgstr "Type de Communication" +#: frappe/integrations/frappe_providers/frappecloud_billing.py:28 +msgid "Communication secret not set" +msgstr "" + #: frappe/desk/page/leaderboard/leaderboard.js:112 msgid "Company" msgstr "Société" @@ -5130,7 +5170,7 @@ msgstr "Terminé" msgid "Complete By" msgstr "Terminé par" -#: frappe/core/doctype/user/user.py:443 +#: frappe/core/doctype/user/user.py:413 #: frappe/templates/emails/new_user.html:10 msgid "Complete Registration" msgstr "Terminer l'Inscription" @@ -5175,6 +5215,7 @@ msgid "Compose Email" msgstr "Écrire un Email" #. Label of a Select field in DocType 'Document Naming Rule Condition' +#. Label of a Code field in DocType 'Navbar Item' #. Label of a Small Text field in DocType 'Bulk Update' #. Label of a Code field in DocType 'Notification' #. Label of a Data field in DocType 'Notification Recipient' @@ -5182,6 +5223,7 @@ msgstr "Écrire un Email" #. Label of a Code field in DocType 'Energy Point Rule' #. Label of a Code field in DocType 'Workflow Transition' #: frappe/core/doctype/document_naming_rule_condition/document_naming_rule_condition.json +#: frappe/core/doctype/navbar_item/navbar_item.json #: frappe/desk/doctype/bulk_update/bulk_update.json #: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:305 #: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:439 @@ -5196,14 +5238,14 @@ msgstr "Écrire un Email" msgid "Condition" msgstr "Conditions" -#. Label of a HTML field in DocType 'Web Form' +#. Label of a JSON field in DocType 'Web Form' #: frappe/website/doctype/web_form/web_form.json -msgid "Condition Description" +msgid "Condition JSON" msgstr "" -#. Label of a JSON field in DocType 'Web Form' +#. Label of a HTML field in DocType 'Web Form' #: frappe/website/doctype/web_form/web_form.json -msgid "Condition JSON" +msgid "Condition description" msgstr "" #. Label of a Table field in DocType 'Document Naming Rule' @@ -5259,6 +5301,10 @@ msgctxt "Title of confirmation dialog" msgid "Confirm" msgstr "Confirmer" +#: frappe/integrations/oauth2.py:118 +msgid "Confirm Access" +msgstr "" + #: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:92 #: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:100 msgid "Confirm Deletion of Account" @@ -5277,7 +5323,7 @@ msgstr "" msgid "Confirm Request" msgstr "Confirmer la requête" -#: frappe/email/doctype/newsletter/newsletter.py:330 +#: frappe/email/doctype/newsletter/newsletter.py:333 msgid "Confirm Your Email" msgstr "Confirmez Votre Email" @@ -5286,7 +5332,7 @@ msgstr "Confirmez Votre Email" msgid "Confirmation Email Template" msgstr "Modèle de courriel de confirmation" -#: frappe/email/doctype/newsletter/newsletter.py:379 +#: frappe/email/doctype/newsletter/newsletter.py:382 #: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:393 msgid "Confirmed" msgstr "Confirmé" @@ -5408,11 +5454,11 @@ msgstr "Paramètres du Formulaire de Contact" msgid "Contact options, like \"Sales Query, Support Query\" etc each on a new line or separated by commas." msgstr "Les options de contact, comme \"Demande de Ventes, Demande d'Aide\" etc., doivent être chacune sur une nouvelle ligne ou séparées par des virgules." -#: frappe/utils/change_log.py:360 +#: frappe/utils/change_log.py:363 msgid "Contains {0} security fix" msgstr "" -#: frappe/utils/change_log.py:358 +#: frappe/utils/change_log.py:361 msgid "Contains {0} security fixes" msgstr "" @@ -5549,7 +5595,7 @@ msgstr "" msgid "Could not connect to outgoing email server" msgstr "Impossible de se connecter au serveur de messagerie sortant" -#: frappe/model/document.py:930 +#: frappe/model/document.py:934 msgid "Could not find {0}" msgstr "Impossible de trouver {0}" @@ -5723,12 +5769,12 @@ msgstr "" msgid "Create a new ..." msgstr "" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:145 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:156 msgid "Create a new record" msgstr "Créer un nouvel enregistrement" -#: frappe/public/js/frappe/form/controls/link.js:295 -#: frappe/public/js/frappe/form/controls/link.js:297 +#: frappe/public/js/frappe/form/controls/link.js:303 +#: frappe/public/js/frappe/form/controls/link.js:305 #: frappe/public/js/frappe/form/link_selector.js:139 #: frappe/public/js/frappe/list/list_view.js:475 #: frappe/public/js/frappe/web_form/web_form_list.js:225 @@ -5848,6 +5894,7 @@ msgstr "Ctrl+Entrée pour ajouter un commentaire" #. Option for the 'Type' (Select) field in DocType 'DocField' #. Option for the 'Fieldtype' (Select) field in DocType 'Report Column' #. Option for the 'Fieldtype' (Select) field in DocType 'Report Filter' +#. Label of a Link field in DocType 'System Settings' #. Option for the 'Field Type' (Select) field in DocType 'Custom Field' #. Option for the 'Type' (Select) field in DocType 'Customize Form Field' #. Name of a DocType @@ -5855,6 +5902,7 @@ msgstr "Ctrl+Entrée pour ajouter un commentaire" #: frappe/core/doctype/docfield/docfield.json #: frappe/core/doctype/report_column/report_column.json #: frappe/core/doctype/report_filter/report_filter.json +#: frappe/core/doctype/system_settings/system_settings.json #: frappe/custom/doctype/custom_field/custom_field.json #: frappe/custom/doctype/customize_form_field/customize_form_field.json #: frappe/desk/page/setup_wizard/setup_wizard.js:403 @@ -5998,7 +6046,7 @@ msgstr "Documents personnalisés" msgid "Custom Field" msgstr "Champ Personnalisé" -#: frappe/custom/doctype/custom_field/custom_field.py:218 +#: frappe/custom/doctype/custom_field/custom_field.py:219 msgid "Custom Field {0} is created by the Administrator and can only be deleted through the Administrator account." msgstr "Le champ personnalisé {0} est créé par l'administrateur et ne peut être supprimé que via le compte administrateur." @@ -6007,11 +6055,11 @@ msgstr "Le champ personnalisé {0} est créé par l'administrateur et ne peu msgid "Custom Field, Custom Doctype, Naming Series, Role Permission, Workflow, Print Formats, Reports" msgstr "" -#: frappe/custom/doctype/custom_field/custom_field.py:260 +#: frappe/custom/doctype/custom_field/custom_field.py:261 msgid "Custom Fields can only be added to a standard DocType." msgstr "Les champs personnalisés ne peuvent être ajoutés qu'à un DocType standard." -#: frappe/custom/doctype/custom_field/custom_field.py:257 +#: frappe/custom/doctype/custom_field/custom_field.py:258 msgid "Custom Fields cannot be added to core DocTypes." msgstr "Les champs personnalisés ne peuvent pas être ajoutés aux DocTypes principaux." @@ -6105,7 +6153,7 @@ msgstr "Barre Latérale Personnalisée" msgid "Custom Translation" msgstr "" -#: frappe/custom/doctype/custom_field/custom_field.py:373 +#: frappe/custom/doctype/custom_field/custom_field.py:374 msgid "Custom field renamed to {0} successfully." msgstr "" @@ -6297,13 +6345,13 @@ msgstr "Couleur sombre" msgid "Dark Theme" msgstr "" -#. Label of a Check field in DocType 'Role' +#. Label of a Check field in DocType 'User' #. Label of a Link in the Build Workspace #. Name of a DocType #. Option for the 'Select List View' (Select) field in DocType 'Form Tour' #. Option for the 'Type' (Select) field in DocType 'Workspace Shortcut' #. Option for the 'DocType View' (Select) field in DocType 'Workspace Shortcut' -#: frappe/core/doctype/role/role.json +#: frappe/core/doctype/user/user.json #: frappe/core/page/dashboard_view/dashboard_view.js:10 #: frappe/core/workspace/build/build.json #: frappe/desk/doctype/dashboard/dashboard.json @@ -6621,7 +6669,7 @@ msgstr "Boîte de Réception par Défaut" #. Label of a Check field in DocType 'Email Account' #: frappe/email/doctype/email_account/email_account.json -#: frappe/email/doctype/email_account/email_account.py:199 +#: frappe/email/doctype/email_account/email_account.py:200 msgid "Default Incoming" msgstr "Entrant par Défaut" @@ -6641,7 +6689,7 @@ msgstr "Dénomination par défaut" #. Label of a Check field in DocType 'Email Account' #: frappe/email/doctype/email_account/email_account.json -#: frappe/email/doctype/email_account/email_account.py:207 +#: frappe/email/doctype/email_account/email_account.py:208 msgid "Default Outgoing" msgstr "Sortant par Défaut" @@ -6728,6 +6776,11 @@ msgstr "" msgid "Default Workspace" msgstr "" +#. Description of the 'Currency' (Link) field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Default display currency" +msgstr "" + #: frappe/core/doctype/doctype/doctype.py:1338 msgid "Default for 'Check' type of field {0} must be either '0' or '1'" msgstr "La valeur par défaut pour le type de champ "Vérifier" {0} doit être "0" ou "1"" @@ -6757,7 +6810,7 @@ msgstr "Valeur par Défaut" msgid "Defaults" msgstr "Valeurs Par Défaut" -#: frappe/email/doctype/email_account/email_account.py:218 +#: frappe/email/doctype/email_account/email_account.py:219 msgid "Defaults Updated" msgstr "" @@ -6794,7 +6847,7 @@ msgstr "Différé" msgid "Delete" msgstr "Supprimer" -#: frappe/public/js/frappe/list/list_view.js:1918 +#: frappe/public/js/frappe/list/list_view.js:1926 msgctxt "Button in list view actions menu" msgid "Delete" msgstr "Supprimer" @@ -6876,12 +6929,12 @@ msgstr "" msgid "Delete this record to allow sending to this email address" msgstr "Supprimer cet enregistrement pour permettre l'envoi à cette adresse Email" -#: frappe/public/js/frappe/list/list_view.js:1923 +#: frappe/public/js/frappe/list/list_view.js:1931 msgctxt "Title of confirmation dialog" msgid "Delete {0} item permanently?" msgstr "" -#: frappe/public/js/frappe/list/list_view.js:1929 +#: frappe/public/js/frappe/list/list_view.js:1937 msgctxt "Title of confirmation dialog" msgid "Delete {0} items permanently?" msgstr "Supprimer {0} éléments de façon permanente?" @@ -7241,7 +7294,7 @@ msgstr "" msgid "Disabled" msgstr "Desactivé" -#: frappe/email/doctype/email_account/email_account.js:228 +#: frappe/email/doctype/email_account/email_account.js:232 msgid "Disabled Auto Reply" msgstr "Réponse automatique désactivée" @@ -7448,10 +7501,6 @@ msgstr "" msgid "DocType Link" msgstr "Lien DocType" -#: frappe/core/doctype/doctype/doctype_list.js:10 -msgid "DocType Name" -msgstr "" - #. Name of a DocType #. Option for the 'Applied On' (Select) field in DocType 'Property Setter' #: frappe/core/doctype/doctype_state/doctype_state.json @@ -7634,7 +7683,7 @@ msgstr "Condition de règle de dénomination de document" msgid "Document Naming Settings" msgstr "Masque de numérotation des documents" -#: frappe/model/document.py:1541 +#: frappe/model/document.py:1545 msgid "Document Queued" msgstr "Document en Attente" @@ -7785,7 +7834,7 @@ msgid "Document Types and Permissions" msgstr "" #: frappe/core/doctype/submission_queue/submission_queue.py:163 -#: frappe/model/document.py:1748 +#: frappe/model/document.py:1752 msgid "Document Unlocked" msgstr "" @@ -7825,7 +7874,7 @@ msgstr "Un type de document est requis pour créer un tableau de bord" msgid "Document {0} Already Restored" msgstr "Document {0} déjà restauré" -#: frappe/workflow/doctype/workflow_action/workflow_action.py:198 +#: frappe/workflow/doctype/workflow_action/workflow_action.py:199 msgid "Document {0} has been set to state {1} by {2}" msgstr "Le document {0} a obtenu le statut {1} par {2}" @@ -7990,7 +8039,7 @@ msgid "Dr" msgstr "" #: frappe/public/js/frappe/model/indicator.js:73 -#: frappe/public/js/frappe/ui/filters/filter.js:498 +#: frappe/public/js/frappe/ui/filters/filter.js:530 msgid "Draft" msgstr "Brouillon" @@ -8184,7 +8233,7 @@ msgstr "" #: frappe/public/js/frappe/form/templates/contact_list.html:7 #: frappe/public/js/frappe/form/toolbar.js:660 #: frappe/public/js/frappe/views/reports/query_report.js:814 -#: frappe/public/js/frappe/views/reports/query_report.js:1636 +#: frappe/public/js/frappe/views/reports/query_report.js:1643 #: frappe/public/js/frappe/views/workspace/workspace.js:98 #: frappe/public/js/frappe/views/workspace/workspace.js:847 #: frappe/public/js/frappe/widgets/base_widget.js:64 @@ -8197,7 +8246,7 @@ msgstr "" msgid "Edit" msgstr "modifier" -#: frappe/public/js/frappe/list/list_view.js:2004 +#: frappe/public/js/frappe/list/list_view.js:2012 msgctxt "Button in list view actions menu" msgid "Edit" msgstr "modifier" @@ -8246,7 +8295,7 @@ msgstr "" msgid "Edit Format" msgstr "Modifier le Format" -#: frappe/public/js/frappe/form/quick_entry.js:286 +#: frappe/public/js/frappe/form/quick_entry.js:287 msgid "Edit Full Form" msgstr "Ouvrir le formulaire complet" @@ -8370,7 +8419,7 @@ msgstr "" #: frappe/core/doctype/communication/communication.json #: frappe/core/doctype/custom_docperm/custom_docperm.json #: frappe/core/doctype/docperm/docperm.json -#: frappe/core/doctype/success_action/success_action.js:57 +#: frappe/core/doctype/success_action/success_action.js:59 #: frappe/core/doctype/system_settings/system_settings.json #: frappe/core/doctype/user/user.json #: frappe/core/doctype/user_document_type/user_document_type.json @@ -8384,7 +8433,7 @@ msgstr "" #: frappe/templates/includes/comments/comments.html:25 #: frappe/templates/signup.html:9 #: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.json -#: frappe/www/login.html:7 frappe/www/login.py:98 +#: frappe/www/login.html:7 frappe/www/login.py:99 msgid "Email" msgstr "" @@ -8408,7 +8457,7 @@ msgstr "" msgid "Email Account" msgstr "Compte Email" -#: frappe/email/doctype/email_account/email_account.py:314 +#: frappe/email/doctype/email_account/email_account.py:315 msgid "Email Account Disabled." msgstr "" @@ -8417,7 +8466,7 @@ msgstr "" msgid "Email Account Name" msgstr "Nom du Compte Email" -#: frappe/core/doctype/user/user.py:719 +#: frappe/core/doctype/user/user.py:680 msgid "Email Account added multiple times" msgstr "Compte Email ajouté plusieurs fois" @@ -8489,6 +8538,7 @@ msgstr "Membre du Groupe Email" #. Label of a Data field in DocType 'Contact Email' #. Label of a Data field in DocType 'User Email' #. Label of a Data field in DocType 'Email Rule' +#: frappe/contacts/doctype/contact/contact.py:130 #: frappe/contacts/doctype/contact_email/contact_email.json #: frappe/core/doctype/user_email/user_email.json #: frappe/email/doctype/email_rule/email_rule.json @@ -8707,7 +8757,7 @@ msgstr "" #. Label of a Check field in DocType 'Email Account' #: frappe/email/doctype/email_account/email_account.json -#: frappe/email/doctype/email_account/email_account.py:200 +#: frappe/email/doctype/email_account/email_account.py:201 msgid "Enable Incoming" msgstr "Activer Entrant" @@ -8720,7 +8770,7 @@ msgstr "Activer l'intégration" #. Label of a Check field in DocType 'Email Account' #: frappe/core/doctype/user_email/user_email.json #: frappe/email/doctype/email_account/email_account.json -#: frappe/email/doctype/email_account/email_account.py:208 +#: frappe/email/doctype/email_account/email_account.py:209 msgid "Enable Outgoing" msgstr "Activer Sortant" @@ -8857,11 +8907,11 @@ msgstr "Activé" msgid "Enabled Scheduler" msgstr "" -#: frappe/email/doctype/email_account/email_account.py:931 +#: frappe/email/doctype/email_account/email_account.py:939 msgid "Enabled email inbox for user {0}" msgstr "Activé la boîte de réception électronique pour l'utilisateur {0}" -#: frappe/core/doctype/server_script/server_script.py:269 +#: frappe/core/doctype/server_script/server_script.py:243 msgid "Enabled scheduled execution for script {0}" msgstr "Exécution planifiée activée pour le script {0}" @@ -8874,7 +8924,7 @@ msgstr "Exécution planifiée activée pour le script {0}" msgid "Enables Calendar and Gantt views." msgstr "" -#: frappe/email/doctype/email_account/email_account.js:223 +#: frappe/email/doctype/email_account/email_account.js:227 msgid "Enabling auto reply on an incoming email account will send automated replies to all the synchronized emails. Do you wish to continue?" msgstr "" @@ -8914,6 +8964,7 @@ msgstr "" #. Label of a Date field in DocType 'Auto Repeat' #. Label of a Datetime field in DocType 'Web Page' #: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:140 #: frappe/public/js/frappe/utils/common.js:416 #: frappe/website/doctype/web_page/web_page.json msgid "End Date" @@ -9135,7 +9186,7 @@ msgstr "Une erreur s'est produite dans {0}" msgid "Error in Client Script" msgstr "" -#: frappe/public/js/frappe/form/script_manager.js:242 +#: frappe/public/js/frappe/form/script_manager.js:243 msgid "Error in Client Script." msgstr "" @@ -9153,7 +9204,7 @@ msgstr "Erreur dans la notification" msgid "Error in print format on line {0}: {1}" msgstr "" -#: frappe/email/doctype/email_account/email_account.py:617 +#: frappe/email/doctype/email_account/email_account.py:618 msgid "Error while connecting to email account {0}" msgstr "Erreur lors de la connexion au compte Email {0}" @@ -9161,7 +9212,7 @@ msgstr "Erreur lors de la connexion au compte Email {0}" msgid "Error while evaluating Notification {0}. Please fix your template." msgstr "Erreur lors de l'évaluation de la notification {0}. Veuillez corriger votre modèle." -#: frappe/model/document.py:816 +#: frappe/model/document.py:820 msgid "Error: Document has been modified after you have opened it" msgstr "Erreur : le document a été modifié après que vous l'ayez ouvert" @@ -9313,7 +9364,7 @@ msgstr "Exécuter le script de la console" msgid "Executing..." msgstr "" -#: frappe/public/js/frappe/views/reports/query_report.js:1980 +#: frappe/public/js/frappe/views/reports/query_report.js:1987 msgid "Execution Time: {0} sec" msgstr "Temps d'exécution: {0} s" @@ -9331,7 +9382,7 @@ msgctxt "Enlarge code field." msgid "Expand" msgstr "Développer" -#: frappe/public/js/frappe/views/reports/query_report.js:1966 +#: frappe/public/js/frappe/views/reports/query_report.js:1973 #: frappe/public/js/frappe/views/treeview.js:114 msgid "Expand All" msgstr "Développer Tout" @@ -9386,12 +9437,12 @@ msgstr "Heure d'expiration de l'image du QR Code" #: frappe/core/doctype/recorder/recorder_list.js:37 #: frappe/public/js/frappe/data_import/data_exporter.js:92 #: frappe/public/js/frappe/data_import/data_exporter.js:243 -#: frappe/public/js/frappe/views/reports/query_report.js:1671 +#: frappe/public/js/frappe/views/reports/query_report.js:1678 #: frappe/public/js/frappe/views/reports/report_view.js:1551 msgid "Export" msgstr "Exporter" -#: frappe/public/js/frappe/list/list_view.js:2026 +#: frappe/public/js/frappe/list/list_view.js:2034 msgctxt "Button in list view actions menu" msgid "Export" msgstr "Exporter" @@ -9570,7 +9621,7 @@ msgstr "" msgid "Failed to connect to server" msgstr "échec de connexion au serveur" -#: frappe/auth.py:670 +#: frappe/auth.py:678 msgid "Failed to decode token, please provide a valid base64-encoded token." msgstr "Échec du décodage du jeton, veuillez fournir un jeton encodé en base64 valide." @@ -9594,6 +9645,10 @@ msgstr "" msgid "Failed to export python type hints" msgstr "" +#: frappe/integrations/frappe_providers/frappecloud_billing.py:48 +msgid "Failed to generate access token" +msgstr "" + #: frappe/core/doctype/document_naming_settings/document_naming_settings.py:249 msgid "Failed to generate names from the series" msgstr "" @@ -9610,6 +9665,10 @@ msgstr "" msgid "Failed to get method {0} with {1}" msgstr "" +#: frappe/integrations/frappe_providers/frappecloud_billing.py:68 +msgid "Failed to get site info" +msgstr "" + #: frappe/model/virtual_doctype.py:63 msgid "Failed to import virtual doctype {}, is controller file present?" msgstr "" @@ -9618,6 +9677,10 @@ msgstr "" msgid "Failed to optimize image: {0}" msgstr "" +#: frappe/integrations/frappe_providers/frappecloud_billing.py:104 +msgid "Failed to request login to Frappe Cloud" +msgstr "" + #: frappe/email/doctype/email_queue/email_queue.py:280 msgid "Failed to send email with subject:" msgstr "" @@ -9630,6 +9693,10 @@ msgstr "" msgid "Failed to update global settings" msgstr "" +#: frappe/integrations/frappe_providers/frappecloud_billing.py:83 +msgid "Failed while calling API {0}" +msgstr "" + #. Label of a Table field in DocType 'System Health Report' #: frappe/desk/doctype/system_health_report/system_health_report.json msgid "Failing Scheduled Jobs (last 7 days)" @@ -9725,7 +9792,7 @@ msgstr "Récupération des documents de recherche globale par défaut." #: frappe/public/js/frappe/list/bulk_operations.js:327 #: frappe/public/js/frappe/list/list_view_permission_restrictions.html:3 #: frappe/public/js/frappe/views/reports/query_report.js:236 -#: frappe/public/js/frappe/views/reports/query_report.js:1725 +#: frappe/public/js/frappe/views/reports/query_report.js:1732 #: frappe/website/doctype/web_form_field/web_form_field.json #: frappe/website/doctype/web_form_list_column/web_form_list_column.json msgid "Field" @@ -9801,7 +9868,7 @@ msgstr "Champ à suivre" msgid "Field type cannot be changed for {0}" msgstr "Le type de champ ne peut pas être modifié pour {0}" -#: frappe/database/database.py:841 +#: frappe/database/database.py:843 msgid "Field {0} does not exist on {1}" msgstr "" @@ -9844,7 +9911,7 @@ msgstr "" msgid "Fieldname is limited to 64 characters ({0})" msgstr "Le Nom du champ est limité à 64 caractères ({0})" -#: frappe/custom/doctype/custom_field/custom_field.py:195 +#: frappe/custom/doctype/custom_field/custom_field.py:196 msgid "Fieldname not set for Custom Field" msgstr "Nom du Champ n'a pas été défini pour un Champ Personnalisé" @@ -9884,7 +9951,7 @@ msgstr "Le nom de champ {0} est restreint" #: frappe/custom/doctype/doctype_layout/doctype_layout.json #: frappe/desk/doctype/kanban_board/kanban_board.json #: frappe/desk/doctype/list_view_settings/list_view_settings.json -#: frappe/public/js/frappe/list/list_settings.js:132 +#: frappe/public/js/frappe/list/list_settings.js:135 #: frappe/public/js/frappe/views/kanban/kanban_settings.js:111 #: frappe/public/js/print_format_builder/PrintFormatControls.vue:83 #: frappe/website/doctype/personal_data_deletion_step/personal_data_deletion_step.json @@ -9921,7 +9988,7 @@ msgstr "Les champs séparés par une virgule (,) seront inclus dans la liste \"R msgid "Fieldtype" msgstr "Type de Champ" -#: frappe/custom/doctype/custom_field/custom_field.py:191 +#: frappe/custom/doctype/custom_field/custom_field.py:192 msgid "Fieldtype cannot be changed from {0} to {1}" msgstr "" @@ -10070,11 +10137,11 @@ msgstr "Nom du filtre" msgid "Filter Values" msgstr "Valeurs du filtre" -#: frappe/utils/data.py:1781 +#: frappe/utils/data.py:1795 msgid "Filter must be a tuple or list (in a list)" msgstr "Le Filtre doit être un tuple ou une liste (dans une liste)" -#: frappe/utils/data.py:1789 +#: frappe/utils/data.py:1803 msgid "Filter must have 4 values (doctype, fieldname, operator, value): {0}" msgstr "Le Filtre doit avoir 4 valeurs (doctype, nom du champ, opérateur, valeur) : {0}" @@ -10139,7 +10206,7 @@ msgstr "Filtres JSON" msgid "Filters Section" msgstr "Section Filtres" -#: frappe/public/js/frappe/form/controls/link.js:491 +#: frappe/public/js/frappe/form/controls/link.js:502 msgid "Filters applied for {0}" msgstr "Filtres appliqués pour {0}" @@ -10164,8 +10231,8 @@ msgstr "" msgid "Find '{0}' in ..." msgstr "" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:316 -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:317 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:327 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:328 #: frappe/public/js/frappe/ui/toolbar/search_utils.js:141 #: frappe/public/js/frappe/ui/toolbar/search_utils.js:144 msgid "Find {0} in {1}" @@ -10296,7 +10363,7 @@ msgstr "" msgid "Following Report Filters have missing values:" msgstr "" -#: frappe/website/doctype/web_form/web_form.py:107 +#: frappe/website/doctype/web_form/web_form.py:108 msgid "Following fields are missing:" msgstr "Les champs suivants sont manquants :" @@ -10467,7 +10534,7 @@ msgstr "Pour l\\'Utilisateur" msgid "For Value" msgstr "Pour la Valeur" -#: frappe/public/js/frappe/views/reports/query_report.js:1977 +#: frappe/public/js/frappe/views/reports/query_report.js:1984 #: frappe/public/js/frappe/views/reports/report_view.js:96 msgid "For comparison, use >5, <10 or =324. For ranges, use 5:10 (for values between 5 & 10)." msgstr "Pour comparaison, utilisez> 5, <10 ou = 324. Pour les plages, utilisez 5:10 (pour les valeurs comprises entre 5 et 10)." @@ -10485,7 +10552,7 @@ msgstr "Par exemple: Si vous voulez inclure l'ID du document, utilisez {0}" msgid "For example: {} Open" msgstr "Par exemple: {} Ouvrir" -#. Description of the 'Client Script' (Code) field in DocType 'Web Form' +#. Description of the 'Client script' (Code) field in DocType 'Web Form' #: frappe/website/doctype/web_form/web_form.json msgid "For help see Client Script API and Examples" msgstr "Pour obtenir de l'aide, voir API de script client et exemples" @@ -10579,10 +10646,12 @@ msgid "Form Dict" msgstr "" #. Label of a Section Break field in DocType 'DocType' -#. Label of a Section Break field in DocType 'Role' +#. Label of a Section Break field in DocType 'User' #. Label of a Section Break field in DocType 'Customize Form' -#: frappe/core/doctype/doctype/doctype.json frappe/core/doctype/role/role.json +#. Label of a Section Break field in DocType 'Web Form' +#: frappe/core/doctype/doctype/doctype.json frappe/core/doctype/user/user.json #: frappe/custom/doctype/customize_form/customize_form.json +#: frappe/website/doctype/web_form/web_form.json msgid "Form Settings" msgstr "Paramètres de formulaire" @@ -10638,8 +10707,8 @@ msgstr "Fractions d’Unités" #. Option for the 'Social Login Provider' (Select) field in DocType 'Social #. Login Key' #: frappe/integrations/doctype/social_login_key/social_login_key.json -#: frappe/www/login.html:61 frappe/www/login.html:142 frappe/www/login.py:49 -#: frappe/www/login.py:138 +#: frappe/www/login.html:61 frappe/www/login.html:142 frappe/www/login.py:50 +#: frappe/www/login.py:139 msgid "Frappe" msgstr "" @@ -10719,7 +10788,7 @@ msgstr "A partir du" msgid "From Date Field" msgstr "Champ date" -#: frappe/public/js/frappe/views/reports/query_report.js:1691 +#: frappe/public/js/frappe/views/reports/query_report.js:1698 msgid "From Document Type" msgstr "De type de document" @@ -10778,7 +10847,7 @@ msgstr "Une fonction" msgid "Function Based On" msgstr "Fonction basée sur" -#: frappe/__init__.py:905 +#: frappe/__init__.py:855 msgid "Function {0} is not whitelisted." msgstr "" @@ -10852,7 +10921,7 @@ msgstr "Générer des clés" msgid "Generate New Report" msgstr "Générer un nouveau rapport" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:357 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:368 msgid "Generate Random Password" msgstr "" @@ -11217,6 +11286,14 @@ msgstr "" msgid "Gray" msgstr "" +#: frappe/public/js/frappe/ui/filters/filter.js:23 +msgid "Greater Than" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:25 +msgid "Greater Than Or Equal To" +msgstr "" + #. Option for the 'Color' (Select) field in DocType 'DocType State' #. Option for the 'Indicator' (Select) field in DocType 'Kanban Board Column' #: frappe/core/doctype/doctype_state/doctype_state.json @@ -11509,7 +11586,7 @@ msgstr "Aide déroulante" msgid "Help HTML" msgstr "Aide HTML" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:138 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:149 msgid "Help on Search" msgstr "Aide lors de la Recherche" @@ -11805,7 +11882,7 @@ msgstr "" #: frappe/desk/report/todo/todo.py:36 frappe/model/meta.py:44 #: frappe/public/js/frappe/data_import/data_exporter.js:330 #: frappe/public/js/frappe/data_import/data_exporter.js:345 -#: frappe/public/js/frappe/list/list_settings.js:334 +#: frappe/public/js/frappe/list/list_settings.js:337 #: frappe/public/js/frappe/list/list_view.js:357 #: frappe/public/js/frappe/list/list_view.js:420 #: frappe/public/js/frappe/model/meta.js:197 @@ -11947,6 +12024,11 @@ msgstr "Si désactivé, ce rôle sera retiré de tous les utilisateurs." msgid "If enabled, user can login from any IP Address using Two Factor Auth, this can also be set for all users in System Settings" msgstr "Si cette option est activée, l'utilisateur peut se connecter à partir de n'importe quelle adresse IP à l'aide de l'authentification à deux facteurs. Cette option peut également être définie pour tous les utilisateurs dans les paramètres système." +#. Description of the 'Anonymous responses' (Check) field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "If enabled, all responses on the web form will be submitted anonymously" +msgstr "" + #. Description of the 'Bypass restricted IP Address check If Two Factor Auth #. Enabled' (Check) field in DocType 'System Settings' #: frappe/core/doctype/system_settings/system_settings.json @@ -12404,7 +12486,7 @@ msgstr "En aperçu" msgid "In Progress" msgstr "En cours" -#: frappe/database/database.py:243 +#: frappe/database/database.py:245 msgid "In Read Only Mode" msgstr "" @@ -12479,11 +12561,11 @@ msgstr "Inclure le thème des applications" msgid "Include Web View Link in Email" msgstr "Envoyer le lien de la vue Web du document par e-mail" -#: frappe/public/js/frappe/views/reports/query_report.js:1510 +#: frappe/public/js/frappe/views/reports/query_report.js:1515 msgid "Include filters" msgstr "" -#: frappe/public/js/frappe/views/reports/query_report.js:1502 +#: frappe/public/js/frappe/views/reports/query_report.js:1507 msgid "Include indentation" msgstr "Inclure l'indentation" @@ -12521,7 +12603,7 @@ msgstr "Compte Email entrant incorrect" msgid "Incomplete Virtual Doctype Implementation" msgstr "" -#: frappe/auth.py:233 +#: frappe/auth.py:241 msgid "Incomplete login details" msgstr "Détails de connexion incomplets" @@ -12541,11 +12623,11 @@ msgstr "Utilisateur ou mot de passe incorrect" msgid "Incorrect Verification code" msgstr "Code de Vérification incorrect" -#: frappe/model/document.py:1347 +#: frappe/model/document.py:1351 msgid "Incorrect value in row {0}:" msgstr "" -#: frappe/model/document.py:1349 +#: frappe/model/document.py:1353 msgid "Incorrect value:" msgstr "" @@ -12629,15 +12711,15 @@ msgstr "" #. Label of a Select field in DocType 'Custom Field' #: frappe/custom/doctype/custom_field/custom_field.json -#: frappe/public/js/frappe/views/reports/query_report.js:1731 +#: frappe/public/js/frappe/views/reports/query_report.js:1738 msgid "Insert After" msgstr "Insérer Après" -#: frappe/custom/doctype/custom_field/custom_field.py:249 +#: frappe/custom/doctype/custom_field/custom_field.py:250 msgid "Insert After cannot be set as {0}" msgstr "Insérer Après ne peut être défini en tant que {0}" -#: frappe/custom/doctype/custom_field/custom_field.py:242 +#: frappe/custom/doctype/custom_field/custom_field.py:243 msgid "Insert After field '{0}' mentioned in Custom Field '{1}', with label '{2}', does not exist" msgstr "Insérer Après le champ '{0}' mentionné dans un Champ Personnalisé '{1}', avec l'étiquette '{2}', n'existe pas" @@ -12698,7 +12780,6 @@ msgid "Insufficient Permission Level for {0}" msgstr "" #: frappe/database/query.py:375 frappe/desk/form/load.py:40 -#: frappe/model/document.py:239 msgid "Insufficient Permission for {0}" msgstr "Autorisation Insuffisante Pour {0}" @@ -12843,6 +12924,10 @@ msgstr "" msgid "Invalid CSV Format" msgstr "Format CSV Invalide" +#: frappe/integrations/frappe_providers/frappecloud_billing.py:121 +msgid "Invalid Code. Please try again." +msgstr "" + #: frappe/integrations/doctype/webhook/webhook.py:90 msgid "Invalid Condition: {}" msgstr "" @@ -12851,7 +12936,7 @@ msgstr "" msgid "Invalid Credentials" msgstr "Les informations d'identification invalides" -#: frappe/utils/data.py:103 frappe/utils/data.py:253 +#: frappe/utils/data.py:104 frappe/utils/data.py:254 msgid "Invalid Date" msgstr "Date invalide" @@ -12887,7 +12972,7 @@ msgstr "Page d'Accueil Invalide" msgid "Invalid Link" msgstr "Lien Invalide" -#: frappe/www/login.py:117 +#: frappe/www/login.py:118 msgid "Invalid Login Token" msgstr "Jeton de Connexion invalide" @@ -12920,11 +13005,11 @@ msgstr "" msgid "Invalid Output Format" msgstr "Format de Sortie Invalide" -#: frappe/integrations/doctype/connected_app/connected_app.py:166 +#: frappe/integrations/doctype/connected_app/connected_app.py:190 msgid "Invalid Parameters." msgstr "" -#: frappe/core/doctype/user/user.py:1210 frappe/www/update-password.html:121 +#: frappe/core/doctype/user/user.py:1164 frappe/www/update-password.html:121 #: frappe/www/update-password.html:142 frappe/www/update-password.html:144 #: frappe/www/update-password.html:245 msgid "Invalid Password" @@ -12934,8 +13019,8 @@ msgstr "Mot de Passe Invalide" msgid "Invalid Phone Number" msgstr "" -#: frappe/auth.py:94 frappe/utils/oauth.py:185 frappe/utils/oauth.py:192 -#: frappe/www/login.py:117 +#: frappe/auth.py:95 frappe/utils/oauth.py:185 frappe/utils/oauth.py:192 +#: frappe/www/login.py:118 msgid "Invalid Request" msgstr "Requête Invalide" @@ -12974,7 +13059,7 @@ msgstr "" msgid "Invalid column" msgstr "Colonne incorrecte" -#: frappe/model/document.py:849 frappe/model/document.py:863 +#: frappe/model/document.py:853 frappe/model/document.py:867 msgid "Invalid docstatus" msgstr "" @@ -12986,7 +13071,7 @@ msgstr "Expression non valide définie dans le filtre {0}" msgid "Invalid expression set in filter {0} ({1})" msgstr "Expression non valide définie dans le filtre {0} ({1})" -#: frappe/utils/data.py:1888 +#: frappe/utils/data.py:1902 msgid "Invalid field name {0}" msgstr "Nom de champ {0} invalide" @@ -13012,7 +13097,7 @@ msgstr "Chemin d'inclusion non valide" msgid "Invalid json added in the custom options: {0}" msgstr "Json non valide ajouté dans les options personnalisées: {0}" -#: frappe/model/naming.py:465 +#: frappe/model/naming.py:464 msgid "Invalid name type (integer) for varchar name column" msgstr "" @@ -13036,7 +13121,7 @@ msgstr "" msgid "Invalid template file for import" msgstr "Fichier de modèle non valide pour l'importation" -#: frappe/integrations/doctype/connected_app/connected_app.py:172 +#: frappe/integrations/doctype/connected_app/connected_app.py:196 msgid "Invalid token state! Check if the token has been created by the OAuth user." msgstr "" @@ -13727,7 +13812,7 @@ msgstr "Aide d’Étiquette" msgid "Label and Type" msgstr "Étiquette et Type" -#: frappe/custom/doctype/custom_field/custom_field.py:143 +#: frappe/custom/doctype/custom_field/custom_field.py:144 msgid "Label is mandatory" msgstr "L’Étiquette est obligatoire" @@ -13878,7 +13963,7 @@ msgstr "La semaine dernière" msgid "Last Year" msgstr "L'année dernière" -#: frappe/public/js/frappe/widgets/chart_widget.js:698 +#: frappe/public/js/frappe/widgets/chart_widget.js:704 msgid "Last synced {0}" msgstr "Dernière synchronisation {0}" @@ -13930,7 +14015,7 @@ msgid "Leave blank to repeat always" msgstr "Laissez vide pour répéter sans fin" #: frappe/core/doctype/communication/mixins.py:207 -#: frappe/email/doctype/email_account/email_account.py:666 +#: frappe/email/doctype/email_account/email_account.py:667 msgid "Leave this conversation" msgstr "Se désinscrire" @@ -13990,10 +14075,18 @@ msgstr "" msgid "Length of {0} should be between 1 and 1000" msgstr "Longueur de {0} doit être comprise entre 1 et 1000" -#: frappe/public/js/frappe/widgets/chart_widget.js:674 +#: frappe/public/js/frappe/widgets/chart_widget.js:680 msgid "Less" msgstr "" +#: frappe/public/js/frappe/ui/filters/filter.js:24 +msgid "Less Than" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:26 +msgid "Less Than Or Equal To" +msgstr "" + #: frappe/public/js/frappe/widgets/onboarding_widget.js:439 msgid "Let us continue with the onboarding" msgstr "" @@ -14232,7 +14325,7 @@ msgid "Link Document Type" msgstr "Lien Type de document" #: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:402 -#: frappe/workflow/doctype/workflow_action/workflow_action.py:197 +#: frappe/workflow/doctype/workflow_action/workflow_action.py:198 msgid "Link Expired" msgstr "Le lien a expiré" @@ -14367,15 +14460,10 @@ msgstr "Colonnes de la liste" msgid "List Filter" msgstr "Filtre de liste" -#. Label of a HTML field in DocType 'Web Form' -#: frappe/website/doctype/web_form/web_form.json -msgid "List Setting Message" -msgstr "" - -#. Label of a Section Break field in DocType 'Role' +#. Label of a Section Break field in DocType 'User' #. Label of a Section Break field in DocType 'Customize Form' #. Label of a Section Break field in DocType 'Web Form' -#: frappe/core/doctype/role/role.json +#: frappe/core/doctype/user/user.json #: frappe/custom/doctype/customize_form/customize_form.json #: frappe/website/doctype/web_form/web_form.json msgid "List Settings" @@ -14395,7 +14483,7 @@ msgstr "" msgid "List View Settings" msgstr "Paramètres d'affichage de liste" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:150 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:161 msgid "List a document type" msgstr "Listez un type de document" @@ -14411,6 +14499,11 @@ msgstr "Liste comme [{ \"label\": _ ( \"Jobs\"), \"route\": \"emplois\"}]" msgid "List of patches executed" msgstr "" +#. Label of a HTML field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "List setting message" +msgstr "" + #: frappe/public/js/frappe/ui/toolbar/search_utils.js:542 msgid "Lists" msgstr "" @@ -14554,7 +14647,7 @@ msgstr "Connexion Jusqu'à" msgid "Login Failed please try again" msgstr "" -#: frappe/email/doctype/email_account/email_account.py:139 +#: frappe/email/doctype/email_account/email_account.py:140 msgid "Login Id is required" msgstr "ID de Connexion est nécessaire" @@ -14568,12 +14661,7 @@ msgstr "" msgid "Login Page" msgstr "" -#. Label of a Check field in DocType 'Web Form' -#: frappe/website/doctype/web_form/web_form.json -msgid "Login Required" -msgstr "Connexion Requise" - -#: frappe/www/login.py:141 +#: frappe/www/login.py:142 msgid "Login To {0}" msgstr "" @@ -14593,10 +14681,15 @@ msgstr "" msgid "Login link sent to your email" msgstr "" -#: frappe/auth.py:319 frappe/auth.py:322 +#: frappe/auth.py:327 frappe/auth.py:330 msgid "Login not allowed at this time" msgstr "Connexion non autorisée pour le moment" +#. Label of a Check field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Login required" +msgstr "" + #: frappe/twofactor.py:165 msgid "Login session expired, refresh page to retry" msgstr "La session de connexion a expiré, veuillez actualiser la page pour réessayer" @@ -14635,7 +14728,7 @@ msgstr "" msgid "Login with email link expiry (in minutes)" msgstr "" -#: frappe/auth.py:130 +#: frappe/auth.py:131 msgid "Login with username and password is not allowed." msgstr "" @@ -14759,6 +14852,11 @@ msgstr "" msgid "Make \"name\" searchable in Global Search" msgstr "Rendre \"nom\" cherchable dans la Recherche Globale" +#. Label of a Check field in DocType 'DocField' +#: frappe/core/doctype/docfield/docfield.json +msgid "Make Attachment Public (by default)" +msgstr "" + #. Label of a Check field in DocType 'DocType' #. Label of a Check field in DocType 'Customize Form' #: frappe/core/doctype/doctype/doctype.json @@ -14788,6 +14886,12 @@ msgstr "Rend la page publique" msgid "Male" msgstr "" +#. Label of a standard navbar item +#. Type: Route +#: frappe/hooks.py +msgid "Manage Billing" +msgstr "" + #: frappe/www/me.html:50 msgid "Manage third party apps" msgstr "" @@ -14823,7 +14927,7 @@ msgstr "Obligatoire dépend de" msgid "Mandatory Depends On (JS)" msgstr "" -#: frappe/website/doctype/web_form/web_form.py:410 +#: frappe/website/doctype/web_form/web_form.py:411 msgid "Mandatory Information missing:" msgstr "Renseignements Obligatoires manquants :" @@ -14964,11 +15068,6 @@ msgstr "Maître" msgid "Max 500 records at a time" msgstr "Max 500 enregistrements à la fois" -#. Label of a Int field in DocType 'Web Form' -#: frappe/website/doctype/web_form/web_form.json -msgid "Max Attachment Size (in MB)" -msgstr "Taille Max de la Pièce Jointe (en Mo)" - #. Label of a Int field in DocType 'DocType' #. Label of a Int field in DocType 'Customize Form' #: frappe/core/doctype/doctype/doctype.json @@ -14996,6 +15095,11 @@ msgstr "Longueur Max" msgid "Max Value" msgstr "Valeur Max" +#. Label of a Int field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Max attachment size" +msgstr "" + #. Label of a Int field in DocType 'System Settings' #: frappe/core/doctype/system_settings/system_settings.json msgid "Max auto email report per user" @@ -15035,7 +15139,7 @@ msgid "Maximum points allowed after multiplying points with the multiplier value "(Note: For no limit leave this field empty or set 0)" msgstr "" -#: frappe/model/rename_doc.py:679 +#: frappe/model/rename_doc.py:685 msgid "Maximum {0} rows allowed" msgstr "Maximum {0} lignes autorisés" @@ -15132,7 +15236,7 @@ msgstr "La combinaison n'est possible que de Groupe à Groupe ou Nœud-Feuille msgid "Message" msgstr "" -#: frappe/__init__.py:589 frappe/public/js/frappe/ui/messages.js:267 +#: frappe/__init__.py:539 frappe/public/js/frappe/ui/messages.js:267 msgctxt "Default title of the message dialog" msgid "Message" msgstr "" @@ -15177,7 +15281,7 @@ msgstr "" msgid "Message clipped" msgstr "Message coupé" -#: frappe/email/doctype/email_account/email_account.py:315 +#: frappe/email/doctype/email_account/email_account.py:316 msgid "Message from server: {0}" msgstr "Message du serveur: {0}" @@ -15185,7 +15289,7 @@ msgstr "Message du serveur: {0}" msgid "Message not setup" msgstr "Message non configuré" -#. Description of the 'Success Message' (Text) field in DocType 'Web Form' +#. Description of the 'Success message' (Text) field in DocType 'Web Form' #: frappe/website/doctype/web_form/web_form.json msgid "Message to be displayed on successful completion" msgstr "" @@ -15206,17 +15310,13 @@ msgid "Meta" msgstr "" #. Label of a Small Text field in DocType 'Blog Post' -#. Label of a Small Text field in DocType 'Web Form' #: frappe/website/doctype/blog_post/blog_post.json -#: frappe/website/doctype/web_form/web_form.json #: frappe/website/doctype/web_page/web_page.js:124 msgid "Meta Description" msgstr "" #. Label of a Attach Image field in DocType 'Blog Post' -#. Label of a Attach Image field in DocType 'Web Form' #: frappe/website/doctype/blog_post/blog_post.json -#: frappe/website/doctype/web_form/web_form.json #: frappe/website/doctype/web_page/web_page.js:131 msgid "Meta Image" msgstr "" @@ -15231,13 +15331,26 @@ msgid "Meta Tags" msgstr "" #. Label of a Data field in DocType 'Blog Post' -#. Label of a Data field in DocType 'Web Form' #: frappe/website/doctype/blog_post/blog_post.json -#: frappe/website/doctype/web_form/web_form.json #: frappe/website/doctype/web_page/web_page.js:117 msgid "Meta Title" msgstr "" +#. Label of a Small Text field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Meta description" +msgstr "" + +#. Label of a Attach Image field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Meta image" +msgstr "" + +#. Label of a Data field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Meta title" +msgstr "" + #: frappe/website/doctype/web_page/web_page.js:110 msgid "Meta title for SEO" msgstr "Meta title pour le référencement" @@ -15257,7 +15370,7 @@ msgstr "Meta title pour le référencement" msgid "Method" msgstr "Méthode" -#: frappe/__init__.py:907 +#: frappe/__init__.py:857 msgid "Method Not Allowed" msgstr "" @@ -15349,7 +15462,7 @@ msgstr "" msgid "Missing Values Required" msgstr "Valeurs Manquantes Requises" -#: frappe/www/login.py:101 +#: frappe/www/login.py:102 msgid "Mobile" msgstr "" @@ -15564,7 +15677,7 @@ msgstr "" #: frappe/public/js/frappe/form/multi_select_dialog.js:72 #: frappe/public/js/frappe/ui/toolbar/search.js:285 #: frappe/public/js/frappe/ui/toolbar/search.js:300 -#: frappe/public/js/frappe/widgets/chart_widget.js:674 +#: frappe/public/js/frappe/widgets/chart_widget.js:680 #: frappe/templates/includes/list/list.html:23 #: frappe/templates/includes/search_template.html:13 msgid "More" @@ -15698,7 +15811,7 @@ msgstr "" msgid "Must be of type \"Attach Image\"" msgstr "Doit être de type \"Joindre l'Image\"" -#: frappe/desk/query_report.py:203 +#: frappe/desk/query_report.py:204 msgid "Must have report permission to access this report." msgstr "Doit avoir l'autorisation d'accéder aux rapport dont celui-ci." @@ -15716,7 +15829,7 @@ msgid "Mx" msgstr "" #: frappe/templates/includes/web_sidebar.html:41 -#: frappe/website/doctype/web_form/web_form.py:399 +#: frappe/website/doctype/web_form/web_form.py:400 #: frappe/website/doctype/website_settings/website_settings.py:181 #: frappe/www/list.py:20 frappe/www/me.html:4 frappe/www/me.html:8 #: frappe/www/update_password.py:10 @@ -15759,6 +15872,7 @@ msgstr "" #. Label of a Data field in DocType 'Workspace' #. Label of a Data field in DocType 'Slack Webhook URL' #: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/doctype/doctype_list.js:10 #: frappe/custom/doctype/customize_form_field/customize_form_field.json #: frappe/desk/doctype/workspace/workspace.json #: frappe/integrations/doctype/slack_webhook_url/slack_webhook_url.json @@ -15778,7 +15892,7 @@ msgstr "" msgid "Name already taken, please set a new name" msgstr "" -#: frappe/model/naming.py:479 +#: frappe/model/naming.py:478 msgid "Name cannot contain special characters like {0}" msgstr "Le Nom ne peut contenir des caractères spéciaux tels que {0}" @@ -15790,7 +15904,7 @@ msgstr "Nom du Type de Document (DocType) auquel vous souhaitez que ce champ soi msgid "Name of the new Print Format" msgstr "Nom du nouveau Format d'Impression" -#: frappe/model/naming.py:474 +#: frappe/model/naming.py:473 msgid "Name of {0} cannot be {1}" msgstr "Nom de {0} ne peut pas être {1}" @@ -15886,20 +16000,20 @@ msgstr "Naviguer dans la liste en haut" msgid "Navigate to main content" msgstr "" -#. Label of a Section Break field in DocType 'Role' -#: frappe/core/doctype/role/role.json +#. Label of a Section Break field in DocType 'User' +#: frappe/core/doctype/user/user.json msgid "Navigation Settings" msgstr "" -#: frappe/desk/doctype/workspace/workspace.py:306 +#: frappe/desk/doctype/workspace/workspace.py:310 msgid "Need Workspace Manager role to edit private workspace of other users" msgstr "" -#: frappe/desk/doctype/workspace/workspace.py:350 +#: frappe/desk/doctype/workspace/workspace.py:354 msgid "Need Workspace Manager role to hide/unhide public workspaces" msgstr "" -#: frappe/model/document.py:625 +#: frappe/model/document.py:629 msgid "Negative Value" msgstr "Valeur négative" @@ -15916,7 +16030,7 @@ msgstr "" #. Option for the 'Send Alert On' (Select) field in DocType 'Notification' #. Option for the 'For Document Event' (Select) field in DocType 'Energy Point #. Rule' -#: frappe/core/doctype/success_action/success_action.js:55 +#: frappe/core/doctype/success_action/success_action.js:57 #: frappe/core/page/dashboard_view/dashboard_view.js:173 #: frappe/desk/doctype/todo/todo.js:46 #: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json @@ -16041,7 +16155,7 @@ msgstr "" msgid "New password cannot be same as old password" msgstr "" -#: frappe/utils/change_log.py:391 +#: frappe/utils/change_log.py:394 msgid "New updates are available" msgstr "Nouvelles mises à jour sont disponibles" @@ -16068,7 +16182,7 @@ msgstr "Nouvelle valeur à définir" #: frappe/public/js/frappe/ui/toolbar/search_utils.js:218 #: frappe/public/js/frappe/views/breadcrumbs.js:192 #: frappe/public/js/frappe/views/treeview.js:332 -#: frappe/website/doctype/web_form/web_form.py:308 +#: frappe/website/doctype/web_form/web_form.py:309 msgid "New {0}" msgstr "Nouveau(elle) {0}" @@ -16084,15 +16198,15 @@ msgstr "Nouveau {0} {1} ajouté au tableau de bord {2}" msgid "New {0} {1} created" msgstr "Nouveau {0} {1} créé" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:374 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:378 msgid "New {0}: {1}" msgstr "Nouveau {0}: {1}" -#: frappe/utils/change_log.py:373 +#: frappe/utils/change_log.py:376 msgid "New {} releases for the following apps are available" msgstr "De nouvelles {} versions pour les applications suivantes sont disponibles" -#: frappe/core/doctype/user/user.py:786 +#: frappe/core/doctype/user/user.py:747 msgid "Newly created user {0} has no roles enabled." msgstr "" @@ -16134,7 +16248,7 @@ msgstr "" msgid "Newsletter should have atleast one recipient" msgstr "Le bulletin devrait avoir au moins un destinataire" -#: frappe/email/doctype/newsletter/newsletter.py:390 +#: frappe/email/doctype/newsletter/newsletter.py:393 msgid "Newsletters" msgstr "" @@ -16142,7 +16256,7 @@ msgstr "" #: frappe/public/js/frappe/web_form/web_form.js:91 #: frappe/public/js/onboarding_tours/onboarding_tours.js:15 #: frappe/public/js/onboarding_tours/onboarding_tours.js:240 -#: frappe/templates/includes/slideshow.html:38 frappe/website/utils.py:253 +#: frappe/templates/includes/slideshow.html:38 frappe/website/utils.py:254 #: frappe/website/web_template/slideshow/slideshow.html:44 msgid "Next" msgstr "Suivant" @@ -16221,14 +16335,14 @@ msgstr "" #: frappe/integrations/doctype/webhook/webhook.py:140 #: frappe/printing/doctype/print_format/print_format.json #: frappe/public/js/form_builder/utils.js:341 -#: frappe/public/js/frappe/form/controls/link.js:475 +#: frappe/public/js/frappe/form/controls/link.js:486 #: frappe/public/js/frappe/list/list_sidebar_group_by.js:223 -#: frappe/public/js/frappe/views/reports/query_report.js:1529 +#: frappe/public/js/frappe/views/reports/query_report.js:1534 #: frappe/website/doctype/help_article/templates/help_article.html:26 msgid "No" msgstr "Non" -#: frappe/public/js/frappe/ui/filters/filter.js:506 +#: frappe/public/js/frappe/ui/filters/filter.js:538 msgctxt "Checkbox is not checked" msgid "No" msgstr "Non" @@ -16327,7 +16441,7 @@ msgstr "" msgid "No Letterhead" msgstr "" -#: frappe/model/naming.py:456 +#: frappe/model/naming.py:455 msgid "No Name Specified for {0}" msgstr "Aucun nom spécifié pour {0}" @@ -16375,7 +16489,7 @@ msgstr "Aucun résultat" msgid "No Results found" msgstr "Aucun résultat trouvs" -#: frappe/core/doctype/user/user.py:787 +#: frappe/core/doctype/user/user.py:748 msgid "No Roles Specified" msgstr "" @@ -16447,11 +16561,11 @@ msgstr "" msgid "No contacts added yet." msgstr "" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:427 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:431 msgid "No contacts linked to document" msgstr "Aucun contact lié au document" -#: frappe/desk/query_report.py:338 +#: frappe/desk/query_report.py:339 msgid "No data to export" msgstr "Aucune donnée à exporter" @@ -16520,7 +16634,7 @@ msgstr "Nb de Colonnes" msgid "No of Rows (Max 500)" msgstr "Nb de lignes (Max 500)" -#: frappe/__init__.py:1096 frappe/client.py:109 frappe/client.py:151 +#: frappe/__init__.py:1046 frappe/client.py:109 frappe/client.py:151 msgid "No permission for {0}" msgstr "Pas d'autorisation pour {0}" @@ -16553,11 +16667,11 @@ msgstr "" msgid "No records will be exported" msgstr "Aucun enregistrement ne sera exporté" -#: frappe/www/printview.py:424 +#: frappe/www/printview.py:427 msgid "No template found at path: {0}" msgstr "Aucun modèle trouvé au chemin: {0}" -#: frappe/public/js/frappe/form/controls/multiselect_list.js:226 +#: frappe/public/js/frappe/form/controls/multiselect_list.js:242 msgid "No values to show" msgstr "" @@ -16620,7 +16734,7 @@ msgstr "" msgid "Normalized Query" msgstr "" -#: frappe/core/doctype/user/user.py:994 +#: frappe/core/doctype/user/user.py:955 #: frappe/templates/includes/login/login.js:258 frappe/utils/oauth.py:271 msgid "Not Allowed" msgstr "Non Autorisé" @@ -16662,17 +16776,17 @@ msgstr "Pas Comme" msgid "Not Linked to any record" msgstr "Lié à aucun enregistrement" -#: frappe/__init__.py:989 frappe/app.py:357 frappe/desk/calendar.py:26 +#: frappe/__init__.py:939 frappe/app.py:357 frappe/desk/calendar.py:26 #: frappe/desk/treeview.py:19 frappe/geo/utils.py:97 #: frappe/public/js/frappe/web_form/webform_script.js:15 -#: frappe/website/doctype/web_form/web_form.py:601 +#: frappe/website/doctype/web_form/web_form.py:602 #: frappe/website/page_renderers/not_permitted_page.py:20 -#: frappe/www/login.py:182 frappe/www/qrcode.py:22 frappe/www/qrcode.py:25 +#: frappe/www/login.py:183 frappe/www/qrcode.py:22 frappe/www/qrcode.py:25 #: frappe/www/qrcode.py:37 msgid "Not Permitted" msgstr "Non Autorisé" -#: frappe/desk/query_report.py:513 +#: frappe/desk/query_report.py:519 msgid "Not Permitted to read {0}" msgstr "" @@ -16708,7 +16822,7 @@ msgstr "Non Envoyé" msgid "Not Set" msgstr "Non Défini" -#: frappe/public/js/frappe/ui/filters/filter.js:568 +#: frappe/public/js/frappe/ui/filters/filter.js:600 msgctxt "Field value is not set" msgid "Not Set" msgstr "Non Défini" @@ -16717,7 +16831,7 @@ msgstr "Non Défini" msgid "Not a valid Comma Separated Value (CSV File)" msgstr "Valeurs Séparées par des Virgules non valides (Fichier CSV)" -#: frappe/core/doctype/user/user.py:199 +#: frappe/core/doctype/user/user.py:218 msgid "Not a valid User Image." msgstr "Image utilisateur non valide." @@ -16745,11 +16859,11 @@ msgstr "Vous n'êtes pas autorisé à joindre un document {0}, veuillez acti msgid "Not allowed to create custom Virtual DocType." msgstr "" -#: frappe/www/printview.py:124 +#: frappe/www/printview.py:127 msgid "Not allowed to print cancelled documents" msgstr "Non autorisé à imprimer des documents annulés" -#: frappe/www/printview.py:121 +#: frappe/www/printview.py:124 msgid "Not allowed to print draft documents" msgstr "Non autorisé à imprimer des brouillons de documents" @@ -16770,12 +16884,12 @@ msgid "Not in Developer Mode! Set in site_config.json or make 'Custom' DocType." msgstr "Pas en Mode Développeur! Configurez le dans site_config.json ou créez un DocType 'Custom'." #: frappe/api/v1.py:88 frappe/api/v1.py:93 -#: frappe/core/doctype/system_settings/system_settings.py:210 +#: frappe/core/doctype/system_settings/system_settings.py:212 #: frappe/handler.py:109 frappe/public/js/frappe/request.js:157 #: frappe/public/js/frappe/request.js:167 #: frappe/public/js/frappe/request.js:172 #: frappe/public/js/frappe/views/kanban/kanban_board.bundle.js:67 -#: frappe/website/doctype/web_form/web_form.py:614 +#: frappe/website/doctype/web_form/web_form.py:615 #: frappe/website/js/website.js:97 msgid "Not permitted" msgstr "Pas permis" @@ -16786,7 +16900,7 @@ msgstr "Non autorisé à afficher {0}" #. Label of a Link in the Tools Workspace #. Name of a DocType -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:396 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:400 #: frappe/automation/workspace/tools/tools.json #: frappe/desk/doctype/note/note.json msgid "Note" @@ -16911,8 +17025,8 @@ msgstr "Document souscrit à la notification" msgid "Notification sent to" msgstr "" -#. Label of a Check field in DocType 'Role' -#: frappe/core/doctype/role/role.json +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json #: frappe/public/js/frappe/ui/notifications/notifications.js:50 #: frappe/public/js/frappe/ui/notifications/notifications.js:187 msgid "Notifications" @@ -17027,7 +17141,7 @@ msgstr "" msgid "Number of attachment fields are more than {}, limit updated to {}." msgstr "" -#: frappe/core/doctype/system_settings/system_settings.py:163 +#: frappe/core/doctype/system_settings/system_settings.py:165 msgid "Number of backups must be greater than zero." msgstr "" @@ -17107,7 +17221,7 @@ msgstr "Paramètres du Fournisseur OAuth" msgid "OAuth Scope" msgstr "" -#: frappe/email/doctype/email_account/email_account.js:178 +#: frappe/email/doctype/email_account/email_account.js:182 msgid "OAuth has been enabled but not authorised. Please use \"Authorise API Access\" button to do the same." msgstr "" @@ -17186,7 +17300,7 @@ msgstr "" msgid "Old Password" msgstr "Ancien Mot De Passe" -#: frappe/custom/doctype/custom_field/custom_field.py:362 +#: frappe/custom/doctype/custom_field/custom_field.py:363 msgid "Old and new fieldnames are same." msgstr "" @@ -17217,6 +17331,16 @@ msgstr "" msgid "On checking this option, URL will be treated like a jinja template string" msgstr "" +#: frappe/public/js/frappe/ui/filters/filter.js:63 +#: frappe/public/js/frappe/ui/filters/filter.js:69 +msgid "On or After" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:62 +#: frappe/public/js/frappe/ui/filters/filter.js:68 +msgid "On or Before" +msgstr "" + #: frappe/public/js/frappe/views/communication.js:951 msgid "On {0}, {1} wrote:" msgstr "" @@ -17441,7 +17565,7 @@ msgstr "Ouvrir l'URL dans un nouvel onglet" msgid "Open a dialog with mandatory fields to create a new record quickly" msgstr "Ouvrir une boîte de dialogue avec des champs obligatoires pour créer rapidement un nouvel enregistrement" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:165 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:176 msgid "Open a module or tool" msgstr "Ouvrir un module ou un outil" @@ -17491,7 +17615,7 @@ msgstr "Ouvert" msgid "Operation" msgstr "Opération" -#: frappe/utils/data.py:1824 +#: frappe/utils/data.py:1838 msgid "Operator must be one of {0}" msgstr "L'Opérateur doit être parmi {0}" @@ -17679,7 +17803,7 @@ msgstr "" #: frappe/printing/page/print/print.js:71 #: frappe/public/js/frappe/form/templates/print_layout.html:44 -#: frappe/public/js/frappe/views/reports/query_report.js:1656 +#: frappe/public/js/frappe/views/reports/query_report.js:1663 msgid "PDF" msgstr "" @@ -18033,11 +18157,11 @@ msgstr "Passif" msgid "Password" msgstr "Mot de Passe" -#: frappe/core/doctype/user/user.py:1057 +#: frappe/core/doctype/user/user.py:1018 msgid "Password Email Sent" msgstr "" -#: frappe/core/doctype/user/user.py:423 +#: frappe/core/doctype/user/user.py:393 msgid "Password Reset" msgstr "Réinitialisation du Mot de Passe" @@ -18059,7 +18183,7 @@ msgstr "Le mot de passe a été changé avec succès." msgid "Password for Base DN" msgstr "Mot de Passe pour la Base DN" -#: frappe/email/doctype/email_account/email_account.py:170 +#: frappe/email/doctype/email_account/email_account.py:171 msgid "Password is required or select Awaiting Password" msgstr "Mot de Passe est requis ou sélectionner En Attente de Mot de Passe" @@ -18071,7 +18195,7 @@ msgstr "" msgid "Password not found for {0} {1} {2}" msgstr "" -#: frappe/core/doctype/user/user.py:1056 +#: frappe/core/doctype/user/user.py:1017 msgid "Password reset instructions have been sent to your email" msgstr "Les Instructions de réinitialisation du mot de passe ont été envoyés à votre adresse Email" @@ -18079,11 +18203,11 @@ msgstr "Les Instructions de réinitialisation du mot de passe ont été envoyés msgid "Password set" msgstr "" -#: frappe/auth.py:236 +#: frappe/auth.py:244 msgid "Password size exceeded the maximum allowed size" msgstr "" -#: frappe/core/doctype/user/user.py:850 +#: frappe/core/doctype/user/user.py:811 msgid "Password size exceeded the maximum allowed size." msgstr "" @@ -18095,7 +18219,7 @@ msgstr "" msgid "Passwords do not match!" msgstr "Les mots de passe ne correspondent pas!" -#: frappe/email/doctype/newsletter/newsletter.py:156 +#: frappe/email/doctype/newsletter/newsletter.py:159 msgid "Past dates are not allowed for Scheduling." msgstr "" @@ -18405,6 +18529,15 @@ msgstr "Code Postal" msgid "Pink" msgstr "" +#. Label of a Data field in DocType 'DocField' +#. Label of a Data field in DocType 'Custom Field' +#. Label of a Data field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Placeholder" +msgstr "" + #. Option for the 'Message Type' (Select) field in DocType 'Notification' #: frappe/email/doctype/notification/notification.json msgid "Plain Text" @@ -18435,7 +18568,7 @@ msgstr "Veuillez définir le graphique" msgid "Please Update SMS Settings" msgstr "Veuillez mettre à Jour les paramètres de SMS" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:570 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:574 msgid "Please add a subject to your email" msgstr "S'il vous plaît ajouter un sujet à votre email" @@ -18443,7 +18576,7 @@ msgstr "S'il vous plaît ajouter un sujet à votre email" msgid "Please add a valid comment." msgstr "Veuillez ajouter un commentaire valide." -#: frappe/core/doctype/user/user.py:1039 +#: frappe/core/doctype/user/user.py:1000 msgid "Please ask your administrator to verify your sign-up" msgstr "Veuillez demander à votre administrateur de vérifier votre inscription" @@ -18475,7 +18608,7 @@ msgstr "Veuillez vérifier les valeurs de filtre définies pour le tableau de bo msgid "Please check the value of \"Fetch From\" set for field {0}" msgstr "Veuillez vérifier la valeur de "Extraire depuis" définie pour le champ {0}" -#: frappe/core/doctype/user/user.py:1037 +#: frappe/core/doctype/user/user.py:998 msgid "Please check your email for verification" msgstr "Veuillez vérifier votre email pour validation" @@ -18527,7 +18660,7 @@ msgstr "Veuillez ne pas modifier les sections du modèle." msgid "Please duplicate this to make changes" msgstr "Veuillez créer un duplicata pour faire des changements" -#: frappe/core/doctype/system_settings/system_settings.py:156 +#: frappe/core/doctype/system_settings/system_settings.py:158 msgid "Please enable atleast one Social Login Key or LDAP or Login With Email Link before disabling username/password based login." msgstr "" @@ -18610,7 +18743,7 @@ msgstr "" msgid "Please enter your old password." msgstr "" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:402 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:406 msgid "Please find attached {0}: {1}" msgstr "Veuillez trouver ci-joint {0}: {1}" @@ -18626,7 +18759,7 @@ msgstr "" msgid "Please make sure the Reference Communication Docs are not circularly linked." msgstr "Assurez-vous que les documents de communication de référence ne sont pas liés de manière circulaire." -#: frappe/model/document.py:818 +#: frappe/model/document.py:822 msgid "Please refresh to get the latest document." msgstr "Veuillez actualiser pour obtenir la dernière version du document." @@ -18670,7 +18803,7 @@ msgstr "Veuillez d’abord sélectionner un DocType" msgid "Please select Entity Type first" msgstr "Veuillez d'abord sélectionner le type d'entité" -#: frappe/core/doctype/system_settings/system_settings.py:106 +#: frappe/core/doctype/system_settings/system_settings.py:108 msgid "Please select Minimum Password Score" msgstr "Veuillez sélectionner le Score Minimum du Mot de Passe" @@ -18690,11 +18823,11 @@ msgstr "" msgid "Please select a file or url" msgstr "Veuillez sélectionner un fichier ou une URL" -#: frappe/model/rename_doc.py:674 +#: frappe/model/rename_doc.py:680 msgid "Please select a valid csv file with data" msgstr "Veuillez sélectionner un fichier CSV valide contenant des données" -#: frappe/utils/data.py:253 +#: frappe/utils/data.py:254 msgid "Please select a valid date filter" msgstr "Veuillez sélectionner un filtre de date valide" @@ -18744,7 +18877,7 @@ msgstr "Veuillez définir des filtres" msgid "Please set filters value in Report Filter table." msgstr "Veuillez définir la valeur des filtres dans le Tableau des Filtres de Rapport." -#: frappe/model/naming.py:549 +#: frappe/model/naming.py:548 msgid "Please set the document name" msgstr "" @@ -18756,7 +18889,7 @@ msgstr "Veuillez d'abord définir les documents suivants dans ce tableau de msgid "Please set the series to be used." msgstr "Veuillez définir la série à utiliser." -#: frappe/core/doctype/system_settings/system_settings.py:119 +#: frappe/core/doctype/system_settings/system_settings.py:121 msgid "Please setup SMS before setting it as an authentication method, via SMS Settings" msgstr "Veuillez configurer les SMS avant de les choisir comme méthode d'authentification" @@ -18764,11 +18897,11 @@ msgstr "Veuillez configurer les SMS avant de les choisir comme méthode d'authen msgid "Please setup a message first" msgstr "Veuillez d'abord configurer un message" -#: frappe/email/doctype/email_account/email_account.py:405 +#: frappe/email/doctype/email_account/email_account.py:406 msgid "Please setup default Email Account from Settings > Email Account" msgstr "" -#: frappe/core/doctype/user/user.py:374 +#: frappe/core/doctype/user/user.py:358 msgid "Please setup default outgoing Email Account from Settings > Email Account" msgstr "" @@ -18801,7 +18934,7 @@ msgstr "" msgid "Please use a valid LDAP search filter" msgstr "" -#: frappe/email/doctype/newsletter/newsletter.py:333 +#: frappe/email/doctype/newsletter/newsletter.py:336 msgid "Please verify your Email Address" msgstr "Veuillez vérifier votre adresse e-mail" @@ -18974,7 +19107,7 @@ msgstr "Rapport préparé" msgid "Prepared Report User" msgstr "Utilisateur du rapport préparé" -#: frappe/desk/query_report.py:301 +#: frappe/desk/query_report.py:302 msgid "Prepared report render failed" msgstr "" @@ -19106,7 +19239,7 @@ msgstr "" #. Label of a Check field in DocType 'User Document Type' #: frappe/core/doctype/custom_docperm/custom_docperm.json #: frappe/core/doctype/docperm/docperm.json -#: frappe/core/doctype/success_action/success_action.js:56 +#: frappe/core/doctype/success_action/success_action.js:58 #: frappe/core/doctype/user_document_type/user_document_type.json #: frappe/printing/page/print/print.js:65 #: frappe/public/js/frappe/form/success_action.js:81 @@ -19114,13 +19247,13 @@ msgstr "" #: frappe/public/js/frappe/form/toolbar.js:322 #: frappe/public/js/frappe/form/toolbar.js:334 #: frappe/public/js/frappe/list/bulk_operations.js:95 -#: frappe/public/js/frappe/views/reports/query_report.js:1642 +#: frappe/public/js/frappe/views/reports/query_report.js:1649 #: frappe/public/js/frappe/views/reports/report_view.js:1461 #: frappe/public/js/frappe/views/treeview.js:456 frappe/www/printview.html:18 msgid "Print" msgstr "Impression" -#: frappe/public/js/frappe/list/list_view.js:1910 +#: frappe/public/js/frappe/list/list_view.js:1918 msgctxt "Button in list view actions menu" msgid "Print" msgstr "Impression" @@ -19190,7 +19323,7 @@ msgstr "Aide pour le Format d'Impression" msgid "Print Format Type" msgstr "Type de Format d'Impression" -#: frappe/www/printview.py:406 +#: frappe/www/printview.py:409 msgid "Print Format {0} is disabled" msgstr "Le Format d'Impression {0} est désactivé" @@ -19646,7 +19779,7 @@ msgstr "Rapport de Requête" msgid "Query analysis complete. Check suggested indexes." msgstr "" -#: frappe/utils/safe_exec.py:428 +#: frappe/utils/safe_exec.py:477 msgid "Query must be of SELECT or read-only WITH type." msgstr "" @@ -19848,7 +19981,7 @@ msgstr "" msgid "Re-Run in Console" msgstr "" -#: frappe/email/doctype/email_account/email_account.py:672 +#: frappe/email/doctype/email_account/email_account.py:673 msgid "Re:" msgstr "" @@ -19928,7 +20061,7 @@ msgstr "Lu par le destinataire sur" msgid "Read mode" msgstr "" -#: frappe/utils/safe_exec.py:90 +#: frappe/utils/safe_exec.py:93 msgid "Read the documentation to know more" msgstr "" @@ -19963,11 +20096,6 @@ msgstr "" msgid "Rebuilding of tree is not supported for {}" msgstr "" -#. Description of the 'Anonymous' (Check) field in DocType 'Web Form' -#: frappe/website/doctype/web_form/web_form.json -msgid "Receive anonymous response" -msgstr "" - #. Option for the 'Sent or Received' (Select) field in DocType 'Communication' #: frappe/core/doctype/communication/communication.json msgid "Received" @@ -20312,7 +20440,7 @@ msgstr "Référent" #: frappe/public/js/frappe/form/form.js:1132 #: frappe/public/js/frappe/form/templates/print_layout.html:6 #: frappe/public/js/frappe/list/base_list.js:65 -#: frappe/public/js/frappe/views/reports/query_report.js:1631 +#: frappe/public/js/frappe/views/reports/query_report.js:1638 #: frappe/public/js/frappe/views/treeview.js:462 #: frappe/public/js/frappe/widgets/chart_widget.js:290 #: frappe/public/js/frappe/widgets/number_card_widget.js:324 @@ -20353,7 +20481,7 @@ msgstr "" msgid "Refreshing..." msgstr "Actualisation..." -#: frappe/core/doctype/user/user.py:1001 +#: frappe/core/doctype/user/user.py:962 msgid "Registered but disabled" msgstr "Enregistré mais Désactivé" @@ -20706,7 +20834,7 @@ msgstr "Gestionnaire de Rapports" #: frappe/core/doctype/report/report.json #: frappe/desk/doctype/dashboard_chart/dashboard_chart.json #: frappe/desk/doctype/number_card/number_card.json -#: frappe/public/js/frappe/views/reports/query_report.js:1812 +#: frappe/public/js/frappe/views/reports/query_report.js:1819 msgid "Report Name" msgstr "Nom du Rapport" @@ -20763,7 +20891,7 @@ msgstr "" msgid "Report timed out." msgstr "" -#: frappe/desk/query_report.py:568 +#: frappe/desk/query_report.py:574 msgid "Report updated successfully" msgstr "Rapport mis à jour avec succès" @@ -20771,7 +20899,7 @@ msgstr "Rapport mis à jour avec succès" msgid "Report was not saved (there were errors)" msgstr "Le Rapport n'a pas été sauvegardé (il y a eu des erreurs)" -#: frappe/public/js/frappe/views/reports/query_report.js:1850 +#: frappe/public/js/frappe/views/reports/query_report.js:1857 msgid "Report with more than 10 columns looks better in Landscape mode." msgstr "Le rapport avec plus de 10 colonnes a une meilleure apparence en mode Paysage." @@ -20926,7 +21054,7 @@ msgstr "Réinitialiser le graphique" msgid "Reset Dashboard Customizations" msgstr "" -#: frappe/public/js/frappe/list/list_settings.js:227 +#: frappe/public/js/frappe/list/list_settings.js:230 msgid "Reset Fields" msgstr "Réinitialisation des champs" @@ -21068,8 +21196,8 @@ msgctxt "Title of message showing restrictions in list view" msgid "Restrictions" msgstr "" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:345 -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:360 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:356 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:371 msgid "Result" msgstr "" @@ -21284,7 +21412,7 @@ msgstr "Profil de rôle" msgid "Role and Level" msgstr "Rôle et Niveau" -#: frappe/core/doctype/user/user.py:315 +#: frappe/core/doctype/user/user.py:299 msgid "Role has been set as per the user type {0}" msgstr "" @@ -21399,7 +21527,7 @@ msgid "Route: Example \"/app\"" msgstr "" #: frappe/model/base_document.py:727 frappe/model/base_document.py:768 -#: frappe/model/document.py:610 +#: frappe/model/document.py:614 msgid "Row" msgstr "Ligne" @@ -21564,14 +21692,14 @@ msgid "SMS Settings" msgstr "Paramètres des SMS" #: frappe/core/doctype/sms_settings/sms_settings.py:109 -msgid "SMS sent to following numbers: {0}" -msgstr "SMS envoyé aux numéros suivants : {0}" +msgid "SMS sent successfully" +msgstr "" #: frappe/templates/includes/login/login.js:377 msgid "SMS was not sent. Please contact Administrator." msgstr "" -#: frappe/email/doctype/email_account/email_account.py:187 +#: frappe/email/doctype/email_account/email_account.py:188 msgid "SMTP Server is required" msgstr "" @@ -21679,14 +21807,14 @@ msgstr "Samedi" #: frappe/public/js/frappe/form/footer/form_timeline.js:663 #: frappe/public/js/frappe/form/quick_entry.js:161 #: frappe/public/js/frappe/list/list_settings.js:36 -#: frappe/public/js/frappe/list/list_settings.js:244 +#: frappe/public/js/frappe/list/list_settings.js:247 #: frappe/public/js/frappe/list/list_sidebar_group_by.js:25 #: frappe/public/js/frappe/ui/toolbar/toolbar.js:322 #: frappe/public/js/frappe/utils/common.js:443 #: frappe/public/js/frappe/views/kanban/kanban_settings.js:45 #: frappe/public/js/frappe/views/kanban/kanban_settings.js:189 #: frappe/public/js/frappe/views/kanban/kanban_view.js:343 -#: frappe/public/js/frappe/views/reports/query_report.js:1804 +#: frappe/public/js/frappe/views/reports/query_report.js:1811 #: frappe/public/js/frappe/views/reports/report_view.js:1649 #: frappe/public/js/frappe/views/workspace/workspace.js:532 #: frappe/public/js/frappe/widgets/base_widget.js:142 @@ -21717,7 +21845,7 @@ msgstr "" msgid "Save Filter" msgstr "" -#: frappe/public/js/frappe/views/reports/query_report.js:1807 +#: frappe/public/js/frappe/views/reports/query_report.js:1814 msgid "Save Report" msgstr "Enregistrer le rapport" @@ -21842,7 +21970,7 @@ msgstr "" msgid "Scheduled To Send" msgstr "Prévu pour envoyer" -#: frappe/core/doctype/server_script/server_script.py:281 +#: frappe/core/doctype/server_script/server_script.py:255 msgid "Scheduled execution for script {0} has updated" msgstr "L'exécution planifiée du script {0} a été mise à jour" @@ -21967,8 +22095,8 @@ msgstr "" msgid "Search" msgstr "Rechercher" -#. Label of a Check field in DocType 'Role' -#: frappe/core/doctype/role/role.json +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json msgid "Search Bar" msgstr "" @@ -21979,7 +22107,7 @@ msgstr "" msgid "Search Fields" msgstr "Champs de recherche" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:175 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:186 msgid "Search Help" msgstr "Aide de Recherche" @@ -22017,12 +22145,12 @@ msgstr "" msgid "Search for anything" msgstr "Rechercher tout" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:289 -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:295 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:300 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:306 msgid "Search for {0}" msgstr "" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:155 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:166 msgid "Search in a document type" msgstr "Rechercher dans un type de document" @@ -22246,7 +22374,7 @@ msgid "Select Field..." msgstr "" #: frappe/public/js/frappe/form/grid_row.js:460 -#: frappe/public/js/frappe/list/list_settings.js:233 +#: frappe/public/js/frappe/list/list_settings.js:236 #: frappe/public/js/frappe/views/kanban/kanban_settings.js:181 msgid "Select Fields" msgstr "Sélectionnez les champs" @@ -22434,7 +22562,7 @@ msgstr "" #: frappe/public/js/frappe/form/link_selector.js:24 #: frappe/public/js/frappe/form/multi_select_dialog.js:81 -#: frappe/public/js/frappe/form/multi_select_dialog.js:281 +#: frappe/public/js/frappe/form/multi_select_dialog.js:283 #: frappe/public/js/frappe/list/list_view_select.js:153 #: frappe/public/js/print_format_builder/Preview.vue:90 msgid "Select {0}" @@ -22774,7 +22902,7 @@ msgstr "IP serveur" msgid "Server Script" msgstr "Script de serveur" -#: frappe/utils/safe_exec.py:89 +#: frappe/utils/safe_exec.py:92 msgid "Server Scripts are disabled. Please enable server scripts from bench configuration." msgstr "" @@ -22825,11 +22953,11 @@ msgstr "La Session a Expiré" msgid "Session Expiry (idle timeout)" msgstr "" -#: frappe/core/doctype/system_settings/system_settings.py:113 +#: frappe/core/doctype/system_settings/system_settings.py:115 msgid "Session Expiry must be in format {0}" msgstr "Expiration de Session doit être au format {0}" -#: frappe/public/js/frappe/ui/filters/filter.js:567 +#: frappe/public/js/frappe/ui/filters/filter.js:599 msgctxt "Field value is set" msgid "Set" msgstr "Définir" @@ -22963,6 +23091,11 @@ msgstr "Définir la précision non standard pour un champ Flottant ou Devise" msgid "Set only once" msgstr "" +#. Description of the 'Max attachment size' (Int) field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Set size in MB" +msgstr "" + #. Description of the 'Filters Configuration' (Code) field in DocType 'Number #. Card' #: frappe/desk/doctype/number_card/number_card.json @@ -23071,7 +23204,7 @@ msgstr "" msgid "Setup Approval Workflows" msgstr "" -#: frappe/public/js/frappe/views/reports/query_report.js:1677 +#: frappe/public/js/frappe/views/reports/query_report.js:1684 #: frappe/public/js/frappe/views/reports/report_view.js:1627 msgid "Setup Auto Email" msgstr "Configuration Auto Email" @@ -23450,8 +23583,8 @@ msgstr "Afficher uniquement les champs numériques du rapport" msgid "Showing only first {0} rows out of {1}" msgstr "" -#. Label of a Check field in DocType 'Role' -#: frappe/core/doctype/role/role.json +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json msgid "Sidebar" msgstr "" @@ -23475,7 +23608,7 @@ msgstr "Barre Latérale et Commentaires" msgid "Sign Up and Confirmation" msgstr "" -#: frappe/core/doctype/user/user.py:994 +#: frappe/core/doctype/user/user.py:955 msgid "Sign Up is disabled" msgstr "L'inscription est désactivée" @@ -23544,7 +23677,7 @@ msgstr "Un seul DocTypes ne peut pas être personnalisé." msgid "Single Types have only one record no tables associated. Values are stored in tabSingles" msgstr "Types Simples ont un seul enregistrement aucunes tables associées. Les valeurs sont stockées dans tabSingles" -#: frappe/database/database.py:240 +#: frappe/database/database.py:242 msgid "Site is running in read only mode for maintenance or site update, this action can not be performed right now. Please try again later." msgstr "" @@ -23823,6 +23956,12 @@ msgstr "Caractères spéciaux sauf "-", "#", ".", msgid "Specify a custom timeout, default timeout is 1500 seconds" msgstr "" +#. Description of the 'Allowed embedding domains' (Small Text) field in DocType +#. 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Specify the domains or origins that are permitted to embed this form. Enter one domain per line (e.g., https://example.com). If no domains are specified, the form can only be embedded on the same origin." +msgstr "" + #. Label of a Attach Image field in DocType 'Website Settings' #: frappe/website/doctype/website_settings/website_settings.json msgid "Splash Image" @@ -23902,11 +24041,11 @@ msgstr "" msgid "Standard rich text editor with controls" msgstr "" -#: frappe/core/doctype/role/role.py:65 +#: frappe/core/doctype/role/role.py:46 msgid "Standard roles cannot be disabled" msgstr "Les rôles standard ne peuvent pas être désactivées" -#: frappe/core/doctype/role/role.py:51 +#: frappe/core/doctype/role/role.py:32 msgid "Standard roles cannot be renamed" msgstr "Les rôles standard ne peuvent pas être renommés" @@ -23931,6 +24070,7 @@ msgstr "Démarrer" #. Label of a Date field in DocType 'Auto Repeat' #. Label of a Datetime field in DocType 'Web Page' #: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:140 #: frappe/public/js/frappe/utils/common.js:409 #: frappe/website/doctype/web_page/web_page.json msgid "Start Date" @@ -24095,7 +24235,7 @@ msgstr "Statistiques basées sur les performances de la semaine dernière (du {0 #: frappe/email/doctype/newsletter/newsletter.json #: frappe/integrations/doctype/integration_request/integration_request.json #: frappe/integrations/doctype/oauth_bearer_token/oauth_bearer_token.json -#: frappe/public/js/frappe/list/list_settings.js:356 +#: frappe/public/js/frappe/list/list_settings.js:359 #: frappe/public/js/frappe/views/reports/report_view.js:909 #: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.json #: frappe/website/doctype/personal_data_deletion_step/personal_data_deletion_step.json @@ -24277,7 +24417,7 @@ msgstr "" msgid "Submit" msgstr "Valider" -#: frappe/public/js/frappe/list/list_view.js:1977 +#: frappe/public/js/frappe/list/list_view.js:1985 msgctxt "Button in list view actions menu" msgid "Submit" msgstr "Valider" @@ -24307,11 +24447,6 @@ msgstr "Valider" msgid "Submit After Import" msgstr "Validation après importation" -#. Label of a Data field in DocType 'Web Form' -#: frappe/website/doctype/web_form/web_form.json -msgid "Submit Button Label" -msgstr "" - #: frappe/core/page/permission_manager/permission_manager_help.html:39 msgid "Submit an Issue" msgstr "" @@ -24321,8 +24456,14 @@ msgctxt "Button in web form" msgid "Submit another response" msgstr "" +#. Label of a Data field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Submit button label" +msgstr "" + #. Label of a Check field in DocType 'Auto Repeat' #: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:126 msgid "Submit on Creation" msgstr "" @@ -24334,7 +24475,7 @@ msgstr "Validez ce document pour terminer cette étape." msgid "Submit this document to confirm" msgstr "Valider ce document pour confirmer" -#: frappe/public/js/frappe/list/list_view.js:1982 +#: frappe/public/js/frappe/list/list_view.js:1990 msgctxt "Title of confirmation dialog" msgid "Submit {0} documents?" msgstr "Valider {0} documents ?" @@ -24344,7 +24485,7 @@ msgstr "Valider {0} documents ?" #: frappe/core/doctype/comment/comment.json #: frappe/core/doctype/communication/communication.json #: frappe/public/js/frappe/model/indicator.js:95 -#: frappe/public/js/frappe/ui/filters/filter.js:499 +#: frappe/public/js/frappe/ui/filters/filter.js:531 #: frappe/website/doctype/web_form/templates/web_form.html:133 msgid "Submitted" msgstr "Validé" @@ -24395,7 +24536,7 @@ msgstr "" #: frappe/templates/includes/login/login.js:270 #: frappe/templates/includes/login/login.js:278 #: frappe/templates/pages/integrations/gcalendar-success.html:9 -#: frappe/workflow/doctype/workflow_action/workflow_action.py:166 +#: frappe/workflow/doctype/workflow_action/workflow_action.py:167 #: frappe/workflow/doctype/workflow_state/workflow_state.json msgid "Success" msgstr "Succès" @@ -24406,17 +24547,10 @@ msgid "Success Action" msgstr "Action de succès" #. Label of a Data field in DocType 'Module Onboarding' -#. Label of a Text field in DocType 'Web Form' #: frappe/desk/doctype/module_onboarding/module_onboarding.json -#: frappe/website/doctype/web_form/web_form.json msgid "Success Message" msgstr "Message de Réussite" -#. Label of a Data field in DocType 'Web Form' -#: frappe/website/doctype/web_form/web_form.json -msgid "Success Title" -msgstr "" - #. Label of a Data field in DocType 'Token Cache' #: frappe/integrations/doctype/token_cache/token_cache.json msgid "Success URI" @@ -24427,6 +24561,16 @@ msgstr "" msgid "Success URL" msgstr "URL de Réussite" +#. Label of a Text field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Success message" +msgstr "" + +#. Label of a Data field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Success title" +msgstr "" + #: frappe/www/update-password.html:79 msgid "Success! You are good to go 👍" msgstr "Succès! Vous êtes bon pour aller" @@ -24440,7 +24584,7 @@ msgstr "" msgid "Successful Transactions" msgstr "Transactions réussies" -#: frappe/model/rename_doc.py:688 +#: frappe/model/rename_doc.py:694 msgid "Successful: {0} to {1}" msgstr "Succès : {0} au {1}" @@ -24494,7 +24638,7 @@ msgstr "" msgid "Suggested Indexes" msgstr "" -#: frappe/core/doctype/user/user.py:703 +#: frappe/core/doctype/user/user.py:664 msgid "Suggested Username: {0}" msgstr "Nom d'Utilisateur Suggérée : {0}" @@ -24605,7 +24749,7 @@ msgstr "Synchronisation" msgid "Syncing {0} of {1}" msgstr "Synchroniser {0} sur {1}" -#: frappe/utils/data.py:2156 +#: frappe/utils/data.py:2170 msgid "Syntax Error" msgstr "" @@ -24619,7 +24763,7 @@ msgstr "Système" msgid "System Console" msgstr "Console système" -#: frappe/custom/doctype/custom_field/custom_field.py:358 +#: frappe/custom/doctype/custom_field/custom_field.py:359 msgid "System Generated Fields can not be renamed" msgstr "" @@ -24910,7 +25054,7 @@ msgstr "" msgid "Table updated" msgstr "Table Mise à Jour" -#: frappe/model/document.py:1370 +#: frappe/model/document.py:1374 msgid "Table {0} cannot be empty" msgstr "La Table {0} ne peut pas être vide" @@ -24936,7 +25080,7 @@ msgstr "Lien tag" #: frappe/public/js/frappe/list/list_sidebar.js:228 #: frappe/public/js/frappe/model/meta.js:204 #: frappe/public/js/frappe/model/model.js:133 -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:160 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:171 msgid "Tags" msgstr "Balises" @@ -25022,15 +25166,25 @@ msgstr "Avertissements de modèles" msgid "Templates" msgstr "" -#: frappe/core/doctype/user/user.py:1005 +#: frappe/core/doctype/user/user.py:966 msgid "Temporarily Disabled" msgstr "Temporairement désactivé" +#: frappe/core/doctype/translation/test_translation.py:47 +#: frappe/core/doctype/translation/test_translation.py:54 +msgid "Test Data" +msgstr "" + #. Label of a Data field in DocType 'System Health Report' #: frappe/desk/doctype/system_health_report/system_health_report.json msgid "Test Job ID" msgstr "" +#: frappe/core/doctype/translation/test_translation.py:49 +#: frappe/core/doctype/translation/test_translation.py:57 +msgid "Test Spanish" +msgstr "" + #: frappe/email/doctype/newsletter/newsletter.py:94 msgid "Test email sent to {0}" msgstr "E-mail de test envoyé à {0}" @@ -25100,7 +25254,7 @@ msgstr "Merci pour votre Email" msgid "Thank you for your feedback!" msgstr "Merci pour votre avis!" -#: frappe/email/doctype/newsletter/newsletter.py:332 +#: frappe/email/doctype/newsletter/newsletter.py:335 msgid "Thank you for your interest in subscribing to our updates" msgstr "Merci de l’intérêt que vous nous montrez en vous abonnant à notre actualité" @@ -25164,7 +25318,7 @@ msgid "The browser API key obtained from the Google Cloud Console under " msgstr "" -#: frappe/core/doctype/user/user.py:965 +#: frappe/core/doctype/user/user.py:926 msgid "The reset password link has been expired" msgstr "" -#: frappe/core/doctype/user/user.py:967 +#: frappe/core/doctype/user/user.py:928 msgid "The reset password link has either been used before or is invalid" msgstr "" @@ -25326,7 +25480,7 @@ msgstr "" msgid "The webhook will be triggered if this expression is true" msgstr "Le Webhook sera déclenché si cette expression est vraie" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:169 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:173 msgid "The {0} is already on auto repeat {1}" msgstr "Le {0} est déjà en répétition automatique {1}" @@ -25401,10 +25555,6 @@ msgstr "" msgid "There must be atleast one permission rule." msgstr "Il doit y avoir au moins une règle d'autorisation." -#: frappe/core/doctype/user/user.py:504 -msgid "There should remain at least one System Manager" -msgstr "Il doit rester au moins un Responsable Système" - #: frappe/www/error.py:16 msgid "There was an error building this page" msgstr "Une erreur s'est produite lors de la construction de cette page" @@ -25425,7 +25575,7 @@ msgstr "Il y avait des erreurs lors de la création du document. Veuillez réess msgid "There were errors while sending email. Please try again." msgstr "Il y a eu des erreurs lors de l'envoi d’emails. Veuillez essayer à nouveau." -#: frappe/model/naming.py:469 +#: frappe/model/naming.py:468 msgid "There were some errors setting the name, please contact the administrator" msgstr "Il y a eu des erreurs lors de la configuration du nom, veuillez contacter l'administrateur" @@ -25479,7 +25629,7 @@ msgstr "Ce Tableau Kanban sera privé" msgid "This action is irreversible. Do you wish to continue?" msgstr "" -#: frappe/__init__.py:985 +#: frappe/__init__.py:935 msgid "This action is only allowed for {}" msgstr "Cette action n'est autorisée que pour {}" @@ -25534,7 +25684,7 @@ msgstr "" msgid "This document is already amended, you cannot ammend it again" msgstr "Ce document est déjà obsoléte (une nouvelle version existe), vous ne pouvez plus le modifier" -#: frappe/model/document.py:1538 +#: frappe/model/document.py:1542 msgid "This document is currently locked and queued for execution. Please try again after some time." msgstr "" @@ -25583,7 +25733,7 @@ msgstr "Ce format est utilisé si un format spécifique au pays n'est pas trouv msgid "This goes above the slideshow." msgstr "Ceci va au-dessus du diaporama." -#: frappe/public/js/frappe/views/reports/query_report.js:2014 +#: frappe/public/js/frappe/views/reports/query_report.js:2021 msgid "This is a background report. Please set the appropriate filters and then generate a new one." msgstr "Ceci est un rapport de fond. Veuillez définir les filtres appropriés, puis en générer un nouveau." @@ -25711,7 +25861,7 @@ msgstr "" msgid "This will terminate the job immediately and might be dangerous, are you sure? " msgstr "" -#: frappe/core/doctype/user/user.py:1224 +#: frappe/core/doctype/user/user.py:1178 msgid "Throttled" msgstr "Étranglé" @@ -25830,8 +25980,8 @@ msgstr "" msgid "Timeless Night" msgstr "" -#. Label of a Check field in DocType 'Role' -#: frappe/core/doctype/role/role.json +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json msgid "Timeline" msgstr "" @@ -26098,6 +26248,7 @@ msgstr "" #. Linked DocType in User's connections #. Name of a DocType #. Name of a report +#: frappe/automation/doctype/assignment_rule/assignment_rule.py:55 #: frappe/automation/workspace/tools/tools.json #: frappe/core/doctype/user/user.json frappe/desk/doctype/todo/todo.json #: frappe/desk/report/todo/todo.json @@ -26181,11 +26332,11 @@ msgstr "" msgid "Too Many Requests" msgstr "Trop de demandes" -#: frappe/database/database.py:427 +#: frappe/database/database.py:429 msgid "Too many changes to database in single action." msgstr "" -#: frappe/core/doctype/user/user.py:1006 +#: frappe/core/doctype/user/user.py:967 msgid "Too many users signed up recently, so the registration is disabled. Please try back in an hour" msgstr "Trop d'utilisateurs se sont inscrits récemment, du coup l’inscription est désactivée. Veuillez essayer à nouveau dans une heure" @@ -26255,7 +26406,7 @@ msgstr "" msgid "Topic" msgstr "Sujet" -#: frappe/desk/query_report.py:504 +#: frappe/desk/query_report.py:510 #: frappe/public/js/frappe/views/reports/print_grid.html:45 #: frappe/public/js/frappe/views/reports/report_view.js:1475 msgid "Total" @@ -26772,11 +26923,11 @@ msgstr "Inconnu" msgid "Unknown Column: {0}" msgstr "Colonne Inconnue : {0}" -#: frappe/utils/data.py:1048 +#: frappe/utils/data.py:1062 msgid "Unknown Rounding Method: {}" msgstr "" -#: frappe/auth.py:296 +#: frappe/auth.py:304 msgid "Unknown User" msgstr "Utilisateur Inconnu" @@ -26803,7 +26954,7 @@ msgstr "Non Lus" msgid "Unread Notification Sent" msgstr "Notification Non Lue Envoyée" -#: frappe/utils/safe_exec.py:429 +#: frappe/utils/safe_exec.py:478 msgid "Unsafe SQL query" msgstr "" @@ -26936,7 +27087,7 @@ msgstr "Mettre à jour les traductions" msgid "Update Value" msgstr "Mettre à Jour la valeur" -#: frappe/utils/change_log.py:383 +#: frappe/utils/change_log.py:386 msgid "Update from Frappe Cloud" msgstr "" @@ -27007,6 +27158,10 @@ msgstr "Mise à jour de {0}" msgid "Updating {0} of {1}, {2}" msgstr "Mise à jour de {0} sur {1}, {2}" +#: frappe/public/js/billing.bundle.js:30 +msgid "Upgrade plan" +msgstr "" + #: frappe/public/js/frappe/file_uploader/file_uploader.bundle.js:121 #: frappe/public/js/frappe/file_uploader/file_uploader.bundle.js:122 #: frappe/public/js/frappe/form/grid.js:63 @@ -27077,6 +27232,11 @@ msgstr "" msgid "Use IMAP" msgstr "Utiliser IMAP" +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Use Number Format from Currency" +msgstr "" + #. Label of a Check field in DocType 'SMS Settings' #: frappe/core/doctype/sms_settings/sms_settings.json msgid "Use POST" @@ -27343,7 +27503,7 @@ msgstr "Autorisation de l'Utilisateur" #. Label of a Link in the Users Workspace #: frappe/core/page/permission_manager/permission_manager_help.html:30 #: frappe/core/workspace/users/users.json -#: frappe/public/js/frappe/views/reports/query_report.js:1791 +#: frappe/public/js/frappe/views/reports/query_report.js:1798 #: frappe/public/js/frappe/views/reports/report_view.js:1675 msgid "User Permissions" msgstr "Autorisations des Utilisateurs" @@ -27448,7 +27608,7 @@ msgstr "Utilisateur non autorisé à supprimer {0} : {1}" msgid "User permission already exists" msgstr "L'autorisation de l'utilisateur existe déjà" -#: frappe/www/login.py:156 +#: frappe/www/login.py:157 msgid "User with email address {0} does not exist" msgstr "" @@ -27456,15 +27616,15 @@ msgstr "" msgid "User with email: {0} does not exist in the system. Please ask 'System Administrator' to create the user for you." msgstr "" -#: frappe/core/doctype/user/user.py:509 +#: frappe/core/doctype/user/user.py:472 msgid "User {0} cannot be deleted" msgstr "Utilisateur {0} ne peut pas être supprimé" -#: frappe/core/doctype/user/user.py:244 +#: frappe/core/doctype/user/user.py:263 msgid "User {0} cannot be disabled" msgstr "Utilisateur {0} ne peut pas être désactivé" -#: frappe/core/doctype/user/user.py:591 +#: frappe/core/doctype/user/user.py:552 msgid "User {0} cannot be renamed" msgstr "Utilisateur {0} ne peut pas être renommé" @@ -27476,7 +27636,7 @@ msgstr "L'utilisateur {0} n'a pas accès à ce document." msgid "User {0} does not have doctype access via role permission for document {1}" msgstr "L'utilisateur {0} n'a pas d'accès au type de document via l'autorisation de rôle pour le document {1}." -#: frappe/desk/doctype/workspace/workspace.py:257 +#: frappe/desk/doctype/workspace/workspace.py:261 msgid "User {0} does not have the permission to create a Workspace." msgstr "" @@ -27485,7 +27645,7 @@ msgstr "" msgid "User {0} has requested for data deletion" msgstr "L'utilisateur {0} a demandé la suppression des données." -#: frappe/core/doctype/user/user.py:1358 +#: frappe/core/doctype/user/user.py:1312 msgid "User {0} impersonated as {1}" msgstr "" @@ -27493,7 +27653,7 @@ msgstr "" msgid "User {0} is disabled" msgstr "Utilisateur {0} est désactivé" -#: frappe/sessions.py:230 +#: frappe/sessions.py:231 msgid "User {0} is disabled. Please contact your System Manager." msgstr "" @@ -27510,11 +27670,11 @@ msgstr "" #. Label of a Data field in DocType 'User Social Login' #: frappe/core/doctype/user/user.json #: frappe/core/doctype/user_social_login/user_social_login.json -#: frappe/www/login.py:104 +#: frappe/www/login.py:105 msgid "Username" msgstr "Nom d'Utilisateur" -#: frappe/core/doctype/user/user.py:670 +#: frappe/core/doctype/user/user.py:631 msgid "Username {0} already exists" msgstr "Nom d'Utilisateur {0} existe déjà" @@ -27635,15 +27795,15 @@ msgstr "Valeur Modifiée" msgid "Value To Be Set" msgstr "Valeur à Définir" -#: frappe/model/base_document.py:948 frappe/model/document.py:666 +#: frappe/model/base_document.py:948 frappe/model/document.py:670 msgid "Value cannot be changed for {0}" msgstr "Valeur ne peut pas être modifiée pour {0}" -#: frappe/model/document.py:612 +#: frappe/model/document.py:616 msgid "Value cannot be negative for" msgstr "La valeur ne peut pas être négative pour" -#: frappe/model/document.py:616 +#: frappe/model/document.py:620 msgid "Value cannot be negative for {0}: {1}" msgstr "La valeur ne peut pas être négative pour {0}: {1}" @@ -27686,7 +27846,7 @@ msgstr "Valeur trop grande" msgid "Value {0} missing for {1}" msgstr "Valeur {0} manquante pour {1}" -#: frappe/core/doctype/data_import/importer.py:751 frappe/utils/data.py:703 +#: frappe/core/doctype/data_import/importer.py:751 frappe/utils/data.py:704 msgid "Value {0} must be in the valid duration format: d h m s" msgstr "La valeur {0} doit être au format de durée valide: dhms" @@ -27760,7 +27920,7 @@ msgstr "URL de la vidéo" msgid "View" msgstr "" -#: frappe/core/doctype/success_action/success_action.js:58 +#: frappe/core/doctype/success_action/success_action.js:60 #: frappe/public/js/frappe/form/success_action.js:89 msgid "View All" msgstr "Tout voir" @@ -27778,7 +27938,7 @@ msgid "View Full Log" msgstr "" #: frappe/public/js/frappe/views/treeview.js:450 -#: frappe/public/js/frappe/widgets/quick_list_widget.js:245 +#: frappe/public/js/frappe/widgets/quick_list_widget.js:251 msgid "View List" msgstr "Voir La Liste" @@ -27813,8 +27973,8 @@ msgstr "Voir le rapport" msgid "View Settings" msgstr "Paramètres d'Affichage" -#. Label of a Check field in DocType 'Role' -#: frappe/core/doctype/role/role.json +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json msgid "View Switcher" msgstr "" @@ -28103,7 +28263,7 @@ msgstr "URL du webhook" #. Group in Module Def's connections #. Name of a Workspace #: frappe/core/doctype/module_def/module_def.json -#: frappe/email/doctype/newsletter/newsletter.py:453 +#: frappe/email/doctype/newsletter/newsletter.py:460 #: frappe/public/js/frappe/ui/toolbar/about.js:8 #: frappe/website/workspace/website/website.json msgid "Website" @@ -28321,11 +28481,11 @@ msgstr "" msgid "Welcome Workspace" msgstr "" -#: frappe/core/doctype/user/user.py:366 +#: frappe/core/doctype/user/user.py:350 msgid "Welcome email sent" msgstr "Email de bienvenue envoyé" -#: frappe/core/doctype/user/user.py:441 +#: frappe/core/doctype/user/user.py:411 msgid "Welcome to {0}" msgstr "Bienvenue sur {0}" @@ -28446,7 +28606,7 @@ msgstr "Flux de Travail" #. Name of a DocType #: frappe/workflow/doctype/workflow_action/workflow_action.json -#: frappe/workflow/doctype/workflow_action/workflow_action.py:476 +#: frappe/workflow/doctype/workflow_action/workflow_action.py:477 msgid "Workflow Action" msgstr "Action du Flux de Travail" @@ -28603,7 +28763,7 @@ msgstr "" msgid "Workspace Shortcut" msgstr "" -#: frappe/desk/doctype/workspace/workspace.py:289 +#: frappe/desk/doctype/workspace/workspace.py:293 msgid "Workspace not found" msgstr "" @@ -28721,9 +28881,9 @@ msgstr "" #: frappe/integrations/doctype/webhook/webhook.py:140 #: frappe/printing/doctype/print_format/print_format.json #: frappe/public/js/form_builder/utils.js:336 -#: frappe/public/js/frappe/form/controls/link.js:475 +#: frappe/public/js/frappe/form/controls/link.js:486 #: frappe/public/js/frappe/list/list_sidebar_group_by.js:223 -#: frappe/public/js/frappe/views/reports/query_report.js:1529 +#: frappe/public/js/frappe/views/reports/query_report.js:1534 #: frappe/website/doctype/help_article/templates/help_article.html:25 msgid "Yes" msgstr "Oui" @@ -28733,7 +28893,7 @@ msgctxt "Approve confirmation dialog" msgid "Yes" msgstr "Oui" -#: frappe/public/js/frappe/ui/filters/filter.js:505 +#: frappe/public/js/frappe/ui/filters/filter.js:537 msgctxt "Checkbox is checked" msgid "Yes" msgstr "Oui" @@ -28755,6 +28915,10 @@ msgstr "Vous êtes connecté à Internet." msgid "You are impersonating as another user." msgstr "" +#: frappe/integrations/frappe_providers/frappecloud_billing.py:24 +msgid "You are not allowed to access this resource" +msgstr "" + #: frappe/permissions.py:403 msgid "You are not allowed to access this {0} record because it is linked to {1} '{2}' in field {3}" msgstr "Vous n'êtes pas autorisé à accéder à cet enregistrement {0} car il est lié à {1} '{2}' dans le champ {3}" @@ -28791,7 +28955,7 @@ msgstr "Vous n'êtes pas autorisé à imprimer ce rapport" msgid "You are not allowed to send emails related to this document" msgstr "Vous n'êtes pas autorisé à envoyer un email en relation avec ce document" -#: frappe/website/doctype/web_form/web_form.py:461 +#: frappe/website/doctype/web_form/web_form.py:462 msgid "You are not allowed to update this Web Form Document" msgstr "Vous n'êtes pas autorisé à mettre à jour ce formulaire Web" @@ -28807,7 +28971,7 @@ msgstr "" msgid "You are not permitted to access this page." msgstr "Vous n'êtes pas autorisé à accéder à cette page." -#: frappe/__init__.py:904 +#: frappe/__init__.py:854 msgid "You are not permitted to access this resource." msgstr "" @@ -28819,7 +28983,7 @@ msgstr "Vous suivez maintenant ce document. Vous recevrez des mises à jour quot msgid "You are only allowed to update order, do not remove or add apps." msgstr "" -#: frappe/email/doctype/email_account/email_account.js:212 +#: frappe/email/doctype/email_account/email_account.js:216 msgid "You are selecting Sync Option as ALL, It will resync all read as well as unread message from server. This may also cause the duplication of Communication (emails)." msgstr "" @@ -28884,7 +29048,7 @@ msgstr "" msgid "You can only set the 3 custom doctypes in the Document Types table." msgstr "" -#: frappe/handler.py:228 +#: frappe/handler.py:229 msgid "You can only upload JPG, PNG, PDF, TXT or Microsoft documents." msgstr "" @@ -28902,7 +29066,7 @@ msgstr "" msgid "You can set a high value here if multiple users will be logging in from the same network." msgstr "" -#: frappe/desk/query_report.py:339 +#: frappe/desk/query_report.py:340 msgid "You can try changing the filters of your report." msgstr "Vous pouvez essayer de modifier les filtres de votre rapport." @@ -28991,7 +29155,11 @@ msgstr "Vous n'avez pas assez de points" msgid "You do not have enough review points" msgstr "Vous n'avez pas assez de points d'examen" -#: frappe/www/printview.py:358 +#: frappe/desk/query_report.py:807 +msgid "You do not have permission to access {0}: {1}." +msgstr "" + +#: frappe/www/printview.py:361 msgid "You do not have permission to view this document" msgstr "" @@ -29003,7 +29171,7 @@ msgstr "Vous n'êtes pas autorisé à annuler tous les documents liés." msgid "You don't have access to Report: {0}" msgstr "Vous n'avez pas accès au Rapport : {0}" -#: frappe/website/doctype/web_form/web_form.py:662 +#: frappe/website/doctype/web_form/web_form.py:663 msgid "You don't have permission to access the {0} DocType." msgstr "" @@ -29015,7 +29183,7 @@ msgstr "Vous n'avez pas l'autorisation d'accéder à ce fichier" msgid "You don't have permission to get a report on: {0}" msgstr "Vous n'avez pas l'autorisation d'obtenir un rapport sur : {0}" -#: frappe/website/doctype/web_form/web_form.py:167 +#: frappe/website/doctype/web_form/web_form.py:168 msgid "You don't have the permissions to access this document" msgstr "Vous n'avez pas l'autorisation d'accéder à ce document" @@ -29084,19 +29252,27 @@ msgstr "Vous avez édité ceci pour la dernière fois" msgid "You must add atleast one link." msgstr "" -#: frappe/website/doctype/web_form/web_form.py:658 +#: frappe/website/doctype/web_form/web_form.py:659 msgid "You must be logged in to use this form." msgstr "" -#: frappe/website/doctype/web_form/web_form.py:501 +#: frappe/website/doctype/web_form/web_form.py:502 msgid "You must login to submit this form" msgstr "Vous devez vous connecter pour valider ce formulaire" +#: frappe/model/document.py:238 +msgid "You need the '{0}' permission on {1} {2} to perform this action." +msgstr "" + +#: frappe/desk/doctype/workspace/workspace.py:113 +msgid "You need to be Workspace Manager to delete a public workspace." +msgstr "" + #: frappe/desk/doctype/workspace/workspace.py:71 msgid "You need to be Workspace Manager to edit this document" msgstr "" -#: frappe/website/doctype/web_form/web_form.py:90 +#: frappe/website/doctype/web_form/web_form.py:91 msgid "You need to be in developer mode to edit a Standard Web Form" msgstr "Vous devez être en Mode Développeur pour modifier un Formulaire Web Standard" @@ -29108,7 +29284,7 @@ msgstr "Vous devez être connecté et avoir le Role Responsable Système pour po msgid "You need to be logged in to access this page" msgstr "Vous devez être connecté pour pouvoir accéder à cette page" -#: frappe/website/doctype/web_form/web_form.py:158 +#: frappe/website/doctype/web_form/web_form.py:159 msgid "You need to be logged in to access this {0}." msgstr "Vous devez être connecté pour accéder à ce(tte) {0}." @@ -29132,13 +29308,17 @@ msgstr "Vous devez installer pycups pour utiliser cette fonctionnalité!" msgid "You need to select indexes you want to add first." msgstr "" -#: frappe/email/doctype/email_account/email_account.py:145 +#: frappe/email/doctype/email_account/email_account.py:146 msgid "You need to set one IMAP folder for {0}" msgstr "" +#: frappe/model/rename_doc.py:388 +msgid "You need write permission on {0} {1} to merge" +msgstr "" + #: frappe/model/rename_doc.py:383 -msgid "You need write permission to rename" -msgstr "Vous devez avoir le droit d'écriture pour renommer" +msgid "You need write permission on {0} {1} to rename" +msgstr "" #: frappe/client.py:458 msgid "You need {0} permission to fetch values from {1} {2}" @@ -29208,7 +29388,7 @@ msgstr "Vos raccourcis" msgid "Your account has been deleted" msgstr "" -#: frappe/auth.py:488 +#: frappe/auth.py:496 msgid "Your account has been locked and will resume after {0} seconds" msgstr "Votre compte a été verrouillé et reprendra après {0} secondes" @@ -29275,7 +29455,7 @@ msgstr "" msgid "Your website is all set up!" msgstr "" -#: frappe/utils/data.py:1348 +#: frappe/utils/data.py:1362 msgid "Zero" msgstr "Zéro" @@ -29295,7 +29475,7 @@ msgstr "" msgid "_report" msgstr "_rapport" -#: frappe/database/database.py:317 +#: frappe/database/database.py:319 msgid "`as_iterator` only works with `as_list=True` or `as_dict=True`" msgstr "" @@ -29343,7 +29523,7 @@ msgstr "aligné-droite" msgid "amend" msgstr "Nouv. version" -#: frappe/public/js/frappe/utils/utils.js:410 frappe/utils/data.py:1356 +#: frappe/public/js/frappe/utils/utils.js:410 frappe/utils/data.py:1370 msgid "and" msgstr "et" @@ -29589,7 +29769,7 @@ msgstr "supprimer" msgid "descending" msgstr "" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:152 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:163 msgid "document type..., e.g. customer" msgstr "type de document ..., ex. client" @@ -29609,7 +29789,7 @@ msgstr "Télécharger-alt" msgid "e.g. \"Support\", \"Sales\", \"Jerry Yang\"" msgstr "e.g. \"Support\",\"Vente\",\"Jerry Yang\"" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:172 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:183 msgid "e.g. (55 + 434) / 4 or =Math.sin(Math.PI/2)..." msgstr "e.g. (55 + 434) / 4 ou = Math.sin(Math.PI/2) ..." @@ -29661,7 +29841,7 @@ msgid "email inbox" msgstr "Boîte de réception e-mail" #: frappe/permissions.py:397 frappe/permissions.py:408 -#: frappe/public/js/frappe/form/controls/link.js:484 +#: frappe/public/js/frappe/form/controls/link.js:495 msgid "empty" msgstr "vide" @@ -29812,7 +29992,7 @@ msgstr "vert" msgid "grey" msgstr "" -#: frappe/utils/backups.py:389 +#: frappe/utils/backups.py:391 msgid "gzip not found in PATH! This is required to take a backup." msgstr "" @@ -29914,7 +30094,7 @@ msgstr "" msgid "just now" msgstr "juste maintenant" -#: frappe/desk/desktop.py:255 frappe/desk/query_report.py:284 +#: frappe/desk/desktop.py:255 frappe/desk/query_report.py:285 msgid "label" msgstr "" @@ -30020,7 +30200,7 @@ msgstr "mm/jj/aaaa" msgid "module" msgstr "" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:167 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:178 msgid "module name..." msgstr "Nom du module ..." @@ -30038,7 +30218,7 @@ msgstr "la musique" msgid "new" msgstr "Nouveau(elle)" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:147 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:158 msgid "new type of document" msgstr "nouveau type de document" @@ -30120,12 +30300,12 @@ msgstr "" msgid "on_update_after_submit" msgstr "" -#: frappe/utils/data.py:1359 +#: frappe/utils/data.py:1373 msgid "only." msgstr "seulement." #: frappe/public/js/frappe/utils/utils.js:407 frappe/www/login.html:87 -#: frappe/www/login.py:106 +#: frappe/www/login.py:107 msgid "or" msgstr "ou" @@ -30463,7 +30643,7 @@ msgstr "valider" msgid "tag" msgstr "Balise" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:162 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:173 msgid "tag name..., e.g. #tag" msgstr "nom de tag ..., par exemple #tag" @@ -30477,7 +30657,7 @@ msgstr "Mots clés" msgid "tasks" msgstr "les tâches" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:157 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:168 msgid "text in document type" msgstr "Texte dans le type de document" @@ -30554,7 +30734,7 @@ msgstr "" msgid "upload" msgstr "télécharger" -#: frappe/public/js/frappe/ui/filters/filter.js:338 +#: frappe/public/js/frappe/ui/filters/filter.js:354 msgid "use % as wildcard" msgstr "" @@ -30563,7 +30743,7 @@ msgstr "" msgid "user" msgstr "utilisateur" -#: frappe/public/js/frappe/ui/filters/filter.js:337 +#: frappe/public/js/frappe/ui/filters/filter.js:353 msgid "values separated by commas" msgstr "valeurs séparées par des virgules" @@ -30572,7 +30752,7 @@ msgstr "valeurs séparées par des virgules" msgid "version_table" msgstr "" -#: frappe/automation/doctype/assignment_rule/assignment_rule.py:380 +#: frappe/automation/doctype/assignment_rule/assignment_rule.py:382 msgid "via Assignment Rule" msgstr "via la règle d'attribution" @@ -30692,8 +30872,8 @@ msgstr "{0} ({1}) (1 ligne obligatoire)" msgid "{0} ({1}) - {2}%" msgstr "" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:337 -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:340 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:348 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:351 msgid "{0} = {1}" msgstr "" @@ -30714,7 +30894,7 @@ msgid "{0} Dashboard" msgstr "{0} Tableau de bord" #: frappe/public/js/frappe/form/grid_row.js:457 -#: frappe/public/js/frappe/list/list_settings.js:224 +#: frappe/public/js/frappe/list/list_settings.js:227 #: frappe/public/js/frappe/views/kanban/kanban_settings.js:178 msgid "{0} Fields" msgstr "{0} Champs" @@ -30807,7 +30987,7 @@ msgstr "{0} déjà désinscrit" msgid "{0} already unsubscribed for {1} {2}" msgstr "{0} déjà désabonné pour {1} {2}" -#: frappe/utils/data.py:1510 +#: frappe/utils/data.py:1524 msgid "{0} and {1}" msgstr "{0} et {1}" @@ -30858,7 +31038,7 @@ msgctxt "Form timeline" msgid "{0} attached {1}" msgstr "" -#: frappe/core/doctype/system_settings/system_settings.py:143 +#: frappe/core/doctype/system_settings/system_settings.py:145 msgid "{0} can not be more than {1}" msgstr "" @@ -30992,7 +31172,7 @@ msgstr "" msgid "{0} has already assigned default value for {1}." msgstr "{0} a déjà attribué la valeur par défaut à {1}." -#: frappe/email/doctype/newsletter/newsletter.py:380 +#: frappe/email/doctype/newsletter/newsletter.py:383 msgid "{0} has been successfully added to the Email Group." msgstr "{0} a été ajouté avec succès au Groupe d’Email." @@ -31000,7 +31180,7 @@ msgstr "{0} a été ajouté avec succès au Groupe d’Email." msgid "{0} has left the conversation in {1} {2}" msgstr "{0} a quitté la conversation dans {1} {2}" -#: frappe/__init__.py:2460 +#: frappe/__init__.py:2410 msgid "{0} has no versions tracked." msgstr "{0} n'a aucune version suivie." @@ -31029,7 +31209,7 @@ msgstr "" msgid "{0} is an invalid Data field." msgstr "{0} est un champ de données non valide." -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:148 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:152 msgid "{0} is an invalid email address in 'Recipients'" msgstr "{0} est une adresse e-mail invalide dans 'Destinataires'" @@ -31066,7 +31246,7 @@ msgstr "" msgid "{0} is like {1}" msgstr "" -#: frappe/email/doctype/email_account/email_account.py:174 +#: frappe/email/doctype/email_account/email_account.py:175 msgid "{0} is mandatory" msgstr "{0} est obligatoire" @@ -31074,7 +31254,7 @@ msgstr "{0} est obligatoire" msgid "{0} is not a field of doctype {1}" msgstr "" -#: frappe/www/printview.py:341 +#: frappe/www/printview.py:344 msgid "{0} is not a raw printing format." msgstr "{0} n'est pas un format d'impression brut." @@ -31147,7 +31327,7 @@ msgstr "{0} est maintenant le format d'impression par défaut pour le type de do msgid "{0} is one of {1}" msgstr "" -#: frappe/email/doctype/email_account/email_account.py:275 +#: frappe/email/doctype/email_account/email_account.py:276 #: frappe/model/naming.py:201 #: frappe/printing/doctype/print_format/print_format.py:92 #: frappe/utils/csvutils.py:131 @@ -31166,7 +31346,7 @@ msgstr "" msgid "{0} items selected" msgstr "{0} articles sélectionnés" -#: frappe/core/doctype/user/user.py:1367 +#: frappe/core/doctype/user/user.py:1321 msgid "{0} just impersonated as you. They gave this reason: {1}" msgstr "" @@ -31199,23 +31379,23 @@ msgstr "Il y a {0} minutes" msgid "{0} months ago" msgstr "Il y a {0} mois" -#: frappe/model/document.py:1595 +#: frappe/model/document.py:1599 msgid "{0} must be after {1}" msgstr "{0} doit être après {1}" -#: frappe/model/document.py:1356 +#: frappe/model/document.py:1360 msgid "{0} must be beginning with '{1}'" msgstr "" -#: frappe/model/document.py:1358 +#: frappe/model/document.py:1362 msgid "{0} must be equal to '{1}'" msgstr "" -#: frappe/model/document.py:1354 +#: frappe/model/document.py:1358 msgid "{0} must be none of {1}" msgstr "" -#: frappe/model/document.py:1352 frappe/utils/csvutils.py:136 +#: frappe/model/document.py:1356 frappe/utils/csvutils.py:136 msgid "{0} must be one of {1}" msgstr "{0} doit être l'un des {1}" @@ -31227,7 +31407,7 @@ msgstr "{0} doit être défini en premier" msgid "{0} must be unique" msgstr "{0} doit être unique" -#: frappe/model/document.py:1360 +#: frappe/model/document.py:1364 msgid "{0} must be {1} {2}" msgstr "" @@ -31240,7 +31420,7 @@ msgstr "" msgid "{0} not a valid State" msgstr "{0} pas un État valide" -#: frappe/model/rename_doc.py:386 +#: frappe/model/rename_doc.py:391 msgid "{0} not allowed to be renamed" msgstr "{0} ne peut pas être renommé" @@ -31261,7 +31441,7 @@ msgstr "{0} sur {1} ({2} lignes avec des enfants)" msgid "{0} of {1} sent" msgstr "" -#: frappe/utils/data.py:1506 +#: frappe/utils/data.py:1520 msgid "{0} or {1}" msgstr "{0} ou {1}" @@ -31313,7 +31493,7 @@ msgstr "{0} annulé {1}" msgid "{0} role does not have permission on any doctype" msgstr "" -#: frappe/desk/query_report.py:583 +#: frappe/desk/query_report.py:589 msgid "{0} saved successfully" msgstr "{0} enregistré avec succès" @@ -31337,7 +31517,7 @@ msgstr "{0} a partagé ce document avec {1}" msgid "{0} should be indexed because it's referred in dashboard connections" msgstr "" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:137 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:139 msgid "{0} should not be same as {1}" msgstr "{0} ne doit pas être identique à {1}" @@ -31373,7 +31553,7 @@ msgstr "{0} ne partage plus ce document avec {1}" msgid "{0} updated" msgstr "{0} mis(e) à jour" -#: frappe/public/js/frappe/form/controls/multiselect_list.js:162 +#: frappe/public/js/frappe/form/controls/multiselect_list.js:178 msgid "{0} values selected" msgstr "{0} valeurs sélectionnées" @@ -31437,6 +31617,10 @@ msgstr "{0} {1}: l'enregistrement validé ne peut pas être supprimé. Vous msgid "{0}, Row {1}" msgstr "{0}, Ligne {1}" +#: frappe/utils/print_format.py:151 frappe/utils/print_format.py:195 +msgid "{0}/{1} complete | Please leave this tab open until completion." +msgstr "" + #: frappe/model/base_document.py:1014 msgid "{0}: '{1}' ({3}) will get truncated, as max characters allowed is {2}" msgstr "{0} : {1} '({3}) sera tronqué car le nombre de caractères max est {2}" @@ -31469,7 +31653,7 @@ msgstr "{0} : Vous ne pouvez pas choisir Valider, Annuler, Nouv. version sans É msgid "{0}: Cannot set import as {1} is not importable" msgstr "{0} : Impossible de choisir import car {1} n'est pas importable" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:394 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:398 msgid "{0}: Failed to attach new recurring document. To enable attaching document in the auto repeat notification email, enable {1} in Print Settings" msgstr "{0}: Impossible de joindre un nouveau document récurrent. Pour activer la pièce jointe dans l'e-mail de notification de répétition automatique, activez {1} dans Paramètres d'impression" @@ -31534,7 +31718,7 @@ msgstr "" msgid "{0}: {1}" msgstr "" -#: frappe/workflow/doctype/workflow_action/workflow_action.py:167 +#: frappe/workflow/doctype/workflow_action/workflow_action.py:168 msgid "{0}: {1} is set to state {2}" msgstr "{0}: {1} est passé au statut {2}" @@ -31575,11 +31759,11 @@ msgstr "" msgid "{} Complete" msgstr "{} Achevée" -#: frappe/utils/data.py:2150 +#: frappe/utils/data.py:2164 msgid "{} Invalid python code on line {}" msgstr "" -#: frappe/utils/data.py:2159 +#: frappe/utils/data.py:2173 msgid "{} Possibly invalid python code.
    {}" msgstr "" @@ -31597,28 +31781,28 @@ msgstr "" msgid "{} field cannot be empty." msgstr "" -#: frappe/email/doctype/email_account/email_account.py:198 -#: frappe/email/doctype/email_account/email_account.py:206 +#: frappe/email/doctype/email_account/email_account.py:199 +#: frappe/email/doctype/email_account/email_account.py:207 msgid "{} has been disabled. It can only be enabled if {} is checked." msgstr "" -#: frappe/utils/data.py:102 +#: frappe/utils/data.py:103 msgid "{} is not a valid date string." msgstr "{} n'est pas une chaîne de date valide." -#: frappe/commands/utils.py:527 +#: frappe/commands/utils.py:528 msgid "{} not found in PATH! This is required to access the console." msgstr "" -#: frappe/database/db_manager.py:94 +#: frappe/database/db_manager.py:95 msgid "{} not found in PATH! This is required to restore the database." msgstr "" -#: frappe/utils/backups.py:455 +#: frappe/utils/backups.py:458 msgid "{} not found in PATH! This is required to take a backup." msgstr "" #: frappe/public/js/frappe/file_uploader/FileBrowser.vue:5 #: frappe/public/js/frappe/file_uploader/WebLink.vue:4 msgid "← Back to upload files" -msgstr "" \ No newline at end of file +msgstr "" diff --git a/frappe/locale/hu.po b/frappe/locale/hu.po new file mode 100644 index 000000000000..d155abeeafaf --- /dev/null +++ b/frappe/locale/hu.po @@ -0,0 +1,31674 @@ +msgid "" +msgstr "" +"Project-Id-Version: frappe\n" +"Report-Msgid-Bugs-To: developers@frappe.io\n" +"POT-Creation-Date: 2024-12-01 17:58+0000\n" +"PO-Revision-Date: 2024-12-04 19:52\n" +"Last-Translator: developers@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.frappe] version-15-hotfix/frappe/locale/main.pot\n" +"X-Crowdin-File-ID: 66\n" +"Language: hu_HU\n" + +#: frappe/templates/emails/download_data.html:9 +msgid " to your browser" +msgstr "" + +#. Option for the 'Condition' (Select) field in DocType 'Document Naming Rule +#. Condition' +#: frappe/core/doctype/document_naming_rule_condition/document_naming_rule_condition.json +msgid "!=" +msgstr "" + +#. Description of the 'Org History Heading' (Data) field in DocType 'About Us +#. Settings' +#: frappe/website/doctype/about_us_settings/about_us_settings.json +msgid "\"Company History\"" +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:202 +msgid "\"Parent\" signifies the parent table in which this row must be added" +msgstr "" + +#. Description of the 'Team Members Heading' (Data) field in DocType 'About Us +#. Settings' +#: frappe/website/doctype/about_us_settings/about_us_settings.json +msgid "\"Team Members\" or \"Management\"" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:1021 +msgid "\"amended_from\" field must be present to do an amendment." +msgstr "" + +#: frappe/utils/csvutils.py:221 +msgid "\"{0}\" is not a valid Google Sheets URL" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/tag_utils.js:22 +#: frappe/public/js/frappe/ui/toolbar/tag_utils.js:23 +msgid "#{0}" +msgstr "" + +#: frappe/core/report/database_storage_usage_by_tables/database_storage_usage_by_tables.js:36 +msgid "${values.doctype_name} has been added to queue for optimization" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/about.js:8 +msgid "© Frappe Technologies Pvt. Ltd. and contributors" +msgstr "" + +#. Label of a Code field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "<head> HTML" +msgstr "" + +#: frappe/public/js/form_builder/store.js:206 +msgid "'In Global Search' is not allowed for field {0} of type {1}" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1316 +msgid "'In Global Search' not allowed for type {0} in row {1}" +msgstr "" + +#: frappe/public/js/form_builder/store.js:198 +msgid "'In List View' is not allowed for field {0} of type {1}" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.py:359 +msgid "'In List View' not allowed for type {0} in row {1}" +msgstr "" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:154 +msgid "'Recipients' not specified" +msgstr "" + +#: frappe/utils/__init__.py:242 +msgid "'{0}' is not a valid URL" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1310 +msgid "'{0}' not allowed for type {1} in row {2}" +msgstr "" + +#: frappe/public/js/frappe/data_import/data_exporter.js:302 +msgid "(Mandatory)" +msgstr "" + +#: frappe/model/rename_doc.py:699 +msgid "** Failed: {0} to {1}: {2}" +msgstr "" + +#: frappe/public/js/frappe/list/list_settings.js:135 +#: frappe/public/js/frappe/views/kanban/kanban_settings.js:111 +msgid "+ Add / Remove Fields" +msgstr "" + +#. Description of the 'Doc Status' (Select) field in DocType 'Workflow Document +#. State' +#: frappe/workflow/doctype/workflow_document_state/workflow_document_state.json +msgid "0 - Draft; 1 - Submitted; 2 - Cancelled" +msgstr "" + +#. Description of the 'Priority' (Int) field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "0 is highest" +msgstr "" + +#: frappe/public/js/frappe/form/grid_row.js:807 +msgid "1 = True & 0 = False" +msgstr "" + +#. Description of the 'Fraction Units' (Int) field in DocType 'Currency' +#: frappe/geo/doctype/currency/currency.json +msgid "1 Currency = [?] Fraction\n" +"For e.g. 1 USD = 100 Cent" +msgstr "" + +#: frappe/public/js/frappe/form/reminders.js:19 +msgid "1 Day" +msgstr "" + +#: frappe/integrations/doctype/google_calendar/google_calendar.py:361 +msgid "1 Google Calendar Event synced." +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:882 +msgid "1 Report" +msgstr "" + +#: frappe/website/doctype/blog_post/blog_post.py:374 +msgid "1 comment" +msgstr "" + +#: frappe/tests/test_utils.py:646 +msgid "1 day ago" +msgstr "" + +#: frappe/public/js/frappe/form/reminders.js:17 +msgid "1 hour" +msgstr "" + +#: frappe/public/js/frappe/utils/pretty_date.js:52 +#: frappe/tests/test_utils.py:644 +msgid "1 hour ago" +msgstr "" + +#: frappe/public/js/frappe/utils/pretty_date.js:48 +#: frappe/tests/test_utils.py:642 +msgid "1 minute ago" +msgstr "" + +#: frappe/public/js/frappe/utils/pretty_date.js:66 +#: frappe/tests/test_utils.py:650 +msgid "1 month ago" +msgstr "" + +#: frappe/public/js/print_format_builder/PrintFormat.vue:3 +msgid "1 of 2" +msgstr "" + +#: frappe/public/js/frappe/data_import/data_exporter.js:227 +msgid "1 record will be exported" +msgstr "" + +#: frappe/tests/test_utils.py:641 +msgid "1 second ago" +msgstr "" + +#: frappe/public/js/frappe/utils/pretty_date.js:62 +#: frappe/tests/test_utils.py:648 +msgid "1 week ago" +msgstr "" + +#: frappe/public/js/frappe/utils/pretty_date.js:70 +#: frappe/tests/test_utils.py:652 +msgid "1 year ago" +msgstr "" + +#: frappe/tests/test_utils.py:645 +msgid "2 hours ago" +msgstr "" + +#: frappe/tests/test_utils.py:651 +msgid "2 months ago" +msgstr "" + +#: frappe/tests/test_utils.py:649 +msgid "2 weeks ago" +msgstr "" + +#: frappe/tests/test_utils.py:653 +msgid "2 years ago" +msgstr "" + +#: frappe/tests/test_utils.py:643 +msgid "3 minutes ago" +msgstr "" + +#: frappe/public/js/frappe/form/reminders.js:16 +msgid "30 minutes" +msgstr "" + +#: frappe/public/js/frappe/form/reminders.js:18 +msgid "4 hours" +msgstr "" + +#: frappe/public/js/frappe/data_import/data_exporter.js:37 +msgid "5 Records" +msgstr "" + +#: frappe/tests/test_utils.py:647 +msgid "5 days ago" +msgstr "" + +#: frappe/desk/doctype/bulk_update/bulk_update.py:38 +msgid "; not allowed in condition" +msgstr "" + +#. Option for the 'Condition' (Select) field in DocType 'Document Naming Rule +#. Condition' +#: frappe/core/doctype/document_naming_rule_condition/document_naming_rule_condition.json +msgid "<" +msgstr "" + +#. Option for the 'Condition' (Select) field in DocType 'Document Naming Rule +#. Condition' +#: frappe/core/doctype/document_naming_rule_condition/document_naming_rule_condition.json +msgid "<=" +msgstr "" + +#: frappe/public/js/frappe/widgets/widget_dialog.js:569 +msgid "{0} is not a valid URL" +msgstr "" + +#. Content of the 'Help' (HTML) field in DocType 'Property Setter' +#: frappe/custom/doctype/property_setter/property_setter.json +msgid "

    " +msgstr "" + +#. Content of the 'Help HTML' (HTML) field in DocType 'Document Naming +#. Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "
    \n" +" Edit list of Series in the box. Rules:\n" +"
      \n" +"
    • Each Series Prefix on a new line.
    • \n" +"
    • Allowed special characters are \"/\" and \"-\"
    • \n" +"
    • \n" +" Optionally, set the number of digits in the series using dot (.)\n" +" followed by hashes (#). For example, \".####\" means that the series\n" +" will have four digits. Default is five digits.\n" +"
    • \n" +"
    • \n" +" You can also use variables in the series name by putting them\n" +" between (.) dots\n" +"
      \n" +" Supported Variables:\n" +"
        \n" +"
      • .YYYY. - Year in 4 digits
      • \n" +"
      • .YY. - Year in 2 digits
      • \n" +"
      • .MM. - Month
      • \n" +"
      • .DD. - Day of month
      • \n" +"
      • .WW. - Week of the year
      • \n" +"
      • .FY. - Fiscal Year
      • \n" +"
      • \n" +" .{fieldname}. - fieldname on the document e.g.\n" +" branch\n" +"
      • \n" +"
      \n" +"
    • \n" +"
    \n" +" Examples:\n" +"
      \n" +"
    • INV-
    • \n" +"
    • INV-10-
    • \n" +"
    • INVK-
    • \n" +"
    • INV-.YYYY.-.{branch}.-.MM.-.####
    • \n" +"
    \n" +"
    \n" +"
    \n" +msgstr "" + +#. Content of the 'Custom HTML Help' (HTML) field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "

    Custom CSS Help

    \n\n" +"

    Notes:

    \n\n" +"
      \n" +"
    1. All field groups (label + value) are set attributes data-fieldtype and data-fieldname
    2. \n" +"
    3. All values are given class value
    4. \n" +"
    5. All Section Breaks are given class section-break
    6. \n" +"
    7. All Column Breaks are given class column-break
    8. \n" +"
    \n\n" +"

    Examples

    \n\n" +"

    1. Left align integers

    \n\n" +"
    [data-fieldtype=\"Int\"] .value { text-align: left; }
    \n\n" +"

    1. Add border to sections except the last section

    \n\n" +"
    .section-break { padding: 30px 0px; border-bottom: 1px solid #eee; }\n"
    +".section-break:last-child { padding-bottom: 0px; border-bottom: 0px;  }
    \n" +msgstr "" + +#. Content of the 'Print Format Help' (HTML) field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +#, python-format +msgid "

    Print Format Help

    \n" +"
    \n" +"

    Introduction

    \n" +"

    Print Formats are rendered on the server side using the Jinja Templating Language. All forms have access to the doc object which contains information about the document that is being formatted. You can also access common utilities via the frappe module.

    \n" +"

    For styling, the Boostrap CSS framework is provided and you can enjoy the full range of classes.

    \n" +"
    \n" +"

    References

    \n" +"
      \n" +"\t
    1. Jinja Templating Language
    2. \n" +"\t
    3. Bootstrap CSS Framework
    4. \n" +"
    \n" +"
    \n" +"

    Example

    \n" +"
    <h3>{{ doc.select_print_heading or \"Invoice\" }}</h3>\n"
    +"<div class=\"row\">\n"
    +"\t<div class=\"col-md-3 text-right\">Customer Name</div>\n"
    +"\t<div class=\"col-md-9\">{{ doc.customer_name }}</div>\n"
    +"</div>\n"
    +"<div class=\"row\">\n"
    +"\t<div class=\"col-md-3 text-right\">Date</div>\n"
    +"\t<div class=\"col-md-9\">{{ doc.get_formatted(\"invoice_date\") }}</div>\n"
    +"</div>\n"
    +"<table class=\"table table-bordered\">\n"
    +"\t<tbody>\n"
    +"\t\t<tr>\n"
    +"\t\t\t<th>Sr</th>\n"
    +"\t\t\t<th>Item Name</th>\n"
    +"\t\t\t<th>Description</th>\n"
    +"\t\t\t<th class=\"text-right\">Qty</th>\n"
    +"\t\t\t<th class=\"text-right\">Rate</th>\n"
    +"\t\t\t<th class=\"text-right\">Amount</th>\n"
    +"\t\t</tr>\n"
    +"\t\t{%- for row in doc.items -%}\n"
    +"\t\t<tr>\n"
    +"\t\t\t<td style=\"width: 3%;\">{{ row.idx }}</td>\n"
    +"\t\t\t<td style=\"width: 20%;\">\n"
    +"\t\t\t\t{{ row.item_name }}\n"
    +"\t\t\t\t{% if row.item_code != row.item_name -%}\n"
    +"\t\t\t\t<br>Item Code: {{ row.item_code}}\n"
    +"\t\t\t\t{%- endif %}\n"
    +"\t\t\t</td>\n"
    +"\t\t\t<td style=\"width: 37%;\">\n"
    +"\t\t\t\t<div style=\"border: 0px;\">{{ row.description }}</div></td>\n"
    +"\t\t\t<td style=\"width: 10%; text-align: right;\">{{ row.qty }} {{ row.uom or row.stock_uom }}</td>\n"
    +"\t\t\t<td style=\"width: 15%; text-align: right;\">{{\n"
    +"\t\t\t\trow.get_formatted(\"rate\", doc) }}</td>\n"
    +"\t\t\t<td style=\"width: 15%; text-align: right;\">{{\n"
    +"\t\t\t\trow.get_formatted(\"amount\", doc) }}</td>\n"
    +"\t\t</tr>\n"
    +"\t\t{%- endfor -%}\n"
    +"\t</tbody>\n"
    +"</table>
    \n" +"
    \n" +"

    Common Functions

    \n" +"\n" +"\t\n" +"\t\t\n" +"\t\t\t\n" +"\t\t\t\n" +"\t\t\n" +"\t\t\n" +"\t\t\t\n" +"\t\t\t\n" +"\t\t\n" +"\t\n" +"
    doc.get_formatted(\"[fieldname]\", [parent_doc])Get document value formatted as Date, Currency, etc. Pass parent doc for currency type fields.
    frappe.db.get_value(\"[doctype]\", \"[name]\", \"fieldname\")Get value from another document.
    \n" +msgstr "" + +#. Description of the 'Template' (Code) field in DocType 'Address Template' +#: frappe/contacts/doctype/address_template/address_template.json +#, python-format +msgid "

    Default Template

    \n" +"

    Uses Jinja Templating and all the fields of Address (including Custom Fields if any) will be available

    \n" +"
    {{ address_line1 }}<br>\n"
    +"{% if address_line2 %}{{ address_line2 }}<br>{% endif -%}\n"
    +"{{ city }}<br>\n"
    +"{% if state %}{{ state }}<br>{% endif -%}\n"
    +"{% if pincode %} PIN:  {{ pincode }}<br>{% endif -%}\n"
    +"{{ country }}<br>\n"
    +"{% if phone %}Phone: {{ phone }}<br>{% endif -%}\n"
    +"{% if fax %}Fax: {{ fax }}<br>{% endif -%}\n"
    +"{% if email_id %}Email: {{ email_id }}<br>{% endif -%}\n"
    +"
    " +msgstr "" + +#. Content of the 'Email Reply Help' (HTML) field in DocType 'Email Template' +#: frappe/email/doctype/email_template/email_template.json +msgid "

    Email Reply Example

    \n\n" +"
    Order Overdue\n\n"
    +"Transaction {{ name }} has exceeded Due Date. Please take necessary action.\n\n"
    +"Details\n\n"
    +"- Customer: {{ customer }}\n"
    +"- Amount: {{ grand_total }}\n"
    +"
    \n\n" +"

    How to get fieldnames

    \n\n" +"

    The fieldnames you can use in your email template are the fields in the document from which you are sending the email. You can find out the fields of any documents via Setup > Customize Form View and selecting the document type (e.g. Sales Invoice)

    \n\n" +"

    Templating

    \n\n" +"

    Templates are compiled using the Jinja Templating Language. To learn more about Jinja, read this documentation.

    \n" +msgstr "" + +#. Content of the 'html_5' (HTML) field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "
    Or
    " +msgstr "" + +#. Content of the 'Message Examples' (HTML) field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +#, python-format +msgid "
    Message Example
    \n\n" +"
    <h3>Order Overdue</h3>\n\n"
    +"<p>Transaction {{ doc.name }} has exceeded Due Date. Please take necessary action.</p>\n\n"
    +"<!-- show last comment -->\n"
    +"{% if comments %}\n"
    +"Last comment: {{ comments[-1].comment }} by {{ comments[-1].by }}\n"
    +"{% endif %}\n\n"
    +"<h4>Details</h4>\n\n"
    +"<ul>\n"
    +"<li>Customer: {{ doc.customer }}\n"
    +"<li>Amount: {{ doc.grand_total }}\n"
    +"</ul>\n"
    +"
    " +msgstr "" + +#. Content of the 'html_condition' (HTML) field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "

    Condition Examples:

    \n" +"
    doc.status==\"Open\"
    doc.due_date==nowdate()
    doc.total > 40000\n" +"
    " +msgstr "" + +#. Content of the 'html_7' (HTML) field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "

    Condition Examples:

    \n" +"
    doc.status==\"Open\"
    doc.due_date==nowdate()
    doc.total > 40000\n" +"
    \n" +msgstr "" + +#. Content of the 'Condition description' (HTML) field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "

    Multiple webforms can be created for a single doctype. Add filters specific to this webform to display correct record after submission.

    For Example:

    \n" +"

    If you create a separate webform every year to capture feedback from employees add a \n" +" field named year in doctype and add a filter year = 2023

    \n" +msgstr "" + +#. Description of the 'Context Script' (Code) field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "

    Set context before rendering a template. Example:

    \n" +"

    \n"
    +"context.project = frappe.get_doc(\"Project\", frappe.form_dict.name)\n"
    +"
    " +msgstr "" + +#. Content of the 'JS Message' (HTML) field in DocType 'Custom HTML Block' +#: frappe/desk/doctype/custom_html_block/custom_html_block.json +msgid "

    To interact with above HTML you will have to use `root_element` as a parent selector.

    For example:

    // here root_element is provided by default\n"
    +"let some_class_element = root_element.querySelector('.some-class');\n"
    +"some_class_element.textContent = \"New content\";\n"
    +"
    " +msgstr "" + +#: frappe/twofactor.py:447 +msgid "

    Your OTP secret on {0} has been reset. If you did not perform this reset and did not request it, please contact your System Administrator immediately.

    " +msgstr "" + +#. Description of the 'Cron Format' (Data) field in DocType 'Scheduled Job +#. Type' +#. Description of the 'Cron Format' (Data) field in DocType 'Server Script' +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +#: frappe/core/doctype/server_script/server_script.json +msgid "
    *  *  *  *  *\n"
    +"┬  ┬  ┬  ┬  ┬\n"
    +"│  │  │  │  │\n"
    +"│  │  │  │  └ day of week (0 - 6) (0 is Sunday)\n"
    +"│  │  │  └───── month (1 - 12)\n"
    +"│  │  └────────── day of month (1 - 31)\n"
    +"│  └─────────────── hour (0 - 23)\n"
    +"└──────────────────── minute (0 - 59)\n\n"
    +"---\n\n"
    +"* - Any value\n"
    +"/ - Step values\n"
    +"
    \n" +msgstr "" + +#. Content of the 'Example' (HTML) field in DocType 'Workflow Transition' +#: frappe/workflow/doctype/workflow_transition/workflow_transition.json +msgid "
    doc.grand_total > 0
    \n\n" +"

    Conditions should be written in simple Python. Please use properties available in the form only.

    \n" +"

    Allowed functions:\n" +"

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

    Example:

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

    " +msgstr "" + +#. Header text in the Welcome Workspace Workspace +#: frappe/core/workspace/welcome_workspace/welcome_workspace.json +msgid "Hi," +msgstr "" + +#. Header text in the Tools Workspace +#: frappe/automation/workspace/tools/tools.json +msgid "Documents" +msgstr "" + +#. Header text in the Website Workspace +#: frappe/website/workspace/website/website.json +msgid "Reports & Masters" +msgstr "" + +#. Header text in the Users Workspace +#. Header text in the Integrations Workspace +#: frappe/core/workspace/users/users.json +#: frappe/integrations/workspace/integrations/integrations.json +msgid "Reports & Masters" +msgstr "" + +#. Header text in the Tools Workspace +#. Header text in the Users Workspace +#. Header text in the Website Workspace +#: frappe/automation/workspace/tools/tools.json +#: frappe/core/workspace/users/users.json +#: frappe/website/workspace/website/website.json +msgid "Your Shortcuts" +msgstr "" + +#. Header text in the Build Workspace +#: frappe/core/workspace/build/build.json +msgid "Components to build your app" +msgstr "" + +#. Header text in the Build Workspace +#: frappe/core/workspace/build/build.json +msgid "Get started
    " +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.js:39 +msgid "Warning: This field is system generated and may be overwritten by a future update. Modify it using {0} instead." +msgstr "" + +#. Option for the 'Condition' (Select) field in DocType 'Document Naming Rule +#. Condition' +#: frappe/core/doctype/document_naming_rule_condition/document_naming_rule_condition.json +msgid "=" +msgstr "" + +#. Option for the 'Condition' (Select) field in DocType 'Document Naming Rule +#. Condition' +#: frappe/core/doctype/document_naming_rule_condition/document_naming_rule_condition.json +msgid ">" +msgstr "" + +#. Option for the 'Condition' (Select) field in DocType 'Document Naming Rule +#. Condition' +#: frappe/core/doctype/document_naming_rule_condition/document_naming_rule_condition.json +msgid ">=" +msgstr "" + +#. Description of the Onboarding Step 'Custom Document Types' +#: frappe/custom/onboarding_step/custom_doctype/custom_doctype.json +msgid "A DocType (Document Type) is used to insert forms in ERPNext. Forms such as Customer, Orders, and Invoices are Doctypes in the backend. You can also create new DocTypes to create new forms in ERPNext as per your business needs." +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1010 +msgid "A DocType's name should start with a letter and can only consist of letters, numbers, spaces, underscores and hyphens" +msgstr "" + +#: frappe/website/doctype/blog_post/blog_post.py:93 +msgid "A featured post must have a cover image" +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.py:174 +msgid "A field with the name {0} already exists in {1}" +msgstr "" + +#: frappe/core/doctype/file/file.py:253 +msgid "A file with same name {} already exists" +msgstr "" + +#. Description of the 'Scopes' (Text) field in DocType 'OAuth Client' +#: frappe/integrations/doctype/oauth_client/oauth_client.json +msgid "A list of resources which the Client App will have access to after the user allows it.
    e.g. project" +msgstr "" + +#: frappe/templates/emails/new_user.html:5 +msgid "A new account has been created for you at {0}" +msgstr "" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:393 +msgid "A recurring {0} {1} has been created for you via Auto Repeat {2}." +msgstr "" + +#. Description of the 'Symbol' (Data) field in DocType 'Currency' +#: frappe/geo/doctype/currency/currency.json +msgid "A symbol for this currency. For e.g. $" +msgstr "" + +#: frappe/printing/doctype/print_format_field_template/print_format_field_template.py:49 +msgid "A template already exists for field {0} of {1}" +msgstr "" + +#: frappe/utils/password_strength.py:165 +msgid "A word by itself is easy to guess." +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "A0" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "A1" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "A2" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "A3" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "A4" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "A5" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "A6" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "A7" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "A8" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "A9" +msgstr "" + +#. Option for the 'Email Sync Option' (Select) field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "ALL" +msgstr "" + +#. Option for the 'Script Type' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "API" +msgstr "" + +#. Label of a Section Break field in DocType 'User' +#. Label of a Section Break field in DocType 'S3 Backup Settings' +#: frappe/core/doctype/user/user.json +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +msgid "API Access" +msgstr "" + +#. Label of a Data field in DocType 'Social Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "API Endpoint" +msgstr "" + +#. Label of a Code field in DocType 'Social Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "API Endpoint Args" +msgstr "" + +#. Label of a Data field in DocType 'User' +#. Label of a Data field in DocType 'Google Settings' +#. Label of a Section Break field in DocType 'Google Settings' +#. Label of a Data field in DocType 'Push Notification Settings' +#: frappe/core/doctype/user/user.json +#: frappe/integrations/doctype/google_settings/google_settings.json +#: frappe/integrations/doctype/push_notification_settings/push_notification_settings.json +msgid "API Key" +msgstr "" + +#. Description of the 'Authentication' (Section Break) field in DocType 'Push +#. Notification Settings' +#: frappe/integrations/doctype/push_notification_settings/push_notification_settings.json +msgid "API Key and Secret to interact with the relay server. These will be auto-generated when the first push notification is sent from any of the apps installed on this site." +msgstr "" + +#. Description of the 'API Key' (Data) field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "API Key cannot be regenerated" +msgstr "" + +#. Label of a Data field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "API Method" +msgstr "" + +#. Label of a Password field in DocType 'User' +#. Label of a Password field in DocType 'Push Notification Settings' +#: frappe/core/doctype/user/user.json +#: frappe/integrations/doctype/push_notification_settings/push_notification_settings.json +msgid "API Secret" +msgstr "" + +#. Option for the 'Default Sort Order' (Select) field in DocType 'DocType' +#. Option for the 'Sort Order' (Select) field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "ASC" +msgstr "" + +#. Label of a standard help item +#. Type: Action +#: frappe/hooks.py +msgid "About" +msgstr "" + +#: frappe/www/about.html:11 frappe/www/about.html:18 +msgid "About Us" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Website Workspace +#: frappe/website/doctype/about_us_settings/about_us_settings.json +#: frappe/website/workspace/website/website.json +msgid "About Us Settings" +msgstr "" + +#. Name of a DocType +#: frappe/website/doctype/about_us_team_member/about_us_team_member.json +msgid "About Us Team Member" +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:27 +msgid "About {0} minute remaining" +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:28 +msgid "About {0} minutes remaining" +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:25 +msgid "About {0} seconds remaining" +msgstr "" + +#. Label of a Section Break field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Access Control" +msgstr "" + +#. Label of a Data field in DocType 'S3 Backup Settings' +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +msgid "Access Key ID" +msgstr "" + +#. Label of a Password field in DocType 'S3 Backup Settings' +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +msgid "Access Key Secret" +msgstr "" + +#. Name of a DocType +#. Linked DocType in User's connections +#. Label of a Link in the Users Workspace +#: frappe/core/doctype/access_log/access_log.json +#: frappe/core/doctype/user/user.json frappe/core/workspace/users/users.json +msgid "Access Log" +msgstr "" + +#. Label of a Data field in DocType 'OAuth Bearer Token' +#. Label of a Password field in DocType 'Token Cache' +#: frappe/integrations/doctype/oauth_bearer_token/oauth_bearer_token.json +#: frappe/integrations/doctype/token_cache/token_cache.json +msgid "Access Token" +msgstr "" + +#. Label of a Data field in DocType 'Social Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Access Token URL" +msgstr "" + +#: frappe/auth.py:475 +msgid "Access not allowed from this IP Address" +msgstr "" + +#. Label of a Section Break field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Account" +msgstr "" + +#. Label of a Section Break field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Account Deletion Settings" +msgstr "" + +#. Name of a role +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/contacts/doctype/contact/contact.json +#: frappe/geo/doctype/currency/currency.json +msgid "Accounts Manager" +msgstr "" + +#. Name of a role +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/contacts/doctype/address/address.json +#: frappe/contacts/doctype/contact/contact.json +#: frappe/geo/doctype/currency/currency.json +msgid "Accounts User" +msgstr "" + +#. Label of a Select field in DocType 'Amended Document Naming Settings' +#. Option for the 'Item Type' (Select) field in DocType 'Navbar Item' +#. Label of a Data field in DocType 'Navbar Item' +#. Label of a Select field in DocType 'Onboarding Step' +#. Label of a Select field in DocType 'Email Flag Queue' +#. Label of a Link field in DocType 'Workflow Transition' +#: frappe/core/doctype/amended_document_naming_settings/amended_document_naming_settings.json +#: frappe/core/doctype/navbar_item/navbar_item.json +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +#: frappe/email/doctype/email_flag_queue/email_flag_queue.json +#: frappe/email/doctype/email_group/email_group.js:34 +#: frappe/email/doctype/email_group/email_group.js:63 +#: frappe/email/doctype/email_group/email_group.js:72 +#: frappe/printing/page/print_format_builder_beta/print_format_builder_beta.js:37 +#: frappe/public/js/frappe/form/sidebar/review.js:59 +#: frappe/workflow/doctype/workflow_transition/workflow_transition.json +#: frappe/workflow/page/workflow_builder/workflow_builder.js:37 +msgid "Action" +msgstr "" + +#. Label of a Small Text field in DocType 'DocType Action' +#: frappe/core/doctype/doctype_action/doctype_action.json +msgid "Action / Route" +msgstr "" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:310 +#: frappe/public/js/frappe/widgets/onboarding_widget.js:381 +msgid "Action Complete" +msgstr "" + +#: frappe/model/document.py:1683 +msgid "Action Failed" +msgstr "" + +#. Label of a Data field in DocType 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Action Label" +msgstr "" + +#. Label of a Int field in DocType 'Success Action' +#: frappe/core/doctype/success_action/success_action.json +msgid "Action Timeout (Seconds)" +msgstr "" + +#. Label of a Select field in DocType 'DocType Action' +#: frappe/core/doctype/doctype_action/doctype_action.json +msgid "Action Type" +msgstr "" + +#: frappe/core/doctype/submission_queue/submission_queue.py:120 +msgid "Action {0} completed successfully on {1} {2}. View it {3}" +msgstr "" + +#: frappe/core/doctype/submission_queue/submission_queue.py:116 +msgid "Action {0} failed on {1} {2}. View it {3}" +msgstr "" + +#. Label of a Section Break field in DocType 'DocType' +#. Label of a Table field in DocType 'DocType' +#. Label of a Table field in DocType 'Customize Form' +#: frappe/core/doctype/communication/communication.js:66 +#: frappe/core/doctype/communication/communication.js:74 +#: frappe/core/doctype/communication/communication.js:82 +#: frappe/core/doctype/communication/communication.js:90 +#: frappe/core/doctype/communication/communication.js:99 +#: frappe/core/doctype/communication/communication.js:108 +#: frappe/core/doctype/communication/communication.js:131 +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/rq_job/rq_job_list.js:14 +#: frappe/core/doctype/rq_job/rq_job_list.js:39 +#: frappe/core/report/database_storage_usage_by_tables/database_storage_usage_by_tables.js:48 +#: frappe/custom/doctype/customize_form/customize_form.js:108 +#: frappe/custom/doctype/customize_form/customize_form.js:116 +#: frappe/custom/doctype/customize_form/customize_form.js:124 +#: frappe/custom/doctype/customize_form/customize_form.js:132 +#: frappe/custom/doctype/customize_form/customize_form.js:140 +#: frappe/custom/doctype/customize_form/customize_form.js:148 +#: frappe/custom/doctype/customize_form/customize_form.js:283 +#: frappe/custom/doctype/customize_form/customize_form.json +#: frappe/public/js/frappe/ui/page.html:56 +#: frappe/public/js/frappe/views/reports/query_report.js:191 +#: frappe/public/js/frappe/views/reports/query_report.js:204 +#: frappe/public/js/frappe/views/reports/query_report.js:214 +#: frappe/public/js/frappe/views/reports/query_report.js:776 +msgid "Actions" +msgstr "" + +#. Label of a Check field in DocType 'Package Import' +#: frappe/core/doctype/package_import/package_import.json +msgid "Activate" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Auto Repeat' +#. Option for the 'Status' (Select) field in DocType 'Kanban Board Column' +#. Option for the 'Status' (Select) field in DocType 'OAuth Bearer Token' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/core/doctype/recorder/recorder_list.js:207 +#: frappe/core/doctype/user/user_list.js:12 +#: frappe/desk/doctype/kanban_board_column/kanban_board_column.json +#: frappe/integrations/doctype/oauth_bearer_token/oauth_bearer_token.json +#: frappe/workflow/doctype/workflow/workflow_list.js:5 +msgid "Active" +msgstr "" + +#. Option for the 'Directory Server' (Select) field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "Active Directory" +msgstr "" + +#. Label of a Section Break field in DocType 'Domain Settings' +#. Label of a Table field in DocType 'Domain Settings' +#: frappe/core/doctype/domain_settings/domain_settings.json +msgid "Active Domains" +msgstr "" + +#. Label of a Int field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +#: frappe/www/third_party_apps.html:32 +msgid "Active Sessions" +msgstr "" + +#. Group in User's connections +#: frappe/core/doctype/user/user.json +#: frappe/public/js/frappe/form/dashboard.js:22 +#: frappe/public/js/frappe/form/footer/form_timeline.js:60 +msgid "Activity" +msgstr "" + +#. Name of a DocType +#. Linked DocType in User's connections +#. Label of a Link in the Build Workspace +#. Label of a Link in the Users Workspace +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/user/user.json frappe/core/workspace/build/build.json +#: frappe/core/workspace/users/users.json +msgid "Activity Log" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager.js:475 +#: frappe/email/doctype/email_group/email_group.js:60 +#: frappe/public/js/frappe/form/grid_row.js:470 +#: frappe/public/js/frappe/form/sidebar/assign_to.js:100 +#: frappe/public/js/frappe/form/templates/set_sharing.html:68 +#: frappe/public/js/frappe/list/bulk_operations.js:437 +#: frappe/public/js/frappe/views/dashboard/dashboard_view.js:440 +#: frappe/public/js/frappe/views/reports/query_report.js:266 +#: frappe/public/js/frappe/views/reports/query_report.js:294 +#: frappe/public/js/frappe/widgets/widget_dialog.js:30 +msgid "Add" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:266 +msgctxt "Primary action in list view" +msgid "Add" +msgstr "" + +#: frappe/public/js/frappe/form/grid_row.js:430 +msgid "Add / Remove Columns" +msgstr "" + +#: frappe/core/doctype/user_permission/user_permission_list.js:4 +msgid "Add / Update" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager.js:435 +msgid "Add A New Rule" +msgstr "" + +#: frappe/public/js/frappe/views/communication.js:586 +#: frappe/public/js/frappe/views/interaction.js:159 +msgid "Add Attachment" +msgstr "" + +#. Label of a Check field in DocType 'Web Page Block' +#: frappe/website/doctype/web_page_block/web_page_block.json +msgid "Add Background Image" +msgstr "" + +#. Title of an Onboarding Step +#: frappe/website/onboarding_step/add_blog_category/add_blog_category.json +msgid "Add Blog Category" +msgstr "" + +#. Label of a Check field in DocType 'Web Page Block' +#: frappe/website/doctype/web_page_block/web_page_block.json +msgid "Add Border at Bottom" +msgstr "" + +#. Label of a Check field in DocType 'Web Page Block' +#: frappe/website/doctype/web_page_block/web_page_block.json +msgid "Add Border at Top" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:210 +msgid "Add Chart to Dashboard" +msgstr "" + +#: frappe/public/js/frappe/views/treeview.js:267 +msgid "Add Child" +msgstr "" + +#: frappe/public/js/frappe/views/kanban/kanban_board.html:4 +#: frappe/public/js/frappe/views/reports/query_report.js:1690 +#: frappe/public/js/frappe/views/reports/query_report.js:1693 +#: frappe/public/js/frappe/views/reports/report_view.js:325 +#: frappe/public/js/frappe/views/reports/report_view.js:350 +#: frappe/public/js/print_format_builder/Field.vue:112 +msgid "Add Column" +msgstr "" + +#: frappe/core/doctype/communication/communication.js:127 +msgid "Add Contact" +msgstr "" + +#: frappe/desk/doctype/event/event.js:38 +msgid "Add Contacts" +msgstr "" + +#. Label of a Check field in DocType 'Web Page Block' +#: frappe/website/doctype/web_page_block/web_page_block.json +msgid "Add Container" +msgstr "" + +#. Label of a Button field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "Add Custom Tags" +msgstr "" + +#: frappe/public/js/frappe/widgets/widget_dialog.js:159 +#: frappe/public/js/frappe/widgets/widget_dialog.js:688 +msgid "Add Filters" +msgstr "" + +#. Label of a Check field in DocType 'Web Page Block' +#: frappe/website/doctype/web_page_block/web_page_block.json +msgid "Add Gray Background" +msgstr "" + +#: frappe/public/js/frappe/ui/group_by/group_by.js:230 +#: frappe/public/js/frappe/ui/group_by/group_by.js:418 +msgid "Add Group" +msgstr "" + +#: frappe/core/doctype/recorder/recorder.js:30 +msgid "Add Indexes" +msgstr "" + +#: frappe/public/js/frappe/form/grid.js:63 +msgid "Add Multiple" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager.js:438 +msgid "Add New Permission Rule" +msgstr "" + +#: frappe/desk/doctype/event/event.js:35 frappe/desk/doctype/event/event.js:42 +msgid "Add Participants" +msgstr "" + +#. Label of a Check field in DocType 'Email Group' +#: frappe/email/doctype/email_group/email_group.json +msgid "Add Query Parameters" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/review.js:45 +msgid "Add Review" +msgstr "" + +#: frappe/core/doctype/user/user.py:751 +msgid "Add Roles" +msgstr "" + +#: frappe/public/js/frappe/form/grid.js:63 +msgid "Add Row" +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/public/js/frappe/views/communication.js:121 +msgid "Add Signature" +msgstr "" + +#. Label of a Check field in DocType 'Web Page Block' +#: frappe/website/doctype/web_page_block/web_page_block.json +msgid "Add Space at Bottom" +msgstr "" + +#. Label of a Check field in DocType 'Web Page Block' +#: frappe/website/doctype/web_page_block/web_page_block.json +msgid "Add Space at Top" +msgstr "" + +#: frappe/email/doctype/email_group/email_group.js:38 +#: frappe/email/doctype/email_group/email_group.js:59 +msgid "Add Subscribers" +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:425 +msgid "Add Tags" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1903 +msgctxt "Button in list view actions menu" +msgid "Add Tags" +msgstr "" + +#: frappe/public/js/frappe/views/communication.js:418 +msgid "Add Template" +msgstr "" + +#. Label of a Check field in DocType 'Report' +#: frappe/core/doctype/report/report.json +msgid "Add Total Row" +msgstr "" + +#. Label of a Check field in DocType 'Email Queue' +#: frappe/email/doctype/email_queue/email_queue.json +msgid "Add Unsubscribe Link" +msgstr "" + +#: frappe/core/doctype/user_permission/user_permission_list.js:6 +msgid "Add User Permissions" +msgstr "" + +#. Label of a Check field in DocType 'Event' +#: frappe/desk/doctype/event/event.json +msgid "Add Video Conferencing" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter_list.js:298 +msgid "Add a Filter" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:9 +msgid "Add a New Role" +msgstr "" + +#: frappe/public/js/frappe/form/form_tour.js:205 +msgid "Add a Row" +msgstr "" + +#: frappe/templates/includes/comments/comments.html:30 +#: frappe/templates/includes/comments/comments.html:47 +msgid "Add a comment" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder_layout.html:28 +#: frappe/public/js/form_builder/components/Tabs.vue:192 +msgid "Add a new section" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:192 +msgid "Add a row above the current row" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:204 +msgid "Add a row at the bottom" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:200 +msgid "Add a row at the top" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:196 +msgid "Add a row below the current row" +msgstr "" + +#: frappe/public/js/frappe/views/dashboard/dashboard_view.js:285 +msgid "Add a {0} Chart" +msgstr "" + +#: frappe/public/js/form_builder/components/Section.vue:271 +#: frappe/public/js/print_format_builder/PrintFormatSection.vue:115 +msgid "Add column" +msgstr "" + +#: frappe/public/js/form_builder/components/AddFieldButton.vue:9 +#: frappe/public/js/form_builder/components/AddFieldButton.vue:48 +msgid "Add field" +msgstr "" + +#: frappe/public/js/form_builder/components/Sidebar.vue:49 +#: frappe/public/js/form_builder/components/Tabs.vue:153 +msgid "Add new tab" +msgstr "" + +#: frappe/public/js/print_format_builder/PrintFormatSection.vue:125 +msgid "Add page break" +msgstr "" + +#: frappe/custom/doctype/client_script/client_script.js:16 +msgid "Add script for Child Table" +msgstr "" + +#: frappe/public/js/print_format_builder/PrintFormatSection.vue:111 +msgid "Add section above" +msgstr "" + +#: frappe/public/js/form_builder/components/Section.vue:265 +msgid "Add section below" +msgstr "" + +#: frappe/public/js/form_builder/components/Sidebar.vue:52 +#: frappe/public/js/form_builder/components/Tabs.vue:157 +msgid "Add tab" +msgstr "" + +#: frappe/public/js/frappe/utils/dashboard_utils.js:263 +#: frappe/public/js/frappe/views/reports/query_report.js:252 +msgid "Add to Dashboard" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/assign_to.js:98 +msgid "Add to ToDo" +msgstr "" + +#: frappe/website/doctype/website_slideshow/website_slideshow.js:32 +msgid "Add to table" +msgstr "" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:99 +msgid "Add to this activity by mailing to {0}" +msgstr "" + +#: frappe/public/js/frappe/views/kanban/kanban_column.html:20 +msgid "Add {0}" +msgstr "" + +#. Description of the '<head> HTML' (Code) field in DocType 'Website +#. Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Added HTML in the <head> section of the web page, primarily used for website verification and SEO" +msgstr "" + +#: frappe/core/doctype/log_settings/log_settings.py:82 +msgid "Added default log doctypes: {}" +msgstr "" + +#: frappe/core/doctype/file/file.py:722 +msgid "Added {0}" +msgstr "" + +#: frappe/public/js/frappe/form/link_selector.js:180 +#: frappe/public/js/frappe/form/link_selector.js:202 +msgid "Added {0} ({1})" +msgstr "" + +#. Label of a Section Break field in DocType 'Custom DocPerm' +#. Label of a Section Break field in DocType 'DocPerm' +#. Label of a Section Break field in DocType 'User Document Type' +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/docperm/docperm.json +#: frappe/core/doctype/user_document_type/user_document_type.json +msgid "Additional Permissions" +msgstr "" + +#. Name of a DocType +#. Label of a Link field in DocType 'Contact' +#. Label of a Section Break field in DocType 'Contact Us Settings' +#. Label of a Small Text field in DocType 'Website Settings' +#: frappe/contacts/doctype/address/address.json +#: frappe/contacts/doctype/contact/contact.json +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Address" +msgstr "" + +#. Label of a Data field in DocType 'Address' +#. Label of a Data field in DocType 'Contact Us Settings' +#: frappe/contacts/doctype/address/address.json +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +msgid "Address Line 1" +msgstr "" + +#. Label of a Data field in DocType 'Address' +#. Label of a Data field in DocType 'Contact Us Settings' +#: frappe/contacts/doctype/address/address.json +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +msgid "Address Line 2" +msgstr "" + +#. Name of a DocType +#: frappe/contacts/doctype/address_template/address_template.json +msgid "Address Template" +msgstr "" + +#. Label of a Data field in DocType 'Address' +#. Label of a Data field in DocType 'Contact Us Settings' +#: frappe/contacts/doctype/address/address.json +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +msgid "Address Title" +msgstr "" + +#: frappe/contacts/doctype/address/address.py:72 +msgid "Address Title is mandatory." +msgstr "" + +#. Label of a Select field in DocType 'Address' +#: frappe/contacts/doctype/address/address.json +msgid "Address Type" +msgstr "" + +#. Description of the 'Address' (Small Text) field in DocType 'Website +#. Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Address and other legal information you may want to put in the footer." +msgstr "" + +#: frappe/contacts/doctype/address/address.py:206 +msgid "Addresses" +msgstr "" + +#. Name of a report +#: frappe/contacts/report/addresses_and_contacts/addresses_and_contacts.json +msgid "Addresses And Contacts" +msgstr "" + +#. Description of a DocType +#: frappe/custom/doctype/client_script/client_script.json +msgid "Adds a custom client script to a DocType" +msgstr "" + +#. Description of a DocType +#: frappe/custom/doctype/custom_field/custom_field.json +msgid "Adds a custom field to a DocType" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:552 +msgid "Administration" +msgstr "" + +#. Name of a role +#: frappe/contacts/doctype/salutation/salutation.json +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/domain/domain.json +#: frappe/core/doctype/module_def/module_def.json +#: frappe/core/doctype/page/page.json +#: frappe/core/doctype/patch_log/patch_log.json +#: frappe/core/doctype/recorder/recorder.json +#: frappe/core/doctype/report/report.json +#: frappe/core/doctype/rq_job/rq_job.json +#: frappe/core/doctype/transaction_log/transaction_log.json +#: frappe/core/doctype/user_type/user_type.json +#: frappe/core/doctype/version/version.json +#: frappe/custom/doctype/client_script/client_script.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/property_setter/property_setter.json +#: frappe/desk/doctype/dashboard_chart_source/dashboard_chart_source.json +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Administrator" +msgstr "" + +#: frappe/core/doctype/user/user.py:1149 +msgid "Administrator Logged In" +msgstr "" + +#: frappe/core/doctype/user/user.py:1143 +msgid "Administrator accessed {0} on {1} via IP Address {2}." +msgstr "" + +#. Label of a Section Break field in DocType 'DocType' +#. Label of a Tab Break field in DocType 'System Settings' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Advanced" +msgstr "" + +#. Label of a Section Break field in DocType 'User Permission' +#: frappe/core/doctype/user_permission/user_permission.json +msgid "Advanced Control" +msgstr "" + +#: frappe/public/js/frappe/form/controls/link.js:327 +#: frappe/public/js/frappe/form/controls/link.js:329 +msgid "Advanced Search" +msgstr "" + +#. Label of a Section Break field in DocType 'OAuth Client' +#: frappe/integrations/doctype/oauth_client/oauth_client.json +msgid "Advanced Settings" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:61 +#: frappe/public/js/frappe/ui/filters/filter.js:67 +msgid "After" +msgstr "" + +#. Option for the 'DocType Event' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "After Cancel" +msgstr "" + +#. Option for the 'DocType Event' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "After Delete" +msgstr "" + +#. Option for the 'DocType Event' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "After Insert" +msgstr "" + +#. Option for the 'DocType Event' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "After Rename" +msgstr "" + +#. Option for the 'DocType Event' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "After Save" +msgstr "" + +#. Option for the 'DocType Event' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "After Save (Submitted Document)" +msgstr "" + +#. Label of a Section Break field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "After Submission" +msgstr "" + +#. Option for the 'DocType Event' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "After Submit" +msgstr "" + +#: frappe/desk/doctype/number_card/number_card.py:59 +msgid "Aggregate Field is required to create a number card" +msgstr "" + +#. Label of a Select field in DocType 'Dashboard Chart' +#. Label of a Select field in DocType 'Number Card' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/number_card/number_card.json +msgid "Aggregate Function Based On" +msgstr "" + +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.py:399 +msgid "Aggregate Function field is required to create a dashboard chart" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Notification Log' +#: frappe/desk/doctype/notification_log/notification_log.json +msgid "Alert" +msgstr "" + +#. Label of a Card Break in the Tools Workspace +#: frappe/automation/workspace/tools/tools.json +msgid "Alerts and Notifications" +msgstr "" + +#. Label of a Select field in DocType 'Letter Head' +#: frappe/printing/doctype/letter_head/letter_head.json +msgid "Align" +msgstr "" + +#. Label of a Check field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "Align Labels to the Right" +msgstr "" + +#. Label of a Check field in DocType 'Top Bar Item' +#: frappe/website/doctype/top_bar_item/top_bar_item.json +msgid "Align Right" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:479 +msgid "Align Value" +msgstr "" + +#. Name of a role +#. Option for the 'Frequency' (Select) field in DocType 'Scheduled Job Type' +#. Option for the 'Event Frequency' (Select) field in DocType 'Server Script' +#: frappe/contacts/doctype/address/address.json +#: frappe/contacts/doctype/contact/contact.json +#: frappe/contacts/doctype/gender/gender.json +#: frappe/contacts/doctype/salutation/salutation.json +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/file/file.json +#: frappe/core/doctype/language/language.json +#: frappe/core/doctype/module_def/module_def.json +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +#: frappe/core/doctype/server_script/server_script.json +#: frappe/desk/doctype/event/event.json +#: frappe/desk/doctype/notification_log/notification_log.json +#: frappe/desk/doctype/notification_settings/notification_settings.json +#: frappe/desk/doctype/tag/tag.json frappe/desk/doctype/tag_link/tag_link.json +#: frappe/desk/doctype/todo/todo.json frappe/geo/doctype/country/country.json +#: frappe/integrations/doctype/connected_app/connected_app.json +#: frappe/integrations/doctype/token_cache/token_cache.json +#: frappe/printing/doctype/print_heading/print_heading.json +#: frappe/website/doctype/personal_data_download_request/personal_data_download_request.json +#: frappe/website/doctype/website_settings/website_settings.json +msgid "All" +msgstr "" + +#. Label of a Check field in DocType 'Calendar View' +#. Label of a Check field in DocType 'Event' +#: frappe/desk/doctype/calendar_view/calendar_view.json +#: frappe/desk/doctype/event/event.json +#: frappe/public/js/frappe/ui/notifications/notifications.js:401 +msgid "All Day" +msgstr "" + +#: frappe/website/doctype/website_slideshow/website_slideshow.py:43 +msgid "All Images attached to Website Slideshow should be public" +msgstr "" + +#: frappe/public/js/frappe/data_import/data_exporter.js:29 +msgid "All Records" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:2123 +msgid "All Submissions" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:452 +msgid "All customizations will be removed. Please confirm." +msgstr "" + +#: frappe/templates/includes/comments/comments.html:158 +msgid "All fields are necessary to submit the comment." +msgstr "" + +#. Description of the 'Document States' (Table) field in DocType 'Workflow' +#: frappe/workflow/doctype/workflow/workflow.json +msgid "All possible Workflow States and roles of the workflow. Docstatus Options: 0 is \"Saved\", 1 is \"Submitted\" and 2 is \"Cancelled\"" +msgstr "" + +#: frappe/utils/password_strength.py:179 +msgid "All-uppercase is almost as easy to guess as all-lowercase." +msgstr "" + +#. Label of a Link field in DocType 'ToDo' +#: frappe/desk/doctype/todo/todo.json +msgid "Allocated To" +msgstr "" + +#. Label of a Check field in DocType 'Energy Point Rule' +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +msgid "Allot Points To Assigned Users" +msgstr "" + +#. Label of a Link field in DocType 'User Permission' +#. Option for the 'Sign ups' (Select) field in DocType 'Social Login Key' +#: frappe/core/doctype/user_permission/user_permission.json +#: frappe/integrations/doctype/social_login_key/social_login_key.json +#: frappe/templates/includes/oauth_confirmation.html:15 +msgid "Allow" +msgstr "" + +#: frappe/website/doctype/website_settings/website_settings.py:160 +msgid "Allow API Indexing Access" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#. Label of a Check field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Allow Auto Repeat" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Allow Bulk Edit" +msgstr "" + +#. Label of a Check field in DocType 'List View Settings' +#: frappe/desk/doctype/list_view_settings/list_view_settings.json +msgid "Allow Bulk Editing" +msgstr "" + +#. Label of a Check field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Allow Comments" +msgstr "" + +#. Label of a Int field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Allow Consecutive Login Attempts " +msgstr "" + +#. Label of a Check field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Allow Delete" +msgstr "" + +#. Label of a Button field in DocType 'Dropbox Settings' +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.json +msgid "Allow Dropbox Access" +msgstr "" + +#. Label of a Check field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Allow Editing After Submit" +msgstr "" + +#: frappe/integrations/doctype/google_calendar/google_calendar.py:101 +#: frappe/integrations/doctype/google_calendar/google_calendar.py:115 +msgid "Allow Google Calendar Access" +msgstr "" + +#: frappe/integrations/doctype/google_contacts/google_contacts.py:40 +msgid "Allow Google Contacts Access" +msgstr "" + +#: frappe/integrations/doctype/google_drive/google_drive.py:52 +msgid "Allow Google Drive Access" +msgstr "" + +#. Label of a Check field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "Allow Guest" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Allow Guest to View" +msgstr "" + +#. Label of a Check field in DocType 'Blog Settings' +#: frappe/website/doctype/blog_settings/blog_settings.json +msgid "Allow Guest to comment" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Allow Guests to Upload Files" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#. Label of a Check field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Allow Import (via Data Import Tool)" +msgstr "" + +#. Label of a Check field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Allow Incomplete Forms" +msgstr "" + +#. Label of a Int field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Allow Login After Fail" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Allow Login using Mobile Number" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Allow Login using User Name" +msgstr "" + +#. Label of a Section Break field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Allow Modules" +msgstr "" + +#. Label of a Check field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Allow Multiple Responses" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Allow Older Web View Links (Insecure)" +msgstr "" + +#. Label of a Check field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Allow Print" +msgstr "" + +#. Label of a Check field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Allow Print for Cancelled" +msgstr "" + +#. Label of a Check field in DocType 'Print Settings' +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:400 +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Allow Print for Draft" +msgstr "" + +#. Label of a Check field in DocType 'Web Form Field' +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Allow Read On All Link Options" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Allow Rename" +msgstr "" + +#. Label of a Section Break field in DocType 'Role Permission for Page and +#. Report' +#. Label of a Table MultiSelect field in DocType 'Module Onboarding' +#: frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.json +#: frappe/desk/doctype/module_onboarding/module_onboarding.json +msgid "Allow Roles" +msgstr "" + +#. Label of a Check field in DocType 'Workflow Transition' +#: frappe/workflow/doctype/workflow_transition/workflow_transition.json +msgid "Allow Self Approval" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Allow Sending Usage Data for Improving Applications" +msgstr "" + +#. Description of the 'Allow Self Approval' (Check) field in DocType 'Workflow +#. Transition' +#: frappe/workflow/doctype/workflow_transition/workflow_transition.json +msgid "Allow approval for creator of the document" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#. Label of a Check field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Allow document creation via Email" +msgstr "" + +#. Description of the 'Allow Bulk Editing' (Check) field in DocType 'List View +#. Settings' +#: frappe/desk/doctype/list_view_settings/list_view_settings.json +msgid "Allow editing even if the doctype has a workflow set up.\n\n" +"Does nothing if a workflow isn't set up." +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Allow events in timeline" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Allow in Quick Entry" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Allow on Submit" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Allow only one session per user" +msgstr "" + +#. Label of a Check field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Allow page break inside tables" +msgstr "" + +#. Description of the 'Allow Incomplete Forms' (Check) field in DocType 'Web +#. Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Allow saving if mandatory fields are not filled" +msgstr "" + +#: frappe/desk/page/setup_wizard/setup_wizard.js:413 +msgid "Allow sending usage data for improving applications" +msgstr "" + +#. Description of the 'Login After' (Int) field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Allow user to login only after this hour (0-24)" +msgstr "" + +#. Description of the 'Login Before' (Int) field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Allow user to login only before this hour (0-24)" +msgstr "" + +#. Description of the 'Login with email link' (Check) field in DocType 'System +#. Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Allow users to log in without a password, using a login link sent to their email" +msgstr "" + +#. Label of a Link field in DocType 'Workflow Transition' +#: frappe/workflow/doctype/workflow_transition/workflow_transition.json +msgid "Allowed" +msgstr "" + +#. Label of a Small Text field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Allowed File Extensions" +msgstr "" + +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Allowed In Mentions" +msgstr "" + +#. Label of a Section Break field in DocType 'User Type' +#: frappe/core/doctype/user_type/user_type.json +msgid "Allowed Modules" +msgstr "" + +#. Label of a Table MultiSelect field in DocType 'OAuth Client' +#: frappe/integrations/doctype/oauth_client/oauth_client.json +msgid "Allowed Roles" +msgstr "" + +#. Label of a Small Text field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Allowed embedding domains" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:1187 +msgid "Allowing DocType, DocType. Be careful!" +msgstr "" + +#: frappe/core/doctype/user/user.py:960 +msgid "Already Registered" +msgstr "" + +#: frappe/desk/form/assign_to.py:136 +msgid "Already in the following Users ToDo list:{0}" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:836 +msgid "Also adding the dependent currency field {0}" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:849 +msgid "Also adding the status dependency field {0}" +msgstr "" + +#. Label of a Data field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Alternative Email ID" +msgstr "" + +#. Label of a Check field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Always add \"Draft\" Heading for printing draft documents" +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Always use this email address as sender address" +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Always use this name as sender name" +msgstr "" + +#. Label of a Check field in DocType 'Custom DocPerm' +#. Label of a Check field in DocType 'DocPerm' +#. Label of a Check field in DocType 'User Document Type' +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/docperm/docperm.json +#: frappe/core/doctype/user_document_type/user_document_type.json +msgid "Amend" +msgstr "" + +#. Option for the 'Action' (Select) field in DocType 'Amended Document Naming +#. Settings' +#. Option for the 'Default Amendment Naming' (Select) field in DocType +#. 'Document Naming Settings' +#: frappe/core/doctype/amended_document_naming_settings/amended_document_naming_settings.json +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Amend Counter" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/amended_document_naming_settings/amended_document_naming_settings.json +msgid "Amended Document Naming Settings" +msgstr "" + +#. Label of a Section Break field in DocType 'Document Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Amended Documents" +msgstr "" + +#. Label of a Link field in DocType 'Transaction Log' +#. Label of a Link field in DocType 'Personal Data Download Request' +#: frappe/core/doctype/transaction_log/transaction_log.json +#: frappe/website/doctype/personal_data_download_request/personal_data_download_request.json +msgid "Amended From" +msgstr "" + +#: frappe/public/js/frappe/form/save.js:12 +msgctxt "Freeze message while amending a document" +msgid "Amending" +msgstr "" + +#. Label of a Table field in DocType 'Document Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Amendment Naming Override" +msgstr "" + +#: frappe/core/doctype/document_naming_settings/document_naming_settings.py:207 +msgid "Amendment naming rules updated." +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/toolbar.js:312 +msgid "An error occurred while setting Session Defaults" +msgstr "" + +#. Description of the 'FavIcon' (Attach) field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "An icon file with .ico extension. Should be 16 x 16 px. Generated using a favicon generator. [favicon-generator.org]" +msgstr "" + +#: frappe/templates/includes/oauth_confirmation.html:35 +msgid "An unexpected error occurred while authorizing {}." +msgstr "" + +#. Label of a Section Break field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Analytics" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:35 +msgid "Ancestors Of" +msgstr "" + +#. Label of a Text Editor field in DocType 'Navbar Settings' +#: frappe/core/doctype/navbar_settings/navbar_settings.json +msgid "Announcement Widget" +msgstr "" + +#. Label of a Section Break field in DocType 'Navbar Settings' +#: frappe/core/doctype/navbar_settings/navbar_settings.json +msgid "Announcements" +msgstr "" + +#. Option for the 'Frequency' (Select) field in DocType 'Scheduled Job Type' +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +msgid "Annual" +msgstr "" + +#. Label of a Code field in DocType 'Personal Data Deletion Request' +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.json +msgid "Anonymization Matrix" +msgstr "" + +#. Label of a Check field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Anonymous responses" +msgstr "" + +#: frappe/public/js/frappe/request.js:186 +msgid "Another transaction is blocking this one. Please try again in a few seconds." +msgstr "" + +#: frappe/model/rename_doc.py:376 +msgid "Another {0} with name {1} exists, select another name" +msgstr "" + +#. Description of the 'Raw Commands' (Code) field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "Any string-based printer languages can be used. Writing raw commands requires knowledge of the printer's native language provided by the printer manufacturer. Please refer to the developer manual provided by the printer manufacturer on how to write their native commands. These commands are rendered on the server side using the Jinja Templating Language." +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:36 +msgid "Apart from System Manager, roles with Set User Permissions right can set permissions for other users for that Document Type." +msgstr "" + +#. Label of a Tab Break field in DocType 'System Settings' +#. Label of a Section Break field in DocType 'User' +#. Label of a Data field in DocType 'Desktop Icon' +#. Label of a Data field in DocType 'Website Theme Ignore App' +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/core/doctype/user/user.json +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +#: frappe/website/doctype/website_theme_ignore_app/website_theme_ignore_app.json +msgid "App" +msgstr "" + +#. Label of a Data field in DocType 'Dropbox Settings' +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.json +msgid "App Access Key" +msgstr "" + +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.js:22 +msgid "App Access Key and/or Secret Key are not present." +msgstr "" + +#. Label of a Data field in DocType 'OAuth Client' +#: frappe/integrations/doctype/oauth_client/oauth_client.json +msgid "App Client ID" +msgstr "" + +#. Label of a Data field in DocType 'OAuth Client' +#: frappe/integrations/doctype/oauth_client/oauth_client.json +msgid "App Client Secret" +msgstr "" + +#. Label of a Data field in DocType 'Google Settings' +#: frappe/integrations/doctype/google_settings/google_settings.json +msgid "App ID" +msgstr "" + +#. Label of a Attach Image field in DocType 'Website Settings' +#: frappe/public/js/frappe/ui/toolbar/navbar.html:8 +#: frappe/website/doctype/website_settings/website_settings.json +msgid "App Logo" +msgstr "" + +#. Label of a Select field in DocType 'Module Def' +#. Label of a Data field in DocType 'Changelog Feed' +#. Label of a Data field in DocType 'OAuth Client' +#. Label of a Data field in DocType 'Website Settings' +#: frappe/core/doctype/installed_applications/installed_applications.js:27 +#: frappe/core/doctype/module_def/module_def.json +#: frappe/desk/doctype/changelog_feed/changelog_feed.json +#: frappe/integrations/doctype/oauth_client/oauth_client.json +#: frappe/website/doctype/website_settings/website_settings.json +msgid "App Name" +msgstr "" + +#. Label of a Password field in DocType 'Dropbox Settings' +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.json +msgid "App Secret Key" +msgstr "" + +#: frappe/modules/utils.py:280 +msgid "App not found for module: {0}" +msgstr "" + +#: frappe/__init__.py:1711 +msgid "App {0} is not installed" +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#. Label of a Check field in DocType 'Email Domain' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_domain/email_domain.json +msgid "Append Emails to Sent Folder" +msgstr "" + +#. Label of a Link field in DocType 'Email Account' +#. Label of a Link field in DocType 'IMAP Folder' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/imap_folder/imap_folder.json +msgid "Append To" +msgstr "" + +#: frappe/email/doctype/email_account/email_account.py:184 +msgid "Append To can be one of {0}" +msgstr "" + +#. Description of the 'Append To' (Link) field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Append as communication against this DocType (must have fields: \"Sender\" and \"Subject\"). These fields can be defined in the email settings section of the appended doctype." +msgstr "" + +#: frappe/core/doctype/user_permission/user_permission_list.js:105 +msgid "Applicable Document Types" +msgstr "" + +#. Label of a Link field in DocType 'User Permission' +#: frappe/core/doctype/user_permission/user_permission.json +msgid "Applicable For" +msgstr "" + +#. Label of a Attach Image field in DocType 'Navbar Settings' +#. Label of a Section Break field in DocType 'Navbar Settings' +#: frappe/core/doctype/navbar_settings/navbar_settings.json +msgid "Application Logo" +msgstr "" + +#. Label of a Data field in DocType 'Installed Application' +#. Label of a Data field in DocType 'System Settings' +#: frappe/core/doctype/installed_application/installed_application.json +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Application Name" +msgstr "" + +#. Label of a Data field in DocType 'Installed Application' +#: frappe/core/doctype/installed_application/installed_application.json +msgid "Application Version" +msgstr "" + +#. Label of a Select field in DocType 'Property Setter' +#: frappe/custom/doctype/property_setter/property_setter.json +msgid "Applied On" +msgstr "" + +#: frappe/public/js/form_builder/components/Field.vue:103 +msgid "Apply" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1888 +msgctxt "Button in list view actions menu" +msgid "Apply Assignment Rule" +msgstr "" + +#. Label of a Check field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Apply Document Permissions" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter_list.js:317 +msgid "Apply Filters" +msgstr "" + +#. Label of a Check field in DocType 'Energy Point Rule' +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +msgid "Apply Only Once" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Apply Strict User Permissions" +msgstr "" + +#. Label of a Select field in DocType 'Client Script' +#: frappe/custom/doctype/client_script/client_script.json +msgid "Apply To" +msgstr "" + +#. Label of a Check field in DocType 'User Permission' +#: frappe/core/doctype/user_permission/user_permission.json +msgid "Apply To All Document Types" +msgstr "" + +#. Label of a Link field in DocType 'User Type' +#: frappe/core/doctype/user_type/user_type.json +msgid "Apply User Permission On" +msgstr "" + +#. Description of the 'If user is the owner' (Check) field in DocType 'Custom +#. DocPerm' +#. Description of the 'If user is the owner' (Check) field in DocType 'DocPerm' +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/docperm/docperm.json +msgid "Apply this rule if the User is the Owner" +msgstr "" + +#. Description of the 'Apply Only Once' (Check) field in DocType 'Energy Point +#. Rule' +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +msgid "Apply this rule only once per document" +msgstr "" + +#: frappe/core/doctype/user_permission/user_permission_list.js:75 +msgid "Apply to all Documents Types" +msgstr "" + +#: frappe/model/workflow.py:258 +msgid "Applying: {0}" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/review.js:62 +msgid "Appreciate" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Energy Point Log' +#: frappe/social/doctype/energy_point_log/energy_point_log.json +msgid "Appreciation" +msgstr "" + +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:111 +msgid "Approval Required" +msgstr "" + +#. Label of a standard navbar item +#. Type: Route +#: frappe/hooks.py frappe/templates/includes/navbar/navbar_login.html:18 +#: frappe/website/js/website.js:617 +msgid "Apps" +msgstr "" + +#: frappe/public/js/frappe/utils/number_systems.js:41 +msgctxt "Number system" +msgid "Ar" +msgstr "" + +#: frappe/public/js/frappe/views/kanban/kanban_column.html:14 +msgid "Archive" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Kanban Board Column' +#: frappe/desk/doctype/kanban_board_column/kanban_board_column.json +msgid "Archived" +msgstr "" + +#: frappe/public/js/frappe/views/kanban/kanban_board.bundle.js:489 +msgid "Archived Columns" +msgstr "" + +#: frappe/public/js/frappe/form/grid.js:269 +msgid "Are you sure you want to delete all rows?" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:930 +msgid "Are you sure you want to delete page {0}?" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/attachments.js:135 +msgid "Are you sure you want to delete the attachment?" +msgstr "" + +#: frappe/public/js/form_builder/components/Section.vue:197 +msgctxt "Confirmation dialog message" +msgid "Are you sure you want to delete the column? All the fields in the column will be moved to the previous column." +msgstr "" + +#: frappe/public/js/form_builder/components/Section.vue:126 +msgctxt "Confirmation dialog message" +msgid "Are you sure you want to delete the section? All the columns along with fields in the section will be moved to the previous section." +msgstr "" + +#: frappe/public/js/form_builder/components/Tabs.vue:65 +msgctxt "Confirmation dialog message" +msgid "Are you sure you want to delete the tab? All the sections along with fields in the tab will be moved to the previous tab." +msgstr "" + +#: frappe/public/js/frappe/web_form/web_form.js:185 +msgid "Are you sure you want to discard the changes?" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:896 +msgid "Are you sure you want to generate a new report?" +msgstr "" + +#: frappe/public/js/frappe/form/toolbar.js:111 +msgid "Are you sure you want to merge {0} with {1}?" +msgstr "" + +#: frappe/public/js/frappe/views/kanban/kanban_view.js:105 +msgid "Are you sure you want to proceed?" +msgstr "" + +#: frappe/core/doctype/rq_job/rq_job_list.js:25 +msgid "Are you sure you want to re-enable scheduler?" +msgstr "" + +#: frappe/core/doctype/communication/communication.js:163 +msgid "Are you sure you want to relink this communication to {0}?" +msgstr "" + +#: frappe/core/doctype/rq_job/rq_job_list.js:10 +msgid "Are you sure you want to remove all failed jobs?" +msgstr "" + +#: frappe/public/js/frappe/list/list_filter.js:109 +msgid "Are you sure you want to remove the {0} filter?" +msgstr "" + +#: frappe/public/js/frappe/views/dashboard/dashboard_view.js:267 +msgid "Are you sure you want to reset all customizations?" +msgstr "" + +#: frappe/workflow/doctype/workflow/workflow.js:125 +msgid "Are you sure you want to save this document?" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.js:60 +msgid "Are you sure you want to send this newsletter now?" +msgstr "" + +#: frappe/core/doctype/document_naming_rule/document_naming_rule.js:16 +#: frappe/core/doctype/user_permission/user_permission_list.js:165 +msgid "Are you sure?" +msgstr "" + +#. Label of a Code field in DocType 'RQ Job' +#: frappe/core/doctype/rq_job/rq_job.json +msgid "Arguments" +msgstr "" + +#. Option for the 'Font' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Arial" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:11 +msgid "As a best practice, do not assign the same set of permission rule to different Roles. Instead, set multiple Roles to the same User." +msgstr "" + +#: frappe/desk/form/assign_to.py:106 +msgid "As document sharing is disabled, please give them the required permissions before assigning." +msgstr "" + +#: frappe/templates/emails/account_deletion_notification.html:3 +msgid "As per your request, your account and data on {0} associated with email {1} has been permanently deleted" +msgstr "" + +#. Label of a Code field in DocType 'Assignment Rule' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +msgid "Assign Condition" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/assign_to.js:189 +msgid "Assign To" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1849 +msgctxt "Button in list view actions menu" +msgid "Assign To" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/assign_to.js:180 +msgid "Assign To User Group" +msgstr "" + +#. Label of a Section Break field in DocType 'Assignment Rule' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +msgid "Assign To Users" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/assign_to.js:258 +msgid "Assign a user" +msgstr "" + +#: frappe/automation/doctype/assignment_rule/assignment_rule.js:52 +msgid "Assign one by one, in sequence" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/assign_to.js:173 +msgid "Assign to me" +msgstr "" + +#: frappe/automation/doctype/assignment_rule/assignment_rule.js:53 +msgid "Assign to the one who has the least assignments" +msgstr "" + +#: frappe/automation/doctype/assignment_rule/assignment_rule.js:54 +msgid "Assign to the user set in this field" +msgstr "" + +#. Option for the 'Comment Type' (Select) field in DocType 'Comment' +#. Option for the 'Comment Type' (Select) field in DocType 'Communication' +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +msgid "Assigned" +msgstr "" + +#. Label of a Link field in DocType 'ToDo' +#: frappe/desk/doctype/todo/todo.json frappe/desk/report/todo/todo.py:41 +msgid "Assigned By" +msgstr "" + +#. Label of a Read Only field in DocType 'ToDo' +#: frappe/desk/doctype/todo/todo.json +msgid "Assigned By Full Name" +msgstr "" + +#: frappe/model/meta.py:54 +#: frappe/public/js/frappe/form/templates/form_sidebar.html:48 +#: frappe/public/js/frappe/list/list_sidebar_group_by.js:71 +#: frappe/public/js/frappe/model/meta.js:207 +#: frappe/public/js/frappe/model/model.js:136 +#: frappe/public/js/frappe/views/interaction.js:82 +msgid "Assigned To" +msgstr "" + +#: frappe/desk/report/todo/todo.py:40 +msgid "Assigned To/Owner" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/assign_to.js:267 +msgid "Assigning..." +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Notification Log' +#: frappe/desk/doctype/notification_log/notification_log.json +msgid "Assignment" +msgstr "" + +#. Option for the 'Comment Type' (Select) field in DocType 'Comment' +#. Option for the 'Comment Type' (Select) field in DocType 'Communication' +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +msgid "Assignment Completed" +msgstr "" + +#. Label of a Section Break field in DocType 'Assignment Rule' +#. Label of a Table field in DocType 'Assignment Rule' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +msgid "Assignment Days" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Tools Workspace +#. Label of a shortcut in the Tools Workspace +#. Linked DocType in DocType's connections +#. Label of a Link field in DocType 'ToDo' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +#: frappe/automation/workspace/tools/tools.json +#: frappe/core/doctype/doctype/doctype.json frappe/desk/doctype/todo/todo.json +msgid "Assignment Rule" +msgstr "" + +#. Name of a DocType +#: frappe/automation/doctype/assignment_rule_day/assignment_rule_day.json +msgid "Assignment Rule Day" +msgstr "" + +#. Name of a DocType +#: frappe/automation/doctype/assignment_rule_user/assignment_rule_user.json +msgid "Assignment Rule User" +msgstr "" + +#: frappe/automation/doctype/assignment_rule/assignment_rule.py:55 +msgid "Assignment Rule is not allowed on document type {0}" +msgstr "" + +#. Label of a Section Break field in DocType 'Assignment Rule' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +msgid "Assignment Rules" +msgstr "" + +#: frappe/desk/doctype/notification_log/notification_log.py:157 +msgid "Assignment Update on {0}" +msgstr "" + +#: frappe/desk/form/assign_to.py:61 +msgid "Assignment for {0} {1}" +msgstr "" + +#: frappe/desk/doctype/todo/todo.py:61 +msgid "Assignment of {0} removed by {1}" +msgstr "" + +#. Label of a Check field in DocType 'Notification Settings' +#: frappe/desk/doctype/notification_settings/notification_settings.json +#: frappe/public/js/frappe/form/sidebar/assign_to.js:253 +msgid "Assignments" +msgstr "" + +#: frappe/public/js/frappe/form/grid_row.js:650 +msgid "At least one column is required to show in the grid." +msgstr "" + +#: frappe/website/doctype/web_form/web_form.js:73 +msgid "Atleast one field is required in Web Form Fields Table" +msgstr "" + +#: frappe/core/doctype/data_export/data_export.js:44 +msgid "Atleast one field of Parent Document Type is mandatory" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/public/js/form_builder/components/controls/AttachControl.vue:15 +#: frappe/public/js/frappe/form/controls/attach.js:5 +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Attach" +msgstr "" + +#: frappe/public/js/frappe/views/communication.js:143 +msgid "Attach Document Print" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Template Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/web_form_field/web_form_field.json +#: frappe/website/doctype/web_template_field/web_template_field.json +msgid "Attach Image" +msgstr "" + +#. Label of a Attach field in DocType 'Package Import' +#: frappe/core/doctype/package_import/package_import.json +msgid "Attach Package" +msgstr "" + +#. Label of a Check field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Attach Print" +msgstr "" + +#: frappe/public/js/frappe/file_uploader/WebLink.vue:10 +msgid "Attach a web link" +msgstr "" + +#: frappe/website/doctype/website_slideshow/website_slideshow.js:8 +msgid "Attach files / urls and add in table." +msgstr "" + +#. Label of a Code field in DocType 'Notification Log' +#: frappe/desk/doctype/notification_log/notification_log.json +msgid "Attached File" +msgstr "" + +#. Label of a Link field in DocType 'File' +#: frappe/core/doctype/file/file.json +msgid "Attached To DocType" +msgstr "" + +#. Label of a Data field in DocType 'File' +#: frappe/core/doctype/file/file.json +msgid "Attached To Field" +msgstr "" + +#. Label of a Data field in DocType 'File' +#: frappe/core/doctype/file/file.json +msgid "Attached To Name" +msgstr "" + +#: frappe/core/doctype/file/file.py:139 +msgid "Attached To Name must be a string or an integer" +msgstr "" + +#. Option for the 'Comment Type' (Select) field in DocType 'Comment' +#. Option for the 'Comment Type' (Select) field in DocType 'Communication' +#. Label of a Attach field in DocType 'Newsletter Attachment' +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +#: frappe/email/doctype/newsletter_attachment/newsletter_attachment.json +msgid "Attachment" +msgstr "" + +#. Label of a Int field in DocType 'Email Account' +#. Label of a Int field in DocType 'Email Domain' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_domain/email_domain.json +msgid "Attachment Limit (MB)" +msgstr "" + +#: frappe/core/doctype/file/file.py:320 +#: frappe/public/js/frappe/form/sidebar/attachments.js:36 +msgid "Attachment Limit Reached" +msgstr "" + +#. Label of a HTML field in DocType 'Notification Log' +#: frappe/desk/doctype/notification_log/notification_log.json +msgid "Attachment Link" +msgstr "" + +#. Option for the 'Comment Type' (Select) field in DocType 'Comment' +#. Option for the 'Comment Type' (Select) field in DocType 'Communication' +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +msgid "Attachment Removed" +msgstr "" + +#. Label of a Code field in DocType 'Email Queue' +#. Label of a Table field in DocType 'Newsletter' +#: frappe/core/doctype/file/utils.py:38 +#: frappe/email/doctype/email_queue/email_queue.json +#: frappe/email/doctype/newsletter/newsletter.json +#: frappe/email/doctype/newsletter/templates/newsletter.html:47 +#: frappe/public/js/frappe/form/templates/form_sidebar.html:65 +#: frappe/website/doctype/web_form/templates/web_form.html:103 +msgid "Attachments" +msgstr "" + +#: frappe/public/js/frappe/form/print_utils.js:91 +msgid "Attempting Connection to QZ Tray..." +msgstr "" + +#: frappe/public/js/frappe/form/print_utils.js:107 +msgid "Attempting to launch QZ Tray..." +msgstr "" + +#. Label of a Table field in DocType 'Newsletter' +#: frappe/email/doctype/newsletter/newsletter.json +msgid "Audience" +msgstr "" + +#. Name of a report +#: frappe/custom/report/audit_system_hooks/audit_system_hooks.json +msgid "Audit System Hooks" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/audit_trail/audit_trail.json +msgid "Audit Trail" +msgstr "" + +#. Label of a Code field in DocType 'Social Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Auth URL Data" +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Authenticate as Service Principal" +msgstr "" + +#. Label of a Section Break field in DocType 'Email Account' +#. Label of a Section Break field in DocType 'Push Notification Settings' +#. Label of a Card Break in the Integrations Workspace +#: frappe/email/doctype/email_account/email_account.json +#: frappe/integrations/doctype/push_notification_settings/push_notification_settings.json +#: frappe/integrations/workspace/integrations/integrations.json +msgid "Authentication" +msgstr "" + +#: frappe/www/qrcode.html:19 +msgid "Authentication Apps you can use are: " +msgstr "" + +#: frappe/email/doctype/email_account/email_account.py:311 +msgid "Authentication failed while receiving emails from Email Account: {0}." +msgstr "" + +#. Label of a Data field in DocType 'Help Article' +#: frappe/website/doctype/help_article/help_article.json +msgid "Author" +msgstr "" + +#. Label of a Password field in DocType 'Google Calendar' +#. Label of a Password field in DocType 'Google Contacts' +#. Label of a Data field in DocType 'Google Drive' +#. Label of a Data field in DocType 'OAuth Authorization Code' +#. Option for the 'Grant Type' (Select) field in DocType 'OAuth Client' +#: frappe/integrations/doctype/google_calendar/google_calendar.json +#: frappe/integrations/doctype/google_contacts/google_contacts.json +#: frappe/integrations/doctype/google_drive/google_drive.json +#: frappe/integrations/doctype/oauth_authorization_code/oauth_authorization_code.json +#: frappe/integrations/doctype/oauth_client/oauth_client.json +msgid "Authorization Code" +msgstr "" + +#. Label of a Small Text field in DocType 'Connected App' +#: frappe/integrations/doctype/connected_app/connected_app.json +msgid "Authorization URI" +msgstr "" + +#: frappe/templates/includes/oauth_confirmation.html:32 +msgid "Authorization error for {}." +msgstr "" + +#. Label of a Button field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Authorize API Access" +msgstr "" + +#. Label of a Button field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Authorize API Indexing Access" +msgstr "" + +#. Label of a Button field in DocType 'Google Calendar' +#: frappe/integrations/doctype/google_calendar/google_calendar.json +msgid "Authorize Google Calendar Access" +msgstr "" + +#. Label of a Button field in DocType 'Google Contacts' +#: frappe/integrations/doctype/google_contacts/google_contacts.json +msgid "Authorize Google Contacts Access" +msgstr "" + +#. Label of a Button field in DocType 'Google Drive' +#: frappe/integrations/doctype/google_drive/google_drive.json +msgid "Authorize Google Drive Access" +msgstr "" + +#. Label of a Data field in DocType 'Social Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Authorize URL" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Integration Request' +#: frappe/integrations/doctype/integration_request/integration_request.json +msgid "Authorized" +msgstr "" + +#. Option for the 'Skip Authorization' (Select) field in DocType 'OAuth +#. Provider Settings' +#. Option for the 'Type' (Select) field in DocType 'Energy Point Log' +#: frappe/integrations/doctype/oauth_provider_settings/oauth_provider_settings.json +#: frappe/social/doctype/energy_point_log/energy_point_log.json +msgid "Auto" +msgstr "" + +#. Label of a Link in the Tools Workspace +#. Name of a DocType +#: frappe/automation/workspace/tools/tools.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Auto Email Report" +msgstr "" + +#. Label of a Data field in DocType 'DocType' +#. Label of a Data field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Auto Name" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Tools Workspace +#. Linked DocType in DocType's connections +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/automation/workspace/tools/tools.json +#: frappe/core/doctype/doctype/doctype.json +#: frappe/public/js/frappe/utils/common.js:442 +msgid "Auto Repeat" +msgstr "" + +#. Name of a DocType +#: frappe/automation/doctype/auto_repeat_day/auto_repeat_day.json +msgid "Auto Repeat Day" +msgstr "" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:163 +msgid "Auto Repeat Day{0} {1} has been repeated." +msgstr "" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:441 +msgid "Auto Repeat Document Creation Failed" +msgstr "" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.js:115 +msgid "Auto Repeat Schedule" +msgstr "" + +#: frappe/public/js/frappe/utils/common.js:434 +msgid "Auto Repeat created for this document" +msgstr "" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:444 +msgid "Auto Repeat failed for {0}" +msgstr "" + +#. Label of a Section Break field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Auto Reply" +msgstr "" + +#. Label of a Text Editor field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Auto Reply Message" +msgstr "" + +#: frappe/automation/doctype/assignment_rule/assignment_rule.py:177 +msgid "Auto assignment failed: {0}" +msgstr "" + +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Auto follow documents that are assigned to you" +msgstr "" + +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Auto follow documents that are shared with you" +msgstr "" + +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Auto follow documents that you Like" +msgstr "" + +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Auto follow documents that you comment on" +msgstr "" + +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Auto follow documents that you create" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Autocomplete" +msgstr "" + +#. Option for the 'Naming Rule' (Select) field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Autoincrement" +msgstr "" + +#. Description of a Card Break in the Build Workspace +#: frappe/core/workspace/build/build.json +msgid "Automate processes and extend standard functionality using scripts and background jobs" +msgstr "" + +#. Option for the 'Communication Type' (Select) field in DocType +#. 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Automated Message" +msgstr "" + +#. Option for the 'Desk Theme' (Select) field in DocType 'User' +#: frappe/core/doctype/user/user.json +#: frappe/public/js/frappe/ui/theme_switcher.js:69 +msgid "Automatic" +msgstr "" + +#: frappe/email/doctype/email_account/email_account.py:719 +msgid "Automatic Linking can be activated only for one Email Account." +msgstr "" + +#: frappe/email/doctype/email_account/email_account.py:713 +msgid "Automatic Linking can be activated only if Incoming is enabled." +msgstr "" + +#. Description of a DocType +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +msgid "Automatically Assign Documents to Users" +msgstr "" + +#. Label of a Int field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Automatically delete account within (hours)" +msgstr "" + +#. Label of a Card Break in the Tools Workspace +#: frappe/automation/workspace/tools/tools.json +msgid "Automation" +msgstr "" + +#. Label of a Attach Image field in DocType 'Blogger' +#: frappe/website/doctype/blogger/blogger.json +msgid "Avatar" +msgstr "" + +#. Option for the 'Chart Type' (Select) field in DocType 'Dashboard Chart' +#. Option for the 'Group By Type' (Select) field in DocType 'Dashboard Chart' +#. Option for the 'Function' (Select) field in DocType 'Number Card' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/public/js/frappe/form/controls/password.js:89 +#: frappe/public/js/frappe/ui/group_by/group_by.js:21 +msgid "Average" +msgstr "" + +#: frappe/public/js/frappe/ui/group_by/group_by.js:333 +msgid "Average of {0}" +msgstr "" + +#: frappe/utils/password_strength.py:124 +msgid "Avoid dates and years that are associated with you." +msgstr "" + +#: frappe/utils/password_strength.py:118 +msgid "Avoid recent years." +msgstr "" + +#: frappe/utils/password_strength.py:111 +msgid "Avoid sequences like abc or 6543 as they are easy to guess" +msgstr "" + +#: frappe/utils/password_strength.py:118 +msgid "Avoid years that are associated with you." +msgstr "" + +#. Label of a Check field in DocType 'User Email' +#: frappe/core/doctype/user_email/user_email.json +msgid "Awaiting Password" +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Awaiting password" +msgstr "" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:200 +msgid "Awesome Work" +msgstr "" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:358 +msgid "Awesome, now try making an entry yourself" +msgstr "" + +#: frappe/public/js/frappe/utils/number_systems.js:9 +msgctxt "Number system" +msgid "B" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "B0" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "B1" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "B10" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "B2" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "B3" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "B4" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "B5" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "B6" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "B7" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "B8" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "B9" +msgstr "" + +#. Label of a Code field in DocType 'Communication' +#. Label of a Code field in DocType 'Notification Recipient' +#: frappe/core/doctype/communication/communication.json +#: frappe/email/doctype/notification_recipient/notification_recipient.json +#: frappe/public/js/frappe/views/communication.js:79 +msgid "BCC" +msgstr "" + +#: frappe/public/js/frappe/file_uploader/ImageCropper.vue:31 +#: frappe/public/js/frappe/widgets/onboarding_widget.js:186 +msgid "Back" +msgstr "" + +#: frappe/templates/pages/integrations/gcalendar-success.html:13 +msgid "Back to Desk" +msgstr "" + +#: frappe/www/404.html:20 +msgid "Back to Home" +msgstr "" + +#: frappe/www/login.html:181 frappe/www/login.html:212 +msgid "Back to Login" +msgstr "" + +#. Label of a Color field in DocType 'Social Link Settings' +#. Label of a Link field in DocType 'Website Theme' +#: frappe/website/doctype/social_link_settings/social_link_settings.json +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Background Color" +msgstr "" + +#. Label of a Attach Image field in DocType 'Web Page Block' +#: frappe/website/doctype/web_page_block/web_page_block.json +msgid "Background Image" +msgstr "" + +#. Label of a Link in the Build Workspace +#. Label of a Section Break field in DocType 'System Health Report' +#: frappe/core/workspace/build/build.json +#: frappe/desk/doctype/system_health_report/system_health_report.json +#: frappe/public/js/frappe/ui/toolbar/toolbar.js:168 +msgid "Background Jobs" +msgstr "" + +#. Label of a Data field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Background Jobs Check" +msgstr "" + +#. Label of a Autocomplete field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "Background Jobs Queue" +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:87 +msgid "Background Print (required for >25 documents)" +msgstr "" + +#. Label of a Section Break field in DocType 'System Settings' +#. Label of a Table field in DocType 'System Health Report' +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Background Workers" +msgstr "" + +#: frappe/integrations/doctype/google_drive/google_drive.py:172 +msgid "Backing up Data." +msgstr "" + +#: frappe/integrations/doctype/google_drive/google_drive.js:32 +msgid "Backing up to Google Drive." +msgstr "" + +#. Label of a Card Break in the Integrations Workspace +#: frappe/integrations/workspace/integrations/integrations.json +msgid "Backup" +msgstr "" + +#. Label of a Section Break field in DocType 'S3 Backup Settings' +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +msgid "Backup Details" +msgstr "" + +#: frappe/desk/page/backups/backups.js:26 +msgid "Backup Encryption Key" +msgstr "" + +#. Label of a Check field in DocType 'S3 Backup Settings' +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +msgid "Backup Files" +msgstr "" + +#. Label of a Data field in DocType 'Google Drive' +#: frappe/integrations/doctype/google_drive/google_drive.json +msgid "Backup Folder ID" +msgstr "" + +#. Label of a Data field in DocType 'Google Drive' +#: frappe/integrations/doctype/google_drive/google_drive.json +msgid "Backup Folder Name" +msgstr "" + +#. Label of a Select field in DocType 'Dropbox Settings' +#. Label of a Select field in DocType 'S3 Backup Settings' +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.json +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +msgid "Backup Frequency" +msgstr "" + +#: frappe/desk/page/backups/backups.py:95 +msgid "Backup job is already queued. You will receive an email with the download link" +msgstr "" + +#. Description of the 'Backup Files' (Check) field in DocType 'S3 Backup +#. Settings' +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +msgid "Backup public and private files along with the database." +msgstr "" + +#. Label of a Tab Break field in DocType 'System Settings' +#. Label of a Section Break field in DocType 'System Health Report' +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Backups" +msgstr "" + +#. Label of a Float field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Backups (MB)" +msgstr "" + +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.py:66 +msgid "Bad Cron Expression" +msgstr "" + +#. Option for the 'Rounding Method' (Select) field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Banker's Rounding" +msgstr "" + +#. Option for the 'Rounding Method' (Select) field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Banker's Rounding (legacy)" +msgstr "" + +#. Label of a Section Break field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Banner" +msgstr "" + +#. Label of a Code field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Banner HTML" +msgstr "" + +#. Label of a Attach Image field in DocType 'User' +#. Label of a Attach Image field in DocType 'Web Form' +#: frappe/core/doctype/user/user.json +#: frappe/website/doctype/web_form/web_form.json +msgid "Banner Image" +msgstr "" + +#. Description of the 'Banner HTML' (Code) field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Banner is above the Top Menu Bar." +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Bar" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Barcode" +msgstr "" + +#. Label of a Data field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "Base Distinguished Name (DN)" +msgstr "" + +#. Label of a Data field in DocType 'Social Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Base URL" +msgstr "" + +#. Label of a Link field in DocType 'Language' +#: frappe/core/doctype/language/language.json +#: frappe/printing/page/print/print.js:273 +#: frappe/printing/page/print/print.js:327 +msgid "Based On" +msgstr "" + +#. Option for the 'Rule' (Select) field in DocType 'Assignment Rule' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +msgid "Based on Field" +msgstr "" + +#. Label of a Link field in DocType 'Auto Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Based on Permissions For User" +msgstr "" + +#. Option for the 'Method' (Select) field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Basic" +msgstr "" + +#. Label of a Section Break field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Basic Info" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:60 +#: frappe/public/js/frappe/ui/filters/filter.js:66 +msgid "Before" +msgstr "" + +#. Option for the 'DocType Event' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "Before Cancel" +msgstr "" + +#. Option for the 'DocType Event' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "Before Delete" +msgstr "" + +#. Option for the 'DocType Event' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "Before Insert" +msgstr "" + +#. Option for the 'DocType Event' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "Before Print" +msgstr "" + +#. Option for the 'DocType Event' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "Before Rename" +msgstr "" + +#. Option for the 'DocType Event' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "Before Save" +msgstr "" + +#. Option for the 'DocType Event' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "Before Save (Submitted Document)" +msgstr "" + +#. Option for the 'DocType Event' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "Before Submit" +msgstr "" + +#. Option for the 'DocType Event' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "Before Validate" +msgstr "" + +#. Option for the 'Level' (Select) field in DocType 'Help Article' +#: frappe/website/doctype/help_article/help_article.json +msgid "Beginner" +msgstr "" + +#: frappe/public/js/frappe/form/link_selector.js:29 +msgid "Beginning with" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Beta" +msgstr "" + +#: frappe/utils/password_strength.py:65 +msgid "Better add a few more letters or another word" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:27 +msgid "Between" +msgstr "" + +#. Option for the 'Address Type' (Select) field in DocType 'Address' +#: frappe/contacts/doctype/address/address.json +msgid "Billing" +msgstr "" + +#: frappe/public/js/frappe/form/templates/contact_list.html:21 +msgid "Billing Contact" +msgstr "" + +#. Label of a Data field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Binary Logging" +msgstr "" + +#. Label of a Small Text field in DocType 'User' +#. Label of a Small Text field in DocType 'About Us Team Member' +#. Label of a Small Text field in DocType 'Blogger' +#: frappe/core/doctype/user/user.json +#: frappe/website/doctype/about_us_team_member/about_us_team_member.json +#: frappe/website/doctype/blogger/blogger.json +msgid "Bio" +msgstr "" + +#. Label of a Date field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Birth Date" +msgstr "" + +#: frappe/public/js/frappe/data_import/data_exporter.js:41 +msgid "Blank Template" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/block_module/block_module.json +msgid "Block Module" +msgstr "" + +#. Label of a Table field in DocType 'Module Profile' +#. Label of a Table field in DocType 'User' +#: frappe/core/doctype/module_profile/module_profile.json +#: frappe/core/doctype/user/user.json +msgid "Block Modules" +msgstr "" + +#. Label of a Check field in DocType 'Desktop Icon' +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +msgid "Blocked" +msgstr "" + +#. Label of a Card Break in the Website Workspace +#: frappe/website/doctype/blog_post/blog_post.py:239 +#: frappe/website/doctype/blog_post/templates/blog_post.html:13 +#: frappe/website/doctype/blog_post/templates/blog_post_list.html:2 +#: frappe/website/doctype/blog_post/templates/blog_post_list.html:11 +#: frappe/website/workspace/website/website.json +msgid "Blog" +msgstr "" + +#. Name of a DocType +#. Label of a Link field in DocType 'Blog Post' +#. Label of a Link in the Website Workspace +#: frappe/website/doctype/blog_category/blog_category.json +#: frappe/website/doctype/blog_post/blog_post.json +#: frappe/website/workspace/website/website.json +msgid "Blog Category" +msgstr "" + +#. Label of a Small Text field in DocType 'Blog Post' +#: frappe/website/doctype/blog_post/blog_post.json +msgid "Blog Intro" +msgstr "" + +#. Label of a Small Text field in DocType 'Blog Settings' +#: frappe/website/doctype/blog_settings/blog_settings.json +msgid "Blog Introduction" +msgstr "" + +#. Linked DocType in Blog Category's connections +#. Name of a DocType +#. Linked DocType in Blogger's connections +#. Label of a Link in the Website Workspace +#. Label of a shortcut in the Website Workspace +#: frappe/website/doctype/blog_category/blog_category.json +#: frappe/website/doctype/blog_post/blog_post.json +#: frappe/website/doctype/blogger/blogger.json +#: frappe/website/workspace/website/website.json +msgid "Blog Post" +msgstr "" + +#. Name of a DocType +#: frappe/website/doctype/blog_settings/blog_settings.json +msgid "Blog Settings" +msgstr "" + +#. Label of a Data field in DocType 'Blog Settings' +#: frappe/website/doctype/blog_settings/blog_settings.json +msgid "Blog Title" +msgstr "" + +#. Linked DocType in User's connections +#. Name of a role +#. Label of a Link field in DocType 'Blog Post' +#. Name of a DocType +#. Label of a Link in the Website Workspace +#. Label of a shortcut in the Website Workspace +#: frappe/core/doctype/user/user.json +#: frappe/website/doctype/blog_category/blog_category.json +#: frappe/website/doctype/blog_post/blog_post.json +#: frappe/website/doctype/blog_settings/blog_settings.json +#: frappe/website/doctype/blogger/blogger.json +#: frappe/website/workspace/website/website.json +msgid "Blogger" +msgstr "" + +#. Subtitle of the Module Onboarding 'Website' +#: frappe/website/module_onboarding/website/website.json +msgid "Blogs, Website View Tracking, and more." +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'DocType State' +#. Option for the 'Indicator' (Select) field in DocType 'Kanban Board Column' +#: frappe/core/doctype/doctype_state/doctype_state.json +#: frappe/desk/doctype/kanban_board_column/kanban_board_column.json +msgid "Blue" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Bold" +msgstr "" + +#. Option for the 'Comment Type' (Select) field in DocType 'Comment' +#: frappe/core/doctype/comment/comment.json +msgid "Bot" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:126 +msgid "Both DocType and Name required" +msgstr "" + +#: frappe/templates/includes/login/login.js:25 +#: frappe/templates/includes/login/login.js:97 +msgid "Both login and password required" +msgstr "" + +#. Option for the 'Position' (Select) field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:154 +msgid "Bottom" +msgstr "" + +#. Option for the 'Position' (Select) field in DocType 'Form Tour Step' +#. Option for the 'Page Number' (Select) field in DocType 'Print Format' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:248 +msgid "Bottom Center" +msgstr "" + +#. Option for the 'Page Number' (Select) field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:247 +msgid "Bottom Left" +msgstr "" + +#. Option for the 'Position' (Select) field in DocType 'Form Tour Step' +#. Option for the 'Page Number' (Select) field in DocType 'Print Format' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:249 +msgid "Bottom Right" +msgstr "" + +#. Option for the 'Delivery Status' (Select) field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Bounced" +msgstr "" + +#. Label of a Section Break field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Brand" +msgstr "" + +#. Label of a Code field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Brand HTML" +msgstr "" + +#. Label of a Attach Image field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Brand Image" +msgstr "" + +#. Label of a Attach Image field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Brand Logo" +msgstr "" + +#. Description of the 'Brand HTML' (Code) field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Brand is what appears on the top-left of the toolbar. If it is an image, make sure it\n" +"has a transparent background and use the <img /> tag. Keep size as 200px x 30px" +msgstr "" + +#. Label of a Code field in DocType 'Web Form' +#. Label of a Code field in DocType 'Web Page' +#: frappe/website/doctype/web_form/web_form.json +#: frappe/website/doctype/web_page/web_page.json +msgid "Breadcrumbs" +msgstr "" + +#. Label of a Check field in DocType 'Blog Settings' +#: frappe/website/doctype/blog_post/templates/blog_post_list.html:18 +#: frappe/website/doctype/blog_post/templates/blog_post_list.html:21 +#: frappe/website/doctype/blog_settings/blog_settings.json +msgid "Browse by category" +msgstr "" + +#. Label of a Data field in DocType 'Web Page View' +#: frappe/website/doctype/web_page_view/web_page_view.json +#: frappe/website/report/website_analytics/website_analytics.js:36 +msgid "Browser" +msgstr "" + +#. Label of a Data field in DocType 'Web Page View' +#: frappe/website/doctype/web_page_view/web_page_view.json +msgid "Browser Version" +msgstr "" + +#: frappe/public/js/frappe/desk.js:19 +msgid "Browser not supported" +msgstr "" + +#. Label of a Section Break field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Brute Force Security" +msgstr "" + +#. Label of a Data field in DocType 'S3 Backup Settings' +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +msgid "Bucket Name" +msgstr "" + +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.py:67 +msgid "Bucket {0} not found." +msgstr "" + +#. Label of a Data field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Bufferpool Size" +msgstr "" + +#. Name of a Workspace +#: frappe/core/workspace/build/build.json +msgid "Build" +msgstr "" + +#. Description of a Card Break in the Build Workspace +#: frappe/core/workspace/build/build.json +msgid "Build your own reports, print formats, and dashboards. Create personalized workspaces for easier navigation" +msgstr "" + +#: frappe/workflow/doctype/workflow/workflow_list.js:18 +msgid "Build {0}" +msgstr "" + +#: frappe/templates/includes/footer/footer_powered.html:1 +msgid "Built on {0}" +msgstr "" + +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Bulk Actions" +msgstr "" + +#: frappe/core/doctype/user_permission/user_permission_list.js:142 +msgid "Bulk Delete" +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:321 +msgid "Bulk Edit" +msgstr "" + +#: frappe/public/js/frappe/form/grid.js:1155 +msgid "Bulk Edit {0}" +msgstr "" + +#: frappe/desk/reportview.py:563 +msgid "Bulk Operation Failed" +msgstr "" + +#: frappe/desk/reportview.py:567 +msgid "Bulk Operation Successful" +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:131 +msgid "Bulk PDF Export" +msgstr "" + +#. Label of a Link in the Tools Workspace +#. Name of a DocType +#: frappe/automation/workspace/tools/tools.json +#: frappe/desk/doctype/bulk_update/bulk_update.json +msgid "Bulk Update" +msgstr "" + +#: frappe/model/workflow.py:246 +msgid "Bulk approval only support up to 500 documents." +msgstr "" + +#: frappe/desk/doctype/bulk_update/bulk_update.py:58 +msgid "Bulk operation is enqueued in background." +msgstr "" + +#: frappe/desk/doctype/bulk_update/bulk_update.py:70 +msgid "Bulk operations only support up to 500 documents." +msgstr "" + +#: frappe/model/workflow.py:236 +msgid "Bulk {0} is enqueued in background." +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Button" +msgstr "" + +#. Label of a Check field in DocType 'Website Theme' +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Button Gradients" +msgstr "" + +#. Label of a Check field in DocType 'Website Theme' +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Button Rounded Corners" +msgstr "" + +#. Label of a Check field in DocType 'Website Theme' +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Button Shadows" +msgstr "" + +#. Option for the 'Naming Rule' (Select) field in DocType 'DocType' +#. Option for the 'Naming Rule' (Select) field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "By \"Naming Series\" field" +msgstr "" + +#: frappe/website/doctype/web_page/web_page.js:111 +#: frappe/website/doctype/web_page/web_page.js:118 +msgid "By default the title is used as meta title, adding a value here will override it." +msgstr "" + +#. Description of the 'Send Email for Successful Backup' (Check) field in +#. DocType 'S3 Backup Settings' +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +msgid "By default, emails are only sent for failed backups." +msgstr "" + +#. Option for the 'Naming Rule' (Select) field in DocType 'DocType' +#. Option for the 'Naming Rule' (Select) field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "By fieldname" +msgstr "" + +#. Option for the 'Naming Rule' (Select) field in DocType 'DocType' +#. Option for the 'Naming Rule' (Select) field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "By script" +msgstr "" + +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Bypass Restricted IP Address Check If Two Factor Auth Enabled" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Bypass Two Factor Auth for users who login from restricted IP Address" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Bypass restricted IP Address check If Two Factor Auth Enabled" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "C5E" +msgstr "" + +#: frappe/templates/print_formats/standard_macros.html:212 +msgid "CANCELLED" +msgstr "" + +#. Label of a Code field in DocType 'Communication' +#. Label of a Code field in DocType 'Notification Recipient' +#: frappe/core/doctype/communication/communication.json +#: frappe/email/doctype/notification_recipient/notification_recipient.json +#: frappe/public/js/frappe/views/communication.js:73 +msgid "CC" +msgstr "" + +#. Label of a Data field in DocType 'Recorder' +#: frappe/core/doctype/recorder/recorder.json +msgid "CMD" +msgstr "" + +#: frappe/public/js/frappe/color_picker/color_picker.js:20 +msgid "COLOR PICKER" +msgstr "" + +#. Label of a Section Break field in DocType 'Custom HTML Block' +#. Label of a Code field in DocType 'Print Style' +#. Label of a Code field in DocType 'Web Page' +#: frappe/desk/doctype/custom_html_block/custom_html_block.json +#: frappe/printing/doctype/print_style/print_style.json +#: frappe/website/doctype/web_page/web_page.json +msgid "CSS" +msgstr "" + +#. Label of a Small Text field in DocType 'Web Page Block' +#: frappe/website/doctype/web_page_block/web_page_block.json +msgid "CSS Class" +msgstr "" + +#. Description of the 'Element Selector' (Data) field in DocType 'Form Tour +#. Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "CSS selector for the element you want to highlight." +msgstr "" + +#. Option for the 'File Type' (Select) field in DocType 'Data Export' +#. Option for the 'Format' (Select) field in DocType 'Auto Email Report' +#: frappe/core/doctype/data_export/data_export.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "CSV" +msgstr "" + +#. Label of a Data field in DocType 'Blog Settings' +#: frappe/website/doctype/blog_settings/blog_settings.json +msgid "CTA Label" +msgstr "" + +#. Label of a Data field in DocType 'Blog Settings' +#: frappe/website/doctype/blog_settings/blog_settings.json +msgid "CTA URL" +msgstr "" + +#. Label of a Section Break field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Cache" +msgstr "" + +#: frappe/sessions.py:33 +msgid "Cache Cleared" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:181 +msgid "Calculate" +msgstr "" + +#. Label of a Link in the Tools Workspace +#. Option for the 'Select List View' (Select) field in DocType 'Form Tour' +#. Option for the 'DocType View' (Select) field in DocType 'Workspace Shortcut' +#: frappe/automation/workspace/tools/tools.json +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +msgid "Calendar" +msgstr "" + +#. Label of a Data field in DocType 'Google Calendar' +#: frappe/integrations/doctype/google_calendar/google_calendar.json +msgid "Calendar Name" +msgstr "" + +#. Linked DocType in DocType's connections +#. Name of a DocType +#: frappe/core/doctype/doctype/doctype.json +#: frappe/desk/doctype/calendar_view/calendar_view.json +#: frappe/public/js/frappe/list/base_list.js:207 +msgid "Calendar View" +msgstr "" + +#. Option for the 'Event Category' (Select) field in DocType 'Event' +#: frappe/contacts/doctype/contact/contact.js:55 +#: frappe/desk/doctype/event/event.json +msgid "Call" +msgstr "" + +#. Label of a Data field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Call To Action" +msgstr "" + +#. Label of a Data field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Call To Action URL" +msgstr "" + +#. Label of a Section Break field in DocType 'Blog Settings' +#: frappe/website/doctype/blog_settings/blog_settings.json +msgid "Call to Action" +msgstr "" + +#. Label of a Small Text field in DocType 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Callback Message" +msgstr "" + +#. Label of a Data field in DocType 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Callback Title" +msgstr "" + +#: frappe/public/js/frappe/file_uploader/FileUploader.vue:150 +#: frappe/public/js/frappe/ui/capture.js:326 +msgid "Camera" +msgstr "" + +#. Label of a Link field in DocType 'Newsletter' +#. Label of a Data field in DocType 'Web Page View' +#: frappe/email/doctype/newsletter/newsletter.json +#: frappe/public/js/frappe/utils/utils.js:1733 +#: frappe/website/doctype/web_page_view/web_page_view.json +#: frappe/website/report/website_analytics/website_analytics.js:39 +msgid "Campaign" +msgstr "" + +#. Label of a Small Text field in DocType 'Marketing Campaign' +#: frappe/website/doctype/marketing_campaign/marketing_campaign.json +msgid "Campaign Description (Optional)" +msgstr "" + +#: frappe/public/js/frappe/form/templates/set_sharing.html:4 +#: frappe/public/js/frappe/form/templates/set_sharing.html:50 +msgid "Can Read" +msgstr "" + +#: frappe/public/js/frappe/form/templates/set_sharing.html:7 +#: frappe/public/js/frappe/form/templates/set_sharing.html:53 +msgid "Can Share" +msgstr "" + +#: frappe/public/js/frappe/form/templates/set_sharing.html:6 +#: frappe/public/js/frappe/form/templates/set_sharing.html:52 +msgid "Can Submit" +msgstr "" + +#: frappe/public/js/frappe/form/templates/set_sharing.html:5 +#: frappe/public/js/frappe/form/templates/set_sharing.html:51 +msgid "Can Write" +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.py:361 +msgid "Can not rename as column {0} is already present on DocType." +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1125 +msgid "Can only change to/from Autoincrement naming rule when there is no data in the doctype" +msgstr "" + +#. Description of the 'Apply User Permission On' (Link) field in DocType 'User +#. Type' +#: frappe/core/doctype/user_type/user_type.json +msgid "Can only list down the document types which has been linked to the User document type." +msgstr "" + +#: frappe/model/rename_doc.py:363 +msgid "Can't rename {0} to {1} because {0} doesn't exist." +msgstr "" + +#. Label of a Check field in DocType 'Custom DocPerm' +#. Label of a Check field in DocType 'DocPerm' +#. Label of a Check field in DocType 'User Document Type' +#. Option for the 'Send Alert On' (Select) field in DocType 'Notification' +#. Option for the 'For Document Event' (Select) field in DocType 'Energy Point +#. Rule' +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/docperm/docperm.json +#: frappe/core/doctype/doctype/doctype_list.js:113 +#: frappe/core/doctype/user_document_type/user_document_type.json +#: frappe/email/doctype/notification/notification.json +#: frappe/public/js/frappe/form/reminders.js:54 +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +msgid "Cancel" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1958 +msgctxt "Button in list view actions menu" +msgid "Cancel" +msgstr "" + +#: frappe/public/js/frappe/ui/messages.js:68 +msgctxt "Secondary button in warning dialog" +msgid "Cancel" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:956 +msgid "Cancel All" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:943 +msgid "Cancel All Documents" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.js:132 +msgid "Cancel Scheduling" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1963 +msgctxt "Title of confirmation dialog" +msgid "Cancel {0} documents?" +msgstr "" + +#. Option for the 'Comment Type' (Select) field in DocType 'Comment' +#. Option for the 'Comment Type' (Select) field in DocType 'Communication' +#. Option for the 'Status' (Select) field in DocType 'Event' +#. Option for the 'Status' (Select) field in DocType 'ToDo' +#. Option for the 'Status' (Select) field in DocType 'Integration Request' +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +#: frappe/desk/doctype/event/event.json frappe/desk/doctype/todo/todo.json +#: frappe/desk/form/save.py:59 +#: frappe/integrations/doctype/integration_request/integration_request.json +#: frappe/public/js/frappe/model/indicator.js:78 +#: frappe/public/js/frappe/ui/filters/filter.js:532 +msgid "Cancelled" +msgstr "" + +#: frappe/core/doctype/deleted_document/deleted_document.py:52 +msgid "Cancelled Document restored as Draft" +msgstr "" + +#: frappe/public/js/frappe/form/save.js:13 +msgctxt "Freeze message while cancelling a document" +msgid "Cancelling" +msgstr "" + +#: frappe/desk/form/linked_with.py:375 +msgid "Cancelling documents" +msgstr "" + +#: frappe/desk/doctype/bulk_update/bulk_update.py:93 +msgid "Cancelling {0}" +msgstr "" + +#: frappe/core/doctype/prepared_report/prepared_report.py:255 +msgid "Cannot Download Report due to insufficient permissions" +msgstr "" + +#: frappe/client.py:461 +msgid "Cannot Fetch Values" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager.py:155 +msgid "Cannot Remove" +msgstr "" + +#: frappe/model/base_document.py:1055 +msgid "Cannot Update After Submit" +msgstr "" + +#: frappe/core/doctype/file/file.py:578 +msgid "Cannot access file path {0}" +msgstr "" + +#: frappe/public/js/workflow_builder/utils.js:183 +msgid "Cannot cancel before submitting while transitioning from {0} State to {1} State" +msgstr "" + +#: frappe/workflow/doctype/workflow/workflow.py:110 +msgid "Cannot cancel before submitting. See Transition {0}" +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:294 +msgid "Cannot cancel {0}." +msgstr "" + +#: frappe/model/document.py:850 +msgid "Cannot change docstatus from 0 (Draft) to 2 (Cancelled)" +msgstr "" + +#: frappe/model/document.py:864 +msgid "Cannot change docstatus from 1 (Submitted) to 0 (Draft)" +msgstr "" + +#: frappe/public/js/workflow_builder/utils.js:170 +msgid "Cannot change state of Cancelled Document ({0} State)" +msgstr "" + +#: frappe/workflow/doctype/workflow/workflow.py:99 +msgid "Cannot change state of Cancelled Document. Transition row {0}" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1115 +msgid "Cannot change to/from autoincrement autoname in Customize Form" +msgstr "" + +#: frappe/core/doctype/communication/communication.py:192 +msgid "Cannot create a {0} against a child document: {1}" +msgstr "" + +#: frappe/desk/doctype/workspace/workspace.py:258 +msgid "Cannot create private workspace of other users" +msgstr "" + +#: frappe/core/doctype/file/file.py:150 +msgid "Cannot delete Home and Attachments folders" +msgstr "" + +#: frappe/model/delete_doc.py:384 +msgid "Cannot delete or cancel because {0} {1} is linked with {2} {3} {4}" +msgstr "" + +#: frappe/desk/doctype/workspace/workspace.py:424 +msgid "Cannot delete private workspace of other users" +msgstr "" + +#: frappe/desk/doctype/workspace/workspace.py:417 +msgid "Cannot delete public workspace without Workspace Manager role" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:369 +msgid "Cannot delete standard action. You can hide it if you want" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:391 +msgid "Cannot delete standard document state." +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:321 +msgid "Cannot delete standard field {0}. You can hide it instead." +msgstr "" + +#: frappe/public/js/form_builder/components/Field.vue:38 +#: frappe/public/js/form_builder/components/Section.vue:117 +#: frappe/public/js/form_builder/components/Section.vue:190 +#: frappe/public/js/form_builder/components/Tabs.vue:56 +msgid "Cannot delete standard field. You can hide it if you want" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:347 +msgid "Cannot delete standard link. You can hide it if you want" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:313 +msgid "Cannot delete system generated field {0}. You can hide it instead." +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:215 +msgid "Cannot delete {0}" +msgstr "" + +#: frappe/utils/nestedset.py:303 +msgid "Cannot delete {0} as it has child nodes" +msgstr "" + +#: frappe/desk/doctype/dashboard/dashboard.py:48 +msgid "Cannot edit Standard Dashboards" +msgstr "" + +#: frappe/email/doctype/notification/notification.py:122 +msgid "Cannot edit Standard Notification. To edit, please disable this and duplicate it" +msgstr "" + +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.py:377 +msgid "Cannot edit Standard charts" +msgstr "" + +#: frappe/core/doctype/report/report.py:70 +msgid "Cannot edit a standard report. Please duplicate and create a new report" +msgstr "" + +#: frappe/model/document.py:870 +msgid "Cannot edit cancelled document" +msgstr "" + +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:378 +msgid "Cannot edit filters for standard charts" +msgstr "" + +#: frappe/desk/doctype/number_card/number_card.js:277 +#: frappe/desk/doctype/number_card/number_card.js:364 +msgid "Cannot edit filters for standard number cards" +msgstr "" + +#: frappe/client.py:166 +msgid "Cannot edit standard fields" +msgstr "" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:125 +msgid "Cannot enable {0} for a non-submittable doctype" +msgstr "" + +#: frappe/core/doctype/file/file.py:248 +msgid "Cannot find file {} on disk" +msgstr "" + +#: frappe/core/doctype/file/file.py:524 +msgid "Cannot get file contents of a Folder" +msgstr "" + +#: frappe/printing/page/print/print.js:845 +msgid "Cannot have multiple printers mapped to a single print format." +msgstr "" + +#: frappe/model/document.py:938 +msgid "Cannot link cancelled document: {0}" +msgstr "" + +#: frappe/model/mapper.py:171 +msgid "Cannot map because following condition fails:" +msgstr "" + +#: frappe/core/doctype/data_import/importer.py:933 +msgid "Cannot match column {0} with any field" +msgstr "" + +#: frappe/public/js/frappe/form/grid_row.js:171 +msgid "Cannot move row" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:861 +msgid "Cannot remove ID field" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager.py:132 +msgid "Cannot set 'Report' permission if 'Only If Creator' permission is set" +msgstr "" + +#: frappe/email/doctype/notification/notification.py:139 +msgid "Cannot set Notification with event {0} on Document Type {1}" +msgstr "" + +#: frappe/core/doctype/docshare/docshare.py:66 +msgid "Cannot share {0} with submit permission as the doctype {1} is not submittable" +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:291 +msgid "Cannot submit {0}." +msgstr "" + +#: frappe/desk/doctype/workspace/workspace.py:358 +msgid "Cannot update private workspace of other users" +msgstr "" + +#: frappe/desk/doctype/bulk_update/bulk_update.js:26 +#: frappe/public/js/frappe/list/bulk_operations.js:366 +msgid "Cannot update {0}" +msgstr "" + +#: frappe/model/db_query.py:1114 +msgid "Cannot use sub-query in order by" +msgstr "" + +#: frappe/model/db_query.py:1132 +msgid "Cannot use {0} in order/group by" +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:297 +msgid "Cannot {0} {1}." +msgstr "" + +#: frappe/utils/password_strength.py:177 +msgid "Capitalization doesn't help very much." +msgstr "" + +#: frappe/public/js/frappe/ui/capture.js:286 +msgid "Capture" +msgstr "" + +#. Label of a Link field in DocType 'Number Card Link' +#: frappe/desk/doctype/number_card_link/number_card_link.json +msgid "Card" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Workspace Link' +#: frappe/desk/doctype/workspace_link/workspace_link.json +msgid "Card Break" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:262 +msgid "Card Label" +msgstr "" + +#: frappe/public/js/frappe/widgets/widget_dialog.js:233 +msgid "Card Links" +msgstr "" + +#. Label of a Table field in DocType 'Dashboard' +#: frappe/desk/doctype/dashboard/dashboard.json +msgid "Cards" +msgstr "" + +#. Label of a Data field in DocType 'Desktop Icon' +#. Label of a Link field in DocType 'Help Article' +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +#: frappe/public/js/frappe/views/interaction.js:72 +#: frappe/website/doctype/help_article/help_article.json +msgid "Category" +msgstr "" + +#. Label of a Text field in DocType 'Help Category' +#: frappe/website/doctype/help_category/help_category.json +msgid "Category Description" +msgstr "" + +#. Label of a Data field in DocType 'Help Category' +#: frappe/website/doctype/help_category/help_category.json +msgid "Category Name" +msgstr "" + +#: frappe/utils/data.py:1335 +msgid "Cent" +msgstr "" + +#. Option for the 'Align' (Select) field in DocType 'Letter Head' +#. Option for the 'Text Align' (Select) field in DocType 'Web Page' +#: frappe/printing/doctype/letter_head/letter_head.json +#: frappe/website/doctype/web_page/web_page.json +msgid "Center" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:16 +msgid "Certain documents, like an Invoice, should not be changed once final. The final state for such documents is called Submitted. You can restrict which roles can Submit." +msgstr "" + +#: frappe/core/report/transaction_log_report/transaction_log_report.py:82 +msgid "Chain Integrity" +msgstr "" + +#. Label of a Small Text field in DocType 'Transaction Log' +#: frappe/core/doctype/transaction_log/transaction_log.json +msgid "Chaining Hash" +msgstr "" + +#: frappe/public/js/frappe/form/templates/form_sidebar.html:11 +#: frappe/tests/test_translate.py:98 +msgid "Change" +msgstr "" + +#: frappe/tests/test_translate.py:99 +msgctxt "Coins" +msgid "Change" +msgstr "" + +#: frappe/public/js/print_format_builder/LetterHeadEditor.vue:38 +msgid "Change Image" +msgstr "" + +#. Label of a Data field in DocType 'Customize Form' +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Change Label (via Custom Translation)" +msgstr "" + +#: frappe/public/js/print_format_builder/LetterHeadEditor.vue:45 +#: frappe/public/js/print_format_builder/LetterHeadEditor.vue:141 +msgid "Change Letter Head" +msgstr "" + +#. Label of a Section Break field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Change Password" +msgstr "" + +#: frappe/public/js/print_format_builder/print_format_builder.bundle.js:27 +msgid "Change Print Format" +msgstr "" + +#: frappe/desk/page/user_profile/user_profile_controller.js:51 +#: frappe/desk/page/user_profile/user_profile_controller.js:59 +msgid "Change User" +msgstr "" + +#. Description of the 'Update Series Counter' (Section Break) field in DocType +#. 'Document Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Change the starting / current sequence number of an existing series.
    \n\n" +"Warning: Incorrectly updating counters can prevent documents from getting created. " +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/changelog_feed/changelog_feed.json +msgid "Changelog Feed" +msgstr "" + +#: frappe/email/doctype/email_domain/email_domain.js:5 +msgid "Changing any setting will reflect on all the email accounts associated with this domain." +msgstr "" + +#: frappe/core/doctype/system_settings/system_settings.js:67 +msgid "Changing rounding method on site with data can result in unexpected behaviour." +msgstr "" + +#. Label of a Select field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Channel" +msgstr "" + +#. Label of a Link field in DocType 'Dashboard Chart Link' +#: frappe/desk/doctype/dashboard_chart_link/dashboard_chart_link.json +msgid "Chart" +msgstr "" + +#. Label of a Code field in DocType 'Dashboard Settings' +#: frappe/desk/doctype/dashboard_settings/dashboard_settings.json +msgid "Chart Configuration" +msgstr "" + +#. Label of a Data field in DocType 'Dashboard Chart' +#. Label of a Link field in DocType 'Workspace Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/workspace_chart/workspace_chart.json +#: frappe/public/js/frappe/views/reports/query_report.js:289 +#: frappe/public/js/frappe/widgets/widget_dialog.js:104 +msgid "Chart Name" +msgstr "" + +#. Label of a Code field in DocType 'Dashboard' +#. Label of a Section Break field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard/dashboard.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Chart Options" +msgstr "" + +#. Label of a Link field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Chart Source" +msgstr "" + +#. Label of a Select field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/public/js/frappe/views/reports/report_view.js:475 +msgid "Chart Type" +msgstr "" + +#. Label of a Table field in DocType 'Dashboard' +#. Label of a Table field in DocType 'Workspace' +#: frappe/desk/doctype/dashboard/dashboard.json +#: frappe/desk/doctype/workspace/workspace.json +msgid "Charts" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Communication' +#. Option for the 'Communication Type' (Select) field in DocType +#. 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Chat" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Column' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Filter' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Template Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/report_column/report_column.json +#: frappe/core/doctype/report_filter/report_filter.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/web_form_field/web_form_field.json +#: frappe/website/doctype/web_template_field/web_template_field.json +msgid "Check" +msgstr "" + +#: frappe/integrations/doctype/webhook/webhook.py:98 +msgid "Check Request URL" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.js:18 +msgid "Check broken links" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder_column_selector.html:1 +msgid "Check columns to select, drag to set order." +msgstr "" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:447 +msgid "Check the Error Log for more information: {0}" +msgstr "" + +#: frappe/website/doctype/website_settings/website_settings.js:147 +msgid "Check this if you don't want users to sign up for an account on your site. Users won't get desk access unless you explicitly provide it." +msgstr "" + +#. Description of the 'User must always select' (Check) field in DocType +#. 'Document Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Check this if you want to force the user to select a series before saving. There will be no default if you check this." +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.js:20 +msgid "Checking broken links..." +msgstr "" + +#: frappe/public/js/frappe/desk.js:220 +msgid "Checking one moment" +msgstr "" + +#: frappe/website/doctype/website_settings/website_settings.js:140 +msgid "Checking this will enable tracking page views for blogs, web pages, etc." +msgstr "" + +#. Description of the 'Hide Custom DocTypes and Reports' (Check) field in +#. DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "Checking this will hide custom doctypes and reports cards in Links section" +msgstr "" + +#: frappe/website/doctype/web_page/web_page.js:78 +msgid "Checking this will publish the page on your website and it'll be visible to everyone." +msgstr "" + +#: frappe/website/doctype/web_page/web_page.js:104 +msgid "Checking this will show a text area where you can write custom javascript that will run on this page." +msgstr "" + +#. Label of a Data field in DocType 'Transaction Log' +#: frappe/core/doctype/transaction_log/transaction_log.json +msgid "Checksum Version" +msgstr "" + +#: frappe/www/list.py:84 +msgid "Child DocTypes are not allowed" +msgstr "" + +#. Label of a Data field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Child Doctype" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1609 +msgid "Child Table {0} for field {1}" +msgstr "" + +#. Description of the 'Is Child Table' (Check) field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/doctype/doctype_list.js:37 +msgid "Child Tables are shown as a Grid in other DocTypes" +msgstr "" + +#: frappe/public/js/frappe/widgets/widget_dialog.js:619 +msgid "Choose Existing Card or create New Card" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:1430 +msgid "Choose a block or continue typing" +msgstr "" + +#: frappe/public/js/form_builder/components/controls/DataControl.vue:18 +#: frappe/public/js/frappe/form/controls/color.js:5 +msgid "Choose a color" +msgstr "" + +#: frappe/public/js/form_builder/components/controls/DataControl.vue:21 +#: frappe/public/js/frappe/form/controls/icon.js:5 +msgid "Choose an icon" +msgstr "" + +#. Description of the 'Two Factor Authentication method' (Select) field in +#. DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Choose authentication method to be used by all users" +msgstr "" + +#. Label of a Data field in DocType 'Contact Us Settings' +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +msgid "City" +msgstr "" + +#. Label of a Data field in DocType 'Address' +#: frappe/contacts/doctype/address/address.json +msgid "City/Town" +msgstr "" + +#: frappe/core/doctype/recorder/recorder_list.js:12 +#: frappe/public/js/frappe/form/controls/attach.js:16 +msgid "Clear" +msgstr "" + +#: frappe/public/js/frappe/views/communication.js:423 +msgid "Clear & Add Template" +msgstr "" + +#: frappe/public/js/frappe/views/communication.js:102 +msgid "Clear & Add template" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1864 +msgctxt "Button in list view actions menu" +msgid "Clear Assignment" +msgstr "" + +#: frappe/public/js/frappe/ui/keyboard.js:278 +msgid "Clear Cache and Reload" +msgstr "" + +#: frappe/core/doctype/error_log/error_log_list.js:12 +msgid "Clear Error Logs" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter_list.js:298 +msgid "Clear Filters" +msgstr "" + +#. Label of a Int field in DocType 'Logs To Clear' +#: frappe/core/doctype/logs_to_clear/logs_to_clear.json +msgid "Clear Logs After (days)" +msgstr "" + +#: frappe/core/doctype/user_permission/user_permission_list.js:144 +msgid "Clear User Permissions" +msgstr "" + +#: frappe/public/js/frappe/views/communication.js:424 +msgid "Clear the email message and add the template" +msgstr "" + +#: frappe/website/doctype/web_page/web_page.py:215 +msgid "Clearing end date, as it cannot be in the past for published pages." +msgstr "" + +#: frappe/public/js/frappe/views/dashboard/dashboard_view.js:193 +msgid "Click On Customize to add your first widget" +msgstr "" + +#: frappe/website/doctype/web_form/templates/web_form.html:144 +msgid "Click here" +msgstr "" + +#: frappe/public/js/frappe/form/templates/form_sidebar.html:26 +msgid "Click here to post bugs and suggestions" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.py:338 +msgid "Click here to verify" +msgstr "" + +#: frappe/integrations/doctype/google_drive/google_drive.js:47 +msgid "Click on Authorize Google Drive Access to authorize Google Drive Access." +msgstr "" + +#: frappe/public/js/frappe/file_uploader/FileUploader.vue:499 +msgid "Click on a file to select it." +msgstr "" + +#: frappe/templates/emails/login_with_email_link.html:19 +msgid "Click on the button to log in to {0}" +msgstr "" + +#: frappe/templates/emails/data_deletion_approval.html:2 +msgid "Click on the link below to approve the request" +msgstr "" + +#: frappe/templates/emails/new_user.html:7 +msgid "Click on the link below to complete your registration and set a new password" +msgstr "" + +#: frappe/templates/emails/download_data.html:3 +msgid "Click on the link below to download your data" +msgstr "" + +#: frappe/templates/emails/delete_data_confirmation.html:4 +msgid "Click on the link below to verify your request" +msgstr "" + +#: frappe/public/js/frappe/file_uploader/FileUploader.vue:200 +msgid "Click on the lock icon to toggle public/private" +msgstr "" + +#: frappe/integrations/doctype/google_calendar/google_calendar.py:102 +#: frappe/integrations/doctype/google_contacts/google_contacts.py:41 +#: frappe/integrations/doctype/google_drive/google_drive.py:53 +#: frappe/website/doctype/website_settings/website_settings.py:161 +msgid "Click on {0} to generate Refresh Token." +msgstr "" + +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:315 +#: frappe/desk/doctype/number_card/number_card.js:215 +#: frappe/email/doctype/auto_email_report/auto_email_report.js:99 +#: frappe/website/doctype/web_form/web_form.js:236 +msgid "Click table to edit" +msgstr "" + +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:502 +#: frappe/desk/doctype/number_card/number_card.js:402 +msgid "Click to Set Dynamic Filters" +msgstr "" + +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:372 +#: frappe/desk/doctype/number_card/number_card.js:270 +#: frappe/website/doctype/web_form/web_form.js:262 +msgid "Click to Set Filters" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:681 +msgid "Click to sort by {0}" +msgstr "" + +#. Option for the 'Delivery Status' (Select) field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Clicked" +msgstr "" + +#. Label of a Link field in DocType 'OAuth Authorization Code' +#. Label of a Link field in DocType 'OAuth Bearer Token' +#: frappe/integrations/doctype/oauth_authorization_code/oauth_authorization_code.json +#: frappe/integrations/doctype/oauth_bearer_token/oauth_bearer_token.json +msgid "Client" +msgstr "" + +#. Label of a Section Break field in DocType 'Report' +#: frappe/core/doctype/report/report.json +msgid "Client Code" +msgstr "" + +#. Label of a Section Break field in DocType 'Connected App' +#. Label of a Section Break field in DocType 'Social Login Key' +#: frappe/integrations/doctype/connected_app/connected_app.json +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Client Credentials" +msgstr "" + +#. Label of a Data field in DocType 'Google Settings' +#. Label of a Data field in DocType 'Social Login Key' +#: frappe/integrations/doctype/google_settings/google_settings.json +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Client ID" +msgstr "" + +#. Label of a Data field in DocType 'Connected App' +#: frappe/integrations/doctype/connected_app/connected_app.json +msgid "Client Id" +msgstr "" + +#. Label of a Section Break field in DocType 'Social Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Client Information" +msgstr "" + +#. Linked DocType in DocType's connections +#. Linked DocType in Module Def's connections +#. Label of a Link in the Build Workspace +#. Label of a shortcut in the Build Workspace +#. Name of a DocType +#. Label of a Code field in DocType 'DocType Layout' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/module_def/module_def.json +#: frappe/core/workspace/build/build.json +#: frappe/custom/doctype/client_script/client_script.json +#: frappe/custom/doctype/doctype_layout/doctype_layout.json +#: frappe/website/doctype/web_page/web_page.js:103 +msgid "Client Script" +msgstr "" + +#. Label of a Password field in DocType 'Connected App' +#. Label of a Password field in DocType 'Google Settings' +#. Label of a Password field in DocType 'Social Login Key' +#: frappe/integrations/doctype/connected_app/connected_app.json +#: frappe/integrations/doctype/google_settings/google_settings.json +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Client Secret" +msgstr "" + +#. Label of a Section Break field in DocType 'Social Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Client URLs" +msgstr "" + +#. Label of a Code field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Client script" +msgstr "" + +#: frappe/core/doctype/communication/communication.js:39 +#: frappe/desk/doctype/todo/todo.js:23 +#: frappe/public/js/frappe/ui/messages.js:245 +#: frappe/website/js/bootstrap-4.js:24 +msgid "Close" +msgstr "" + +#. Label of a Code field in DocType 'Assignment Rule' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +msgid "Close Condition" +msgstr "" + +#: frappe/public/js/form_builder/components/FieldProperties.vue:79 +msgid "Close properties" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Activity Log' +#. Option for the 'Status' (Select) field in DocType 'Communication' +#. Option for the 'Status' (Select) field in DocType 'Event' +#. Option for the 'Status' (Select) field in DocType 'ToDo' +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/communication/communication.json +#: frappe/desk/doctype/event/event.json frappe/desk/doctype/todo/todo.json +msgid "Closed" +msgstr "" + +#: frappe/templates/discussions/comment_box.html:25 +#: frappe/templates/discussions/reply_section.html:53 +#: frappe/templates/discussions/topic_modal.html:11 +msgid "Cmd+Enter to add comment" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Label of a Data field in DocType 'Country' +#. Option for the 'Response Type' (Select) field in DocType 'OAuth Client' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/geo/doctype/country/country.json +#: frappe/integrations/doctype/oauth_client/oauth_client.json +msgid "Code" +msgstr "" + +#. Label of a Data field in DocType 'OAuth Authorization Code' +#: frappe/integrations/doctype/oauth_authorization_code/oauth_authorization_code.json +msgid "Code Challenge" +msgstr "" + +#. Label of a Select field in DocType 'OAuth Authorization Code' +#: frappe/integrations/doctype/oauth_authorization_code/oauth_authorization_code.json +msgid "Code challenge method" +msgstr "" + +#: frappe/public/js/frappe/form/form_tour.js:270 +#: frappe/public/js/frappe/widgets/base_widget.js:159 +msgid "Collapse" +msgstr "" + +#: frappe/public/js/frappe/form/controls/code.js:179 +msgctxt "Shrink code field." +msgid "Collapse" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:1973 +#: frappe/public/js/frappe/views/treeview.js:110 +msgid "Collapse All" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Collapsible" +msgstr "" + +#. Label of a Code field in DocType 'Custom Field' +#. Label of a Code field in DocType 'Customize Form Field' +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Collapsible Depends On" +msgstr "" + +#. Label of a Code field in DocType 'DocField' +#: frappe/core/doctype/docfield/docfield.json +msgid "Collapsible Depends On (JS)" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Label of a Data field in DocType 'DocType' +#. Label of a Select field in DocType 'DocType State' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Label of a Color field in DocType 'Dashboard Chart' +#. Label of a Color field in DocType 'Dashboard Chart Field' +#. Label of a Data field in DocType 'Desktop Icon' +#. Label of a Color field in DocType 'Event' +#. Label of a Color field in DocType 'Number Card' +#. Label of a Color field in DocType 'ToDo' +#. Label of a Color field in DocType 'Workspace Shortcut' +#. Name of a DocType +#. Label of a Color field in DocType 'Color' +#. Label of a Color field in DocType 'Social Link Settings' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/doctype_state/doctype_state.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/dashboard_chart_field/dashboard_chart_field.json +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +#: frappe/desk/doctype/event/event.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/desk/doctype/todo/todo.json +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +#: frappe/public/js/frappe/views/reports/query_report.js:1160 +#: frappe/public/js/frappe/widgets/widget_dialog.js:510 +#: frappe/public/js/frappe/widgets/widget_dialog.js:662 +#: frappe/website/doctype/color/color.json +#: frappe/website/doctype/social_link_settings/social_link_settings.json +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Color" +msgstr "" + +#. Label of a Data field in DocType 'Recorder Suggested Index' +#: frappe/core/doctype/recorder_suggested_index/recorder_suggested_index.json +#: frappe/printing/page/print_format_builder/print_format_builder_column_selector.html:7 +#: frappe/public/js/form_builder/components/Section.vue:270 +#: frappe/public/js/print_format_builder/ConfigureColumns.vue:8 +msgid "Column" +msgstr "" + +#: frappe/desk/doctype/kanban_board/kanban_board.py:84 +msgid "Column {0} already exist." +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Template Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/web_form_field/web_form_field.json +#: frappe/website/doctype/web_template_field/web_template_field.json +msgid "Column Break" +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:140 +msgid "Column Labels:" +msgstr "" + +#. Label of a Data field in DocType 'Kanban Board Column' +#: frappe/core/doctype/data_export/exporter.py:25 +#: frappe/desk/doctype/kanban_board_column/kanban_board_column.json +msgid "Column Name" +msgstr "" + +#: frappe/desk/doctype/kanban_board/kanban_board.py:45 +msgid "Column Name cannot be empty" +msgstr "" + +#: frappe/public/js/frappe/form/grid_row.js:430 +msgid "Column Width" +msgstr "" + +#: frappe/public/js/frappe/form/grid_row.js:614 +msgid "Column width cannot be zero." +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:385 +msgid "Column {0}" +msgstr "" + +#. Label of a Int field in DocType 'DocField' +#. Label of a Section Break field in DocType 'Report' +#. Label of a Table field in DocType 'Report' +#. Label of a Int field in DocType 'Custom Field' +#. Label of a Int field in DocType 'Customize Form Field' +#. Label of a Table field in DocType 'Kanban Board' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/report/report.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/desk/doctype/kanban_board/kanban_board.json +msgid "Columns" +msgstr "" + +#. Label of a HTML Editor field in DocType 'Access Log' +#: frappe/core/doctype/access_log/access_log.json +msgid "Columns / Fields" +msgstr "" + +#: frappe/public/js/frappe/views/kanban/kanban_view.js:397 +msgid "Columns based on" +msgstr "" + +#: frappe/integrations/doctype/oauth_client/oauth_client.py:48 +msgid "Combination of Grant Type ({0}) and Response Type ({1}) not allowed" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Comm10E" +msgstr "" + +#. Name of a DocType +#. Option for the 'Comment Type' (Select) field in DocType 'Comment' +#. Option for the 'Communication Type' (Select) field in DocType +#. 'Communication' +#. Option for the 'Comment Type' (Select) field in DocType 'Communication' +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/version/version_view.html:3 +#: frappe/public/js/frappe/form/controls/comment.js:9 +#: frappe/public/js/frappe/form/sidebar/assign_to.js:236 +#: frappe/templates/includes/comments/comments.html:34 +msgid "Comment" +msgstr "" + +#. Label of a Data field in DocType 'Comment' +#: frappe/core/doctype/comment/comment.json +msgid "Comment By" +msgstr "" + +#. Label of a Data field in DocType 'Comment' +#: frappe/core/doctype/comment/comment.json +msgid "Comment Email" +msgstr "" + +#. Label of a Select field in DocType 'Comment' +#. Label of a Select field in DocType 'Communication' +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +msgid "Comment Type" +msgstr "" + +#: frappe/desk/form/utils.py:58 +msgid "Comment can only be edited by the owner" +msgstr "" + +#. Label of a Int field in DocType 'Blog Settings' +#: frappe/website/doctype/blog_settings/blog_settings.json +msgid "Comment limit" +msgstr "" + +#. Description of the 'Comment limit' (Int) field in DocType 'Blog Settings' +#: frappe/website/doctype/blog_settings/blog_settings.json +msgid "Comment limit per hour" +msgstr "" + +#: frappe/model/meta.py:53 frappe/public/js/frappe/form/controls/comment.js:9 +#: frappe/public/js/frappe/model/meta.js:206 +#: frappe/public/js/frappe/model/model.js:135 +#: frappe/website/doctype/web_form/templates/web_form.html:119 +msgid "Comments" +msgstr "" + +#. Description of the 'Timeline Field' (Data) field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Comments and Communications will be associated with this linked document" +msgstr "" + +#: frappe/templates/includes/comments/comments.py:38 +msgid "Comments cannot have links or email addresses" +msgstr "" + +#. Option for the 'Rounding Method' (Select) field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Commercial Rounding" +msgstr "" + +#. Label of a Check field in DocType 'System Console' +#: frappe/desk/doctype/system_console/system_console.json +msgid "Commit" +msgstr "" + +#. Label of a Check field in DocType 'Console Log' +#: frappe/desk/doctype/console_log/console_log.json +msgid "Committed" +msgstr "" + +#: frappe/utils/password_strength.py:172 +msgid "Common names and surnames are easy to guess." +msgstr "" + +#. Name of a DocType +#. Option for the 'Communication Type' (Select) field in DocType +#. 'Communication' +#. Linked DocType in User's connections +#. Label of a Data field in DocType 'Email Flag Queue' +#. Label of a Link field in DocType 'Email Queue' +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/user/user.json +#: frappe/email/doctype/email_flag_queue/email_flag_queue.json +#: frappe/email/doctype/email_queue/email_queue.json +#: frappe/tests/test_translate.py:35 frappe/tests/test_translate.py:103 +msgid "Communication" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/communication_link/communication_link.json +msgid "Communication Link" +msgstr "" + +#. Label of a Link in the Build Workspace +#: frappe/core/workspace/build/build.json +msgid "Communication Logs" +msgstr "" + +#. Label of a Select field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Communication Type" +msgstr "" + +#: frappe/integrations/frappe_providers/frappecloud_billing.py:28 +msgid "Communication secret not set" +msgstr "" + +#: frappe/desk/page/leaderboard/leaderboard.js:112 +msgid "Company" +msgstr "" + +#. Name of a DocType +#: frappe/website/doctype/company_history/company_history.json +#: frappe/www/about.html:29 +msgid "Company History" +msgstr "" + +#. Label of a Text Editor field in DocType 'About Us Settings' +#: frappe/website/doctype/about_us_settings/about_us_settings.json +msgid "Company Introduction" +msgstr "" + +#. Label of a Data field in DocType 'Contact' +#: frappe/contacts/doctype/contact/contact.json +msgid "Company Name" +msgstr "" + +#: frappe/core/doctype/server_script/server_script.js:14 +#: frappe/custom/doctype/client_script/client_script.js:54 +#: frappe/public/js/frappe/utils/diffview.js:28 +msgid "Compare Versions" +msgstr "" + +#: frappe/core/doctype/server_script/server_script.py:139 +msgid "Compilation warning" +msgstr "" + +#: frappe/website/doctype/website_theme/website_theme.py:121 +msgid "Compiled Successfully" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Scheduled Job Log' +#: frappe/core/doctype/scheduled_job_log/scheduled_job_log.json +#: frappe/www/complete_signup.html:21 +msgid "Complete" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/assign_to.js:202 +msgid "Complete By" +msgstr "" + +#: frappe/core/doctype/user/user.py:413 +#: frappe/templates/emails/new_user.html:10 +msgid "Complete Registration" +msgstr "" + +#: frappe/public/js/frappe/ui/slides.js:355 +msgctxt "Finish the setup wizard" +msgid "Complete Setup" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Auto Repeat' +#. Option for the 'Status' (Select) field in DocType 'Prepared Report' +#. Option for the 'Status' (Select) field in DocType 'Event' +#. Option for the 'Status' (Select) field in DocType 'Integration Request' +#. Option for the 'Status' (Select) field in DocType 'Workflow Action' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/core/doctype/doctype/boilerplate/controller_list.html:31 +#: frappe/core/doctype/prepared_report/prepared_report.json +#: frappe/desk/doctype/event/event.json +#: frappe/integrations/doctype/integration_request/integration_request.json +#: frappe/utils/goal.py:117 +#: frappe/workflow/doctype/workflow_action/workflow_action.json +msgid "Completed" +msgstr "" + +#. Label of a Link field in DocType 'Workflow Action' +#: frappe/workflow/doctype/workflow_action/workflow_action.json +msgid "Completed By Role" +msgstr "" + +#. Label of a Link field in DocType 'Workflow Action' +#: frappe/workflow/doctype/workflow_action/workflow_action.json +msgid "Completed By User" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Web Template' +#: frappe/website/doctype/web_template/web_template.json +msgid "Component" +msgstr "" + +#: frappe/public/js/frappe/views/inbox/inbox_view.js:184 +msgid "Compose Email" +msgstr "" + +#. Label of a Select field in DocType 'Document Naming Rule Condition' +#. Label of a Code field in DocType 'Navbar Item' +#. Label of a Small Text field in DocType 'Bulk Update' +#. Label of a Code field in DocType 'Notification' +#. Label of a Data field in DocType 'Notification Recipient' +#. Label of a Small Text field in DocType 'Webhook' +#. Label of a Code field in DocType 'Energy Point Rule' +#. Label of a Code field in DocType 'Workflow Transition' +#: frappe/core/doctype/document_naming_rule_condition/document_naming_rule_condition.json +#: frappe/core/doctype/navbar_item/navbar_item.json +#: frappe/desk/doctype/bulk_update/bulk_update.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:305 +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:439 +#: frappe/desk/doctype/number_card/number_card.js:205 +#: frappe/desk/doctype/number_card/number_card.js:336 +#: frappe/email/doctype/notification/notification.json +#: frappe/email/doctype/notification_recipient/notification_recipient.json +#: frappe/integrations/doctype/webhook/webhook.json +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +#: frappe/website/doctype/web_form/web_form.js:197 +#: frappe/workflow/doctype/workflow_transition/workflow_transition.json +msgid "Condition" +msgstr "" + +#. Label of a JSON field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Condition JSON" +msgstr "" + +#. Label of a HTML field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Condition description" +msgstr "" + +#. Label of a Table field in DocType 'Document Naming Rule' +#. Label of a Section Break field in DocType 'Workflow Transition' +#: frappe/core/doctype/document_naming_rule/document_naming_rule.json +#: frappe/workflow/doctype/workflow_transition/workflow_transition.json +msgid "Conditions" +msgstr "" + +#. Label of a Section Break field in DocType 'Social Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Configuration" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:457 +msgid "Configure Chart" +msgstr "" + +#: frappe/public/js/frappe/form/grid_row.js:382 +msgid "Configure Columns" +msgstr "" + +#: frappe/core/doctype/recorder/recorder_list.js:200 +msgid "Configure Recorder" +msgstr "" + +#: frappe/public/js/print_format_builder/Field.vue:103 +msgid "Configure columns for {0}" +msgstr "" + +#. Description of the 'Amended Documents' (Section Break) field in DocType +#. 'Document Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Configure how amended documents will be named.
    \n\n" +"Default behaviour is to follow an amend counter which adds a number to the end of the original name indicating the amended version.
    \n\n" +"Default Naming will make the amended document to behave same as new documents." +msgstr "" + +#. Description of a DocType +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Configure various aspects of how document naming works like naming series, current counter." +msgstr "" + +#: frappe/core/doctype/user/user.js:395 frappe/public/js/frappe/dom.js:331 +#: frappe/www/update-password.html:30 +msgid "Confirm" +msgstr "" + +#: frappe/public/js/frappe/ui/messages.js:31 +msgctxt "Title of confirmation dialog" +msgid "Confirm" +msgstr "" + +#: frappe/integrations/oauth2.py:118 +msgid "Confirm Access" +msgstr "" + +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:92 +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:100 +msgid "Confirm Deletion of Account" +msgstr "" + +#: frappe/core/doctype/user/user.js:189 +msgid "Confirm New Password" +msgstr "" + +#: frappe/www/update-password.html:24 +msgid "Confirm Password" +msgstr "" + +#: frappe/templates/emails/data_deletion_approval.html:6 +#: frappe/templates/emails/delete_data_confirmation.html:7 +msgid "Confirm Request" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.py:333 +msgid "Confirm Your Email" +msgstr "" + +#. Label of a Link field in DocType 'Email Group' +#: frappe/email/doctype/email_group/email_group.json +msgid "Confirmation Email Template" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.py:382 +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:393 +msgid "Confirmed" +msgstr "" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:530 +msgid "Congratulations on completing the module setup. If you want to learn more you can refer to the documentation here." +msgstr "" + +#: frappe/integrations/doctype/connected_app/connected_app.js:25 +msgid "Connect to {}" +msgstr "" + +#. Label of a Link field in DocType 'Email Account' +#. Name of a DocType +#. Label of a Link field in DocType 'Token Cache' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/integrations/doctype/connected_app/connected_app.json +#: frappe/integrations/doctype/token_cache/token_cache.json +msgid "Connected App" +msgstr "" + +#. Label of a Link field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Connected User" +msgstr "" + +#: frappe/public/js/frappe/form/print_utils.js:97 +#: frappe/public/js/frappe/form/print_utils.js:121 +msgid "Connected to QZ Tray!" +msgstr "" + +#: frappe/public/js/frappe/request.js:34 +msgid "Connection Lost" +msgstr "" + +#: frappe/templates/pages/integrations/gcalendar-success.html:3 +msgid "Connection Success" +msgstr "" + +#: frappe/public/js/frappe/dom.js:432 +msgid "Connection lost. Some features might not work." +msgstr "" + +#. Label of a Tab Break field in DocType 'DocType' +#. Label of a Tab Break field in DocType 'Module Def' +#. Label of a Tab Break field in DocType 'User' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/module_def/module_def.json +#: frappe/core/doctype/user/user.json +#: frappe/public/js/frappe/form/dashboard.js:54 +msgid "Connections" +msgstr "" + +#. Label of a Code field in DocType 'System Console' +#: frappe/desk/doctype/system_console/system_console.json +msgid "Console" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/console_log/console_log.json +msgid "Console Log" +msgstr "" + +#: frappe/desk/doctype/console_log/console_log.py:24 +msgid "Console Logs can not be deleted" +msgstr "" + +#. Label of a Section Break field in DocType 'DocField' +#: frappe/core/doctype/docfield/docfield.json +msgid "Constraints" +msgstr "" + +#. Name of a DocType +#. Linked DocType in User's connections +#: frappe/contacts/doctype/contact/contact.json +#: frappe/core/doctype/communication/communication.js:113 +#: frappe/core/doctype/user/user.json +msgid "Contact" +msgstr "" + +#. Label of a Section Break field in DocType 'Contact' +#: frappe/contacts/doctype/contact/contact.json +msgid "Contact Details" +msgstr "" + +#. Name of a DocType +#: frappe/contacts/doctype/contact_email/contact_email.json +msgid "Contact Email" +msgstr "" + +#. Label of a Table field in DocType 'Contact' +#: frappe/contacts/doctype/contact/contact.json +msgid "Contact Numbers" +msgstr "" + +#. Name of a DocType +#: frappe/contacts/doctype/contact_phone/contact_phone.json +msgid "Contact Phone" +msgstr "" + +#: frappe/integrations/doctype/google_contacts/google_contacts.py:293 +msgid "Contact Synced with Google Contacts." +msgstr "" + +#: frappe/www/contact.html:4 +msgid "Contact Us" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Website Workspace +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +#: frappe/website/workspace/website/website.json +msgid "Contact Us Settings" +msgstr "" + +#. Description of the 'Query Options' (Small Text) field in DocType 'Contact Us +#. Settings' +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +msgid "Contact options, like \"Sales Query, Support Query\" etc each on a new line or separated by commas." +msgstr "" + +#: frappe/utils/change_log.py:363 +msgid "Contains {0} security fix" +msgstr "" + +#: frappe/utils/change_log.py:361 +msgid "Contains {0} security fixes" +msgstr "" + +#. Label of a HTML Editor field in DocType 'Comment' +#. Label of a Text Editor field in DocType 'Note' +#. Label of a Long Text field in DocType 'Workspace' +#. Label of a Section Break field in DocType 'Newsletter' +#. Label of a Text Editor field in DocType 'Blog Post' +#. Label of a Text Editor field in DocType 'Help Article' +#. Label of a Tab Break field in DocType 'Web Page' +#. Label of a Section Break field in DocType 'Web Page' +#: frappe/core/doctype/comment/comment.json frappe/desk/doctype/note/note.json +#: frappe/desk/doctype/workspace/workspace.json +#: frappe/email/doctype/newsletter/newsletter.json +#: frappe/website/doctype/blog_post/blog_post.json +#: frappe/website/doctype/help_article/help_article.json +#: frappe/website/doctype/web_page/web_page.json +msgid "Content" +msgstr "" + +#. Label of a HTML Editor field in DocType 'Blog Post' +#: frappe/website/doctype/blog_post/blog_post.json +msgid "Content (HTML)" +msgstr "" + +#. Label of a Markdown Editor field in DocType 'Blog Post' +#: frappe/website/doctype/blog_post/blog_post.json +msgid "Content (Markdown)" +msgstr "" + +#. Label of a Data field in DocType 'File' +#: frappe/core/doctype/file/file.json +msgid "Content Hash" +msgstr "" + +#. Label of a Select field in DocType 'Newsletter' +#. Label of a Select field in DocType 'Blog Post' +#. Label of a Select field in DocType 'Web Page' +#: frappe/email/doctype/newsletter/newsletter.json +#: frappe/website/doctype/blog_post/blog_post.json +#: frappe/website/doctype/web_page/web_page.json +msgid "Content Type" +msgstr "" + +#: frappe/desk/doctype/workspace/workspace.py:81 +msgid "Content data shoud be a list" +msgstr "" + +#: frappe/website/doctype/web_page/web_page.js:91 +msgid "Content type for building the page" +msgstr "" + +#. Label of a Data field in DocType 'Translation' +#. Label of a Section Break field in DocType 'Web Page' +#: frappe/core/doctype/translation/translation.json +#: frappe/website/doctype/web_page/web_page.json +msgid "Context" +msgstr "" + +#. Label of a Code field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "Context Script" +msgstr "" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:209 +#: frappe/public/js/frappe/widgets/onboarding_widget.js:237 +#: frappe/public/js/frappe/widgets/onboarding_widget.js:277 +#: frappe/public/js/frappe/widgets/onboarding_widget.js:317 +#: frappe/public/js/frappe/widgets/onboarding_widget.js:366 +#: frappe/public/js/frappe/widgets/onboarding_widget.js:388 +#: frappe/public/js/frappe/widgets/onboarding_widget.js:428 +#: frappe/public/js/frappe/widgets/onboarding_widget.js:536 +msgid "Continue" +msgstr "" + +#. Label of a Check field in DocType 'Translation' +#: frappe/core/doctype/translation/translation.json +msgid "Contributed" +msgstr "" + +#. Label of a Data field in DocType 'Translation' +#: frappe/core/doctype/translation/translation.json +msgid "Contribution Document Name" +msgstr "" + +#. Label of a Select field in DocType 'Translation' +#: frappe/core/doctype/translation/translation.json +msgid "Contribution Status" +msgstr "" + +#. Description of the 'Sign ups' (Select) field in DocType 'Social Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Controls whether new users can sign up using this Social Login Key. If unset, Website Settings is respected." +msgstr "" + +#: frappe/public/js/frappe/utils/utils.js:1045 +msgid "Copied to clipboard." +msgstr "" + +#: frappe/website/doctype/web_form/web_form.js:29 +msgid "Copy Embed Code" +msgstr "" + +#: frappe/public/js/frappe/form/templates/timeline_message_box.html:83 +msgid "Copy Link" +msgstr "" + +#: frappe/public/js/frappe/request.js:615 +msgid "Copy error to clipboard" +msgstr "" + +#: frappe/public/js/frappe/form/toolbar.js:389 +msgid "Copy to Clipboard" +msgstr "" + +#. Label of a Data field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Copyright" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.py:119 +msgid "Core DocTypes cannot be customized." +msgstr "" + +#: frappe/desk/doctype/global_search_settings/global_search_settings.py:36 +msgid "Core Modules {0} cannot be searched in Global Search." +msgstr "" + +#: frappe/printing/page/print/print.js:620 +msgid "Correct version :" +msgstr "" + +#: frappe/email/smtp.py:78 +msgid "Could not connect to outgoing email server" +msgstr "" + +#: frappe/model/document.py:934 +msgid "Could not find {0}" +msgstr "" + +#: frappe/core/doctype/data_import/importer.py:895 +msgid "Could not map column {0} to field {1}" +msgstr "" + +#: frappe/public/js/frappe/web_form/web_form.js:359 +msgid "Couldn't save, please check the data you have entered" +msgstr "" + +#. Option for the 'Chart Type' (Select) field in DocType 'Dashboard Chart' +#. Option for the 'Group By Type' (Select) field in DocType 'Dashboard Chart' +#. Option for the 'Function' (Select) field in DocType 'Number Card' +#. Label of a Int field in DocType 'System Health Report Workers' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/desk/doctype/system_health_report_workers/system_health_report_workers.json +#: frappe/public/js/frappe/ui/group_by/group_by.js:19 +#: frappe/public/js/frappe/ui/group_by/group_by.js:316 +#: frappe/workflow/doctype/workflow/workflow.js:162 +msgid "Count" +msgstr "" + +#: frappe/public/js/frappe/widgets/widget_dialog.js:504 +msgid "Count Customizations" +msgstr "" + +#. Label of a Section Break field in DocType 'Workspace Shortcut' +#. Label of a Code field in DocType 'Workspace Shortcut' +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +#: frappe/public/js/frappe/widgets/widget_dialog.js:489 +msgid "Count Filter" +msgstr "" + +#. Label of a Int field in DocType 'Document Naming Rule' +#: frappe/core/doctype/document_naming_rule/document_naming_rule.json +msgid "Counter" +msgstr "" + +#. Label of a Link field in DocType 'Address' +#. Label of a Link field in DocType 'Address Template' +#. Label of a Link field in DocType 'System Settings' +#. Name of a DocType +#. Label of a Data field in DocType 'Contact Us Settings' +#: frappe/contacts/doctype/address/address.json +#: frappe/contacts/doctype/address_template/address_template.json +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/geo/doctype/country/country.json +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +msgid "Country" +msgstr "" + +#: frappe/utils/__init__.py:116 +msgid "Country Code Required" +msgstr "" + +#. Label of a Data field in DocType 'Country' +#: frappe/geo/doctype/country/country.json +msgid "Country Name" +msgstr "" + +#. Label of a Data field in DocType 'Address' +#: frappe/contacts/doctype/address/address.json +msgid "County" +msgstr "" + +#: frappe/public/js/frappe/utils/number_systems.js:23 +#: frappe/public/js/frappe/utils/number_systems.js:45 +msgctxt "Number system" +msgid "Cr" +msgstr "" + +#. Label of a Check field in DocType 'Custom DocPerm' +#. Label of a Check field in DocType 'DocPerm' +#. Label of a Check field in DocType 'User Document Type' +#: frappe/core/doctype/communication/communication.js:117 +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/docperm/docperm.json +#: frappe/core/doctype/user_document_type/user_document_type.json +#: frappe/printing/page/print_format_builder_beta/print_format_builder_beta.js:46 +#: frappe/public/js/frappe/form/reminders.js:49 +#: frappe/public/js/frappe/views/file/file_view.js:112 +#: frappe/public/js/frappe/views/interaction.js:18 +#: frappe/public/js/frappe/views/reports/query_report.js:1192 +#: frappe/public/js/frappe/views/workspace/workspace.js:1262 +#: frappe/workflow/page/workflow_builder/workflow_builder.js:46 +msgid "Create" +msgstr "" + +#: frappe/core/doctype/doctype/doctype_list.js:85 +msgid "Create & Continue" +msgstr "" + +#. Title of an Onboarding Step +#: frappe/website/onboarding_step/create_blogger/create_blogger.json +msgid "Create Blogger" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:187 +#: frappe/public/js/frappe/views/reports/query_report.js:232 +msgid "Create Card" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:285 +#: frappe/public/js/frappe/views/reports/query_report.js:1119 +msgid "Create Chart" +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Create Contacts from Incoming Emails" +msgstr "" + +#. Title of an Onboarding Step +#: frappe/custom/onboarding_step/custom_field/custom_field.json +msgid "Create Custom Fields" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:970 +msgid "Create Duplicate" +msgstr "" + +#. Option for the 'Action' (Select) field in DocType 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Create Entry" +msgstr "" + +#: frappe/public/js/print_format_builder/LetterHeadEditor.vue:59 +#: frappe/public/js/print_format_builder/LetterHeadEditor.vue:195 +msgid "Create Letter Head" +msgstr "" + +#. Label of a Check field in DocType 'Scheduled Job Type' +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +msgid "Create Log" +msgstr "" + +#: frappe/printing/page/print_format_builder_beta/print_format_builder_beta.js:41 +#: frappe/public/js/frappe/views/treeview.js:344 +#: frappe/workflow/page/workflow_builder/workflow_builder.js:41 +msgid "Create New" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:486 +msgctxt "Create a new document from list view" +msgid "Create New" +msgstr "" + +#: frappe/core/doctype/doctype/doctype_list.js:83 +msgid "Create New DocType" +msgstr "" + +#: frappe/public/js/frappe/list/list_view_select.js:204 +msgid "Create New Kanban Board" +msgstr "" + +#: frappe/core/doctype/user/user.js:267 +msgid "Create User Email" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder_start.html:16 +msgid "Create a New Format" +msgstr "" + +#: frappe/public/js/frappe/form/reminders.js:9 +msgid "Create a Reminder" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:537 +msgid "Create a new ..." +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:156 +msgid "Create a new record" +msgstr "" + +#: frappe/public/js/frappe/form/controls/link.js:303 +#: frappe/public/js/frappe/form/controls/link.js:305 +#: frappe/public/js/frappe/form/link_selector.js:139 +#: frappe/public/js/frappe/list/list_view.js:475 +#: frappe/public/js/frappe/web_form/web_form_list.js:225 +msgid "Create a new {0}" +msgstr "" + +#: frappe/www/login.html:142 +msgid "Create a {0} Account" +msgstr "" + +#. Description of a DocType +#: frappe/email/doctype/newsletter/newsletter.json +msgid "Create and send emails to a specific group of subscribers periodically." +msgstr "" + +#. Description of a Card Break in the Build Workspace +#: frappe/core/workspace/build/build.json +msgid "Create new forms and views with doctypes. Set up multi-level workflows for approval" +msgstr "" + +#: frappe/printing/page/print_format_builder_beta/print_format_builder_beta.js:34 +msgid "Create or Edit Print Format" +msgstr "" + +#: frappe/workflow/page/workflow_builder/workflow_builder.js:34 +msgid "Create or Edit Workflow" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:478 +msgid "Create your first {0}" +msgstr "" + +#: frappe/workflow/doctype/workflow/workflow.js:16 +msgid "Create your workflow visually using the Workflow Builder." +msgstr "" + +#. Option for the 'Comment Type' (Select) field in DocType 'Comment' +#. Option for the 'Comment Type' (Select) field in DocType 'Communication' +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +#: frappe/public/js/frappe/views/file/file_view.js:318 +msgid "Created" +msgstr "" + +#. Label of a Datetime field in DocType 'Submission Queue' +#: frappe/core/doctype/submission_queue/submission_queue.json +msgid "Created At" +msgstr "" + +#: frappe/model/meta.py:50 +#: frappe/public/js/frappe/list/list_sidebar_group_by.js:73 +#: frappe/public/js/frappe/model/meta.js:203 +#: frappe/public/js/frappe/model/model.js:123 +msgid "Created By" +msgstr "" + +#: frappe/workflow/doctype/workflow/workflow.py:65 +msgid "Created Custom Field {0} in {1}" +msgstr "" + +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:241 +#: frappe/email/doctype/notification/notification.js:32 frappe/model/meta.py:45 +#: frappe/public/js/frappe/model/meta.js:198 +#: frappe/public/js/frappe/model/model.js:125 +#: frappe/public/js/frappe/views/dashboard/dashboard_view.js:478 +msgid "Created On" +msgstr "" + +#: frappe/public/js/frappe/desk.js:500 +#: frappe/public/js/frappe/views/treeview.js:359 +msgid "Creating {0}" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Energy Point Log' +#: frappe/social/doctype/energy_point_log/energy_point_log.json +msgid "Criticism" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/review.js:66 +msgid "Criticize" +msgstr "" + +#. Option for the 'Frequency' (Select) field in DocType 'Scheduled Job Type' +#. Option for the 'Event Frequency' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +#: frappe/core/doctype/server_script/server_script.json +msgid "Cron" +msgstr "" + +#. Label of a Data field in DocType 'Scheduled Job Type' +#. Label of a Data field in DocType 'Server Script' +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +#: frappe/core/doctype/server_script/server_script.json +msgid "Cron Format" +msgstr "" + +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.py:60 +msgid "Cron format is required for job types with Cron frequency." +msgstr "" + +#: frappe/public/js/frappe/file_uploader/ImageCropper.vue:34 +msgid "Crop" +msgstr "" + +#: frappe/public/js/frappe/form/grid_row_form.js:42 +msgid "Ctrl + Down" +msgstr "" + +#: frappe/public/js/frappe/form/grid_row_form.js:42 +msgid "Ctrl + Up" +msgstr "" + +#: frappe/templates/includes/comments/comments.html:32 +msgid "Ctrl+Enter to add comment" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Column' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Filter' +#. Label of a Link field in DocType 'System Settings' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Name of a DocType +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/report_column/report_column.json +#: frappe/core/doctype/report_filter/report_filter.json +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/desk/page/setup_wizard/setup_wizard.js:403 +#: frappe/geo/doctype/currency/currency.json +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Currency" +msgstr "" + +#. Label of a Data field in DocType 'Currency' +#: frappe/geo/doctype/currency/currency.json +msgid "Currency Name" +msgstr "" + +#. Label of a Select field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Currency Precision" +msgstr "" + +#. Description of a DocType +#: frappe/geo/doctype/currency/currency.json +msgid "Currency list stores the currency value, its symbol and fraction unit" +msgstr "" + +#. Option for the 'Address Type' (Select) field in DocType 'Address' +#: frappe/contacts/doctype/address/address.json +msgid "Current" +msgstr "" + +#. Label of a Link field in DocType 'RQ Worker' +#: frappe/core/doctype/rq_worker/rq_worker.json +msgid "Current Job ID" +msgstr "" + +#. Label of a Int field in DocType 'Document Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Current Value" +msgstr "" + +#: frappe/public/js/frappe/form/workflow.js:45 +msgid "Current status" +msgstr "" + +#: frappe/public/js/frappe/form/form_viewers.js:5 +msgid "Currently Viewing" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/review.js:77 +msgid "Currently you have {0} review points" +msgstr "" + +#. Label of a Check field in DocType 'DocType Action' +#. Label of a Check field in DocType 'DocType Link' +#. Label of a Check field in DocType 'DocType State' +#. Label of a Check field in DocType 'Module Def' +#. Option for the 'Chart Type' (Select) field in DocType 'Dashboard Chart' +#. Label of a Check field in DocType 'Desktop Icon' +#. Option for the 'Type' (Select) field in DocType 'Number Card' +#. Option for the 'Send Alert On' (Select) field in DocType 'Notification' +#. Option for the 'Directory Server' (Select) field in DocType 'LDAP Settings' +#. Option for the 'Social Login Provider' (Select) field in DocType 'Social +#. Login Key' +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#. Option for the 'For Document Event' (Select) field in DocType 'Energy Point +#. Rule' +#: frappe/core/doctype/doctype_action/doctype_action.json +#: frappe/core/doctype/doctype_link/doctype_link.json +#: frappe/core/doctype/doctype_state/doctype_state.json +#: frappe/core/doctype/module_def/module_def.json +#: frappe/core/doctype/user_type/user_type_list.js:7 +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/email/doctype/notification/notification.json +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +#: frappe/integrations/doctype/social_login_key/social_login_key.json +#: frappe/printing/doctype/print_settings/print_settings.json +#: frappe/public/js/frappe/form/reminders.js:20 +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +msgid "Custom" +msgstr "" + +#. Label of a Check field in DocType 'Social Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Custom Base URL" +msgstr "" + +#. Label of a Link field in DocType 'Workspace Custom Block' +#: frappe/desk/doctype/workspace_custom_block/workspace_custom_block.json +msgid "Custom Block Name" +msgstr "" + +#. Label of a Tab Break field in DocType 'Workspace' +#. Label of a Table field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "Custom Blocks" +msgstr "" + +#. Label of a Code field in DocType 'Print Format' +#. Label of a Code field in DocType 'Web Form' +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/website/doctype/web_form/web_form.json +msgid "Custom CSS" +msgstr "" + +#. Label of a Section Break field in DocType 'Number Card' +#: frappe/desk/doctype/number_card/number_card.json +msgid "Custom Configuration" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/custom_docperm/custom_docperm.json +msgid "Custom DocPerm" +msgstr "" + +#. Title of an Onboarding Step +#: frappe/custom/onboarding_step/custom_doctype/custom_doctype.json +msgid "Custom Document Types" +msgstr "" + +#. Label of a Table field in DocType 'User Type' +#: frappe/core/doctype/user_type/user_type.json +msgid "Custom Document Types (Select Permission)" +msgstr "" + +#: frappe/core/doctype/user_type/user_type.py:104 +msgid "Custom Document Types Limit Exceeded" +msgstr "" + +#: frappe/desk/desktop.py:489 +msgid "Custom Documents" +msgstr "" + +#. Linked DocType in DocType's connections +#. Linked DocType in Module Def's connections +#. Label of a Link in the Build Workspace +#. Name of a DocType +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/module_def/module_def.json +#: frappe/core/workspace/build/build.json +#: frappe/custom/doctype/custom_field/custom_field.json +msgid "Custom Field" +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.py:219 +msgid "Custom Field {0} is created by the Administrator and can only be deleted through the Administrator account." +msgstr "" + +#. Subtitle of the Module Onboarding 'Customization' +#: frappe/custom/module_onboarding/customization/customization.json +msgid "Custom Field, Custom Doctype, Naming Series, Role Permission, Workflow, Print Formats, Reports" +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.py:261 +msgid "Custom Fields can only be added to a standard DocType." +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.py:258 +msgid "Custom Fields cannot be added to core DocTypes." +msgstr "" + +#. Label of a Section Break field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Custom Footer" +msgstr "" + +#. Label of a Check field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "Custom Format" +msgstr "" + +#. Label of a Data field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "Custom Group Search" +msgstr "" + +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:122 +msgid "Custom Group Search if filled needs to contain the user placeholder {0}, eg uid={0},ou=users,dc=example,dc=com" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:190 +#: frappe/printing/page/print_format_builder/print_format_builder.js:720 +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:192 +msgid "Custom HTML" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/custom_html_block/custom_html_block.json +msgid "Custom HTML Block" +msgstr "" + +#. Label of a HTML field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "Custom HTML Help" +msgstr "" + +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:114 +msgid "Custom LDAP Directoy Selected, please ensure 'LDAP Group Member attribute' and 'Group Object Class' are entered" +msgstr "" + +#. Label of a Data field in DocType 'Web Form Field' +#. Label of a Data field in DocType 'Web Form List Column' +#: frappe/website/doctype/web_form_field/web_form_field.json +#: frappe/website/doctype/web_form_list_column/web_form_list_column.json +msgid "Custom Label" +msgstr "" + +#. Label of a Table field in DocType 'Portal Settings' +#: frappe/website/doctype/portal_settings/portal_settings.json +msgid "Custom Menu Items" +msgstr "" + +#. Label of a Code field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Custom Options" +msgstr "" + +#. Label of a Code field in DocType 'Website Theme' +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Custom Overrides" +msgstr "" + +#. Option for the 'Report Type' (Select) field in DocType 'Report' +#: frappe/core/doctype/report/report.json +msgid "Custom Report" +msgstr "" + +#: frappe/desk/desktop.py:490 +msgid "Custom Reports" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/custom_role/custom_role.json +msgid "Custom Role" +msgstr "" + +#. Label of a Code field in DocType 'Website Theme' +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Custom SCSS" +msgstr "" + +#. Label of a Section Break field in DocType 'Portal Settings' +#: frappe/website/doctype/portal_settings/portal_settings.json +msgid "Custom Sidebar Menu" +msgstr "" + +#. Label of a Link in the Build Workspace +#: frappe/core/workspace/build/build.json +msgid "Custom Translation" +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.py:374 +msgid "Custom field renamed to {0} successfully." +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#. Label of a Check field in DocType 'Website Theme' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/doctype/doctype_list.js:65 +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Custom?" +msgstr "" + +#. Group in DocType's connections +#. Group in Module Def's connections +#. Label of a Card Break in the Build Workspace +#. Title of the Module Onboarding 'Customization' +#. Label of a Tab Break field in DocType 'Web Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/module_def/module_def.json +#: frappe/core/workspace/build/build.json +#: frappe/custom/module_onboarding/customization/customization.json +#: frappe/website/doctype/web_form/web_form.json +msgid "Customization" +msgstr "" + +#. Success message of the Module Onboarding 'Customization' +#: frappe/custom/module_onboarding/customization/customization.json +msgid "Customization onboarding is all done!" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:556 +msgid "Customizations Discarded" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:465 +msgid "Customizations Reset" +msgstr "" + +#: frappe/modules/utils.py:96 +msgid "Customizations for {0} exported to:
    {1}" +msgstr "" + +#: frappe/printing/page/print/print.js:171 +#: frappe/public/js/frappe/form/templates/print_layout.html:39 +#: frappe/public/js/frappe/form/toolbar.js:515 +#: frappe/public/js/frappe/views/dashboard/dashboard_view.js:196 +msgid "Customize" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1701 +msgctxt "Button in list view menu" +msgid "Customize" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:89 +msgid "Customize Child Table" +msgstr "" + +#: frappe/public/js/frappe/views/dashboard/dashboard_view.js:37 +msgid "Customize Dashboard" +msgstr "" + +#. Label of a Link in the Build Workspace +#. Label of a shortcut in the Build Workspace +#. Name of a DocType +#: frappe/automation/doctype/auto_repeat/auto_repeat.js:33 +#: frappe/core/workspace/build/build.json +#: frappe/custom/doctype/customize_form/customize_form.json +#: frappe/public/js/frappe/views/kanban/kanban_view.js:343 +msgid "Customize Form" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:100 +msgid "Customize Form - {0}" +msgstr "" + +#. Name of a DocType +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Customize Form Field" +msgstr "" + +#. Title of an Onboarding Step +#: frappe/custom/onboarding_step/print_format/print_format.json +msgid "Customize Print Formats" +msgstr "" + +#. Description of a Card Break in the Build Workspace +#: frappe/core/workspace/build/build.json +msgid "Customize properties, naming, fields and more for standard doctypes" +msgstr "" + +#: frappe/public/js/frappe/views/file/file_view.js:144 +msgid "Cut" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'DocType State' +#. Option for the 'Indicator' (Select) field in DocType 'Kanban Board Column' +#: frappe/core/doctype/doctype_state/doctype_state.json +#: frappe/desk/doctype/kanban_board_column/kanban_board_column.json +msgid "Cyan" +msgstr "" + +#. Option for the 'Method' (Select) field in DocType 'Recorder' +#. Option for the 'Request Method' (Select) field in DocType 'Webhook' +#: frappe/core/doctype/recorder/recorder.json +#: frappe/integrations/doctype/webhook/webhook.json +msgid "DELETE" +msgstr "" + +#. Option for the 'Default Sort Order' (Select) field in DocType 'DocType' +#. Option for the 'Sort Order' (Select) field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "DESC" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "DLE" +msgstr "" + +#: frappe/templates/print_formats/standard_macros.html:207 +msgid "DRAFT" +msgstr "" + +#. Option for the 'Frequency' (Select) field in DocType 'Auto Repeat' +#. Option for the 'Frequency' (Select) field in DocType 'Scheduled Job Type' +#. Option for the 'Event Frequency' (Select) field in DocType 'Server Script' +#. Option for the 'Frequency' (Select) field in DocType 'User' +#. Option for the 'Time Interval' (Select) field in DocType 'Dashboard Chart' +#. Option for the 'Repeat On' (Select) field in DocType 'Event' +#. Option for the 'Stats Time Interval' (Select) field in DocType 'Number Card' +#. Option for the 'Period' (Select) field in DocType 'Auto Email Report' +#. Option for the 'Frequency' (Select) field in DocType 'Auto Email Report' +#. Option for the 'Backup Frequency' (Select) field in DocType 'Dropbox +#. Settings' +#. Option for the 'Frequency' (Select) field in DocType 'Google Drive' +#. Option for the 'Backup Frequency' (Select) field in DocType 'S3 Backup +#. Settings' +#. Option for the 'Point Allocation Periodicity' (Select) field in DocType +#. 'Energy Point Settings' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +#: frappe/core/doctype/server_script/server_script.json +#: frappe/core/doctype/user/user.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/event/event.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.json +#: frappe/integrations/doctype/google_drive/google_drive.json +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +#: frappe/public/js/frappe/utils/common.js:398 +#: frappe/social/doctype/energy_point_settings/energy_point_settings.json +#: frappe/website/report/website_analytics/website_analytics.js:23 +msgid "Daily" +msgstr "" + +#: frappe/templates/emails/upcoming_events.html:8 +msgid "Daily Event Digest is sent for Calendar Events where reminders are set." +msgstr "" + +#: frappe/desk/doctype/event/event.py:92 +msgid "Daily Events should finish on the Same Day." +msgstr "" + +#. Option for the 'Frequency' (Select) field in DocType 'Scheduled Job Type' +#. Option for the 'Event Frequency' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +#: frappe/core/doctype/server_script/server_script.json +msgid "Daily Long" +msgstr "" + +#. Option for the 'Style' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "Danger" +msgstr "" + +#. Option for the 'Desk Theme' (Select) field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Dark" +msgstr "" + +#. Label of a Link field in DocType 'Website Theme' +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Dark Color" +msgstr "" + +#: frappe/public/js/frappe/ui/theme_switcher.js:65 +msgid "Dark Theme" +msgstr "" + +#. Label of a Check field in DocType 'User' +#. Label of a Link in the Build Workspace +#. Name of a DocType +#. Option for the 'Select List View' (Select) field in DocType 'Form Tour' +#. Option for the 'Type' (Select) field in DocType 'Workspace Shortcut' +#. Option for the 'DocType View' (Select) field in DocType 'Workspace Shortcut' +#: frappe/core/doctype/user/user.json +#: frappe/core/page/dashboard_view/dashboard_view.js:10 +#: frappe/core/workspace/build/build.json +#: frappe/desk/doctype/dashboard/dashboard.json +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:562 +msgid "Dashboard" +msgstr "" + +#. Label of a Link in the Build Workspace +#. Name of a DocType +#: frappe/core/workspace/build/build.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Dashboard Chart" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/dashboard_chart_field/dashboard_chart_field.json +msgid "Dashboard Chart Field" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/dashboard_chart_link/dashboard_chart_link.json +msgid "Dashboard Chart Link" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/dashboard_chart_source/dashboard_chart_source.json +msgid "Dashboard Chart Source" +msgstr "" + +#. Name of a role +#: frappe/desk/doctype/dashboard/dashboard.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/number_card/number_card.json +msgid "Dashboard Manager" +msgstr "" + +#. Label of a Data field in DocType 'Dashboard' +#: frappe/desk/doctype/dashboard/dashboard.json +msgid "Dashboard Name" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/dashboard_settings/dashboard_settings.json +msgid "Dashboard Settings" +msgstr "" + +#: frappe/public/js/frappe/list/base_list.js:204 +msgid "Dashboard View" +msgstr "" + +#. Label of a Tab Break field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "Dashboards" +msgstr "" + +#. Label of a Card Break in the Tools Workspace +#. Label of a Code field in DocType 'Deleted Document' +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Column' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Filter' +#. Label of a Long Text field in DocType 'Transaction Log' +#. Label of a Code field in DocType 'Version' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Label of a Table field in DocType 'Webhook' +#. Label of a Code field in DocType 'Webhook Request Log' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Template Field' +#: frappe/automation/workspace/tools/tools.json +#: frappe/core/doctype/deleted_document/deleted_document.json +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/report_column/report_column.json +#: frappe/core/doctype/report_filter/report_filter.json +#: frappe/core/doctype/transaction_log/transaction_log.json +#: frappe/core/doctype/version/version.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/integrations/doctype/webhook/webhook.json +#: frappe/integrations/doctype/webhook_request_log/webhook_request_log.json +#: frappe/website/doctype/web_form_field/web_form_field.json +#: frappe/website/doctype/web_template_field/web_template_field.json +msgid "Data" +msgstr "" + +#: frappe/public/js/frappe/form/controls/data.js:58 +msgid "Data Clipped" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/data_export/data_export.json +msgid "Data Export" +msgstr "" + +#. Name of a DocType +#. Label of a Link field in DocType 'Data Import Log' +#: frappe/core/doctype/data_import/data_import.json +#: frappe/core/doctype/data_import_log/data_import_log.json +msgid "Data Import" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/data_import_log/data_import_log.json +msgid "Data Import Log" +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:174 +msgid "Data Import Template" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.py:611 +msgid "Data Too Long" +msgstr "" + +#: frappe/model/base_document.py:719 +msgid "Data missing in table" +msgstr "" + +#. Label of a Data field in DocType 'System Health Report' +#. Label of a Section Break field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Database" +msgstr "" + +#. Label of a Select field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Database Engine" +msgstr "" + +#. Label of a Section Break field in DocType 'System Console' +#: frappe/desk/doctype/system_console/system_console.json +msgid "Database Processes" +msgstr "" + +#: frappe/public/js/frappe/doctype/index.js:38 +msgid "Database Row Size Utilization" +msgstr "" + +#. Name of a report +#: frappe/core/report/database_storage_usage_by_tables/database_storage_usage_by_tables.json +msgid "Database Storage Usage By Tables" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.py:245 +msgid "Database Table Row Size Limit" +msgstr "" + +#: frappe/public/js/frappe/doctype/index.js:40 +msgid "Database Table Row Size Utilization: {0}%, this limits number of fields you can add." +msgstr "" + +#. Label of a Data field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Database Version" +msgstr "" + +#. Label of a Datetime field in DocType 'Activity Log' +#. Label of a Datetime field in DocType 'Communication' +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Column' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Filter' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/report_column/report_column.json +#: frappe/core/doctype/report_filter/report_filter.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/desk/report/todo/todo.py:38 +#: frappe/email/doctype/newsletter/newsletter.js:109 +#: frappe/public/js/frappe/views/interaction.js:80 +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Date" +msgstr "" + +#. Label of a Select field in DocType 'System Settings' +#. Label of a Data field in DocType 'Country' +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/geo/doctype/country/country.json +msgid "Date Format" +msgstr "" + +#: frappe/desk/page/leaderboard/leaderboard.js:165 +msgid "Date Range" +msgstr "" + +#. Label of a Section Break field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Date and Number Format" +msgstr "" + +#: frappe/public/js/frappe/form/controls/date.js:164 +msgid "Date {0} must be in format: {1}" +msgstr "" + +#: frappe/utils/password_strength.py:123 +msgid "Dates are often easy to guess." +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Column' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Filter' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/report_column/report_column.json +#: frappe/core/doctype/report_filter/report_filter.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Datetime" +msgstr "" + +#. Label of a Select field in DocType 'Assignment Rule Day' +#. Label of a Select field in DocType 'Auto Repeat Day' +#: frappe/automation/doctype/assignment_rule_day/assignment_rule_day.json +#: frappe/automation/doctype/auto_repeat_day/auto_repeat_day.json +#: frappe/public/js/frappe/views/calendar/calendar.js:271 +msgid "Day" +msgstr "" + +#. Label of a Select field in DocType 'Auto Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Day of Week" +msgstr "" + +#. Option for the 'Send Alert On' (Select) field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Days After" +msgstr "" + +#. Option for the 'Send Alert On' (Select) field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Days Before" +msgstr "" + +#. Label of a Int field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Days Before or After" +msgstr "" + +#: frappe/public/js/frappe/request.js:249 +msgid "Deadlock Occurred" +msgstr "" + +#: frappe/templates/emails/password_reset.html:1 +msgid "Dear" +msgstr "" + +#: frappe/templates/emails/administrator_logged_in.html:1 +msgid "Dear System Manager," +msgstr "" + +#: frappe/templates/emails/account_deletion_notification.html:1 +#: frappe/templates/emails/delete_data_confirmation.html:1 +msgid "Dear User," +msgstr "" + +#: frappe/templates/emails/download_data.html:1 +msgid "Dear {0}" +msgstr "" + +#. Label of a Code field in DocType 'Scheduled Job Log' +#: frappe/core/doctype/scheduled_job_log/scheduled_job_log.json +msgid "Debug Log" +msgstr "" + +#. Label of a Small Text field in DocType 'DocField' +#. Label of a Small Text field in DocType 'Report Filter' +#. Label of a Small Text field in DocType 'Customize Form Field' +#. Option for the 'Font' (Select) field in DocType 'Print Settings' +#. Label of a Data field in DocType 'Web Form Field' +#. Label of a Small Text field in DocType 'Web Template Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/report_filter/report_filter.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/printing/doctype/print_settings/print_settings.json +#: frappe/templates/form_grid/fields.html:30 +#: frappe/website/doctype/web_form_field/web_form_field.json +#: frappe/website/doctype/web_template_field/web_template_field.json +msgid "Default" +msgstr "" + +#: frappe/contacts/doctype/address_template/address_template.py:41 +msgid "Default Address Template cannot be deleted" +msgstr "" + +#. Label of a Select field in DocType 'Document Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Default Amendment Naming" +msgstr "" + +#. Label of a Select field in DocType 'System Settings' +#. Label of a Select field in DocType 'User' +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/core/doctype/user/user.json +msgid "Default App" +msgstr "" + +#. Label of a Link field in DocType 'DocType' +#. Label of a Link field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Default Email Template" +msgstr "" + +#: frappe/email/doctype/email_account/email_account_list.js:13 +msgid "Default Inbox" +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_account/email_account.py:200 +msgid "Default Incoming" +msgstr "" + +#. Label of a Check field in DocType 'Letter Head' +#: frappe/printing/doctype/letter_head/letter_head.json +msgid "Default Letter Head" +msgstr "" + +#. Option for the 'Action' (Select) field in DocType 'Amended Document Naming +#. Settings' +#. Option for the 'Default Amendment Naming' (Select) field in DocType +#. 'Document Naming Settings' +#: frappe/core/doctype/amended_document_naming_settings/amended_document_naming_settings.json +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Default Naming" +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_account/email_account.py:208 +msgid "Default Outgoing" +msgstr "" + +#. Label of a Data field in DocType 'Portal Settings' +#: frappe/website/doctype/portal_settings/portal_settings.json +msgid "Default Portal Home" +msgstr "" + +#. Label of a Data field in DocType 'DocType' +#. Label of a Link field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Default Print Format" +msgstr "" + +#. Label of a Link field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "Default Print Language" +msgstr "" + +#. Label of a Data field in DocType 'OAuth Client' +#: frappe/integrations/doctype/oauth_client/oauth_client.json +msgid "Default Redirect URI" +msgstr "" + +#. Label of a Link field in DocType 'Portal Settings' +#: frappe/website/doctype/portal_settings/portal_settings.json +msgid "Default Role at Time of Signup" +msgstr "" + +#: frappe/email/doctype/email_account/email_account_list.js:16 +msgid "Default Sending" +msgstr "" + +#: frappe/email/doctype/email_account/email_account_list.js:7 +msgid "Default Sending and Inbox" +msgstr "" + +#. Label of a Data field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Default Sort Field" +msgstr "" + +#. Label of a Select field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Default Sort Order" +msgstr "" + +#. Label of a Data field in DocType 'Print Format Field Template' +#: frappe/printing/doctype/print_format_field_template/print_format_field_template.json +msgid "Default Template For Field" +msgstr "" + +#: frappe/website/doctype/website_theme/website_theme.js:28 +msgid "Default Theme" +msgstr "" + +#. Label of a Link field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "Default User Role" +msgstr "" + +#. Label of a Link field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "Default User Type" +msgstr "" + +#. Label of a Text field in DocType 'Custom Field' +#. Label of a Data field in DocType 'Property Setter' +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/property_setter/property_setter.json +msgid "Default Value" +msgstr "" + +#. Label of a Select field in DocType 'DocType' +#. Label of a Select field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Default View" +msgstr "" + +#. Label of a Link field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Default Workspace" +msgstr "" + +#. Description of the 'Currency' (Link) field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Default display currency" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1338 +msgid "Default for 'Check' type of field {0} must be either '0' or '1'" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1351 +msgid "Default value for {0} must be in the list of options." +msgstr "" + +#: frappe/core/doctype/session_default_settings/session_default_settings.py:37 +msgid "Default {0}" +msgstr "" + +#. Description of the 'Heading' (Data) field in DocType 'Contact Us Settings' +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +msgid "Default: \"Contact Us\"" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/defaultvalue/defaultvalue.json +msgid "DefaultValue" +msgstr "" + +#. Label of a Section Break field in DocType 'DocField' +#. Label of a Section Break field in DocType 'User' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/user/user.json +msgid "Defaults" +msgstr "" + +#: frappe/email/doctype/email_account/email_account.py:219 +msgid "Defaults Updated" +msgstr "" + +#. Description of a DocType +#: frappe/workflow/doctype/workflow_transition/workflow_transition.json +msgid "Defines actions on states and the next step and allowed roles." +msgstr "" + +#. Description of a DocType +#: frappe/workflow/doctype/workflow/workflow.json +msgid "Defines workflow states and rules for a document." +msgstr "" + +#. Option for the 'Delivery Status' (Select) field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Delayed" +msgstr "" + +#. Label of a Check field in DocType 'Custom DocPerm' +#. Label of a Check field in DocType 'DocPerm' +#. Label of a Check field in DocType 'User Document Type' +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/docperm/docperm.json +#: frappe/core/doctype/user_document_type/user_document_type.json +#: frappe/core/doctype/user_permission/user_permission_list.js:189 +#: frappe/public/js/frappe/form/footer/form_timeline.js:615 +#: frappe/public/js/frappe/form/grid.js:63 +#: frappe/public/js/frappe/form/toolbar.js:424 +#: frappe/public/js/frappe/views/reports/report_view.js:1663 +#: frappe/public/js/frappe/views/treeview.js:295 +#: frappe/public/js/frappe/views/workspace/workspace.js:868 +#: frappe/templates/discussions/reply_card.html:35 +#: frappe/templates/discussions/reply_section.html:29 +msgid "Delete" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1926 +msgctxt "Button in list view actions menu" +msgid "Delete" +msgstr "" + +#: frappe/www/me.html:75 +msgid "Delete Account" +msgstr "" + +#: frappe/public/js/frappe/form/grid.js:63 +msgid "Delete All" +msgstr "" + +#: frappe/public/js/form_builder/components/Section.vue:196 +msgctxt "Title of confirmation dialog" +msgid "Delete Column" +msgstr "" + +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.js:10 +msgid "Delete Data" +msgstr "" + +#: frappe/public/js/frappe/views/kanban/kanban_view.js:103 +msgid "Delete Kanban Board" +msgstr "" + +#: frappe/public/js/form_builder/components/Section.vue:125 +msgctxt "Title of confirmation dialog" +msgid "Delete Section" +msgstr "" + +#: frappe/public/js/form_builder/components/Tabs.vue:64 +msgctxt "Title of confirmation dialog" +msgid "Delete Tab" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:869 +msgid "Delete Workspace" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:863 +msgid "Delete and Generate New" +msgstr "" + +#: frappe/public/js/form_builder/components/Section.vue:203 +msgctxt "Button text" +msgid "Delete column" +msgstr "" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:721 +msgid "Delete comment?" +msgstr "" + +#: frappe/public/js/form_builder/components/Section.vue:205 +msgctxt "Button text" +msgid "Delete entire column with fields" +msgstr "" + +#: frappe/public/js/form_builder/components/Section.vue:134 +msgctxt "Button text" +msgid "Delete entire section with fields" +msgstr "" + +#: frappe/public/js/form_builder/components/Tabs.vue:73 +msgctxt "Button text" +msgid "Delete entire tab with fields" +msgstr "" + +#: frappe/public/js/form_builder/components/Section.vue:132 +msgctxt "Button text" +msgid "Delete section" +msgstr "" + +#: frappe/public/js/form_builder/components/Tabs.vue:71 +msgctxt "Button text" +msgid "Delete tab" +msgstr "" + +#: frappe/email/doctype/email_unsubscribe/email_unsubscribe.py:29 +msgid "Delete this record to allow sending to this email address" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1931 +msgctxt "Title of confirmation dialog" +msgid "Delete {0} item permanently?" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1937 +msgctxt "Title of confirmation dialog" +msgid "Delete {0} items permanently?" +msgstr "" + +#. Option for the 'Comment Type' (Select) field in DocType 'Comment' +#. Option for the 'Comment Type' (Select) field in DocType 'Communication' +#. Option for the 'Status' (Select) field in DocType 'Personal Data Deletion +#. Request' +#. Option for the 'Status' (Select) field in DocType 'Personal Data Deletion +#. Step' +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.json +#: frappe/website/doctype/personal_data_deletion_step/personal_data_deletion_step.json +msgid "Deleted" +msgstr "" + +#. Label of a Data field in DocType 'Deleted Document' +#: frappe/core/doctype/deleted_document/deleted_document.json +msgid "Deleted DocType" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/deleted_document/deleted_document.json +msgid "Deleted Document" +msgstr "" + +#. Label of a Link in the Tools Workspace +#: frappe/automation/workspace/tools/tools.json +msgid "Deleted Documents" +msgstr "" + +#. Label of a Data field in DocType 'Deleted Document' +#: frappe/core/doctype/deleted_document/deleted_document.json +msgid "Deleted Name" +msgstr "" + +#: frappe/desk/reportview.py:567 +msgid "Deleted all documents successfully" +msgstr "" + +#: frappe/desk/reportview.py:545 +msgid "Deleting {0}" +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:202 +msgid "Deleting {0} records..." +msgstr "" + +#: frappe/public/js/frappe/model/model.js:721 +msgid "Deleting {0}..." +msgstr "" + +#. Label of a Table field in DocType 'Personal Data Deletion Request' +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.json +msgid "Deletion Steps " +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_utils.js:282 +msgid "Delimiter must be a single character" +msgstr "" + +#. Label of a Select field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Delivery Status" +msgstr "" + +#. Option for the 'Sign ups' (Select) field in DocType 'Social Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +#: frappe/templates/includes/oauth_confirmation.html:14 +msgid "Deny" +msgstr "" + +#. Label of a Data field in DocType 'Contact' +#: frappe/contacts/doctype/contact/contact.json +msgid "Department" +msgstr "" + +#. Label of a Data field in DocType 'Workspace Link' +#: frappe/desk/doctype/workspace_link/workspace_link.json +#: frappe/public/js/frappe/widgets/widget_dialog.js:285 +msgid "Dependencies" +msgstr "" + +#. Label of a Code field in DocType 'Custom Field' +#. Label of a Code field in DocType 'Customize Form Field' +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Depends On" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:32 +msgid "Descendants Of" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:33 +msgid "Descendants Of (inclusive)" +msgstr "" + +#. Label of a Small Text field in DocType 'Assignment Rule' +#. Label of a Small Text field in DocType 'Reminder' +#. Label of a Small Text field in DocType 'DocField' +#. Label of a Small Text field in DocType 'DocType' +#. Label of a Text field in DocType 'Customize Form Field' +#. Label of a Small Text field in DocType 'Desktop Icon' +#. Label of a Text Editor field in DocType 'Event' +#. Label of a HTML Editor field in DocType 'Form Tour Step' +#. Label of a Section Break field in DocType 'Onboarding Step' +#. Label of a Markdown Editor field in DocType 'Onboarding Step' +#. Label of a Small Text field in DocType 'Tag' +#. Label of a Text Editor field in DocType 'ToDo' +#. Label of a HTML Editor field in DocType 'Workspace Link' +#. Label of a Small Text field in DocType 'Print Heading' +#. Label of a Small Text field in DocType 'Blog Category' +#. Label of a Text field in DocType 'Web Form Field' +#. Label of a Small Text field in DocType 'Web Page' +#. Label of a Text field in DocType 'Website Slideshow Item' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +#: frappe/automation/doctype/reminder/reminder.json +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +#: frappe/desk/doctype/event/event.json +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +#: frappe/desk/doctype/tag/tag.json frappe/desk/doctype/todo/todo.json +#: frappe/desk/doctype/workspace_link/workspace_link.json +#: frappe/desk/report/todo/todo.py:39 +#: frappe/printing/doctype/print_heading/print_heading.json +#: frappe/public/js/frappe/form/reminders.js:44 +#: frappe/public/js/frappe/widgets/widget_dialog.js:227 +#: frappe/website/doctype/blog_category/blog_category.json +#: frappe/website/doctype/web_form_field/web_form_field.json +#: frappe/website/doctype/web_page/web_page.json +#: frappe/website/doctype/website_slideshow_item/website_slideshow_item.json +msgid "Description" +msgstr "" + +#. Description of the 'Blog Intro' (Small Text) field in DocType 'Blog Post' +#: frappe/website/doctype/blog_post/blog_post.json +msgid "Description for listing page, in plain text, only a couple of lines. (max 200 characters)" +msgstr "" + +#. Description of the 'Description' (Section Break) field in DocType +#. 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Description to inform the user about any action that is going to be performed" +msgstr "" + +#. Label of a Data field in DocType 'Contact' +#: frappe/contacts/doctype/contact/contact.json +msgid "Designation" +msgstr "" + +#. Label of a Check field in DocType 'Role' +#: frappe/core/doctype/role/role.json +msgid "Desk Access" +msgstr "" + +#. Label of a Section Break field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Desk Settings" +msgstr "" + +#. Label of a Select field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Desk Theme" +msgstr "" + +#. Name of a role +#: frappe/automation/doctype/reminder/reminder.json +#: frappe/core/doctype/report/report.json +#: frappe/core/doctype/submission_queue/submission_queue.json +#: frappe/core/doctype/user/user.json +#: frappe/core/doctype/user_group/user_group.json +#: frappe/custom/doctype/doctype_layout/doctype_layout.json +#: frappe/desk/doctype/calendar_view/calendar_view.json +#: frappe/desk/doctype/custom_html_block/custom_html_block.json +#: frappe/desk/doctype/dashboard/dashboard.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/dashboard_settings/dashboard_settings.json +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/desk/doctype/kanban_board/kanban_board.json +#: frappe/desk/doctype/list_filter/list_filter.json +#: frappe/desk/doctype/module_onboarding/module_onboarding.json +#: frappe/desk/doctype/note/note.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +#: frappe/desk/doctype/workspace/workspace.json +#: frappe/email/doctype/document_follow/document_follow.json +#: frappe/email/doctype/email_template/email_template.json +#: frappe/integrations/doctype/google_calendar/google_calendar.json +#: frappe/integrations/doctype/google_contacts/google_contacts.json +#: frappe/printing/doctype/letter_head/letter_head.json +#: frappe/printing/doctype/network_printer_settings/network_printer_settings.json +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/social/doctype/energy_point_log/energy_point_log.json +#: frappe/website/doctype/marketing_campaign/marketing_campaign.json +#: frappe/workflow/doctype/workflow_action/workflow_action.json +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "Desk User" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +msgid "Desktop Icon" +msgstr "" + +#: frappe/desk/doctype/desktop_icon/desktop_icon.py:225 +msgid "Desktop Icon already exists" +msgstr "" + +#. Label of a Code field in DocType 'Scheduled Job Log' +#. Label of a Tab Break field in DocType 'Customize Form' +#. Label of a Section Break field in DocType 'Event' +#: frappe/core/doctype/scheduled_job_log/scheduled_job_log.json +#: frappe/custom/doctype/customize_form/customize_form.json +#: frappe/desk/doctype/event/event.json +#: frappe/desk/page/user_profile/user_profile_sidebar.html:45 +#: frappe/public/js/form_builder/components/Tabs.vue:92 +#: frappe/public/js/form_builder/store.js:259 +#: frappe/public/js/form_builder/utils.js:38 +#: frappe/public/js/frappe/form/layout.js:135 +#: frappe/public/js/frappe/views/treeview.js:258 +msgid "Details" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager.js:487 +msgid "Did not add" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager.js:381 +msgid "Did not remove" +msgstr "" + +#: frappe/public/js/frappe/utils/diffview.js:57 +msgid "Diff" +msgstr "" + +#. Description of the 'States' (Section Break) field in DocType 'Workflow' +#: frappe/workflow/doctype/workflow/workflow.json +msgid "Different \"States\" this document can exist in. Like \"Open\", \"Pending Approval\" etc." +msgstr "" + +#. Label of a Int field in DocType 'Document Naming Rule' +#: frappe/core/doctype/document_naming_rule/document_naming_rule.json +msgid "Digits" +msgstr "" + +#. Label of a Select field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "Directory Server" +msgstr "" + +#. Label of a Check field in DocType 'List View Settings' +#: frappe/desk/doctype/list_view_settings/list_view_settings.json +msgid "Disable Auto Refresh" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Disable Change Log Notification" +msgstr "" + +#. Label of a Check field in DocType 'List View Settings' +#: frappe/desk/doctype/list_view_settings/list_view_settings.json +msgid "Disable Comment Count" +msgstr "" + +#. Label of a Check field in DocType 'Blog Post' +#: frappe/website/doctype/blog_post/blog_post.json +msgid "Disable Comments" +msgstr "" + +#. Label of a Check field in DocType 'List View Settings' +#: frappe/desk/doctype/list_view_settings/list_view_settings.json +msgid "Disable Count" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Disable Document Sharing" +msgstr "" + +#. Label of a Check field in DocType 'Blog Post' +#: frappe/website/doctype/blog_post/blog_post.json +msgid "Disable Likes" +msgstr "" + +#: frappe/core/doctype/report/report.js:36 +msgid "Disable Report" +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Disable SMTP server authentication" +msgstr "" + +#. Label of a Check field in DocType 'List View Settings' +#: frappe/desk/doctype/list_view_settings/list_view_settings.json +msgid "Disable Sidebar Stats" +msgstr "" + +#: frappe/website/doctype/website_settings/website_settings.js:146 +msgid "Disable Signup for your site" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Disable Standard Email Footer" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Disable System Update Notification" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Disable Username/Password Login" +msgstr "" + +#. Label of a Check field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Disable signups" +msgstr "" + +#. Label of a Check field in DocType 'Assignment Rule' +#. Label of a Check field in DocType 'Auto Repeat' +#. Option for the 'Status' (Select) field in DocType 'Auto Repeat' +#. Label of a Check field in DocType 'Milestone Tracker' +#. Label of a Check field in DocType 'Address' +#. Label of a Check field in DocType 'Document Naming Rule' +#. Label of a Check field in DocType 'Report' +#. Label of a Check field in DocType 'Role' +#. Label of a Check field in DocType 'Server Script' +#. Label of a Check field in DocType 'Letter Head' +#. Label of a Check field in DocType 'Print Format' +#. Label of a Check field in DocType 'Print Style' +#. Label of a Check field in DocType 'Blogger' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/automation/doctype/milestone_tracker/milestone_tracker.json +#: frappe/contacts/doctype/address/address.json +#: frappe/core/doctype/document_naming_rule/document_naming_rule.json +#: frappe/core/doctype/report/report.json frappe/core/doctype/role/role.json +#: frappe/core/doctype/server_script/server_script.json +#: frappe/core/doctype/user/user_list.js:14 +#: frappe/printing/doctype/letter_head/letter_head.json +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/printing/doctype/print_style/print_style.json +#: frappe/public/js/frappe/form/templates/address_list.html:29 +#: frappe/public/js/frappe/model/indicator.js:108 +#: frappe/public/js/frappe/model/indicator.js:115 +#: frappe/website/doctype/blogger/blogger.json +msgid "Disabled" +msgstr "" + +#: frappe/email/doctype/email_account/email_account.js:232 +msgid "Disabled Auto Reply" +msgstr "" + +#: frappe/public/js/frappe/views/communication.js:30 +#: frappe/public/js/frappe/views/dashboard/dashboard_view.js:70 +#: frappe/public/js/frappe/views/workspace/workspace.js:547 +#: frappe/public/js/frappe/web_form/web_form.js:187 +msgid "Discard" +msgstr "" + +#: frappe/website/doctype/web_form/templates/web_form.html:41 +msgctxt "Button in web form" +msgid "Discard" +msgstr "" + +#: frappe/public/js/frappe/web_form/web_form.js:184 +msgid "Discard?" +msgstr "" + +#. Description of the 'Suggested Indexes' (Table) field in DocType 'Recorder' +#: frappe/core/doctype/recorder/recorder.json +msgid "Disclaimer: These indexes are suggested based on data and queries performed during this recording. These suggestions may or may not help." +msgstr "" + +#. Name of a DocType +#: frappe/website/doctype/discussion_reply/discussion_reply.json +msgid "Discussion Reply" +msgstr "" + +#. Name of a DocType +#: frappe/website/doctype/discussion_topic/discussion_topic.json +msgid "Discussion Topic" +msgstr "" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:625 +#: frappe/templates/discussions/reply_card.html:16 +#: frappe/templates/discussions/reply_section.html:29 +msgid "Dismiss" +msgstr "" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:577 +msgctxt "Stop showing the onboarding widget." +msgid "Dismiss" +msgstr "" + +#. Label of a Section Break field in DocType 'DocField' +#. Label of a Section Break field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Display" +msgstr "" + +#. Label of a Code field in DocType 'Web Form Field' +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Display Depends On" +msgstr "" + +#. Label of a Code field in DocType 'DocField' +#: frappe/core/doctype/docfield/docfield.json +msgid "Display Depends On (JS)" +msgstr "" + +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:210 +msgid "Divider" +msgstr "" + +#. Label of a Check field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "Do Not Create New User " +msgstr "" + +#. Description of the 'Do Not Create New User ' (Check) field in DocType 'LDAP +#. Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "Do not create new user if user with email does not exist in the system" +msgstr "" + +#: frappe/public/js/frappe/form/grid.js:1160 +msgid "Do not edit headers which are preset in the template" +msgstr "" + +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.py:65 +msgid "Do not have permission to access bucket {0}." +msgstr "" + +#: frappe/core/doctype/system_settings/system_settings.js:71 +msgid "Do you still want to proceed?" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:935 +msgid "Do you want to cancel all linked documents?" +msgstr "" + +#. Label of a Select field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "Doc Event" +msgstr "" + +#. Label of a Section Break field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "Doc Events" +msgstr "" + +#. Label of a Select field in DocType 'Workflow Document State' +#: frappe/workflow/doctype/workflow_document_state/workflow_document_state.json +msgid "Doc Status" +msgstr "" + +#. Name of a DocType +#. Option for the 'Applied On' (Select) field in DocType 'Property Setter' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/property_setter/property_setter.json +msgid "DocField" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/docperm/docperm.json +msgid "DocPerm" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/docshare/docshare.json +msgid "DocShare" +msgstr "" + +#: frappe/workflow/doctype/workflow/workflow.js:264 +msgid "DocStatus of the following states have changed:
    {0}
    \n" +"\t\t\t\tDo you want to update the docstatus of existing documents in those states?
    \n" +"\t\t\t\tThis does not undo any effect bought in by the document's existing docstatus.\n" +"\t\t\t\t" +msgstr "" + +#. Label of a Link field in DocType 'Amended Document Naming Settings' +#. Label of a Link field in DocType 'Audit Trail' +#. Name of a DocType +#. Group in Module Def's connections +#. Linked DocType in Module Def's connections +#. Label of a Link field in DocType 'Permission Inspector' +#. Label of a Link field in DocType 'Version' +#. Label of a Link in the Build Workspace +#. Label of a shortcut in the Build Workspace +#. Label of a Link field in DocType 'Client Script' +#. Label of a Link field in DocType 'Custom Field' +#. Option for the 'Applied On' (Select) field in DocType 'Property Setter' +#. Label of a Link field in DocType 'Property Setter' +#. Option for the 'Link Type' (Select) field in DocType 'Workspace Link' +#. Label of a Link field in DocType 'Workspace Quick List' +#. Option for the 'Type' (Select) field in DocType 'Workspace Shortcut' +#. Label of a Link field in DocType 'Webhook' +#. Label of a Link field in DocType 'Print Format' +#: frappe/core/doctype/amended_document_naming_settings/amended_document_naming_settings.json +#: frappe/core/doctype/audit_trail/audit_trail.json +#: frappe/core/doctype/data_export/exporter.py:26 +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/module_def/module_def.json +#: frappe/core/doctype/permission_inspector/permission_inspector.json +#: frappe/core/doctype/version/version.json +#: frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.js:15 +#: frappe/core/workspace/build/build.json +#: frappe/custom/doctype/client_script/client_script.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/property_setter/property_setter.json +#: frappe/desk/doctype/workspace_link/workspace_link.json +#: frappe/desk/doctype/workspace_quick_list/workspace_quick_list.json +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +#: frappe/integrations/doctype/webhook/webhook.json +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/public/js/frappe/widgets/widget_dialog.js:131 +#: frappe/website/doctype/website_slideshow/website_slideshow.js:18 +msgid "DocType" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1539 +msgid "DocType {0} provided for the field {1} must have atleast one Link field" +msgstr "" + +#. Name of a DocType +#. Option for the 'Applied On' (Select) field in DocType 'Property Setter' +#: frappe/core/doctype/doctype_action/doctype_action.json +#: frappe/custom/doctype/property_setter/property_setter.json +msgid "DocType Action" +msgstr "" + +#. Option for the 'Script Type' (Select) field in DocType 'Server Script' +#. Label of a Select field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "DocType Event" +msgstr "" + +#. Name of a DocType +#: frappe/custom/doctype/doctype_layout/doctype_layout.json +msgid "DocType Layout" +msgstr "" + +#. Name of a DocType +#: frappe/custom/doctype/doctype_layout_field/doctype_layout_field.json +msgid "DocType Layout Field" +msgstr "" + +#. Name of a DocType +#. Option for the 'Applied On' (Select) field in DocType 'Property Setter' +#: frappe/core/doctype/doctype_link/doctype_link.json +#: frappe/custom/doctype/property_setter/property_setter.json +msgid "DocType Link" +msgstr "" + +#. Name of a DocType +#. Option for the 'Applied On' (Select) field in DocType 'Property Setter' +#: frappe/core/doctype/doctype_state/doctype_state.json +#: frappe/custom/doctype/property_setter/property_setter.json +msgid "DocType State" +msgstr "" + +#. Label of a Select field in DocType 'Workspace Shortcut' +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +#: frappe/public/js/frappe/widgets/widget_dialog.js:443 +msgid "DocType View" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:642 +msgid "DocType can not be merged" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:636 +msgid "DocType can only be renamed by Administrator" +msgstr "" + +#. Description of a DocType +#: frappe/core/doctype/doctype/doctype.json +msgid "DocType is a Table / Form in the application." +msgstr "" + +#: frappe/integrations/doctype/webhook/webhook.py:82 +msgid "DocType must be Submittable for the selected Doc Event" +msgstr "" + +#: frappe/client.py:421 +msgid "DocType must be a string" +msgstr "" + +#: frappe/public/js/form_builder/store.js:154 +msgid "DocType must have atleast one field" +msgstr "" + +#: frappe/core/doctype/log_settings/log_settings.py:58 +msgid "DocType not supported by Log Settings." +msgstr "" + +#. Description of the 'Document Type' (Link) field in DocType 'Workflow' +#: frappe/workflow/doctype/workflow/workflow.json +msgid "DocType on which this Workflow is applicable." +msgstr "" + +#: frappe/public/js/frappe/views/kanban/kanban_settings.js:4 +msgid "DocType required" +msgstr "" + +#: frappe/modules/utils.py:175 +msgid "DocType {0} does not exist." +msgstr "" + +#: frappe/modules/utils.py:238 +msgid "DocType {} not found" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1004 +msgid "DocType's name should not start or end with whitespace" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.js:71 +msgid "DocTypes can not be modified, please use {0} instead" +msgstr "" + +#. Label of a Link field in DocType 'Document Follow' +#: frappe/email/doctype/document_follow/document_follow.json +#: frappe/public/js/frappe/widgets/widget_dialog.js:650 +msgid "Doctype" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:998 +msgid "Doctype name is limited to {0} characters ({1})" +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:3 +msgid "Doctype required" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:1348 +msgid "Doctype with same route already exist. Please choose different title." +msgstr "" + +#. Label of a Data field in DocType 'Milestone' +#. Label of a Dynamic Link field in DocType 'Audit Trail' +#. Option for the 'Show in Module Section' (Select) field in DocType 'DocType' +#. Label of a Dynamic Link field in DocType 'Permission Inspector' +#. Label of a Link field in DocType 'Notification Subscribed Document' +#: frappe/automation/doctype/milestone/milestone.json +#: frappe/core/doctype/audit_trail/audit_trail.json +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/permission_inspector/permission_inspector.json +#: frappe/desk/doctype/notification_subscribed_document/notification_subscribed_document.json +msgid "Document" +msgstr "" + +#. Label of a Section Break field in DocType 'Customize Form' +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Document Actions" +msgstr "" + +#. Label of a Section Break field in DocType 'User' +#. Linked DocType in User's connections +#. Name of a DocType +#: frappe/core/doctype/user/user.json +#: frappe/email/doctype/document_follow/document_follow.json +msgid "Document Follow" +msgstr "" + +#: frappe/desk/form/document_follow.py:84 +msgid "Document Follow Notification" +msgstr "" + +#. Label of a Data field in DocType 'Notification Log' +#: frappe/desk/doctype/notification_log/notification_log.json +msgid "Document Link" +msgstr "" + +#. Label of a Section Break field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Document Linking" +msgstr "" + +#. Label of a Section Break field in DocType 'Customize Form' +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Document Links" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1173 +msgid "Document Links Row #{0}: Could not find field {1} in {2} DocType" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1193 +msgid "Document Links Row #{0}: Invalid doctype or fieldname." +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1156 +msgid "Document Links Row #{0}: Parent DocType is mandatory for internal links" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1162 +msgid "Document Links Row #{0}: Table Fieldname is mandatory for internal links" +msgstr "" + +#. Label of a Dynamic Link field in DocType 'Reminder' +#. Label of a Dynamic Link field in DocType 'DocShare' +#. Label of a Data field in DocType 'Transaction Log' +#. Label of a Data field in DocType 'Version' +#. Label of a Dynamic Link field in DocType 'Tag Link' +#. Label of a Dynamic Link field in DocType 'Document Follow' +#: frappe/automation/doctype/reminder/reminder.json +#: frappe/core/doctype/docshare/docshare.json +#: frappe/core/doctype/transaction_log/transaction_log.json +#: frappe/core/doctype/user_permission/user_permission_list.js:36 +#: frappe/core/doctype/version/version.json +#: frappe/desk/doctype/tag_link/tag_link.json +#: frappe/email/doctype/document_follow/document_follow.json +#: frappe/public/js/frappe/form/form_tour.js:60 +msgid "Document Name" +msgstr "" + +#: frappe/client.py:424 +msgid "Document Name must be a string" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/document_naming_rule/document_naming_rule.json +msgid "Document Naming Rule" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/document_naming_rule_condition/document_naming_rule_condition.json +msgid "Document Naming Rule Condition" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Document Naming Settings" +msgstr "" + +#: frappe/model/document.py:1545 +msgid "Document Queued" +msgstr "" + +#: frappe/core/doctype/deleted_document/deleted_document_list.js:38 +msgid "Document Restoration Summary" +msgstr "" + +#: frappe/core/doctype/deleted_document/deleted_document.py:68 +msgid "Document Restored" +msgstr "" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:359 +#: frappe/public/js/frappe/widgets/onboarding_widget.js:401 +#: frappe/public/js/frappe/widgets/onboarding_widget.js:420 +#: frappe/public/js/frappe/widgets/onboarding_widget.js:439 +msgid "Document Saved" +msgstr "" + +#. Label of a Check field in DocType 'Notification Settings' +#: frappe/desk/doctype/notification_settings/notification_settings.json +msgid "Document Share" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/document_share_key/document_share_key.json +msgid "Document Share Key" +msgstr "" + +#. Label of a Int field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Document Share Key Expiry (in Days)" +msgstr "" + +#. Name of a report +#. Label of a Link in the Users Workspace +#: frappe/core/report/document_share_report/document_share_report.json +#: frappe/core/workspace/users/users.json +msgid "Document Share Report" +msgstr "" + +#. Label of a Section Break field in DocType 'DocType' +#. Label of a Section Break field in DocType 'Customize Form' +#. Label of a Table field in DocType 'Workflow' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +#: frappe/workflow/doctype/workflow/workflow.json +msgid "Document States" +msgstr "" + +#: frappe/model/meta.py:46 frappe/public/js/frappe/model/meta.js:199 +#: frappe/public/js/frappe/model/model.js:137 +msgid "Document Status" +msgstr "" + +#. Label of a Link field in DocType 'Tag Link' +#: frappe/desk/doctype/tag_link/tag_link.json +msgid "Document Tag" +msgstr "" + +#. Label of a Data field in DocType 'Tag Link' +#: frappe/desk/doctype/tag_link/tag_link.json +msgid "Document Title" +msgstr "" + +#. Label of a Link field in DocType 'Assignment Rule' +#. Label of a Link field in DocType 'Milestone' +#. Label of a Link field in DocType 'Reminder' +#. Label of a Link field in DocType 'Data Import' +#. Label of a Link field in DocType 'DocShare' +#. Label of a Link field in DocType 'Document Naming Rule' +#. Label of a Link field in DocType 'Session Default' +#. Label of a Link field in DocType 'User Document Type' +#. Label of a Link field in DocType 'User Select Document Type' +#. Label of a Link field in DocType 'DocType Layout' +#. Label of a Link field in DocType 'Bulk Update' +#. Label of a Link field in DocType 'Dashboard Chart' +#. Label of a Link field in DocType 'Global Search DocType' +#. Label of a Link field in DocType 'Notification Log' +#. Label of a Link field in DocType 'Number Card' +#. Option for the 'Type' (Select) field in DocType 'Number Card' +#. Label of a Link field in DocType 'Tag Link' +#. Label of a Link field in DocType 'Notification' +#. Label of a Link field in DocType 'Print Format Field Template' +#. Label of a Data field in DocType 'Personal Data Deletion Step' +#. Label of a Link field in DocType 'Workflow' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +#: frappe/automation/doctype/milestone/milestone.json +#: frappe/automation/doctype/reminder/reminder.json +#: frappe/core/doctype/data_import/data_import.json +#: frappe/core/doctype/docshare/docshare.json +#: frappe/core/doctype/document_naming_rule/document_naming_rule.json +#: frappe/core/doctype/session_default/session_default.json +#: frappe/core/doctype/user_document_type/user_document_type.json +#: frappe/core/doctype/user_permission/user_permission_list.js:26 +#: frappe/core/doctype/user_select_document_type/user_select_document_type.json +#: frappe/core/page/permission_manager/permission_manager.js:49 +#: frappe/core/page/permission_manager/permission_manager.js:211 +#: frappe/core/page/permission_manager/permission_manager.js:442 +#: frappe/custom/doctype/doctype_layout/doctype_layout.json +#: frappe/desk/doctype/bulk_update/bulk_update.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/global_search_doctype/global_search_doctype.json +#: frappe/desk/doctype/notification_log/notification_log.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/desk/doctype/tag_link/tag_link.json +#: frappe/email/doctype/notification/notification.json +#: frappe/printing/doctype/print_format_field_template/print_format_field_template.json +#: frappe/public/js/frappe/roles_editor.js:65 +#: frappe/website/doctype/personal_data_deletion_step/personal_data_deletion_step.json +#: frappe/workflow/doctype/workflow/workflow.json +msgid "Document Type" +msgstr "" + +#: frappe/desk/doctype/number_card/number_card.py:56 +msgid "Document Type and Function are required to create a number card" +msgstr "" + +#: frappe/permissions.py:142 +msgid "Document Type is not importable" +msgstr "" + +#: frappe/permissions.py:138 +msgid "Document Type is not submittable" +msgstr "" + +#. Label of a Link field in DocType 'Milestone Tracker' +#: frappe/automation/doctype/milestone_tracker/milestone_tracker.json +msgid "Document Type to Track" +msgstr "" + +#: frappe/desk/doctype/global_search_settings/global_search_settings.py:40 +msgid "Document Type {0} has been repeated." +msgstr "" + +#. Label of a Table field in DocType 'User Type' +#: frappe/core/doctype/user_type/user_type.json +msgid "Document Types" +msgstr "" + +#. Label of a Table field in DocType 'User Type' +#: frappe/core/doctype/user_type/user_type.json +msgid "Document Types (Select Permissions Only)" +msgstr "" + +#. Label of a Section Break field in DocType 'User Type' +#: frappe/core/doctype/user_type/user_type.json +msgid "Document Types and Permissions" +msgstr "" + +#: frappe/core/doctype/submission_queue/submission_queue.py:163 +#: frappe/model/document.py:1752 +msgid "Document Unlocked" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1073 +msgid "Document has been cancelled" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1072 +msgid "Document has been submitted" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1071 +msgid "Document is in draft state" +msgstr "" + +#: frappe/public/js/frappe/form/workflow.js:45 +msgid "Document is only editable by users with role" +msgstr "" + +#: frappe/core/doctype/communication/communication.js:182 +msgid "Document not Relinked" +msgstr "" + +#: frappe/model/rename_doc.py:227 frappe/public/js/frappe/form/toolbar.js:146 +msgid "Document renamed from {0} to {1}" +msgstr "" + +#: frappe/public/js/frappe/form/toolbar.js:155 +msgid "Document renaming from {0} to {1} has been queued" +msgstr "" + +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.py:386 +msgid "Document type is required to create a dashboard chart" +msgstr "" + +#: frappe/core/doctype/deleted_document/deleted_document.py:45 +msgid "Document {0} Already Restored" +msgstr "" + +#: frappe/workflow/doctype/workflow_action/workflow_action.py:199 +msgid "Document {0} has been set to state {1} by {2}" +msgstr "" + +#: frappe/client.py:443 +msgid "Document {0} {1} does not exist" +msgstr "" + +#. Label of a Data field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Documentation Link" +msgstr "" + +#. Label of a Data field in DocType 'DocField' +#. Label of a Data field in DocType 'Module Onboarding' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/desk/doctype/module_onboarding/module_onboarding.json +msgid "Documentation URL" +msgstr "" + +#: frappe/public/js/frappe/form/templates/form_dashboard.html:17 +msgid "Documents" +msgstr "" + +#: frappe/core/doctype/deleted_document/deleted_document_list.js:25 +msgid "Documents restored successfully" +msgstr "" + +#: frappe/core/doctype/deleted_document/deleted_document_list.js:33 +msgid "Documents that failed to restore" +msgstr "" + +#: frappe/core/doctype/deleted_document/deleted_document_list.js:29 +msgid "Documents that were already restored" +msgstr "" + +#. Name of a DocType +#. Label of a Data field in DocType 'Domain' +#. Label of a Link field in DocType 'Has Domain' +#. Label of a Link field in DocType 'Email Account' +#: frappe/core/doctype/domain/domain.json +#: frappe/core/doctype/has_domain/has_domain.json +#: frappe/email/doctype/email_account/email_account.json +msgid "Domain" +msgstr "" + +#. Label of a Data field in DocType 'Email Domain' +#: frappe/email/doctype/email_domain/email_domain.json +msgid "Domain Name" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/domain_settings/domain_settings.json +msgid "Domain Settings" +msgstr "" + +#. Label of a HTML field in DocType 'Domain Settings' +#: frappe/core/doctype/domain_settings/domain_settings.json +msgid "Domains HTML" +msgstr "" + +#. Description of the 'Ignore XSS Filter' (Check) field in DocType 'Custom +#. Field' +#: frappe/custom/doctype/custom_field/custom_field.json +msgid "Don't HTML Encode HTML tags like <script> or just characters like < or >, as they could be intentionally used in this field" +msgstr "" + +#: frappe/public/js/frappe/data_import/import_preview.js:268 +msgid "Don't Import" +msgstr "" + +#. Label of a Check field in DocType 'Workflow' +#. Label of a Check field in DocType 'Workflow Document State' +#: frappe/workflow/doctype/workflow/workflow.json +#: frappe/workflow/doctype/workflow_document_state/workflow_document_state.json +msgid "Don't Override Status" +msgstr "" + +#. Label of a Check field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Don't Send Emails" +msgstr "" + +#. Description of the 'Ignore XSS Filter' (Check) field in DocType 'DocField' +#. Description of the 'Ignore XSS Filter' (Check) field in DocType 'Customize +#. Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Don't encode HTML tags like <script> or just characters like < or >, as they could be intentionally used in this field" +msgstr "" + +#: frappe/www/login.html:119 frappe/www/login.html:135 +#: frappe/www/update-password.html:34 +msgid "Don't have an account?" +msgstr "" + +#: frappe/public/js/frappe/ui/messages.js:233 +#: frappe/public/js/onboarding_tours/onboarding_tours.js:17 +#: frappe/public/js/print_format_builder/HTMLEditor.vue:5 +#: frappe/public/js/print_format_builder/LetterHeadEditor.vue:52 +msgid "Done" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Donut" +msgstr "" + +#: frappe/public/js/form_builder/components/EditableInput.vue:43 +msgid "Double click to edit label" +msgstr "" + +#: frappe/core/doctype/file/file.js:5 +#: frappe/email/doctype/auto_email_report/auto_email_report.js:8 +#: frappe/public/js/frappe/form/grid.js:63 +msgid "Download" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_utils.js:229 +msgctxt "Export report" +msgid "Download" +msgstr "" + +#. Label of a Link in the Tools Workspace +#: frappe/automation/workspace/tools/tools.json +#: frappe/desk/page/backups/backups.js:4 +msgid "Download Backups" +msgstr "" + +#: frappe/templates/emails/download_data.html:6 +msgid "Download Data" +msgstr "" + +#: frappe/desk/page/backups/backups.js:12 +msgid "Download Files Backup" +msgstr "" + +#: frappe/templates/emails/download_data.html:9 +msgid "Download Link" +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:134 +msgid "Download PDF" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:766 +msgid "Download Report" +msgstr "" + +#. Label of a Button field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Download Template" +msgstr "" + +#: frappe/website/doctype/personal_data_download_request/personal_data_download_request.py:61 +#: frappe/website/doctype/personal_data_download_request/personal_data_download_request.py:69 +#: frappe/website/doctype/personal_data_download_request/test_personal_data_download_request.py:48 +msgid "Download Your Data" +msgstr "" + +#: frappe/desk/page/setup_wizard/install_fixtures.py:47 +msgid "Dr" +msgstr "" + +#: frappe/public/js/frappe/model/indicator.js:73 +#: frappe/public/js/frappe/ui/filters/filter.js:530 +msgid "Draft" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/blocks/header.js:46 +#: frappe/public/js/frappe/views/workspace/blocks/paragraph.js:136 +#: frappe/public/js/frappe/views/workspace/blocks/spacer.js:44 +#: frappe/public/js/frappe/views/workspace/workspace.js:610 +#: frappe/public/js/frappe/widgets/base_widget.js:33 +msgid "Drag" +msgstr "" + +#: frappe/public/js/form_builder/components/Tabs.vue:189 +msgid "Drag & Drop a section here from another tab" +msgstr "" + +#: frappe/public/js/frappe/file_uploader/FileUploader.vue:14 +msgid "Drag and drop files here or upload from" +msgstr "" + +#: frappe/public/js/print_format_builder/ConfigureColumns.vue:76 +msgid "Drag columns to set order. Column width is set in percentage. The total width should not be more than 100. Columns marked in red will be removed." +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder_layout.html:3 +msgid "Drag elements from the sidebar to add. Drag them back to trash." +msgstr "" + +#: frappe/public/js/workflow_builder/WorkflowBuilder.vue:296 +msgid "Drag to add state" +msgstr "" + +#: frappe/public/js/frappe/file_uploader/FileUploader.vue:172 +msgid "Drop files here" +msgstr "" + +#. Label of a Password field in DocType 'Dropbox Settings' +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.json +msgid "Dropbox Access Token" +msgstr "" + +#. Label of a Password field in DocType 'Dropbox Settings' +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.json +msgid "Dropbox Refresh Token" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Integrations Workspace +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.json +#: frappe/integrations/workspace/integrations/integrations.json +msgid "Dropbox Settings" +msgstr "" + +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.py:347 +msgid "Dropbox Setup" +msgstr "" + +#. Label of a Section Break field in DocType 'Navbar Settings' +#: frappe/core/doctype/navbar_settings/navbar_settings.json +msgid "Dropdowns" +msgstr "" + +#. Label of a Date field in DocType 'ToDo' +#: frappe/desk/doctype/todo/todo.json +msgid "Due Date" +msgstr "" + +#. Label of a Select field in DocType 'Assignment Rule' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +msgid "Due Date Based On" +msgstr "" + +#: frappe/public/js/frappe/form/grid_row_form.js:42 +#: frappe/public/js/frappe/form/toolbar.js:378 +#: frappe/public/js/frappe/views/workspace/workspace.js:853 +#: frappe/public/js/frappe/views/workspace/workspace.js:1020 +msgid "Duplicate" +msgstr "" + +#: frappe/printing/doctype/print_format_field_template/print_format_field_template.py:53 +msgid "Duplicate Entry" +msgstr "" + +#: frappe/public/js/frappe/list/list_filter.js:137 +msgid "Duplicate Filter Name" +msgstr "" + +#: frappe/model/base_document.py:578 frappe/model/rename_doc.py:111 +msgid "Duplicate Name" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:592 +#: frappe/public/js/frappe/views/workspace/workspace.js:854 +msgid "Duplicate Workspace" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:208 +msgid "Duplicate current row" +msgstr "" + +#: frappe/public/js/form_builder/components/Field.vue:239 +msgid "Duplicate field" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:1035 +msgid "Duplicate of {0} named as {1} is created successfully" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Label of a Float field in DocType 'Recorder' +#. Label of a Float field in DocType 'Recorder Query' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Column' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/recorder/recorder.json +#: frappe/core/doctype/recorder_query/recorder_query.json +#: frappe/core/doctype/report_column/report_column.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Duration" +msgstr "" + +#. Label of a Section Break field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Dynamic Filters" +msgstr "" + +#. Label of a Code field in DocType 'Dashboard Chart' +#. Label of a Code field in DocType 'Number Card' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/number_card/number_card.json +msgid "Dynamic Filters JSON" +msgstr "" + +#. Label of a Section Break field in DocType 'Number Card' +#: frappe/desk/doctype/number_card/number_card.json +msgid "Dynamic Filters Section" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Name of a DocType +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Column' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Filter' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/dynamic_link/dynamic_link.json +#: frappe/core/doctype/report_column/report_column.json +#: frappe/core/doctype/report_filter/report_filter.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Dynamic Link" +msgstr "" + +#. Label of a Section Break field in DocType 'Auto Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Dynamic Report Filters" +msgstr "" + +#. Label of a Check field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "Dynamic Route" +msgstr "" + +#. Label of a Check field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "Dynamic Template" +msgstr "" + +#: frappe/public/js/frappe/form/grid_row_form.js:42 +msgid "ESC" +msgstr "" + +#. Description of the Onboarding Step 'Setup Naming Series' +#: frappe/custom/onboarding_step/naming_series/naming_series.json +msgid "Each document created in ERPNext can have a unique ID generated for it, using a prefix defined for it. Though each document has some prefix pre-configured, you can further customize it using tools like Naming Series Tool and Document Naming Rule.\n" +msgstr "" + +#. Option for the 'Comment Type' (Select) field in DocType 'Comment' +#: frappe/core/doctype/comment/comment.json +#: frappe/core/page/dashboard_view/dashboard_view.js:169 +#: frappe/printing/page/print_format_builder/print_format_builder_start.html:8 +#: frappe/printing/page/print_format_builder_beta/print_format_builder_beta.js:46 +#: frappe/printing/page/print_format_builder_beta/print_format_builder_beta.js:85 +#: frappe/public/js/frappe/form/controls/markdown_editor.js:31 +#: frappe/public/js/frappe/form/footer/form_timeline.js:654 +#: frappe/public/js/frappe/form/footer/form_timeline.js:663 +#: frappe/public/js/frappe/form/templates/address_list.html:7 +#: frappe/public/js/frappe/form/templates/contact_list.html:7 +#: frappe/public/js/frappe/form/toolbar.js:660 +#: frappe/public/js/frappe/views/reports/query_report.js:814 +#: frappe/public/js/frappe/views/reports/query_report.js:1643 +#: frappe/public/js/frappe/views/workspace/workspace.js:98 +#: frappe/public/js/frappe/views/workspace/workspace.js:847 +#: frappe/public/js/frappe/widgets/base_widget.js:64 +#: frappe/public/js/frappe/widgets/chart_widget.js:298 +#: frappe/public/js/frappe/widgets/number_card_widget.js:331 +#: frappe/templates/discussions/reply_card.html:29 +#: frappe/templates/discussions/reply_section.html:29 +#: frappe/workflow/page/workflow_builder/workflow_builder.js:46 +#: frappe/workflow/page/workflow_builder/workflow_builder.js:84 +msgid "Edit" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:2012 +msgctxt "Button in list view actions menu" +msgid "Edit" +msgstr "" + +#: frappe/website/doctype/web_form/templates/web_form.html:20 +msgctxt "Button in web form" +msgid "Edit" +msgstr "" + +#: frappe/public/js/frappe/form/grid_row.js:337 +msgctxt "Edit grid row" +msgid "Edit" +msgstr "" + +#: frappe/templates/emails/auto_email_report.html:63 +msgid "Edit Auto Email Report Settings" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:719 +msgid "Edit Custom HTML" +msgstr "" + +#: frappe/public/js/frappe/form/toolbar.js:534 +msgid "Edit DocType" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1728 +msgctxt "Button in list view menu" +msgid "Edit DocType" +msgstr "" + +#: frappe/printing/page/print_format_builder_beta/print_format_builder_beta.js:42 +#: frappe/workflow/page/workflow_builder/workflow_builder.js:42 +msgid "Edit Existing" +msgstr "" + +#: frappe/public/js/frappe/list/list_sidebar_group_by.js:55 +msgid "Edit Filters" +msgstr "" + +#: frappe/public/js/print_format_builder/PrintFormat.vue:29 +msgid "Edit Footer" +msgstr "" + +#: frappe/printing/doctype/print_format/print_format.js:28 +msgid "Edit Format" +msgstr "" + +#: frappe/public/js/frappe/form/quick_entry.js:287 +msgid "Edit Full Form" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder_field.html:26 +#: frappe/public/js/print_format_builder/Field.vue:83 +msgid "Edit HTML" +msgstr "" + +#: frappe/public/js/print_format_builder/PrintFormat.vue:9 +msgid "Edit Header" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:602 +#: frappe/printing/page/print_format_builder/print_format_builder_layout.html:8 +msgid "Edit Heading" +msgstr "" + +#: frappe/public/js/print_format_builder/LetterHeadEditor.vue:52 +msgid "Edit Letter Head" +msgstr "" + +#: frappe/public/js/print_format_builder/PrintFormat.vue:35 +msgid "Edit Letter Head Footer" +msgstr "" + +#: frappe/public/js/print_format_builder/print_format_builder.bundle.js:24 +msgid "Edit Print Format" +msgstr "" + +#: frappe/desk/page/user_profile/user_profile_controller.js:273 +#: frappe/desk/page/user_profile/user_profile_sidebar.html:51 +#: frappe/www/me.html:27 +msgid "Edit Profile" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:173 +msgid "Edit Properties" +msgstr "" + +#. Label of a Button field in DocType 'Web Page Block' +#. Label of a Button field in DocType 'Website Settings' +#: frappe/public/js/frappe/utils/web_template.js:5 +#: frappe/website/doctype/web_page_block/web_page_block.json +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Edit Values" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:848 +msgid "Edit Workspace" +msgstr "" + +#: frappe/desk/doctype/note/note.js:11 +msgid "Edit mode" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:713 +msgid "Edit to add content" +msgstr "" + +#: frappe/public/js/frappe/web_form/web_form.js:446 +msgctxt "Button in web form" +msgid "Edit your response" +msgstr "" + +#: frappe/workflow/doctype/workflow/workflow.js:18 +msgid "Edit your workflow visually using the Workflow Builder." +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:648 +msgid "Edit {0}" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#. Label of a Check field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/doctype/doctype_list.js:41 +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Editable Grid" +msgstr "" + +#: frappe/public/js/frappe/form/grid_row_form.js:42 +msgid "Editing Row" +msgstr "" + +#: frappe/public/js/print_format_builder/print_format_builder.bundle.js:14 +#: frappe/public/js/workflow_builder/workflow_builder.bundle.js:20 +msgid "Editing {0}" +msgstr "" + +#. Description of the 'SMS Gateway URL' (Small Text) field in DocType 'SMS +#. Settings' +#: frappe/core/doctype/sms_settings/sms_settings.json +msgid "Eg. smsgateway.com/api/send_sms.cgi" +msgstr "" + +#: frappe/rate_limiter.py:139 +msgid "Either key or IP flag is required." +msgstr "" + +#. Label of a Data field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Element Selector" +msgstr "" + +#. Label of a Card Break in the Tools Workspace +#. Option for the 'Type' (Select) field in DocType 'Communication' +#. Label of a Check field in DocType 'Custom DocPerm' +#. Label of a Check field in DocType 'DocPerm' +#. Option for the 'Two Factor Authentication method' (Select) field in DocType +#. 'System Settings' +#. Label of a Tab Break field in DocType 'System Settings' +#. Label of a Data field in DocType 'User' +#. Label of a Section Break field in DocType 'User' +#. Label of a Check field in DocType 'User Document Type' +#. Label of a Data field in DocType 'Event Participants' +#. Label of a Data field in DocType 'Email Group Member' +#. Label of a Data field in DocType 'Email Unsubscribe' +#. Option for the 'Channel' (Select) field in DocType 'Notification' +#. Label of a Data field in DocType 'Personal Data Deletion Request' +#: frappe/automation/workspace/tools/tools.json +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/docperm/docperm.json +#: frappe/core/doctype/success_action/success_action.js:59 +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/core/doctype/user/user.json +#: frappe/core/doctype/user_document_type/user_document_type.json +#: frappe/desk/doctype/event_participants/event_participants.json +#: frappe/email/doctype/email_group_member/email_group_member.json +#: frappe/email/doctype/email_unsubscribe/email_unsubscribe.json +#: frappe/email/doctype/newsletter/newsletter.js:156 +#: frappe/email/doctype/notification/notification.json +#: frappe/public/js/frappe/form/success_action.js:85 +#: frappe/public/js/frappe/form/toolbar.js:342 +#: frappe/templates/includes/comments/comments.html:25 +#: frappe/templates/signup.html:9 +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.json +#: frappe/www/login.html:7 frappe/www/login.py:99 +msgid "Email" +msgstr "" + +#. Label of a Link in the Tools Workspace +#. Label of a Link field in DocType 'Communication' +#. Label of a Link field in DocType 'User Email' +#. Name of a DocType +#. Linked DocType in Email Domain's connections +#. Label of a Data field in DocType 'Email Flag Queue' +#. Label of a Link field in DocType 'Email Queue' +#. Label of a Link field in DocType 'Unhandled Email' +#: frappe/automation/workspace/tools/tools.json +#: frappe/core/doctype/communication/communication.js:199 +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/user_email/user_email.json +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_domain/email_domain.json +#: frappe/email/doctype/email_flag_queue/email_flag_queue.json +#: frappe/email/doctype/email_queue/email_queue.json +#: frappe/email/doctype/unhandled_email/unhandled_email.json +msgid "Email Account" +msgstr "" + +#: frappe/email/doctype/email_account/email_account.py:315 +msgid "Email Account Disabled." +msgstr "" + +#. Label of a Data field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Email Account Name" +msgstr "" + +#: frappe/core/doctype/user/user.py:680 +msgid "Email Account added multiple times" +msgstr "" + +#: frappe/email/smtp.py:43 +msgid "Email Account not setup. Please create a new Email Account from Settings > Email Account" +msgstr "" + +#. Label of a Data field in DocType 'Address' +#. Label of a Data field in DocType 'Contact' +#. Label of a Data field in DocType 'Email Account' +#. Label of a Data field in DocType 'Google Contacts' +#: frappe/contacts/doctype/address/address.json +#: frappe/contacts/doctype/contact/contact.json +#: frappe/desk/page/setup_wizard/setup_wizard.js:463 +#: frappe/email/doctype/email_account/email_account.json +#: frappe/integrations/doctype/google_contacts/google_contacts.json +#: frappe/www/complete_signup.html:11 frappe/www/login.html:164 +#: frappe/www/login.html:196 +msgid "Email Address" +msgstr "" + +#. Description of the 'Email Address' (Data) field in DocType 'Google Contacts' +#: frappe/integrations/doctype/google_contacts/google_contacts.json +msgid "Email Address whose Google Contacts are to be synced." +msgstr "" + +#. Description of the 'Send Notification to' (Small Text) field in DocType +#. 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_group/email_group.js:43 +msgid "Email Addresses" +msgstr "" + +#. Label of a Link in the Tools Workspace +#. Name of a DocType +#: frappe/automation/workspace/tools/tools.json +#: frappe/email/doctype/email_domain/email_domain.json +msgid "Email Domain" +msgstr "" + +#. Name of a DocType +#: frappe/email/doctype/email_flag_queue/email_flag_queue.json +msgid "Email Flag Queue" +msgstr "" + +#. Label of a Small Text field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Email Footer Address" +msgstr "" + +#. Label of a Link in the Tools Workspace +#. Name of a DocType +#. Label of a Link field in DocType 'Email Group Member' +#. Label of a Link field in DocType 'Newsletter Email Group' +#: frappe/automation/workspace/tools/tools.json +#: frappe/email/doctype/email_group/email_group.json +#: frappe/email/doctype/email_group_member/email_group_member.json +#: frappe/email/doctype/newsletter_email_group/newsletter_email_group.json +msgid "Email Group" +msgstr "" + +#. Linked DocType in Email Group's connections +#. Name of a DocType +#: frappe/email/doctype/email_group/email_group.json +#: frappe/email/doctype/email_group_member/email_group_member.json +msgid "Email Group Member" +msgstr "" + +#. Label of a Data field in DocType 'Contact Email' +#. Label of a Data field in DocType 'User Email' +#. Label of a Data field in DocType 'Email Rule' +#: frappe/contacts/doctype/contact/contact.py:130 +#: frappe/contacts/doctype/contact_email/contact_email.json +#: frappe/core/doctype/user_email/user_email.json +#: frappe/email/doctype/email_rule/email_rule.json +msgid "Email ID" +msgstr "" + +#. Label of a Table field in DocType 'Contact' +#: frappe/contacts/doctype/contact/contact.json +msgid "Email IDs" +msgstr "" + +#. Label of a Data field in DocType 'Contact Us Settings' +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +msgid "Email Id" +msgstr "" + +#. Label of a Section Break field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Email Inbox" +msgstr "" + +#. Name of a DocType +#: frappe/email/doctype/email_queue/email_queue.json +msgid "Email Queue" +msgstr "" + +#. Name of a DocType +#: frappe/email/doctype/email_queue_recipient/email_queue_recipient.json +msgid "Email Queue Recipient" +msgstr "" + +#: frappe/email/queue.py:160 +msgid "Email Queue flushing aborted due to too many failures." +msgstr "" + +#. Description of a DocType +#: frappe/email/doctype/email_queue/email_queue.json +msgid "Email Queue records." +msgstr "" + +#. Label of a HTML field in DocType 'Email Template' +#: frappe/email/doctype/email_template/email_template.json +msgid "Email Reply Help" +msgstr "" + +#. Label of a Int field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Email Retry Limit" +msgstr "" + +#. Name of a DocType +#: frappe/email/doctype/email_rule/email_rule.json +msgid "Email Rule" +msgstr "" + +#. Label of a Check field in DocType 'Newsletter' +#. Label of a Check field in DocType 'Blog Post' +#: frappe/email/doctype/newsletter/newsletter.json +#: frappe/website/doctype/blog_post/blog_post.json +msgid "Email Sent" +msgstr "" + +#. Label of a Datetime field in DocType 'Newsletter' +#: frappe/email/doctype/newsletter/newsletter.json +msgid "Email Sent At" +msgstr "" + +#. Label of a Section Break field in DocType 'DocType' +#. Label of a Section Break field in DocType 'Customize Form' +#. Label of a Section Break field in DocType 'Notification Settings' +#. Label of a Section Break field in DocType 'Auto Email Report' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +#: frappe/desk/doctype/notification_settings/notification_settings.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Email Settings" +msgstr "" + +#. Label of a Small Text field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Email Signature" +msgstr "" + +#. Label of a Select field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Email Status" +msgstr "" + +#. Label of a Select field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Email Sync Option" +msgstr "" + +#. Label of a Link in the Tools Workspace +#. Label of a Link field in DocType 'Communication' +#. Name of a DocType +#: frappe/automation/workspace/tools/tools.json +#: frappe/core/doctype/communication/communication.json +#: frappe/email/doctype/email_template/email_template.json +#: frappe/public/js/frappe/views/communication.js:95 +msgid "Email Template" +msgstr "" + +#. Label of a Check field in DocType 'Notification Settings' +#: frappe/desk/doctype/notification_settings/notification_settings.json +msgid "Email Threads on Assigned Document" +msgstr "" + +#. Label of a Small Text field in DocType 'Auto Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Email To" +msgstr "" + +#. Name of a DocType +#: frappe/email/doctype/email_unsubscribe/email_unsubscribe.json +msgid "Email Unsubscribe" +msgstr "" + +#: frappe/core/doctype/communication/communication.js:342 +msgid "Email has been marked as spam" +msgstr "" + +#: frappe/core/doctype/communication/communication.js:355 +msgid "Email has been moved to trash" +msgstr "" + +#: frappe/public/js/frappe/views/communication.js:807 +msgid "Email not sent to {0} (unsubscribed / disabled)" +msgstr "" + +#: frappe/utils/oauth.py:164 +msgid "Email not verified with {0}" +msgstr "" + +#: frappe/email/doctype/email_queue/email_queue.js:18 +msgid "Email queue is currently suspended. Resume to automatically send emails." +msgstr "" + +#. Label of a Section Break field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Emails" +msgstr "" + +#: frappe/email/queue.py:137 +msgid "Emails are muted" +msgstr "" + +#. Description of the 'Send Email Alert' (Check) field in DocType 'Workflow' +#: frappe/workflow/doctype/workflow/workflow.json +msgid "Emails will be sent with next possible workflow actions" +msgstr "" + +#: frappe/website/doctype/web_form/web_form.js:34 +msgid "Embed code copied" +msgstr "" + +#: frappe/public/js/form_builder/components/Section.vue:285 +msgid "Empty column" +msgstr "" + +#. Label of a Check field in DocType 'Google Calendar' +#. Label of a Check field in DocType 'Google Contacts' +#. Label of a Check field in DocType 'Google Drive' +#. Label of a Check field in DocType 'Google Settings' +#: frappe/integrations/doctype/google_calendar/google_calendar.json +#: frappe/integrations/doctype/google_contacts/google_contacts.json +#: frappe/integrations/doctype/google_drive/google_drive.json +#: frappe/integrations/doctype/google_settings/google_settings.json +msgid "Enable" +msgstr "" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:117 +msgid "Enable Allow Auto Repeat for the doctype {0} in Customize Form" +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Enable Auto Reply" +msgstr "" + +#. Label of a Check field in DocType 'S3 Backup Settings' +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +msgid "Enable Automatic Backup" +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Enable Automatic Linking in Documents" +msgstr "" + +#. Label of a Check field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "Enable Comments" +msgstr "" + +#. Label of a Check field in DocType 'Blog Post' +#: frappe/website/doctype/blog_post/blog_post.json +msgid "Enable Email Notification" +msgstr "" + +#. Label of a Check field in DocType 'Notification Settings' +#: frappe/desk/doctype/notification_settings/notification_settings.json +msgid "Enable Email Notifications" +msgstr "" + +#: frappe/integrations/doctype/google_calendar/google_calendar.py:90 +#: frappe/integrations/doctype/google_contacts/google_contacts.py:36 +#: frappe/website/doctype/website_settings/website_settings.py:129 +msgid "Enable Google API in Google Settings." +msgstr "" + +#. Label of a Check field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Enable Google indexing" +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_account/email_account.py:201 +msgid "Enable Incoming" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Enable Onboarding" +msgstr "" + +#. Label of a Check field in DocType 'User Email' +#. Label of a Check field in DocType 'Email Account' +#: frappe/core/doctype/user_email/user_email.json +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_account/email_account.py:209 +msgid "Enable Outgoing" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Enable Password Policy" +msgstr "" + +#. Label of a Check field in DocType 'Role Permission for Page and Report' +#: frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.json +msgid "Enable Prepared Report" +msgstr "" + +#. Label of a Check field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Enable Print Server" +msgstr "" + +#. Label of a Check field in DocType 'Push Notification Settings' +#: frappe/integrations/doctype/push_notification_settings/push_notification_settings.json +msgid "Enable Push Notification Relay" +msgstr "" + +#. Label of a Check field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "Enable Rate Limit" +msgstr "" + +#. Label of a Check field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Enable Raw Printing" +msgstr "" + +#: frappe/core/doctype/report/report.js:36 +msgid "Enable Report" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Enable Scheduled Jobs" +msgstr "" + +#: frappe/core/doctype/rq_job/rq_job_list.js:23 +msgid "Enable Scheduler" +msgstr "" + +#. Label of a Check field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "Enable Security" +msgstr "" + +#. Label of a Check field in DocType 'Social Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Enable Social Login" +msgstr "" + +#. Label of a Check field in DocType 'Blog Settings' +#: frappe/website/doctype/blog_settings/blog_settings.json +msgid "Enable Social Sharing" +msgstr "" + +#: frappe/website/doctype/website_settings/website_settings.js:139 +msgid "Enable Tracking Page Views" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/twofactor.py:434 +msgid "Enable Two Factor Auth" +msgstr "" + +#. Title of an Onboarding Step +#: frappe/website/onboarding_step/enable_website_tracking/enable_website_tracking.json +msgid "Enable Website Tracking" +msgstr "" + +#: frappe/printing/doctype/print_format_field_template/print_format_field_template.py:28 +msgid "Enable developer mode to create a standard Print Template" +msgstr "" + +#: frappe/website/doctype/web_template/web_template.py:34 +msgid "Enable developer mode to create a standard Web Template" +msgstr "" + +#. Description of the 'Enable Email Notification' (Check) field in DocType +#. 'Blog Post' +#: frappe/website/doctype/blog_post/blog_post.json +msgid "Enable email notification for any comment or likes received on your Blog Post." +msgstr "" + +#. Description of the 'Modal Trigger' (Check) field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Enable if on click\n" +"opens modal." +msgstr "" + +#. Label of a Check field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Enable in-app website tracking" +msgstr "" + +#. Label of a Check field in DocType 'Language' +#. Label of a Check field in DocType 'User' +#. Label of a Check field in DocType 'Client Script' +#. Label of a Check field in DocType 'Notification Settings' +#. Label of a Check field in DocType 'Auto Email Report' +#. Label of a Check field in DocType 'Notification' +#. Label of a Check field in DocType 'Currency' +#. Label of a Check field in DocType 'Dropbox Settings' +#. Label of a Check field in DocType 'LDAP Settings' +#. Label of a Check field in DocType 'Webhook' +#. Label of a Check field in DocType 'Energy Point Rule' +#. Label of a Check field in DocType 'Energy Point Settings' +#. Label of a Check field in DocType 'Portal Menu Item' +#: frappe/core/doctype/language/language.json +#: frappe/core/doctype/user/user.json +#: frappe/custom/doctype/client_script/client_script.json +#: frappe/desk/doctype/notification_settings/notification_settings.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +#: frappe/email/doctype/notification/notification.json +#: frappe/geo/doctype/currency/currency.json +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.json +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +#: frappe/integrations/doctype/webhook/webhook.json +#: frappe/public/js/frappe/model/indicator.js:106 +#: frappe/public/js/frappe/model/indicator.js:117 +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +#: frappe/social/doctype/energy_point_settings/energy_point_settings.json +#: frappe/website/doctype/portal_menu_item/portal_menu_item.json +msgid "Enabled" +msgstr "" + +#: frappe/core/doctype/rq_job/rq_job_list.js:29 +msgid "Enabled Scheduler" +msgstr "" + +#: frappe/email/doctype/email_account/email_account.py:939 +msgid "Enabled email inbox for user {0}" +msgstr "" + +#: frappe/core/doctype/server_script/server_script.py:243 +msgid "Enabled scheduled execution for script {0}" +msgstr "" + +#. Description of the 'Is Calendar and Gantt' (Check) field in DocType +#. 'DocType' +#. Description of the 'Is Calendar and Gantt' (Check) field in DocType +#. 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Enables Calendar and Gantt views." +msgstr "" + +#: frappe/email/doctype/email_account/email_account.js:227 +msgid "Enabling auto reply on an incoming email account will send automated replies to all the synchronized emails. Do you wish to continue?" +msgstr "" + +#. Description of a DocType +#: frappe/integrations/doctype/push_notification_settings/push_notification_settings.json +msgid "Enabling this will register your site on a central relay server to send push notifications for all installed apps through Firebase Cloud Messaging. This server only stores user tokens and error logs, and no messages are saved." +msgstr "" + +#. Description of the 'Relay Settings' (Section Break) field in DocType 'Push +#. Notification Settings' +#: frappe/integrations/doctype/push_notification_settings/push_notification_settings.json +msgid "Enabling this will register your site on a central relay server to send push notifications for all installed apps through Firebase Cloud Messaging. This server only stores user tokens and error logs, and no messages are saved. " +msgstr "" + +#. Description of the 'Queue in Background (BETA)' (Check) field in DocType +#. 'DocType' +#. Description of the 'Queue in Background (BETA)' (Check) field in DocType +#. 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Enabling this will submit documents in background" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Encrypt Backups" +msgstr "" + +#: frappe/utils/password.py:184 +msgid "Encryption key is in invalid format!" +msgstr "" + +#: frappe/utils/password.py:199 +msgid "Encryption key is invalid! Please check site_config.json" +msgstr "" + +#. Label of a Date field in DocType 'Auto Repeat' +#. Label of a Datetime field in DocType 'Web Page' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:140 +#: frappe/public/js/frappe/utils/common.js:416 +#: frappe/website/doctype/web_page/web_page.json +msgid "End Date" +msgstr "" + +#. Label of a Select field in DocType 'Calendar View' +#: frappe/desk/doctype/calendar_view/calendar_view.json +msgid "End Date Field" +msgstr "" + +#: frappe/website/doctype/web_page/web_page.py:208 +msgid "End Date cannot be before Start Date!" +msgstr "" + +#. Label of a Datetime field in DocType 'RQ Job' +#. Label of a Datetime field in DocType 'Submission Queue' +#: frappe/core/doctype/rq_job/rq_job.json +#: frappe/core/doctype/submission_queue/submission_queue.json +msgid "Ended At" +msgstr "" + +#. Label of a Data field in DocType 'S3 Backup Settings' +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +msgid "Endpoint URL" +msgstr "" + +#. Label of a Section Break field in DocType 'Connected App' +#: frappe/integrations/doctype/connected_app/connected_app.json +msgid "Endpoints" +msgstr "" + +#. Label of a Datetime field in DocType 'Event' +#: frappe/desk/doctype/event/event.json +msgid "Ends on" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Notification Log' +#: frappe/desk/doctype/notification_log/notification_log.json +msgid "Energy Point" +msgstr "" + +#. Linked DocType in User's connections +#. Name of a DocType +#: frappe/core/doctype/user/user.json +#: frappe/social/doctype/energy_point_log/energy_point_log.json +msgid "Energy Point Log" +msgstr "" + +#. Linked DocType in DocType's connections +#. Name of a DocType +#: frappe/core/doctype/doctype/doctype.json +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +msgid "Energy Point Rule" +msgstr "" + +#. Name of a DocType +#: frappe/social/doctype/energy_point_settings/energy_point_settings.json +msgid "Energy Point Settings" +msgstr "" + +#: frappe/desk/doctype/notification_log/notification_log.py:159 +msgid "Energy Point Update on {0}" +msgstr "" + +#. Label of a Check field in DocType 'Notification Settings' +#: frappe/desk/doctype/notification_settings/notification_settings.json +#: frappe/desk/page/user_profile/user_profile.html:28 +#: frappe/desk/page/user_profile/user_profile_controller.js:402 +#: frappe/templates/emails/energy_points_summary.html:39 +msgid "Energy Points" +msgstr "" + +#. Label of a Data field in DocType 'Submission Queue' +#: frappe/core/doctype/submission_queue/submission_queue.json +msgid "Enqueued By" +msgstr "" + +#: frappe/core/doctype/recorder/recorder.py:127 +msgid "Enqueued creation of indexes" +msgstr "" + +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:108 +msgid "Ensure the user and group search paths are correct." +msgstr "" + +#: frappe/integrations/doctype/google_calendar/google_calendar.py:93 +msgid "Enter Client Id and Client Secret in Google Settings." +msgstr "" + +#: frappe/templates/includes/login/login.js:359 +msgid "Enter Code displayed in OTP App." +msgstr "" + +#: frappe/public/js/frappe/views/communication.js:762 +msgid "Enter Email Recipient(s)" +msgstr "" + +#. Label of a Link field in DocType 'Customize Form' +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Enter Form Type" +msgstr "" + +#: frappe/public/js/frappe/ui/messages.js:94 +msgctxt "Title of prompt dialog" +msgid "Enter Value" +msgstr "" + +#: frappe/public/js/frappe/form/form_tour.js:58 +msgid "Enter a name for this {0}" +msgstr "" + +#. Description of the 'User Defaults' (Table) field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Enter default value fields (keys) and values. If you add multiple values for a field, the first one will be picked. These defaults are also used to set \"match\" permission rules. To see list of fields, go to \"Customize Form\"." +msgstr "" + +#: frappe/public/js/frappe/views/file/file_view.js:111 +msgid "Enter folder name" +msgstr "" + +#. Description of the 'Static Parameters' (Table) field in DocType 'SMS +#. Settings' +#: frappe/core/doctype/sms_settings/sms_settings.json +msgid "Enter static url parameters here (Eg. sender=ERPNext, username=ERPNext, password=1234 etc.)" +msgstr "" + +#. Description of the 'Message Parameter' (Data) field in DocType 'SMS +#. Settings' +#: frappe/core/doctype/sms_settings/sms_settings.json +msgid "Enter url parameter for message" +msgstr "" + +#. Description of the 'Receiver Parameter' (Data) field in DocType 'SMS +#. Settings' +#: frappe/core/doctype/sms_settings/sms_settings.json +msgid "Enter url parameter for receiver nos" +msgstr "" + +#: frappe/public/js/frappe/ui/messages.js:334 +msgid "Enter your password" +msgstr "" + +#: frappe/contacts/report/addresses_and_contacts/addresses_and_contacts.js:22 +msgid "Entity Name" +msgstr "" + +#: frappe/contacts/report/addresses_and_contacts/addresses_and_contacts.js:9 +msgid "Entity Type" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:16 +msgid "Equals" +msgstr "" + +#. Option for the 'Delivery Status' (Select) field in DocType 'Communication' +#. Option for the 'Status' (Select) field in DocType 'Data Import' +#. Label of a Code field in DocType 'Error Log' +#. Option for the 'Status' (Select) field in DocType 'Prepared Report' +#. Option for the 'Status' (Select) field in DocType 'Email Queue' +#. Label of a Code field in DocType 'Email Queue' +#. Label of a Code field in DocType 'Email Queue Recipient' +#. Label of a Code field in DocType 'Integration Request' +#. Label of a Text field in DocType 'Webhook Request Log' +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/data_import/data_import.json +#: frappe/core/doctype/error_log/error_log.json +#: frappe/core/doctype/prepared_report/prepared_report.json +#: frappe/desk/page/backups/backups.js:35 +#: frappe/email/doctype/email_queue/email_queue.json +#: frappe/email/doctype/email_queue_recipient/email_queue_recipient.json +#: frappe/integrations/doctype/integration_request/integration_request.json +#: frappe/integrations/doctype/webhook_request_log/webhook_request_log.json +#: frappe/model/base_document.py:719 frappe/model/base_document.py:725 +#: frappe/public/js/frappe/ui/messages.js:22 +msgid "Error" +msgstr "" + +#: frappe/public/js/frappe/web_form/web_form.js:240 +msgctxt "Title of error message in web form" +msgid "Error" +msgstr "" + +#: frappe/www/error.html:34 +msgid "Error Code: {0}" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/error_log/error_log.json +msgid "Error Log" +msgstr "" + +#. Label of a Link in the Build Workspace +#: frappe/core/workspace/build/build.json +msgid "Error Logs" +msgstr "" + +#. Label of a Text field in DocType 'Prepared Report' +#: frappe/core/doctype/prepared_report/prepared_report.json +msgid "Error Message" +msgstr "" + +#: frappe/public/js/frappe/form/print_utils.js:128 +msgid "Error connecting to QZ Tray Application...

    You need to have QZ Tray application installed and running, to use the Raw Print feature.

    Click here to Download and install QZ Tray.
    Click here to learn more about Raw Printing." +msgstr "" + +#: frappe/email/doctype/email_domain/email_domain.py:32 +msgid "Error connecting via IMAP/POP3: {e}" +msgstr "" + +#: frappe/email/doctype/email_domain/email_domain.py:33 +msgid "Error connecting via SMTP: {e}" +msgstr "" + +#: frappe/email/doctype/email_domain/email_domain.py:98 +msgid "Error has occurred in {0}" +msgstr "" + +#: frappe/public/js/frappe/form/script_manager.js:187 +msgid "Error in Client Script" +msgstr "" + +#: frappe/public/js/frappe/form/script_manager.js:243 +msgid "Error in Client Script." +msgstr "" + +#: frappe/printing/doctype/letter_head/letter_head.js:21 +msgid "Error in Header/Footer Script" +msgstr "" + +#: frappe/email/doctype/notification/notification.py:396 +#: frappe/email/doctype/notification/notification.py:512 +#: frappe/email/doctype/notification/notification.py:518 +msgid "Error in Notification" +msgstr "" + +#: frappe/utils/pdf.py:53 +msgid "Error in print format on line {0}: {1}" +msgstr "" + +#: frappe/email/doctype/email_account/email_account.py:618 +msgid "Error while connecting to email account {0}" +msgstr "" + +#: frappe/email/doctype/notification/notification.py:509 +msgid "Error while evaluating Notification {0}. Please fix your template." +msgstr "" + +#: frappe/model/document.py:820 +msgid "Error: Document has been modified after you have opened it" +msgstr "" + +#: frappe/model/base_document.py:733 +msgid "Error: Value missing for {0}: {1}" +msgstr "" + +#. Label of a Section Break field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Errors" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Communication' +#. Name of a DocType +#. Option for the 'Event Category' (Select) field in DocType 'Event' +#: frappe/core/doctype/communication/communication.json +#: frappe/desk/doctype/event/event.json +msgid "Event" +msgstr "" + +#. Label of a Select field in DocType 'Event' +#: frappe/desk/doctype/event/event.json +msgid "Event Category" +msgstr "" + +#. Label of a Select field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "Event Frequency" +msgstr "" + +#. Label of a Table field in DocType 'Event' +#. Name of a DocType +#: frappe/desk/doctype/event/event.json +#: frappe/desk/doctype/event_participants/event_participants.json +msgid "Event Participants" +msgstr "" + +#. Label of a Check field in DocType 'Notification Settings' +#: frappe/desk/doctype/notification_settings/notification_settings.json +msgid "Event Reminders" +msgstr "" + +#: frappe/integrations/doctype/google_calendar/google_calendar.py:454 +#: frappe/integrations/doctype/google_calendar/google_calendar.py:538 +msgid "Event Synced with Google Calendar." +msgstr "" + +#. Label of a Data field in DocType 'Recorder' +#. Label of a Select field in DocType 'Event' +#: frappe/core/doctype/recorder/recorder.json +#: frappe/desk/doctype/event/event.json +msgid "Event Type" +msgstr "" + +#: frappe/public/js/frappe/ui/notifications/notifications.js:56 +msgid "Events" +msgstr "" + +#: frappe/desk/doctype/event/event.py:260 +msgid "Events in Today's Calendar" +msgstr "" + +#. Description of the Onboarding Step 'Create Custom Fields' +#: frappe/custom/onboarding_step/custom_field/custom_field.json +msgid "Every form in ERPNext has a standard set of fields. If you need to capture some information, but there is no standard Field available for it, you can insert Custom Field for it.\n\n" +"Once custom fields are added, you can use them for reports and analytics charts as well.\n" +msgstr "" + +#. Label of a Check field in DocType 'DocShare' +#: frappe/core/doctype/docshare/docshare.json +#: frappe/public/js/frappe/form/templates/set_sharing.html:11 +msgid "Everyone" +msgstr "" + +#. Description of the 'Custom Options' (Code) field in DocType 'Dashboard +#. Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Ex: \"colors\": [\"#d1d8dd\", \"#ff5858\"]" +msgstr "" + +#. Label of a Int field in DocType 'Recorder Query' +#: frappe/core/doctype/recorder_query/recorder_query.json +msgid "Exact Copies" +msgstr "" + +#. Label of a HTML field in DocType 'Workflow Transition' +#: frappe/workflow/doctype/workflow_transition/workflow_transition.json +msgid "Example" +msgstr "" + +#. Description of the 'Default Portal Home' (Data) field in DocType 'Portal +#. Settings' +#: frappe/website/doctype/portal_settings/portal_settings.json +msgid "Example: \"/desk\"" +msgstr "" + +#. Description of the 'Path' (Data) field in DocType 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Example: #Tree/Account" +msgstr "" + +#. Description of the 'Digits' (Int) field in DocType 'Document Naming Rule' +#: frappe/core/doctype/document_naming_rule/document_naming_rule.json +msgid "Example: 00001" +msgstr "" + +#. Description of the 'Session Expiry (idle timeout)' (Data) field in DocType +#. 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Example: Setting this to 24:00 will log out a user if they are not active for 24:00 hours." +msgstr "" + +#. Description of the 'Description' (Small Text) field in DocType 'Assignment +#. Rule' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +msgid "Example: {{ subject }}" +msgstr "" + +#. Option for the 'File Type' (Select) field in DocType 'Data Export' +#: frappe/core/doctype/data_export/data_export.json +msgid "Excel" +msgstr "" + +#: frappe/public/js/frappe/form/controls/password.js:91 +msgid "Excellent" +msgstr "" + +#. Label of a Text field in DocType 'Data Import Log' +#. Label of a Code field in DocType 'RQ Job' +#. Label of a Long Text field in DocType 'Submission Queue' +#: frappe/core/doctype/data_import_log/data_import_log.json +#: frappe/core/doctype/rq_job/rq_job.json +#: frappe/core/doctype/submission_queue/submission_queue.json +msgid "Exception" +msgstr "" + +#. Label of a Section Break field in DocType 'System Console' +#: frappe/desk/doctype/system_console/system_console.js:17 +#: frappe/desk/doctype/system_console/system_console.js:22 +#: frappe/desk/doctype/system_console/system_console.json +msgid "Execute" +msgstr "" + +#: frappe/desk/doctype/system_console/system_console.js:10 +msgid "Execute Console script" +msgstr "" + +#: frappe/desk/doctype/system_console/system_console.js:18 +msgid "Executing..." +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:1987 +msgid "Execution Time: {0} sec" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Executive" +msgstr "" + +#: frappe/public/js/frappe/widgets/base_widget.js:159 +msgid "Expand" +msgstr "" + +#: frappe/public/js/frappe/form/controls/code.js:180 +msgctxt "Enlarge code field." +msgid "Expand" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:1973 +#: frappe/public/js/frappe/views/treeview.js:114 +msgid "Expand All" +msgstr "" + +#: frappe/public/js/frappe/form/templates/form_sidebar.html:23 +msgid "Experimental" +msgstr "" + +#. Option for the 'Level' (Select) field in DocType 'Help Article' +#: frappe/website/doctype/help_article/help_article.json +msgid "Expert" +msgstr "" + +#. Label of a Datetime field in DocType 'OAuth Authorization Code' +#. Label of a Datetime field in DocType 'OAuth Bearer Token' +#: frappe/integrations/doctype/oauth_authorization_code/oauth_authorization_code.json +#: frappe/integrations/doctype/oauth_bearer_token/oauth_bearer_token.json +msgid "Expiration time" +msgstr "" + +#. Label of a Date field in DocType 'Note' +#: frappe/desk/doctype/note/note.json +msgid "Expire Notification On" +msgstr "" + +#. Option for the 'Delivery Status' (Select) field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Expired" +msgstr "" + +#. Label of a Int field in DocType 'OAuth Bearer Token' +#. Label of a Int field in DocType 'Token Cache' +#: frappe/integrations/doctype/oauth_bearer_token/oauth_bearer_token.json +#: frappe/integrations/doctype/token_cache/token_cache.json +msgid "Expires In" +msgstr "" + +#. Label of a Date field in DocType 'Document Share Key' +#: frappe/core/doctype/document_share_key/document_share_key.json +msgid "Expires On" +msgstr "" + +#. Label of a Int field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Expiry time of QR Code Image Page" +msgstr "" + +#. Label of a Check field in DocType 'Custom DocPerm' +#. Label of a Check field in DocType 'DocPerm' +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/docperm/docperm.json +#: frappe/core/doctype/recorder/recorder_list.js:37 +#: frappe/public/js/frappe/data_import/data_exporter.js:92 +#: frappe/public/js/frappe/data_import/data_exporter.js:243 +#: frappe/public/js/frappe/views/reports/query_report.js:1678 +#: frappe/public/js/frappe/views/reports/report_view.js:1551 +msgid "Export" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:2034 +msgctxt "Button in list view actions menu" +msgid "Export" +msgstr "" + +#: frappe/public/js/frappe/data_import/data_exporter.js:245 +msgid "Export 1 record" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:262 +msgid "Export Custom Permissions" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:242 +msgid "Export Customizations" +msgstr "" + +#. Label of a Link in the Tools Workspace +#: frappe/automation/workspace/tools/tools.json +#: frappe/public/js/frappe/data_import/data_exporter.js:14 +msgid "Export Data" +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:86 +#: frappe/public/js/frappe/data_import/import_preview.js:195 +msgid "Export Errored Rows" +msgstr "" + +#. Label of a Data field in DocType 'Access Log' +#: frappe/core/doctype/access_log/access_log.json +msgid "Export From" +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:523 +msgid "Export Import Log" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_utils.js:227 +msgctxt "Export report" +msgid "Export Report: {0}" +msgstr "" + +#: frappe/public/js/frappe/data_import/data_exporter.js:26 +msgid "Export Type" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1562 +msgid "Export all matching rows?" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1572 +msgid "Export all {0} rows?" +msgstr "" + +#: frappe/public/js/frappe/views/file/file_view.js:154 +msgid "Export as zip" +msgstr "" + +#: frappe/public/js/frappe/utils/tools.js:11 +msgid "Export not allowed. You need {0} role to export." +msgstr "" + +#. Description of the 'Export without main header' (Check) field in DocType +#. 'Data Export' +#: frappe/core/doctype/data_export/data_export.json +msgid "Export the data without any header notes and column descriptions" +msgstr "" + +#. Label of a Check field in DocType 'Data Export' +#: frappe/core/doctype/data_export/data_export.json +msgid "Export without main header" +msgstr "" + +#: frappe/public/js/frappe/data_import/data_exporter.js:247 +msgid "Export {0} records" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:263 +msgid "Exported permissions will be force-synced on every migrate overriding any other customization." +msgstr "" + +#. Label of a Data field in DocType 'Email Queue' +#: frappe/email/doctype/email_queue/email_queue.json +msgid "Expose Recipients" +msgstr "" + +#. Option for the 'Naming Rule' (Select) field in DocType 'DocType' +#. Option for the 'Naming Rule' (Select) field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Expression" +msgstr "" + +#. Option for the 'Naming Rule' (Select) field in DocType 'DocType' +#. Option for the 'Naming Rule' (Select) field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Expression (old style)" +msgstr "" + +#. Description of the 'Condition' (Data) field in DocType 'Notification +#. Recipient' +#: frappe/email/doctype/notification_recipient/notification_recipient.json +msgid "Expression, Optional" +msgstr "" + +#. Label of a Section Break field in DocType 'Connected App' +#: frappe/integrations/doctype/connected_app/connected_app.json +msgid "Extra Parameters" +msgstr "" + +#. Option for the 'Social Login Provider' (Select) field in DocType 'Social +#. Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Facebook" +msgstr "" + +#. Option for the 'SocketIO Ping Check' (Select) field in DocType 'System +#. Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Fail" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Activity Log' +#. Option for the 'Status' (Select) field in DocType 'Scheduled Job Log' +#. Option for the 'Status' (Select) field in DocType 'Submission Queue' +#. Option for the 'Status' (Select) field in DocType 'Integration Request' +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/scheduled_job_log/scheduled_job_log.json +#: frappe/core/doctype/submission_queue/submission_queue.json +#: frappe/integrations/doctype/integration_request/integration_request.json +msgid "Failed" +msgstr "" + +#. Label of a Int field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Failed Emails" +msgstr "" + +#. Label of a Int field in DocType 'RQ Worker' +#: frappe/core/doctype/rq_worker/rq_worker.json +msgid "Failed Job Count" +msgstr "" + +#. Label of a Int field in DocType 'System Health Report Workers' +#: frappe/desk/doctype/system_health_report_workers/system_health_report_workers.json +msgid "Failed Jobs" +msgstr "" + +#. Label of a Int field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Failed Logins (Last 30 days)" +msgstr "" + +#: frappe/model/workflow.py:298 +msgid "Failed Transactions" +msgstr "" + +#: frappe/utils/synchronization.py:46 +msgid "Failed to aquire lock: {}. Lock may be held by another process." +msgstr "" + +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:359 +msgid "Failed to change password." +msgstr "" + +#: frappe/desk/page/setup_wizard/setup_wizard.js:220 +msgid "Failed to complete setup" +msgstr "" + +#: frappe/integrations/doctype/webhook/webhook.py:151 +msgid "Failed to compute request body: {}" +msgstr "" + +#: frappe/printing/doctype/network_printer_settings/network_printer_settings.py:46 +#: frappe/printing/doctype/network_printer_settings/network_printer_settings.py:48 +msgid "Failed to connect to server" +msgstr "" + +#: frappe/auth.py:678 +msgid "Failed to decode token, please provide a valid base64-encoded token." +msgstr "" + +#: frappe/utils/password.py:198 +msgid "Failed to decrypt key {0}" +msgstr "" + +#: frappe/desk/reportview.py:561 +msgid "Failed to delete {0} documents: {1}" +msgstr "" + +#: frappe/core/doctype/rq_job/rq_job_list.js:33 +msgid "Failed to enable scheduler: {0}" +msgstr "" + +#: frappe/integrations/doctype/webhook/webhook.py:139 +msgid "Failed to evaluate conditions: {}" +msgstr "" + +#: frappe/types/exporter.py:192 +msgid "Failed to export python type hints" +msgstr "" + +#: frappe/integrations/frappe_providers/frappecloud_billing.py:48 +msgid "Failed to generate access token" +msgstr "" + +#: frappe/core/doctype/document_naming_settings/document_naming_settings.py:249 +msgid "Failed to generate names from the series" +msgstr "" + +#: frappe/core/doctype/document_naming_settings/document_naming_settings.js:75 +msgid "Failed to generate preview of series" +msgstr "" + +#: frappe/handler.py:76 +msgid "Failed to get method for command {0} with {1}" +msgstr "" + +#: frappe/api/v2.py:48 +msgid "Failed to get method {0} with {1}" +msgstr "" + +#: frappe/integrations/frappe_providers/frappecloud_billing.py:68 +msgid "Failed to get site info" +msgstr "" + +#: frappe/model/virtual_doctype.py:63 +msgid "Failed to import virtual doctype {}, is controller file present?" +msgstr "" + +#: frappe/utils/image.py:76 +msgid "Failed to optimize image: {0}" +msgstr "" + +#: frappe/integrations/frappe_providers/frappecloud_billing.py:104 +msgid "Failed to request login to Frappe Cloud" +msgstr "" + +#: frappe/email/doctype/email_queue/email_queue.py:280 +msgid "Failed to send email with subject:" +msgstr "" + +#: frappe/desk/doctype/notification_log/notification_log.py:41 +msgid "Failed to send notification email" +msgstr "" + +#: frappe/desk/page/setup_wizard/setup_wizard.py:23 +msgid "Failed to update global settings" +msgstr "" + +#: frappe/integrations/frappe_providers/frappecloud_billing.py:83 +msgid "Failed while calling API {0}" +msgstr "" + +#. Label of a Table field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Failing Scheduled Jobs (last 7 days)" +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:464 +msgid "Failure" +msgstr "" + +#. Label of a Percent field in DocType 'System Health Report Failing Jobs' +#: frappe/desk/doctype/system_health_report_failing_jobs/system_health_report_failing_jobs.json +msgid "Failure Rate" +msgstr "" + +#. Label of a Attach field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "FavIcon" +msgstr "" + +#. Label of a Data field in DocType 'Address' +#: frappe/contacts/doctype/address/address.json +msgid "Fax" +msgstr "" + +#. Label of a Check field in DocType 'Blog Post' +#: frappe/website/doctype/blog_post/blog_post.json +#: frappe/website/doctype/blog_post/templates/blog_post_row.html:19 +msgid "Featured" +msgstr "" + +#. Option for the 'Communication Type' (Select) field in DocType +#. 'Communication' +#. Label of a Section Break field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +#: frappe/public/js/frappe/form/templates/form_sidebar.html:33 +msgid "Feedback" +msgstr "" + +#. Label of a Data field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Feedback Request" +msgstr "" + +#: frappe/desk/page/setup_wizard/install_fixtures.py:30 +msgid "Female" +msgstr "" + +#. Label of a Small Text field in DocType 'DocField' +#. Label of a Small Text field in DocType 'Custom Field' +#. Label of a Small Text field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/public/js/form_builder/components/controls/FetchFromControl.vue:29 +#: frappe/public/js/form_builder/components/controls/FetchFromControl.vue:34 +msgid "Fetch From" +msgstr "" + +#: frappe/website/doctype/website_slideshow/website_slideshow.js:15 +msgid "Fetch Images" +msgstr "" + +#: frappe/website/doctype/website_slideshow/website_slideshow.js:13 +msgid "Fetch attached images from document" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Fetch on Save if Empty" +msgstr "" + +#: frappe/desk/doctype/global_search_settings/global_search_settings.py:61 +msgid "Fetching default Global Search documents." +msgstr "" + +#. Label of a Select field in DocType 'Assignment Rule' +#. Label of a Select field in DocType 'Document Naming Rule Condition' +#. Label of a Select field in DocType 'Bulk Update' +#. Label of a Select field in DocType 'Number Card' +#. Label of a Select field in DocType 'Onboarding Step' +#. Label of a Select field in DocType 'Web Form Field' +#. Label of a Select field in DocType 'Web Form List Column' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +#: frappe/core/doctype/document_naming_rule_condition/document_naming_rule_condition.json +#: frappe/desk/doctype/bulk_update/bulk_update.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +#: frappe/desk/page/leaderboard/leaderboard.js:131 +#: frappe/public/js/frappe/list/bulk_operations.js:327 +#: frappe/public/js/frappe/list/list_view_permission_restrictions.html:3 +#: frappe/public/js/frappe/views/reports/query_report.js:236 +#: frappe/public/js/frappe/views/reports/query_report.js:1732 +#: frappe/website/doctype/web_form_field/web_form_field.json +#: frappe/website/doctype/web_form_list_column/web_form_list_column.json +msgid "Field" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:411 +msgid "Field \"route\" is mandatory for Web Views" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1488 +msgid "Field \"title\" is mandatory if \"Website Search Field\" is set." +msgstr "" + +#: frappe/desk/doctype/bulk_update/bulk_update.js:17 +msgid "Field \"value\" is mandatory. Please specify value to be updated" +msgstr "" + +#. Label of a Text field in DocType 'Custom Field' +#: frappe/custom/doctype/custom_field/custom_field.json +msgid "Field Description" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1053 +msgid "Field Missing" +msgstr "" + +#. Label of a Data field in DocType 'Property Setter' +#. Label of a Select field in DocType 'Kanban Board' +#: frappe/custom/doctype/property_setter/property_setter.json +#: frappe/desk/doctype/kanban_board/kanban_board.json +msgid "Field Name" +msgstr "" + +#: frappe/public/js/print_format_builder/PrintFormatSection.vue:141 +msgid "Field Orientation (Left-Right)" +msgstr "" + +#: frappe/public/js/print_format_builder/PrintFormatSection.vue:148 +msgid "Field Orientation (Top-Down)" +msgstr "" + +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:233 +#: frappe/public/js/print_format_builder/utils.js:69 +msgid "Field Template" +msgstr "" + +#. Label of a Select field in DocType 'Energy Point Rule' +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +msgid "Field To Check" +msgstr "" + +#. Label of a Select field in DocType 'Custom Field' +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/templates/form_grid/fields.html:40 +msgid "Field Type" +msgstr "" + +#: frappe/desk/reportview.py:182 +msgid "Field not permitted in query" +msgstr "" + +#. Description of the 'Workflow State Field' (Data) field in DocType 'Workflow' +#: frappe/workflow/doctype/workflow/workflow.json +msgid "Field that represents the Workflow State of the transaction (if field is not present, a new hidden Custom Field will be created)" +msgstr "" + +#. Label of a Select field in DocType 'Milestone Tracker' +#: frappe/automation/doctype/milestone_tracker/milestone_tracker.json +msgid "Field to Track" +msgstr "" + +#: frappe/custom/doctype/property_setter/property_setter.py:51 +msgid "Field type cannot be changed for {0}" +msgstr "" + +#: frappe/database/database.py:843 +msgid "Field {0} does not exist on {1}" +msgstr "" + +#: frappe/desk/form/meta.py:203 +msgid "Field {0} is referring to non-existing doctype {1}." +msgstr "" + +#: frappe/public/js/frappe/form/form.js:1678 +msgid "Field {0} not found." +msgstr "" + +#. Label of a Data field in DocType 'Report Column' +#. Label of a Data field in DocType 'Report Filter' +#. Label of a Data field in DocType 'Custom Field' +#. Label of a Select field in DocType 'DocType Layout Field' +#. Label of a Select field in DocType 'Form Tour Step' +#. Label of a Select field in DocType 'Webhook Data' +#. Label of a Data field in DocType 'Web Template Field' +#: frappe/core/doctype/report_column/report_column.json +#: frappe/core/doctype/report_filter/report_filter.json +#: frappe/custom/doctype/custom_field/custom_field.js:120 +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/doctype_layout_field/doctype_layout_field.json +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +#: frappe/integrations/doctype/webhook_data/webhook_data.json +#: frappe/public/js/frappe/form/grid_row.js:430 +#: frappe/website/doctype/web_template_field/web_template_field.json +msgid "Fieldname" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:267 +msgid "Fieldname '{0}' conflicting with a {1} of the name {2} in {3}" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1052 +msgid "Fieldname called {0} must exist to enable autonaming" +msgstr "" + +#: frappe/database/schema.py:122 frappe/database/schema.py:316 +msgid "Fieldname is limited to 64 characters ({0})" +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.py:196 +msgid "Fieldname not set for Custom Field" +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.js:107 +msgid "Fieldname which will be the DocType for this link field." +msgstr "" + +#: frappe/public/js/form_builder/store.js:175 +msgid "Fieldname {0} appears multiple times" +msgstr "" + +#: frappe/database/schema.py:306 +msgid "Fieldname {0} cannot have special characters like {1}" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1869 +msgid "Fieldname {0} conflicting with meta object" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:490 +#: frappe/public/js/form_builder/utils.js:302 +msgid "Fieldname {0} is restricted" +msgstr "" + +#. Label of a Table field in DocType 'DocType' +#. Label of a Section Break field in DocType 'DocType' +#. Label of a Section Break field in DocType 'Customize Form' +#. Label of a Table field in DocType 'Customize Form' +#. Label of a Table field in DocType 'DocType Layout' +#. Label of a Code field in DocType 'Kanban Board' +#. Label of a HTML field in DocType 'List View Settings' +#. Label of a Code field in DocType 'List View Settings' +#. Label of a Small Text field in DocType 'Personal Data Deletion Step' +#. Label of a Table field in DocType 'Web Template' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +#: frappe/custom/doctype/doctype_layout/doctype_layout.json +#: frappe/desk/doctype/kanban_board/kanban_board.json +#: frappe/desk/doctype/list_view_settings/list_view_settings.json +#: frappe/public/js/frappe/list/list_settings.js:135 +#: frappe/public/js/frappe/views/kanban/kanban_settings.js:111 +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:83 +#: frappe/website/doctype/personal_data_deletion_step/personal_data_deletion_step.json +#: frappe/website/doctype/web_template/web_template.json +msgid "Fields" +msgstr "" + +#. Label of a HTML field in DocType 'Data Export' +#: frappe/core/doctype/data_export/data_export.json +msgid "Fields Multicheck" +msgstr "" + +#: frappe/core/doctype/file/file.py:403 +msgid "Fields `file_name` or `file_url` must be set for File" +msgstr "" + +#. Description of the 'Search Fields' (Data) field in DocType 'Customize Form' +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Fields separated by comma (,) will be included in the \"Search By\" list of Search dialog box" +msgstr "" + +#. Label of a Select field in DocType 'Report Column' +#. Label of a Select field in DocType 'Report Filter' +#. Label of a Data field in DocType 'Form Tour Step' +#. Label of a Select field in DocType 'Web Form Field' +#. Label of a Data field in DocType 'Web Form List Column' +#. Label of a Select field in DocType 'Web Template Field' +#: frappe/core/doctype/report_column/report_column.json +#: frappe/core/doctype/report_filter/report_filter.json +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +#: frappe/website/doctype/web_form_field/web_form_field.json +#: frappe/website/doctype/web_form_list_column/web_form_list_column.json +#: frappe/website/doctype/web_template_field/web_template_field.json +msgid "Fieldtype" +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.py:192 +msgid "Fieldtype cannot be changed from {0} to {1}" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.py:585 +msgid "Fieldtype cannot be changed from {0} to {1} in row {2}" +msgstr "" + +#. Label of a shortcut in the Tools Workspace +#. Name of a DocType +#. Option for the 'Select List View' (Select) field in DocType 'Form Tour' +#: frappe/automation/workspace/tools/tools.json +#: frappe/core/doctype/file/file.json +#: frappe/desk/doctype/form_tour/form_tour.json +msgid "File" +msgstr "" + +#: frappe/public/js/frappe/file_uploader/FileUploader.vue:459 +msgid "File \"{0}\" was skipped because of invalid file type" +msgstr "" + +#: frappe/core/doctype/file/utils.py:129 +msgid "File '{0}' not found" +msgstr "" + +#. Label of a Check field in DocType 'Dropbox Settings' +#. Label of a Check field in DocType 'Google Drive' +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.json +#: frappe/integrations/doctype/google_drive/google_drive.json +msgid "File Backup" +msgstr "" + +#. Label of a Section Break field in DocType 'Access Log' +#: frappe/core/doctype/access_log/access_log.json +msgid "File Information" +msgstr "" + +#: frappe/public/js/frappe/views/file/file_view.js:74 +msgid "File Manager" +msgstr "" + +#. Label of a Data field in DocType 'File' +#: frappe/core/doctype/file/file.json +msgid "File Name" +msgstr "" + +#. Label of a Int field in DocType 'File' +#: frappe/core/doctype/file/file.json +msgid "File Size" +msgstr "" + +#. Label of a Section Break field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "File Storage" +msgstr "" + +#. Label of a Data field in DocType 'Access Log' +#. Label of a Select field in DocType 'Data Export' +#. Label of a Data field in DocType 'File' +#: frappe/core/doctype/access_log/access_log.json +#: frappe/core/doctype/data_export/data_export.json +#: frappe/core/doctype/file/file.json +#: frappe/public/js/frappe/data_import/data_exporter.js:19 +msgid "File Type" +msgstr "" + +#. Label of a Code field in DocType 'File' +#: frappe/core/doctype/file/file.json +msgid "File URL" +msgstr "" + +#: frappe/desk/page/backups/backups.py:104 +msgid "File backup is ready" +msgstr "" + +#: frappe/core/doctype/file/file.py:581 +msgid "File name cannot have {0}" +msgstr "" + +#: frappe/utils/csvutils.py:26 +msgid "File not attached" +msgstr "" + +#: frappe/core/doctype/file/file.py:686 frappe/public/js/frappe/request.js:197 +#: frappe/utils/file_manager.py:222 +msgid "File size exceeded the maximum allowed size of {0} MB" +msgstr "" + +#: frappe/public/js/frappe/request.js:195 +msgid "File too big" +msgstr "" + +#: frappe/core/doctype/file/file.py:371 +msgid "File type of {0} is not allowed" +msgstr "" + +#: frappe/core/doctype/file/file.py:359 frappe/core/doctype/file/file.py:419 +msgid "File {0} does not exist" +msgstr "" + +#. Label of a Link in the Tools Workspace +#. Label of a Tab Break field in DocType 'System Settings' +#: frappe/automation/workspace/tools/tools.json +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Files" +msgstr "" + +#: frappe/core/doctype/prepared_report/prepared_report.js:8 +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:305 +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:439 +#: frappe/desk/doctype/number_card/number_card.js:205 +#: frappe/desk/doctype/number_card/number_card.js:336 +#: frappe/email/doctype/auto_email_report/auto_email_report.js:93 +#: frappe/public/js/frappe/list/base_list.js:876 +#: frappe/public/js/frappe/ui/filters/filter_list.js:134 +#: frappe/website/doctype/web_form/web_form.js:197 +msgid "Filter" +msgstr "" + +#: frappe/public/js/frappe/list/list_sidebar.html:35 +msgid "Filter By" +msgstr "" + +#. Label of a Section Break field in DocType 'Auto Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Filter Data" +msgstr "" + +#. Label of a HTML field in DocType 'Data Export' +#: frappe/core/doctype/data_export/data_export.json +msgid "Filter List" +msgstr "" + +#. Label of a Text field in DocType 'Auto Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Filter Meta" +msgstr "" + +#. Label of a Data field in DocType 'List Filter' +#: frappe/desk/doctype/list_filter/list_filter.json +#: frappe/public/js/frappe/list/list_filter.js:33 +msgid "Filter Name" +msgstr "" + +#. Label of a HTML field in DocType 'Prepared Report' +#: frappe/core/doctype/prepared_report/prepared_report.json +msgid "Filter Values" +msgstr "" + +#: frappe/utils/data.py:1795 +msgid "Filter must be a tuple or list (in a list)" +msgstr "" + +#: frappe/utils/data.py:1803 +msgid "Filter must have 4 values (doctype, fieldname, operator, value): {0}" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder_sidebar.html:3 +msgid "Filter..." +msgstr "" + +#. Label of a Data field in DocType 'Personal Data Deletion Step' +#: frappe/website/doctype/personal_data_deletion_step/personal_data_deletion_step.json +msgid "Filtered By" +msgstr "" + +#: frappe/public/js/frappe/data_import/data_exporter.js:33 +msgid "Filtered Records" +msgstr "" + +#: frappe/website/doctype/blog_post/blog_post.py:262 +#: frappe/website/doctype/help_article/help_article.py:92 frappe/www/list.py:44 +msgid "Filtered by \"{0}\"" +msgstr "" + +#. Label of a Code field in DocType 'Access Log' +#. Label of a Section Break field in DocType 'Prepared Report' +#. Label of a Small Text field in DocType 'Prepared Report' +#. Label of a Section Break field in DocType 'Report' +#. Label of a Table field in DocType 'Report' +#. Label of a Section Break field in DocType 'Dashboard Chart' +#. Label of a Code field in DocType 'Kanban Board' +#. Label of a Long Text field in DocType 'List Filter' +#. Label of a Text field in DocType 'Auto Email Report' +#. Label of a Section Break field in DocType 'Notification' +#: frappe/core/doctype/access_log/access_log.json +#: frappe/core/doctype/prepared_report/prepared_report.json +#: frappe/core/doctype/report/report.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/kanban_board/kanban_board.json +#: frappe/desk/doctype/list_filter/list_filter.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +#: frappe/email/doctype/notification/notification.json +msgid "Filters" +msgstr "" + +#. Label of a Code field in DocType 'Number Card' +#: frappe/desk/doctype/number_card/number_card.json +msgid "Filters Configuration" +msgstr "" + +#. Label of a HTML field in DocType 'Auto Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Filters Display" +msgstr "" + +#. Label of a Code field in DocType 'Dashboard Chart' +#. Label of a Code field in DocType 'Number Card' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/number_card/number_card.json +msgid "Filters JSON" +msgstr "" + +#. Label of a Section Break field in DocType 'Number Card' +#: frappe/desk/doctype/number_card/number_card.json +msgid "Filters Section" +msgstr "" + +#: frappe/public/js/frappe/form/controls/link.js:502 +msgid "Filters applied for {0}" +msgstr "" + +#: frappe/public/js/frappe/views/kanban/kanban_view.js:189 +msgid "Filters saved" +msgstr "" + +#. Description of the 'Script' (Code) field in DocType 'Report' +#: frappe/core/doctype/report/report.json +msgid "Filters will be accessible via filters.

    Send output as result = [result], or for old style data = [columns], [result]" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter_list.js:133 +msgid "Filters {0}" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1351 +msgid "Filters:" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:572 +msgid "Find '{0}' in ..." +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:327 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:328 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:141 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:144 +msgid "Find {0} in {1}" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Submission Queue' +#: frappe/core/doctype/submission_queue/submission_queue.json +msgid "Finished" +msgstr "" + +#. Label of a Datetime field in DocType 'Prepared Report' +#: frappe/core/doctype/prepared_report/prepared_report.json +msgid "Finished At" +msgstr "" + +#. Label of a Select field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "First Day of the Week" +msgstr "" + +#. Label of a Data field in DocType 'Contact' +#. Label of a Data field in DocType 'User' +#: frappe/contacts/doctype/contact/contact.json +#: frappe/core/doctype/user/user.json frappe/www/complete_signup.html:15 +msgid "First Name" +msgstr "" + +#. Label of a Data field in DocType 'Success Action' +#: frappe/core/doctype/success_action/success_action.json +msgid "First Success Message" +msgstr "" + +#: frappe/core/report/transaction_log_report/transaction_log_report.py:49 +msgid "First Transaction" +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:185 +msgid "First data column must be blank." +msgstr "" + +#: frappe/website/doctype/website_slideshow/website_slideshow.js:7 +msgid "First set the name and save the record." +msgstr "" + +#: frappe/public/js/workflow_builder/WorkflowBuilder.vue:304 +msgid "Fit" +msgstr "" + +#. Label of a Data field in DocType 'Language' +#: frappe/core/doctype/language/language.json +msgid "Flag" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Column' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Filter' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/report_column/report_column.json +#: frappe/core/doctype/report_filter/report_filter.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Float" +msgstr "" + +#. Label of a Select field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Float Precision" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Column' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Filter' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/report_column/report_column.json +#: frappe/core/doctype/report_filter/report_filter.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Fold" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1412 +msgid "Fold can not be at the end of the form" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1410 +msgid "Fold must come before a Section Break" +msgstr "" + +#. Label of a Link field in DocType 'File' +#: frappe/core/doctype/file/file.json +msgid "Folder" +msgstr "" + +#. Label of a Data field in DocType 'IMAP Folder' +#: frappe/email/doctype/imap_folder/imap_folder.json +msgid "Folder Name" +msgstr "" + +#: frappe/public/js/frappe/views/file/file_view.js:100 +msgid "Folder name should not include '/' (slash)" +msgstr "" + +#: frappe/core/doctype/file/file.py:465 +msgid "Folder {0} is not empty" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Folio" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/form_sidebar.js:232 +#: frappe/public/js/frappe/form/templates/form_sidebar.html:129 +msgid "Follow" +msgstr "" + +#: frappe/public/js/frappe/form/templates/form_sidebar.html:124 +msgid "Followed by" +msgstr "" + +#: frappe/email/doctype/auto_email_report/auto_email_report.py:130 +msgid "Following Report Filters have missing values:" +msgstr "" + +#: frappe/website/doctype/web_form/web_form.py:108 +msgid "Following fields are missing:" +msgstr "" + +#: frappe/public/js/frappe/ui/field_group.js:133 +msgid "Following fields have invalid values:" +msgstr "" + +#: frappe/public/js/frappe/widgets/widget_dialog.js:320 +msgid "Following fields have missing values" +msgstr "" + +#: frappe/public/js/frappe/ui/field_group.js:120 +msgid "Following fields have missing values:" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.js:30 +msgid "Following links are broken in the email content: {0}" +msgstr "" + +#. Label of a Select field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Font" +msgstr "" + +#. Label of a Data field in DocType 'Website Theme' +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Font Properties" +msgstr "" + +#. Label of a Int field in DocType 'Print Format' +#. Label of a Float field in DocType 'Print Settings' +#. Label of a Data field in DocType 'Website Theme' +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/printing/doctype/print_settings/print_settings.json +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:45 +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Font Size" +msgstr "" + +#. Label of a Section Break field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Fonts" +msgstr "" + +#. Label of a Section Break field in DocType 'Email Account' +#. Label of a Section Break field in DocType 'Letter Head' +#. Label of a Text Editor field in DocType 'About Us Settings' +#. Option for the 'Type' (Select) field in DocType 'Web Template' +#. Label of a Tab Break field in DocType 'Website Settings' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/printing/doctype/letter_head/letter_head.json +#: frappe/website/doctype/about_us_settings/about_us_settings.json +#: frappe/website/doctype/web_template/web_template.json +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Footer" +msgstr "" + +#. Label of a Small Text field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Footer \"Powered By\"" +msgstr "" + +#. Label of a Select field in DocType 'Letter Head' +#: frappe/printing/doctype/letter_head/letter_head.json +msgid "Footer Based On" +msgstr "" + +#. Label of a Text Editor field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Footer Content" +msgstr "" + +#. Label of a Section Break field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Footer Details" +msgstr "" + +#. Label of a HTML Editor field in DocType 'Letter Head' +#: frappe/printing/doctype/letter_head/letter_head.json +msgid "Footer HTML" +msgstr "" + +#: frappe/printing/doctype/letter_head/letter_head.py:73 +msgid "Footer HTML set from attachment {0}" +msgstr "" + +#. Label of a Section Break field in DocType 'Letter Head' +#: frappe/printing/doctype/letter_head/letter_head.json +msgid "Footer Image" +msgstr "" + +#. Label of a Section Break field in DocType 'Website Settings' +#. Label of a Table field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Footer Items" +msgstr "" + +#. Label of a Attach Image field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Footer Logo" +msgstr "" + +#. Label of a Code field in DocType 'Letter Head' +#: frappe/printing/doctype/letter_head/letter_head.json +msgid "Footer Script" +msgstr "" + +#. Label of a Link field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Footer Template" +msgstr "" + +#. Label of a Code field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Footer Template Values" +msgstr "" + +#: frappe/printing/page/print/print.js:116 +msgid "Footer might not be visible as {0} option is disabled" +msgstr "" + +#. Description of the 'Footer HTML' (HTML Editor) field in DocType 'Letter +#. Head' +#: frappe/printing/doctype/letter_head/letter_head.json +msgid "Footer will display correctly only in PDF" +msgstr "" + +#. Description of the 'Row Name' (Data) field in DocType 'Property Setter' +#: frappe/custom/doctype/property_setter/property_setter.json +msgid "For DocType Link / DocType Action" +msgstr "" + +#. Label of a Select field in DocType 'Energy Point Rule' +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +msgid "For Document Event" +msgstr "" + +#: frappe/core/doctype/user_permission/user_permission_list.js:155 +msgid "For Document Type" +msgstr "" + +#: frappe/public/js/frappe/widgets/widget_dialog.js:534 +msgid "For Example: {} Open" +msgstr "" + +#. Description of the 'Options' (Small Text) field in DocType 'DocField' +#. Description of the 'Options' (Small Text) field in DocType 'Customize Form +#. Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "For Links, enter the DocType as range.\n" +"For Select, enter list of Options, each on a new line." +msgstr "" + +#. Label of a Link field in DocType 'List Filter' +#. Label of a Link field in DocType 'Notification Log' +#. Label of a Data field in DocType 'Workspace' +#: frappe/core/doctype/user_permission/user_permission_list.js:10 +#: frappe/core/doctype/user_permission/user_permission_list.js:148 +#: frappe/desk/doctype/list_filter/list_filter.json +#: frappe/desk/doctype/notification_log/notification_log.json +#: frappe/desk/doctype/workspace/workspace.json +msgid "For User" +msgstr "" + +#. Label of a Dynamic Link field in DocType 'User Permission' +#: frappe/core/doctype/user_permission/user_permission.json +msgid "For Value" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:1984 +#: frappe/public/js/frappe/views/reports/report_view.js:96 +msgid "For comparison, use >5, <10 or =324. For ranges, use 5:10 (for values between 5 & 10)." +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:19 +msgid "For example if you cancel and amend INV004 it will become a new document INV004-1. This helps you to keep track of each amendment." +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:744 +msgid "For example: If you want to include the document ID, use {0}" +msgstr "" + +#. Description of the 'Format' (Data) field in DocType 'Workspace Shortcut' +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +msgid "For example: {} Open" +msgstr "" + +#. Description of the 'Client script' (Code) field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "For help see Client Script API and Examples" +msgstr "" + +#. Description of the 'Enable Automatic Linking in Documents' (Check) field in +#. DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "For more information, click here." +msgstr "" + +#: frappe/integrations/doctype/google_settings/google_settings.js:7 +msgid "For more information, {0}." +msgstr "" + +#. Description of the 'Email To' (Small Text) field in DocType 'Auto Email +#. Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "For multiple addresses, enter the address on different line. e.g. test@test.com ⏎ test1@test.com" +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:197 +msgid "For updating, you can update only selective columns." +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1713 +msgid "For {0} at level {1} in {2} in row {3}" +msgstr "" + +#. Label of a Check field in DocType 'Package Import' +#. Option for the 'Skip Authorization' (Select) field in DocType 'OAuth +#. Provider Settings' +#: frappe/core/doctype/package_import/package_import.json +#: frappe/integrations/doctype/oauth_provider_settings/oauth_provider_settings.json +msgid "Force" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#. Label of a Check field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Force Re-route to Default View" +msgstr "" + +#. Label of a Check field in DocType 'Desktop Icon' +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +msgid "Force Show" +msgstr "" + +#: frappe/core/doctype/rq_job/rq_job.js:13 +msgid "Force Stop job" +msgstr "" + +#. Label of a Int field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Force User to Reset Password" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Force Web Capture Mode for Uploads" +msgstr "" + +#: frappe/www/login.html:35 +msgid "Forgot Password?" +msgstr "" + +#. Label of a Tab Break field in DocType 'DocType' +#. Option for the 'Apply To' (Select) field in DocType 'Client Script' +#. Label of a Tab Break field in DocType 'Customize Form' +#. Option for the 'View' (Select) field in DocType 'Form Tour' +#. Label of a Tab Break field in DocType 'Web Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/client_script/client_script.json +#: frappe/custom/doctype/customize_form/customize_form.json +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/printing/page/print/print.js:83 +#: frappe/website/doctype/web_form/web_form.json +msgid "Form" +msgstr "" + +#. Label of a HTML field in DocType 'DocType' +#. Label of a HTML field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Form Builder" +msgstr "" + +#. Label of a Code field in DocType 'Recorder' +#: frappe/core/doctype/recorder/recorder.json +msgid "Form Dict" +msgstr "" + +#. Label of a Section Break field in DocType 'DocType' +#. Label of a Section Break field in DocType 'User' +#. Label of a Section Break field in DocType 'Customize Form' +#. Label of a Section Break field in DocType 'Web Form' +#: frappe/core/doctype/doctype/doctype.json frappe/core/doctype/user/user.json +#: frappe/custom/doctype/customize_form/customize_form.json +#: frappe/website/doctype/web_form/web_form.json +msgid "Form Settings" +msgstr "" + +#. Name of a DocType +#. Label of a Link field in DocType 'Onboarding Step' +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Form Tour" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Form Tour Step" +msgstr "" + +#. Option for the 'Request Structure' (Select) field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "Form URL-Encoded" +msgstr "" + +#. Label of a Data field in DocType 'Workspace Shortcut' +#. Label of a Select field in DocType 'Auto Email Report' +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +#: frappe/public/js/frappe/widgets/widget_dialog.js:533 +msgid "Format" +msgstr "" + +#. Label of a Code field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "Format Data" +msgstr "" + +#: frappe/core/doctype/communication/communication.js:70 +msgid "Forward" +msgstr "" + +#. Label of a Data field in DocType 'Contact Us Settings' +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +msgid "Forward To Email Address" +msgstr "" + +#. Label of a Data field in DocType 'Currency' +#: frappe/geo/doctype/currency/currency.json +msgid "Fraction" +msgstr "" + +#. Label of a Int field in DocType 'Currency' +#: frappe/geo/doctype/currency/currency.json +msgid "Fraction Units" +msgstr "" + +#. Option for the 'Social Login Provider' (Select) field in DocType 'Social +#. Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +#: frappe/www/login.html:61 frappe/www/login.html:142 frappe/www/login.py:50 +#: frappe/www/login.py:139 +msgid "Frappe" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/about.js:4 +msgid "Frappe Framework" +msgstr "" + +#: frappe/public/js/frappe/list/list_sidebar.js:275 +msgid "Frappe Insights" +msgstr "" + +#: frappe/public/js/frappe/ui/theme_switcher.js:59 +msgid "Frappe Light" +msgstr "" + +#. Label of a standard help item +#. Type: Action +#: frappe/hooks.py +msgid "Frappe Support" +msgstr "" + +#: frappe/website/doctype/web_page/web_page.js:92 +msgid "Frappe page builder using components" +msgstr "" + +#: frappe/public/js/frappe/file_uploader/ImageCropper.vue:112 +msgctxt "Image Cropper" +msgid "Free" +msgstr "" + +#. Label of a Select field in DocType 'Auto Repeat' +#. Label of a Select field in DocType 'Scheduled Job Type' +#. Label of a Select field in DocType 'User' +#. Label of a Select field in DocType 'Auto Email Report' +#. Label of a Select field in DocType 'Google Drive' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/automation/doctype/auto_repeat/auto_repeat_schedule.html:5 +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +#: frappe/core/doctype/user/user.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +#: frappe/integrations/doctype/google_drive/google_drive.json +#: frappe/public/js/frappe/utils/common.js:395 +msgid "Frequency" +msgstr "" + +#. Option for the 'Day' (Select) field in DocType 'Assignment Rule Day' +#. Option for the 'Day' (Select) field in DocType 'Auto Repeat Day' +#. Option for the 'First Day of the Week' (Select) field in DocType 'System +#. Settings' +#. Label of a Check field in DocType 'Event' +#. Option for the 'Day of Week' (Select) field in DocType 'Auto Email Report' +#: frappe/automation/doctype/assignment_rule_day/assignment_rule_day.json +#: frappe/automation/doctype/auto_repeat_day/auto_repeat_day.json +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/desk/doctype/event/event.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Friday" +msgstr "" + +#. Label of a Data field in DocType 'Communication' +#. Label of a Section Break field in DocType 'Newsletter' +#: frappe/core/doctype/communication/communication.json +#: frappe/email/doctype/newsletter/newsletter.json +#: frappe/public/js/frappe/views/communication.js:185 +#: frappe/public/js/frappe/views/inbox/inbox_view.js:70 +msgid "From" +msgstr "" + +#. Label of a Date field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/website/report/website_analytics/website_analytics.js:8 +msgid "From Date" +msgstr "" + +#. Label of a Select field in DocType 'Auto Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "From Date Field" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:1698 +msgid "From Document Type" +msgstr "" + +#. Label of a Data field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "From Full Name" +msgstr "" + +#. Label of a Link field in DocType 'Notification Log' +#: frappe/desk/doctype/notification_log/notification_log.json +msgid "From User" +msgstr "" + +#: frappe/public/js/frappe/utils/diffview.js:31 +msgid "From version" +msgstr "" + +#. Option for the 'Width' (Select) field in DocType 'Dashboard Chart Link' +#: frappe/desk/doctype/dashboard_chart_link/dashboard_chart_link.json +msgid "Full" +msgstr "" + +#. Label of a Data field in DocType 'Contact' +#. Label of a Data field in DocType 'Activity Log' +#. Label of a Data field in DocType 'User' +#. Label of a Data field in DocType 'About Us Team Member' +#. Label of a Data field in DocType 'Blogger' +#: frappe/contacts/doctype/contact/contact.json +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/user/user.json +#: frappe/desk/page/setup_wizard/setup_wizard.js:457 +#: frappe/templates/signup.html:4 +#: frappe/website/doctype/about_us_team_member/about_us_team_member.json +#: frappe/website/doctype/blogger/blogger.json +msgid "Full Name" +msgstr "" + +#: frappe/printing/page/print/print.js:67 +#: frappe/public/js/frappe/form/templates/print_layout.html:42 +msgid "Full Page" +msgstr "" + +#. Label of a Check field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "Full Width" +msgstr "" + +#. Label of a Select field in DocType 'Number Card' +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/public/js/frappe/views/reports/query_report.js:246 +#: frappe/public/js/frappe/widgets/widget_dialog.js:671 +msgid "Function" +msgstr "" + +#: frappe/public/js/frappe/widgets/widget_dialog.js:678 +msgid "Function Based On" +msgstr "" + +#: frappe/__init__.py:855 +msgid "Function {0} is not whitelisted." +msgstr "" + +#: frappe/public/js/frappe/views/treeview.js:385 +msgid "Further nodes can be only created under 'Group' type nodes" +msgstr "" + +#: frappe/core/doctype/communication/communication.js:291 +msgid "Fw: {0}" +msgstr "" + +#. Option for the 'Method' (Select) field in DocType 'Recorder' +#: frappe/core/doctype/recorder/recorder.json +msgid "GET" +msgstr "" + +#. Option for the 'Service' (Select) field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "GMail" +msgstr "" + +#. Option for the 'License Type' (Select) field in DocType 'Package' +#: frappe/core/doctype/package/package.json +msgid "GNU Affero General Public License" +msgstr "" + +#. Option for the 'License Type' (Select) field in DocType 'Package' +#: frappe/core/doctype/package/package.json +msgid "GNU General Public License" +msgstr "" + +#. Option for the 'Select List View' (Select) field in DocType 'Form Tour' +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/public/js/frappe/views/gantt/gantt_view.js:10 +msgid "Gantt" +msgstr "" + +#: frappe/public/js/frappe/list/base_list.js:205 +msgid "Gantt View" +msgstr "" + +#. Label of a Link field in DocType 'Contact' +#. Name of a DocType +#. Label of a Data field in DocType 'Gender' +#. Label of a Link field in DocType 'User' +#: frappe/contacts/doctype/contact/contact.json +#: frappe/contacts/doctype/gender/gender.json +#: frappe/core/doctype/user/user.json +msgid "Gender" +msgstr "" + +#: frappe/desk/page/setup_wizard/install_fixtures.py:33 +msgid "Genderqueer" +msgstr "" + +#: frappe/www/contact.html:29 +msgid "General" +msgstr "" + +#. Title of an Onboarding Step +#: frappe/custom/onboarding_step/report_builder/report_builder.json +msgid "Generate Custom Reports" +msgstr "" + +#. Label of a Button field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Generate Keys" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:808 +msgid "Generate New Report" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:368 +msgid "Generate Random Password" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/toolbar.js:162 +#: frappe/public/js/frappe/utils/utils.js:1772 +msgid "Generate Tracking URL" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Geolocation" +msgstr "" + +#: frappe/email/doctype/notification/notification.js:175 +msgid "Get Alerts for Today" +msgstr "" + +#: frappe/desk/page/backups/backups.js:19 +msgid "Get Backup Encryption Key" +msgstr "" + +#. Label of a Button field in DocType 'Auto Repeat' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +msgid "Get Contacts" +msgstr "" + +#: frappe/website/doctype/web_form/web_form.js:93 +msgid "Get Fields" +msgstr "" + +#: frappe/printing/doctype/letter_head/letter_head.js:32 +msgid "Get Header and Footer wkhtmltopdf variables" +msgstr "" + +#: frappe/public/js/frappe/form/multi_select_dialog.js:87 +msgid "Get Items" +msgstr "" + +#: frappe/integrations/doctype/connected_app/connected_app.js:6 +msgid "Get OpenID Configuration" +msgstr "" + +#: frappe/www/printview.html:22 +msgid "Get PDF" +msgstr "" + +#. Description of the 'Try a Naming Series' (Data) field in DocType 'Document +#. Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Get a preview of generated names with a series." +msgstr "" + +#: frappe/public/js/frappe/list/list_sidebar.js:273 +msgid "Get more insights with" +msgstr "" + +#. Description of the 'Email Threads on Assigned Document' (Check) field in +#. DocType 'Notification Settings' +#: frappe/desk/doctype/notification_settings/notification_settings.json +msgid "Get notified when an email is received on any of the documents assigned to you." +msgstr "" + +#. Description of the 'User Image' (Attach Image) field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Get your globally recognized avatar from Gravatar.com" +msgstr "" + +#. Label of a Data field in DocType 'Installed Application' +#: frappe/core/doctype/installed_application/installed_application.json +msgid "Git Branch" +msgstr "" + +#. Option for the 'Social Login Provider' (Select) field in DocType 'Social +#. Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "GitHub" +msgstr "" + +#: frappe/website/doctype/web_page/web_page.js:92 +msgid "Github flavoured markdown syntax" +msgstr "" + +#: frappe/social/doctype/energy_point_settings/energy_point_settings.js:7 +#: frappe/social/doctype/energy_point_settings/energy_point_settings.js:14 +msgid "Give Review Points" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/global_search_doctype/global_search_doctype.json +msgid "Global Search DocType" +msgstr "" + +#: frappe/desk/doctype/global_search_settings/global_search_settings.js:24 +msgid "Global Search Document Types Reset." +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/global_search_settings/global_search_settings.json +msgid "Global Search Settings" +msgstr "" + +#: frappe/public/js/frappe/ui/keyboard.js:121 +msgid "Global Shortcuts" +msgstr "" + +#. Label of a Check field in DocType 'Email Unsubscribe' +#: frappe/email/doctype/email_unsubscribe/email_unsubscribe.json +msgid "Global Unsubscribe" +msgstr "" + +#: frappe/desk/page/user_profile/user_profile_controller.js:68 +#: frappe/public/js/frappe/form/toolbar.js:755 +msgid "Go" +msgstr "" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:246 +#: frappe/public/js/frappe/widgets/onboarding_widget.js:326 +msgid "Go Back" +msgstr "" + +#: frappe/desk/doctype/notification_settings/notification_settings.js:17 +msgid "Go to Notification Settings List" +msgstr "" + +#. Option for the 'Action' (Select) field in DocType 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Go to Page" +msgstr "" + +#: frappe/public/js/workflow_builder/workflow_builder.bundle.js:41 +msgid "Go to Workflow" +msgstr "" + +#: frappe/desk/doctype/workspace/workspace.js:18 +msgid "Go to Workspace" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:143 +msgid "Go to next record" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:153 +msgid "Go to previous record" +msgstr "" + +#: frappe/integrations/doctype/slack_webhook_url/slack_webhook_url.py:52 +msgid "Go to the document" +msgstr "" + +#. Description of the 'Success URL' (Data) field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Go to this URL after completing the form" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.js:55 +#: frappe/custom/doctype/client_script/client_script.js:10 +msgid "Go to {0}" +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:92 +#: frappe/core/doctype/doctype/doctype.js:59 +#: frappe/custom/doctype/customize_form/customize_form.js:104 +#: frappe/custom/doctype/doctype_layout/doctype_layout.js:42 +#: frappe/workflow/doctype/workflow/workflow.js:44 +msgid "Go to {0} List" +msgstr "" + +#: frappe/core/doctype/page/page.js:11 +msgid "Go to {0} Page" +msgstr "" + +#: frappe/utils/goal.py:115 frappe/utils/goal.py:122 +msgid "Goal" +msgstr "" + +#. Option for the 'Social Login Provider' (Select) field in DocType 'Social +#. Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Google" +msgstr "" + +#. Label of a Data field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Google Analytics ID" +msgstr "" + +#. Label of a Check field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Google Analytics anonymise IP" +msgstr "" + +#. Label of a Section Break field in DocType 'Event' +#. Label of a Link field in DocType 'Event' +#. Name of a DocType +#. Label of a Section Break field in DocType 'Google Calendar' +#. Label of a Link in the Integrations Workspace +#: frappe/desk/doctype/event/event.json +#: frappe/integrations/doctype/google_calendar/google_calendar.json +#: frappe/integrations/workspace/integrations/integrations.json +msgid "Google Calendar" +msgstr "" + +#: frappe/integrations/doctype/google_calendar/google_calendar.py:784 +msgid "Google Calendar - Contact / email not found. Did not add attendee for -
    {0}" +msgstr "" + +#: frappe/integrations/doctype/google_calendar/google_calendar.py:254 +msgid "Google Calendar - Could not create Calendar for {0}, error code {1}." +msgstr "" + +#: frappe/integrations/doctype/google_calendar/google_calendar.py:574 +msgid "Google Calendar - Could not delete Event {0} from Google Calendar, error code {1}." +msgstr "" + +#: frappe/integrations/doctype/google_calendar/google_calendar.py:291 +msgid "Google Calendar - Could not fetch event from Google Calendar, error code {0}." +msgstr "" + +#: frappe/integrations/doctype/google_contacts/google_contacts.py:234 +msgid "Google Calendar - Could not insert contact in Google Contacts {0}, error code {1}." +msgstr "" + +#: frappe/integrations/doctype/google_calendar/google_calendar.py:457 +msgid "Google Calendar - Could not insert event in Google Calendar {0}, error code {1}." +msgstr "" + +#: frappe/integrations/doctype/google_calendar/google_calendar.py:541 +msgid "Google Calendar - Could not update Event {0} in Google Calendar, error code {1}." +msgstr "" + +#. Label of a Data field in DocType 'Event' +#: frappe/desk/doctype/event/event.json +msgid "Google Calendar Event ID" +msgstr "" + +#. Label of a Data field in DocType 'Event' +#. Label of a Data field in DocType 'Google Calendar' +#: frappe/desk/doctype/event/event.json +#: frappe/integrations/doctype/google_calendar/google_calendar.json +msgid "Google Calendar ID" +msgstr "" + +#: frappe/integrations/doctype/google_calendar/google_calendar.py:167 +msgid "Google Calendar has been configured." +msgstr "" + +#. Label of a Section Break field in DocType 'Contact' +#. Label of a Link field in DocType 'Contact' +#. Name of a DocType +#. Label of a Section Break field in DocType 'Google Contacts' +#. Label of a Link in the Integrations Workspace +#: frappe/contacts/doctype/contact/contact.json +#: frappe/integrations/doctype/google_contacts/google_contacts.json +#: frappe/integrations/workspace/integrations/integrations.json +msgid "Google Contacts" +msgstr "" + +#: frappe/integrations/doctype/google_contacts/google_contacts.py:139 +msgid "Google Contacts - Could not sync contacts from Google Contacts {0}, error code {1}." +msgstr "" + +#: frappe/integrations/doctype/google_contacts/google_contacts.py:296 +msgid "Google Contacts - Could not update contact in Google Contacts {0}, error code {1}." +msgstr "" + +#. Label of a Data field in DocType 'Contact' +#: frappe/contacts/doctype/contact/contact.json +msgid "Google Contacts Id" +msgstr "" + +#. Name of a DocType +#. Label of a Section Break field in DocType 'Google Drive' +#. Label of a Link in the Integrations Workspace +#: frappe/integrations/doctype/google_drive/google_drive.json +#: frappe/integrations/workspace/integrations/integrations.json +#: frappe/public/js/frappe/file_uploader/FileUploader.vue:164 +msgid "Google Drive" +msgstr "" + +#: frappe/integrations/doctype/google_drive/google_drive.py:119 +msgid "Google Drive - Could not create folder in Google Drive - Error Code {0}" +msgstr "" + +#: frappe/integrations/doctype/google_drive/google_drive.py:134 +msgid "Google Drive - Could not find folder in Google Drive - Error Code {0}" +msgstr "" + +#: frappe/integrations/doctype/google_drive/google_drive.py:195 +msgid "Google Drive - Could not locate - {0}" +msgstr "" + +#: frappe/integrations/doctype/google_drive/google_drive.py:206 +msgid "Google Drive Backup Successful." +msgstr "" + +#. Label of a Section Break field in DocType 'Google Settings' +#: frappe/integrations/doctype/google_settings/google_settings.json +msgid "Google Drive Picker" +msgstr "" + +#. Label of a Check field in DocType 'Google Settings' +#: frappe/integrations/doctype/google_settings/google_settings.json +msgid "Google Drive Picker Enabled" +msgstr "" + +#. Label of a Data field in DocType 'Print Format' +#. Label of a Data field in DocType 'Website Theme' +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:28 +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Google Font" +msgstr "" + +#. Label of a Data field in DocType 'Event' +#: frappe/desk/doctype/event/event.json +msgid "Google Meet Link" +msgstr "" + +#. Label of a Card Break in the Integrations Workspace +#: frappe/integrations/workspace/integrations/integrations.json +msgid "Google Services" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Integrations Workspace +#: frappe/integrations/doctype/google_settings/google_settings.json +#: frappe/integrations/workspace/integrations/integrations.json +msgid "Google Settings" +msgstr "" + +#: frappe/utils/csvutils.py:201 +msgid "Google Sheets URL is invalid or not publicly accessible." +msgstr "" + +#: frappe/utils/csvutils.py:206 +msgid "Google Sheets URL must end with \"gid={number}\". Copy and paste the URL from the browser address bar and try again." +msgstr "" + +#. Label of a HTML field in DocType 'Blog Post' +#: frappe/website/doctype/blog_post/blog_post.json +msgid "Google Snippet Preview" +msgstr "" + +#. Label of a Select field in DocType 'OAuth Client' +#: frappe/integrations/doctype/oauth_client/oauth_client.json +msgid "Grant Type" +msgstr "" + +#: frappe/public/js/frappe/form/dashboard.js:34 +#: frappe/public/js/frappe/form/templates/form_dashboard.html:10 +msgid "Graph" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'DocType State' +#. Option for the 'Indicator' (Select) field in DocType 'Kanban Board Column' +#: frappe/core/doctype/doctype_state/doctype_state.json +#: frappe/desk/doctype/kanban_board_column/kanban_board_column.json +msgid "Gray" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:23 +msgid "Greater Than" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:25 +msgid "Greater Than Or Equal To" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'DocType State' +#. Option for the 'Indicator' (Select) field in DocType 'Kanban Board Column' +#: frappe/core/doctype/doctype_state/doctype_state.json +#: frappe/desk/doctype/kanban_board_column/kanban_board_column.json +msgid "Green" +msgstr "" + +#: frappe/public/js/form_builder/components/controls/TableControl.vue:46 +msgid "Grid Empty State" +msgstr "" + +#: frappe/public/js/frappe/ui/keyboard.js:126 +msgid "Grid Shortcuts" +msgstr "" + +#. Label of a Data field in DocType 'DocType Action' +#. Label of a Data field in DocType 'DocType Link' +#. Label of a Data field in DocType 'Website Sidebar Item' +#: frappe/core/doctype/doctype_action/doctype_action.json +#: frappe/core/doctype/doctype_link/doctype_link.json +#: frappe/website/doctype/website_sidebar_item/website_sidebar_item.json +msgid "Group" +msgstr "" + +#. Option for the 'Chart Type' (Select) field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/website/report/website_analytics/website_analytics.js:32 +msgid "Group By" +msgstr "" + +#. Label of a Select field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Group By Based On" +msgstr "" + +#. Label of a Select field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Group By Type" +msgstr "" + +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.py:397 +msgid "Group By field is required to create a dashboard chart" +msgstr "" + +#: frappe/public/js/frappe/views/treeview.js:384 +msgid "Group Node" +msgstr "" + +#. Label of a Data field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "Group Object Class" +msgstr "" + +#. Description of a Card Break in the Build Workspace +#: frappe/core/workspace/build/build.json +msgid "Group your custom doctypes under modules" +msgstr "" + +#: frappe/public/js/frappe/ui/group_by/group_by.js:416 +msgid "Grouped by {0}" +msgstr "" + +#. Option for the 'Method' (Select) field in DocType 'Recorder' +#: frappe/core/doctype/recorder/recorder.json +msgid "HEAD" +msgstr "" + +#. Option for the 'Time Format' (Select) field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "HH:mm" +msgstr "" + +#. Option for the 'Time Format' (Select) field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "HH:mm:ss" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Label of a Section Break field in DocType 'Custom HTML Block' +#. Option for the 'Format' (Select) field in DocType 'Auto Email Report' +#. Option for the 'Content Type' (Select) field in DocType 'Newsletter' +#. Option for the 'Message Type' (Select) field in DocType 'Notification' +#. Option for the 'Letter Head Based On' (Select) field in DocType 'Letter +#. Head' +#. Option for the 'Footer Based On' (Select) field in DocType 'Letter Head' +#. Label of a Code field in DocType 'Print Format' +#. Option for the 'Content Type' (Select) field in DocType 'Blog Post' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#. Option for the 'Content Type' (Select) field in DocType 'Web Page' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/desk/doctype/custom_html_block/custom_html_block.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +#: frappe/email/doctype/newsletter/newsletter.json +#: frappe/email/doctype/notification/notification.json +#: frappe/printing/doctype/letter_head/letter_head.json +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/printing/doctype/print_format/print_format.py:92 +#: frappe/public/js/print_format_builder/Field.vue:86 +#: frappe/website/doctype/blog_post/blog_post.json +#: frappe/website/doctype/web_form_field/web_form_field.json +#: frappe/website/doctype/web_page/web_page.js:92 +#: frappe/website/doctype/web_page/web_page.json +msgid "HTML" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "HTML Editor" +msgstr "" + +#. Label of a HTML Editor field in DocType 'Access Log' +#: frappe/core/doctype/access_log/access_log.json +msgid "HTML Page" +msgstr "" + +#. Description of the 'Header' (HTML Editor) field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "HTML for header section. Optional" +msgstr "" + +#: frappe/website/doctype/web_page/web_page.js:92 +msgid "HTML with jinja support" +msgstr "" + +#. Option for the 'Width' (Select) field in DocType 'Dashboard Chart Link' +#: frappe/desk/doctype/dashboard_chart_link/dashboard_chart_link.json +msgid "Half" +msgstr "" + +#. Option for the 'Period' (Select) field in DocType 'Auto Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Half Yearly" +msgstr "" + +#. Option for the 'Frequency' (Select) field in DocType 'Auto Repeat' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/public/js/frappe/utils/common.js:402 +msgid "Half-yearly" +msgstr "" + +#. Label of a Int field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Handled Emails" +msgstr "" + +#. Label of a Check field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Has Attachment" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/has_domain/has_domain.json +msgid "Has Domain" +msgstr "" + +#. Label of a Check field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Has Next Condition" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/has_role/has_role.json +msgid "Has Role" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Has Web View" +msgstr "" + +#: frappe/templates/signup.html:19 +msgid "Have an account? Login" +msgstr "" + +#. Label of a Check field in DocType 'SMS Parameter' +#. Label of a Section Break field in DocType 'Letter Head' +#. Label of a HTML Editor field in DocType 'Web Page' +#. Label of a HTML Editor field in DocType 'Website Slideshow' +#: frappe/core/doctype/sms_parameter/sms_parameter.json +#: frappe/printing/doctype/letter_head/letter_head.json +#: frappe/website/doctype/web_page/web_page.json +#: frappe/website/doctype/website_slideshow/website_slideshow.json +msgid "Header" +msgstr "" + +#. Label of a HTML Editor field in DocType 'Letter Head' +#: frappe/printing/doctype/letter_head/letter_head.json +msgid "Header HTML" +msgstr "" + +#: frappe/printing/doctype/letter_head/letter_head.py:61 +msgid "Header HTML set from attachment {0}" +msgstr "" + +#. Label of a Code field in DocType 'Letter Head' +#: frappe/printing/doctype/letter_head/letter_head.json +msgid "Header Script" +msgstr "" + +#. Label of a Section Break field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "Header and Breadcrumbs" +msgstr "" + +#. Label of a Tab Break field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Header, Robots" +msgstr "" + +#: frappe/printing/doctype/letter_head/letter_head.js:30 +msgid "Header/Footer scripts can be used to add dynamic behaviours." +msgstr "" + +#. Label of a Table field in DocType 'Webhook' +#. Label of a Code field in DocType 'Webhook Request Log' +#: frappe/integrations/doctype/webhook/webhook.json +#: frappe/integrations/doctype/webhook_request_log/webhook_request_log.json +msgid "Headers" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Label of a Data field in DocType 'Contact Us Settings' +#. Label of a Data field in DocType 'Website Slideshow Item' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/printing/page/print_format_builder/print_format_builder.js:602 +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +#: frappe/website/doctype/website_slideshow_item/website_slideshow_item.json +msgid "Heading" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Heatmap" +msgstr "" + +#: frappe/templates/emails/new_user.html:2 +msgid "Hello" +msgstr "" + +#. Label of a Section Break field in DocType 'Server Script' +#. Label of a HTML field in DocType 'Property Setter' +#: frappe/core/doctype/server_script/server_script.json +#: frappe/custom/doctype/property_setter/property_setter.json +#: frappe/public/js/frappe/form/templates/form_sidebar.html:40 +#: frappe/public/js/frappe/form/workflow.js:23 +#: frappe/public/js/frappe/ui/toolbar/navbar.html:87 +#: frappe/public/js/frappe/utils/help.js:27 +msgid "Help" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Website Workspace +#: frappe/website/doctype/help_article/help_article.json +#: frappe/website/workspace/website/website.json +msgid "Help Article" +msgstr "" + +#. Label of a Int field in DocType 'Help Category' +#: frappe/website/doctype/help_category/help_category.json +msgid "Help Articles" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Website Workspace +#: frappe/website/doctype/help_category/help_category.json +#: frappe/website/workspace/website/website.json +msgid "Help Category" +msgstr "" + +#. Label of a Table field in DocType 'Navbar Settings' +#: frappe/core/doctype/navbar_settings/navbar_settings.json +#: frappe/public/js/frappe/ui/toolbar/navbar.html:84 +msgid "Help Dropdown" +msgstr "" + +#. Label of a HTML field in DocType 'Document Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Help HTML" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:149 +msgid "Help on Search" +msgstr "" + +#. Description of the 'Content' (Text Editor) field in DocType 'Note' +#: frappe/desk/doctype/note/note.json +msgid "Help: To link to another record in the system, use \"/app/note/[Note Name]\" as the Link URL. (don't use \"http://\")" +msgstr "" + +#. Label of a Int field in DocType 'Help Article' +#: frappe/website/doctype/help_article/help_article.json +msgid "Helpful" +msgstr "" + +#. Option for the 'Font' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Helvetica" +msgstr "" + +#. Option for the 'Font' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Helvetica Neue" +msgstr "" + +#: frappe/public/js/frappe/utils/utils.js:1769 +msgid "Here's your tracking URL" +msgstr "" + +#: frappe/www/qrcode.html:9 +msgid "Hi {0}" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'DocType Action' +#. Label of a Check field in DocType 'DocType Link' +#. Label of a Check field in DocType 'Navbar Item' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#. Label of a Check field in DocType 'Desktop Icon' +#. Label of a Check field in DocType 'Workspace Link' +#. Label of a Check field in DocType 'Web Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/doctype_action/doctype_action.json +#: frappe/core/doctype/doctype_link/doctype_link.json +#: frappe/core/doctype/navbar_item/navbar_item.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +#: frappe/desk/doctype/workspace_link/workspace_link.json +#: frappe/printing/page/print_format_builder/print_format_builder_field.html:3 +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Hidden" +msgstr "" + +#. Label of a Section Break field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Hidden Fields" +msgstr "" + +#. Option for the 'Page Number' (Select) field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/public/js/frappe/views/workspace/workspace.js:859 +#: frappe/public/js/frappe/widgets/base_widget.js:46 +#: frappe/public/js/frappe/widgets/base_widget.js:178 +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:243 +#: frappe/templates/includes/login/login.js:83 +msgid "Hide" +msgstr "" + +#. Label of a Check field in DocType 'Web Page Block' +#: frappe/website/doctype/web_page_block/web_page_block.json +msgid "Hide Block" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Hide Border" +msgstr "" + +#. Label of a Check field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Hide Buttons" +msgstr "" + +#. Label of a Check field in DocType 'Blog Post' +#: frappe/website/doctype/blog_post/blog_post.json +msgid "Hide CTA" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#. Label of a Check field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Hide Copy" +msgstr "" + +#. Label of a Check field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "Hide Custom DocTypes and Reports" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Hide Days" +msgstr "" + +#. Label of a Check field in DocType 'User Permission' +#: frappe/core/doctype/user_permission/user_permission.json +#: frappe/core/doctype/user_permission/user_permission_list.js:96 +msgid "Hide Descendants" +msgstr "" + +#: frappe/www/error.html:41 frappe/www/error.html:56 +msgid "Hide Error" +msgstr "" + +#. Label of a Check field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Hide Login" +msgstr "" + +#: frappe/public/js/form_builder/form_builder.bundle.js:43 +#: frappe/public/js/print_format_builder/print_format_builder.bundle.js:54 +msgid "Hide Preview" +msgstr "" + +#. Description of the 'Hide Buttons' (Check) field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Hide Previous, Next and Close button on highlight dialog." +msgstr "" + +#: frappe/public/js/frappe/list/list_filter.js:87 +msgid "Hide Saved" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Hide Seconds" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Hide Sidebar, Menu, and Comments" +msgstr "" + +#. Label of a Check field in DocType 'Portal Settings' +#: frappe/website/doctype/portal_settings/portal_settings.json +msgid "Hide Standard Menu" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1603 +msgid "Hide Tags" +msgstr "" + +#: frappe/public/js/frappe/views/calendar/calendar.js:185 +msgid "Hide Weekends" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:860 +msgid "Hide Workspace" +msgstr "" + +#. Description of the 'Hide Descendants' (Check) field in DocType 'User +#. Permission' +#: frappe/core/doctype/user_permission/user_permission.json +msgid "Hide descendant records of For Value." +msgstr "" + +#: frappe/public/js/frappe/form/layout.js:268 +msgid "Hide details" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Hide footer in auto email reports" +msgstr "" + +#. Label of a Check field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Hide footer signup" +msgstr "" + +#. Option for the 'Priority' (Select) field in DocType 'ToDo' +#: frappe/desk/doctype/todo/todo.json +#: frappe/public/js/frappe/form/sidebar/assign_to.js:224 +msgid "High" +msgstr "" + +#. Description of the 'Priority' (Int) field in DocType 'Assignment Rule' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +msgid "Higher priority rule will be applied first" +msgstr "" + +#. Label of a Text field in DocType 'Company History' +#: frappe/website/doctype/company_history/company_history.json +msgid "Highlight" +msgstr "" + +#: frappe/www/update-password.html:274 +msgid "Hint: Include symbols, numbers and capital letters in the password" +msgstr "" + +#. Label of a Tab Break field in DocType 'Website Settings' +#: frappe/core/doctype/file/utils.py:29 +#: frappe/public/js/frappe/file_uploader/FileBrowser.vue:38 +#: frappe/public/js/frappe/views/file/file_view.js:67 +#: frappe/public/js/frappe/views/file/file_view.js:88 +#: frappe/public/js/frappe/views/pageview.js:153 frappe/templates/doc.html:19 +#: frappe/templates/includes/navbar/navbar.html:9 +#: frappe/website/doctype/blog_post/blog_post.py:153 +#: frappe/website/doctype/blog_post/blog_post.py:265 +#: frappe/website/doctype/blog_post/blog_post.py:267 +#: frappe/website/doctype/website_settings/website_settings.json +#: frappe/website/web_template/primary_navbar/primary_navbar.html:9 +#: frappe/www/contact.py:22 frappe/www/error.html:30 frappe/www/login.html:150 +#: frappe/www/message.html:34 +msgid "Home" +msgstr "" + +#. Label of a Data field in DocType 'Role' +#. Label of a Data field in DocType 'Website Settings' +#: frappe/core/doctype/role/role.json +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Home Page" +msgstr "" + +#. Label of a Code field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Home Settings" +msgstr "" + +#: frappe/core/doctype/file/test_file.py:303 +#: frappe/core/doctype/file/test_file.py:305 +#: frappe/core/doctype/file/test_file.py:369 +msgid "Home/Test Folder 1" +msgstr "" + +#: frappe/core/doctype/file/test_file.py:358 +msgid "Home/Test Folder 1/Test Folder 3" +msgstr "" + +#: frappe/core/doctype/file/test_file.py:314 +msgid "Home/Test Folder 2" +msgstr "" + +#. Option for the 'Frequency' (Select) field in DocType 'Scheduled Job Type' +#. Option for the 'Event Frequency' (Select) field in DocType 'Server Script' +#. Option for the 'Frequency' (Select) field in DocType 'User' +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +#: frappe/core/doctype/server_script/server_script.json +#: frappe/core/doctype/user/user.json +msgid "Hourly" +msgstr "" + +#. Option for the 'Frequency' (Select) field in DocType 'Scheduled Job Type' +#. Option for the 'Event Frequency' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +#: frappe/core/doctype/server_script/server_script.json +msgid "Hourly Long" +msgstr "" + +#. Description of the 'Password Reset Link Generation Limit' (Int) field in +#. DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Hourly rate limit for generating password reset links" +msgstr "" + +#. Description of the 'Number Format' (Select) field in DocType 'Currency' +#: frappe/geo/doctype/currency/currency.json +msgid "How should this currency be formatted? If not set, will use system defaults" +msgstr "" + +#. Paragraph text in the Welcome Workspace Workspace +#: frappe/core/workspace/welcome_workspace/welcome_workspace.json +msgid "I guess you don't have access to any workspace yet, but you can create one just for yourself. Click on the Create Workspace button to create one.
    " +msgstr "" + +#: frappe/core/doctype/data_import/importer.py:1127 +#: frappe/core/doctype/data_import/importer.py:1133 +#: frappe/core/doctype/data_import/importer.py:1198 +#: frappe/core/doctype/data_import/importer.py:1201 +#: frappe/desk/report/todo/todo.py:36 frappe/model/meta.py:44 +#: frappe/public/js/frappe/data_import/data_exporter.js:330 +#: frappe/public/js/frappe/data_import/data_exporter.js:345 +#: frappe/public/js/frappe/list/list_settings.js:337 +#: frappe/public/js/frappe/list/list_view.js:357 +#: frappe/public/js/frappe/list/list_view.js:420 +#: frappe/public/js/frappe/model/meta.js:197 +#: frappe/public/js/frappe/model/model.js:122 +msgid "ID" +msgstr "" + +#: frappe/desk/reportview.py:455 +#: frappe/public/js/frappe/views/reports/report_view.js:918 +msgctxt "Label of name column in report" +msgid "ID" +msgstr "" + +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:199 +msgid "ID (name)" +msgstr "" + +#. Description of the 'Field Name' (Data) field in DocType 'Property Setter' +#: frappe/custom/doctype/property_setter/property_setter.json +msgid "ID (name) of the entity whose property is to be set" +msgstr "" + +#. Description of the 'Section ID' (Data) field in DocType 'Web Page Block' +#: frappe/website/doctype/web_page_block/web_page_block.json +msgid "IDs must contain only alphanumeric characters, not contain spaces, and should be unique." +msgstr "" + +#. Label of a Section Break field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "IMAP Details" +msgstr "" + +#. Label of a Data field in DocType 'Communication' +#. Label of a Table field in DocType 'Email Account' +#. Name of a DocType +#: frappe/core/doctype/communication/communication.json +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/imap_folder/imap_folder.json +msgid "IMAP Folder" +msgstr "" + +#. Label of a Data field in DocType 'Activity Log' +#. Label of a Data field in DocType 'Comment' +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/comment/comment.json +msgid "IP Address" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Label of a Data field in DocType 'DocType' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Label of a Data field in DocType 'Desktop Icon' +#. Label of a Icon field in DocType 'Workspace' +#. Label of a Data field in DocType 'Workspace Link' +#. Label of a Data field in DocType 'Workspace Shortcut' +#. Label of a Data field in DocType 'Social Login Key' +#. Label of a Select field in DocType 'Workflow State' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +#: frappe/desk/doctype/workspace/workspace.json +#: frappe/desk/doctype/workspace_link/workspace_link.json +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +#: frappe/integrations/doctype/social_login_key/social_login_key.json +#: frappe/public/js/frappe/views/workspace/workspace.js:677 +#: frappe/public/js/frappe/views/workspace/workspace.js:1005 +#: frappe/public/js/frappe/views/workspace/workspace.js:1250 +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "Icon" +msgstr "" + +#. Description of the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "Icon will appear on the button" +msgstr "" + +#. Label of a Section Break field in DocType 'Social Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Identity Details" +msgstr "" + +#. Label of a Int field in DocType 'Desktop Icon' +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +msgid "Idx" +msgstr "" + +#. Description of the 'Apply Strict User Permissions' (Check) field in DocType +#. 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "If Apply Strict User Permission is checked and User Permission is defined for a DocType for a User, then all the documents where value of the link is blank, will not be shown to that User" +msgstr "" + +#. Description of the 'Don't Override Status' (Check) field in DocType +#. 'Workflow' +#. Description of the 'Don't Override Status' (Check) field in DocType +#. 'Workflow Document State' +#: frappe/workflow/doctype/workflow/workflow.json +#: frappe/workflow/doctype/workflow_document_state/workflow_document_state.json +msgid "If Checked workflow status will not override status in list view" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1725 +#: frappe/public/js/frappe/roles_editor.js:65 +msgid "If Owner" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:25 +msgid "If a Role does not have access at Level 0, then higher levels are meaningless." +msgstr "" + +#. Description of the 'Is Active' (Check) field in DocType 'Workflow' +#: frappe/workflow/doctype/workflow/workflow.json +msgid "If checked, all other workflows become inactive." +msgstr "" + +#. Description of the 'Show Absolute Values' (Check) field in DocType 'Print +#. Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "If checked, negative numeric values of Currency, Quantity or Count would be shown as positive" +msgstr "" + +#. Description of the 'Skip Authorization' (Check) field in DocType 'OAuth +#. Client' +#: frappe/integrations/doctype/oauth_client/oauth_client.json +msgid "If checked, users will not see the Confirm Access dialog." +msgstr "" + +#. Description of the 'Disabled' (Check) field in DocType 'Role' +#: frappe/core/doctype/role/role.json +msgid "If disabled, this role will be removed from all users." +msgstr "" + +#. Description of the 'Bypass Restricted IP Address Check If Two Factor Auth +#. Enabled' (Check) field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "If enabled, user can login from any IP Address using Two Factor Auth, this can also be set for all users in System Settings" +msgstr "" + +#. Description of the 'Anonymous responses' (Check) field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "If enabled, all responses on the web form will be submitted anonymously" +msgstr "" + +#. Description of the 'Bypass restricted IP Address check If Two Factor Auth +#. Enabled' (Check) field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "If enabled, all users can login from any IP Address using Two Factor Auth. This can also be set only for specific user(s) in User Page" +msgstr "" + +#. Description of the 'Track Changes' (Check) field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "If enabled, changes to the document are tracked and shown in timeline" +msgstr "" + +#. Description of the 'Track Views' (Check) field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "If enabled, document views are tracked, this can happen multiple times" +msgstr "" + +#. Description of the 'Track Seen' (Check) field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "If enabled, the document is marked as seen, the first time a user opens it" +msgstr "" + +#. Description of the 'Send System Notification' (Check) field in DocType +#. 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "If enabled, the notification will show up in the notifications dropdown on the top right corner of the navigation bar." +msgstr "" + +#. Description of the 'Enable Password Policy' (Check) field in DocType 'System +#. Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "If enabled, the password strength will be enforced based on the Minimum Password Score value. A value of 2 being medium strong and 4 being very strong." +msgstr "" + +#. Description of the 'Bypass Two Factor Auth for users who login from +#. restricted IP Address' (Check) field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "If enabled, users who login from Restricted IP Address, won't be prompted for Two Factor Auth" +msgstr "" + +#. Description of the 'Notify Users On Every Login' (Check) field in DocType +#. 'Note' +#: frappe/desk/doctype/note/note.json +msgid "If enabled, users will be notified every time they login. If not enabled, users will only be notified once." +msgstr "" + +#. Description of the 'Default Workspace' (Link) field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "If left empty, the default workspace will be the last visited workspace" +msgstr "" + +#. Description of the 'Port' (Data) field in DocType 'Email Domain' +#: frappe/email/doctype/email_domain/email_domain.json +msgid "If non standard port (e.g. 587)" +msgstr "" + +#. Description of the 'Port' (Data) field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "If non standard port (e.g. 587). If on Google Cloud, try port 2525." +msgstr "" + +#. Description of the 'Port' (Data) field in DocType 'Email Account' +#. Description of the 'Port' (Data) field in DocType 'Email Domain' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_domain/email_domain.json +msgid "If non-standard port (e.g. POP3: 995/110, IMAP: 993/143)" +msgstr "" + +#. Description of the 'Currency Precision' (Select) field in DocType 'System +#. Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "If not set, the currency precision will depend on number format" +msgstr "" + +#. Description of the 'Roles' (Table) field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "If set, only user with these roles can access this chart. If not set, DocType or Report permissions will be used." +msgstr "" + +#. Description of the 'Condition' (Code) field in DocType 'Energy Point Rule' +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +msgid "If the condition is satisfied user will be rewarded with the points. eg. doc.status == 'Closed'\n" +msgstr "" + +#. Description of the 'User Type' (Link) field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "If the user has any role checked, then the user becomes a \"System User\". \"System User\" has access to the desktop" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:38 +msgid "If these instructions where not helpful, please add in your suggestions on GitHub Issues." +msgstr "" + +#. Description of the 'Fetch on Save if Empty' (Check) field in DocType +#. 'DocField' +#. Description of the 'Fetch on Save if Empty' (Check) field in DocType 'Custom +#. Field' +#. Description of the 'Fetch on Save if Empty' (Check) field in DocType +#. 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "If unchecked, the value will always be re-fetched on save." +msgstr "" + +#. Label of a Check field in DocType 'Custom DocPerm' +#. Label of a Check field in DocType 'DocPerm' +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/docperm/docperm.json +msgid "If user is the owner" +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:204 +msgid "If you are updating, please select \"Overwrite\" else existing rows will not be deleted." +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:188 +msgid "If you are uploading new records, \"Naming Series\" becomes mandatory, if present." +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:186 +msgid "If you are uploading new records, leave the \"name\" (ID) column blank." +msgstr "" + +#: frappe/utils/password.py:201 +msgid "If you have recently restored the site you may need to copy the site config contaning original Encryption Key." +msgstr "" + +#: frappe/core/doctype/doctype/doctype.js:81 +msgid "If you just want to customize for your site, use {0} instead." +msgstr "" + +#. Description of the 'Parent Label' (Select) field in DocType 'Top Bar Item' +#: frappe/website/doctype/top_bar_item/top_bar_item.json +msgid "If you set this, this Item will come in a drop-down under the selected parent." +msgstr "" + +#: frappe/templates/emails/administrator_logged_in.html:3 +msgid "If you think this is unauthorized, please change the Administrator password." +msgstr "" + +#. Description of the 'Source Text' (Code) field in DocType 'Translation' +#: frappe/core/doctype/translation/translation.json +msgid "If your data is in HTML, please copy paste the exact HTML code with the tags." +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Ignore User Permissions" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Ignore XSS Filter" +msgstr "" + +#. Description of the 'Attachment Limit (MB)' (Int) field in DocType 'Email +#. Account' +#. Description of the 'Attachment Limit (MB)' (Int) field in DocType 'Email +#. Domain' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_domain/email_domain.json +msgid "Ignore attachments over this size" +msgstr "" + +#. Label of a Table field in DocType 'Website Theme' +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Ignored Apps" +msgstr "" + +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.py:348 +msgid "Illegal Access Token. Please try again" +msgstr "" + +#: frappe/model/workflow.py:139 +msgid "Illegal Document Status for {0}" +msgstr "" + +#: frappe/model/db_query.py:441 frappe/model/db_query.py:444 +#: frappe/model/db_query.py:1117 +msgid "Illegal SQL Query" +msgstr "" + +#: frappe/utils/jinja.py:95 +msgid "Illegal template" +msgstr "" + +#. Label of a Attach Image field in DocType 'Contact' +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Option for the 'Select List View' (Select) field in DocType 'Form Tour' +#. Option for the 'Letter Head Based On' (Select) field in DocType 'Letter +#. Head' +#. Label of a Attach Image field in DocType 'Letter Head' +#. Option for the 'Footer Based On' (Select) field in DocType 'Letter Head' +#. Label of a Attach Image field in DocType 'Web Page' +#. Label of a Attach field in DocType 'Website Slideshow Item' +#: frappe/contacts/doctype/contact/contact.json +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/printing/doctype/letter_head/letter_head.json +#: frappe/website/doctype/web_page/web_page.json +#: frappe/website/doctype/website_slideshow_item/website_slideshow_item.json +msgid "Image" +msgstr "" + +#. Label of a Data field in DocType 'DocType' +#. Label of a Data field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Image Field" +msgstr "" + +#. Label of a Float field in DocType 'Letter Head' +#: frappe/printing/doctype/letter_head/letter_head.json +msgid "Image Height" +msgstr "" + +#. Label of a Attach field in DocType 'About Us Team Member' +#: frappe/website/doctype/about_us_team_member/about_us_team_member.json +msgid "Image Link" +msgstr "" + +#: frappe/public/js/frappe/list/base_list.js:208 +msgid "Image View" +msgstr "" + +#. Label of a Float field in DocType 'Letter Head' +#: frappe/printing/doctype/letter_head/letter_head.json +msgid "Image Width" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1468 +msgid "Image field must be a valid fieldname" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1470 +msgid "Image field must be of type Attach Image" +msgstr "" + +#: frappe/core/doctype/file/utils.py:137 +msgid "Image link '{0}' is not valid" +msgstr "" + +#: frappe/core/doctype/file/file.js:91 +msgid "Image optimized" +msgstr "" + +#: frappe/core/doctype/file/utils.py:286 +msgid "Image: Corrupted Data Stream" +msgstr "" + +#: frappe/public/js/frappe/views/image/image_view.js:13 +msgid "Images" +msgstr "" + +#. Option for the 'Operation' (Select) field in DocType 'Activity Log' +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/user/user.js:367 +msgid "Impersonate" +msgstr "" + +#: frappe/core/doctype/user/user.js:394 +msgid "Impersonate as {0}" +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:246 +msgid "Impersonated by {0}" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/navbar.html:21 +msgid "Impersonating {0}" +msgstr "" + +#: frappe/core/doctype/log_settings/log_settings.py:57 +msgid "Implement `clear_old_logs` method to enable auto error clearing." +msgstr "" + +#. Option for the 'Grant Type' (Select) field in DocType 'OAuth Client' +#: frappe/integrations/doctype/oauth_client/oauth_client.json +msgid "Implicit" +msgstr "" + +#. Label of a Check field in DocType 'Custom DocPerm' +#. Label of a Check field in DocType 'DocPerm' +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/docperm/docperm.json +#: frappe/core/doctype/recorder/recorder_list.js:16 +#: frappe/email/doctype/email_group/email_group.js:31 +msgid "Import" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1665 +msgctxt "Button in list view menu" +msgid "Import" +msgstr "" + +#. Label of a Link in the Tools Workspace +#. Label of a shortcut in the Tools Workspace +#: frappe/automation/workspace/tools/tools.json +msgid "Import Data" +msgstr "" + +#: frappe/email/doctype/email_group/email_group.js:14 +msgid "Import Email From" +msgstr "" + +#. Label of a Attach field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Import File" +msgstr "" + +#. Label of a Section Break field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Import File Errors and Warnings" +msgstr "" + +#. Label of a Section Break field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Import Log" +msgstr "" + +#. Label of a HTML field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Import Log Preview" +msgstr "" + +#. Label of a HTML field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Import Preview" +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:41 +msgid "Import Progress" +msgstr "" + +#: frappe/email/doctype/email_group/email_group.js:8 +#: frappe/email/doctype/email_group/email_group.js:30 +msgid "Import Subscribers" +msgstr "" + +#. Label of a Select field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Import Type" +msgstr "" + +#. Label of a HTML field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Import Warnings" +msgstr "" + +#: frappe/public/js/frappe/views/file/file_view.js:117 +msgid "Import Zip" +msgstr "" + +#. Label of a Data field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Import from Google Sheets" +msgstr "" + +#: frappe/core/doctype/data_import/importer.py:605 +msgid "Import template should be of type .csv, .xlsx or .xls" +msgstr "" + +#: frappe/core/doctype/data_import/importer.py:475 +msgid "Import template should contain a Header and atleast one row." +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:170 +msgid "Import timed out, please re-try." +msgstr "" + +#: frappe/core/doctype/data_import/data_import.py:60 +msgid "Importing {0} is not allowed." +msgstr "" + +#: frappe/integrations/doctype/google_contacts/google_contacts.js:19 +msgid "Importing {0} of {1}" +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:35 +msgid "Importing {0} of {1}, {2}" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:20 +msgid "In" +msgstr "" + +#. Description of the 'Force User to Reset Password' (Int) field in DocType +#. 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "In Days" +msgstr "" + +#. Description of the Onboarding Step 'Setup Limited Access for a User' +#: frappe/custom/onboarding_step/role_permissions/role_permissions.json +msgid "In ERPNext, you can add your Employees as Users, and give them restricted access. Tools like Role Permission and User Permission allow you to define rules which give restricted access to the user to masters and transactions." +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "In Filter" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "In Global Search" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.js:96 +msgid "In Grid View" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#: frappe/core/doctype/docfield/docfield.json +msgid "In List Filter" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/doctype/doctype.js:97 +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "In List View" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "In Preview" +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:42 +msgid "In Progress" +msgstr "" + +#: frappe/database/database.py:245 +msgid "In Read Only Mode" +msgstr "" + +#. Label of a Link field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "In Reply To" +msgstr "" + +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "In Standard Filter" +msgstr "" + +#. Description of the Onboarding Step 'Generate Custom Reports' +#: frappe/custom/onboarding_step/report_builder/report_builder.json +msgid "In each module, you will find a host of single-click reports, ranging from financial statements to sales and purchase analytics and stock tracking reports. If a required new report is not available out-of-the-box, you can create custom reports in ERPNext by pulling values from the same multiple ERPNext tables.\n" +msgstr "" + +#. Description of the 'Font Size' (Float) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "In points. Default is 9." +msgstr "" + +#. Description of the 'Allow Login After Fail' (Int) field in DocType 'System +#. Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "In seconds" +msgstr "" + +#: frappe/core/doctype/recorder/recorder_list.js:209 +msgid "Inactive" +msgstr "" + +#: frappe/public/js/frappe/ui/field_group.js:131 +msgid "Inavlid Values" +msgstr "" + +#. Option for the 'Select List View' (Select) field in DocType 'Form Tour' +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/email/doctype/email_account/email_account_list.js:19 +msgid "Inbox" +msgstr "" + +#. Name of a role +#: frappe/core/doctype/communication/communication.json +#: frappe/email/doctype/email_account/email_account.json +msgid "Inbox User" +msgstr "" + +#: frappe/public/js/frappe/list/base_list.js:209 +msgid "Inbox View" +msgstr "" + +#. Label of a Check field in DocType 'Form Tour' +#: frappe/desk/doctype/form_tour/form_tour.json +msgid "Include Name Field" +msgstr "" + +#. Label of a Check field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Include Search in Top Bar" +msgstr "" + +#: frappe/website/doctype/website_theme/website_theme.js:61 +msgid "Include Theme from Apps" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Include Web View Link in Email" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:1515 +msgid "Include filters" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:1507 +msgid "Include indentation" +msgstr "" + +#: frappe/public/js/frappe/form/controls/password.js:107 +msgid "Include symbols, numbers and capital letters in the password" +msgstr "" + +#. Label of a Section Break field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Incoming (POP/IMAP) Settings" +msgstr "" + +#. Label of a Column Break field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Incoming Emails (Last 7 days)" +msgstr "" + +#. Label of a Data field in DocType 'Email Account' +#. Label of a Data field in DocType 'Email Domain' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_domain/email_domain.json +msgid "Incoming Server" +msgstr "" + +#. Label of a Section Break field in DocType 'Email Domain' +#: frappe/email/doctype/email_domain/email_domain.json +msgid "Incoming Settings" +msgstr "" + +#: frappe/email/doctype/email_domain/email_domain.py:32 +msgid "Incoming email account not correct" +msgstr "" + +#: frappe/model/virtual_doctype.py:79 frappe/model/virtual_doctype.py:92 +msgid "Incomplete Virtual Doctype Implementation" +msgstr "" + +#: frappe/auth.py:241 +msgid "Incomplete login details" +msgstr "" + +#: frappe/email/smtp.py:104 +msgid "Incorrect Configuration" +msgstr "" + +#: frappe/utils/csvutils.py:209 +msgid "Incorrect URL" +msgstr "" + +#: frappe/utils/password.py:90 +msgid "Incorrect User or Password" +msgstr "" + +#: frappe/twofactor.py:177 frappe/twofactor.py:189 +msgid "Incorrect Verification code" +msgstr "" + +#: frappe/model/document.py:1351 +msgid "Incorrect value in row {0}:" +msgstr "" + +#: frappe/model/document.py:1353 +msgid "Incorrect value:" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Int field in DocType 'Recorder Query' +#. Label of a Check field in DocType 'Custom Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/recorder_query/recorder_query.json +#: frappe/custom/doctype/custom_field/custom_field.json frappe/model/meta.py:47 +#: frappe/public/js/frappe/model/meta.js:200 +#: frappe/public/js/frappe/model/model.js:124 +#: frappe/public/js/frappe/views/reports/report_view.js:939 +msgid "Index" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Index Web Pages for Search" +msgstr "" + +#: frappe/core/doctype/recorder/recorder.py:142 +msgid "Index created successfully on column {0} of doctype {1}" +msgstr "" + +#. Label of a Data field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Indexing authorization code" +msgstr "" + +#. Label of a Data field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Indexing refresh token" +msgstr "" + +#. Label of a Select field in DocType 'Kanban Board Column' +#: frappe/desk/doctype/kanban_board_column/kanban_board_column.json +msgid "Indicator" +msgstr "" + +#. Label of a Select field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "Indicator Color" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:684 +#: frappe/public/js/frappe/views/workspace/workspace.js:1012 +#: frappe/public/js/frappe/views/workspace/workspace.js:1256 +msgid "Indicator color" +msgstr "" + +#. Option for the 'Comment Type' (Select) field in DocType 'Comment' +#. Option for the 'Comment Type' (Select) field in DocType 'Communication' +#. Option for the 'Style' (Select) field in DocType 'Workflow State' +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "Info" +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:144 +msgid "Info:" +msgstr "" + +#. Label of a Select field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Initial Sync Count" +msgstr "" + +#. Option for the 'Database Engine' (Select) field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "InnoDB" +msgstr "" + +#: frappe/core/doctype/data_import/data_import_list.js:35 +msgid "Insert" +msgstr "" + +#: frappe/public/js/frappe/form/grid_row_form.js:42 +msgid "Insert Above" +msgstr "" + +#. Label of a Select field in DocType 'Custom Field' +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/public/js/frappe/views/reports/query_report.js:1738 +msgid "Insert After" +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.py:250 +msgid "Insert After cannot be set as {0}" +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.py:243 +msgid "Insert After field '{0}' mentioned in Custom Field '{1}', with label '{2}', does not exist" +msgstr "" + +#: frappe/public/js/frappe/form/grid_row_form.js:42 +msgid "Insert Below" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:360 +msgid "Insert Column Before {0}" +msgstr "" + +#: frappe/public/js/frappe/form/controls/markdown_editor.js:82 +msgid "Insert Image in Markdown" +msgstr "" + +#. Option for the 'Import Type' (Select) field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Insert New Records" +msgstr "" + +#. Label of a Check field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "Insert Style" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:691 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:692 +msgid "Install {0} from Marketplace" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/installed_application/installed_application.json +msgid "Installed Application" +msgstr "" + +#. Name of a DocType +#. Label of a Table field in DocType 'Installed Applications' +#: frappe/core/doctype/installed_applications/installed_applications.json +msgid "Installed Applications" +msgstr "" + +#: frappe/core/doctype/installed_applications/installed_applications.js:18 +#: frappe/public/js/frappe/ui/toolbar/about.js:8 +msgid "Installed Apps" +msgstr "" + +#. Label of a HTML field in DocType 'Letter Head' +#: frappe/printing/doctype/letter_head/letter_head.json +msgid "Instructions" +msgstr "" + +#: frappe/templates/includes/login/login.js:262 +msgid "Instructions Emailed" +msgstr "" + +#: frappe/permissions.py:817 +msgid "Insufficient Permission Level for {0}" +msgstr "" + +#: frappe/database/query.py:375 frappe/desk/form/load.py:40 +msgid "Insufficient Permission for {0}" +msgstr "" + +#: frappe/desk/reportview.py:336 +msgid "Insufficient Permissions for deleting Report" +msgstr "" + +#: frappe/desk/reportview.py:307 +msgid "Insufficient Permissions for editing Report" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:439 +msgid "Insufficient attachment limit" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Column' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Filter' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Template Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/report_column/report_column.json +#: frappe/core/doctype/report_filter/report_filter.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/web_form_field/web_form_field.json +#: frappe/website/doctype/web_template_field/web_template_field.json +msgid "Int" +msgstr "" + +#. Name of a DocType +#: frappe/integrations/doctype/integration_request/integration_request.json +msgid "Integration Request" +msgstr "" + +#. Group in User's connections +#. Name of a Workspace +#. Label of a Tab Break field in DocType 'Website Settings' +#: frappe/core/doctype/user/user.json +#: frappe/integrations/workspace/integrations/integrations.json +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Integrations" +msgstr "" + +#. Description of the 'Delivery Status' (Select) field in DocType +#. 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Integrations can use this field to set email delivery status" +msgstr "" + +#. Option for the 'Font' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Inter" +msgstr "" + +#. Label of a Small Text field in DocType 'User' +#: frappe/core/doctype/user/user.json +#: frappe/desk/page/user_profile/user_profile_sidebar.html:37 +msgid "Interests" +msgstr "" + +#. Option for the 'Level' (Select) field in DocType 'Help Article' +#: frappe/website/doctype/help_article/help_article.json +msgid "Intermediate" +msgstr "" + +#: frappe/public/js/frappe/request.js:232 +msgid "Internal Server Error" +msgstr "" + +#. Description of a DocType +#: frappe/core/doctype/docshare/docshare.json +msgid "Internal record of document shares" +msgstr "" + +#: frappe/desk/page/user_profile/user_profile_sidebar.html:22 +msgid "Intro" +msgstr "" + +#. Label of a Data field in DocType 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Intro Video URL" +msgstr "" + +#. Description of the 'Company Introduction' (Text Editor) field in DocType +#. 'About Us Settings' +#: frappe/website/doctype/about_us_settings/about_us_settings.json +msgid "Introduce your company to the website visitor." +msgstr "" + +#. Label of a Section Break field in DocType 'Contact Us Settings' +#. Label of a Text Editor field in DocType 'Contact Us Settings' +#. Label of a Text Editor field in DocType 'Web Form' +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +#: frappe/website/doctype/web_form/web_form.json +msgid "Introduction" +msgstr "" + +#. Title of an Onboarding Step +#: frappe/website/onboarding_step/introduction_to_website/introduction_to_website.json +msgid "Introduction to Website" +msgstr "" + +#. Description of the 'Introduction' (Text Editor) field in DocType 'Contact Us +#. Settings' +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +msgid "Introductory information for the Contact Us Page" +msgstr "" + +#. Label of a Data field in DocType 'Connected App' +#: frappe/integrations/doctype/connected_app/connected_app.json +msgid "Introspection URI" +msgstr "" + +#. Option for the 'Validity' (Select) field in DocType 'OAuth Authorization +#. Code' +#: frappe/integrations/doctype/oauth_authorization_code/oauth_authorization_code.json +msgid "Invalid" +msgstr "" + +#: frappe/public/js/form_builder/utils.js:221 +#: frappe/public/js/frappe/form/grid_row.js:769 +#: frappe/public/js/frappe/form/layout.js:785 +msgid "Invalid \"depends_on\" expression" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:512 +msgid "Invalid \"depends_on\" expression set in filter {0}" +msgstr "" + +#: frappe/public/js/frappe/form/save.js:206 +msgid "Invalid \"mandatory_depends_on\" expression" +msgstr "" + +#: frappe/utils/nestedset.py:182 +msgid "Invalid Action" +msgstr "" + +#: frappe/utils/csvutils.py:35 +msgid "Invalid CSV Format" +msgstr "" + +#: frappe/integrations/frappe_providers/frappecloud_billing.py:121 +msgid "Invalid Code. Please try again." +msgstr "" + +#: frappe/integrations/doctype/webhook/webhook.py:90 +msgid "Invalid Condition: {}" +msgstr "" + +#: frappe/email/smtp.py:135 +msgid "Invalid Credentials" +msgstr "" + +#: frappe/utils/data.py:104 frappe/utils/data.py:254 +msgid "Invalid Date" +msgstr "" + +#: frappe/www/list.py:84 +msgid "Invalid DocType" +msgstr "" + +#: frappe/database/query.py:97 +msgid "Invalid DocType: {0}" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1234 +msgid "Invalid Fieldname" +msgstr "" + +#: frappe/core/doctype/file/file.py:205 +msgid "Invalid File URL" +msgstr "" + +#: frappe/public/js/form_builder/store.js:221 +msgid "Invalid Filter Format for field {0} of type {1}. Try using filter icon on the field to set it correctly" +msgstr "" + +#: frappe/utils/dashboard.py:61 +msgid "Invalid Filter Value" +msgstr "" + +#: frappe/website/doctype/website_settings/website_settings.py:83 +msgid "Invalid Home Page" +msgstr "" + +#: frappe/utils/verified_command.py:48 frappe/www/update-password.html:151 +msgid "Invalid Link" +msgstr "" + +#: frappe/www/login.py:118 +msgid "Invalid Login Token" +msgstr "" + +#: frappe/templates/includes/login/login.js:291 +msgid "Invalid Login. Try again." +msgstr "" + +#: frappe/email/receive.py:109 frappe/email/receive.py:146 +msgid "Invalid Mail Server. Please rectify and try again." +msgstr "" + +#: frappe/model/naming.py:93 +msgid "Invalid Naming Series: {}" +msgstr "" + +#: frappe/core/doctype/rq_job/rq_job.py:117 +msgid "Invalid Operation" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1603 +#: frappe/core/doctype/doctype/doctype.py:1612 +msgid "Invalid Option" +msgstr "" + +#: frappe/email/smtp.py:103 +msgid "Invalid Outgoing Mail Server or Port: {0}" +msgstr "" + +#: frappe/email/doctype/auto_email_report/auto_email_report.py:188 +msgid "Invalid Output Format" +msgstr "" + +#: frappe/integrations/doctype/connected_app/connected_app.py:190 +msgid "Invalid Parameters." +msgstr "" + +#: frappe/core/doctype/user/user.py:1164 frappe/www/update-password.html:121 +#: frappe/www/update-password.html:142 frappe/www/update-password.html:144 +#: frappe/www/update-password.html:245 +msgid "Invalid Password" +msgstr "" + +#: frappe/utils/__init__.py:109 +msgid "Invalid Phone Number" +msgstr "" + +#: frappe/auth.py:95 frappe/utils/oauth.py:185 frappe/utils/oauth.py:192 +#: frappe/www/login.py:118 +msgid "Invalid Request" +msgstr "" + +#: frappe/desk/search.py:26 +msgid "Invalid Search Field {0}" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1176 +msgid "Invalid Table Fieldname" +msgstr "" + +#: frappe/public/js/workflow_builder/store.js:182 +msgid "Invalid Transition" +msgstr "" + +#: frappe/core/doctype/file/file.py:216 +#: frappe/public/js/frappe/file_uploader/FileUploader.vue:511 +#: frappe/public/js/frappe/widgets/widget_dialog.js:570 +#: frappe/utils/csvutils.py:201 frappe/utils/csvutils.py:222 +msgid "Invalid URL" +msgstr "" + +#: frappe/email/receive.py:154 +msgid "Invalid User Name or Support Password. Please rectify and try again." +msgstr "" + +#: frappe/integrations/doctype/webhook/webhook.py:119 +msgid "Invalid Webhook Secret" +msgstr "" + +#: frappe/desk/reportview.py:167 +msgid "Invalid aggregate function" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:369 +msgid "Invalid column" +msgstr "" + +#: frappe/model/document.py:853 frappe/model/document.py:867 +msgid "Invalid docstatus" +msgstr "" + +#: frappe/public/js/frappe/utils/dashboard_utils.js:229 +msgid "Invalid expression set in filter {0}" +msgstr "" + +#: frappe/public/js/frappe/utils/dashboard_utils.js:219 +msgid "Invalid expression set in filter {0} ({1})" +msgstr "" + +#: frappe/utils/data.py:1902 +msgid "Invalid field name {0}" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1061 +msgid "Invalid fieldname '{0}' in autoname" +msgstr "" + +#: frappe/client.py:344 +msgid "Invalid file path: {0}" +msgstr "" + +#: frappe/database/query.py:173 +#: frappe/public/js/frappe/ui/filters/filter_list.js:201 +msgid "Invalid filter: {0}" +msgstr "" + +#: frappe/model/utils/__init__.py:68 +msgid "Invalid include path" +msgstr "" + +#: frappe/desk/doctype/dashboard/dashboard.py:67 +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.py:413 +msgid "Invalid json added in the custom options: {0}" +msgstr "" + +#: frappe/model/naming.py:464 +msgid "Invalid name type (integer) for varchar name column" +msgstr "" + +#: frappe/model/naming.py:54 +msgid "Invalid naming series {}: dot (.) missing" +msgstr "" + +#: frappe/core/doctype/data_import/importer.py:446 +msgid "Invalid or corrupted content for import" +msgstr "" + +#: frappe/website/doctype/website_settings/website_settings.py:139 +msgid "Invalid redirect regex in row #{}: {}" +msgstr "" + +#: frappe/app.py:309 +msgid "Invalid request arguments" +msgstr "" + +#: frappe/core/doctype/data_import/importer.py:423 +msgid "Invalid template file for import" +msgstr "" + +#: frappe/integrations/doctype/connected_app/connected_app.py:196 +msgid "Invalid token state! Check if the token has been created by the OAuth user." +msgstr "" + +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:165 +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:336 +msgid "Invalid username or password" +msgstr "" + +#: frappe/public/js/frappe/web_form/web_form.js:229 +msgctxt "Error message in web form" +msgid "Invalid values for fields:" +msgstr "" + +#: frappe/printing/page/print/print.js:614 +msgid "Invalid wkhtmltopdf version" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1526 +msgid "Invalid {0} condition" +msgstr "" + +#. Option for the 'Style' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "Inverse" +msgstr "" + +#: frappe/contacts/doctype/contact/contact.js:30 +msgid "Invite as User" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:22 +msgid "Is" +msgstr "" + +#. Label of a Check field in DocType 'Workflow' +#: frappe/workflow/doctype/workflow/workflow.json +msgid "Is Active" +msgstr "" + +#. Label of a Check field in DocType 'File' +#: frappe/core/doctype/file/file.json +msgid "Is Attachments Folder" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#. Label of a Check field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Is Calendar and Gantt" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#. Label of a Check field in DocType 'DocType Link' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/doctype/doctype_list.js:34 +#: frappe/core/doctype/doctype_link/doctype_link.json +msgid "Is Child Table" +msgstr "" + +#. Label of a Check field in DocType 'Module Onboarding' +#. Label of a Check field in DocType 'Onboarding Step' +#: frappe/desk/doctype/module_onboarding/module_onboarding.json +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Is Complete" +msgstr "" + +#. Label of a Check field in DocType 'Email Flag Queue' +#: frappe/email/doctype/email_flag_queue/email_flag_queue.json +msgid "Is Completed" +msgstr "" + +#. Label of a Check field in DocType 'Role' +#. Label of a Check field in DocType 'User Document Type' +#: frappe/core/doctype/role/role.json +#: frappe/core/doctype/user_document_type/user_document_type.json +msgid "Is Custom" +msgstr "" + +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Is Custom Field" +msgstr "" + +#. Label of a Check field in DocType 'Address Template' +#. Label of a Check field in DocType 'User Permission' +#. Label of a Check field in DocType 'Dashboard' +#: frappe/contacts/doctype/address_template/address_template.json +#: frappe/core/doctype/user_permission/user_permission.json +#: frappe/core/doctype/user_permission/user_permission_list.js:69 +#: frappe/desk/doctype/dashboard/dashboard.json +msgid "Is Default" +msgstr "" + +#. Label of a Check field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "Is Dynamic URL?" +msgstr "" + +#. Label of a Check field in DocType 'File' +#: frappe/core/doctype/file/file.json +msgid "Is Folder" +msgstr "" + +#: frappe/public/js/frappe/list/list_filter.js:43 +msgid "Is Global" +msgstr "" + +#. Label of a Check field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "Is Hidden" +msgstr "" + +#. Label of a Check field in DocType 'File' +#: frappe/core/doctype/file/file.json +msgid "Is Home Folder" +msgstr "" + +#. Label of a Check field in DocType 'Custom Field' +#: frappe/custom/doctype/custom_field/custom_field.json +msgid "Is Mandatory Field" +msgstr "" + +#. Label of a Check field in DocType 'Workflow Document State' +#: frappe/workflow/doctype/workflow_document_state/workflow_document_state.json +msgid "Is Optional State" +msgstr "" + +#. Label of a Check field in DocType 'Contact Email' +#: frappe/contacts/doctype/contact_email/contact_email.json +msgid "Is Primary" +msgstr "" + +#. Label of a Check field in DocType 'Contact' +#: frappe/contacts/doctype/contact/contact.json +msgid "Is Primary Contact" +msgstr "" + +#. Label of a Check field in DocType 'Contact Phone' +#: frappe/contacts/doctype/contact_phone/contact_phone.json +msgid "Is Primary Mobile" +msgstr "" + +#. Label of a Check field in DocType 'Contact Phone' +#: frappe/contacts/doctype/contact_phone/contact_phone.json +msgid "Is Primary Phone" +msgstr "" + +#. Label of a Check field in DocType 'File' +#: frappe/core/doctype/file/file.json +msgid "Is Private" +msgstr "" + +#. Label of a Check field in DocType 'Dashboard Chart' +#. Label of a Check field in DocType 'Number Card' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/number_card/number_card.json +msgid "Is Public" +msgstr "" + +#. Label of a Data field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Is Published Field" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1477 +msgid "Is Published Field must be a valid fieldname" +msgstr "" + +#. Label of a Check field in DocType 'Workspace Link' +#: frappe/desk/doctype/workspace_link/workspace_link.json +#: frappe/public/js/frappe/widgets/widget_dialog.js:303 +msgid "Is Query Report" +msgstr "" + +#. Label of a Check field in DocType 'Integration Request' +#: frappe/integrations/doctype/integration_request/integration_request.json +msgid "Is Remote Request?" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#. Label of a Check field in DocType 'Onboarding Step' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/doctype/doctype_list.js:48 +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Is Single" +msgstr "" + +#. Label of a Check field in DocType 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Is Skipped" +msgstr "" + +#. Label of a Check field in DocType 'Email Rule' +#: frappe/email/doctype/email_rule/email_rule.json +msgid "Is Spam" +msgstr "" + +#. Label of a Check field in DocType 'Navbar Item' +#. Label of a Select field in DocType 'Report' +#. Label of a Check field in DocType 'User Type' +#. Label of a Check field in DocType 'Dashboard' +#. Label of a Check field in DocType 'Dashboard Chart' +#. Label of a Check field in DocType 'Form Tour' +#. Label of a Check field in DocType 'Number Card' +#. Label of a Check field in DocType 'Notification' +#. Label of a Check field in DocType 'Web Form' +#: frappe/core/doctype/navbar_item/navbar_item.json +#: frappe/core/doctype/report/report.json +#: frappe/core/doctype/user_type/user_type.json +#: frappe/desk/doctype/dashboard/dashboard.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/email/doctype/notification/notification.json +#: frappe/website/doctype/web_form/web_form.json +msgid "Is Standard" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/doctype/doctype_list.js:25 +msgid "Is Submittable" +msgstr "" + +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#. Label of a Check field in DocType 'Property Setter' +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/custom/doctype/property_setter/property_setter.json +msgid "Is System Generated" +msgstr "" + +#. Label of a Check field in DocType 'Customize Form' +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Is Table" +msgstr "" + +#. Label of a Check field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Is Table Field" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Is Tree" +msgstr "" + +#. Label of a Data field in DocType 'Web Page View' +#: frappe/website/doctype/web_page_view/web_page_view.json +msgid "Is Unique" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Is Virtual" +msgstr "" + +#: frappe/core/doctype/file/utils.py:158 frappe/utils/file_manager.py:314 +msgid "It is risky to delete this file: {0}. Please contact your System Manager." +msgstr "" + +#. Label of a Data field in DocType 'Navbar Item' +#: frappe/core/doctype/navbar_item/navbar_item.json +msgid "Item Label" +msgstr "" + +#. Label of a Select field in DocType 'Navbar Item' +#: frappe/core/doctype/navbar_item/navbar_item.json +msgid "Item Type" +msgstr "" + +#: frappe/utils/nestedset.py:233 +msgid "Item cannot be added to its own descendants" +msgstr "" + +#. Option for the 'Print Format Type' (Select) field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "JS" +msgstr "" + +#. Label of a HTML field in DocType 'Custom HTML Block' +#: frappe/desk/doctype/custom_html_block/custom_html_block.json +msgid "JS Message" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Label of a Code field in DocType 'Report' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Request Structure' (Select) field in DocType 'Webhook' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/report/report.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/integrations/doctype/webhook/webhook.json +msgid "JSON" +msgstr "" + +#. Label of a Code field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "JSON Request Body" +msgstr "" + +#: frappe/templates/signup.html:5 +msgid "Jane Doe" +msgstr "" + +#. Label of a Code field in DocType 'Website Theme' +#: frappe/website/doctype/website_theme/website_theme.json +msgid "JavaScript" +msgstr "" + +#. Description of the 'Javascript' (Code) field in DocType 'Report' +#: frappe/core/doctype/report/report.json +msgid "JavaScript Format: frappe.query_reports['REPORTNAME'] = {}" +msgstr "" + +#. Label of a Code field in DocType 'Report' +#. Label of a Section Break field in DocType 'Custom HTML Block' +#. Label of a Code field in DocType 'Web Page' +#. Label of a Code field in DocType 'Website Script' +#: frappe/core/doctype/report/report.json +#: frappe/desk/doctype/custom_html_block/custom_html_block.json +#: frappe/website/doctype/web_page/web_page.json +#: frappe/website/doctype/website_script/website_script.json +msgid "Javascript" +msgstr "" + +#: frappe/www/login.html:71 +msgid "Javascript is disabled on your browser" +msgstr "" + +#. Option for the 'Print Format Type' (Select) field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "Jinja" +msgstr "" + +#. Label of a Data field in DocType 'Prepared Report' +#. Label of a Data field in DocType 'RQ Job' +#: frappe/core/doctype/prepared_report/prepared_report.json +#: frappe/core/doctype/rq_job/rq_job.json +msgid "Job ID" +msgstr "" + +#. Label of a Link field in DocType 'Submission Queue' +#: frappe/core/doctype/submission_queue/submission_queue.json +msgid "Job Id" +msgstr "" + +#. Label of a Section Break field in DocType 'RQ Job' +#: frappe/core/doctype/rq_job/rq_job.json +msgid "Job Info" +msgstr "" + +#. Label of a Data field in DocType 'RQ Job' +#: frappe/core/doctype/rq_job/rq_job.json +msgid "Job Name" +msgstr "" + +#. Label of a Section Break field in DocType 'RQ Job' +#: frappe/core/doctype/rq_job/rq_job.json +msgid "Job Status" +msgstr "" + +#: frappe/core/doctype/rq_job/rq_job.js:24 +msgid "Job Stopped Successfully" +msgstr "" + +#: frappe/core/doctype/rq_job/rq_job.py:117 +msgid "Job is not running." +msgstr "" + +#: frappe/desk/doctype/event/event.js:55 +msgid "Join video conference with {0}" +msgstr "" + +#: frappe/public/js/frappe/form/toolbar.js:356 +#: frappe/public/js/frappe/form/toolbar.js:745 +msgid "Jump to field" +msgstr "" + +#: frappe/public/js/frappe/utils/number_systems.js:17 +#: frappe/public/js/frappe/utils/number_systems.js:31 +#: frappe/public/js/frappe/utils/number_systems.js:53 +msgctxt "Number system" +msgid "K" +msgstr "" + +#. Option for the 'Select List View' (Select) field in DocType 'Form Tour' +#. Option for the 'DocType View' (Select) field in DocType 'Workspace Shortcut' +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +msgid "Kanban" +msgstr "" + +#. Linked DocType in DocType's connections +#. Name of a DocType +#. Label of a Link field in DocType 'Workspace Shortcut' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/desk/doctype/kanban_board/kanban_board.json +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +#: frappe/public/js/frappe/widgets/widget_dialog.js:475 +msgid "Kanban Board" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/kanban_board_column/kanban_board_column.json +msgid "Kanban Board Column" +msgstr "" + +#. Label of a Data field in DocType 'Kanban Board' +#: frappe/desk/doctype/kanban_board/kanban_board.json +#: frappe/public/js/frappe/views/kanban/kanban_view.js:388 +msgid "Kanban Board Name" +msgstr "" + +#: frappe/public/js/frappe/views/kanban/kanban_view.js:265 +msgctxt "Button in kanban view menu" +msgid "Kanban Settings" +msgstr "" + +#: frappe/public/js/frappe/list/base_list.js:206 +msgid "Kanban View" +msgstr "" + +#. Description of a DocType +#: frappe/core/doctype/activity_log/activity_log.json +msgid "Keep track of all update feeds" +msgstr "" + +#. Description of a DocType +#: frappe/core/doctype/communication/communication.json +msgid "Keeps track of all communications" +msgstr "" + +#. Label of a Data field in DocType 'DefaultValue' +#. Label of a Data field in DocType 'Document Share Key' +#. Label of a Data field in DocType 'Query Parameters' +#. Label of a Data field in DocType 'Webhook Data' +#. Label of a Small Text field in DocType 'Webhook Header' +#. Label of a Data field in DocType 'Website Meta Tag' +#: frappe/core/doctype/defaultvalue/defaultvalue.json +#: frappe/core/doctype/document_share_key/document_share_key.json +#: frappe/integrations/doctype/query_parameters/query_parameters.json +#: frappe/integrations/doctype/webhook_data/webhook_data.json +#: frappe/integrations/doctype/webhook_header/webhook_header.json +#: frappe/website/doctype/website_meta_tag/website_meta_tag.json +msgid "Key" +msgstr "" + +#. Label of a standard help item +#. Type: Action +#: frappe/hooks.py frappe/public/js/frappe/ui/keyboard.js:129 +msgid "Keyboard Shortcuts" +msgstr "" + +#. Option for the 'Social Login Provider' (Select) field in DocType 'Social +#. Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Keycloak" +msgstr "" + +#: frappe/public/js/frappe/utils/number_systems.js:37 +msgctxt "Number system" +msgid "Kh" +msgstr "" + +#. Label of a Card Break in the Website Workspace +#: frappe/website/doctype/help_article/help_article.py:81 +#: frappe/website/workspace/website/website.json +msgid "Knowledge Base" +msgstr "" + +#. Name of a role +#: frappe/website/doctype/help_article/help_article.json +msgid "Knowledge Base Contributor" +msgstr "" + +#. Name of a role +#: frappe/website/doctype/help_article/help_article.json +msgid "Knowledge Base Editor" +msgstr "" + +#: frappe/public/js/frappe/utils/number_systems.js:27 +#: frappe/public/js/frappe/utils/number_systems.js:49 +msgctxt "Number system" +msgid "L" +msgstr "" + +#. Label of a Section Break field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP Auth" +msgstr "" + +#. Label of a Section Break field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP Custom Settings" +msgstr "" + +#. Label of a Data field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP Email Field" +msgstr "" + +#. Label of a Data field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP First Name Field" +msgstr "" + +#. Label of a Data field in DocType 'LDAP Group Mapping' +#: frappe/integrations/doctype/ldap_group_mapping/ldap_group_mapping.json +msgid "LDAP Group" +msgstr "" + +#. Label of a Data field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP Group Field" +msgstr "" + +#. Name of a DocType +#: frappe/integrations/doctype/ldap_group_mapping/ldap_group_mapping.json +msgid "LDAP Group Mapping" +msgstr "" + +#. Label of a Section Break field in DocType 'LDAP Settings' +#. Label of a Table field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP Group Mappings" +msgstr "" + +#. Label of a Data field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP Group Member attribute" +msgstr "" + +#. Label of a Data field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP Last Name Field" +msgstr "" + +#. Label of a Data field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP Middle Name Field" +msgstr "" + +#. Label of a Data field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP Mobile Field" +msgstr "" + +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:163 +msgid "LDAP Not Installed" +msgstr "" + +#. Label of a Data field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP Phone Field" +msgstr "" + +#. Label of a Data field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP Search String" +msgstr "" + +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:130 +msgid "LDAP Search String must be enclosed in '()' and needs to contian the user placeholder {0}, eg sAMAccountName={0}" +msgstr "" + +#. Label of a Section Break field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP Search and Paths" +msgstr "" + +#. Label of a Section Break field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP Security" +msgstr "" + +#. Label of a Section Break field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP Server Settings" +msgstr "" + +#. Label of a Data field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP Server Url" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Integrations Workspace +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +#: frappe/integrations/workspace/integrations/integrations.json +msgid "LDAP Settings" +msgstr "" + +#. Label of a Section Break field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP User Creation and Mapping" +msgstr "" + +#. Label of a Data field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP Username Field" +msgstr "" + +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:309 +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:426 +msgid "LDAP is not enabled." +msgstr "" + +#. Label of a Data field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP search path for Groups" +msgstr "" + +#. Label of a Data field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP search path for Users" +msgstr "" + +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:102 +msgid "LDAP settings incorrect. validation response was: {0}" +msgstr "" + +#. Option for the 'Comment Type' (Select) field in DocType 'Comment' +#. Option for the 'Comment Type' (Select) field in DocType 'Communication' +#. Label of a Data field in DocType 'DocField' +#. Label of a Data field in DocType 'DocType Action' +#. Label of a Data field in DocType 'Report Column' +#. Label of a Data field in DocType 'Report Filter' +#. Label of a Data field in DocType 'Custom Field' +#. Label of a Data field in DocType 'Customize Form Field' +#. Label of a Data field in DocType 'DocType Layout Field' +#. Label of a Data field in DocType 'Desktop Icon' +#. Label of a Data field in DocType 'Form Tour Step' +#. Label of a Data field in DocType 'Number Card' +#. Label of a Data field in DocType 'Workspace Chart' +#. Label of a Data field in DocType 'Workspace Custom Block' +#. Label of a Data field in DocType 'Workspace Link' +#. Label of a Data field in DocType 'Workspace Number Card' +#. Label of a Data field in DocType 'Workspace Quick List' +#. Label of a Data field in DocType 'Workspace Shortcut' +#. Label of a Data field in DocType 'Top Bar Item' +#. Label of a Data field in DocType 'Web Template Field' +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/doctype_action/doctype_action.json +#: frappe/core/doctype/report_column/report_column.json +#: frappe/core/doctype/report_filter/report_filter.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/custom/doctype/doctype_layout_field/doctype_layout_field.json +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/desk/doctype/workspace_chart/workspace_chart.json +#: frappe/desk/doctype/workspace_custom_block/workspace_custom_block.json +#: frappe/desk/doctype/workspace_link/workspace_link.json +#: frappe/desk/doctype/workspace_number_card/workspace_number_card.json +#: frappe/desk/doctype/workspace_quick_list/workspace_quick_list.json +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +#: frappe/printing/page/print_format_builder/print_format_builder.js:474 +#: frappe/public/js/form_builder/components/Field.vue:202 +#: frappe/public/js/frappe/widgets/widget_dialog.js:154 +#: frappe/public/js/frappe/widgets/widget_dialog.js:222 +#: frappe/public/js/frappe/widgets/widget_dialog.js:271 +#: frappe/public/js/frappe/widgets/widget_dialog.js:388 +#: frappe/public/js/frappe/widgets/widget_dialog.js:611 +#: frappe/public/js/frappe/widgets/widget_dialog.js:644 +#: frappe/public/js/print_format_builder/Field.vue:18 +#: frappe/templates/form_grid/fields.html:37 +#: frappe/website/doctype/top_bar_item/top_bar_item.json +#: frappe/website/doctype/web_template_field/web_template_field.json +msgid "Label" +msgstr "" + +#. Label of a HTML field in DocType 'Custom Field' +#: frappe/custom/doctype/custom_field/custom_field.json +msgid "Label Help" +msgstr "" + +#. Label of a Section Break field in DocType 'Customize Form Field' +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Label and Type" +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.py:144 +msgid "Label is mandatory" +msgstr "" + +#. Label of a Section Break field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Landing Page" +msgstr "" + +#: frappe/public/js/frappe/form/print_utils.js:30 +msgid "Landscape" +msgstr "" + +#. Name of a DocType +#. Label of a Link field in DocType 'System Settings' +#. Label of a Link field in DocType 'Translation' +#. Label of a Link field in DocType 'User' +#: frappe/core/doctype/language/language.json +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/core/doctype/translation/translation.json +#: frappe/core/doctype/user/user.json frappe/printing/page/print/print.js:104 +#: frappe/public/js/frappe/form/templates/print_layout.html:11 +msgid "Language" +msgstr "" + +#. Label of a Data field in DocType 'Language' +#: frappe/core/doctype/language/language.json +msgid "Language Code" +msgstr "" + +#. Label of a Data field in DocType 'Language' +#: frappe/core/doctype/language/language.json +msgid "Language Name" +msgstr "" + +#. Label of a Code field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Last 10 active users" +msgstr "" + +#. Label of a Datetime field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Last Active" +msgstr "" + +#. Label of a Datetime field in DocType 'Google Drive' +#: frappe/integrations/doctype/google_drive/google_drive.json +msgid "Last Backup On" +msgstr "" + +#. Label of a Datetime field in DocType 'Scheduled Job Type' +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +msgid "Last Execution" +msgstr "" + +#. Label of a Datetime field in DocType 'RQ Worker' +#: frappe/core/doctype/rq_worker/rq_worker.json +msgid "Last Heartbeat" +msgstr "" + +#. Label of a Read Only field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Last IP" +msgstr "" + +#. Label of a Text field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Last Known Versions" +msgstr "" + +#. Label of a Read Only field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Last Login" +msgstr "" + +#: frappe/email/doctype/notification/notification.js:33 +msgid "Last Modified Date" +msgstr "" + +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:242 +#: frappe/public/js/frappe/views/dashboard/dashboard_view.js:479 +msgid "Last Modified On" +msgstr "" + +#. Option for the 'Timespan' (Select) field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Last Month" +msgstr "" + +#. Label of a Data field in DocType 'Contact' +#. Label of a Data field in DocType 'User' +#: frappe/contacts/doctype/contact/contact.json +#: frappe/core/doctype/user/user.json frappe/www/complete_signup.html:19 +msgid "Last Name" +msgstr "" + +#. Label of a Date field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Last Password Reset Date" +msgstr "" + +#. Label of a Date field in DocType 'Energy Point Settings' +#: frappe/social/doctype/energy_point_settings/energy_point_settings.json +msgid "Last Point Allocation Date" +msgstr "" + +#. Option for the 'Timespan' (Select) field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Last Quarter" +msgstr "" + +#. Label of a Datetime field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Last Reset Password Key Generated On" +msgstr "" + +#. Label of a Datetime field in DocType 'Google Contacts' +#: frappe/integrations/doctype/google_contacts/google_contacts.json +msgid "Last Sync On" +msgstr "" + +#. Label of a Datetime field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Last Synced On" +msgstr "" + +#: frappe/model/meta.py:49 frappe/public/js/frappe/model/meta.js:202 +#: frappe/public/js/frappe/model/model.js:130 +msgid "Last Updated By" +msgstr "" + +#: frappe/model/meta.py:48 frappe/public/js/frappe/model/meta.js:201 +#: frappe/public/js/frappe/model/model.js:126 +msgid "Last Updated On" +msgstr "" + +#. Label of a Link field in DocType 'Assignment Rule' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +msgid "Last User" +msgstr "" + +#. Option for the 'Timespan' (Select) field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Last Week" +msgstr "" + +#. Option for the 'Timespan' (Select) field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Last Year" +msgstr "" + +#: frappe/public/js/frappe/widgets/chart_widget.js:704 +msgid "Last synced {0}" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:194 +msgid "Layout Reset" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:186 +msgid "Layout will be reset to standard layout, are you sure you want to do this?" +msgstr "" + +#: frappe/desk/page/leaderboard/leaderboard.js:15 +#: frappe/desk/page/user_profile/user_profile_sidebar.html:55 +msgid "Leaderboard" +msgstr "" + +#. Label of an action in the Onboarding Step 'Customize Print Formats' +#: frappe/custom/onboarding_step/print_format/print_format.json +msgid "Learn about Standard and Custom Print Formats" +msgstr "" + +#. Title of an Onboarding Step +#: frappe/website/onboarding_step/web_page_tour/web_page_tour.json +msgid "Learn about Web Pages" +msgstr "" + +#. Label of an action in the Onboarding Step 'Create Custom Fields' +#: frappe/custom/onboarding_step/custom_field/custom_field.json +msgid "Learn how to add Custom Fields" +msgstr "" + +#: frappe/website/web_template/section_with_features/section_with_features.html:26 +msgid "Learn more" +msgstr "" + +#. Label of an action in the Onboarding Step 'Generate Custom Reports' +#: frappe/custom/onboarding_step/report_builder/report_builder.json +msgid "Learn more about Report Builders" +msgstr "" + +#. Label of an action in the Onboarding Step 'Custom Document Types' +#: frappe/custom/onboarding_step/custom_doctype/custom_doctype.json +msgid "Learn more about creating new DocTypes" +msgstr "" + +#. Description of the 'Repeat Till' (Date) field in DocType 'Event' +#: frappe/desk/doctype/event/event.json +msgid "Leave blank to repeat always" +msgstr "" + +#: frappe/core/doctype/communication/mixins.py:207 +#: frappe/email/doctype/email_account/email_account.py:667 +msgid "Leave this conversation" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Ledger" +msgstr "" + +#. Option for the 'Position' (Select) field in DocType 'Form Tour Step' +#. Option for the 'Align' (Select) field in DocType 'Letter Head' +#. Option for the 'Text Align' (Select) field in DocType 'Web Page' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +#: frappe/printing/doctype/letter_head/letter_head.json +#: frappe/website/doctype/web_page/web_page.json +msgid "Left" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:483 +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:155 +msgctxt "alignment" +msgid "Left" +msgstr "" + +#. Option for the 'Position' (Select) field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Left Bottom" +msgstr "" + +#. Option for the 'Position' (Select) field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Left Center" +msgstr "" + +#: frappe/email/doctype/email_unsubscribe/email_unsubscribe.py:58 +msgid "Left this conversation" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Legal" +msgstr "" + +#. Label of a Int field in DocType 'DocField' +#. Label of a Int field in DocType 'Custom Field' +#. Label of a Int field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Length" +msgstr "" + +#: frappe/public/js/frappe/ui/chart.js:11 +msgid "Length of passed data array is greater than value of maximum allowed label points!" +msgstr "" + +#: frappe/database/schema.py:129 +msgid "Length of {0} should be between 1 and 1000" +msgstr "" + +#: frappe/public/js/frappe/widgets/chart_widget.js:680 +msgid "Less" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:24 +msgid "Less Than" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:26 +msgid "Less Than Or Equal To" +msgstr "" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:439 +msgid "Let us continue with the onboarding" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/blocks/onboarding.js:94 +#: frappe/public/js/frappe/widgets/onboarding_widget.js:602 +msgid "Let's Get Started" +msgstr "" + +#. Title of the Module Onboarding 'Website' +#: frappe/website/module_onboarding/website/website.json +msgid "Let's Set Up Your Website." +msgstr "" + +#: frappe/utils/password_strength.py:105 +msgid "Let's avoid repeated words and characters" +msgstr "" + +#: frappe/desk/page/setup_wizard/setup_wizard.js:452 +msgid "Let's set up your account" +msgstr "" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:268 +#: frappe/public/js/frappe/widgets/onboarding_widget.js:309 +#: frappe/public/js/frappe/widgets/onboarding_widget.js:380 +#: frappe/public/js/frappe/widgets/onboarding_widget.js:419 +msgid "Let's take you back to onboarding" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Letter" +msgstr "" + +#. Label of a Link field in DocType 'Report' +#. Name of a DocType +#: frappe/core/doctype/report/report.json +#: frappe/printing/doctype/letter_head/letter_head.json +#: frappe/printing/page/print/print.js:127 +#: frappe/public/js/frappe/form/print_utils.js:20 +#: frappe/public/js/frappe/form/templates/print_layout.html:16 +#: frappe/public/js/frappe/list/bulk_operations.js:52 +#: frappe/public/js/print_format_builder/LetterHeadEditor.vue:144 +msgid "Letter Head" +msgstr "" + +#. Label of a Select field in DocType 'Letter Head' +#: frappe/printing/doctype/letter_head/letter_head.json +msgid "Letter Head Based On" +msgstr "" + +#. Label of a Section Break field in DocType 'Letter Head' +#: frappe/printing/doctype/letter_head/letter_head.json +msgid "Letter Head Image" +msgstr "" + +#. Label of a Data field in DocType 'Letter Head' +#: frappe/printing/doctype/letter_head/letter_head.json +#: frappe/public/js/print_format_builder/LetterHeadEditor.vue:198 +msgid "Letter Head Name" +msgstr "" + +#: frappe/printing/doctype/letter_head/letter_head.js:30 +msgid "Letter Head Scripts" +msgstr "" + +#: frappe/printing/doctype/letter_head/letter_head.py:46 +msgid "Letter Head cannot be both disabled and default" +msgstr "" + +#. Description of the 'Header HTML' (HTML Editor) field in DocType 'Letter +#. Head' +#: frappe/printing/doctype/letter_head/letter_head.json +msgid "Letter Head in HTML" +msgstr "" + +#. Label of a Int field in DocType 'Custom DocPerm' +#. Label of a Int field in DocType 'DocPerm' +#. Label of a Select field in DocType 'Help Article' +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/docperm/docperm.json +#: frappe/core/page/permission_manager/permission_manager.js:213 +#: frappe/public/js/frappe/roles_editor.js:65 +#: frappe/website/doctype/help_article/help_article.json +msgid "Level" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager.js:460 +msgid "Level 0 is for document level permissions, higher levels for field level permissions." +msgstr "" + +#. Label of a Data field in DocType 'Review Level' +#: frappe/social/doctype/review_level/review_level.json +msgid "Level Name" +msgstr "" + +#: frappe/public/js/frappe/file_uploader/FileUploader.vue:94 +msgid "Library" +msgstr "" + +#. Label of a Markdown Editor field in DocType 'Package' +#: frappe/core/doctype/package/package.json +msgid "License" +msgstr "" + +#. Label of a Select field in DocType 'Package' +#: frappe/core/doctype/package/package.json +msgid "License Type" +msgstr "" + +#. Option for the 'Desk Theme' (Select) field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Light" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'DocType State' +#. Option for the 'Indicator' (Select) field in DocType 'Kanban Board Column' +#: frappe/core/doctype/doctype_state/doctype_state.json +#: frappe/desk/doctype/kanban_board_column/kanban_board_column.json +msgid "Light Blue" +msgstr "" + +#. Label of a Link field in DocType 'Website Theme' +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Light Color" +msgstr "" + +#: frappe/public/js/frappe/ui/theme_switcher.js:60 +msgid "Light Theme" +msgstr "" + +#. Option for the 'Comment Type' (Select) field in DocType 'Comment' +#. Option for the 'Comment Type' (Select) field in DocType 'Communication' +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +#: frappe/public/js/frappe/ui/filters/filter.js:18 +msgid "Like" +msgstr "" + +#. Label of a Int field in DocType 'Blog Settings' +#: frappe/website/doctype/blog_settings/blog_settings.json +msgid "Like limit" +msgstr "" + +#. Description of the 'Like limit' (Int) field in DocType 'Blog Settings' +#: frappe/website/doctype/blog_settings/blog_settings.json +msgid "Like limit per hour" +msgstr "" + +#: frappe/templates/includes/likes/likes.py:30 +msgid "Like on {0}: {1}" +msgstr "" + +#: frappe/desk/like.py:91 +msgid "Liked" +msgstr "" + +#: frappe/model/meta.py:52 frappe/public/js/frappe/model/meta.js:205 +#: frappe/public/js/frappe/model/model.js:134 +msgid "Liked By" +msgstr "" + +#. Label of a Int field in DocType 'Help Article' +#: frappe/website/doctype/help_article/help_article.json +msgid "Likes" +msgstr "" + +#. Label of a Int field in DocType 'Bulk Update' +#: frappe/desk/doctype/bulk_update/bulk_update.json +msgid "Limit" +msgstr "" + +#. Label of a Check field in DocType 'Dropbox Settings' +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.json +msgid "Limit Number of DB Backups" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Line" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Column' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Filter' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Label of a Long Text field in DocType 'Changelog Feed' +#. Label of a Small Text field in DocType 'Desktop Icon' +#. Label of a Data field in DocType 'Notification Log' +#. Option for the 'Type' (Select) field in DocType 'Workspace Link' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Template Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/report_column/report_column.json +#: frappe/core/doctype/report_filter/report_filter.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/desk/doctype/changelog_feed/changelog_feed.json +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +#: frappe/desk/doctype/notification_log/notification_log.json +#: frappe/desk/doctype/workspace_link/workspace_link.json +#: frappe/public/js/frappe/file_uploader/FileUploader.vue:128 +#: frappe/website/doctype/web_form_field/web_form_field.json +#: frappe/website/doctype/web_template_field/web_template_field.json +msgid "Link" +msgstr "" + +#. Label of a Tab Break field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "Link Cards" +msgstr "" + +#. Label of a Int field in DocType 'Workspace Link' +#: frappe/desk/doctype/workspace_link/workspace_link.json +msgid "Link Count" +msgstr "" + +#. Label of a Section Break field in DocType 'Workspace Link' +#: frappe/desk/doctype/workspace_link/workspace_link.json +msgid "Link Details" +msgstr "" + +#. Label of a Link field in DocType 'Activity Log' +#. Label of a Link field in DocType 'Communication Link' +#. Label of a Link field in DocType 'DocType Link' +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/communication_link/communication_link.json +#: frappe/core/doctype/doctype_link/doctype_link.json +msgid "Link DocType" +msgstr "" + +#. Label of a Link field in DocType 'Dynamic Link' +#: frappe/core/doctype/dynamic_link/dynamic_link.json +msgid "Link Document Type" +msgstr "" + +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:402 +#: frappe/workflow/doctype/workflow_action/workflow_action.py:198 +msgid "Link Expired" +msgstr "" + +#. Label of a Int field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Link Field Results Limit" +msgstr "" + +#. Label of a Data field in DocType 'DocType Link' +#: frappe/core/doctype/doctype_link/doctype_link.json +msgid "Link Fieldname" +msgstr "" + +#. Label of a JSON field in DocType 'DocField' +#. Label of a JSON field in DocType 'Custom Field' +#. Label of a JSON field in DocType 'Customize Form' +#. Label of a JSON field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form/customize_form.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Link Filters" +msgstr "" + +#. Label of a Dynamic Link field in DocType 'Activity Log' +#. Label of a Dynamic Link field in DocType 'Communication Link' +#. Label of a Dynamic Link field in DocType 'Dynamic Link' +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/communication_link/communication_link.json +#: frappe/core/doctype/dynamic_link/dynamic_link.json +msgid "Link Name" +msgstr "" + +#. Label of a Read Only field in DocType 'Communication Link' +#. Label of a Read Only field in DocType 'Dynamic Link' +#: frappe/core/doctype/communication_link/communication_link.json +#: frappe/core/doctype/dynamic_link/dynamic_link.json +msgid "Link Title" +msgstr "" + +#. Label of a Dynamic Link field in DocType 'Workspace Link' +#. Label of a Dynamic Link field in DocType 'Workspace Shortcut' +#: frappe/desk/doctype/workspace_link/workspace_link.json +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +#: frappe/public/js/frappe/widgets/widget_dialog.js:252 +#: frappe/public/js/frappe/widgets/widget_dialog.js:397 +msgid "Link To" +msgstr "" + +#: frappe/public/js/frappe/widgets/widget_dialog.js:325 +msgid "Link To in Row" +msgstr "" + +#. Label of a Select field in DocType 'Workspace Link' +#: frappe/desk/doctype/workspace_link/workspace_link.json +#: frappe/public/js/frappe/widgets/widget_dialog.js:244 +msgid "Link Type" +msgstr "" + +#: frappe/public/js/frappe/widgets/widget_dialog.js:321 +msgid "Link Type in Row" +msgstr "" + +#: frappe/website/doctype/about_us_settings/about_us_settings.js:6 +msgid "Link for About Us Page is \"/about\"." +msgstr "" + +#. Description of the 'Home Page' (Data) field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Link that is the website home page. Standard Links (home, login, products, blog, about, contact)" +msgstr "" + +#. Description of the 'URL' (Data) field in DocType 'Top Bar Item' +#: frappe/website/doctype/top_bar_item/top_bar_item.json +msgid "Link to the page you want to open. Leave blank if you want to make it a group parent." +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Activity Log' +#. Option for the 'Status' (Select) field in DocType 'Communication' +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/communication/communication.json +msgid "Linked" +msgstr "" + +#. Label of a Section Break field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Linked Documents" +msgstr "" + +#: frappe/public/js/frappe/form/linked_with.js:23 +msgid "Linked With" +msgstr "" + +#. Label of a Table field in DocType 'Address' +#. Label of a Table field in DocType 'Contact' +#. Label of a Table field in DocType 'DocType' +#. Label of a Table field in DocType 'Customize Form' +#. Label of a Table field in DocType 'Workspace' +#: frappe/contacts/doctype/address/address.js:39 +#: frappe/contacts/doctype/address/address.json +#: frappe/contacts/doctype/contact/contact.js:92 +#: frappe/contacts/doctype/contact/contact.json +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +#: frappe/desk/doctype/workspace/workspace.json +#: frappe/public/js/frappe/form/toolbar.js:367 +msgid "Links" +msgstr "" + +#. Option for the 'Apply To' (Select) field in DocType 'Client Script' +#. Option for the 'View' (Select) field in DocType 'Form Tour' +#. Option for the 'Select List View' (Select) field in DocType 'Form Tour' +#. Option for the 'DocType View' (Select) field in DocType 'Workspace Shortcut' +#: frappe/custom/doctype/client_script/client_script.json +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +msgid "List" +msgstr "" + +#. Label of a Section Break field in DocType 'DocField' +#: frappe/core/doctype/docfield/docfield.json +msgid "List / Search Settings" +msgstr "" + +#. Label of a Table field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "List Columns" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/list_filter/list_filter.json +msgid "List Filter" +msgstr "" + +#. Label of a Section Break field in DocType 'User' +#. Label of a Section Break field in DocType 'Customize Form' +#. Label of a Section Break field in DocType 'Web Form' +#: frappe/core/doctype/user/user.json +#: frappe/custom/doctype/customize_form/customize_form.json +#: frappe/website/doctype/web_form/web_form.json +msgid "List Settings" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1745 +msgctxt "Button in list view menu" +msgid "List Settings" +msgstr "" + +#: frappe/public/js/frappe/list/base_list.js:202 +msgid "List View" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/list_view_settings/list_view_settings.json +msgid "List View Settings" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:161 +msgid "List a document type" +msgstr "" + +#. Description of the 'Breadcrumbs' (Code) field in DocType 'Web Form' +#. Description of the 'Breadcrumbs' (Code) field in DocType 'Web Page' +#: frappe/website/doctype/web_form/web_form.json +#: frappe/website/doctype/web_page/web_page.json +msgid "List as [{\"label\": _(\"Jobs\"), \"route\":\"jobs\"}]" +msgstr "" + +#. Description of a DocType +#: frappe/core/doctype/patch_log/patch_log.json +msgid "List of patches executed" +msgstr "" + +#. Label of a HTML field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "List setting message" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:542 +msgid "Lists" +msgstr "" + +#. Option for the 'Rule' (Select) field in DocType 'Assignment Rule' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +msgid "Load Balancing" +msgstr "" + +#: frappe/public/js/frappe/list/base_list.js:385 +#: frappe/website/doctype/blog_post/templates/blog_post_list.html:50 +msgid "Load More" +msgstr "" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:216 +msgctxt "Form timeline" +msgid "Load More Communications" +msgstr "" + +#: frappe/public/js/frappe/file_uploader/TreeNode.vue:45 +msgid "Load more" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager.js:165 +#: frappe/public/js/frappe/form/controls/multicheck.js:13 +#: frappe/public/js/frappe/form/linked_with.js:13 +#: frappe/public/js/frappe/list/base_list.js:484 +#: frappe/public/js/frappe/list/list_view.js:334 +#: frappe/public/js/frappe/ui/listing.html:16 +#: frappe/public/js/frappe/views/reports/query_report.js:1016 +msgid "Loading" +msgstr "" + +#: frappe/public/js/frappe/widgets/widget_dialog.js:74 +msgid "Loading Filters..." +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:262 +msgid "Loading import file..." +msgstr "" + +#: frappe/desk/page/user_profile/user_profile_controller.js:20 +msgid "Loading user profile" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/about.js:8 +msgid "Loading versions..." +msgstr "" + +#: frappe/public/js/frappe/file_uploader/TreeNode.vue:45 +#: frappe/public/js/frappe/form/sidebar/share.js:51 +#: frappe/public/js/frappe/list/list_sidebar.js:218 +#: frappe/public/js/frappe/list/list_sidebar_group_by.js:125 +#: frappe/public/js/frappe/views/kanban/kanban_board.html:11 +#: frappe/public/js/frappe/widgets/chart_widget.js:50 +#: frappe/public/js/frappe/widgets/number_card_widget.js:174 +#: frappe/public/js/frappe/widgets/quick_list_widget.js:128 +msgid "Loading..." +msgstr "" + +#. Label of a Data field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Location" +msgstr "" + +#. Label of a Code field in DocType 'Package Import' +#: frappe/core/doctype/package_import/package_import.json +msgid "Log" +msgstr "" + +#. Label of a Section Break field in DocType 'Access Log' +#: frappe/core/doctype/access_log/access_log.json +msgid "Log Data" +msgstr "" + +#. Label of a Link field in DocType 'Logs To Clear' +#: frappe/core/doctype/logs_to_clear/logs_to_clear.json +msgid "Log DocType" +msgstr "" + +#: frappe/templates/emails/login_with_email_link.html:27 +msgid "Log In To {0}" +msgstr "" + +#. Label of a Int field in DocType 'Data Import Log' +#: frappe/core/doctype/data_import_log/data_import_log.json +msgid "Log Index" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/log_setting_user/log_setting_user.json +msgid "Log Setting User" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/log_settings/log_settings.json +#: frappe/public/js/frappe/logtypes.js:20 +msgid "Log Settings" +msgstr "" + +#: frappe/www/app.py:23 +msgid "Log in to access this page." +msgstr "" + +#. Label of a standard navbar item +#. Type: Action +#: frappe/hooks.py +#: frappe/website/doctype/website_settings/website_settings.py:182 +msgid "Log out" +msgstr "" + +#: frappe/handler.py:123 +msgid "Logged Out" +msgstr "" + +#. Option for the 'Operation' (Select) field in DocType 'Activity Log' +#. Label of a Tab Break field in DocType 'System Settings' +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/public/js/frappe/web_form/webform_script.js:16 +#: frappe/templates/discussions/discussions_section.html:60 +#: frappe/templates/discussions/reply_section.html:44 +#: frappe/templates/includes/navbar/dropdown_login.html:15 +#: frappe/templates/includes/navbar/navbar_login.html:25 +#: frappe/website/page_renderers/not_permitted_page.py:22 +#: frappe/www/login.html:42 +msgid "Login" +msgstr "" + +#. Label of a Int field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Login After" +msgstr "" + +#. Label of a Int field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Login Before" +msgstr "" + +#: frappe/public/js/frappe/desk.js:241 +msgid "Login Failed please try again" +msgstr "" + +#: frappe/email/doctype/email_account/email_account.py:140 +msgid "Login Id is required" +msgstr "" + +#. Label of a Section Break field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Login Methods" +msgstr "" + +#. Label of a Section Break field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Login Page" +msgstr "" + +#: frappe/www/login.py:142 +msgid "Login To {0}" +msgstr "" + +#: frappe/twofactor.py:261 +msgid "Login Verification Code from {}" +msgstr "" + +#: frappe/templates/emails/new_message.html:4 +msgid "Login and view in Browser" +msgstr "" + +#: frappe/website/doctype/web_form/web_form.js:367 +msgid "Login is required to see web form list view. Enable {0} to see list settings" +msgstr "" + +#: frappe/templates/includes/login/login.js:70 +msgid "Login link sent to your email" +msgstr "" + +#: frappe/auth.py:327 frappe/auth.py:330 +msgid "Login not allowed at this time" +msgstr "" + +#. Label of a Check field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Login required" +msgstr "" + +#: frappe/twofactor.py:165 +msgid "Login session expired, refresh page to retry" +msgstr "" + +#: frappe/templates/includes/comments/comments.html:110 +msgid "Login to comment" +msgstr "" + +#: frappe/templates/includes/comments/comments.html:6 +msgid "Login to start a new discussion" +msgstr "" + +#: frappe/www/login.html:61 +msgid "Login to {0}" +msgstr "" + +#: frappe/templates/includes/login/login.js:327 +msgid "Login token required" +msgstr "" + +#: frappe/www/login.html:106 frappe/www/login.html:190 +msgid "Login with Email Link" +msgstr "" + +#: frappe/www/login.html:46 +msgid "Login with LDAP" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Login with email link" +msgstr "" + +#. Label of a Int field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Login with email link expiry (in minutes)" +msgstr "" + +#: frappe/auth.py:131 +msgid "Login with username and password is not allowed." +msgstr "" + +#: frappe/www/login.html:97 +msgid "Login with {0}" +msgstr "" + +#. Option for the 'Operation' (Select) field in DocType 'Activity Log' +#: frappe/core/doctype/activity_log/activity_log.json frappe/www/apps.html:59 +msgid "Logout" +msgstr "" + +#: frappe/core/doctype/user/user.js:195 +msgid "Logout All Sessions" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Logout All Sessions on Password Reset" +msgstr "" + +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Logout From All Devices After Changing Password" +msgstr "" + +#. Group in User's connections +#. Label of a Card Break in the Users Workspace +#: frappe/core/doctype/user/user.json frappe/core/workspace/users/users.json +msgid "Logs" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/logs_to_clear/logs_to_clear.json +msgid "Logs To Clear" +msgstr "" + +#. Label of a Table field in DocType 'Log Settings' +#: frappe/core/doctype/log_settings/log_settings.json +msgid "Logs to Clear" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Long Text" +msgstr "" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:322 +msgid "Looks like you didn't change the value" +msgstr "" + +#: frappe/www/third_party_apps.html:57 +msgid "Looks like you haven’t added any third party apps." +msgstr "" + +#: frappe/public/js/frappe/ui/notifications/notifications.js:315 +msgid "Looks like you haven’t received any notifications." +msgstr "" + +#: frappe/core/doctype/server_script/server_script_list.js:18 +msgid "Loving Frappe Framework?" +msgstr "" + +#. Option for the 'Priority' (Select) field in DocType 'ToDo' +#: frappe/desk/doctype/todo/todo.json +#: frappe/public/js/frappe/form/sidebar/assign_to.js:216 +msgid "Low" +msgstr "" + +#: frappe/public/js/frappe/utils/number_systems.js:13 +msgctxt "Number system" +msgid "M" +msgstr "" + +#. Option for the 'License Type' (Select) field in DocType 'Package' +#: frappe/core/doctype/package/package.json +msgid "MIT License" +msgstr "" + +#: frappe/desk/page/setup_wizard/install_fixtures.py:49 +msgid "Madam" +msgstr "" + +#. Label of a Text Editor field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "Main Section" +msgstr "" + +#. Label of a HTML Editor field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "Main Section (HTML)" +msgstr "" + +#. Label of a Markdown Editor field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "Main Section (Markdown)" +msgstr "" + +#. Name of a role +#: frappe/contacts/doctype/contact/contact.json +msgid "Maintenance Manager" +msgstr "" + +#. Name of a role +#: frappe/contacts/doctype/address/address.json +#: frappe/contacts/doctype/contact/contact.json +msgid "Maintenance User" +msgstr "" + +#. Label of a Int field in DocType 'Package Release' +#: frappe/core/doctype/package_release/package_release.json +msgid "Major" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Make \"name\" searchable in Global Search" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#: frappe/core/doctype/docfield/docfield.json +msgid "Make Attachment Public (by default)" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#. Label of a Check field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Make Attachments Public by Default" +msgstr "" + +#. Description of the 'Disable Username/Password Login' (Check) field in +#. DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Make sure to configure a Social Login Key before disabling to prevent lockout" +msgstr "" + +#: frappe/utils/password_strength.py:86 +msgid "Make use of longer keyboard patterns" +msgstr "" + +#: frappe/public/js/frappe/form/multi_select_dialog.js:88 +msgid "Make {0}" +msgstr "" + +#: frappe/website/doctype/web_page/web_page.js:77 +msgid "Makes the page public" +msgstr "" + +#: frappe/desk/page/setup_wizard/install_fixtures.py:29 +msgid "Male" +msgstr "" + +#. Label of a standard navbar item +#. Type: Route +#: frappe/hooks.py +msgid "Manage Billing" +msgstr "" + +#: frappe/www/me.html:50 +msgid "Manage third party apps" +msgstr "" + +#: frappe/www/me.html:59 +msgid "Manage your apps" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Report Filter' +#. Label of a Check field in DocType 'Customize Form Field' +#. Label of a Check field in DocType 'Web Form Field' +#. Label of a Check field in DocType 'Web Template Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/report_filter/report_filter.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/web_form_field/web_form_field.json +#: frappe/website/doctype/web_template_field/web_template_field.json +msgid "Mandatory" +msgstr "" + +#. Label of a Code field in DocType 'Custom Field' +#. Label of a Code field in DocType 'Customize Form Field' +#. Label of a Code field in DocType 'Web Form Field' +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Mandatory Depends On" +msgstr "" + +#. Label of a Code field in DocType 'DocField' +#: frappe/core/doctype/docfield/docfield.json +msgid "Mandatory Depends On (JS)" +msgstr "" + +#: frappe/website/doctype/web_form/web_form.py:411 +msgid "Mandatory Information missing:" +msgstr "" + +#: frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js:120 +msgid "Mandatory field: set role for" +msgstr "" + +#: frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js:124 +msgid "Mandatory field: {0}" +msgstr "" + +#: frappe/public/js/frappe/form/save.js:167 +msgid "Mandatory fields required in table {0}, Row {1}" +msgstr "" + +#: frappe/public/js/frappe/form/save.js:172 +msgid "Mandatory fields required in {0}" +msgstr "" + +#: frappe/public/js/frappe/web_form/web_form.js:234 +msgctxt "Error message in web form" +msgid "Mandatory fields required:" +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:142 +msgid "Mandatory:" +msgstr "" + +#. Option for the 'Select List View' (Select) field in DocType 'Form Tour' +#: frappe/desk/doctype/form_tour/form_tour.json +msgid "Map" +msgstr "" + +#: frappe/public/js/frappe/data_import/import_preview.js:190 +#: frappe/public/js/frappe/data_import/import_preview.js:302 +msgid "Map Columns" +msgstr "" + +#: frappe/public/js/frappe/list/base_list.js:211 +msgid "Map View" +msgstr "" + +#: frappe/public/js/frappe/data_import/import_preview.js:290 +msgid "Map columns from {0} to fields in {1}" +msgstr "" + +#. Description of the 'Dynamic Route' (Check) field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "Map route parameters into form variables. Example /project/<name>" +msgstr "" + +#: frappe/core/doctype/data_import/importer.py:886 +msgid "Mapping column {0} to field {1}" +msgstr "" + +#. Label of a Float field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "Margin Bottom" +msgstr "" + +#. Label of a Float field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "Margin Left" +msgstr "" + +#. Label of a Float field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "Margin Right" +msgstr "" + +#. Label of a Float field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "Margin Top" +msgstr "" + +#. Label of a Section Break field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "MariaDB Variables" +msgstr "" + +#: frappe/public/js/frappe/ui/notifications/notifications.js:45 +msgid "Mark all as read" +msgstr "" + +#: frappe/core/doctype/communication/communication.js:78 +#: frappe/core/doctype/communication/communication_list.js:19 +msgid "Mark as Read" +msgstr "" + +#: frappe/core/doctype/communication/communication.js:95 +msgid "Mark as Spam" +msgstr "" + +#: frappe/core/doctype/communication/communication.js:78 +#: frappe/core/doctype/communication/communication_list.js:22 +msgid "Mark as Unread" +msgstr "" + +#. Option for the 'Content Type' (Select) field in DocType 'Newsletter' +#. Option for the 'Message Type' (Select) field in DocType 'Notification' +#. Option for the 'Content Type' (Select) field in DocType 'Blog Post' +#. Option for the 'Content Type' (Select) field in DocType 'Web Page' +#: frappe/email/doctype/newsletter/newsletter.json +#: frappe/email/doctype/notification/notification.json +#: frappe/website/doctype/blog_post/blog_post.json +#: frappe/website/doctype/web_page/web_page.js:92 +#: frappe/website/doctype/web_page/web_page.json +msgid "Markdown" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Template Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/web_template_field/web_template_field.json +msgid "Markdown Editor" +msgstr "" + +#. Option for the 'Delivery Status' (Select) field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Marked As Spam" +msgstr "" + +#. Name of a DocType +#: frappe/website/doctype/marketing_campaign/marketing_campaign.json +msgid "Marketing Campaign" +msgstr "" + +#: frappe/desk/page/setup_wizard/install_fixtures.py:51 +msgid "Master" +msgstr "" + +#. Description of the 'Limit' (Int) field in DocType 'Bulk Update' +#: frappe/desk/doctype/bulk_update/bulk_update.json +msgid "Max 500 records at a time" +msgstr "" + +#. Label of a Int field in DocType 'DocType' +#. Label of a Int field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Max Attachments" +msgstr "" + +#. Label of a Int field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Max File Size (MB)" +msgstr "" + +#. Label of a Data field in DocType 'DocField' +#: frappe/core/doctype/docfield/docfield.json +msgid "Max Height" +msgstr "" + +#. Label of a Int field in DocType 'Web Form Field' +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Max Length" +msgstr "" + +#. Label of a Int field in DocType 'Web Form Field' +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Max Value" +msgstr "" + +#. Label of a Int field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Max attachment size" +msgstr "" + +#. Label of a Int field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Max auto email report per user" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1304 +msgid "Max width for type Currency is 100px in row {0}" +msgstr "" + +#. Option for the 'Function' (Select) field in DocType 'Number Card' +#: frappe/desk/doctype/number_card/number_card.json +msgid "Maximum" +msgstr "" + +#: frappe/core/doctype/file/file.py:316 +msgid "Maximum Attachment Limit of {0} has been reached for {1} {2}." +msgstr "" + +#. Label of a Select field in DocType 'List View Settings' +#: frappe/desk/doctype/list_view_settings/list_view_settings.json +msgid "Maximum Number of Fields" +msgstr "" + +#. Label of a Int field in DocType 'Energy Point Rule' +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +msgid "Maximum Points" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/attachments.js:38 +msgid "Maximum attachment limit of {0} has been reached." +msgstr "" + +#. Description of the 'Maximum Points' (Int) field in DocType 'Energy Point +#. Rule' +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +msgid "Maximum points allowed after multiplying points with the multiplier value\n" +"(Note: For no limit leave this field empty or set 0)" +msgstr "" + +#: frappe/model/rename_doc.py:685 +msgid "Maximum {0} rows allowed" +msgstr "" + +#: frappe/public/js/frappe/list/list_sidebar_group_by.js:221 +msgid "Me" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:14 +msgid "Meaning of Submit, Cancel, Amend" +msgstr "" + +#. Option for the 'Priority' (Select) field in DocType 'ToDo' +#. Label of a Data field in DocType 'Web Page View' +#: frappe/desk/doctype/todo/todo.json +#: frappe/public/js/frappe/form/sidebar/assign_to.js:220 +#: frappe/public/js/frappe/utils/utils.js:1741 +#: frappe/website/doctype/web_page_view/web_page_view.json +#: frappe/website/report/website_analytics/website_analytics.js:40 +msgid "Medium" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Communication' +#. Option for the 'Event Category' (Select) field in DocType 'Event' +#: frappe/core/doctype/communication/communication.json +#: frappe/desk/doctype/event/event.json +msgid "Meeting" +msgstr "" + +#. Label of a Data field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "Meets Condition?" +msgstr "" + +#. Group in Email Group's connections +#: frappe/email/doctype/email_group/email_group.json +msgid "Members" +msgstr "" + +#. Label of a Data field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Memory Usage" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Notification Log' +#: frappe/desk/doctype/notification_log/notification_log.json +msgid "Mention" +msgstr "" + +#. Label of a Check field in DocType 'Notification Settings' +#: frappe/desk/doctype/notification_settings/notification_settings.json +msgid "Mentions" +msgstr "" + +#: frappe/public/js/frappe/ui/page.html:40 +#: frappe/public/js/frappe/ui/page.js:155 +msgid "Menu" +msgstr "" + +#: frappe/public/js/frappe/form/toolbar.js:223 +#: frappe/public/js/frappe/model/model.js:734 +msgid "Merge with existing" +msgstr "" + +#: frappe/utils/nestedset.py:311 +msgid "Merging is only possible between Group-to-Group or Leaf Node-to-Leaf Node" +msgstr "" + +#. Label of a Text field in DocType 'Auto Repeat' +#. Label of a Text Editor field in DocType 'Activity Log' +#. Label of a Text Editor field in DocType 'Communication' +#. Label of a Data field in DocType 'Success Action' +#. Label of a Text Editor field in DocType 'Notification Log' +#. Label of a Section Break field in DocType 'Auto Email Report' +#. Label of a Text Editor field in DocType 'Auto Email Report' +#. Label of a Code field in DocType 'Email Queue' +#. Label of a Text Editor field in DocType 'Newsletter' +#. Label of a Section Break field in DocType 'Notification' +#. Label of a Code field in DocType 'Notification' +#. Label of a Text field in DocType 'Workflow Document State' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/data_import/data_import.js:488 +#: frappe/core/doctype/success_action/success_action.json +#: frappe/desk/doctype/notification_log/notification_log.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +#: frappe/email/doctype/email_queue/email_queue.json +#: frappe/email/doctype/newsletter/newsletter.json +#: frappe/email/doctype/notification/notification.json +#: frappe/public/js/frappe/ui/messages.js:175 +#: frappe/public/js/frappe/views/communication.js:114 +#: frappe/workflow/doctype/workflow_document_state/workflow_document_state.json +#: frappe/www/message.html:3 frappe/www/message.html:25 +msgid "Message" +msgstr "" + +#: frappe/__init__.py:539 frappe/public/js/frappe/ui/messages.js:267 +msgctxt "Default title of the message dialog" +msgid "Message" +msgstr "" + +#. Label of a HTML Editor field in DocType 'Newsletter' +#: frappe/email/doctype/newsletter/newsletter.json +msgid "Message (HTML)" +msgstr "" + +#. Label of a Markdown Editor field in DocType 'Newsletter' +#: frappe/email/doctype/newsletter/newsletter.json +msgid "Message (Markdown)" +msgstr "" + +#. Label of a HTML field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Message Examples" +msgstr "" + +#. Label of a Small Text field in DocType 'Communication' +#. Label of a Small Text field in DocType 'Email Queue' +#: frappe/core/doctype/communication/communication.json +#: frappe/email/doctype/email_queue/email_queue.json +msgid "Message ID" +msgstr "" + +#. Label of a Data field in DocType 'SMS Settings' +#: frappe/core/doctype/sms_settings/sms_settings.json +msgid "Message Parameter" +msgstr "" + +#: frappe/templates/includes/contact.js:36 +msgid "Message Sent" +msgstr "" + +#. Label of a Select field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Message Type" +msgstr "" + +#: frappe/public/js/frappe/views/communication.js:941 +msgid "Message clipped" +msgstr "" + +#: frappe/email/doctype/email_account/email_account.py:316 +msgid "Message from server: {0}" +msgstr "" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.js:102 +msgid "Message not setup" +msgstr "" + +#. Description of the 'Success message' (Text) field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Message to be displayed on successful completion" +msgstr "" + +#. Label of a Code field in DocType 'Unhandled Email' +#: frappe/email/doctype/unhandled_email/unhandled_email.json +msgid "Message-id" +msgstr "" + +#. Label of a Code field in DocType 'Data Import Log' +#: frappe/core/doctype/data_import_log/data_import_log.json +msgid "Messages" +msgstr "" + +#. Label of a Section Break field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Meta" +msgstr "" + +#. Label of a Small Text field in DocType 'Blog Post' +#: frappe/website/doctype/blog_post/blog_post.json +#: frappe/website/doctype/web_page/web_page.js:124 +msgid "Meta Description" +msgstr "" + +#. Label of a Attach Image field in DocType 'Blog Post' +#: frappe/website/doctype/blog_post/blog_post.json +#: frappe/website/doctype/web_page/web_page.js:131 +msgid "Meta Image" +msgstr "" + +#. Label of a Section Break field in DocType 'Blog Post' +#. Label of a Section Break field in DocType 'Web Page' +#. Label of a Table field in DocType 'Website Route Meta' +#: frappe/website/doctype/blog_post/blog_post.json +#: frappe/website/doctype/web_page/web_page.json +#: frappe/website/doctype/website_route_meta/website_route_meta.json +msgid "Meta Tags" +msgstr "" + +#. Label of a Data field in DocType 'Blog Post' +#: frappe/website/doctype/blog_post/blog_post.json +#: frappe/website/doctype/web_page/web_page.js:117 +msgid "Meta Title" +msgstr "" + +#. Label of a Small Text field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Meta description" +msgstr "" + +#. Label of a Attach Image field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Meta image" +msgstr "" + +#. Label of a Data field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Meta title" +msgstr "" + +#: frappe/website/doctype/web_page/web_page.js:110 +msgid "Meta title for SEO" +msgstr "" + +#. Label of a Data field in DocType 'Access Log' +#. Label of a Select field in DocType 'Recorder' +#. Label of a Data field in DocType 'Scheduled Job Type' +#. Label of a Data field in DocType 'Number Card' +#. Label of a Select field in DocType 'Email Account' +#. Option for the 'Send Alert On' (Select) field in DocType 'Notification' +#: frappe/core/doctype/access_log/access_log.json +#: frappe/core/doctype/recorder/recorder.json +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/notification/notification.json +msgid "Method" +msgstr "" + +#: frappe/__init__.py:857 +msgid "Method Not Allowed" +msgstr "" + +#: frappe/desk/doctype/number_card/number_card.py:70 +msgid "Method is required to create a number card" +msgstr "" + +#. Option for the 'Position' (Select) field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Mid Center" +msgstr "" + +#. Label of a Data field in DocType 'Contact' +#. Label of a Data field in DocType 'User' +#: frappe/contacts/doctype/contact/contact.json +#: frappe/core/doctype/user/user.json +msgid "Middle Name" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Tools Workspace +#: frappe/automation/doctype/milestone/milestone.json +#: frappe/automation/workspace/tools/tools.json +msgid "Milestone" +msgstr "" + +#. Label of a Link field in DocType 'Milestone' +#. Name of a DocType +#: frappe/automation/doctype/milestone/milestone.json +#: frappe/automation/doctype/milestone_tracker/milestone_tracker.json +msgid "Milestone Tracker" +msgstr "" + +#. Option for the 'Function' (Select) field in DocType 'Number Card' +#: frappe/desk/doctype/number_card/number_card.json +msgid "Minimum" +msgstr "" + +#. Label of a Select field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Minimum Password Score" +msgstr "" + +#. Label of a Int field in DocType 'Package Release' +#: frappe/core/doctype/package_release/package_release.json +msgid "Minor" +msgstr "" + +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:103 +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:108 +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:117 +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:125 +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:333 +msgid "Misconfigured" +msgstr "" + +#: frappe/desk/page/setup_wizard/install_fixtures.py:50 +msgid "Miss" +msgstr "" + +#: frappe/desk/form/meta.py:213 +msgid "Missing DocType" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1488 +msgid "Missing Field" +msgstr "" + +#: frappe/public/js/frappe/form/save.js:178 +msgid "Missing Fields" +msgstr "" + +#: frappe/email/doctype/auto_email_report/auto_email_report.py:129 +msgid "Missing Filters Required" +msgstr "" + +#: frappe/desk/form/assign_to.py:109 +msgid "Missing Permission" +msgstr "" + +#: frappe/www/update-password.html:107 frappe/www/update-password.html:114 +msgid "Missing Value" +msgstr "" + +#: frappe/public/js/frappe/ui/field_group.js:118 +#: frappe/public/js/frappe/widgets/widget_dialog.js:336 +#: frappe/public/js/workflow_builder/store.js:97 +#: frappe/workflow/doctype/workflow/workflow.js:71 +msgid "Missing Values Required" +msgstr "" + +#: frappe/www/login.py:102 +msgid "Mobile" +msgstr "" + +#. Label of a Data field in DocType 'Contact' +#. Label of a Data field in DocType 'User' +#: frappe/contacts/doctype/contact/contact.json +#: frappe/core/doctype/user/user.json frappe/tests/test_translate.py:86 +#: frappe/tests/test_translate.py:89 frappe/tests/test_translate.py:91 +#: frappe/tests/test_translate.py:94 +msgid "Mobile No" +msgstr "" + +#. Label of a Check field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Modal Trigger" +msgstr "" + +#. Label of a Card Break in the Build Workspace +#: frappe/core/workspace/build/build.json +msgid "Models" +msgstr "" + +#: frappe/core/report/transaction_log_report/transaction_log_report.py:106 +#: frappe/social/doctype/energy_point_rule/energy_point_rule.js:43 +msgid "Modified By" +msgstr "" + +#. Label of a Data field in DocType 'Block Module' +#. Label of a Link field in DocType 'DocType' +#. Label of a Link field in DocType 'Page' +#. Label of a Link field in DocType 'Report' +#. Label of a Link field in DocType 'User Type Module' +#. Label of a Link field in DocType 'Dashboard' +#. Label of a Link field in DocType 'Dashboard Chart' +#. Label of a Link field in DocType 'Dashboard Chart Source' +#. Label of a Link field in DocType 'Form Tour' +#. Label of a Link field in DocType 'Module Onboarding' +#. Label of a Link field in DocType 'Number Card' +#. Label of a Link field in DocType 'Workspace' +#. Label of a Link field in DocType 'Notification' +#. Label of a Link field in DocType 'Print Format' +#. Label of a Link field in DocType 'Print Format Field Template' +#. Label of a Link field in DocType 'Web Form' +#. Label of a Link field in DocType 'Web Template' +#. Label of a Link field in DocType 'Website Theme' +#: frappe/core/doctype/block_module/block_module.json +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/doctype/doctype_list.js:17 +#: frappe/core/doctype/page/page.json frappe/core/doctype/report/report.json +#: frappe/core/doctype/user_type_module/user_type_module.json +#: frappe/desk/doctype/dashboard/dashboard.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/dashboard_chart_source/dashboard_chart_source.json +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/desk/doctype/module_onboarding/module_onboarding.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/desk/doctype/workspace/workspace.json +#: frappe/email/doctype/notification/notification.json +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/printing/doctype/print_format_field_template/print_format_field_template.json +#: frappe/website/doctype/web_form/web_form.json +#: frappe/website/doctype/web_template/web_template.json +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Module" +msgstr "" + +#. Label of a Link field in DocType 'Server Script' +#. Label of a Link field in DocType 'Client Script' +#. Label of a Link field in DocType 'Custom Field' +#. Label of a Link field in DocType 'Property Setter' +#. Label of a Link field in DocType 'Web Page' +#: frappe/core/doctype/server_script/server_script.json +#: frappe/custom/doctype/client_script/client_script.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/property_setter/property_setter.json +#: frappe/website/doctype/web_page/web_page.json +msgid "Module (for export)" +msgstr "" + +#. Name of a DocType +#. Linked DocType in Package's connections +#. Label of a Link in the Build Workspace +#: frappe/core/doctype/module_def/module_def.json +#: frappe/core/doctype/package/package.json +#: frappe/core/workspace/build/build.json +msgid "Module Def" +msgstr "" + +#. Label of a HTML field in DocType 'Module Profile' +#: frappe/core/doctype/module_profile/module_profile.json +msgid "Module HTML" +msgstr "" + +#. Label of a Data field in DocType 'Module Def' +#. Label of a Data field in DocType 'Desktop Icon' +#: frappe/core/doctype/module_def/module_def.json +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +msgid "Module Name" +msgstr "" + +#. Label of a Link in the Build Workspace +#. Name of a DocType +#: frappe/core/workspace/build/build.json +#: frappe/desk/doctype/module_onboarding/module_onboarding.json +msgid "Module Onboarding" +msgstr "" + +#. Name of a DocType +#. Label of a Link field in DocType 'User' +#. Label of a Link in the Users Workspace +#: frappe/core/doctype/module_profile/module_profile.json +#: frappe/core/doctype/user/user.json frappe/core/workspace/users/users.json +msgid "Module Profile" +msgstr "" + +#. Label of a Data field in DocType 'Module Profile' +#: frappe/core/doctype/module_profile/module_profile.json +msgid "Module Profile Name" +msgstr "" + +#: frappe/desk/doctype/module_onboarding/module_onboarding.py:69 +msgid "Module onboarding progress reset" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:250 +msgid "Module to Export" +msgstr "" + +#: frappe/modules/utils.py:273 +msgid "Module {} not found" +msgstr "" + +#. Group in Package's connections +#. Label of a Card Break in the Build Workspace +#: frappe/core/doctype/package/package.json +#: frappe/core/workspace/build/build.json +msgid "Modules" +msgstr "" + +#. Label of a HTML field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Modules HTML" +msgstr "" + +#. Option for the 'Day' (Select) field in DocType 'Assignment Rule Day' +#. Option for the 'Day' (Select) field in DocType 'Auto Repeat Day' +#. Option for the 'First Day of the Week' (Select) field in DocType 'System +#. Settings' +#. Label of a Check field in DocType 'Event' +#. Option for the 'Day of Week' (Select) field in DocType 'Auto Email Report' +#: frappe/automation/doctype/assignment_rule_day/assignment_rule_day.json +#: frappe/automation/doctype/auto_repeat_day/auto_repeat_day.json +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/desk/doctype/event/event.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Monday" +msgstr "" + +#. Description of a Card Break in the Build Workspace +#: frappe/core/workspace/build/build.json +msgid "Monitor logs for errors, background jobs, communications, and user activity" +msgstr "" + +#. Option for the 'Font' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Monospace" +msgstr "" + +#: frappe/public/js/frappe/views/calendar/calendar.js:269 +msgid "Month" +msgstr "" + +#. Option for the 'Frequency' (Select) field in DocType 'Auto Repeat' +#. Option for the 'Frequency' (Select) field in DocType 'Scheduled Job Type' +#. Option for the 'Event Frequency' (Select) field in DocType 'Server Script' +#. Option for the 'Time Interval' (Select) field in DocType 'Dashboard Chart' +#. Option for the 'Repeat On' (Select) field in DocType 'Event' +#. Option for the 'Stats Time Interval' (Select) field in DocType 'Number Card' +#. Option for the 'Period' (Select) field in DocType 'Auto Email Report' +#. Option for the 'Frequency' (Select) field in DocType 'Auto Email Report' +#. Option for the 'Backup Frequency' (Select) field in DocType 'S3 Backup +#. Settings' +#. Option for the 'Point Allocation Periodicity' (Select) field in DocType +#. 'Energy Point Settings' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +#: frappe/core/doctype/server_script/server_script.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/event/event.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +#: frappe/public/js/frappe/utils/common.js:400 +#: frappe/social/doctype/energy_point_settings/energy_point_settings.json +#: frappe/website/report/website_analytics/website_analytics.js:25 +msgid "Monthly" +msgstr "" + +#. Option for the 'Frequency' (Select) field in DocType 'Scheduled Job Type' +#. Option for the 'Event Frequency' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +#: frappe/core/doctype/server_script/server_script.json +msgid "Monthly Long" +msgstr "" + +#: frappe/desk/page/user_profile/user_profile_controller.js:402 +msgid "Monthly Rank" +msgstr "" + +#: frappe/public/js/frappe/form/link_selector.js:39 +#: frappe/public/js/frappe/form/multi_select_dialog.js:45 +#: frappe/public/js/frappe/form/multi_select_dialog.js:72 +#: frappe/public/js/frappe/ui/toolbar/search.js:285 +#: frappe/public/js/frappe/ui/toolbar/search.js:300 +#: frappe/public/js/frappe/widgets/chart_widget.js:680 +#: frappe/templates/includes/list/list.html:23 +#: frappe/templates/includes/search_template.html:13 +msgid "More" +msgstr "" + +#. Label of a Section Break field in DocType 'Contact' +#. Label of a Section Break field in DocType 'Activity Log' +#. Label of a Section Break field in DocType 'Communication' +#. Label of a Tab Break field in DocType 'User' +#: frappe/contacts/doctype/contact/contact.json +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/user/user.json +msgid "More Information" +msgstr "" + +#: frappe/website/doctype/help_article/templates/help_article.html:19 +#: frappe/website/doctype/help_article/templates/help_article.html:33 +msgid "More articles on {0}" +msgstr "" + +#. Description of the 'Footer' (Text Editor) field in DocType 'About Us +#. Settings' +#: frappe/website/doctype/about_us_settings/about_us_settings.json +msgid "More content for the bottom of the page." +msgstr "" + +#: frappe/public/js/frappe/ui/sort_selector.js:191 +msgid "Most Used" +msgstr "" + +#: frappe/utils/password.py:65 +msgid "Most probably your password is too long." +msgstr "" + +#: frappe/core/doctype/communication/communication.js:86 +#: frappe/core/doctype/communication/communication.js:194 +#: frappe/core/doctype/communication/communication.js:212 +#: frappe/public/js/frappe/form/grid_row_form.js:42 +msgid "Move" +msgstr "" + +#: frappe/public/js/frappe/form/grid_row.js:189 +msgid "Move To" +msgstr "" + +#: frappe/core/doctype/communication/communication.js:104 +msgid "Move To Trash" +msgstr "" + +#: frappe/public/js/form_builder/components/Section.vue:295 +msgid "Move current and all subsequent sections to a new tab" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:176 +msgid "Move cursor to above row" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:180 +msgid "Move cursor to below row" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:184 +msgid "Move cursor to next column" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:188 +msgid "Move cursor to previous column" +msgstr "" + +#: frappe/public/js/form_builder/components/Section.vue:294 +msgid "Move sections to new tab" +msgstr "" + +#: frappe/public/js/form_builder/components/Field.vue:231 +msgid "Move the current field and the following fields to a new column" +msgstr "" + +#: frappe/public/js/frappe/form/grid_row.js:164 +msgid "Move to Row Number" +msgstr "" + +#. Description of the 'Next on Click' (Check) field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Move to next step when clicked inside highlighted area." +msgstr "" + +#. Description of the 'Parent Element Selector' (Data) field in DocType 'Form +#. Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Mozilla doesn't support :has() so you can pass parent selector here as workaround" +msgstr "" + +#: frappe/desk/page/setup_wizard/install_fixtures.py:44 +msgid "Mr" +msgstr "" + +#: frappe/desk/page/setup_wizard/install_fixtures.py:48 +msgid "Mrs" +msgstr "" + +#: frappe/desk/page/setup_wizard/install_fixtures.py:45 +msgid "Ms" +msgstr "" + +#: frappe/utils/nestedset.py:335 +msgid "Multiple root nodes not allowed." +msgstr "" + +#. Label of a Select field in DocType 'Energy Point Rule' +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +msgid "Multiplier Field" +msgstr "" + +#. Description of the 'Import from Google Sheets' (Data) field in DocType 'Data +#. Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Must be a publicly accessible Google Sheets URL" +msgstr "" + +#. Description of the 'LDAP Search String' (Data) field in DocType 'LDAP +#. Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "Must be enclosed in '()' and include '{0}', which is a placeholder for the user/login name. i.e. (&(objectclass=user)(uid={0}))" +msgstr "" + +#. Description of the 'Image Field' (Data) field in DocType 'DocType' +#. Description of the 'Image Field' (Data) field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Must be of type \"Attach Image\"" +msgstr "" + +#: frappe/desk/query_report.py:204 +msgid "Must have report permission to access this report." +msgstr "" + +#: frappe/core/doctype/report/report.py:145 +msgid "Must specify a Query to run" +msgstr "" + +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Mute Sounds" +msgstr "" + +#: frappe/desk/page/setup_wizard/install_fixtures.py:46 +msgid "Mx" +msgstr "" + +#: frappe/templates/includes/web_sidebar.html:41 +#: frappe/website/doctype/web_form/web_form.py:400 +#: frappe/website/doctype/website_settings/website_settings.py:181 +#: frappe/www/list.py:20 frappe/www/me.html:4 frappe/www/me.html:8 +#: frappe/www/update_password.py:10 +msgid "My Account" +msgstr "" + +#: frappe/public/js/frappe/file_uploader/FileUploader.vue:57 +msgid "My Device" +msgstr "" + +#. Label of a standard navbar item +#. Type: Route +#: frappe/hooks.py +msgid "My Profile" +msgstr "" + +#. Label of a standard navbar item +#. Type: Action +#: frappe/hooks.py +msgid "My Settings" +msgstr "" + +#. Option for the 'Database Engine' (Select) field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "MyISAM" +msgstr "" + +#: frappe/workflow/doctype/workflow/workflow.js:19 +msgid "NOTE: If you add states or transitions in the table, it will be reflected in the Workflow Builder but you will have to position them manually. Also Workflow Builder is currently in BETA." +msgstr "" + +#. Description of the 'LDAP Group Field' (Data) field in DocType 'LDAP +#. Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "NOTE: This box is due for depreciation. Please re-setup LDAP to work with the newer settings" +msgstr "" + +#. Label of a Data field in DocType 'DocField' +#. Label of a Data field in DocType 'Customize Form Field' +#. Label of a Data field in DocType 'Workspace' +#. Label of a Data field in DocType 'Slack Webhook URL' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/doctype/doctype_list.js:10 +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/desk/doctype/workspace/workspace.json +#: frappe/integrations/doctype/slack_webhook_url/slack_webhook_url.json +#: frappe/public/js/frappe/form/layout.js:75 +#: frappe/public/js/frappe/form/multi_select_dialog.js:241 +#: frappe/public/js/frappe/form/save.js:154 +#: frappe/public/js/frappe/views/file/file_view.js:97 +#: frappe/website/doctype/website_slideshow/website_slideshow.js:25 +msgid "Name" +msgstr "" + +#: frappe/integrations/doctype/webhook/webhook.js:29 +msgid "Name (Doc Name)" +msgstr "" + +#: frappe/desk/utils.py:22 +msgid "Name already taken, please set a new name" +msgstr "" + +#: frappe/model/naming.py:478 +msgid "Name cannot contain special characters like {0}" +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.js:91 +msgid "Name of the Document Type (DocType) you want this field to be linked to. e.g. Customer" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:117 +msgid "Name of the new Print Format" +msgstr "" + +#: frappe/model/naming.py:473 +msgid "Name of {0} cannot be {1}" +msgstr "" + +#: frappe/utils/password_strength.py:170 +msgid "Names and surnames by themselves are easy to guess." +msgstr "" + +#. Label of a Section Break field in DocType 'DocType' +#. Label of a Section Break field in DocType 'Document Naming Rule' +#. Label of a Section Break field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/document_naming_rule/document_naming_rule.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Naming" +msgstr "" + +#. Description of the 'Auto Name' (Data) field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Naming Options:\n" +"
    1. field:[fieldname] - By Field
    2. autoincrement - Uses Databases' Auto Increment feature
    3. naming_series: - By Naming Series (field called naming_series must be present)
    4. Prompt - Prompt user for a name
    5. [series] - Series by prefix (separated by a dot); for example PRE.#####
    6. \n" +"
    7. format:EXAMPLE-{MM}morewords{fieldname1}-{fieldname2}-{#####} - Replace all braced words (fieldnames, date words (DD, MM, YY), series) with their value. Outside braces, any characters can be used.
    " +msgstr "" + +#. Description of the 'Auto Name' (Data) field in DocType 'Customize Form' +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Naming Options:\n" +"
    1. field:[fieldname] - By Field
    2. naming_series: - By Naming Series (field called naming_series must be present)
    3. Prompt - Prompt user for a name
    4. [series] - Series by prefix (separated by a dot); for example PRE.#####
    5. \n" +"
    6. format:EXAMPLE-{MM}morewords{fieldname1}-{fieldname2}-{#####} - Replace all braced words (fieldnames, date words (DD, MM, YY), series) with their value. Outside braces, any characters can be used.
    " +msgstr "" + +#. Label of a Select field in DocType 'DocType' +#. Label of a Select field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Naming Rule" +msgstr "" + +#. Label of a Tab Break field in DocType 'Document Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Naming Series" +msgstr "" + +#: frappe/model/naming.py:243 +msgid "Naming Series mandatory" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Web Template' +#. Label of a Section Break field in DocType 'Website Settings' +#. Label of a Tab Break field in DocType 'Website Settings' +#: frappe/website/doctype/web_template/web_template.json +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Navbar" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/navbar_item/navbar_item.json +msgid "Navbar Item" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Build Workspace +#: frappe/core/doctype/navbar_settings/navbar_settings.json +#: frappe/core/workspace/build/build.json +msgid "Navbar Settings" +msgstr "" + +#. Label of a Link field in DocType 'Website Settings' +#. Label of a Section Break field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Navbar Template" +msgstr "" + +#. Label of a Code field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Navbar Template Values" +msgstr "" + +#: frappe/public/js/frappe/ui/keyboard.js:214 +msgid "Navigate Home" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1153 +msgctxt "Description of a list view shortcut" +msgid "Navigate list down" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1160 +msgctxt "Description of a list view shortcut" +msgid "Navigate list up" +msgstr "" + +#: frappe/public/js/frappe/ui/page.js:168 +msgid "Navigate to main content" +msgstr "" + +#. Label of a Section Break field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Navigation Settings" +msgstr "" + +#: frappe/desk/doctype/workspace/workspace.py:310 +msgid "Need Workspace Manager role to edit private workspace of other users" +msgstr "" + +#: frappe/desk/doctype/workspace/workspace.py:354 +msgid "Need Workspace Manager role to hide/unhide public workspaces" +msgstr "" + +#: frappe/model/document.py:629 +msgid "Negative Value" +msgstr "" + +#: frappe/utils/nestedset.py:94 +msgid "Nested set error. Please contact the Administrator." +msgstr "" + +#. Name of a DocType +#: frappe/printing/doctype/network_printer_settings/network_printer_settings.json +msgid "Network Printer Settings" +msgstr "" + +#. Option for the 'DocType View' (Select) field in DocType 'Workspace Shortcut' +#. Option for the 'Send Alert On' (Select) field in DocType 'Notification' +#. Option for the 'For Document Event' (Select) field in DocType 'Energy Point +#. Rule' +#: frappe/core/doctype/success_action/success_action.js:57 +#: frappe/core/page/dashboard_view/dashboard_view.js:173 +#: frappe/desk/doctype/todo/todo.js:46 +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +#: frappe/email/doctype/notification/notification.json +#: frappe/public/js/frappe/form/success_action.js:77 +#: frappe/public/js/frappe/views/treeview.js:437 +#: frappe/public/js/frappe/views/workspace/workspace.js:98 +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +#: frappe/website/doctype/web_form/templates/web_list.html:15 +#: frappe/www/list.html:19 +msgid "New" +msgstr "" + +#: frappe/public/js/frappe/views/interaction.js:15 +msgid "New Activity" +msgstr "" + +#: frappe/public/js/frappe/form/templates/address_list.html:42 +msgid "New Address" +msgstr "" + +#: frappe/templates/includes/comments/comments.py:62 +msgid "New Comment on {0}: {1}" +msgstr "" + +#: frappe/public/js/frappe/form/templates/contact_list.html:90 +msgid "New Contact" +msgstr "" + +#: frappe/printing/page/print/print.js:295 +#: frappe/printing/page/print/print.js:342 +msgid "New Custom Print Format" +msgstr "" + +#. Label of a Check field in DocType 'Form Tour' +#: frappe/desk/doctype/form_tour/form_tour.json +msgid "New Document Form" +msgstr "" + +#: frappe/desk/doctype/notification_log/notification_log.py:158 +msgid "New Document Shared {0}" +msgstr "" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:27 +#: frappe/public/js/frappe/views/communication.js:23 +msgid "New Email" +msgstr "" + +#: frappe/public/js/frappe/list/list_view_select.js:98 +#: frappe/public/js/frappe/views/inbox/inbox_view.js:177 +msgid "New Email Account" +msgstr "" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:47 +msgid "New Event" +msgstr "" + +#: frappe/public/js/frappe/views/file/file_view.js:94 +msgid "New Folder" +msgstr "" + +#: frappe/public/js/frappe/views/kanban/kanban_view.js:344 +msgid "New Kanban Board" +msgstr "" + +#: frappe/desk/doctype/notification_log/notification_log.py:156 +msgid "New Mention on {0}" +msgstr "" + +#: frappe/www/contact.py:60 +msgid "New Message from Website Contact Page" +msgstr "" + +#. Label of a Read Only field in DocType 'Deleted Document' +#: frappe/core/doctype/deleted_document/deleted_document.json +#: frappe/public/js/frappe/form/toolbar.js:207 +#: frappe/public/js/frappe/model/model.js:742 +msgid "New Name" +msgstr "" + +#: frappe/email/doctype/email_group/email_group.js:67 +msgid "New Newsletter" +msgstr "" + +#: frappe/desk/doctype/notification_log/notification_log.py:155 +msgid "New Notification" +msgstr "" + +#: frappe/core/doctype/user/user.js:183 frappe/www/update-password.html:19 +msgid "New Password" +msgstr "" + +#: frappe/printing/page/print/print.js:267 +#: frappe/printing/page/print/print.js:321 +#: frappe/printing/page/print_format_builder_beta/print_format_builder_beta.js:61 +msgid "New Print Format Name" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1308 +msgid "New Report name" +msgstr "" + +#. Label of a Int field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "New Users (Last 30 days)" +msgstr "" + +#: frappe/core/doctype/version/version_view.html:14 +#: frappe/core/doctype/version/version_view.html:76 +msgid "New Value" +msgstr "" + +#: frappe/workflow/page/workflow_builder/workflow_builder.js:61 +msgid "New Workflow Name" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:1217 +msgid "New Workspace" +msgstr "" + +#: frappe/www/update-password.html:77 +msgid "New password cannot be same as old password" +msgstr "" + +#: frappe/utils/change_log.py:394 +msgid "New updates are available" +msgstr "" + +#. Description of the 'Disable signups' (Check) field in DocType 'Website +#. Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "New users will have to be manually registered by system managers." +msgstr "" + +#. Description of the 'Set Value' (Small Text) field in DocType 'Property +#. Setter' +#: frappe/custom/doctype/property_setter/property_setter.json +msgid "New value to be set" +msgstr "" + +#: frappe/public/js/frappe/form/quick_entry.js:129 +#: frappe/public/js/frappe/form/toolbar.js:36 +#: frappe/public/js/frappe/form/toolbar.js:197 +#: frappe/public/js/frappe/form/toolbar.js:210 +#: frappe/public/js/frappe/form/toolbar.js:491 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:167 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:168 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:217 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:218 +#: frappe/public/js/frappe/views/breadcrumbs.js:192 +#: frappe/public/js/frappe/views/treeview.js:332 +#: frappe/website/doctype/web_form/web_form.py:309 +msgid "New {0}" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:393 +msgid "New {0} Created" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:385 +msgid "New {0} {1} added to Dashboard {2}" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:390 +msgid "New {0} {1} created" +msgstr "" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:378 +msgid "New {0}: {1}" +msgstr "" + +#: frappe/utils/change_log.py:376 +msgid "New {} releases for the following apps are available" +msgstr "" + +#: frappe/core/doctype/user/user.py:747 +msgid "Newly created user {0} has no roles enabled." +msgstr "" + +#. Label of a Card Break in the Tools Workspace +#. Label of a Link in the Tools Workspace +#. Name of a DocType +#: frappe/automation/workspace/tools/tools.json +#: frappe/email/doctype/newsletter/newsletter.json +msgid "Newsletter" +msgstr "" + +#. Name of a DocType +#: frappe/email/doctype/newsletter_attachment/newsletter_attachment.json +msgid "Newsletter Attachment" +msgstr "" + +#. Name of a DocType +#: frappe/email/doctype/newsletter_email_group/newsletter_email_group.json +msgid "Newsletter Email Group" +msgstr "" + +#. Name of a role +#: frappe/email/doctype/email_group/email_group.json +#: frappe/email/doctype/email_group_member/email_group_member.json +#: frappe/email/doctype/newsletter/newsletter.json +#: frappe/website/doctype/marketing_campaign/marketing_campaign.json +msgid "Newsletter Manager" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.py:130 +msgid "Newsletter has already been sent" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.py:149 +msgid "Newsletter must be published to send webview link in email" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.py:137 +msgid "Newsletter should have atleast one recipient" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.py:393 +msgid "Newsletters" +msgstr "" + +#: frappe/public/js/frappe/form/form_tour.js:318 +#: frappe/public/js/frappe/web_form/web_form.js:91 +#: frappe/public/js/onboarding_tours/onboarding_tours.js:15 +#: frappe/public/js/onboarding_tours/onboarding_tours.js:240 +#: frappe/templates/includes/slideshow.html:38 frappe/website/utils.py:254 +#: frappe/website/web_template/slideshow/slideshow.html:44 +msgid "Next" +msgstr "" + +#: frappe/public/js/frappe/ui/slides.js:359 +msgctxt "Go to next slide" +msgid "Next" +msgstr "" + +#. Label of a Link field in DocType 'Workflow Document State' +#: frappe/workflow/doctype/workflow_document_state/workflow_document_state.json +msgid "Next Action Email Template" +msgstr "" + +#. Label of a HTML field in DocType 'Success Action' +#: frappe/core/doctype/success_action/success_action.json +msgid "Next Actions HTML" +msgstr "" + +#: frappe/public/js/frappe/form/toolbar.js:298 +msgid "Next Document" +msgstr "" + +#. Label of a Datetime field in DocType 'Scheduled Job Type' +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +msgid "Next Execution" +msgstr "" + +#. Label of a Link field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Next Form Tour" +msgstr "" + +#. Label of a Date field in DocType 'Auto Repeat' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +msgid "Next Schedule Date" +msgstr "" + +#: frappe/automation/doctype/auto_repeat/auto_repeat_schedule.html:6 +msgid "Next Scheduled Date" +msgstr "" + +#. Label of a Link field in DocType 'Workflow Transition' +#: frappe/workflow/doctype/workflow_transition/workflow_transition.json +msgid "Next State" +msgstr "" + +#. Label of a Code field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Next Step Condition" +msgstr "" + +#. Label of a Password field in DocType 'Google Calendar' +#. Label of a Password field in DocType 'Google Contacts' +#: frappe/integrations/doctype/google_calendar/google_calendar.json +#: frappe/integrations/doctype/google_contacts/google_contacts.json +msgid "Next Sync Token" +msgstr "" + +#: frappe/public/js/frappe/form/workflow.js:45 +msgid "Next actions" +msgstr "" + +#. Label of a Check field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Next on Click" +msgstr "" + +#. Option for the 'Standard' (Select) field in DocType 'Page' +#. Option for the 'Is Standard' (Select) field in DocType 'Report' +#. Option for the 'Require Trusted Certificate' (Select) field in DocType 'LDAP +#. Settings' +#. Option for the 'Standard' (Select) field in DocType 'Print Format' +#: frappe/core/doctype/page/page.json frappe/core/doctype/report/report.json +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +#: frappe/integrations/doctype/webhook/webhook.py:140 +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/public/js/form_builder/utils.js:341 +#: frappe/public/js/frappe/form/controls/link.js:486 +#: frappe/public/js/frappe/list/list_sidebar_group_by.js:223 +#: frappe/public/js/frappe/views/reports/query_report.js:1534 +#: frappe/website/doctype/help_article/templates/help_article.html:26 +msgid "No" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:538 +msgctxt "Checkbox is not checked" +msgid "No" +msgstr "" + +#: frappe/public/js/frappe/ui/messages.js:37 +msgctxt "Dismiss confirmation dialog" +msgid "No" +msgstr "" + +#: frappe/www/third_party_apps.html:54 +msgid "No Active Sessions" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "No Copy" +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:162 +#: frappe/email/doctype/auto_email_report/auto_email_report.py:288 +#: frappe/public/js/form_builder/components/controls/TableControl.vue:49 +#: frappe/public/js/frappe/data_import/import_preview.js:142 +#: frappe/public/js/frappe/form/grid.js:63 +#: frappe/public/js/frappe/form/multi_select_dialog.js:225 +#: frappe/public/js/frappe/utils/datatable.js:10 +#: frappe/public/js/frappe/widgets/chart_widget.js:57 +msgid "No Data" +msgstr "" + +#: frappe/desk/page/user_profile/user_profile.html:11 +#: frappe/desk/page/user_profile/user_profile.html:22 +#: frappe/desk/page/user_profile/user_profile.html:33 +msgid "No Data to Show" +msgstr "" + +#: frappe/public/js/frappe/widgets/quick_list_widget.js:133 +msgid "No Data..." +msgstr "" + +#: frappe/public/js/frappe/views/inbox/inbox_view.js:176 +msgid "No Email Account" +msgstr "" + +#: frappe/public/js/frappe/views/inbox/inbox_view.js:196 +msgid "No Email Accounts Assigned" +msgstr "" + +#: frappe/public/js/frappe/views/inbox/inbox_view.js:183 +msgid "No Emails" +msgstr "" + +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:361 +msgid "No Entry for the User {0} found within LDAP!" +msgstr "" + +#: frappe/public/js/frappe/widgets/chart_widget.js:366 +msgid "No Filters Set" +msgstr "" + +#: frappe/integrations/doctype/google_calendar/google_calendar.py:359 +msgid "No Google Calendar Event to sync." +msgstr "" + +#: frappe/public/js/frappe/ui/capture.js:254 +msgid "No Images" +msgstr "" + +#: frappe/desk/page/leaderboard/leaderboard.js:282 +msgid "No Items Found" +msgstr "" + +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:363 +msgid "No LDAP User found for email: {0}" +msgstr "" + +#: frappe/public/js/form_builder/components/EditableInput.vue:11 +#: frappe/public/js/form_builder/components/EditableInput.vue:14 +#: frappe/public/js/form_builder/components/Field.vue:203 +#: frappe/public/js/form_builder/components/controls/FetchFromControl.vue:55 +#: frappe/public/js/print_format_builder/Field.vue:24 +#: frappe/public/js/workflow_builder/components/ActionNode.vue:53 +#: frappe/public/js/workflow_builder/components/StateNode.vue:47 +#: frappe/public/js/workflow_builder/store.js:51 +msgid "No Label" +msgstr "" + +#: frappe/printing/page/print/print.js:703 +#: frappe/printing/page/print/print.js:785 +#: frappe/public/js/frappe/list/bulk_operations.js:98 +#: frappe/public/js/frappe/list/bulk_operations.js:170 +#: frappe/utils/weasyprint.py:52 +msgid "No Letterhead" +msgstr "" + +#: frappe/model/naming.py:455 +msgid "No Name Specified for {0}" +msgstr "" + +#: frappe/public/js/frappe/ui/notifications/notifications.js:315 +msgid "No New notifications" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1705 +msgid "No Permissions Specified" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager.js:192 +msgid "No Permissions set for this criteria." +msgstr "" + +#: frappe/core/page/dashboard_view/dashboard_view.js:93 +msgid "No Permitted Charts" +msgstr "" + +#: frappe/core/page/dashboard_view/dashboard_view.js:92 +msgid "No Permitted Charts on this Dashboard" +msgstr "" + +#: frappe/printing/doctype/print_settings/print_settings.js:13 +msgid "No Preview" +msgstr "" + +#: frappe/printing/page/print/print.js:707 +msgid "No Preview Available" +msgstr "" + +#: frappe/printing/page/print/print.js:863 +msgid "No Printer is Available." +msgstr "" + +#: frappe/core/doctype/rq_worker/rq_worker_list.js:3 +msgid "No RQ Workers connected. Try restarting the bench." +msgstr "" + +#: frappe/public/js/frappe/form/link_selector.js:135 +msgid "No Results" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/search.js:51 +msgid "No Results found" +msgstr "" + +#: frappe/core/doctype/user/user.py:748 +msgid "No Roles Specified" +msgstr "" + +#: frappe/public/js/frappe/views/kanban/kanban_view.js:344 +msgid "No Select Field Found" +msgstr "" + +#: frappe/core/doctype/recorder/recorder.py:189 +msgid "No Suggestions" +msgstr "" + +#: frappe/desk/reportview.py:633 +msgid "No Tags" +msgstr "" + +#: frappe/public/js/frappe/ui/notifications/notifications.js:435 +msgid "No Upcoming Events" +msgstr "" + +#: frappe/desk/page/user_profile/user_profile_controller.js:441 +msgid "No activities to show" +msgstr "" + +#: frappe/public/js/frappe/form/templates/address_list.html:37 +msgid "No address added yet." +msgstr "" + +#: frappe/email/doctype/notification/notification.js:185 +msgid "No alerts for today" +msgstr "" + +#: frappe/core/doctype/recorder/recorder.py:188 +msgid "No automatic optimization suggestions available." +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.js:34 +msgid "No broken links found in the email content" +msgstr "" + +#: frappe/public/js/frappe/form/save.js:38 +msgid "No changes in document" +msgstr "" + +#: frappe/model/rename_doc.py:366 +msgid "No changes made because old and new name are the same." +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:1522 +msgid "No changes made on the page" +msgstr "" + +#: frappe/custom/doctype/doctype_layout/doctype_layout.js:59 +msgid "No changes to sync" +msgstr "" + +#: frappe/core/doctype/data_import/importer.py:294 +msgid "No changes to update" +msgstr "" + +#: frappe/website/doctype/blog_post/blog_post.py:372 +msgid "No comments yet" +msgstr "" + +#: frappe/templates/includes/comments/comments.html:4 +msgid "No comments yet. " +msgstr "" + +#: frappe/public/js/frappe/form/templates/contact_list.html:85 +msgid "No contacts added yet." +msgstr "" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:431 +msgid "No contacts linked to document" +msgstr "" + +#: frappe/desk/query_report.py:339 +msgid "No data to export" +msgstr "" + +#: frappe/contacts/doctype/address/address.py:246 +msgid "No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template." +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/search.js:71 +msgid "No documents found tagged with {0}" +msgstr "" + +#: frappe/public/js/frappe/views/inbox/inbox_view.js:21 +msgid "No email account associated with the User. Please add an account under User > Email Inbox." +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:483 +msgid "No failed logs" +msgstr "" + +#: frappe/public/js/frappe/views/kanban/kanban_view.js:371 +msgid "No fields found that can be used as a Kanban Column. Use the Customize Form to add a Custom Field of type \"Select\"." +msgstr "" + +#: frappe/utils/file_manager.py:144 +msgid "No file attached" +msgstr "" + +#: frappe/public/js/frappe/list/list_sidebar_group_by.js:134 +msgid "No filters found" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter_list.js:298 +msgid "No filters selected" +msgstr "" + +#: frappe/desk/form/utils.py:101 +msgid "No further records" +msgstr "" + +#: frappe/templates/includes/search_template.html:49 +msgid "No matching records. Search something new" +msgstr "" + +#: frappe/public/js/frappe/web_form/web_form_list.js:161 +msgid "No more items to display" +msgstr "" + +#: frappe/utils/password_strength.py:35 +msgid "No need for symbols, digits, or uppercase letters." +msgstr "" + +#: frappe/integrations/doctype/google_contacts/google_contacts.py:197 +msgid "No new Google Contacts synced." +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/navbar.html:46 +msgid "No new notifications" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:415 +msgid "No of Columns" +msgstr "" + +#. Label of a Int field in DocType 'Auto Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "No of Rows (Max 500)" +msgstr "" + +#: frappe/__init__.py:1046 frappe/client.py:109 frappe/client.py:151 +msgid "No permission for {0}" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:1073 +msgctxt "{0} = verb, {1} = object" +msgid "No permission to '{0}' {1}" +msgstr "" + +#: frappe/model/db_query.py:937 +msgid "No permission to read {0}" +msgstr "" + +#: frappe/share.py:220 +msgid "No permission to {0} {1} {2}" +msgstr "" + +#: frappe/core/doctype/user_permission/user_permission_list.js:175 +msgid "No records deleted" +msgstr "" + +#: frappe/contacts/report/addresses_and_contacts/addresses_and_contacts.py:116 +msgid "No records present in {0}" +msgstr "" + +#: frappe/public/js/frappe/list/list_sidebar_stat.html:3 +msgid "No records tagged." +msgstr "" + +#: frappe/public/js/frappe/data_import/data_exporter.js:225 +msgid "No records will be exported" +msgstr "" + +#: frappe/www/printview.py:427 +msgid "No template found at path: {0}" +msgstr "" + +#: frappe/public/js/frappe/form/controls/multiselect_list.js:242 +msgid "No values to show" +msgstr "" + +#: frappe/website/web_template/discussions/discussions.html:2 +msgid "No {0}" +msgstr "" + +#: frappe/public/js/frappe/list/list_view_select.js:157 +msgid "No {0} Found" +msgstr "" + +#: frappe/public/js/frappe/web_form/web_form_list.js:233 +msgid "No {0} found" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:468 +msgid "No {0} found with matching filters. Clear filters to see all {0}." +msgstr "" + +#: frappe/public/js/frappe/views/inbox/inbox_view.js:171 +msgid "No {0} mail" +msgstr "" + +#: frappe/public/js/form_builder/utils.js:117 +#: frappe/public/js/frappe/form/grid_row.js:252 +msgctxt "Title of the 'row number' column" +msgid "No." +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Non Negative" +msgstr "" + +#: frappe/desk/page/setup_wizard/install_fixtures.py:34 +msgid "Non-Conforming" +msgstr "" + +#. Option for the 'Backup Frequency' (Select) field in DocType 'S3 Backup +#. Settings' +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +msgid "None" +msgstr "" + +#: frappe/public/js/frappe/form/workflow.js:36 +msgid "None: End of Workflow" +msgstr "" + +#. Label of a Int field in DocType 'Recorder Query' +#: frappe/core/doctype/recorder_query/recorder_query.json +msgid "Normalized Copies" +msgstr "" + +#. Label of a Data field in DocType 'Recorder Query' +#: frappe/core/doctype/recorder_query/recorder_query.json +msgid "Normalized Query" +msgstr "" + +#: frappe/core/doctype/user/user.py:955 +#: frappe/templates/includes/login/login.js:258 frappe/utils/oauth.py:271 +msgid "Not Allowed" +msgstr "" + +#: frappe/templates/includes/login/login.js:260 +msgid "Not Allowed: Disabled User" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:36 +msgid "Not Ancestors Of" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:34 +msgid "Not Descendants Of" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:17 +msgid "Not Equals" +msgstr "" + +#: frappe/app.py:366 frappe/www/404.html:3 +msgid "Not Found" +msgstr "" + +#. Label of a Int field in DocType 'Help Article' +#: frappe/website/doctype/help_article/help_article.json +msgid "Not Helpful" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:21 +msgid "Not In" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:19 +msgid "Not Like" +msgstr "" + +#: frappe/public/js/frappe/form/linked_with.js:45 +msgid "Not Linked to any record" +msgstr "" + +#: frappe/__init__.py:939 frappe/app.py:357 frappe/desk/calendar.py:26 +#: frappe/desk/treeview.py:19 frappe/geo/utils.py:97 +#: frappe/public/js/frappe/web_form/webform_script.js:15 +#: frappe/website/doctype/web_form/web_form.py:602 +#: frappe/website/page_renderers/not_permitted_page.py:20 +#: frappe/www/login.py:183 frappe/www/qrcode.py:22 frappe/www/qrcode.py:25 +#: frappe/www/qrcode.py:37 +msgid "Not Permitted" +msgstr "" + +#: frappe/desk/query_report.py:519 +msgid "Not Permitted to read {0}" +msgstr "" + +#: frappe/website/doctype/blog_post/blog_post_list.js:7 +#: frappe/website/doctype/web_form/web_form_list.js:7 +#: frappe/website/doctype/web_page/web_page_list.js:7 +msgid "Not Published" +msgstr "" + +#: frappe/public/js/frappe/form/toolbar.js:261 +#: frappe/public/js/frappe/form/toolbar.js:728 +#: frappe/public/js/frappe/model/indicator.js:28 +#: frappe/public/js/frappe/views/kanban/kanban_view.js:170 +#: frappe/public/js/frappe/views/reports/report_view.js:174 +#: frappe/public/js/print_format_builder/print_format_builder.bundle.js:39 +#: frappe/website/doctype/web_form/templates/web_form.html:75 +msgid "Not Saved" +msgstr "" + +#: frappe/core/doctype/error_log/error_log_list.js:7 +msgid "Not Seen" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Email Queue' +#. Option for the 'Status' (Select) field in DocType 'Email Queue Recipient' +#: frappe/email/doctype/email_queue/email_queue.json +#: frappe/email/doctype/email_queue_recipient/email_queue_recipient.json +#: frappe/email/doctype/newsletter/newsletter_list.js:9 +msgid "Not Sent" +msgstr "" + +#: frappe/public/js/frappe/list/list_sidebar_group_by.js:219 +msgid "Not Set" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:600 +msgctxt "Field value is not set" +msgid "Not Set" +msgstr "" + +#: frappe/utils/csvutils.py:77 +msgid "Not a valid Comma Separated Value (CSV File)" +msgstr "" + +#: frappe/core/doctype/user/user.py:218 +msgid "Not a valid User Image." +msgstr "" + +#: frappe/model/workflow.py:114 +msgid "Not a valid Workflow Action" +msgstr "" + +#: frappe/templates/includes/login/login.js:256 +msgid "Not a valid user" +msgstr "" + +#: frappe/workflow/doctype/workflow/workflow_list.js:7 +msgid "Not active" +msgstr "" + +#: frappe/permissions.py:354 +msgid "Not allowed for {0}: {1}" +msgstr "" + +#: frappe/email/doctype/notification/notification.py:393 +msgid "Not allowed to attach {0} document, please enable Allow Print For {0} in Print Settings" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:336 +msgid "Not allowed to create custom Virtual DocType." +msgstr "" + +#: frappe/www/printview.py:127 +msgid "Not allowed to print cancelled documents" +msgstr "" + +#: frappe/www/printview.py:124 +msgid "Not allowed to print draft documents" +msgstr "" + +#: frappe/permissions.py:206 +msgid "Not allowed via controller permission check" +msgstr "" + +#: frappe/public/js/frappe/request.js:145 frappe/website/js/website.js:94 +msgid "Not found" +msgstr "" + +#: frappe/core/doctype/page/page.py:62 +msgid "Not in Developer Mode" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:331 +msgid "Not in Developer Mode! Set in site_config.json or make 'Custom' DocType." +msgstr "" + +#: frappe/api/v1.py:88 frappe/api/v1.py:93 +#: frappe/core/doctype/system_settings/system_settings.py:212 +#: frappe/handler.py:109 frappe/public/js/frappe/request.js:157 +#: frappe/public/js/frappe/request.js:167 +#: frappe/public/js/frappe/request.js:172 +#: frappe/public/js/frappe/views/kanban/kanban_board.bundle.js:67 +#: frappe/website/doctype/web_form/web_form.py:615 +#: frappe/website/js/website.js:97 +msgid "Not permitted" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:47 +msgid "Not permitted to view {0}" +msgstr "" + +#. Label of a Link in the Tools Workspace +#. Name of a DocType +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:400 +#: frappe/automation/workspace/tools/tools.json +#: frappe/desk/doctype/note/note.json +msgid "Note" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/note_seen_by/note_seen_by.json +msgid "Note Seen By" +msgstr "" + +#: frappe/www/confirm_workflow_action.html:8 +msgid "Note:" +msgstr "" + +#. Description of the 'Send Email for Successful Backup' (Check) field in +#. DocType 'Dropbox Settings' +#. Description of the 'Send Email for Successful backup' (Check) field in +#. DocType 'Google Drive' +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.json +#: frappe/integrations/doctype/google_drive/google_drive.json +msgid "Note: By default emails for failed backups are sent." +msgstr "" + +#: frappe/public/js/frappe/utils/utils.js:790 +msgid "Note: Changing the Page Name will break previous URL to this page." +msgstr "" + +#: frappe/core/doctype/user/user.js:35 +msgid "Note: Etc timezones have their signs reversed." +msgstr "" + +#. Description of the 'sb0' (Section Break) field in DocType 'Website +#. Slideshow' +#: frappe/website/doctype/website_slideshow/website_slideshow.json +msgid "Note: For best results, images must be of the same size and width must be greater than height." +msgstr "" + +#. Description of the 'Allow only one session per user' (Check) field in +#. DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Note: Multiple sessions will be allowed in case of mobile device" +msgstr "" + +#: frappe/core/doctype/user/user.js:382 +msgid "Note: This will be shared with user." +msgstr "" + +#: frappe/website/web_form/request_to_delete_data/request_to_delete_data.js:8 +msgid "Note: Your request for account deletion will be fulfilled within {0} hours." +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:183 +msgid "Notes:" +msgstr "" + +#: frappe/public/js/frappe/ui/notifications/notifications.js:485 +msgid "Nothing New" +msgstr "" + +#: frappe/public/js/frappe/form/undo_manager.js:43 +msgid "Nothing left to redo" +msgstr "" + +#: frappe/public/js/frappe/form/undo_manager.js:33 +msgid "Nothing left to undo" +msgstr "" + +#: frappe/public/js/frappe/list/base_list.js:369 +#: frappe/public/js/frappe/views/reports/query_report.js:105 +#: frappe/templates/includes/list/list.html:7 +#: frappe/website/doctype/blog_post/templates/blog_post_list.html:41 +msgid "Nothing to show" +msgstr "" + +#: frappe/core/doctype/user_permission/user_permission_list.js:129 +msgid "Nothing to update" +msgstr "" + +#. Label of a Section Break field in DocType 'Auto Repeat' +#. Label of a Link in the Tools Workspace +#. Option for the 'Communication Type' (Select) field in DocType +#. 'Communication' +#. Linked DocType in DocType's connections +#. Linked DocType in Module Def's connections +#. Name of a DocType +#. Label of a Section Break field in DocType 'S3 Backup Settings' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/automation/workspace/tools/tools.json +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/communication/mixins.py:142 +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/module_def/module_def.json +#: frappe/email/doctype/notification/notification.json +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +msgid "Notification" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/notification_log/notification_log.json +msgid "Notification Log" +msgstr "" + +#. Name of a DocType +#: frappe/email/doctype/notification_recipient/notification_recipient.json +msgid "Notification Recipient" +msgstr "" + +#. Label of a Link in the Tools Workspace +#. Name of a DocType +#: frappe/automation/workspace/tools/tools.json +#: frappe/desk/doctype/notification_settings/notification_settings.json +#: frappe/public/js/frappe/ui/notifications/notifications.js:37 +msgid "Notification Settings" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/notification_subscribed_document/notification_subscribed_document.json +msgid "Notification Subscribed Document" +msgstr "" + +#: frappe/public/js/frappe/form/templates/timeline_message_box.html:7 +msgid "Notification sent to" +msgstr "" + +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json +#: frappe/public/js/frappe/ui/notifications/notifications.js:50 +#: frappe/public/js/frappe/ui/notifications/notifications.js:187 +msgid "Notifications" +msgstr "" + +#: frappe/public/js/frappe/ui/notifications/notifications.js:299 +msgid "Notifications Disabled" +msgstr "" + +#. Description of the 'Default Outgoing' (Check) field in DocType 'Email +#. Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Notifications and bulk mails will be sent from this outgoing server." +msgstr "" + +#. Label of a Check field in DocType 'Note' +#: frappe/desk/doctype/note/note.json +msgid "Notify Users On Every Login" +msgstr "" + +#. Label of a Check field in DocType 'Auto Repeat' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +msgid "Notify by Email" +msgstr "" + +#. Label of a Check field in DocType 'DocShare' +#: frappe/core/doctype/docshare/docshare.json +msgid "Notify by email" +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Notify if unreplied" +msgstr "" + +#. Label of a Int field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Notify if unreplied for (in mins)" +msgstr "" + +#. Label of a Check field in DocType 'Note' +#: frappe/desk/doctype/note/note.json +msgid "Notify users with a popup when they log in" +msgstr "" + +#: frappe/public/js/frappe/form/controls/datetime.js:25 +#: frappe/public/js/frappe/form/controls/time.js:37 +msgid "Now" +msgstr "" + +#. Label of a Data field in DocType 'Contact Phone' +#: frappe/contacts/doctype/contact_phone/contact_phone.json +msgid "Number" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/public/js/frappe/widgets/widget_dialog.js:596 +msgid "Number Card" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/number_card_link/number_card_link.json +msgid "Number Card Link" +msgstr "" + +#. Label of a Link field in DocType 'Workspace Number Card' +#: frappe/desk/doctype/workspace_number_card/workspace_number_card.json +msgid "Number Card Name" +msgstr "" + +#. Label of a Tab Break field in DocType 'Workspace' +#. Label of a Table field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +#: frappe/public/js/frappe/widgets/widget_dialog.js:626 +msgid "Number Cards" +msgstr "" + +#. Label of a Select field in DocType 'System Settings' +#. Label of a Select field in DocType 'Currency' +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/geo/doctype/currency/currency.json +msgid "Number Format" +msgstr "" + +#. Label of a Int field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Number of Backups" +msgstr "" + +#. Label of a Int field in DocType 'Dropbox Settings' +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.json +msgid "Number of DB Backups" +msgstr "" + +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.py:54 +msgid "Number of DB backups cannot be less than 1" +msgstr "" + +#. Label of a Int field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Number of Groups" +msgstr "" + +#. Label of a Int field in DocType 'Recorder' +#: frappe/core/doctype/recorder/recorder.json +msgid "Number of Queries" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:436 +#: frappe/public/js/frappe/doctype/index.js:59 +msgid "Number of attachment fields are more than {}, limit updated to {}." +msgstr "" + +#: frappe/core/doctype/system_settings/system_settings.py:165 +msgid "Number of backups must be greater than zero." +msgstr "" + +#. Description of the 'Columns' (Int) field in DocType 'Customize Form Field' +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Number of columns for a field in a Grid (Total Columns in a grid should be less than 11)" +msgstr "" + +#. Description of the 'Columns' (Int) field in DocType 'DocField' +#. Description of the 'Columns' (Int) field in DocType 'Custom Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +msgid "Number of columns for a field in a List View or a Grid (Total Columns should be less than 11)" +msgstr "" + +#. Description of the 'Document Share Key Expiry (in Days)' (Int) field in +#. DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Number of days after which the document Web View link shared on email will be expired" +msgstr "" + +#. Label of a Int field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Number of keys" +msgstr "" + +#. Label of a Int field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Number of onsite backups" +msgstr "" + +#. Option for the 'Method' (Select) field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "OAuth" +msgstr "" + +#. Name of a DocType +#: frappe/integrations/doctype/oauth_authorization_code/oauth_authorization_code.json +msgid "OAuth Authorization Code" +msgstr "" + +#. Name of a DocType +#: frappe/integrations/doctype/oauth_bearer_token/oauth_bearer_token.json +msgid "OAuth Bearer Token" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Integrations Workspace +#: frappe/integrations/doctype/oauth_client/oauth_client.json +#: frappe/integrations/workspace/integrations/integrations.json +msgid "OAuth Client" +msgstr "" + +#. Label of a Section Break field in DocType 'Google Settings' +#: frappe/integrations/doctype/google_settings/google_settings.json +msgid "OAuth Client ID" +msgstr "" + +#. Name of a DocType +#: frappe/integrations/doctype/oauth_client_role/oauth_client_role.json +msgid "OAuth Client Role" +msgstr "" + +#: frappe/email/oauth.py:30 +msgid "OAuth Error" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Integrations Workspace +#: frappe/integrations/doctype/oauth_provider_settings/oauth_provider_settings.json +#: frappe/integrations/workspace/integrations/integrations.json +msgid "OAuth Provider Settings" +msgstr "" + +#. Name of a DocType +#: frappe/integrations/doctype/oauth_scope/oauth_scope.json +msgid "OAuth Scope" +msgstr "" + +#: frappe/email/doctype/email_account/email_account.js:182 +msgid "OAuth has been enabled but not authorised. Please use \"Authorise API Access\" button to do the same." +msgstr "" + +#: frappe/templates/includes/oauth_confirmation.html:39 +msgid "OK" +msgstr "" + +#. Option for the 'Method' (Select) field in DocType 'Recorder' +#: frappe/core/doctype/recorder/recorder.json +msgid "OPTIONS" +msgstr "" + +#: frappe/public/js/form_builder/components/Tabs.vue:190 +msgid "OR" +msgstr "" + +#. Option for the 'Two Factor Authentication method' (Select) field in DocType +#. 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "OTP App" +msgstr "" + +#. Label of a Data field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "OTP Issuer Name" +msgstr "" + +#: frappe/twofactor.py:446 +msgid "OTP Secret Reset - {0}" +msgstr "" + +#: frappe/twofactor.py:465 +msgid "OTP Secret has been reset. Re-registration will be required on next login." +msgstr "" + +#: frappe/templates/includes/login/login.js:363 +msgid "OTP setup using OTP App was not completed. Please contact Administrator." +msgstr "" + +#. Label of a Int field in DocType 'System Health Report Errors' +#: frappe/desk/doctype/system_health_report_errors/system_health_report_errors.json +msgid "Occurrences" +msgstr "" + +#. Option for the 'SSL/TLS Mode' (Select) field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "Off" +msgstr "" + +#. Option for the 'Address Type' (Select) field in DocType 'Address' +#: frappe/contacts/doctype/address/address.json +msgid "Office" +msgstr "" + +#. Option for the 'Social Login Provider' (Select) field in DocType 'Social +#. Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Office 365" +msgstr "" + +#: frappe/core/doctype/server_script/server_script.js:33 +msgid "Official Documentation" +msgstr "" + +#. Label of a Int field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Offset X" +msgstr "" + +#. Label of a Int field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Offset Y" +msgstr "" + +#: frappe/www/update-password.html:15 +msgid "Old Password" +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.py:363 +msgid "Old and new fieldnames are same." +msgstr "" + +#. Description of the 'Number of Backups' (Int) field in DocType 'System +#. Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Older backups will be automatically deleted" +msgstr "" + +#. Label of a Link field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Oldest Unscheduled Job" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Personal Data Deletion +#. Request' +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.json +msgid "On Hold" +msgstr "" + +#. Option for the 'DocType Event' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "On Payment Authorization" +msgstr "" + +#. Description of the 'Is Dynamic URL?' (Check) field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "On checking this option, URL will be treated like a jinja template string" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:63 +#: frappe/public/js/frappe/ui/filters/filter.js:69 +msgid "On or After" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:62 +#: frappe/public/js/frappe/ui/filters/filter.js:68 +msgid "On or Before" +msgstr "" + +#: frappe/public/js/frappe/views/communication.js:951 +msgid "On {0}, {1} wrote:" +msgstr "" + +#. Label of a Check field in DocType 'Workspace Link' +#: frappe/desk/doctype/workspace_link/workspace_link.json +#: frappe/public/js/frappe/widgets/widget_dialog.js:297 +msgid "Onboard" +msgstr "" + +#: frappe/public/js/frappe/widgets/widget_dialog.js:203 +msgid "Onboarding Name" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/onboarding_permission/onboarding_permission.json +msgid "Onboarding Permission" +msgstr "" + +#. Label of a Small Text field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Onboarding Status" +msgstr "" + +#. Linked DocType in DocType's connections +#. Name of a DocType +#: frappe/core/doctype/doctype/doctype.json +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Onboarding Step" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/onboarding_step_map/onboarding_step_map.json +msgid "Onboarding Step Map" +msgstr "" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:269 +msgid "Onboarding complete" +msgstr "" + +#. Description of the 'Is Submittable' (Check) field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/doctype/doctype_list.js:28 +msgid "Once submitted, submittable documents cannot be changed. They can only be Cancelled and Amended." +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:35 +msgid "Once you have set this, the users will only be able access documents (eg. Blog Post) where the link exists (eg. Blogger)." +msgstr "" + +#: frappe/www/complete_signup.html:7 +msgid "One Last Step" +msgstr "" + +#: frappe/twofactor.py:279 +msgid "One Time Password (OTP) Registration Code from {}" +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:331 +msgid "One of" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:1357 +msgid "One of the child page with name {0} already exist in {1} Section. Please update the name of the child page first before moving" +msgstr "" + +#: frappe/client.py:213 +msgid "Only 200 inserts allowed in one request" +msgstr "" + +#: frappe/email/doctype/email_queue/email_queue.py:80 +msgid "Only Administrator can delete Email Queue" +msgstr "" + +#: frappe/core/doctype/page/page.py:66 +msgid "Only Administrator can edit" +msgstr "" + +#: frappe/core/doctype/report/report.py:73 +msgid "Only Administrator can save a standard report. Please rename and save." +msgstr "" + +#: frappe/recorder.py:309 +msgid "Only Administrator is allowed to use Recorder" +msgstr "" + +#. Label of a Link field in DocType 'Workflow Document State' +#: frappe/workflow/doctype/workflow_document_state/workflow_document_state.json +msgid "Only Allow Edit For" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1582 +msgid "Only Options allowed for Data field are:" +msgstr "" + +#. Label of a Int field in DocType 'Auto Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Only Send Records Updated in Last X Hours" +msgstr "" + +#: frappe/desk/doctype/workspace/workspace.js:36 +msgid "Only Workspace Manager can edit public workspaces" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:581 +msgid "Only Workspace Manager can sort or edit this page" +msgstr "" + +#: frappe/modules/utils.py:65 +msgid "Only allowed to export customizations in developer mode" +msgstr "" + +#. Description of the 'Endpoint URL' (Data) field in DocType 'S3 Backup +#. Settings' +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +msgid "Only change this if you want to use other S3 compatible object storage backends." +msgstr "" + +#. Label of a Link field in DocType 'Workspace Link' +#: frappe/desk/doctype/workspace_link/workspace_link.json +#: frappe/public/js/frappe/widgets/widget_dialog.js:290 +msgid "Only for" +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:192 +msgid "Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish." +msgstr "" + +#: frappe/contacts/doctype/contact/contact.py:130 +#: frappe/contacts/doctype/contact/contact.py:157 +msgid "Only one {0} can be set as primary." +msgstr "" + +#: frappe/desk/reportview.py:333 +msgid "Only reports of type Report Builder can be deleted" +msgstr "" + +#: frappe/desk/reportview.py:304 +msgid "Only reports of type Report Builder can be edited" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.py:125 +msgid "Only standard DocTypes are allowed to be customized from Customize Form." +msgstr "" + +#: frappe/desk/form/assign_to.py:197 +msgid "Only the assignee can complete this to-do." +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/review.js:54 +msgid "Only users involved in the document are listed" +msgstr "" + +#: frappe/email/doctype/auto_email_report/auto_email_report.py:106 +msgid "Only {0} emailed reports are allowed per user." +msgstr "" + +#: frappe/templates/includes/login/login.js:292 +msgid "Oops! Something went wrong." +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Contact' +#. Option for the 'Status' (Select) field in DocType 'Communication' +#. Option for the 'Email Status' (Select) field in DocType 'Communication' +#. Option for the 'Status' (Select) field in DocType 'Event' +#. Option for the 'Status' (Select) field in DocType 'ToDo' +#. Option for the 'Status' (Select) field in DocType 'Workflow Action' +#: frappe/contacts/doctype/contact/contact.json +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/deleted_document/deleted_document.js:7 +#: frappe/desk/doctype/event/event.json frappe/desk/doctype/todo/todo.json +#: frappe/workflow/doctype/workflow_action/workflow_action.json +msgid "Open" +msgstr "" + +#: frappe/desk/doctype/todo/todo_list.js:14 +msgctxt "Access" +msgid "Open" +msgstr "" + +#: frappe/public/js/frappe/ui/keyboard.js:205 +msgid "Open Awesomebar" +msgstr "" + +#: frappe/public/js/frappe/form/templates/timeline_message_box.html:67 +msgid "Open Communication" +msgstr "" + +#: frappe/templates/emails/new_notification.html:10 +msgid "Open Document" +msgstr "" + +#. Label of a Table MultiSelect field in DocType 'Notification Settings' +#: frappe/desk/doctype/notification_settings/notification_settings.json +msgid "Open Documents" +msgstr "" + +#: frappe/public/js/frappe/ui/keyboard.js:240 +msgid "Open Help" +msgstr "" + +#. Label of a Button field in DocType 'Notification Log' +#: frappe/desk/doctype/notification_log/notification_log.json +msgid "Open Reference Document" +msgstr "" + +#: frappe/public/js/frappe/ui/keyboard.js:223 +msgid "Open Settings" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/about.js:8 +msgid "Open Source Applications for the Web" +msgstr "" + +#. Label of a Check field in DocType 'Top Bar Item' +#: frappe/website/doctype/top_bar_item/top_bar_item.json +msgid "Open URL in a New Tab" +msgstr "" + +#. Description of the 'Quick Entry' (Check) field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Open a dialog with mandatory fields to create a new record quickly" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:176 +msgid "Open a module or tool" +msgstr "" + +#: frappe/public/js/print_format_builder/Preview.vue:17 +msgid "Open in a new tab" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1206 +msgctxt "Description of a list view shortcut" +msgid "Open list item" +msgstr "" + +#: frappe/www/qrcode.html:13 +msgid "Open your authentication app on your mobile phone." +msgstr "" + +#: frappe/desk/doctype/todo/todo_list.js:17 +#: frappe/public/js/frappe/form/templates/form_links.html:18 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:277 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:278 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:289 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:299 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:308 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:326 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:327 +#: frappe/social/doctype/energy_point_log/energy_point_log_list.js:23 +msgid "Open {0}" +msgstr "" + +#. Label of a Data field in DocType 'Connected App' +#: frappe/integrations/doctype/connected_app/connected_app.json +msgid "OpenID Configuration" +msgstr "" + +#. Option for the 'Directory Server' (Select) field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "OpenLDAP" +msgstr "" + +#. Option for the 'Delivery Status' (Select) field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Opened" +msgstr "" + +#. Label of a Select field in DocType 'Activity Log' +#: frappe/core/doctype/activity_log/activity_log.json +msgid "Operation" +msgstr "" + +#: frappe/utils/data.py:1838 +msgid "Operator must be one of {0}" +msgstr "" + +#: frappe/core/doctype/file/file.js:24 +#: frappe/core/report/database_storage_usage_by_tables/database_storage_usage_by_tables.js:8 +#: frappe/public/js/frappe/file_uploader/FilePreview.vue:27 +msgid "Optimize" +msgstr "" + +#: frappe/core/doctype/file/file.js:89 +msgid "Optimizing image..." +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.js:100 +msgid "Option 1" +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.js:102 +msgid "Option 2" +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.js:104 +msgid "Option 3" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1600 +msgid "Option {0} for field {1} is not a child table" +msgstr "" + +#. Description of the 'CC' (Code) field in DocType 'Notification Recipient' +#: frappe/email/doctype/notification_recipient/notification_recipient.json +msgid "Optional: Always send to these ids. Each Email Address on a new row" +msgstr "" + +#. Description of the 'Condition' (Code) field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Optional: The alert will be sent if this expression is true" +msgstr "" + +#. Label of a Small Text field in DocType 'DocField' +#. Label of a Data field in DocType 'Report Column' +#. Label of a Small Text field in DocType 'Report Filter' +#. Label of a Small Text field in DocType 'Custom Field' +#. Label of a Small Text field in DocType 'Customize Form Field' +#. Label of a Text field in DocType 'Web Form Field' +#. Label of a Small Text field in DocType 'Web Template Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/report_column/report_column.json +#: frappe/core/doctype/report_filter/report_filter.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/templates/form_grid/fields.html:43 +#: frappe/website/doctype/web_form_field/web_form_field.json +#: frappe/website/doctype/web_template_field/web_template_field.json +msgid "Options" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1328 +msgid "Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType'" +msgstr "" + +#. Label of a HTML field in DocType 'Custom Field' +#: frappe/custom/doctype/custom_field/custom_field.json +msgid "Options Help" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1622 +msgid "Options for Rating field can range from 3 to 10" +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.js:96 +msgid "Options for select. Each option on a new line." +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1345 +msgid "Options for {0} must be set before setting the default value." +msgstr "" + +#: frappe/public/js/form_builder/store.js:182 +msgid "Options is required for field {0} of type {1}" +msgstr "" + +#: frappe/model/base_document.py:782 +msgid "Options not set for link field {0}" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'DocType State' +#. Option for the 'Indicator' (Select) field in DocType 'Kanban Board Column' +#: frappe/core/doctype/doctype_state/doctype_state.json +#: frappe/desk/doctype/kanban_board_column/kanban_board_column.json +msgid "Orange" +msgstr "" + +#. Label of a Code field in DocType 'Kanban Board Column' +#: frappe/desk/doctype/kanban_board_column/kanban_board_column.json +msgid "Order" +msgstr "" + +#. Label of a Section Break field in DocType 'About Us Settings' +#. Label of a Table field in DocType 'About Us Settings' +#: frappe/website/doctype/about_us_settings/about_us_settings.json +msgid "Org History" +msgstr "" + +#. Label of a Data field in DocType 'About Us Settings' +#: frappe/website/doctype/about_us_settings/about_us_settings.json +msgid "Org History Heading" +msgstr "" + +#: frappe/public/js/frappe/form/print_utils.js:28 +msgid "Orientation" +msgstr "" + +#: frappe/core/doctype/version/version_view.html:13 +#: frappe/core/doctype/version/version_view.html:75 +msgid "Original Value" +msgstr "" + +#. Option for the 'Address Type' (Select) field in DocType 'Address' +#. Option for the 'Type' (Select) field in DocType 'Communication' +#. Option for the 'Show in Module Section' (Select) field in DocType 'DocType' +#. Option for the 'Event Category' (Select) field in DocType 'Event' +#: frappe/contacts/doctype/address/address.json +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/doctype/doctype.json +#: frappe/desk/doctype/event/event.json +#: frappe/desk/page/setup_wizard/install_fixtures.py:31 +msgid "Other" +msgstr "" + +#. Label of a Section Break field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Outgoing (SMTP) Settings" +msgstr "" + +#. Label of a Column Break field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Outgoing Emails (Last 7 days)" +msgstr "" + +#. Label of a Data field in DocType 'Email Account' +#. Label of a Data field in DocType 'Email Domain' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_domain/email_domain.json +msgid "Outgoing Server" +msgstr "" + +#. Label of a Section Break field in DocType 'Email Domain' +#: frappe/email/doctype/email_domain/email_domain.json +msgid "Outgoing Settings" +msgstr "" + +#: frappe/email/doctype/email_domain/email_domain.py:33 +msgid "Outgoing email account not correct" +msgstr "" + +#. Option for the 'Service' (Select) field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Outlook.com" +msgstr "" + +#. Label of a Code field in DocType 'Permission Inspector' +#. Label of a Code field in DocType 'System Console' +#. Label of a Code field in DocType 'Integration Request' +#: frappe/core/doctype/permission_inspector/permission_inspector.json +#: frappe/desk/doctype/system_console/system_console.json +#: frappe/integrations/doctype/integration_request/integration_request.json +msgid "Output" +msgstr "" + +#: frappe/desk/page/user_profile/user_profile.html:6 +#: frappe/public/js/frappe/form/templates/form_dashboard.html:5 +msgid "Overview" +msgstr "" + +#: frappe/core/report/transaction_log_report/transaction_log_report.py:100 +#: frappe/social/doctype/energy_point_rule/energy_point_rule.js:42 +msgid "Owner" +msgstr "" + +#. Option for the 'Method' (Select) field in DocType 'Recorder' +#: frappe/core/doctype/recorder/recorder.json +msgid "PATCH" +msgstr "" + +#: frappe/printing/page/print/print.js:71 +#: frappe/public/js/frappe/form/templates/print_layout.html:44 +#: frappe/public/js/frappe/views/reports/query_report.js:1663 +msgid "PDF" +msgstr "" + +#: frappe/utils/print_format.py:150 frappe/utils/print_format.py:194 +msgid "PDF Generation in Progress" +msgstr "" + +#. Label of a Float field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "PDF Page Height (in mm)" +msgstr "" + +#. Label of a Select field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "PDF Page Size" +msgstr "" + +#. Label of a Float field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "PDF Page Width (in mm)" +msgstr "" + +#. Label of a Section Break field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "PDF Settings" +msgstr "" + +#: frappe/utils/print_format.py:280 +msgid "PDF generation failed" +msgstr "" + +#: frappe/utils/pdf.py:98 +msgid "PDF generation failed because of broken image links" +msgstr "" + +#: frappe/printing/page/print/print.js:616 +msgid "PDF generation may not work as expected." +msgstr "" + +#: frappe/printing/page/print/print.js:534 +msgid "PDF printing via \"Raw Print\" is not supported." +msgstr "" + +#. Label of a Data field in DocType 'RQ Worker' +#: frappe/core/doctype/rq_worker/rq_worker.json +msgid "PID" +msgstr "" + +#. Option for the 'Method' (Select) field in DocType 'Recorder' +#. Option for the 'Request Method' (Select) field in DocType 'Webhook' +#: frappe/core/doctype/recorder/recorder.json +#: frappe/integrations/doctype/webhook/webhook.json +msgid "POST" +msgstr "" + +#. Option for the 'Method' (Select) field in DocType 'Recorder' +#. Option for the 'Request Method' (Select) field in DocType 'Webhook' +#: frappe/core/doctype/recorder/recorder.json +#: frappe/integrations/doctype/webhook/webhook.json +msgid "PUT" +msgstr "" + +#. Label of a Link field in DocType 'Module Def' +#. Name of a DocType +#. Label of a Link field in DocType 'Package Release' +#. Label of a Link in the Build Workspace +#: frappe/core/doctype/module_def/module_def.json +#: frappe/core/doctype/package/package.json +#: frappe/core/doctype/package_release/package_release.json +#: frappe/core/workspace/build/build.json +msgid "Package" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Build Workspace +#: frappe/core/doctype/package_import/package_import.json +#: frappe/core/workspace/build/build.json +msgid "Package Import" +msgstr "" + +#. Label of a Data field in DocType 'Package' +#: frappe/core/doctype/package/package.json +msgid "Package Name" +msgstr "" + +#. Linked DocType in Package's connections +#. Name of a DocType +#: frappe/core/doctype/package/package.json +#: frappe/core/doctype/package_release/package_release.json +msgid "Package Release" +msgstr "" + +#. Label of a Card Break in the Build Workspace +#: frappe/core/workspace/build/build.json +msgid "Packages" +msgstr "" + +#. Description of a Card Break in the Build Workspace +#: frappe/core/workspace/build/build.json +msgid "Packages are lightweight apps (collection of Module Defs) that can be created, imported, or released right from the UI" +msgstr "" + +#. Label of a Link field in DocType 'Custom Role' +#. Name of a DocType +#. Option for the 'Set Role For' (Select) field in DocType 'Role Permission for +#. Page and Report' +#. Label of a Link field in DocType 'Role Permission for Page and Report' +#. Option for the 'View' (Select) field in DocType 'Form Tour' +#. Option for the 'Link Type' (Select) field in DocType 'Workspace Link' +#. Option for the 'Type' (Select) field in DocType 'Workspace Shortcut' +#: frappe/core/doctype/custom_role/custom_role.json +#: frappe/core/doctype/page/page.json +#: frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.json +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/desk/doctype/workspace_link/workspace_link.json +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +msgid "Page" +msgstr "" + +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#: frappe/public/js/print_format_builder/PrintFormatSection.vue:63 +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Page Break" +msgstr "" + +#. Option for the 'Content Type' (Select) field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.js:92 +#: frappe/website/doctype/web_page/web_page.json +msgid "Page Builder" +msgstr "" + +#. Label of a Table field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "Page Building Blocks" +msgstr "" + +#. Label of a Section Break field in DocType 'Page' +#: frappe/core/doctype/page/page.json +msgid "Page HTML" +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:73 +msgid "Page Height (in mm)" +msgstr "" + +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:5 +msgid "Page Margins" +msgstr "" + +#. Label of a Data field in DocType 'Page' +#: frappe/core/doctype/page/page.json +msgid "Page Name" +msgstr "" + +#. Label of a Select field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:63 +msgid "Page Number" +msgstr "" + +#. Label of a Small Text field in DocType 'Form Tour' +#: frappe/desk/doctype/form_tour/form_tour.json +msgid "Page Route" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:1544 +msgid "Page Saved Successfully" +msgstr "" + +#. Label of a Section Break field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Page Settings" +msgstr "" + +#: frappe/public/js/frappe/ui/keyboard.js:124 +msgid "Page Shortcuts" +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:66 +msgid "Page Size" +msgstr "" + +#. Label of a Data field in DocType 'About Us Settings' +#: frappe/website/doctype/about_us_settings/about_us_settings.json +msgid "Page Title" +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:80 +msgid "Page Width (in mm)" +msgstr "" + +#: frappe/www/qrcode.py:35 +msgid "Page has expired!" +msgstr "" + +#: frappe/printing/doctype/print_settings/print_settings.py:70 +#: frappe/public/js/frappe/list/bulk_operations.js:106 +msgid "Page height and width cannot be zero" +msgstr "" + +#: frappe/public/js/frappe/views/container.js:52 +msgid "Page not found" +msgstr "" + +#. Description of a DocType +#: frappe/website/doctype/web_page/web_page.json +msgid "Page to show on the website\n" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:1344 +msgid "Page with title {0} already exist." +msgstr "" + +#: frappe/public/html/print_template.html:25 +#: frappe/public/js/frappe/views/reports/print_tree.html:89 +#: frappe/public/js/frappe/web_form/web_form.js:264 +#: frappe/templates/print_formats/standard.html:34 +msgid "Page {0} of {1}" +msgstr "" + +#. Label of a Data field in DocType 'SMS Parameter' +#: frappe/core/doctype/sms_parameter/sms_parameter.json +msgid "Parameter" +msgstr "" + +#: frappe/public/js/frappe/model/model.js:142 +#: frappe/public/js/frappe/views/workspace/workspace.js:651 +#: frappe/public/js/frappe/views/workspace/workspace.js:979 +#: frappe/public/js/frappe/views/workspace/workspace.js:1226 +msgid "Parent" +msgstr "" + +#. Label of a Link field in DocType 'DocType Link' +#: frappe/core/doctype/doctype_link/doctype_link.json +msgid "Parent DocType" +msgstr "" + +#. Label of a Link field in DocType 'Dashboard Chart' +#. Label of a Link field in DocType 'Number Card' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/number_card/number_card.json +msgid "Parent Document Type" +msgstr "" + +#: frappe/desk/doctype/number_card/number_card.py:62 +msgid "Parent Document Type is required to create a number card" +msgstr "" + +#. Label of a Data field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Parent Element Selector" +msgstr "" + +#. Label of a Select field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Parent Field" +msgstr "" + +#. Label of a Data field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/doctype/doctype.py:909 +msgid "Parent Field (Tree)" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:915 +msgid "Parent Field must be a valid fieldname" +msgstr "" + +#. Label of a Select field in DocType 'Top Bar Item' +#: frappe/website/doctype/top_bar_item/top_bar_item.json +msgid "Parent Label" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1159 +msgid "Parent Missing" +msgstr "" + +#. Label of a Data field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "Parent Page" +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:24 +msgid "Parent Table" +msgstr "" + +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.py:393 +msgid "Parent document type is required to create a dashboard chart" +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:253 +msgid "Parent is the name of the document to which the data will get added to." +msgstr "" + +#: frappe/permissions.py:797 +msgid "Parentfield not specified in {0}: {1}" +msgstr "" + +#: frappe/client.py:477 +msgid "Parenttype, Parent and Parentfield are required to insert a child record" +msgstr "" + +#. Label of a Check field in DocType 'Personal Data Deletion Step' +#: frappe/website/doctype/personal_data_deletion_step/personal_data_deletion_step.json +msgid "Partial" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Partial Success" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Email Queue' +#: frappe/email/doctype/email_queue/email_queue.json +msgid "Partially Sent" +msgstr "" + +#. Label of a Section Break field in DocType 'Event' +#: frappe/desk/doctype/event/event.js:30 frappe/desk/doctype/event/event.json +msgid "Participants" +msgstr "" + +#. Option for the 'SocketIO Ping Check' (Select) field in DocType 'System +#. Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Pass" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Contact' +#: frappe/contacts/doctype/contact/contact.json +msgid "Passive" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Label of a Section Break field in DocType 'System Settings' +#. Label of a Tab Break field in DocType 'System Settings' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Label of a Password field in DocType 'Email Account' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/core/doctype/user/user.js:170 frappe/core/doctype/user/user.js:217 +#: frappe/core/doctype/user/user.js:237 +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/desk/page/setup_wizard/setup_wizard.js:471 +#: frappe/email/doctype/email_account/email_account.json +#: frappe/website/doctype/web_form_field/web_form_field.json +#: frappe/www/login.html:21 +msgid "Password" +msgstr "" + +#: frappe/core/doctype/user/user.py:1018 +msgid "Password Email Sent" +msgstr "" + +#: frappe/core/doctype/user/user.py:393 +msgid "Password Reset" +msgstr "" + +#. Label of a Int field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Password Reset Link Generation Limit" +msgstr "" + +#: frappe/public/js/frappe/form/grid_row.js:811 +msgid "Password cannot be filtered" +msgstr "" + +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:357 +msgid "Password changed successfully." +msgstr "" + +#. Label of a Password field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "Password for Base DN" +msgstr "" + +#: frappe/email/doctype/email_account/email_account.py:171 +msgid "Password is required or select Awaiting Password" +msgstr "" + +#: frappe/public/js/frappe/desk.js:197 +msgid "Password missing in Email Account" +msgstr "" + +#: frappe/utils/password.py:42 +msgid "Password not found for {0} {1} {2}" +msgstr "" + +#: frappe/core/doctype/user/user.py:1017 +msgid "Password reset instructions have been sent to your email" +msgstr "" + +#: frappe/www/update-password.html:164 +msgid "Password set" +msgstr "" + +#: frappe/auth.py:244 +msgid "Password size exceeded the maximum allowed size" +msgstr "" + +#: frappe/core/doctype/user/user.py:811 +msgid "Password size exceeded the maximum allowed size." +msgstr "" + +#: frappe/www/update-password.html:78 +msgid "Passwords do not match" +msgstr "" + +#: frappe/core/doctype/user/user.js:203 +msgid "Passwords do not match!" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.py:159 +msgid "Past dates are not allowed for Scheduling." +msgstr "" + +#: frappe/public/js/frappe/views/file/file_view.js:151 +msgid "Paste" +msgstr "" + +#. Label of a Int field in DocType 'Package Release' +#. Label of a Code field in DocType 'Patch Log' +#: frappe/core/doctype/package_release/package_release.json +#: frappe/core/doctype/patch_log/patch_log.json +msgid "Patch" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/patch_log/patch_log.json +msgid "Patch Log" +msgstr "" + +#: frappe/modules/patch_handler.py:136 +msgid "Patch type {} not found in patches.txt" +msgstr "" + +#. Label of a Small Text field in DocType 'Package Release' +#. Label of a Data field in DocType 'Recorder' +#. Label of a Data field in DocType 'Onboarding Step' +#. Label of a Data field in DocType 'Web Page View' +#: frappe/core/doctype/package_release/package_release.json +#: frappe/core/doctype/recorder/recorder.json +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +#: frappe/website/doctype/web_page_view/web_page_view.json +#: frappe/website/report/website_analytics/website_analytics.js:35 +msgid "Path" +msgstr "" + +#. Label of a Data field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "Path to CA Certs File" +msgstr "" + +#. Label of a Data field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "Path to Server Certificate" +msgstr "" + +#. Label of a Data field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "Path to private Key File" +msgstr "" + +#: frappe/website/path_resolver.py:202 +msgid "Path {0} it not a valid path" +msgstr "" + +#. Label of a Int field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Payload Count" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Data Import' +#. Option for the 'Contribution Status' (Select) field in DocType 'Translation' +#. Option for the 'Status' (Select) field in DocType 'Personal Data Deletion +#. Step' +#: frappe/core/doctype/data_import/data_import.json +#: frappe/core/doctype/translation/translation.json +#: frappe/website/doctype/personal_data_deletion_step/personal_data_deletion_step.json +msgid "Pending" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Personal Data Deletion +#. Request' +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.json +msgid "Pending Approval" +msgstr "" + +#. Label of a Int field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Pending Emails" +msgstr "" + +#. Label of a Int field in DocType 'System Health Report Queue' +#: frappe/desk/doctype/system_health_report_queue/system_health_report_queue.json +msgid "Pending Jobs" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Personal Data Deletion +#. Request' +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.json +msgid "Pending Verification" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Percent" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Percentage" +msgstr "" + +#. Label of a Select field in DocType 'Auto Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Period" +msgstr "" + +#. Label of a Int field in DocType 'DocField' +#. Label of a Int field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Perm Level" +msgstr "" + +#. Option for the 'Address Type' (Select) field in DocType 'Address' +#: frappe/contacts/doctype/address/address.json +msgid "Permanent" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:1005 +msgid "Permanently Cancel {0}?" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:835 +msgid "Permanently Submit {0}?" +msgstr "" + +#: frappe/public/js/frappe/model/model.js:713 +msgid "Permanently delete {0}?" +msgstr "" + +#: frappe/core/doctype/user_type/user_type.py:83 +msgid "Permission Error" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/permission_inspector/permission_inspector.json +msgid "Permission Inspector" +msgstr "" + +#. Label of a Int field in DocType 'Custom Field' +#: frappe/core/page/permission_manager/permission_manager.js:456 +#: frappe/custom/doctype/custom_field/custom_field.json +msgid "Permission Level" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:22 +msgid "Permission Levels" +msgstr "" + +#. Label of a shortcut in the Users Workspace +#: frappe/core/workspace/users/users.json +msgid "Permission Manager" +msgstr "" + +#. Option for the 'Script Type' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "Permission Query" +msgstr "" + +#. Label of a Section Break field in DocType 'Custom Role' +#. Label of a Section Break field in DocType 'DocType' +#: frappe/core/doctype/custom_role/custom_role.json +#: frappe/core/doctype/doctype/doctype.json +msgid "Permission Rules" +msgstr "" + +#. Label of a Select field in DocType 'Permission Inspector' +#: frappe/core/doctype/permission_inspector/permission_inspector.json +msgid "Permission Type" +msgstr "" + +#. Label of a Section Break field in DocType 'Custom DocPerm' +#. Label of a Section Break field in DocType 'DocField' +#. Label of a Section Break field in DocType 'DocPerm' +#. Label of a Table field in DocType 'DocType' +#. Label of a Section Break field in DocType 'System Settings' +#. Label of a Card Break in the Users Workspace +#. Label of a Section Break field in DocType 'Customize Form Field' +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/docperm/docperm.json +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/core/doctype/user/user.js:145 frappe/core/doctype/user/user.js:154 +#: frappe/core/page/permission_manager/permission_manager.js:214 +#: frappe/core/workspace/users/users.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Permissions" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1796 +#: frappe/core/doctype/doctype/doctype.py:1806 +msgid "Permissions Error" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:10 +msgid "Permissions are automatically applied to Standard Reports and searches." +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:5 +msgid "Permissions are set on Roles and Document Types (called DocTypes) by setting rights like Read, Write, Create, Delete, Submit, Cancel, Amend, Report, Import, Export, Print, Email and Set User Permissions." +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:26 +msgid "Permissions at higher levels are Field Level permissions. All Fields have a Permission Level set against them and the rules defined at that permissions apply to the field. This is useful in case you want to hide or make certain field read-only for certain Roles." +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:24 +msgid "Permissions at level 0 are Document Level permissions, i.e. they are primary for access to the document." +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:6 +msgid "Permissions get applied on Users based on what Roles they are assigned." +msgstr "" + +#. Name of a report +#. Label of a Link in the Users Workspace +#: frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.json +#: frappe/core/workspace/users/users.json +msgid "Permitted Documents For User" +msgstr "" + +#. Label of a Table MultiSelect field in DocType 'Workflow Action' +#: frappe/workflow/doctype/workflow_action/workflow_action.json +msgid "Permitted Roles" +msgstr "" + +#. Option for the 'Address Type' (Select) field in DocType 'Address' +#: frappe/contacts/doctype/address/address.json +msgid "Personal" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:34 +msgctxt "Workspace Category" +msgid "Personal" +msgstr "" + +#. Name of a DocType +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.json +msgid "Personal Data Deletion Request" +msgstr "" + +#. Name of a DocType +#: frappe/website/doctype/personal_data_deletion_step/personal_data_deletion_step.json +msgid "Personal Data Deletion Step" +msgstr "" + +#. Name of a DocType +#: frappe/website/doctype/personal_data_download_request/personal_data_download_request.json +msgid "Personal Data Download Request" +msgstr "" + +#. Label of a Data field in DocType 'Address' +#. Label of a Data field in DocType 'Contact' +#. Option for the 'Type' (Select) field in DocType 'Communication' +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Label of a Data field in DocType 'User' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Label of a Data field in DocType 'Contact Us Settings' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#: frappe/contacts/doctype/address/address.json +#: frappe/contacts/doctype/contact/contact.json +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/user/user.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Phone" +msgstr "" + +#. Label of a Data field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Phone No." +msgstr "" + +#: frappe/utils/__init__.py:108 +msgid "Phone Number {0} set in field {1} is not valid." +msgstr "" + +#: frappe/public/js/frappe/form/print_utils.js:40 +#: frappe/public/js/frappe/views/reports/report_view.js:1503 +#: frappe/public/js/frappe/views/reports/report_view.js:1506 +msgid "Pick Columns" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Pie" +msgstr "" + +#. Label of a Data field in DocType 'Contact Us Settings' +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +msgid "Pincode" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'DocType State' +#. Option for the 'Indicator' (Select) field in DocType 'Kanban Board Column' +#: frappe/core/doctype/doctype_state/doctype_state.json +#: frappe/desk/doctype/kanban_board_column/kanban_board_column.json +msgid "Pink" +msgstr "" + +#. Label of a Data field in DocType 'DocField' +#. Label of a Data field in DocType 'Custom Field' +#. Label of a Data field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Placeholder" +msgstr "" + +#. Option for the 'Message Type' (Select) field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Plain Text" +msgstr "" + +#. Option for the 'Address Type' (Select) field in DocType 'Address' +#: frappe/contacts/doctype/address/address.json +msgid "Plant" +msgstr "" + +#: frappe/email/oauth.py:29 +msgid "Please Authorize OAuth for Email Account {}" +msgstr "" + +#: frappe/website/doctype/website_theme/website_theme.py:75 +msgid "Please Duplicate this Website Theme to customize." +msgstr "" + +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:162 +msgid "Please Install the ldap3 library via pip to use ldap functionality." +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:308 +msgid "Please Set Chart" +msgstr "" + +#: frappe/core/doctype/sms_settings/sms_settings.py:83 +msgid "Please Update SMS Settings" +msgstr "" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:574 +msgid "Please add a subject to your email" +msgstr "" + +#: frappe/templates/includes/comments/comments.html:168 +msgid "Please add a valid comment." +msgstr "" + +#: frappe/core/doctype/user/user.py:1000 +msgid "Please ask your administrator to verify your sign-up" +msgstr "" + +#: frappe/public/js/frappe/form/controls/select.js:101 +msgid "Please attach a file first." +msgstr "" + +#: frappe/printing/doctype/letter_head/letter_head.py:74 +msgid "Please attach an image file to set HTML for Footer." +msgstr "" + +#: frappe/printing/doctype/letter_head/letter_head.py:62 +msgid "Please attach an image file to set HTML for Letter Head." +msgstr "" + +#: frappe/core/doctype/package_import/package_import.py:39 +msgid "Please attach the package" +msgstr "" + +#: frappe/integrations/doctype/connected_app/connected_app.js:19 +msgid "Please check OpenID Configuration URL" +msgstr "" + +#: frappe/utils/dashboard.py:58 +msgid "Please check the filter values set for Dashboard Chart: {}" +msgstr "" + +#: frappe/model/base_document.py:855 +msgid "Please check the value of \"Fetch From\" set for field {0}" +msgstr "" + +#: frappe/core/doctype/user/user.py:998 +msgid "Please check your email for verification" +msgstr "" + +#: frappe/email/smtp.py:134 +msgid "Please check your email login credentials." +msgstr "" + +#: frappe/twofactor.py:244 +msgid "Please check your registered email address for instructions on how to proceed. Do not close this window as you will have to return to it." +msgstr "" + +#: frappe/twofactor.py:287 +msgid "Please click on the following link and follow the instructions on the page. {0}" +msgstr "" + +#: frappe/templates/emails/password_reset.html:2 +msgid "Please click on the following link to set your new password" +msgstr "" + +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.py:343 +msgid "Please close this window" +msgstr "" + +#: frappe/www/confirm_workflow_action.html:4 +msgid "Please confirm your action to {0} this document." +msgstr "" + +#: frappe/printing/page/print/print.js:618 +msgid "Please contact your system manager to install correct version." +msgstr "" + +#: frappe/desk/doctype/number_card/number_card.js:44 +msgid "Please create Card first" +msgstr "" + +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:42 +msgid "Please create chart first" +msgstr "" + +#: frappe/desk/form/meta.py:209 +msgid "Please delete the field from {0} or add the required doctype." +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:184 +msgid "Please do not change the template headings." +msgstr "" + +#: frappe/printing/doctype/print_format/print_format.js:18 +msgid "Please duplicate this to make changes" +msgstr "" + +#: frappe/core/doctype/system_settings/system_settings.py:158 +msgid "Please enable atleast one Social Login Key or LDAP or Login With Email Link before disabling username/password based login." +msgstr "" + +#: frappe/desk/doctype/notification_log/notification_log.js:45 +#: frappe/email/doctype/auto_email_report/auto_email_report.js:17 +#: frappe/printing/page/print/print.js:638 +#: frappe/printing/page/print/print.js:668 +#: frappe/public/js/frappe/list/bulk_operations.js:161 +#: frappe/public/js/frappe/utils/utils.js:1438 +msgid "Please enable pop-ups" +msgstr "" + +#: frappe/public/js/frappe/microtemplate.js:162 +#: frappe/public/js/frappe/microtemplate.js:177 +msgid "Please enable pop-ups in your browser" +msgstr "" + +#: frappe/integrations/google_oauth.py:53 +msgid "Please enable {} before continuing." +msgstr "" + +#: frappe/utils/oauth.py:192 +msgid "Please ensure that your profile has an email address" +msgstr "" + +#: frappe/integrations/doctype/social_login_key/social_login_key.py:82 +msgid "Please enter Access Token URL" +msgstr "" + +#: frappe/integrations/doctype/social_login_key/social_login_key.py:80 +msgid "Please enter Authorize URL" +msgstr "" + +#: frappe/integrations/doctype/social_login_key/social_login_key.py:78 +msgid "Please enter Base URL" +msgstr "" + +#: frappe/integrations/doctype/social_login_key/social_login_key.py:86 +msgid "Please enter Client ID before social login is enabled" +msgstr "" + +#: frappe/integrations/doctype/social_login_key/social_login_key.py:89 +msgid "Please enter Client Secret before social login is enabled" +msgstr "" + +#: frappe/integrations/doctype/connected_app/connected_app.js:8 +msgid "Please enter OpenID Configuration URL" +msgstr "" + +#: frappe/integrations/doctype/social_login_key/social_login_key.py:84 +msgid "Please enter Redirect URL" +msgstr "" + +#: frappe/templates/includes/comments/comments.html:163 +msgid "Please enter a valid email address." +msgstr "" + +#: frappe/templates/includes/contact.js:15 +msgid "Please enter both your email and message so that we can get back to you. Thanks!" +msgstr "" + +#: frappe/www/update-password.html:232 +msgid "Please enter the password" +msgstr "" + +#: frappe/public/js/frappe/desk.js:202 +msgctxt "Email Account" +msgid "Please enter the password for: {0}" +msgstr "" + +#: frappe/core/doctype/sms_settings/sms_settings.py:42 +msgid "Please enter valid mobile nos" +msgstr "" + +#: frappe/www/update-password.html:115 +msgid "Please enter your new password." +msgstr "" + +#: frappe/www/update-password.html:108 +msgid "Please enter your old password." +msgstr "" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:406 +msgid "Please find attached {0}: {1}" +msgstr "" + +#: frappe/core/doctype/navbar_settings/navbar_settings.py:43 +msgid "Please hide the standard navbar items instead of deleting them" +msgstr "" + +#: frappe/templates/includes/comments/comments.py:31 +msgid "Please login to post a comment." +msgstr "" + +#: frappe/core/doctype/communication/communication.py:209 +msgid "Please make sure the Reference Communication Docs are not circularly linked." +msgstr "" + +#: frappe/model/document.py:822 +msgid "Please refresh to get the latest document." +msgstr "" + +#: frappe/printing/page/print/print.js:535 +msgid "Please remove the printer mapping in Printer Settings and try again." +msgstr "" + +#: frappe/public/js/frappe/form/form.js:342 +msgid "Please save before attaching." +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.py:133 +msgid "Please save the Newsletter before sending" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/assign_to.js:51 +msgid "Please save the document before assignment" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/assign_to.js:71 +msgid "Please save the document before removing assignment" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1632 +msgid "Please save the report first" +msgstr "" + +#: frappe/website/doctype/web_template/web_template.js:22 +msgid "Please save to edit the template." +msgstr "" + +#: frappe/desk/page/leaderboard/leaderboard.js:244 +msgid "Please select Company" +msgstr "" + +#: frappe/printing/doctype/print_format/print_format.js:30 +msgid "Please select DocType first" +msgstr "" + +#: frappe/contacts/report/addresses_and_contacts/addresses_and_contacts.js:27 +msgid "Please select Entity Type first" +msgstr "" + +#: frappe/core/doctype/system_settings/system_settings.py:108 +msgid "Please select Minimum Password Score" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:1112 +msgid "Please select X and Y fields" +msgstr "" + +#: frappe/utils/__init__.py:115 +msgid "Please select a country code for field {1}." +msgstr "" + +#: frappe/public/js/frappe/file_uploader/FileUploader.vue:487 +msgid "Please select a file first." +msgstr "" + +#: frappe/utils/file_manager.py:51 +msgid "Please select a file or url" +msgstr "" + +#: frappe/model/rename_doc.py:680 +msgid "Please select a valid csv file with data" +msgstr "" + +#: frappe/utils/data.py:254 +msgid "Please select a valid date filter" +msgstr "" + +#: frappe/core/doctype/user_permission/user_permission_list.js:203 +msgid "Please select applicable Doctypes" +msgstr "" + +#: frappe/model/db_query.py:1129 +msgid "Please select atleast 1 column from {0} to sort/group" +msgstr "" + +#: frappe/core/doctype/document_naming_settings/document_naming_settings.py:214 +msgid "Please select prefix first" +msgstr "" + +#: frappe/core/doctype/data_export/data_export.js:42 +msgid "Please select the Document Type." +msgstr "" + +#. Description of the 'Directory Server' (Select) field in DocType 'LDAP +#. Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "Please select the LDAP Directory being used" +msgstr "" + +#: frappe/website/doctype/website_settings/website_settings.js:100 +msgid "Please select {0}" +msgstr "" + +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.py:305 +msgid "Please set Dropbox access keys in site config or doctype" +msgstr "" + +#: frappe/contacts/doctype/contact/contact.py:205 +msgid "Please set Email Address" +msgstr "" + +#: frappe/printing/page/print/print.js:549 +msgid "Please set a printer mapping for this print format in the Printer Settings" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:1328 +msgid "Please set filters" +msgstr "" + +#: frappe/email/doctype/auto_email_report/auto_email_report.py:251 +msgid "Please set filters value in Report Filter table." +msgstr "" + +#: frappe/model/naming.py:548 +msgid "Please set the document name" +msgstr "" + +#: frappe/desk/doctype/dashboard/dashboard.py:120 +msgid "Please set the following documents in this Dashboard as standard first." +msgstr "" + +#: frappe/core/doctype/document_naming_settings/document_naming_settings.py:120 +msgid "Please set the series to be used." +msgstr "" + +#: frappe/core/doctype/system_settings/system_settings.py:121 +msgid "Please setup SMS before setting it as an authentication method, via SMS Settings" +msgstr "" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.js:102 +msgid "Please setup a message first" +msgstr "" + +#: frappe/email/doctype/email_account/email_account.py:406 +msgid "Please setup default Email Account from Settings > Email Account" +msgstr "" + +#: frappe/core/doctype/user/user.py:358 +msgid "Please setup default outgoing Email Account from Settings > Email Account" +msgstr "" + +#: frappe/public/js/frappe/model/model.js:803 +msgid "Please specify" +msgstr "" + +#: frappe/permissions.py:773 +msgid "Please specify a valid parent DocType for {0}" +msgstr "" + +#: frappe/email/doctype/notification/notification.py:88 +msgid "Please specify which date field must be checked" +msgstr "" + +#: frappe/email/doctype/notification/notification.py:91 +msgid "Please specify which value field must be checked" +msgstr "" + +#: frappe/public/js/frappe/request.js:184 +#: frappe/public/js/frappe/views/translation_manager.js:102 +msgid "Please try again" +msgstr "" + +#: frappe/integrations/google_oauth.py:56 +msgid "Please update {} before continuing." +msgstr "" + +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:333 +msgid "Please use a valid LDAP search filter" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.py:336 +msgid "Please verify your Email Address" +msgstr "" + +#: frappe/utils/password.py:205 +msgid "Please visit https://frappecloud.com/docs/sites/migrate-an-existing-site#encryption-key for more information." +msgstr "" + +#. Label of a Select field in DocType 'Energy Point Settings' +#: frappe/social/doctype/energy_point_settings/energy_point_settings.json +msgid "Point Allocation Periodicity" +msgstr "" + +#. Label of a Int field in DocType 'Energy Point Log' +#. Label of a Int field in DocType 'Energy Point Rule' +#: frappe/public/js/frappe/form/sidebar/review.js:75 +#: frappe/social/doctype/energy_point_log/energy_point_log.json +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +msgid "Points" +msgstr "" + +#: frappe/templates/emails/energy_points_summary.html:40 +msgid "Points Given" +msgstr "" + +#. Option for the 'SocketIO Transport Mode' (Select) field in DocType 'System +#. Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Polling" +msgstr "" + +#. Label of a Check field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Popover Element" +msgstr "" + +#. Label of a HTML Editor field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Popover or Modal Description" +msgstr "" + +#. Label of a Data field in DocType 'Email Account' +#. Label of a Data field in DocType 'Email Domain' +#. Label of a Int field in DocType 'Network Printer Settings' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_domain/email_domain.json +#: frappe/printing/doctype/network_printer_settings/network_printer_settings.json +msgid "Port" +msgstr "" + +#. Label of a Card Break in the Website Workspace +#: frappe/website/workspace/website/website.json +msgid "Portal" +msgstr "" + +#. Label of a Table field in DocType 'Portal Settings' +#: frappe/website/doctype/portal_settings/portal_settings.json +msgid "Portal Menu" +msgstr "" + +#. Name of a DocType +#: frappe/website/doctype/portal_menu_item/portal_menu_item.json +msgid "Portal Menu Item" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Website Workspace +#: frappe/website/doctype/portal_settings/portal_settings.json +#: frappe/website/workspace/website/website.json +msgid "Portal Settings" +msgstr "" + +#: frappe/public/js/frappe/form/print_utils.js:31 +msgid "Portrait" +msgstr "" + +#. Label of a Select field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Position" +msgstr "" + +#: frappe/templates/discussions/comment_box.html:29 +#: frappe/templates/discussions/reply_card.html:15 +#: frappe/templates/discussions/reply_section.html:29 +#: frappe/templates/discussions/reply_section.html:53 +#: frappe/templates/discussions/topic_modal.html:11 +msgid "Post" +msgstr "" + +#: frappe/templates/discussions/reply_section.html:40 +msgid "Post it here, our mentors will help you out." +msgstr "" + +#. Option for the 'Address Type' (Select) field in DocType 'Address' +#: frappe/contacts/doctype/address/address.json +msgid "Postal" +msgstr "" + +#. Label of a Data field in DocType 'Address' +#: frappe/contacts/doctype/address/address.json +msgid "Postal Code" +msgstr "" + +#. Label of a Datetime field in DocType 'Changelog Feed' +#: frappe/desk/doctype/changelog_feed/changelog_feed.json +msgid "Posting Timestamp" +msgstr "" + +#. Group in Blog Category's connections +#: frappe/website/doctype/blog_category/blog_category.json +msgid "Posts" +msgstr "" + +#: frappe/website/doctype/blog_post/blog_post.py:258 +msgid "Posts by {0}" +msgstr "" + +#: frappe/website/doctype/blog_post/blog_post.py:250 +msgid "Posts filed under {0}" +msgstr "" + +#. Label of a Select field in DocType 'DocField' +#. Label of a Select field in DocType 'Custom Field' +#. Label of a Select field in DocType 'Customize Form Field' +#. Label of a Select field in DocType 'Web Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Precision" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1362 +msgid "Precision should be between 1 and 6" +msgstr "" + +#: frappe/utils/password_strength.py:183 +msgid "Predictable substitutions like '@' instead of 'a' don't help very much." +msgstr "" + +#: frappe/desk/page/setup_wizard/install_fixtures.py:35 +msgid "Prefer not to say" +msgstr "" + +#. Label of a Check field in DocType 'Address' +#: frappe/contacts/doctype/address/address.json +msgid "Preferred Billing Address" +msgstr "" + +#. Label of a Check field in DocType 'Address' +#: frappe/contacts/doctype/address/address.json +msgid "Preferred Shipping Address" +msgstr "" + +#. Label of a Data field in DocType 'Document Naming Rule' +#. Label of a Autocomplete field in DocType 'Document Naming Settings' +#: frappe/core/doctype/document_naming_rule/document_naming_rule.json +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Prefix" +msgstr "" + +#. Name of a DocType +#. Label of a Check field in DocType 'Report' +#: frappe/core/doctype/prepared_report/prepared_report.json +#: frappe/core/doctype/report/report.json +msgid "Prepared Report" +msgstr "" + +#. Name of a role +#: frappe/core/doctype/prepared_report/prepared_report.json +msgid "Prepared Report User" +msgstr "" + +#: frappe/desk/query_report.py:302 +msgid "Prepared report render failed" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:471 +msgid "Preparing Report" +msgstr "" + +#: frappe/public/js/frappe/views/communication.js:419 +msgid "Prepend the template to the email message" +msgstr "" + +#: frappe/public/js/frappe/ui/keyboard.js:138 +msgid "Press Alt Key to trigger additional shortcuts in Menu and Sidebar" +msgstr "" + +#: frappe/public/js/frappe/list/list_filter.js:134 +msgid "Press Enter to save" +msgstr "" + +#. Label of a Section Break field in DocType 'Data Import' +#. Label of a Section Break field in DocType 'File' +#. Label of a Section Break field in DocType 'Custom HTML Block' +#. Label of a Tab Break field in DocType 'Webhook' +#. Label of a Attach Image field in DocType 'Print Style' +#: frappe/core/doctype/data_import/data_import.json +#: frappe/core/doctype/file/file.json +#: frappe/desk/doctype/custom_html_block/custom_html_block.json +#: frappe/email/doctype/newsletter/newsletter.js:14 +#: frappe/email/doctype/newsletter/newsletter.js:42 +#: frappe/integrations/doctype/webhook/webhook.json +#: frappe/printing/doctype/print_style/print_style.json +#: frappe/public/js/frappe/form/controls/markdown_editor.js:17 +#: frappe/public/js/frappe/form/controls/markdown_editor.js:31 +#: frappe/public/js/frappe/ui/capture.js:228 +msgid "Preview" +msgstr "" + +#. Label of a HTML field in DocType 'File' +#: frappe/core/doctype/file/file.json +msgid "Preview HTML" +msgstr "" + +#. Label of a Attach Image field in DocType 'Blog Category' +#. Label of a Attach Image field in DocType 'Blog Settings' +#: frappe/website/doctype/blog_category/blog_category.json +#: frappe/website/doctype/blog_settings/blog_settings.json +msgid "Preview Image" +msgstr "" + +#. Label of a Button field in DocType 'Auto Repeat' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +msgid "Preview Message" +msgstr "" + +#: frappe/public/js/form_builder/form_builder.bundle.js:83 +msgid "Preview Mode" +msgstr "" + +#. Label of a Text field in DocType 'Document Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Preview of generated names" +msgstr "" + +#: frappe/public/js/print_format_builder/Preview.vue:103 +msgid "Preview type" +msgstr "" + +#: frappe/email/doctype/email_group/email_group.js:90 +msgid "Preview:" +msgstr "" + +#: frappe/public/js/frappe/web_form/web_form.js:95 +#: frappe/public/js/onboarding_tours/onboarding_tours.js:16 +#: frappe/templates/includes/slideshow.html:34 +#: frappe/website/web_template/slideshow/slideshow.html:40 +msgid "Previous" +msgstr "" + +#: frappe/public/js/frappe/ui/slides.js:351 +msgctxt "Go to previous slide" +msgid "Previous" +msgstr "" + +#: frappe/public/js/frappe/form/toolbar.js:290 +msgid "Previous Document" +msgstr "" + +#. Label of a Small Text field in DocType 'Transaction Log' +#: frappe/core/doctype/transaction_log/transaction_log.json +msgid "Previous Hash" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:2115 +msgid "Previous Submission" +msgstr "" + +#. Option for the 'Style' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "Primary" +msgstr "" + +#: frappe/public/js/frappe/form/templates/address_list.html:21 +msgid "Primary Address" +msgstr "" + +#. Label of a Link field in DocType 'Website Theme' +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Primary Color" +msgstr "" + +#: frappe/public/js/frappe/form/templates/contact_list.html:17 +msgid "Primary Contact" +msgstr "" + +#: frappe/public/js/frappe/form/templates/contact_list.html:63 +msgid "Primary Email" +msgstr "" + +#: frappe/public/js/frappe/form/templates/contact_list.html:43 +msgid "Primary Mobile" +msgstr "" + +#: frappe/public/js/frappe/form/templates/contact_list.html:35 +msgid "Primary Phone" +msgstr "" + +#. Label of a Check field in DocType 'Custom DocPerm' +#. Label of a Check field in DocType 'DocPerm' +#. Label of a Check field in DocType 'User Document Type' +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/docperm/docperm.json +#: frappe/core/doctype/success_action/success_action.js:58 +#: frappe/core/doctype/user_document_type/user_document_type.json +#: frappe/printing/page/print/print.js:65 +#: frappe/public/js/frappe/form/success_action.js:81 +#: frappe/public/js/frappe/form/templates/print_layout.html:46 +#: frappe/public/js/frappe/form/toolbar.js:322 +#: frappe/public/js/frappe/form/toolbar.js:334 +#: frappe/public/js/frappe/list/bulk_operations.js:95 +#: frappe/public/js/frappe/views/reports/query_report.js:1649 +#: frappe/public/js/frappe/views/reports/report_view.js:1461 +#: frappe/public/js/frappe/views/treeview.js:456 frappe/www/printview.html:18 +msgid "Print" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1918 +msgctxt "Button in list view actions menu" +msgid "Print" +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:48 +msgid "Print Documents" +msgstr "" + +#. Label of a Link field in DocType 'Auto Repeat' +#. Linked DocType in DocType's connections +#. Linked DocType in Module Def's connections +#. Label of a Link in the Build Workspace +#. Label of a Link field in DocType 'Notification' +#. Name of a DocType +#. Label of a Link field in DocType 'Web Form' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/module_def/module_def.json +#: frappe/core/workspace/build/build.json +#: frappe/email/doctype/notification/notification.json +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/printing/page/print/print.js:94 +#: frappe/printing/page/print/print.js:822 +#: frappe/public/js/frappe/list/bulk_operations.js:59 +#: frappe/website/doctype/web_form/web_form.json +msgid "Print Format" +msgstr "" + +#. Label of a Link in the Tools Workspace +#. Label of a shortcut in the Build Workspace +#. Label of a Check field in DocType 'Print Format' +#: frappe/automation/workspace/tools/tools.json +#: frappe/core/workspace/build/build.json +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/printing/page/print_format_builder/print_format_builder.js:44 +#: frappe/printing/page/print_format_builder/print_format_builder.js:67 +#: frappe/printing/page/print_format_builder_beta/print_format_builder_beta.js:4 +msgid "Print Format Builder" +msgstr "" + +#. Label of a Link in the Tools Workspace +#: frappe/automation/workspace/tools/tools.json +msgid "Print Format Builder (New)" +msgstr "" + +#. Label of a Check field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "Print Format Builder Beta" +msgstr "" + +#: frappe/utils/pdf.py:57 +msgid "Print Format Error" +msgstr "" + +#. Name of a DocType +#: frappe/printing/doctype/print_format_field_template/print_format_field_template.json +msgid "Print Format Field Template" +msgstr "" + +#. Label of a HTML field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "Print Format Help" +msgstr "" + +#. Label of a Select field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "Print Format Type" +msgstr "" + +#: frappe/www/printview.py:409 +msgid "Print Format {0} is disabled" +msgstr "" + +#. Description of the Onboarding Step 'Customize Print Formats' +#: frappe/custom/onboarding_step/print_format/print_format.json +msgid "Print Formats allow you can define looks for documents when printed or converted to PDF. You can also create a custom Print Format using drag-and-drop tools." +msgstr "" + +#. Label of a Link in the Tools Workspace +#. Name of a DocType +#. Label of a Data field in DocType 'Print Heading' +#: frappe/automation/workspace/tools/tools.json +#: frappe/printing/doctype/print_heading/print_heading.json +msgid "Print Heading" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Print Hide" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Print Hide If No Value" +msgstr "" + +#: frappe/public/js/frappe/views/communication.js:156 +msgid "Print Language" +msgstr "" + +#: frappe/public/js/frappe/form/print_utils.js:197 +msgid "Print Sent to the printer!" +msgstr "" + +#. Label of a Section Break field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Print Server" +msgstr "" + +#. Label of a Link in the Tools Workspace +#. Label of a Section Break field in DocType 'Notification' +#. Name of a DocType +#: frappe/automation/workspace/tools/tools.json +#: frappe/email/doctype/notification/notification.json +#: frappe/printing/doctype/print_settings/print_settings.json +#: frappe/printing/doctype/print_style/print_style.js:6 +#: frappe/printing/page/print/print.js:160 +#: frappe/public/js/frappe/form/print_utils.js:71 +#: frappe/public/js/frappe/form/templates/print_layout.html:35 +msgid "Print Settings" +msgstr "" + +#. Label of a Section Break field in DocType 'Print Settings' +#. Label of a Link field in DocType 'Print Settings' +#. Name of a DocType +#: frappe/printing/doctype/print_settings/print_settings.json +#: frappe/printing/doctype/print_style/print_style.json +msgid "Print Style" +msgstr "" + +#. Label of a Data field in DocType 'Print Style' +#: frappe/printing/doctype/print_style/print_style.json +msgid "Print Style Name" +msgstr "" + +#. Label of a HTML field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Print Style Preview" +msgstr "" + +#. Label of a Data field in DocType 'DocField' +#. Label of a Data field in DocType 'Custom Field' +#. Label of a Data field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Print Width" +msgstr "" + +#. Description of the 'Print Width' (Data) field in DocType 'Customize Form +#. Field' +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Print Width of the field, if the field is a column in a table" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:169 +msgid "Print document" +msgstr "" + +#. Label of a Check field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Print with letterhead" +msgstr "" + +#: frappe/printing/page/print/print.js:831 +msgid "Printer" +msgstr "" + +#: frappe/printing/page/print/print.js:808 +msgid "Printer Mapping" +msgstr "" + +#. Label of a Select field in DocType 'Network Printer Settings' +#: frappe/printing/doctype/network_printer_settings/network_printer_settings.json +msgid "Printer Name" +msgstr "" + +#: frappe/printing/page/print/print.js:800 +msgid "Printer Settings" +msgstr "" + +#: frappe/printing/page/print/print.js:548 +msgid "Printer mapping not set." +msgstr "" + +#. Label of a Card Break in the Tools Workspace +#: frappe/automation/workspace/tools/tools.json +msgid "Printing" +msgstr "" + +#: frappe/utils/print_format.py:282 +msgid "Printing failed" +msgstr "" + +#. Label of a Int field in DocType 'Assignment Rule' +#. Label of a Int field in DocType 'Document Naming Rule' +#. Label of a Select field in DocType 'ToDo' +#. Label of a Int field in DocType 'Email Queue' +#. Label of a Int field in DocType 'Web Page' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +#: frappe/core/doctype/document_naming_rule/document_naming_rule.json +#: frappe/desk/doctype/todo/todo.json frappe/desk/report/todo/todo.py:37 +#: frappe/email/doctype/email_queue/email_queue.json +#: frappe/public/js/frappe/form/sidebar/assign_to.js:210 +#: frappe/website/doctype/web_page/web_page.json +msgid "Priority" +msgstr "" + +#. Label of a Check field in DocType 'Custom HTML Block' +#. Option for the 'Event Type' (Select) field in DocType 'Event' +#. Label of a Check field in DocType 'Kanban Board' +#: frappe/desk/doctype/custom_html_block/custom_html_block.json +#: frappe/desk/doctype/event/event.json +#: frappe/desk/doctype/kanban_board/kanban_board.json +#: frappe/desk/doctype/note/note_list.js:8 +#: frappe/public/js/frappe/file_uploader/FilePreview.vue:34 +msgid "Private" +msgstr "" + +#. Label of a Float field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Private Files (MB)" +msgstr "" + +#. Description of the 'Auto Reply Message' (Text Editor) field in DocType +#. 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "ProTip: Add Reference: {{ reference_doctype }} {{ reference_name }} to send document reference" +msgstr "" + +#: frappe/core/doctype/document_naming_rule/document_naming_rule.js:22 +msgid "Proceed" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:859 +msgid "Proceed Anyway" +msgstr "" + +#: frappe/public/js/frappe/form/controls/table.js:104 +msgid "Processing" +msgstr "" + +#: frappe/email/doctype/email_queue/email_queue.py:433 +msgid "Processing..." +msgstr "" + +#: frappe/desk/page/setup_wizard/install_fixtures.py:52 +msgid "Prof" +msgstr "" + +#. Group in User's connections +#: frappe/core/doctype/user/user.json +msgid "Profile" +msgstr "" + +#: frappe/public/js/frappe/socketio_client.js:78 +msgid "Progress" +msgstr "" + +#: frappe/public/js/frappe/views/kanban/kanban_view.js:408 +msgid "Project" +msgstr "" + +#. Label of a Data field in DocType 'Property Setter' +#: frappe/core/doctype/version/version_view.html:12 +#: frappe/core/doctype/version/version_view.html:37 +#: frappe/core/doctype/version/version_view.html:74 +#: frappe/custom/doctype/property_setter/property_setter.json +msgid "Property" +msgstr "" + +#. Label of a Section Break field in DocType 'Customize Form Field' +#. Label of a Section Break field in DocType 'Web Form Field' +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Property Depends On" +msgstr "" + +#. Linked DocType in Module Def's connections +#. Name of a DocType +#: frappe/core/doctype/module_def/module_def.json +#: frappe/custom/doctype/property_setter/property_setter.json +msgid "Property Setter" +msgstr "" + +#. Description of a DocType +#: frappe/custom/doctype/property_setter/property_setter.json +msgid "Property Setter overrides a standard DocType or Field property" +msgstr "" + +#. Label of a Data field in DocType 'Property Setter' +#: frappe/custom/doctype/property_setter/property_setter.json +msgid "Property Type" +msgstr "" + +#. Description of the 'Allowed File Extensions' (Small Text) field in DocType +#. 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Provide a list of allowed file extensions for file uploads. Each line should contain one allowed file type. If unset, all file extensions are allowed. Example:
    CSV
    JPG
    PNG" +msgstr "" + +#. Label of a Data field in DocType 'User Social Login' +#: frappe/core/doctype/user_social_login/user_social_login.json +msgid "Provider" +msgstr "" + +#. Label of a Data field in DocType 'Connected App' +#. Label of a Data field in DocType 'Social Login Key' +#. Label of a Data field in DocType 'Token Cache' +#: frappe/integrations/doctype/connected_app/connected_app.json +#: frappe/integrations/doctype/social_login_key/social_login_key.json +#: frappe/integrations/doctype/token_cache/token_cache.json +msgid "Provider Name" +msgstr "" + +#. Option for the 'Event Type' (Select) field in DocType 'Event' +#. Label of a Check field in DocType 'Note' +#. Label of a Check field in DocType 'Workspace' +#: frappe/desk/doctype/event/event.json frappe/desk/doctype/note/note.json +#: frappe/desk/doctype/note/note_list.js:6 +#: frappe/desk/doctype/workspace/workspace.json +#: frappe/public/js/frappe/views/interaction.js:78 +#: frappe/public/js/frappe/views/workspace/workspace.js:658 +#: frappe/public/js/frappe/views/workspace/workspace.js:986 +#: frappe/public/js/frappe/views/workspace/workspace.js:1232 +msgid "Public" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:35 +msgctxt "Workspace Category" +msgid "Public" +msgstr "" + +#. Label of a Float field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Public Files (MB)" +msgstr "" + +#. Label of a Check field in DocType 'Package Release' +#: frappe/core/doctype/package_release/package_release.json +#: frappe/website/doctype/blog_post/blog_post.js:36 +#: frappe/website/doctype/web_form/web_form.js:86 +msgid "Publish" +msgstr "" + +#. Label of a Section Break field in DocType 'Newsletter' +#: frappe/email/doctype/newsletter/newsletter.json +msgid "Publish as a web page" +msgstr "" + +#. Label of a Check field in DocType 'Comment' +#. Label of a Check field in DocType 'Newsletter' +#. Label of a Check field in DocType 'Blog Category' +#. Label of a Check field in DocType 'Blog Post' +#. Label of a Check field in DocType 'Help Article' +#. Label of a Check field in DocType 'Help Category' +#. Label of a Check field in DocType 'Web Form' +#. Label of a Check field in DocType 'Web Page' +#: frappe/core/doctype/comment/comment.json +#: frappe/email/doctype/newsletter/newsletter.json +#: frappe/website/doctype/blog_category/blog_category.json +#: frappe/website/doctype/blog_post/blog_post.json +#: frappe/website/doctype/blog_post/blog_post_list.js:5 +#: frappe/website/doctype/help_article/help_article.json +#: frappe/website/doctype/help_category/help_category.json +#: frappe/website/doctype/web_form/web_form.json +#: frappe/website/doctype/web_form/web_form_list.js:5 +#: frappe/website/doctype/web_page/web_page.json +#: frappe/website/doctype/web_page/web_page_list.js:5 +msgid "Published" +msgstr "" + +#. Label of a Date field in DocType 'Blog Post' +#: frappe/website/doctype/blog_post/blog_post.json +msgid "Published On" +msgstr "" + +#: frappe/website/doctype/blog_post/templates/blog_post.html:59 +msgid "Published on" +msgstr "" + +#. Label of a Section Break field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "Publishing Dates" +msgstr "" + +#. Label of a Check field in DocType 'Google Calendar' +#: frappe/integrations/doctype/google_calendar/google_calendar.json +msgid "Pull from Google Calendar" +msgstr "" + +#. Label of a Check field in DocType 'Google Contacts' +#: frappe/integrations/doctype/google_contacts/google_contacts.json +msgid "Pull from Google Contacts" +msgstr "" + +#. Label of a Check field in DocType 'Event' +#: frappe/desk/doctype/event/event.json +msgid "Pulled from Google Calendar" +msgstr "" + +#. Label of a Check field in DocType 'Contact' +#: frappe/contacts/doctype/contact/contact.json +msgid "Pulled from Google Contacts" +msgstr "" + +#. Name of a role +#: frappe/contacts/doctype/contact/contact.json +msgid "Purchase Manager" +msgstr "" + +#. Name of a role +#: frappe/contacts/doctype/contact/contact.json +msgid "Purchase Master Manager" +msgstr "" + +#. Name of a role +#: frappe/contacts/doctype/address/address.json +#: frappe/contacts/doctype/contact/contact.json +#: frappe/geo/doctype/currency/currency.json +msgid "Purchase User" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'DocType State' +#. Option for the 'Indicator' (Select) field in DocType 'Kanban Board Column' +#: frappe/core/doctype/doctype_state/doctype_state.json +#: frappe/desk/doctype/kanban_board_column/kanban_board_column.json +msgid "Purple" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Integrations Workspace +#: frappe/integrations/doctype/push_notification_settings/push_notification_settings.json +#: frappe/integrations/workspace/integrations/integrations.json +msgid "Push Notification Settings" +msgstr "" + +#. Label of a Card Break in the Integrations Workspace +#: frappe/integrations/workspace/integrations/integrations.json +msgid "Push Notifications" +msgstr "" + +#. Label of a Check field in DocType 'Google Calendar' +#: frappe/integrations/doctype/google_calendar/google_calendar.json +msgid "Push to Google Calendar" +msgstr "" + +#. Label of a Check field in DocType 'Google Contacts' +#: frappe/integrations/doctype/google_contacts/google_contacts.json +msgid "Push to Google Contacts" +msgstr "" + +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.js:23 +msgid "Put on Hold" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'System Console' +#: frappe/desk/doctype/system_console/system_console.json +msgid "Python" +msgstr "" + +#: frappe/www/qrcode.html:3 +msgid "QR Code" +msgstr "" + +#: frappe/www/qrcode.html:6 +msgid "QR Code for Login Verification" +msgstr "" + +#: frappe/public/js/frappe/form/print_utils.js:206 +msgid "QZ Tray Failed: " +msgstr "" + +#. Option for the 'Frequency' (Select) field in DocType 'Auto Repeat' +#. Option for the 'Time Interval' (Select) field in DocType 'Dashboard Chart' +#. Option for the 'Period' (Select) field in DocType 'Auto Email Report' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +#: frappe/public/js/frappe/utils/common.js:401 +msgid "Quarterly" +msgstr "" + +#. Label of a Data field in DocType 'Recorder Query' +#. Label of a Code field in DocType 'Report' +#: frappe/core/doctype/recorder_query/recorder_query.json +#: frappe/core/doctype/report/report.json +msgid "Query" +msgstr "" + +#. Label of a Section Break field in DocType 'Report' +#: frappe/core/doctype/report/report.json +msgid "Query / Script" +msgstr "" + +#. Label of a Small Text field in DocType 'Contact Us Settings' +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +msgid "Query Options" +msgstr "" + +#. Label of a Table field in DocType 'Connected App' +#. Name of a DocType +#: frappe/integrations/doctype/connected_app/connected_app.json +#: frappe/integrations/doctype/query_parameters/query_parameters.json +msgid "Query Parameters" +msgstr "" + +#. Option for the 'Report Type' (Select) field in DocType 'Report' +#: frappe/core/doctype/report/report.json +#: frappe/public/js/frappe/views/reports/query_report.js:17 +msgid "Query Report" +msgstr "" + +#: frappe/core/doctype/recorder/recorder.py:198 +msgid "Query analysis complete. Check suggested indexes." +msgstr "" + +#: frappe/utils/safe_exec.py:477 +msgid "Query must be of SELECT or read-only WITH type." +msgstr "" + +#. Label of a Select field in DocType 'RQ Job' +#. Label of a Data field in DocType 'System Health Report Queue' +#: frappe/core/doctype/rq_job/rq_job.json +#: frappe/desk/doctype/system_health_report_queue/system_health_report_queue.json +msgid "Queue" +msgstr "" + +#. Label of a Table field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Queue Status" +msgstr "" + +#. Label of a Select field in DocType 'RQ Worker' +#: frappe/core/doctype/rq_worker/rq_worker.json +msgid "Queue Type(s)" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#. Label of a Check field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Queue in Background (BETA)" +msgstr "" + +#: frappe/utils/background_jobs.py:441 +msgid "Queue should be one of {0}" +msgstr "" + +#. Label of a Data field in DocType 'RQ Worker' +#: frappe/core/doctype/rq_worker/rq_worker.json +msgid "Queue(s)" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Prepared Report' +#. Option for the 'Status' (Select) field in DocType 'Submission Queue' +#. Option for the 'Status' (Select) field in DocType 'Integration Request' +#: frappe/core/doctype/prepared_report/prepared_report.json +#: frappe/core/doctype/submission_queue/submission_queue.json +#: frappe/email/doctype/newsletter/newsletter.js:208 +#: frappe/integrations/doctype/integration_request/integration_request.json +msgid "Queued" +msgstr "" + +#. Label of a Datetime field in DocType 'Prepared Report' +#: frappe/core/doctype/prepared_report/prepared_report.json +msgid "Queued At" +msgstr "" + +#. Label of a Data field in DocType 'Prepared Report' +#: frappe/core/doctype/prepared_report/prepared_report.json +msgid "Queued By" +msgstr "" + +#: frappe/core/doctype/submission_queue/submission_queue.py:174 +msgid "Queued for Submission. You can track the progress over {0}." +msgstr "" + +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.py:65 +#: frappe/integrations/doctype/google_drive/google_drive.py:155 +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.py:82 +msgid "Queued for backup. It may take a few minutes to an hour." +msgstr "" + +#: frappe/desk/page/backups/backups.py:93 +msgid "Queued for backup. You will receive an email with the download link" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.js:95 +msgid "Queued {0} emails" +msgstr "" + +#. Label of a Data field in DocType 'System Health Report Workers' +#: frappe/desk/doctype/system_health_report_workers/system_health_report_workers.json +msgid "Queues" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.js:90 +msgid "Queuing emails..." +msgstr "" + +#: frappe/desk/doctype/bulk_update/bulk_update.py:87 +msgid "Queuing {0} for Submission" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#. Label of a Check field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Quick Entry" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:3 +msgid "Quick Help for Setting Permissions" +msgstr "" + +#. Label of a Code field in DocType 'Workspace Quick List' +#: frappe/desk/doctype/workspace_quick_list/workspace_quick_list.json +msgid "Quick List Filter" +msgstr "" + +#. Label of a Tab Break field in DocType 'Workspace' +#. Label of a Table field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "Quick Lists" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_utils.js:286 +msgid "Quoting must be between 0 and 3" +msgstr "" + +#. Label of a Section Break field in DocType 'Access Log' +#: frappe/core/doctype/access_log/access_log.json +msgid "RAW Information Log" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/rq_job/rq_job.json +msgid "RQ Job" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/rq_worker/rq_worker.json +msgid "RQ Worker" +msgstr "" + +#. Option for the 'Naming Rule' (Select) field in DocType 'DocType' +#. Option for the 'Naming Rule' (Select) field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Random" +msgstr "" + +#: frappe/website/report/website_analytics/website_analytics.js:20 +msgid "Range" +msgstr "" + +#: frappe/desk/page/user_profile/user_profile_controller.js:402 +msgid "Rank" +msgstr "" + +#. Label of a Section Break field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "Rate Limiting" +msgstr "" + +#. Label of a Section Break field in DocType 'Blog Settings' +#: frappe/website/doctype/blog_settings/blog_settings.json +msgid "Rate Limits" +msgstr "" + +#. Label of a Int field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Rate limit for email link login" +msgstr "" + +#. Label of a Int field in DocType 'Communication' +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Rating" +msgstr "" + +#. Label of a Code field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/printing/doctype/print_format/print_format.py:89 +msgid "Raw Commands" +msgstr "" + +#. Label of a Code field in DocType 'Unhandled Email' +#: frappe/email/doctype/unhandled_email/unhandled_email.json +msgid "Raw Email" +msgstr "" + +#. Label of a Check field in DocType 'Print Format' +#. Label of a Section Break field in DocType 'Print Settings' +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Raw Printing" +msgstr "" + +#: frappe/printing/page/print/print.js:165 +msgid "Raw Printing Setting" +msgstr "" + +#: frappe/public/js/frappe/form/templates/print_layout.html:37 +msgid "Raw Printing Settings" +msgstr "" + +#: frappe/desk/doctype/console_log/console_log.js:6 +msgid "Re-Run in Console" +msgstr "" + +#: frappe/email/doctype/email_account/email_account.py:673 +msgid "Re:" +msgstr "" + +#: frappe/core/doctype/communication/communication.js:268 +#: frappe/public/js/frappe/form/footer/form_timeline.js:589 +#: frappe/public/js/frappe/views/communication.js:355 +msgid "Re: {0}" +msgstr "" + +#. Option for the 'Delivery Status' (Select) field in DocType 'Communication' +#. Label of a Check field in DocType 'Custom DocPerm' +#. Label of a Check field in DocType 'DocPerm' +#. Label of a Check field in DocType 'DocShare' +#. Label of a Check field in DocType 'User Document Type' +#. Label of a Check field in DocType 'Notification Log' +#. Option for the 'Action' (Select) field in DocType 'Email Flag Queue' +#: frappe/client.py:459 frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/docperm/docperm.json +#: frappe/core/doctype/docshare/docshare.json +#: frappe/core/doctype/user_document_type/user_document_type.json +#: frappe/desk/doctype/notification_log/notification_log.json +#: frappe/email/doctype/email_flag_queue/email_flag_queue.json +msgid "Read" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Label of a Check field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Label of a Check field in DocType 'Customize Form Field' +#. Label of a Check field in DocType 'Web Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/public/js/form_builder/form_builder.bundle.js:83 +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Read Only" +msgstr "" + +#. Label of a Code field in DocType 'Custom Field' +#. Label of a Code field in DocType 'Customize Form Field' +#. Label of a Code field in DocType 'Web Form Field' +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Read Only Depends On" +msgstr "" + +#. Label of a Code field in DocType 'DocField' +#: frappe/core/doctype/docfield/docfield.json +msgid "Read Only Depends On (JS)" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/navbar.html:16 +#: frappe/templates/includes/navbar/navbar_items.html:97 +msgid "Read Only Mode" +msgstr "" + +#. Label of a Int field in DocType 'Blog Post' +#: frappe/website/doctype/blog_post/blog_post.json +msgid "Read Time" +msgstr "" + +#. Label of a Check field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Read by Recipient" +msgstr "" + +#. Label of a Datetime field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Read by Recipient On" +msgstr "" + +#: frappe/desk/doctype/note/note.js:10 +msgid "Read mode" +msgstr "" + +#: frappe/utils/safe_exec.py:93 +msgid "Read the documentation to know more" +msgstr "" + +#. Label of a Markdown Editor field in DocType 'Package' +#: frappe/core/doctype/package/package.json +msgid "Readme" +msgstr "" + +#. Label of a Section Break field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Realtime (SocketIO)" +msgstr "" + +#. Label of a Long Text field in DocType 'Unhandled Email' +#. Label of a Text field in DocType 'Energy Point Log' +#: frappe/email/doctype/unhandled_email/unhandled_email.json +#: frappe/public/js/frappe/form/sidebar/review.js:85 +#: frappe/social/doctype/energy_point_log/energy_point_log.js:20 +#: frappe/social/doctype/energy_point_log/energy_point_log.json +msgid "Reason" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:820 +msgid "Rebuild" +msgstr "" + +#: frappe/public/js/frappe/views/treeview.js:475 +msgid "Rebuild Tree" +msgstr "" + +#: frappe/utils/nestedset.py:181 +msgid "Rebuilding of tree is not supported for {}" +msgstr "" + +#. Option for the 'Sent or Received' (Select) field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Received" +msgstr "" + +#: frappe/integrations/doctype/token_cache/token_cache.py:50 +msgid "Received an invalid token type." +msgstr "" + +#. Label of a Select field in DocType 'Notification Recipient' +#: frappe/email/doctype/notification_recipient/notification_recipient.json +msgid "Receiver By Document Field" +msgstr "" + +#. Label of a Link field in DocType 'Notification Recipient' +#: frappe/email/doctype/notification_recipient/notification_recipient.json +msgid "Receiver By Role" +msgstr "" + +#. Label of a Data field in DocType 'SMS Settings' +#: frappe/core/doctype/sms_settings/sms_settings.json +msgid "Receiver Parameter" +msgstr "" + +#: frappe/desk/page/user_profile/user_profile.html:39 +msgid "Recent Activity" +msgstr "" + +#: frappe/utils/password_strength.py:117 +msgid "Recent years are easy to guess." +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:532 +msgid "Recents" +msgstr "" + +#. Label of a Table field in DocType 'Email Queue' +#. Label of a Data field in DocType 'Email Queue Recipient' +#: frappe/email/doctype/email_queue/email_queue.json +#: frappe/email/doctype/email_queue_recipient/email_queue_recipient.json +msgid "Recipient" +msgstr "" + +#. Option for the 'Delivery Status' (Select) field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Recipient Unsubscribed" +msgstr "" + +#. Label of a Small Text field in DocType 'Auto Repeat' +#. Label of a Section Break field in DocType 'Notification' +#. Label of a Table field in DocType 'Notification' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/email/doctype/notification/notification.json +msgid "Recipients" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/recorder/recorder.json +msgid "Recorder" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/recorder_query/recorder_query.json +msgid "Recorder Query" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/recorder_suggested_index/recorder_suggested_index.json +msgid "Recorder Suggested Index" +msgstr "" + +#: frappe/core/doctype/user_permission/user_permission_help.html:2 +msgid "Records for following doctypes will be filtered" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1570 +msgid "Recursive Fetch From" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'DocType State' +#. Option for the 'Indicator' (Select) field in DocType 'Kanban Board Column' +#: frappe/core/doctype/doctype_state/doctype_state.json +#: frappe/desk/doctype/kanban_board_column/kanban_board_column.json +msgid "Red" +msgstr "" + +#. Label of a Select field in DocType 'Website Route Redirect' +#: frappe/website/doctype/website_route_redirect/website_route_redirect.json +msgid "Redirect HTTP Status" +msgstr "" + +#. Label of a Data field in DocType 'Connected App' +#: frappe/integrations/doctype/connected_app/connected_app.json +msgid "Redirect URI" +msgstr "" + +#. Label of a Data field in DocType 'OAuth Authorization Code' +#: frappe/integrations/doctype/oauth_authorization_code/oauth_authorization_code.json +msgid "Redirect URI Bound To Auth Code" +msgstr "" + +#. Label of a Text field in DocType 'OAuth Client' +#: frappe/integrations/doctype/oauth_client/oauth_client.json +msgid "Redirect URIs" +msgstr "" + +#. Label of a Small Text field in DocType 'User' +#. Label of a Data field in DocType 'Social Login Key' +#: frappe/core/doctype/user/user.json +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Redirect URL" +msgstr "" + +#. Description of the 'Default App' (Select) field in DocType 'System Settings' +#. Description of the 'Default App' (Select) field in DocType 'User' +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/core/doctype/user/user.json +msgid "Redirect to the selected app after login" +msgstr "" + +#. Description of the 'Welcome URL' (Data) field in DocType 'Email Group' +#: frappe/email/doctype/email_group/email_group.json +msgid "Redirect to this URL after successful confirmation." +msgstr "" + +#. Label of a Tab Break field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Redirects" +msgstr "" + +#: frappe/sessions.py:147 +msgid "Redis cache server not running. Please contact Administrator / Tech support" +msgstr "" + +#: frappe/public/js/frappe/form/toolbar.js:463 +msgid "Redo" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:163 +#: frappe/public/js/frappe/form/toolbar.js:471 +msgid "Redo last action" +msgstr "" + +#. Label of a Link field in DocType 'Report' +#: frappe/core/doctype/report/report.json +msgid "Ref DocType" +msgstr "" + +#: frappe/desk/doctype/form_tour/form_tour.js:38 +msgid "Referance Doctype and Dashboard Name both can't be used at the same time." +msgstr "" + +#. Label of a Section Break field in DocType 'Address' +#. Label of a Section Break field in DocType 'Contact' +#. Label of a Section Break field in DocType 'Activity Log' +#. Label of a Section Break field in DocType 'Communication' +#. Label of a Section Break field in DocType 'ToDo' +#. Label of a Section Break field in DocType 'Integration Request' +#: frappe/contacts/doctype/address/address.json +#: frappe/contacts/doctype/contact/contact.json +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/user_type/user_type_dashboard.py:5 +#: frappe/desk/doctype/todo/todo.json frappe/desk/report/todo/todo.py:42 +#: frappe/integrations/doctype/integration_request/integration_request.json +#: frappe/public/js/frappe/views/interaction.js:54 +msgid "Reference" +msgstr "" + +#. Label of a Select field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Reference Date" +msgstr "" + +#. Label of a Data field in DocType 'Email Queue' +#: frappe/email/doctype/email_queue/email_queue.json +msgid "Reference DocName" +msgstr "" + +#. Label of a Link field in DocType 'Error Log' +#. Label of a Link field in DocType 'Submission Queue' +#: frappe/core/doctype/error_log/error_log.json +#: frappe/core/doctype/submission_queue/submission_queue.json +msgid "Reference DocType" +msgstr "" + +#: frappe/email/doctype/email_unsubscribe/email_unsubscribe.py:26 +msgid "Reference DocType and Reference Name are required" +msgstr "" + +#. Label of a Dynamic Link field in DocType 'Submission Queue' +#. Label of a Dynamic Link field in DocType 'Discussion Topic' +#: frappe/core/doctype/submission_queue/submission_queue.json +#: frappe/website/doctype/discussion_topic/discussion_topic.json +msgid "Reference Docname" +msgstr "" + +#. Label of a Link field in DocType 'Discussion Topic' +#: frappe/core/doctype/communication/communication.js:143 +#: frappe/core/report/transaction_log_report/transaction_log_report.py:88 +#: frappe/website/doctype/discussion_topic/discussion_topic.json +msgid "Reference Doctype" +msgstr "" + +#. Label of a Dynamic Link field in DocType 'Auto Repeat' +#. Label of a Data field in DocType 'Access Log' +#. Label of a Link field in DocType 'Form Tour' +#. Label of a Link field in DocType 'Onboarding Step' +#. Label of a Data field in DocType 'Webhook Request Log' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/automation/doctype/auto_repeat/auto_repeat_schedule.html:4 +#: frappe/core/doctype/access_log/access_log.json +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +#: frappe/integrations/doctype/webhook_request_log/webhook_request_log.json +msgid "Reference Document" +msgstr "" + +#. Label of a Dynamic Link field in DocType 'Document Share Key' +#. Label of a Dynamic Link field in DocType 'Integration Request' +#: frappe/core/doctype/document_share_key/document_share_key.json +#: frappe/integrations/doctype/integration_request/integration_request.json +msgid "Reference Document Name" +msgstr "" + +#. Label of a Link field in DocType 'Auto Repeat' +#. Label of a Link field in DocType 'Activity Log' +#. Label of a Link field in DocType 'Comment' +#. Label of a Link field in DocType 'Communication' +#. Label of a Data field in DocType 'Custom DocPerm' +#. Label of a Data field in DocType 'Custom Role' +#. Label of a Link field in DocType 'Document Share Key' +#. Label of a Link field in DocType 'Server Script' +#. Label of a Link field in DocType 'Success Action' +#. Label of a Data field in DocType 'Transaction Log' +#. Label of a Link field in DocType 'View Log' +#. Label of a Link field in DocType 'Calendar View' +#. Label of a Link field in DocType 'Event Participants' +#. Label of a Link field in DocType 'Kanban Board' +#. Label of a Link field in DocType 'List Filter' +#. Label of a Link field in DocType 'Email Queue' +#. Label of a Link field in DocType 'Email Unsubscribe' +#. Label of a Link field in DocType 'Integration Request' +#. Label of a Link field in DocType 'Energy Point Log' +#. Label of a Link field in DocType 'Energy Point Rule' +#. Label of a Link field in DocType 'Portal Menu Item' +#. Label of a Link field in DocType 'Workflow Action' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/custom_role/custom_role.json +#: frappe/core/doctype/document_share_key/document_share_key.json +#: frappe/core/doctype/server_script/server_script.json +#: frappe/core/doctype/success_action/success_action.json +#: frappe/core/doctype/transaction_log/transaction_log.json +#: frappe/core/doctype/view_log/view_log.json +#: frappe/desk/doctype/calendar_view/calendar_view.json +#: frappe/desk/doctype/event_participants/event_participants.json +#: frappe/desk/doctype/kanban_board/kanban_board.json +#: frappe/desk/doctype/list_filter/list_filter.json +#: frappe/email/doctype/email_queue/email_queue.json +#: frappe/email/doctype/email_unsubscribe/email_unsubscribe.json +#: frappe/integrations/doctype/integration_request/integration_request.json +#: frappe/social/doctype/energy_point_log/energy_point_log.json +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +#: frappe/website/doctype/portal_menu_item/portal_menu_item.json +#: frappe/workflow/doctype/workflow_action/workflow_action.json +msgid "Reference Document Type" +msgstr "" + +#. Label of a Dynamic Link field in DocType 'Activity Log' +#. Label of a Dynamic Link field in DocType 'Comment' +#. Label of a Dynamic Link field in DocType 'Communication' +#. Label of a Data field in DocType 'Data Import Log' +#. Label of a Data field in DocType 'Error Log' +#. Label of a Dynamic Link field in DocType 'Event Participants' +#. Label of a Dynamic Link field in DocType 'ToDo' +#. Label of a Dynamic Link field in DocType 'Email Unsubscribe' +#. Label of a Data field in DocType 'Energy Point Log' +#. Label of a Dynamic Link field in DocType 'Workflow Action' +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.js:152 +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/data_import_log/data_import_log.json +#: frappe/core/doctype/error_log/error_log.json +#: frappe/core/report/transaction_log_report/transaction_log_report.py:94 +#: frappe/desk/doctype/event_participants/event_participants.json +#: frappe/desk/doctype/todo/todo.json +#: frappe/email/doctype/email_unsubscribe/email_unsubscribe.json +#: frappe/social/doctype/energy_point_log/energy_point_log.json +#: frappe/workflow/doctype/workflow_action/workflow_action.json +msgid "Reference Name" +msgstr "" + +#. Label of a Read Only field in DocType 'Activity Log' +#. Label of a Data field in DocType 'Comment' +#. Label of a Read Only field in DocType 'Communication' +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +msgid "Reference Owner" +msgstr "" + +#. Label of a Data field in DocType 'Report' +#. Label of a Link field in DocType 'Onboarding Step' +#. Label of a Data field in DocType 'Auto Email Report' +#: frappe/core/doctype/report/report.json +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Reference Report" +msgstr "" + +#. Label of a Link field in DocType 'ToDo' +#: frappe/desk/doctype/todo/todo.json +msgid "Reference Type" +msgstr "" + +#: frappe/social/doctype/energy_point_rule/energy_point_rule.py:145 +msgid "Reference document has been cancelled" +msgstr "" + +#. Label of a Dynamic Link field in DocType 'View Log' +#: frappe/core/doctype/view_log/view_log.json +msgid "Reference name" +msgstr "" + +#: frappe/templates/emails/auto_reply.html:3 +msgid "Reference: {0} {1}" +msgstr "" + +#. Label of a Data field in DocType 'Web Page View' +#: frappe/website/doctype/web_page_view/web_page_view.json +#: frappe/website/report/website_analytics/website_analytics.js:37 +msgid "Referrer" +msgstr "" + +#: frappe/printing/page/print/print.js:73 frappe/public/js/frappe/desk.js:134 +#: frappe/public/js/frappe/desk.js:533 +#: frappe/public/js/frappe/form/form.js:1132 +#: frappe/public/js/frappe/form/templates/print_layout.html:6 +#: frappe/public/js/frappe/list/base_list.js:65 +#: frappe/public/js/frappe/views/reports/query_report.js:1638 +#: frappe/public/js/frappe/views/treeview.js:462 +#: frappe/public/js/frappe/widgets/chart_widget.js:290 +#: frappe/public/js/frappe/widgets/number_card_widget.js:324 +#: frappe/public/js/print_format_builder/Preview.vue:24 +msgid "Refresh" +msgstr "" + +#: frappe/core/page/dashboard_view/dashboard_view.js:177 +msgid "Refresh All" +msgstr "" + +#. Label of a Button field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Refresh Google Sheet" +msgstr "" + +#. Label of a Password field in DocType 'Google Calendar' +#. Label of a Password field in DocType 'Google Contacts' +#. Label of a Data field in DocType 'Google Drive' +#. Label of a Data field in DocType 'OAuth Bearer Token' +#. Label of a Password field in DocType 'Token Cache' +#: frappe/integrations/doctype/google_calendar/google_calendar.json +#: frappe/integrations/doctype/google_contacts/google_contacts.json +#: frappe/integrations/doctype/google_drive/google_drive.json +#: frappe/integrations/doctype/oauth_bearer_token/oauth_bearer_token.json +#: frappe/integrations/doctype/token_cache/token_cache.json +msgid "Refresh Token" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:506 +msgctxt "Document count in list view" +msgid "Refreshing" +msgstr "" + +#: frappe/core/doctype/system_settings/system_settings.js:57 +#: frappe/core/doctype/user/user.js:361 +#: frappe/desk/page/setup_wizard/setup_wizard.js:204 +msgid "Refreshing..." +msgstr "" + +#: frappe/core/doctype/user/user.py:962 +msgid "Registered but disabled" +msgstr "" + +#. Option for the 'Delivery Status' (Select) field in DocType 'Communication' +#. Option for the 'Contribution Status' (Select) field in DocType 'Translation' +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/translation/translation.json +msgid "Rejected" +msgstr "" + +#: frappe/integrations/doctype/push_notification_settings/push_notification_settings.py:30 +msgid "Relay Server URL missing" +msgstr "" + +#. Label of a Section Break field in DocType 'Push Notification Settings' +#: frappe/integrations/doctype/push_notification_settings/push_notification_settings.json +msgid "Relay Settings" +msgstr "" + +#. Group in Package's connections +#: frappe/core/doctype/package/package.json +msgid "Release" +msgstr "" + +#. Label of a Markdown Editor field in DocType 'Package Release' +#: frappe/core/doctype/package_release/package_release.json +msgid "Release Notes" +msgstr "" + +#: frappe/core/doctype/communication/communication.js:48 +#: frappe/core/doctype/communication/communication.js:159 +msgid "Relink" +msgstr "" + +#: frappe/core/doctype/communication/communication.js:138 +msgid "Relink Communication" +msgstr "" + +#. Option for the 'Comment Type' (Select) field in DocType 'Comment' +#. Option for the 'Comment Type' (Select) field in DocType 'Communication' +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +msgid "Relinked" +msgstr "" + +#. Label of a standard navbar item +#. Type: Action +#: frappe/custom/doctype/customize_form/customize_form.js:120 frappe/hooks.py +#: frappe/public/js/frappe/form/toolbar.js:409 +msgid "Reload" +msgstr "" + +#: frappe/public/js/frappe/form/controls/attach.js:16 +msgid "Reload File" +msgstr "" + +#: frappe/public/js/frappe/list/base_list.js:249 +msgid "Reload List" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:100 +msgid "Reload Report" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Remember Last Selected Value" +msgstr "" + +#. Label of a Datetime field in DocType 'Reminder' +#: frappe/automation/doctype/reminder/reminder.json +#: frappe/public/js/frappe/form/reminders.js:33 +msgid "Remind At" +msgstr "" + +#: frappe/public/js/frappe/form/toolbar.js:437 +msgid "Remind Me" +msgstr "" + +#: frappe/public/js/frappe/form/reminders.js:13 +msgid "Remind Me In" +msgstr "" + +#. Name of a DocType +#: frappe/automation/doctype/reminder/reminder.json +msgid "Reminder" +msgstr "" + +#: frappe/automation/doctype/reminder/reminder.py:39 +msgid "Reminder cannot be created in past." +msgstr "" + +#: frappe/public/js/frappe/form/reminders.js:96 +msgid "Reminder set at {0}" +msgstr "" + +#: frappe/public/js/frappe/form/templates/form_sidebar.html:14 +#: frappe/public/js/frappe/ui/filters/edit_filter.html:4 +#: frappe/public/js/frappe/ui/group_by/group_by.html:4 +msgid "Remove" +msgstr "" + +#: frappe/core/doctype/rq_job/rq_job_list.js:8 +msgid "Remove Failed Jobs" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:488 +msgid "Remove Field" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:427 +msgid "Remove Section" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:138 +msgid "Remove all customizations?" +msgstr "" + +#: frappe/public/js/form_builder/components/Section.vue:286 +msgid "Remove all fields in the column" +msgstr "" + +#: frappe/public/js/form_builder/components/Section.vue:278 +#: frappe/public/js/frappe/utils/datatable.js:9 +#: frappe/public/js/print_format_builder/PrintFormatSection.vue:120 +msgid "Remove column" +msgstr "" + +#: frappe/public/js/form_builder/components/Field.vue:246 +msgid "Remove field" +msgstr "" + +#: frappe/public/js/form_builder/components/Section.vue:279 +msgid "Remove last column" +msgstr "" + +#: frappe/public/js/print_format_builder/PrintFormatSection.vue:130 +msgid "Remove page break" +msgstr "" + +#: frappe/public/js/form_builder/components/Section.vue:266 +#: frappe/public/js/print_format_builder/PrintFormatSection.vue:135 +msgid "Remove section" +msgstr "" + +#: frappe/public/js/form_builder/components/Tabs.vue:140 +msgid "Remove tab" +msgstr "" + +#: frappe/core/doctype/file/file.py:154 +msgid "Removed {0}" +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.js:137 +#: frappe/public/js/frappe/form/toolbar.js:235 +#: frappe/public/js/frappe/form/toolbar.js:239 +#: frappe/public/js/frappe/form/toolbar.js:399 +#: frappe/public/js/frappe/model/model.js:752 +#: frappe/public/js/frappe/views/treeview.js:277 +msgid "Rename" +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.js:116 +#: frappe/custom/doctype/custom_field/custom_field.js:136 +msgid "Rename Fieldname" +msgstr "" + +#: frappe/public/js/frappe/model/model.js:739 +msgid "Rename {0}" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:684 +msgid "Renamed files and replaced code in controllers, please check!" +msgstr "" + +#: frappe/public/js/print_format_builder/PrintFormatSection.vue:17 +msgid "Render labels to the left and values to the right in this section" +msgstr "" + +#: frappe/core/doctype/communication/communication.js:43 +#: frappe/desk/doctype/todo/todo.js:36 +msgid "Reopen" +msgstr "" + +#: frappe/public/js/frappe/form/toolbar.js:480 +msgid "Repeat" +msgstr "" + +#. Label of a Check field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Repeat Header and Footer" +msgstr "" + +#. Label of a Select field in DocType 'Event' +#: frappe/desk/doctype/event/event.json +msgid "Repeat On" +msgstr "" + +#. Label of a Date field in DocType 'Event' +#: frappe/desk/doctype/event/event.json +msgid "Repeat Till" +msgstr "" + +#. Label of a Int field in DocType 'Auto Repeat' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +msgid "Repeat on Day" +msgstr "" + +#. Label of a Table field in DocType 'Auto Repeat' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +msgid "Repeat on Days" +msgstr "" + +#. Label of a Check field in DocType 'Auto Repeat' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +msgid "Repeat on Last Day of the Month" +msgstr "" + +#. Label of a Check field in DocType 'Event' +#: frappe/desk/doctype/event/event.json +msgid "Repeat this Event" +msgstr "" + +#: frappe/utils/password_strength.py:104 +msgid "Repeats like \"aaa\" are easy to guess" +msgstr "" + +#: frappe/utils/password_strength.py:99 +msgid "Repeats like \"abcabcabc\" are only slightly harder to guess than \"abc\"" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/form_sidebar.js:135 +msgid "Repeats {0}" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Contact' +#. Option for the 'Status' (Select) field in DocType 'Communication' +#: frappe/contacts/doctype/contact/contact.json +#: frappe/core/doctype/communication/communication.json +msgid "Replied" +msgstr "" + +#. Label of a Text Editor field in DocType 'Discussion Reply' +#: frappe/core/doctype/communication/communication.js:57 +#: frappe/public/js/frappe/form/footer/form_timeline.js:552 +#: frappe/website/doctype/discussion_reply/discussion_reply.json +msgid "Reply" +msgstr "" + +#: frappe/core/doctype/communication/communication.js:62 +msgid "Reply All" +msgstr "" + +#. Label of a Check field in DocType 'Custom DocPerm' +#. Label of a Link field in DocType 'Custom Role' +#. Label of a Check field in DocType 'DocPerm' +#. Linked DocType in DocType's connections +#. Name of a DocType +#. Option for the 'Set Role For' (Select) field in DocType 'Role Permission for +#. Page and Report' +#. Label of a Link field in DocType 'Role Permission for Page and Report' +#. Label of a Link in the Build Workspace +#. Label of a shortcut in the Build Workspace +#. Option for the 'Chart Type' (Select) field in DocType 'Dashboard Chart' +#. Option for the 'Select List View' (Select) field in DocType 'Form Tour' +#. Option for the 'Type' (Select) field in DocType 'Number Card' +#. Label of a Tab Break field in DocType 'System Health Report' +#. Option for the 'Link Type' (Select) field in DocType 'Workspace Link' +#. Option for the 'Type' (Select) field in DocType 'Workspace Shortcut' +#. Label of a Link field in DocType 'Auto Email Report' +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/custom_role/custom_role.json +#: frappe/core/doctype/docperm/docperm.json +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/report/report.json +#: frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.json +#: frappe/core/workspace/build/build.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/desk/doctype/system_health_report/system_health_report.json +#: frappe/desk/doctype/workspace_link/workspace_link.json +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +#: frappe/public/js/frappe/request.js:610 +msgid "Report" +msgstr "" + +#. Option for the 'Report Type' (Select) field in DocType 'Report' +#. Option for the 'DocType View' (Select) field in DocType 'Workspace Shortcut' +#: frappe/core/doctype/report/report.json +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +#: frappe/public/js/frappe/list/list_view_select.js:66 +msgid "Report Builder" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/report_column/report_column.json +msgid "Report Column" +msgstr "" + +#. Label of a Data field in DocType 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Report Description" +msgstr "" + +#: frappe/core/doctype/report/report.py:145 +msgid "Report Document Error" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/report_filter/report_filter.json +msgid "Report Filter" +msgstr "" + +#. Label of a Section Break field in DocType 'Auto Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Report Filters" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Report Hide" +msgstr "" + +#. Label of a Section Break field in DocType 'Access Log' +#: frappe/core/doctype/access_log/access_log.json +msgid "Report Information" +msgstr "" + +#. Name of a role +#: frappe/core/doctype/report/report.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Report Manager" +msgstr "" + +#. Label of a Data field in DocType 'Access Log' +#. Label of a Data field in DocType 'Prepared Report' +#. Label of a Data field in DocType 'Report' +#. Label of a Link field in DocType 'Dashboard Chart' +#. Label of a Link field in DocType 'Number Card' +#: frappe/core/doctype/access_log/access_log.json +#: frappe/core/doctype/prepared_report/prepared_report.json +#: frappe/core/doctype/report/report.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/public/js/frappe/views/reports/query_report.js:1819 +msgid "Report Name" +msgstr "" + +#: frappe/desk/doctype/number_card/number_card.py:66 +msgid "Report Name, Report Field and Fucntion are required to create a number card" +msgstr "" + +#. Label of a Link field in DocType 'Workspace Link' +#: frappe/desk/doctype/workspace_link/workspace_link.json +msgid "Report Ref DocType" +msgstr "" + +#. Label of a Data field in DocType 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Report Reference Doctype" +msgstr "" + +#. Label of a Select field in DocType 'Report' +#. Label of a Data field in DocType 'Onboarding Step' +#. Label of a Read Only field in DocType 'Auto Email Report' +#: frappe/core/doctype/report/report.json +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Report Type" +msgstr "" + +#: frappe/public/js/frappe/list/base_list.js:203 +msgid "Report View" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1771 +msgid "Report cannot be set for Single types" +msgstr "" + +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:208 +#: frappe/desk/doctype/number_card/number_card.js:191 +msgid "Report has no data, please modify the filters or change the Report Name" +msgstr "" + +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:196 +#: frappe/desk/doctype/number_card/number_card.js:186 +msgid "Report has no numeric fields, please change the Report Name" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:940 +msgid "Report initiated, click to view status" +msgstr "" + +#: frappe/email/doctype/auto_email_report/auto_email_report.py:108 +msgid "Report limit reached" +msgstr "" + +#: frappe/core/doctype/prepared_report/prepared_report.py:213 +msgid "Report timed out." +msgstr "" + +#: frappe/desk/query_report.py:574 +msgid "Report updated successfully" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1281 +msgid "Report was not saved (there were errors)" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:1857 +msgid "Report with more than 10 columns looks better in Landscape mode." +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:251 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:252 +msgid "Report {0}" +msgstr "" + +#: frappe/desk/reportview.py:340 +msgid "Report {0} deleted" +msgstr "" + +#: frappe/desk/query_report.py:53 +msgid "Report {0} is disabled" +msgstr "" + +#: frappe/desk/reportview.py:317 +msgid "Report {0} saved" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:20 +msgid "Report:" +msgstr "" + +#. Label of a Section Break field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:547 +msgid "Reports" +msgstr "" + +#: frappe/patches/v14_0/update_workspace2.py:50 +msgid "Reports & Masters" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:856 +msgid "Reports already in Queue" +msgstr "" + +#. Description of a DocType +#: frappe/core/doctype/user/user.json +msgid "Represents a User in the system." +msgstr "" + +#. Description of a DocType +#: frappe/workflow/doctype/workflow_document_state/workflow_document_state.json +msgid "Represents the states allowed in one document and role assigned to change the state." +msgstr "" + +#: frappe/www/me.html:66 +msgid "Request Account Deletion" +msgstr "" + +#. Label of a Code field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "Request Body" +msgstr "" + +#. Label of a Code field in DocType 'Integration Request' +#: frappe/integrations/doctype/integration_request/integration_request.json +msgid "Request Data" +msgstr "" + +#. Label of a Data field in DocType 'Integration Request' +#: frappe/integrations/doctype/integration_request/integration_request.json +msgid "Request Description" +msgstr "" + +#. Label of a Code field in DocType 'Recorder' +#. Label of a Code field in DocType 'Integration Request' +#: frappe/core/doctype/recorder/recorder.json +#: frappe/integrations/doctype/integration_request/integration_request.json +msgid "Request Headers" +msgstr "" + +#. Label of a Data field in DocType 'Integration Request' +#: frappe/integrations/doctype/integration_request/integration_request.json +msgid "Request ID" +msgstr "" + +#. Label of a Int field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "Request Limit" +msgstr "" + +#. Label of a Select field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "Request Method" +msgstr "" + +#. Label of a Select field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "Request Structure" +msgstr "" + +#: frappe/public/js/frappe/request.js:228 +msgid "Request Timed Out" +msgstr "" + +#. Label of a Int field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +#: frappe/public/js/frappe/request.js:241 +msgid "Request Timeout" +msgstr "" + +#. Label of a Small Text field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "Request URL" +msgstr "" + +#. Label of a Select field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "Require Trusted Certificate" +msgstr "" + +#. Description of the 'LDAP search path for Groups' (Data) field in DocType +#. 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "Requires any valid fdn path. i.e. ou=groups,dc=example,dc=com" +msgstr "" + +#. Description of the 'LDAP search path for Users' (Data) field in DocType +#. 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "Requires any valid fdn path. i.e. ou=users,dc=example,dc=com" +msgstr "" + +#: frappe/core/doctype/communication/communication.js:279 +msgid "Res: {0}" +msgstr "" + +#: frappe/desk/doctype/form_tour/form_tour.js:101 +#: frappe/desk/doctype/global_search_settings/global_search_settings.js:19 +#: frappe/desk/doctype/module_onboarding/module_onboarding.js:17 +#: frappe/website/doctype/portal_settings/portal_settings.js:19 +msgid "Reset" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:136 +msgid "Reset All Customizations" +msgstr "" + +#: frappe/public/js/print_format_builder/print_format_builder.bundle.js:21 +#: frappe/public/js/workflow_builder/workflow_builder.bundle.js:37 +msgid "Reset Changes" +msgstr "" + +#: frappe/public/js/frappe/widgets/chart_widget.js:305 +msgid "Reset Chart" +msgstr "" + +#: frappe/public/js/frappe/views/dashboard/dashboard_view.js:38 +msgid "Reset Dashboard Customizations" +msgstr "" + +#: frappe/public/js/frappe/list/list_settings.js:230 +msgid "Reset Fields" +msgstr "" + +#: frappe/core/doctype/user/user.js:177 frappe/core/doctype/user/user.js:180 +msgid "Reset LDAP Password" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:128 +msgid "Reset Layout" +msgstr "" + +#: frappe/core/doctype/user/user.js:228 +msgid "Reset OTP Secret" +msgstr "" + +#: frappe/core/doctype/user/user.js:161 frappe/www/login.html:179 +#: frappe/www/me.html:35 frappe/www/me.html:44 +#: frappe/www/update-password.html:3 frappe/www/update-password.html:9 +msgid "Reset Password" +msgstr "" + +#. Label of a Data field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Reset Password Key" +msgstr "" + +#. Label of a Duration field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Reset Password Link Expiry Duration" +msgstr "" + +#. Label of a Link field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Reset Password Template" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager.js:109 +msgid "Reset Permissions for {0}?" +msgstr "" + +#: frappe/public/js/form_builder/components/Field.vue:114 +msgid "Reset To Default" +msgstr "" + +#: frappe/public/js/frappe/utils/datatable.js:8 +msgid "Reset sorting" +msgstr "" + +#: frappe/www/me.html:36 +msgid "Reset the password for your account" +msgstr "" + +#: frappe/public/js/frappe/form/grid_row.js:410 +msgid "Reset to default" +msgstr "" + +#: frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js:19 +msgid "Reset to defaults" +msgstr "" + +#: frappe/templates/emails/password_reset.html:3 +msgid "Reset your password" +msgstr "" + +#. Label of a Text Editor field in DocType 'Email Template' +#. Label of a Section Break field in DocType 'Integration Request' +#. Label of a Code field in DocType 'Webhook Request Log' +#: frappe/email/doctype/email_template/email_template.json +#: frappe/integrations/doctype/integration_request/integration_request.json +#: frappe/integrations/doctype/webhook_request_log/webhook_request_log.json +msgid "Response" +msgstr "" + +#. Label of a Code field in DocType 'Email Template' +#: frappe/email/doctype/email_template/email_template.json +msgid "Response " +msgstr "" + +#. Label of a Select field in DocType 'OAuth Client' +#: frappe/integrations/doctype/oauth_client/oauth_client.json +msgid "Response Type" +msgstr "" + +#: frappe/public/js/frappe/ui/notifications/notifications.js:407 +msgid "Rest of the day" +msgstr "" + +#: frappe/core/doctype/deleted_document/deleted_document.js:11 +#: frappe/core/doctype/deleted_document/deleted_document_list.js:48 +msgid "Restore" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager.js:502 +msgid "Restore Original Permissions" +msgstr "" + +#: frappe/website/doctype/portal_settings/portal_settings.js:20 +msgid "Restore to default settings?" +msgstr "" + +#. Label of a Check field in DocType 'Deleted Document' +#: frappe/core/doctype/deleted_document/deleted_document.json +msgid "Restored" +msgstr "" + +#: frappe/core/doctype/deleted_document/deleted_document.py:74 +msgid "Restoring Deleted Document" +msgstr "" + +#. Label of a Small Text field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Restrict IP" +msgstr "" + +#. Label of a Link field in DocType 'DocType' +#. Label of a Link field in DocType 'Module Def' +#. Label of a Link field in DocType 'Page' +#. Label of a Link field in DocType 'Role' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/module_def/module_def.json +#: frappe/core/doctype/page/page.json frappe/core/doctype/role/role.json +msgid "Restrict To Domain" +msgstr "" + +#. Label of a Link field in DocType 'Workspace' +#. Label of a Link field in DocType 'Workspace Shortcut' +#: frappe/desk/doctype/workspace/workspace.json +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +msgid "Restrict to Domain" +msgstr "" + +#. Description of the 'Restrict IP' (Small Text) field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Restrict user from this IP address only. Multiple IP addresses can be added by separating with commas. Also accepts partial IP addresses like (111.111.111)" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:174 +msgctxt "Title of message showing restrictions in list view" +msgid "Restrictions" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:356 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:371 +msgid "Result" +msgstr "" + +#: frappe/email/doctype/email_queue/email_queue_list.js:27 +msgid "Resume Sending" +msgstr "" + +#. Label of a Int field in DocType 'Email Queue' +#: frappe/core/doctype/data_import/data_import.js:110 +#: frappe/desk/page/setup_wizard/setup_wizard.js:285 +#: frappe/email/doctype/email_queue/email_queue.json +msgid "Retry" +msgstr "" + +#: frappe/email/doctype/email_queue/email_queue_list.js:47 +msgid "Retry Sending" +msgstr "" + +#: frappe/www/qrcode.html:15 +msgid "Return to the Verification screen and enter the code displayed by your authentication app" +msgstr "" + +#. Label of a Check field in DocType 'Desktop Icon' +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +msgid "Reverse Icon Color" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Energy Point Log' +#: frappe/social/doctype/energy_point_log/energy_point_log.js:10 +#: frappe/social/doctype/energy_point_log/energy_point_log.js:15 +#: frappe/social/doctype/energy_point_log/energy_point_log.json +msgid "Revert" +msgstr "" + +#. Label of a Link field in DocType 'Energy Point Log' +#: frappe/social/doctype/energy_point_log/energy_point_log.json +msgid "Revert Of" +msgstr "" + +#. Label of a Check field in DocType 'Energy Point Log' +#: frappe/social/doctype/energy_point_log/energy_point_log.json +msgid "Reverted" +msgstr "" + +#: frappe/database/schema.py:156 +msgid "Reverting length to {0} for '{1}' in '{2}'. Setting the length as {3} will cause truncation of data." +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Energy Point Log' +#: frappe/social/doctype/energy_point_log/energy_point_log.json +msgid "Review" +msgstr "" + +#. Name of a DocType +#: frappe/social/doctype/review_level/review_level.json +msgid "Review Level" +msgstr "" + +#. Label of a Table field in DocType 'Energy Point Settings' +#: frappe/social/doctype/energy_point_settings/energy_point_settings.json +msgid "Review Levels" +msgstr "" + +#. Label of a Int field in DocType 'Review Level' +#: frappe/desk/page/user_profile/user_profile_controller.js:402 +#: frappe/social/doctype/review_level/review_level.json +msgid "Review Points" +msgstr "" + +#: frappe/public/js/frappe/form/templates/form_sidebar.html:87 +msgid "Reviews" +msgstr "" + +#. Label of a Data field in DocType 'Connected App' +#: frappe/integrations/doctype/connected_app/connected_app.json +msgid "Revocation URI" +msgstr "" + +#: frappe/www/third_party_apps.html:45 +msgid "Revoke" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'OAuth Bearer Token' +#: frappe/integrations/doctype/oauth_bearer_token/oauth_bearer_token.json +msgid "Revoked" +msgstr "" + +#. Option for the 'Content Type' (Select) field in DocType 'Newsletter' +#. Option for the 'Content Type' (Select) field in DocType 'Blog Post' +#. Option for the 'Content Type' (Select) field in DocType 'Web Page' +#: frappe/email/doctype/newsletter/newsletter.json +#: frappe/website/doctype/blog_post/blog_post.json +#: frappe/website/doctype/web_page/web_page.js:92 +#: frappe/website/doctype/web_page/web_page.json +msgid "Rich Text" +msgstr "" + +#. Option for the 'Position' (Select) field in DocType 'Form Tour Step' +#. Option for the 'Align' (Select) field in DocType 'Letter Head' +#. Option for the 'Text Align' (Select) field in DocType 'Web Page' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +#: frappe/printing/doctype/letter_head/letter_head.json +#: frappe/website/doctype/web_page/web_page.json +msgid "Right" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:484 +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:156 +msgctxt "alignment" +msgid "Right" +msgstr "" + +#. Option for the 'Position' (Select) field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Right Bottom" +msgstr "" + +#. Option for the 'Position' (Select) field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Right Center" +msgstr "" + +#. Label of a Code field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Robots.txt" +msgstr "" + +#. Label of a Link field in DocType 'Custom DocPerm' +#. Label of a Table field in DocType 'Custom Role' +#. Label of a Link field in DocType 'DocPerm' +#. Label of a Link field in DocType 'Has Role' +#. Name of a DocType +#. Label of a Link field in DocType 'User Type' +#. Label of a Link in the Users Workspace +#. Label of a shortcut in the Users Workspace +#. Label of a Link field in DocType 'Onboarding Permission' +#. Label of a Link field in DocType 'ToDo' +#. Label of a Link field in DocType 'OAuth Client Role' +#. Label of a Link field in DocType 'Review Level' +#. Label of a Link field in DocType 'Portal Menu Item' +#. Label of a Link field in DocType 'Workflow Action Permitted Role' +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/custom_role/custom_role.json +#: frappe/core/doctype/docperm/docperm.json +#: frappe/core/doctype/has_role/has_role.json +#: frappe/core/doctype/role/role.json +#: frappe/core/doctype/user_type/user_type.json +#: frappe/core/doctype/user_type/user_type.py:109 +#: frappe/core/page/permission_manager/permission_manager.js:212 +#: frappe/core/page/permission_manager/permission_manager.js:449 +#: frappe/core/workspace/users/users.json +#: frappe/desk/doctype/onboarding_permission/onboarding_permission.json +#: frappe/desk/doctype/todo/todo.json +#: frappe/integrations/doctype/oauth_client_role/oauth_client_role.json +#: frappe/social/doctype/review_level/review_level.json +#: frappe/website/doctype/portal_menu_item/portal_menu_item.json +#: frappe/workflow/doctype/workflow_action_permitted_role/workflow_action_permitted_role.json +msgid "Role" +msgstr "" + +#: frappe/core/doctype/role/role.js:8 +msgid "Role 'All' will be given to all system + website users." +msgstr "" + +#: frappe/core/doctype/role/role.js:13 +msgid "Role 'Desk User' will be given to all system users." +msgstr "" + +#. Label of a Data field in DocType 'Role' +#. Label of a Data field in DocType 'Role Profile' +#: frappe/core/doctype/role/role.json +#: frappe/core/doctype/role_profile/role_profile.json +msgid "Role Name" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Users Workspace +#: frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.json +#: frappe/core/workspace/users/users.json +msgid "Role Permission for Page and Report" +msgstr "" + +#. Label of a Section Break field in DocType 'User Document Type' +#: frappe/core/doctype/user_document_type/user_document_type.json +#: frappe/public/js/frappe/roles_editor.js:102 +msgid "Role Permissions" +msgstr "" + +#. Label of a Link in the Users Workspace +#: frappe/core/page/permission_manager/permission_manager.js:4 +#: frappe/core/workspace/users/users.json +msgid "Role Permissions Manager" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1687 +msgctxt "Button in list view menu" +msgid "Role Permissions Manager" +msgstr "" + +#. Name of a DocType +#. Label of a Link field in DocType 'User' +#. Label of a Link in the Users Workspace +#: frappe/core/doctype/role_profile/role_profile.json +#: frappe/core/doctype/user/user.json frappe/core/workspace/users/users.json +msgid "Role Profile" +msgstr "" + +#. Label of a Section Break field in DocType 'Custom DocPerm' +#. Label of a Section Break field in DocType 'DocPerm' +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/docperm/docperm.json +msgid "Role and Level" +msgstr "" + +#: frappe/core/doctype/user/user.py:299 +msgid "Role has been set as per the user type {0}" +msgstr "" + +#. Label of a Table field in DocType 'Page' +#. Label of a Table field in DocType 'Report' +#. Label of a Table field in DocType 'Role Permission for Page and Report' +#. Label of a Section Break field in DocType 'User' +#. Label of a Section Break field in DocType 'Custom HTML Block' +#. Label of a Table field in DocType 'Custom HTML Block' +#. Label of a Table field in DocType 'Dashboard Chart' +#. Label of a Table field in DocType 'Workspace' +#. Label of a Tab Break field in DocType 'Workspace' +#: frappe/core/doctype/page/page.json frappe/core/doctype/report/report.json +#: frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.json +#: frappe/core/doctype/user/user.json +#: frappe/core/page/permission_manager/permission_manager.js:59 +#: frappe/desk/doctype/custom_html_block/custom_html_block.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/workspace/workspace.json +msgid "Roles" +msgstr "" + +#. Label of a Tab Break field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Roles & Permissions" +msgstr "" + +#. Label of a Table field in DocType 'Role Profile' +#. Label of a Table field in DocType 'User' +#: frappe/core/doctype/role_profile/role_profile.json +#: frappe/core/doctype/user/user.json +msgid "Roles Assigned" +msgstr "" + +#. Label of a HTML field in DocType 'Role Profile' +#. Label of a HTML field in DocType 'User' +#: frappe/core/doctype/role_profile/role_profile.json +#: frappe/core/doctype/user/user.json +msgid "Roles HTML" +msgstr "" + +#. Label of a HTML field in DocType 'Role Permission for Page and Report' +#: frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.json +msgid "Roles Html" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:7 +msgid "Roles can be set for users from their User page." +msgstr "" + +#: frappe/utils/nestedset.py:284 +msgid "Root {0} cannot be deleted" +msgstr "" + +#. Option for the 'Rule' (Select) field in DocType 'Assignment Rule' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +msgid "Round Robin" +msgstr "" + +#. Label of a Select field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Rounding Method" +msgstr "" + +#. Label of a Data field in DocType 'DocType' +#. Option for the 'Action Type' (Select) field in DocType 'DocType Action' +#. Option for the 'Item Type' (Select) field in DocType 'Navbar Item' +#. Label of a Data field in DocType 'Navbar Item' +#. Label of a Data field in DocType 'DocType Layout' +#. Label of a Data field in DocType 'Route History' +#. Label of a Data field in DocType 'Newsletter' +#. Label of a Data field in DocType 'Blog Category' +#. Label of a Data field in DocType 'Blog Post' +#. Label of a Data field in DocType 'Help Article' +#. Label of a Data field in DocType 'Help Category' +#. Label of a Data field in DocType 'Portal Menu Item' +#. Label of a Data field in DocType 'Web Form' +#. Label of a Data field in DocType 'Web Page' +#. Label of a Data field in DocType 'Website Sidebar Item' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/doctype_action/doctype_action.json +#: frappe/core/doctype/navbar_item/navbar_item.json +#: frappe/custom/doctype/doctype_layout/doctype_layout.json +#: frappe/desk/doctype/route_history/route_history.json +#: frappe/email/doctype/newsletter/newsletter.json +#: frappe/website/doctype/blog_category/blog_category.json +#: frappe/website/doctype/blog_post/blog_post.json +#: frappe/website/doctype/help_article/help_article.json +#: frappe/website/doctype/help_category/help_category.json +#: frappe/website/doctype/portal_menu_item/portal_menu_item.json +#: frappe/website/doctype/web_form/web_form.json +#: frappe/website/doctype/web_page/web_page.json +#: frappe/website/doctype/website_sidebar_item/website_sidebar_item.json +msgid "Route" +msgstr "" + +#. Linked DocType in User's connections +#. Name of a DocType +#: frappe/core/doctype/user/user.json +#: frappe/desk/doctype/route_history/route_history.json +msgid "Route History" +msgstr "" + +#. Label of a Table field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Route Redirects" +msgstr "" + +#. Description of the 'Home Page' (Data) field in DocType 'Role' +#: frappe/core/doctype/role/role.json +msgid "Route: Example \"/app\"" +msgstr "" + +#: frappe/model/base_document.py:727 frappe/model/base_document.py:768 +#: frappe/model/document.py:614 +msgid "Row" +msgstr "" + +#: frappe/core/doctype/version/version_view.html:73 +msgid "Row #" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1793 +#: frappe/core/doctype/doctype/doctype.py:1803 +msgid "Row # {0}: Non administrator user can not set the role {1} to the custom doctype" +msgstr "" + +#: frappe/model/base_document.py:886 +msgid "Row #{0}:" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:485 +msgid "Row #{}: Fieldname is required" +msgstr "" + +#. Label of a Data field in DocType 'Transaction Log' +#: frappe/core/doctype/transaction_log/transaction_log.json +msgid "Row Index" +msgstr "" + +#. Label of a Code field in DocType 'Data Import Log' +#: frappe/core/doctype/data_import_log/data_import_log.json +msgid "Row Indexes" +msgstr "" + +#. Label of a Data field in DocType 'Property Setter' +#: frappe/custom/doctype/property_setter/property_setter.json +msgid "Row Name" +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:488 +msgid "Row Number" +msgstr "" + +#: frappe/core/doctype/version/version_view.html:68 +msgid "Row Values Changed" +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:372 +msgid "Row {0}" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.py:349 +msgid "Row {0}: Not allowed to disable Mandatory for standard fields" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.py:338 +msgid "Row {0}: Not allowed to enable Allow on Submit for standard fields" +msgstr "" + +#. Label of a Section Break field in DocType 'Audit Trail' +#: frappe/core/doctype/audit_trail/audit_trail.json +#: frappe/core/doctype/version/version_view.html:32 +msgid "Rows Added" +msgstr "" + +#. Label of a Section Break field in DocType 'Audit Trail' +#: frappe/core/doctype/audit_trail/audit_trail.json +#: frappe/core/doctype/version/version_view.html:32 +msgid "Rows Removed" +msgstr "" + +#. Label of a Select field in DocType 'Assignment Rule' +#. Label of a Link field in DocType 'Energy Point Log' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +#: frappe/social/doctype/energy_point_log/energy_point_log.json +msgid "Rule" +msgstr "" + +#. Label of a Section Break field in DocType 'Document Naming Rule' +#: frappe/core/doctype/document_naming_rule/document_naming_rule.json +msgid "Rule Conditions" +msgstr "" + +#. Label of a Data field in DocType 'Energy Point Rule' +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +msgid "Rule Name" +msgstr "" + +#: frappe/permissions.py:649 +msgid "Rule for this doctype, role, permlevel and if-owner combination already exists." +msgstr "" + +#. Group in DocType's connections +#: frappe/core/doctype/doctype/doctype.json +msgid "Rules" +msgstr "" + +#. Description of the 'Transitions' (Table) field in DocType 'Workflow' +#: frappe/workflow/doctype/workflow/workflow.json +msgid "Rules defining transition of state in the workflow." +msgstr "" + +#. Description of the 'Transition Rules' (Section Break) field in DocType +#. 'Workflow' +#: frappe/workflow/doctype/workflow/workflow.json +msgid "Rules for how states are transitions, like next state and which role is allowed to change state etc." +msgstr "" + +#. Description of the 'Priority' (Int) field in DocType 'Document Naming Rule' +#: frappe/core/doctype/document_naming_rule/document_naming_rule.json +msgid "Rules with higher priority number will be applied first." +msgstr "" + +#. Label of a Int field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Run Jobs only Daily if Inactive For (Days)" +msgstr "" + +#. Description of the 'Enable Scheduled Jobs' (Check) field in DocType 'System +#. Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Run scheduled jobs only if checked" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Integrations Workspace +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +#: frappe/integrations/workspace/integrations/integrations.json +msgid "S3 Backup Settings" +msgstr "" + +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.js:18 +msgid "S3 Backup complete!" +msgstr "" + +#. Label of a Section Break field in DocType 'S3 Backup Settings' +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +msgid "S3 Bucket Details" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Communication' +#. Option for the 'Two Factor Authentication method' (Select) field in DocType +#. 'System Settings' +#. Option for the 'Channel' (Select) field in DocType 'Notification' +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/email/doctype/notification/notification.json +msgid "SMS" +msgstr "" + +#. Label of a Small Text field in DocType 'SMS Settings' +#: frappe/core/doctype/sms_settings/sms_settings.json +msgid "SMS Gateway URL" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/sms_parameter/sms_parameter.json +msgid "SMS Parameter" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Integrations Workspace +#: frappe/core/doctype/sms_settings/sms_settings.json +#: frappe/integrations/workspace/integrations/integrations.json +msgid "SMS Settings" +msgstr "" + +#: frappe/core/doctype/sms_settings/sms_settings.py:109 +msgid "SMS sent successfully" +msgstr "" + +#: frappe/templates/includes/login/login.js:377 +msgid "SMS was not sent. Please contact Administrator." +msgstr "" + +#: frappe/email/doctype/email_account/email_account.py:188 +msgid "SMTP Server is required" +msgstr "" + +#. Description of the 'Enable Outgoing' (Check) field in DocType 'Email +#. Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "SMTP Settings for outgoing emails" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'System Console' +#: frappe/desk/doctype/system_console/system_console.json +msgid "SQL" +msgstr "" + +#. Description of the 'Condition' (Small Text) field in DocType 'Bulk Update' +#: frappe/desk/doctype/bulk_update/bulk_update.json +msgid "SQL Conditions. Example: status=\"Open\"" +msgstr "" + +#. Label of a HTML field in DocType 'Recorder Query' +#: frappe/core/doctype/recorder/recorder.js:85 +#: frappe/core/doctype/recorder_query/recorder_query.json +msgid "SQL Explain" +msgstr "" + +#. Label of a HTML field in DocType 'System Console' +#: frappe/desk/doctype/system_console/system_console.json +msgid "SQL Output" +msgstr "" + +#. Label of a Table field in DocType 'Recorder' +#: frappe/core/doctype/recorder/recorder.json +msgid "SQL Queries" +msgstr "" + +#. Label of a Select field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "SSL/TLS Mode" +msgstr "" + +#: frappe/public/js/frappe/color_picker/color_picker.js:20 +msgid "SWATCHES" +msgstr "" + +#. Name of a role +#: frappe/contacts/doctype/contact/contact.json +msgid "Sales Manager" +msgstr "" + +#. Name of a role +#: frappe/contacts/doctype/contact/contact.json +msgid "Sales Master Manager" +msgstr "" + +#. Name of a role +#: frappe/contacts/doctype/address/address.json +#: frappe/contacts/doctype/contact/contact.json +#: frappe/geo/doctype/currency/currency.json +msgid "Sales User" +msgstr "" + +#. Option for the 'Social Login Provider' (Select) field in DocType 'Social +#. Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Salesforce" +msgstr "" + +#. Label of a Link field in DocType 'Contact' +#. Name of a DocType +#. Label of a Data field in DocType 'Salutation' +#: frappe/contacts/doctype/contact/contact.json +#: frappe/contacts/doctype/salutation/salutation.json +msgid "Salutation" +msgstr "" + +#: frappe/integrations/doctype/webhook/webhook.py:112 +msgid "Same Field is entered more than once" +msgstr "" + +#. Label of a HTML field in DocType 'Client Script' +#: frappe/custom/doctype/client_script/client_script.json +msgid "Sample" +msgstr "" + +#. Option for the 'Day' (Select) field in DocType 'Assignment Rule Day' +#. Option for the 'Day' (Select) field in DocType 'Auto Repeat Day' +#. Option for the 'First Day of the Week' (Select) field in DocType 'System +#. Settings' +#. Label of a Check field in DocType 'Event' +#. Option for the 'Day of Week' (Select) field in DocType 'Auto Email Report' +#: frappe/automation/doctype/assignment_rule_day/assignment_rule_day.json +#: frappe/automation/doctype/auto_repeat_day/auto_repeat_day.json +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/desk/doctype/event/event.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Saturday" +msgstr "" + +#. Option for the 'Send Alert On' (Select) field in DocType 'Notification' +#: frappe/core/doctype/data_import/data_import.js:113 +#: frappe/desk/page/user_profile/user_profile_controller.js:319 +#: frappe/email/doctype/notification/notification.json +#: frappe/printing/page/print/print.js:859 +#: frappe/printing/page/print_format_builder/print_format_builder.js:160 +#: frappe/public/js/frappe/form/footer/form_timeline.js:663 +#: frappe/public/js/frappe/form/quick_entry.js:161 +#: frappe/public/js/frappe/list/list_settings.js:36 +#: frappe/public/js/frappe/list/list_settings.js:247 +#: frappe/public/js/frappe/list/list_sidebar_group_by.js:25 +#: frappe/public/js/frappe/ui/toolbar/toolbar.js:322 +#: frappe/public/js/frappe/utils/common.js:443 +#: frappe/public/js/frappe/views/kanban/kanban_settings.js:45 +#: frappe/public/js/frappe/views/kanban/kanban_settings.js:189 +#: frappe/public/js/frappe/views/kanban/kanban_view.js:343 +#: frappe/public/js/frappe/views/reports/query_report.js:1811 +#: frappe/public/js/frappe/views/reports/report_view.js:1649 +#: frappe/public/js/frappe/views/workspace/workspace.js:532 +#: frappe/public/js/frappe/widgets/base_widget.js:142 +#: frappe/public/js/frappe/widgets/quick_list_widget.js:119 +#: frappe/public/js/print_format_builder/print_format_builder.bundle.js:15 +#: frappe/public/js/workflow_builder/workflow_builder.bundle.js:33 +msgid "Save" +msgstr "" + +#: frappe/core/doctype/user/user.js:332 +msgid "Save API Secret: {0}" +msgstr "" + +#: frappe/workflow/doctype/workflow/workflow.js:143 +msgid "Save Anyway" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1312 +#: frappe/public/js/frappe/views/reports/report_view.js:1656 +msgid "Save As" +msgstr "" + +#: frappe/public/js/frappe/views/dashboard/dashboard_view.js:62 +msgid "Save Customizations" +msgstr "" + +#: frappe/public/js/frappe/list/list_sidebar.html:73 +msgid "Save Filter" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:1814 +msgid "Save Report" +msgstr "" + +#: frappe/public/js/frappe/views/kanban/kanban_view.js:94 +msgid "Save filters" +msgstr "" + +#. Label of a Check field in DocType 'Form Tour' +#: frappe/desk/doctype/form_tour/form_tour.json +msgid "Save on Completion" +msgstr "" + +#: frappe/public/js/frappe/form/form_tour.js:289 +msgid "Save the document." +msgstr "" + +#: frappe/desk/form/save.py:46 frappe/model/rename_doc.py:106 +#: frappe/printing/page/print_format_builder/print_format_builder.js:845 +#: frappe/public/js/frappe/form/toolbar.js:261 +#: frappe/public/js/frappe/views/kanban/kanban_board.bundle.js:911 +msgid "Saved" +msgstr "" + +#: frappe/public/js/frappe/list/list_settings.js:40 +#: frappe/public/js/frappe/views/kanban/kanban_settings.js:47 +#: frappe/public/js/frappe/views/workspace/workspace.js:544 +msgid "Saving" +msgstr "" + +#: frappe/public/js/frappe/form/save.js:9 +msgctxt "Freeze message while saving a document" +msgid "Saving" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:411 +msgid "Saving Customization..." +msgstr "" + +#: frappe/desk/doctype/module_onboarding/module_onboarding.js:8 +msgid "Saving this will export this document as well as the steps linked here as json." +msgstr "" + +#: frappe/public/js/form_builder/store.js:233 +#: frappe/public/js/frappe/form/quick_entry.js:169 +#: frappe/public/js/print_format_builder/store.js:36 +#: frappe/public/js/workflow_builder/store.js:73 +msgid "Saving..." +msgstr "" + +#: frappe/public/js/frappe/scanner/index.js:72 +msgid "Scan QRCode" +msgstr "" + +#: frappe/www/qrcode.html:14 +msgid "Scan the QR Code and enter the resulting code displayed." +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.js:125 +msgid "Schedule" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.js:106 +msgid "Schedule Newsletter" +msgstr "" + +#: frappe/public/js/frappe/views/communication.js:85 +msgid "Schedule Send At" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.js:70 +msgid "Schedule sending" +msgstr "" + +#. Label of a Check field in DocType 'Newsletter' +#: frappe/email/doctype/newsletter/newsletter.json +msgid "Schedule sending at a later time" +msgstr "" + +#. Option for the 'Delivery Status' (Select) field in DocType 'Communication' +#. Option for the 'Status' (Select) field in DocType 'Scheduled Job Log' +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/scheduled_job_log/scheduled_job_log.json +#: frappe/email/doctype/newsletter/newsletter_list.js:7 +msgid "Scheduled" +msgstr "" + +#. Label of a Link field in DocType 'Scheduled Job Log' +#: frappe/core/doctype/scheduled_job_log/scheduled_job_log.json +msgid "Scheduled Job" +msgstr "" + +#. Name of a DocType +#. Linked DocType in Scheduled Job Type's connections +#: frappe/core/doctype/scheduled_job_log/scheduled_job_log.json +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +msgid "Scheduled Job Log" +msgstr "" + +#. Name of a DocType +#. Linked DocType in Server Script's connections +#. Label of a Link in the Build Workspace +#. Label of a Link field in DocType 'System Health Report Failing Jobs' +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +#: frappe/core/doctype/server_script/server_script.json +#: frappe/core/workspace/build/build.json +#: frappe/desk/doctype/system_health_report_failing_jobs/system_health_report_failing_jobs.json +msgid "Scheduled Job Type" +msgstr "" + +#. Label of a Link in the Build Workspace +#: frappe/core/workspace/build/build.json +msgid "Scheduled Jobs Logs" +msgstr "" + +#. Label of a Section Break field in DocType 'Newsletter' +#: frappe/email/doctype/newsletter/newsletter.json +msgid "Scheduled Sending" +msgstr "" + +#. Label of a Int field in DocType 'Newsletter' +#: frappe/email/doctype/newsletter/newsletter.json +msgid "Scheduled To Send" +msgstr "" + +#: frappe/core/doctype/server_script/server_script.py:255 +msgid "Scheduled execution for script {0} has updated" +msgstr "" + +#: frappe/email/doctype/auto_email_report/auto_email_report.js:26 +msgid "Scheduled to send" +msgstr "" + +#. Label of a Section Break field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Scheduler" +msgstr "" + +#. Option for the 'Script Type' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "Scheduler Event" +msgstr "" + +#: frappe/core/doctype/data_import/data_import.py:97 +msgid "Scheduler Inactive" +msgstr "" + +#. Label of a Data field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Scheduler Status" +msgstr "" + +#: frappe/utils/scheduler.py:196 +msgid "Scheduler can not be re-enabled when maintenance mode is active." +msgstr "" + +#: frappe/core/doctype/data_import/data_import.py:97 +msgid "Scheduler is inactive. Cannot import data." +msgstr "" + +#: frappe/core/doctype/rq_job/rq_job_list.js:19 +msgid "Scheduler: Active" +msgstr "" + +#: frappe/core/doctype/rq_job/rq_job_list.js:21 +msgid "Scheduler: Inactive" +msgstr "" + +#. Label of a Data field in DocType 'OAuth Scope' +#: frappe/integrations/doctype/oauth_scope/oauth_scope.json +msgid "Scope" +msgstr "" + +#. Label of a Section Break field in DocType 'Connected App' +#. Label of a Table field in DocType 'Connected App' +#. Label of a Text field in DocType 'OAuth Authorization Code' +#. Label of a Text field in DocType 'OAuth Bearer Token' +#. Label of a Text field in DocType 'OAuth Client' +#. Label of a Table field in DocType 'Token Cache' +#: frappe/integrations/doctype/connected_app/connected_app.json +#: frappe/integrations/doctype/oauth_authorization_code/oauth_authorization_code.json +#: frappe/integrations/doctype/oauth_bearer_token/oauth_bearer_token.json +#: frappe/integrations/doctype/oauth_client/oauth_client.json +#: frappe/integrations/doctype/token_cache/token_cache.json +msgid "Scopes" +msgstr "" + +#. Label of a Code field in DocType 'Report' +#. Label of a Code field in DocType 'Server Script' +#. Label of a Code field in DocType 'Client Script' +#. Label of a Code field in DocType 'Console Log' +#. Label of a Section Break field in DocType 'Web Page' +#. Label of a Tab Break field in DocType 'Website Theme' +#: frappe/core/doctype/report/report.json +#: frappe/core/doctype/server_script/server_script.json +#: frappe/custom/doctype/client_script/client_script.json +#: frappe/desk/doctype/console_log/console_log.json +#: frappe/website/doctype/web_page/web_page.json +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Script" +msgstr "" + +#. Name of a role +#: frappe/core/doctype/server_script/server_script.json +msgid "Script Manager" +msgstr "" + +#. Option for the 'Report Type' (Select) field in DocType 'Report' +#: frappe/core/doctype/report/report.json +msgid "Script Report" +msgstr "" + +#. Label of a Select field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "Script Type" +msgstr "" + +#. Description of a DocType +#: frappe/website/doctype/website_script/website_script.json +msgid "Script to attach to all web pages." +msgstr "" + +#. Label of a Card Break in the Build Workspace +#. Label of a Tab Break field in DocType 'Web Page' +#: frappe/core/workspace/build/build.json +#: frappe/website/doctype/web_page/web_page.json +msgid "Scripting" +msgstr "" + +#. Label of a Section Break field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Scripting / Style" +msgstr "" + +#. Label of a Section Break field in DocType 'Letter Head' +#: frappe/printing/doctype/letter_head/letter_head.json +msgid "Scripts" +msgstr "" + +#. Label of a Section Break field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/desk/page/leaderboard/leaderboard.js:211 +#: frappe/public/js/frappe/form/link_selector.js:46 +#: frappe/public/js/frappe/list/list_sidebar.html:59 +#: frappe/public/js/frappe/ui/toolbar/search.js:49 +#: frappe/public/js/frappe/ui/toolbar/search.js:68 +#: frappe/templates/includes/search_template.html:26 frappe/www/search.py:19 +msgid "Search" +msgstr "" + +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Search Bar" +msgstr "" + +#. Label of a Data field in DocType 'DocType' +#. Label of a Data field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Search Fields" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:186 +msgid "Search Help" +msgstr "" + +#. Label of a Table field in DocType 'Global Search Settings' +#: frappe/desk/doctype/global_search_settings/global_search_settings.json +msgid "Search Priorities" +msgstr "" + +#: frappe/public/js/frappe/file_uploader/FileBrowser.vue:132 +msgid "Search Results" +msgstr "" + +#: frappe/www/search.py:14 +msgid "Search Results for" +msgstr "" + +#: frappe/public/js/frappe/file_uploader/FileBrowser.vue:13 +msgid "Search by filename or extension" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1429 +msgid "Search field {0} is not valid" +msgstr "" + +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:87 +msgid "Search fields" +msgstr "" + +#: frappe/public/js/form_builder/components/AddFieldButton.vue:19 +msgid "Search fieldtypes..." +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/search.js:50 +#: frappe/public/js/frappe/ui/toolbar/search.js:69 +msgid "Search for anything" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:300 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:306 +msgid "Search for {0}" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:166 +msgid "Search in a document type" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/navbar.html:29 +msgid "Search or type a command ({0})" +msgstr "" + +#: frappe/public/js/form_builder/components/SearchBox.vue:8 +msgid "Search properties..." +msgstr "" + +#: frappe/templates/includes/search_box.html:8 +msgid "Search results for" +msgstr "" + +#: frappe/templates/includes/navbar/navbar_search.html:6 +#: frappe/templates/includes/search_box.html:2 +#: frappe/templates/includes/search_template.html:23 +msgid "Search..." +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/search.js:210 +msgid "Searching ..." +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Web Template' +#: frappe/public/js/form_builder/components/Section.vue:263 +#: frappe/website/doctype/web_template/web_template.json +msgid "Section" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Template Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/web_form_field/web_form_field.json +#: frappe/website/doctype/web_template_field/web_template_field.json +msgid "Section Break" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:421 +msgid "Section Heading" +msgstr "" + +#. Label of a Data field in DocType 'Web Page Block' +#: frappe/website/doctype/web_page_block/web_page_block.json +msgid "Section ID" +msgstr "" + +#: frappe/public/js/form_builder/components/Section.vue:28 +#: frappe/public/js/print_format_builder/PrintFormatSection.vue:8 +msgid "Section Title" +msgstr "" + +#: frappe/public/js/form_builder/components/Section.vue:217 +#: frappe/public/js/form_builder/components/Section.vue:240 +msgid "Section must have at least one column" +msgstr "" + +#. Label of a Section Break field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Security Settings" +msgstr "" + +#: frappe/public/js/frappe/ui/notifications/notifications.js:309 +msgid "See all Activity" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:789 +msgid "See all past reports." +msgstr "" + +#: frappe/public/js/frappe/form/form.js:1166 +#: frappe/website/doctype/contact_us_settings/contact_us_settings.js:4 +msgid "See on Website" +msgstr "" + +#: frappe/website/doctype/web_form/templates/web_form.html:150 +msgctxt "Button in web form" +msgid "See previous responses" +msgstr "" + +#: frappe/integrations/doctype/slack_webhook_url/slack_webhook_url.py:48 +msgid "See the document at {0}" +msgstr "" + +#. Label of a Check field in DocType 'Comment' +#. Label of a Check field in DocType 'Communication' +#. Label of a Check field in DocType 'Error Log' +#. Label of a Check field in DocType 'Notification Settings' +#. Label of a Check field in DocType 'Energy Point Log' +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/error_log/error_log.json +#: frappe/core/doctype/error_log/error_log_list.js:5 +#: frappe/desk/doctype/notification_settings/notification_settings.json +#: frappe/social/doctype/energy_point_log/energy_point_log.json +msgid "Seen" +msgstr "" + +#. Label of a Section Break field in DocType 'Note' +#: frappe/desk/doctype/note/note.json +msgid "Seen By" +msgstr "" + +#. Label of a Table field in DocType 'Note' +#: frappe/desk/doctype/note/note.json +msgid "Seen By Table" +msgstr "" + +#. Label of a Check field in DocType 'Custom DocPerm' +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Label of a Check field in DocType 'DocPerm' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Column' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Filter' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Template Field' +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/docperm/docperm.json +#: frappe/core/doctype/report_column/report_column.json +#: frappe/core/doctype/report_filter/report_filter.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/printing/page/print/print.js:602 +#: frappe/website/doctype/web_form_field/web_form_field.json +#: frappe/website/doctype/web_template_field/web_template_field.json +msgid "Select" +msgstr "" + +#: frappe/public/js/frappe/data_import/data_exporter.js:149 +#: frappe/public/js/frappe/form/controls/multicheck.js:166 +msgid "Select All" +msgstr "" + +#: frappe/public/js/frappe/views/communication.js:165 +#: frappe/public/js/frappe/views/communication.js:586 +#: frappe/public/js/frappe/views/interaction.js:93 +#: frappe/public/js/frappe/views/interaction.js:155 +msgid "Select Attachments" +msgstr "" + +#: frappe/custom/doctype/client_script/client_script.js:25 +#: frappe/custom/doctype/client_script/client_script.js:28 +msgid "Select Child Table" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:353 +msgid "Select Column" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder_field.html:41 +#: frappe/public/js/frappe/form/print_utils.js:45 +msgid "Select Columns" +msgstr "" + +#: frappe/desk/page/setup_wizard/setup_wizard.js:387 +msgid "Select Country" +msgstr "" + +#: frappe/desk/page/setup_wizard/setup_wizard.js:404 +msgid "Select Currency" +msgstr "" + +#. Label of a Link field in DocType 'Form Tour' +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/public/js/frappe/utils/dashboard_utils.js:240 +msgid "Select Dashboard" +msgstr "" + +#. Option for the 'Timespan' (Select) field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Select Date Range" +msgstr "" + +#. Label of a Link field in DocType 'Web Form' +#: frappe/public/js/form_builder/components/controls/FetchFromControl.vue:28 +#: frappe/public/js/frappe/doctype/index.js:170 +#: frappe/website/doctype/web_form/web_form.json +msgid "Select DocType" +msgstr "" + +#. Label of a Link field in DocType 'Data Export' +#: frappe/core/doctype/data_export/data_export.json +msgid "Select Doctype" +msgstr "" + +#. Label of a Dynamic Link field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "Select Document" +msgstr "" + +#: frappe/printing/page/print_format_builder_beta/print_format_builder_beta.js:50 +#: frappe/workflow/page/workflow_builder/workflow_builder.js:50 +msgid "Select Document Type" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager.js:172 +msgid "Select Document Type or Role to start." +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:34 +msgid "Select Document Types to set which User Permissions are used to limit access." +msgstr "" + +#: frappe/public/js/form_builder/components/controls/FetchFromControl.vue:33 +#: frappe/public/js/frappe/doctype/index.js:199 +#: frappe/public/js/frappe/form/toolbar.js:750 +msgid "Select Field" +msgstr "" + +#: frappe/public/js/frappe/ui/group_by/group_by.html:32 +#: frappe/public/js/frappe/ui/group_by/group_by.js:141 +msgid "Select Field..." +msgstr "" + +#: frappe/public/js/frappe/form/grid_row.js:460 +#: frappe/public/js/frappe/list/list_settings.js:236 +#: frappe/public/js/frappe/views/kanban/kanban_settings.js:181 +msgid "Select Fields" +msgstr "" + +#: frappe/public/js/frappe/data_import/data_exporter.js:147 +msgid "Select Fields To Insert" +msgstr "" + +#: frappe/public/js/frappe/data_import/data_exporter.js:148 +msgid "Select Fields To Update" +msgstr "" + +#: frappe/public/js/frappe/list/list_sidebar_group_by.js:21 +msgid "Select Filters" +msgstr "" + +#: frappe/desk/doctype/event/event.py:95 +msgid "Select Google Calendar to which event should be synced." +msgstr "" + +#: frappe/contacts/doctype/contact/contact.py:76 +msgid "Select Google Contacts to which contact should be synced." +msgstr "" + +#: frappe/public/js/frappe/ui/group_by/group_by.html:10 +msgid "Select Group By..." +msgstr "" + +#: frappe/public/js/frappe/list/list_view_select.js:185 +msgid "Select Kanban" +msgstr "" + +#: frappe/desk/page/setup_wizard/setup_wizard.js:379 +msgid "Select Language" +msgstr "" + +#. Label of a Select field in DocType 'Form Tour' +#: frappe/desk/doctype/form_tour/form_tour.json +msgid "Select List View" +msgstr "" + +#: frappe/public/js/frappe/data_import/data_exporter.js:158 +msgid "Select Mandatory" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:280 +msgid "Select Module" +msgstr "" + +#: frappe/printing/page/print/print.js:175 +#: frappe/printing/page/print/print.js:585 +msgid "Select Network Printer" +msgstr "" + +#. Label of a Link field in DocType 'Form Tour' +#: frappe/desk/doctype/form_tour/form_tour.json +msgid "Select Page" +msgstr "" + +#: frappe/printing/page/print_format_builder_beta/print_format_builder_beta.js:68 +#: frappe/public/js/frappe/views/communication.js:148 +msgid "Select Print Format" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:82 +msgid "Select Print Format to Edit" +msgstr "" + +#. Label of a Link field in DocType 'Form Tour' +#: frappe/desk/doctype/form_tour/form_tour.json +msgid "Select Report" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:623 +msgid "Select Table Columns for {0}" +msgstr "" + +#: frappe/desk/page/setup_wizard/setup_wizard.js:396 +msgid "Select Time Zone" +msgstr "" + +#. Label of a Autocomplete field in DocType 'Document Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Select Transaction" +msgstr "" + +#: frappe/workflow/page/workflow_builder/workflow_builder.js:68 +msgid "Select Workflow" +msgstr "" + +#. Label of a Link field in DocType 'Form Tour' +#: frappe/desk/doctype/form_tour/form_tour.json +msgid "Select Workspace" +msgstr "" + +#: frappe/website/doctype/website_settings/website_settings.js:23 +msgid "Select a Brand Image first." +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:108 +msgid "Select a DocType to make a new format" +msgstr "" + +#: frappe/integrations/doctype/webhook/webhook.py:133 +msgid "Select a document to check if it meets conditions." +msgstr "" + +#: frappe/integrations/doctype/webhook/webhook.py:145 +msgid "Select a document to preview request data" +msgstr "" + +#: frappe/public/js/form_builder/components/Sidebar.vue:56 +msgid "Select a field to edit its properties." +msgstr "" + +#: frappe/public/js/frappe/views/treeview.js:324 +msgid "Select a group node first." +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1904 +msgid "Select a valid Sender Field for creating documents from Email" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1888 +msgid "Select a valid Subject field for creating documents from Email" +msgstr "" + +#: frappe/public/js/frappe/form/form_tour.js:315 +msgid "Select an Image" +msgstr "" + +#: frappe/www/apps.html:10 +msgid "Select an app to continue" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder_start.html:2 +msgid "Select an existing format to edit or start a new format." +msgstr "" + +#. Description of the 'Brand Image' (Attach Image) field in DocType 'Website +#. Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Select an image of approx width 150px with a transparent background for best results." +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:36 +msgid "Select atleast 1 record for printing" +msgstr "" + +#: frappe/core/doctype/success_action/success_action.js:18 +msgid "Select atleast 2 actions" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1220 +msgctxt "Description of a list view shortcut" +msgid "Select list item" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1172 +#: frappe/public/js/frappe/list/list_view.js:1188 +msgctxt "Description of a list view shortcut" +msgid "Select multiple list items" +msgstr "" + +#: frappe/public/js/frappe/views/calendar/calendar.js:175 +msgid "Select or drag across time slots to create a new event." +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:239 +msgid "Select records for assignment" +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:260 +msgid "Select records for removing assignment" +msgstr "" + +#. Description of the 'Insert After' (Select) field in DocType 'Custom Field' +#: frappe/custom/doctype/custom_field/custom_field.json +msgid "Select the label after which you want to insert new field." +msgstr "" + +#: frappe/public/js/frappe/utils/diffview.js:102 +msgid "Select two versions to view the diff." +msgstr "" + +#: frappe/public/js/frappe/form/link_selector.js:24 +#: frappe/public/js/frappe/form/multi_select_dialog.js:81 +#: frappe/public/js/frappe/form/multi_select_dialog.js:283 +#: frappe/public/js/frappe/list/list_view_select.js:153 +#: frappe/public/js/print_format_builder/Preview.vue:90 +msgid "Select {0}" +msgstr "" + +#: frappe/model/workflow.py:117 +msgid "Self approval is not allowed" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.js:66 +#: frappe/email/doctype/newsletter/newsletter.js:74 +#: frappe/email/doctype/newsletter/newsletter.js:162 +#: frappe/public/js/frappe/views/communication.js:26 frappe/www/contact.html:41 +msgid "Send" +msgstr "" + +#. Label of a Datetime field in DocType 'Communication' +#. Label of a Datetime field in DocType 'Email Queue' +#: frappe/core/doctype/communication/communication.json +#: frappe/email/doctype/email_queue/email_queue.json +msgid "Send After" +msgstr "" + +#. Label of a Select field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Send Alert On" +msgstr "" + +#. Label of a Check field in DocType 'Workflow' +#: frappe/workflow/doctype/workflow/workflow.json +msgid "Send Email Alert" +msgstr "" + +#. Label of a Datetime field in DocType 'Newsletter' +#: frappe/email/doctype/newsletter/newsletter.json +msgid "Send Email At" +msgstr "" + +#. Description of the 'Send Print as PDF' (Check) field in DocType 'Print +#. Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Send Email Print Attachments as PDF (Recommended)" +msgstr "" + +#. Label of a Check field in DocType 'Dropbox Settings' +#. Label of a Check field in DocType 'S3 Backup Settings' +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.json +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +msgid "Send Email for Successful Backup" +msgstr "" + +#. Label of a Check field in DocType 'Google Drive' +#: frappe/integrations/doctype/google_drive/google_drive.json +msgid "Send Email for Successful backup" +msgstr "" + +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Send Me A Copy of Outgoing Emails" +msgstr "" + +#. Label of a Data field in DocType 'Google Drive' +#: frappe/integrations/doctype/google_drive/google_drive.json +msgid "Send Notification To" +msgstr "" + +#. Label of a Small Text field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Send Notification to" +msgstr "" + +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Send Notifications For Documents Followed By Me" +msgstr "" + +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Send Notifications For Email Threads" +msgstr "" + +#. Label of a Data field in DocType 'Dropbox Settings' +#. Label of a Data field in DocType 'S3 Backup Settings' +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.json +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +msgid "Send Notifications To" +msgstr "" + +#: frappe/email/doctype/auto_email_report/auto_email_report.js:21 +msgid "Send Now" +msgstr "" + +#. Label of a Check field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Send Print as PDF" +msgstr "" + +#: frappe/public/js/frappe/views/communication.js:138 +msgid "Send Read Receipt" +msgstr "" + +#. Label of a Check field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Send System Notification" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.js:153 +msgid "Send Test Email" +msgstr "" + +#. Label of a Check field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Send To All Assignees" +msgstr "" + +#. Label of a Check field in DocType 'Newsletter' +#: frappe/email/doctype/newsletter/newsletter.json +msgid "Send Unsubscribe Link" +msgstr "" + +#. Label of a Check field in DocType 'Newsletter' +#: frappe/email/doctype/newsletter/newsletter.json +msgid "Send Web View Link" +msgstr "" + +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Send Welcome Email" +msgstr "" + +#: frappe/www/me.html:67 +msgid "Send a request to delete your account" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.js:10 +msgid "Send a test email" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.js:166 +msgid "Send again" +msgstr "" + +#. Description of the 'Reference Date' (Select) field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Send alert if date matches this field's value" +msgstr "" + +#. Description of the 'Value Changed' (Select) field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Send alert if this field's value changes" +msgstr "" + +#. Label of a Check field in DocType 'Event' +#: frappe/desk/doctype/event/event.json +msgid "Send an email reminder in the morning" +msgstr "" + +#. Description of the 'Days Before or After' (Int) field in DocType +#. 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Send days before or after the reference date" +msgstr "" + +#. Description of the 'Forward To Email Address' (Data) field in DocType +#. 'Contact Us Settings' +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +msgid "Send enquiries to this email address" +msgstr "" + +#: frappe/templates/includes/login/login.js:73 frappe/www/login.html:210 +msgid "Send login link" +msgstr "" + +#: frappe/public/js/frappe/views/communication.js:132 +msgid "Send me a copy" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.js:46 +msgid "Send now" +msgstr "" + +#. Label of a Check field in DocType 'Auto Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Send only if there is any data" +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Send unsubscribe message in email" +msgstr "" + +#. Label of a Data field in DocType 'Event' +#. Label of a Data field in DocType 'ToDo' +#. Label of a Link field in DocType 'Auto Email Report' +#. Label of a Data field in DocType 'Email Queue' +#. Label of a Data field in DocType 'Newsletter' +#. Label of a Link field in DocType 'Notification' +#: frappe/desk/doctype/event/event.json frappe/desk/doctype/todo/todo.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +#: frappe/email/doctype/email_queue/email_queue.json +#: frappe/email/doctype/newsletter/newsletter.json +#: frappe/email/doctype/notification/notification.json +msgid "Sender" +msgstr "" + +#. Label of a Data field in DocType 'Newsletter' +#. Label of a Data field in DocType 'Notification' +#: frappe/email/doctype/newsletter/newsletter.json +#: frappe/email/doctype/notification/notification.json +msgid "Sender Email" +msgstr "" + +#. Label of a Data field in DocType 'DocType' +#. Label of a Data field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Sender Email Field" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1907 +msgid "Sender Field should have Email in options" +msgstr "" + +#. Label of a Data field in DocType 'Newsletter' +#: frappe/email/doctype/newsletter/newsletter.json +msgid "Sender Name" +msgstr "" + +#. Label of a Data field in DocType 'DocType' +#. Label of a Data field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Sender Name Field" +msgstr "" + +#. Option for the 'Service' (Select) field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Sendgrid" +msgstr "" + +#. Option for the 'Delivery Status' (Select) field in DocType 'Communication' +#. Option for the 'Status' (Select) field in DocType 'Email Queue' +#: frappe/core/doctype/communication/communication.json +#: frappe/email/doctype/email_queue/email_queue.json +#: frappe/email/doctype/newsletter/newsletter.js:201 +msgid "Sending" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.js:203 +msgid "Sending emails" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.js:164 +msgid "Sending..." +msgstr "" + +#. Option for the 'Delivery Status' (Select) field in DocType 'Communication' +#. Option for the 'Sent or Received' (Select) field in DocType 'Communication' +#. Option for the 'Status' (Select) field in DocType 'Email Queue' +#. Option for the 'Status' (Select) field in DocType 'Email Queue Recipient' +#: frappe/core/doctype/communication/communication.json +#: frappe/email/doctype/email_queue/email_queue.json +#: frappe/email/doctype/email_queue_recipient/email_queue_recipient.json +#: frappe/email/doctype/newsletter/newsletter.js:196 +#: frappe/email/doctype/newsletter/newsletter_list.js:5 +msgid "Sent" +msgstr "" + +#. Label of a Check field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Sent Read Receipt" +msgstr "" + +#. Label of a Select field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Sent or Received" +msgstr "" + +#. Option for the 'Event Category' (Select) field in DocType 'Event' +#: frappe/desk/doctype/event/event.json +msgid "Sent/Received Email" +msgstr "" + +#. Option for the 'Item Type' (Select) field in DocType 'Navbar Item' +#: frappe/core/doctype/navbar_item/navbar_item.json +msgid "Separator" +msgstr "" + +#. Label of a Float field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "Sequence Id" +msgstr "" + +#. Label of a Text field in DocType 'Document Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Series List for this Transaction" +msgstr "" + +#: frappe/core/doctype/document_naming_settings/document_naming_settings.py:115 +msgid "Series Updated for {}" +msgstr "" + +#: frappe/core/doctype/document_naming_settings/document_naming_settings.py:223 +msgid "Series counter for {} updated to {} successfully" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1085 +#: frappe/core/doctype/document_naming_settings/document_naming_settings.py:170 +msgid "Series {0} already used in {1}" +msgstr "" + +#. Option for the 'Action Type' (Select) field in DocType 'DocType Action' +#: frappe/core/doctype/doctype_action/doctype_action.json +msgid "Server Action" +msgstr "" + +#: frappe/public/js/frappe/request.js:606 +msgid "Server Error" +msgstr "" + +#. Label of a Data field in DocType 'Network Printer Settings' +#: frappe/printing/doctype/network_printer_settings/network_printer_settings.json +msgid "Server IP" +msgstr "" + +#. Linked DocType in DocType's connections +#. Linked DocType in Module Def's connections +#. Label of a Link field in DocType 'Scheduled Job Type' +#. Name of a DocType +#. Label of a Link in the Build Workspace +#. Label of a shortcut in the Build Workspace +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/module_def/module_def.json +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +#: frappe/core/doctype/server_script/server_script.json +#: frappe/core/workspace/build/build.json +msgid "Server Script" +msgstr "" + +#: frappe/utils/safe_exec.py:92 +msgid "Server Scripts are disabled. Please enable server scripts from bench configuration." +msgstr "" + +#: frappe/core/doctype/server_script/server_script.js:36 +msgid "Server Scripts feature is not available on this site." +msgstr "" + +#: frappe/public/js/frappe/request.js:243 +#: frappe/public/js/frappe/request.js:251 +msgid "Server was too busy to process this request. Please try again." +msgstr "" + +#. Label of a Select field in DocType 'Email Account' +#. Label of a Data field in DocType 'Integration Request' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/integrations/doctype/integration_request/integration_request.json +msgid "Service" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/session_default/session_default.json +msgid "Session Default" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/session_default_settings/session_default_settings.json +msgid "Session Default Settings" +msgstr "" + +#. Label of a standard navbar item +#. Type: Action +#. Label of a Table field in DocType 'Session Default Settings' +#: frappe/core/doctype/session_default_settings/session_default_settings.json +#: frappe/hooks.py frappe/public/js/frappe/ui/toolbar/toolbar.js:321 +msgid "Session Defaults" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/toolbar.js:306 +msgid "Session Defaults Saved" +msgstr "" + +#: frappe/app.py:348 +msgid "Session Expired" +msgstr "" + +#. Label of a Data field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Session Expiry (idle timeout)" +msgstr "" + +#: frappe/core/doctype/system_settings/system_settings.py:115 +msgid "Session Expiry must be in format {0}" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:599 +msgctxt "Field value is set" +msgid "Set" +msgstr "" + +#. Label of a Button field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Set Banner from Image" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:200 +msgid "Set Chart" +msgstr "" + +#. Description of the 'Chart Options' (Code) field in DocType 'Dashboard' +#: frappe/desk/doctype/dashboard/dashboard.json +msgid "Set Default Options for all charts on this Dashboard (Ex: \"colors\": [\"#d1d8dd\", \"#ff5858\"])" +msgstr "" + +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:467 +#: frappe/desk/doctype/number_card/number_card.js:367 +msgid "Set Dynamic Filters" +msgstr "" + +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:381 +#: frappe/desk/doctype/number_card/number_card.js:280 +#: frappe/public/js/form_builder/components/Field.vue:80 +#: frappe/website/doctype/web_form/web_form.js:269 +msgid "Set Filters" +msgstr "" + +#: frappe/public/js/frappe/widgets/chart_widget.js:395 +#: frappe/public/js/frappe/widgets/quick_list_widget.js:104 +msgid "Set Filters for {0}" +msgstr "" + +#: frappe/core/doctype/user_type/user_type.py:91 +msgid "Set Limit" +msgstr "" + +#. Description of the 'Setup Series for transactions' (Section Break) field in +#. DocType 'Document Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Set Naming Series options on your transactions." +msgstr "" + +#. Label of a Password field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Set New Password" +msgstr "" + +#: frappe/desk/page/backups/backups.js:8 +msgid "Set Number of Backups" +msgstr "" + +#: frappe/www/update-password.html:9 +msgid "Set Password" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:112 +msgid "Set Permissions" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:471 +msgid "Set Properties" +msgstr "" + +#. Label of a Section Break field in DocType 'Notification' +#. Label of a Select field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Set Property After Alert" +msgstr "" + +#: frappe/public/js/frappe/form/link_selector.js:207 +#: frappe/public/js/frappe/form/link_selector.js:208 +msgid "Set Quantity" +msgstr "" + +#. Label of a Select field in DocType 'Role Permission for Page and Report' +#: frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.json +msgid "Set Role For" +msgstr "" + +#: frappe/core/doctype/user/user.js:138 +#: frappe/core/page/permission_manager/permission_manager.js:65 +msgid "Set User Permissions" +msgstr "" + +#. Label of a Small Text field in DocType 'Property Setter' +#: frappe/custom/doctype/property_setter/property_setter.json +msgid "Set Value" +msgstr "" + +#: frappe/public/js/frappe/file_uploader/file_uploader.bundle.js:72 +#: frappe/public/js/frappe/file_uploader/file_uploader.bundle.js:124 +msgid "Set all private" +msgstr "" + +#: frappe/public/js/frappe/file_uploader/file_uploader.bundle.js:72 +msgid "Set all public" +msgstr "" + +#: frappe/printing/doctype/print_format/print_format.js:49 +msgid "Set as Default" +msgstr "" + +#: frappe/website/doctype/website_theme/website_theme.js:33 +msgid "Set as Default Theme" +msgstr "" + +#. Option for the 'Naming Rule' (Select) field in DocType 'DocType' +#. Option for the 'Naming Rule' (Select) field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Set by user" +msgstr "" + +#. Description of the 'Precision' (Select) field in DocType 'DocField' +#. Description of the 'Precision' (Select) field in DocType 'Custom Field' +#. Description of the 'Precision' (Select) field in DocType 'Customize Form +#. Field' +#. Description of the 'Precision' (Select) field in DocType 'Web Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Set non-standard precision for a Float or Currency field" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#: frappe/core/doctype/docfield/docfield.json +msgid "Set only once" +msgstr "" + +#. Description of the 'Max attachment size' (Int) field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Set size in MB" +msgstr "" + +#. Description of the 'Filters Configuration' (Code) field in DocType 'Number +#. Card' +#: frappe/desk/doctype/number_card/number_card.json +msgid "Set the filters here. For example:\n" +"
    \n"
    +"[{\n"
    +"\tfieldname: \"company\",\n"
    +"\tlabel: __(\"Company\"),\n"
    +"\tfieldtype: \"Link\",\n"
    +"\toptions: \"Company\",\n"
    +"\tdefault: frappe.defaults.get_user_default(\"Company\"),\n"
    +"\treqd: 1\n"
    +"},\n"
    +"{\n"
    +"\tfieldname: \"account\",\n"
    +"\tlabel: __(\"Account\"),\n"
    +"\tfieldtype: \"Link\",\n"
    +"\toptions: \"Account\",\n"
    +"\treqd: 1\n"
    +"}]\n"
    +"
    " +msgstr "" + +#. Description of the 'Method' (Data) field in DocType 'Number Card' +#: frappe/desk/doctype/number_card/number_card.json +msgid "Set the path to a whitelisted function that will return the data for the number card in the format:\n\n" +"
    \n"
    +"{\n"
    +"\t\"value\": value,\n"
    +"\t\"fieldtype\": \"Currency\",\n"
    +"\t\"route_options\": {\"from_date\": \"2023-05-23\"},\n"
    +"\t\"route\": [\"query-report\", \"Permitted Documents For User\"]\n"
    +"}
    " +msgstr "" + +#: frappe/contacts/doctype/address_template/address_template.py:33 +msgid "Setting this Address Template as default as there is no other default" +msgstr "" + +#: frappe/desk/doctype/global_search_settings/global_search_settings.py:86 +msgid "Setting up Global Search documents." +msgstr "" + +#: frappe/desk/page/setup_wizard/setup_wizard.js:273 +msgid "Setting up your system" +msgstr "" + +#. Label of a Tab Break field in DocType 'DocType' +#. Label of a Tab Break field in DocType 'User' +#. Group in User's connections +#. Label of a Card Break in the Integrations Workspace +#. Label of a Tab Break field in DocType 'Web Form' +#. Label of a Tab Break field in DocType 'Web Page' +#: frappe/core/doctype/doctype/doctype.json frappe/core/doctype/user/user.json +#: frappe/integrations/workspace/integrations/integrations.json +#: frappe/public/js/frappe/form/templates/print_layout.html:25 +#: frappe/public/js/frappe/ui/toolbar/toolbar.js:279 +#: frappe/public/js/frappe/views/workspace/workspace.js:560 +#: frappe/website/doctype/web_form/web_form.json +#: frappe/website/doctype/web_page/web_page.json +msgid "Settings" +msgstr "" + +#. Label of a Table field in DocType 'Navbar Settings' +#: frappe/core/doctype/navbar_settings/navbar_settings.json +msgid "Settings Dropdown" +msgstr "" + +#. Description of a DocType +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +msgid "Settings for Contact Us Page" +msgstr "" + +#. Description of a DocType +#: frappe/website/doctype/about_us_settings/about_us_settings.json +msgid "Settings for the About Us Page" +msgstr "" + +#. Description of a DocType +#: frappe/website/doctype/blog_settings/blog_settings.json +msgid "Settings to control blog categories and interactions like comments and likes" +msgstr "" + +#. Option for the 'Show in Module Section' (Select) field in DocType 'DocType' +#. Label of a Card Break in the Website Workspace +#: frappe/core/doctype/doctype/doctype.json +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:567 +#: frappe/website/workspace/website/website.json +msgid "Setup" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:27 +msgid "Setup > Customize Form" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:8 +msgid "Setup > User" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:33 +msgid "Setup > User Permissions" +msgstr "" + +#. Title of an Onboarding Step +#: frappe/custom/onboarding_step/workflows/workflows.json +msgid "Setup Approval Workflows" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:1684 +#: frappe/public/js/frappe/views/reports/report_view.js:1627 +msgid "Setup Auto Email" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/desk/page/setup_wizard/setup_wizard.js:204 +msgid "Setup Complete" +msgstr "" + +#. Title of an Onboarding Step +#: frappe/custom/onboarding_step/role_permissions/role_permissions.json +msgid "Setup Limited Access for a User" +msgstr "" + +#. Title of an Onboarding Step +#: frappe/custom/onboarding_step/naming_series/naming_series.json +msgid "Setup Naming Series" +msgstr "" + +#. Label of a Section Break field in DocType 'Document Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Setup Series for transactions" +msgstr "" + +#. Label of a Check field in DocType 'Custom DocPerm' +#. Label of a Check field in DocType 'DocPerm' +#. Label of a Check field in DocType 'DocShare' +#. Label of a Check field in DocType 'User Document Type' +#. Option for the 'Type' (Select) field in DocType 'Notification Log' +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/docperm/docperm.json +#: frappe/core/doctype/docshare/docshare.json +#: frappe/core/doctype/user_document_type/user_document_type.json +#: frappe/desk/doctype/notification_log/notification_log.json +#: frappe/public/js/frappe/form/templates/form_sidebar.html:110 +msgid "Share" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/share.js:107 +msgid "Share With" +msgstr "" + +#: frappe/public/js/frappe/form/templates/set_sharing.html:49 +msgid "Share this document with" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/share.js:45 +msgid "Share {0} with" +msgstr "" + +#. Option for the 'Comment Type' (Select) field in DocType 'Comment' +#. Option for the 'Comment Type' (Select) field in DocType 'Communication' +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +msgid "Shared" +msgstr "" + +#: frappe/desk/form/assign_to.py:131 +msgid "Shared with the following Users with Read access:{0}" +msgstr "" + +#. Option for the 'Address Type' (Select) field in DocType 'Address' +#: frappe/contacts/doctype/address/address.json +msgid "Shipping" +msgstr "" + +#: frappe/public/js/frappe/form/templates/address_list.html:25 +msgid "Shipping Address" +msgstr "" + +#. Option for the 'Address Type' (Select) field in DocType 'Address' +#: frappe/contacts/doctype/address/address.json +msgid "Shop" +msgstr "" + +#. Label of a Data field in DocType 'Blogger' +#: frappe/website/doctype/blogger/blogger.json +msgid "Short Name" +msgstr "" + +#: frappe/utils/password_strength.py:85 +msgid "Short keyboard patterns are easy to guess" +msgstr "" + +#. Label of a Table field in DocType 'Workspace' +#. Label of a Tab Break field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +#: frappe/public/js/frappe/form/grid_row_form.js:42 +msgid "Shortcuts" +msgstr "" + +#: frappe/public/js/frappe/widgets/base_widget.js:46 +#: frappe/public/js/frappe/widgets/base_widget.js:178 +#: frappe/templates/includes/login/login.js:86 frappe/www/login.html:30 +msgid "Show" +msgstr "" + +#. Label of a Check field in DocType 'Blog Settings' +#: frappe/website/doctype/blog_settings/blog_settings.json +msgid "Show \"Call to Action\" in Blog" +msgstr "" + +#. Label of a Check field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "Show Absolute Values" +msgstr "" + +#: frappe/public/js/frappe/form/templates/form_sidebar.html:78 +msgid "Show All" +msgstr "" + +#. Label of a Check field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Show Attachments" +msgstr "" + +#: frappe/desk/doctype/calendar_view/calendar_view.js:10 +msgid "Show Calendar" +msgstr "" + +#. Label of a Check field in DocType 'Currency' +#: frappe/geo/doctype/currency/currency.json +msgid "Show Currency Symbol on Right Side" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/desk/doctype/dashboard/dashboard.js:6 +msgid "Show Dashboard" +msgstr "" + +#. Label of a Button field in DocType 'Access Log' +#: frappe/core/doctype/access_log/access_log.json +msgid "Show Document" +msgstr "" + +#: frappe/www/error.html:41 frappe/www/error.html:59 +msgid "Show Error" +msgstr "" + +#: frappe/public/js/frappe/form/layout.js:553 +msgid "Show Fieldname (click to copy on clipboard)" +msgstr "" + +#. Label of a Check field in DocType 'Form Tour' +#: frappe/desk/doctype/form_tour/form_tour.json +msgid "Show First Document Tour" +msgstr "" + +#. Option for the 'Action' (Select) field in DocType 'Onboarding Step' +#. Label of a Check field in DocType 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Show Form Tour" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Show Full Error and Allow Reporting of Issues to the Developer" +msgstr "" + +#. Label of a Check field in DocType 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Show Full Form?" +msgstr "" + +#: frappe/public/js/frappe/ui/keyboard.js:231 +msgid "Show Keyboard Shortcuts" +msgstr "" + +#. Label of a Check field in DocType 'Kanban Board' +#: frappe/desk/doctype/kanban_board/kanban_board.json +#: frappe/public/js/frappe/views/kanban/kanban_settings.js:30 +msgid "Show Labels" +msgstr "" + +#. Label of a Check field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Show Language Picker" +msgstr "" + +#. Label of a Check field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "Show Line Breaks after Sections" +msgstr "" + +#. Label of a Check field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Show List" +msgstr "" + +#: frappe/desk/page/user_profile/user_profile_controller.js:472 +msgid "Show More Activity" +msgstr "" + +#. Label of a Check field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Show Only Failed Logs" +msgstr "" + +#. Label of a Check field in DocType 'Number Card' +#: frappe/desk/doctype/number_card/number_card.json +msgid "Show Percentage Stats" +msgstr "" + +#: frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.js:30 +msgid "Show Permissions" +msgstr "" + +#: frappe/public/js/form_builder/form_builder.bundle.js:31 +#: frappe/public/js/form_builder/form_builder.bundle.js:43 +#: frappe/public/js/print_format_builder/print_format_builder.bundle.js:18 +#: frappe/public/js/print_format_builder/print_format_builder.bundle.js:54 +msgid "Show Preview" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#. Label of a Check field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Show Preview Popup" +msgstr "" + +#. Label of a Check field in DocType 'System Console' +#: frappe/desk/doctype/system_console/system_console.json +msgid "Show Processlist" +msgstr "" + +#: frappe/core/doctype/error_log/error_log.js:9 +msgid "Show Related Errors" +msgstr "" + +#. Label of a Button field in DocType 'Access Log' +#: frappe/core/doctype/access_log/access_log.json +#: frappe/core/doctype/prepared_report/prepared_report.js:43 +#: frappe/core/doctype/report/report.js:13 +msgid "Show Report" +msgstr "" + +#: frappe/public/js/frappe/list/list_filter.js:15 +#: frappe/public/js/frappe/list/list_filter.js:87 +msgid "Show Saved" +msgstr "" + +#. Label of a Check field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "Show Section Headings" +msgstr "" + +#. Label of a Check field in DocType 'Web Form' +#. Label of a Check field in DocType 'Web Page' +#: frappe/website/doctype/web_form/web_form.json +#: frappe/website/doctype/web_page/web_page.json +msgid "Show Sidebar" +msgstr "" + +#: frappe/public/js/frappe/list/list_sidebar.html:66 +#: frappe/public/js/frappe/list/list_view.js:1603 +msgid "Show Tags" +msgstr "" + +#. Label of a Check field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "Show Title" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#. Label of a Check field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Show Title in Link Fields" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1451 +msgid "Show Totals" +msgstr "" + +#: frappe/desk/doctype/form_tour/form_tour.js:116 +msgid "Show Tour" +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:453 +msgid "Show Traceback" +msgstr "" + +#: frappe/public/js/frappe/data_import/import_preview.js:200 +msgid "Show Warnings" +msgstr "" + +#: frappe/public/js/frappe/views/calendar/calendar.js:185 +msgid "Show Weekends" +msgstr "" + +#. Label of a Check field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Show account deletion link in My Account page" +msgstr "" + +#: frappe/core/doctype/version/version.js:6 +msgid "Show all Versions" +msgstr "" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:69 +msgid "Show all activity" +msgstr "" + +#: frappe/website/doctype/blog_post/templates/blog_post_list.html:24 +msgid "Show all blogs" +msgstr "" + +#. Label of a Small Text field in DocType 'Email Queue' +#: frappe/email/doctype/email_queue/email_queue.json +msgid "Show as cc" +msgstr "" + +#. Label of a Check field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Show footer on login" +msgstr "" + +#. Description of the 'Show Full Form?' (Check) field in DocType 'Onboarding +#. Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Show full form instead of a quick entry modal" +msgstr "" + +#. Label of a Select field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Show in Module Section" +msgstr "" + +#. Label of a Check field in DocType 'Web Form Field' +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Show in filter" +msgstr "" + +#. Label of a Check field in DocType 'Slack Webhook URL' +#: frappe/integrations/doctype/slack_webhook_url/slack_webhook_url.json +msgid "Show link to document" +msgstr "" + +#: frappe/public/js/frappe/form/layout.js:255 +#: frappe/public/js/frappe/form/layout.js:273 +msgid "Show more details" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#: frappe/core/doctype/docfield/docfield.json +msgid "Show on Timeline" +msgstr "" + +#. Description of the 'Stats Time Interval' (Select) field in DocType 'Number +#. Card' +#: frappe/desk/doctype/number_card/number_card.json +msgid "Show percentage difference according to this time interval" +msgstr "" + +#. Description of the 'Title Prefix' (Data) field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Show title in browser window as \"Prefix - title\"" +msgstr "" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:148 +msgid "Show {0} List" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:471 +msgid "Showing only Numeric fields from Report" +msgstr "" + +#: frappe/public/js/frappe/data_import/import_preview.js:149 +msgid "Showing only first {0} rows out of {1}" +msgstr "" + +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Sidebar" +msgstr "" + +#. Label of a Table field in DocType 'Website Sidebar' +#: frappe/website/doctype/website_sidebar/website_sidebar.json +msgid "Sidebar Items" +msgstr "" + +#. Label of a Section Break field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Sidebar Settings" +msgstr "" + +#. Label of a Section Break field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "Sidebar and Comments" +msgstr "" + +#. Label of a Section Break field in DocType 'Email Group' +#: frappe/email/doctype/email_group/email_group.json +msgid "Sign Up and Confirmation" +msgstr "" + +#: frappe/core/doctype/user/user.py:955 +msgid "Sign Up is disabled" +msgstr "" + +#: frappe/templates/signup.html:16 frappe/www/login.html:120 +#: frappe/www/login.html:136 frappe/www/update-password.html:35 +msgid "Sign up" +msgstr "" + +#. Label of a Select field in DocType 'Social Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Sign ups" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Label of a Section Break field in DocType 'Email Account' +#. Label of a Text Editor field in DocType 'Email Account' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/email/doctype/email_account/email_account.json +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Signature" +msgstr "" + +#: frappe/www/login.html:148 +msgid "Signup Disabled" +msgstr "" + +#: frappe/www/login.html:149 +msgid "Signups have been disabled for this website." +msgstr "" + +#. Description of the 'Unassign Condition' (Code) field in DocType 'Assignment +#. Rule' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +msgid "Simple Python Expression, Example: Status in (\"Closed\", \"Cancelled\")" +msgstr "" + +#. Description of the 'Close Condition' (Code) field in DocType 'Assignment +#. Rule' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +msgid "Simple Python Expression, Example: Status in (\"Invalid\")" +msgstr "" + +#. Description of the 'Assign Condition' (Code) field in DocType 'Assignment +#. Rule' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +msgid "Simple Python Expression, Example: status == 'Open' and type == 'Bug'" +msgstr "" + +#. Label of a Int field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Simultaneous Sessions" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.py:122 +msgid "Single DocTypes cannot be customized." +msgstr "" + +#. Description of the 'Is Single' (Check) field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/doctype/doctype_list.js:51 +msgid "Single Types have only one record no tables associated. Values are stored in tabSingles" +msgstr "" + +#: frappe/database/database.py:242 +msgid "Site is running in read only mode for maintenance or site update, this action can not be performed right now. Please try again later." +msgstr "" + +#: frappe/public/js/frappe/views/file/file_view.js:318 +msgid "Size" +msgstr "" + +#. Label of a Float field in DocType 'System Health Report Tables' +#: frappe/desk/doctype/system_health_report_tables/system_health_report_tables.json +msgid "Size (MB)" +msgstr "" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:82 +#: frappe/public/js/onboarding_tours/onboarding_tours.js:18 +msgid "Skip" +msgstr "" + +#. Label of a Check field in DocType 'OAuth Client' +#. Label of a Select field in DocType 'OAuth Provider Settings' +#: frappe/integrations/doctype/oauth_client/oauth_client.json +#: frappe/integrations/doctype/oauth_provider_settings/oauth_provider_settings.json +msgid "Skip Authorization" +msgstr "" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:337 +msgid "Skip Step" +msgstr "" + +#. Label of a Check field in DocType 'Patch Log' +#: frappe/core/doctype/patch_log/patch_log.json +msgid "Skipped" +msgstr "" + +#: frappe/core/doctype/data_import/importer.py:914 +msgid "Skipping Duplicate Column {0}" +msgstr "" + +#: frappe/core/doctype/data_import/importer.py:939 +msgid "Skipping Untitled Column" +msgstr "" + +#: frappe/core/doctype/data_import/importer.py:925 +msgid "Skipping column {0}" +msgstr "" + +#: frappe/modules/utils.py:176 +msgid "Skipping fixture syncing for doctype {0} from file {1}" +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:39 +msgid "Skipping {0} of {1}, {2}" +msgstr "" + +#. Label of a Data field in DocType 'Contact Us Settings' +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +msgid "Skype" +msgstr "" + +#. Option for the 'Channel' (Select) field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Slack" +msgstr "" + +#. Label of a Link field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Slack Channel" +msgstr "" + +#: frappe/integrations/doctype/slack_webhook_url/slack_webhook_url.py:64 +msgid "Slack Webhook Error" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Integrations Workspace +#: frappe/integrations/doctype/slack_webhook_url/slack_webhook_url.json +#: frappe/integrations/workspace/integrations/integrations.json +msgid "Slack Webhook URL" +msgstr "" + +#. Label of a Link field in DocType 'Web Page' +#. Option for the 'Content Type' (Select) field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "Slideshow" +msgstr "" + +#. Label of a Table field in DocType 'Website Slideshow' +#: frappe/website/doctype/website_slideshow/website_slideshow.json +msgid "Slideshow Items" +msgstr "" + +#. Label of a Data field in DocType 'Website Slideshow' +#: frappe/website/doctype/website_slideshow/website_slideshow.json +msgid "Slideshow Name" +msgstr "" + +#. Description of a DocType +#: frappe/website/doctype/website_slideshow/website_slideshow.json +msgid "Slideshow like display for the website" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Template Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/web_form_field/web_form_field.json +#: frappe/website/doctype/web_template_field/web_template_field.json +msgid "Small Text" +msgstr "" + +#. Label of a Currency field in DocType 'Currency' +#: frappe/geo/doctype/currency/currency.json +msgid "Smallest Currency Fraction Value" +msgstr "" + +#. Description of the 'Smallest Currency Fraction Value' (Currency) field in +#. DocType 'Currency' +#: frappe/geo/doctype/currency/currency.json +msgid "Smallest circulating fraction unit (coin). For e.g. 1 cent for USD and it should be entered as 0.01" +msgstr "" + +#: frappe/printing/doctype/letter_head/letter_head.js:32 +msgid "Snippet and more variables: {0}" +msgstr "" + +#. Name of a DocType +#: frappe/website/doctype/social_link_settings/social_link_settings.json +msgid "Social Link Settings" +msgstr "" + +#. Label of a Select field in DocType 'Social Link Settings' +#: frappe/website/doctype/social_link_settings/social_link_settings.json +msgid "Social Link Type" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Integrations Workspace +#: frappe/integrations/doctype/social_login_key/social_login_key.json +#: frappe/integrations/workspace/integrations/integrations.json +msgid "Social Login Key" +msgstr "" + +#. Label of a Select field in DocType 'Social Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Social Login Provider" +msgstr "" + +#. Label of a Table field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Social Logins" +msgstr "" + +#. Label of a Select field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "SocketIO Ping Check" +msgstr "" + +#. Label of a Select field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "SocketIO Transport Mode" +msgstr "" + +#. Option for the 'Delivery Status' (Select) field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Soft-Bounced" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder_column_selector.html:4 +msgid "Some columns might get cut off when printing to PDF. Try to keep number of columns under 10." +msgstr "" + +#: frappe/public/js/frappe/desk.js:20 +msgid "Some of the features might not work in your browser. Please update your browser to the latest version." +msgstr "" + +#: frappe/public/js/frappe/views/translation_manager.js:101 +msgid "Something went wrong" +msgstr "" + +#: frappe/integrations/doctype/google_calendar/google_calendar.py:117 +msgid "Something went wrong during the token generation. Click on {0} to generate a new one." +msgstr "" + +#: frappe/templates/includes/login/login.js:294 +msgid "Something went wrong." +msgstr "" + +#: frappe/public/js/frappe/views/pageview.js:114 +msgid "Sorry! I could not find what you were looking for." +msgstr "" + +#: frappe/public/js/frappe/views/pageview.js:122 +msgid "Sorry! You are not permitted to view this page." +msgstr "" + +#: frappe/public/js/frappe/utils/datatable.js:6 +msgid "Sort Ascending" +msgstr "" + +#: frappe/public/js/frappe/utils/datatable.js:7 +msgid "Sort Descending" +msgstr "" + +#. Label of a Select field in DocType 'Customize Form' +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Sort Field" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Sort Options" +msgstr "" + +#. Label of a Select field in DocType 'Customize Form' +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Sort Order" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1512 +msgid "Sort field {0} must be a valid fieldname" +msgstr "" + +#. Label of a Data field in DocType 'Web Page View' +#. Label of a Small Text field in DocType 'Website Route Redirect' +#: frappe/public/js/frappe/ui/toolbar/about.js:8 +#: frappe/public/js/frappe/utils/utils.js:1727 +#: frappe/website/doctype/web_page_view/web_page_view.json +#: frappe/website/doctype/website_route_redirect/website_route_redirect.json +#: frappe/website/report/website_analytics/website_analytics.js:38 +msgid "Source" +msgstr "" + +#. Label of a Data field in DocType 'Dashboard Chart Source' +#: frappe/desk/doctype/dashboard_chart_source/dashboard_chart_source.json +msgid "Source Name" +msgstr "" + +#. Label of a Code field in DocType 'Translation' +#: frappe/core/doctype/translation/translation.json +#: frappe/public/js/frappe/views/translation_manager.js:38 +msgid "Source Text" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/blocks/spacer.js:23 +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:204 +msgid "Spacer" +msgstr "" + +#. Option for the 'Email Status' (Select) field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Spam" +msgstr "" + +#. Option for the 'Service' (Select) field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "SparkPost" +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.js:83 +msgid "Special Characters are not allowed" +msgstr "" + +#: frappe/model/naming.py:60 +msgid "Special Characters except '-', '#', '.', '/', '{{' and '}}' not allowed in naming series {0}" +msgstr "" + +#. Description of the 'Timeout (In Seconds)' (Int) field in DocType 'Report' +#: frappe/core/doctype/report/report.json +msgid "Specify a custom timeout, default timeout is 1500 seconds" +msgstr "" + +#. Description of the 'Allowed embedding domains' (Small Text) field in DocType +#. 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Specify the domains or origins that are permitted to embed this form. Enter one domain per line (e.g., https://example.com). If no domains are specified, the form can only be embedded on the same origin." +msgstr "" + +#. Label of a Attach Image field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Splash Image" +msgstr "" + +#: frappe/desk/reportview.py:383 +#: frappe/public/js/frappe/web_form/web_form_list.js:175 +#: frappe/templates/print_formats/standard_macros.html:44 +msgid "Sr" +msgstr "" + +#: frappe/public/js/print_format_builder/Field.vue:143 +#: frappe/public/js/print_format_builder/Field.vue:164 +msgid "Sr No." +msgstr "" + +#. Label of a HTML field in DocType 'Recorder Query' +#: frappe/core/doctype/recorder/recorder.js:82 +#: frappe/core/doctype/recorder_query/recorder_query.json +msgid "Stack Trace" +msgstr "" + +#. Label of a Select field in DocType 'Page' +#. Label of a Check field in DocType 'Desktop Icon' +#. Label of a Select field in DocType 'Print Format' +#. Label of a Check field in DocType 'Print Format Field Template' +#. Label of a Check field in DocType 'Print Style' +#. Label of a Check field in DocType 'Web Template' +#: frappe/core/doctype/page/page.json +#: frappe/core/doctype/user_type/user_type_list.js:5 +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/printing/doctype/print_format_field_template/print_format_field_template.json +#: frappe/printing/doctype/print_style/print_style.json +#: frappe/website/doctype/web_template/web_template.json +msgid "Standard" +msgstr "" + +#: frappe/model/delete_doc.py:78 +msgid "Standard DocType can not be deleted." +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:225 +msgid "Standard DocType cannot have default print format, use Customize Form" +msgstr "" + +#: frappe/desk/doctype/dashboard/dashboard.py:58 +msgid "Standard Not Set" +msgstr "" + +#: frappe/printing/doctype/print_format/print_format.py:75 +msgid "Standard Print Format cannot be updated" +msgstr "" + +#: frappe/printing/doctype/print_style/print_style.py:30 +msgid "Standard Print Style cannot be changed. Please duplicate to edit." +msgstr "" + +#: frappe/desk/reportview.py:330 +msgid "Standard Reports cannot be deleted" +msgstr "" + +#: frappe/desk/reportview.py:301 +msgid "Standard Reports cannot be edited" +msgstr "" + +#. Label of a Section Break field in DocType 'Portal Settings' +#: frappe/website/doctype/portal_settings/portal_settings.json +msgid "Standard Sidebar Menu" +msgstr "" + +#: frappe/website/doctype/web_form/web_form.js:40 +msgid "Standard Web Forms can not be modified, duplicate the Web Form instead." +msgstr "" + +#: frappe/website/doctype/web_page/web_page.js:92 +msgid "Standard rich text editor with controls" +msgstr "" + +#: frappe/core/doctype/role/role.py:46 +msgid "Standard roles cannot be disabled" +msgstr "" + +#: frappe/core/doctype/role/role.py:32 +msgid "Standard roles cannot be renamed" +msgstr "" + +#: frappe/core/doctype/user_type/user_type.py:60 +msgid "Standard user type {0} can not be deleted." +msgstr "" + +#: frappe/templates/emails/energy_points_summary.html:33 +msgid "Standings" +msgstr "" + +#: frappe/core/doctype/server_script/server_script_list.js:20 +msgid "Star us on GitHub" +msgstr "" + +#: frappe/core/doctype/recorder/recorder_list.js:87 +#: frappe/printing/page/print/print.js:296 +#: frappe/printing/page/print/print.js:343 +msgid "Start" +msgstr "" + +#. Label of a Date field in DocType 'Auto Repeat' +#. Label of a Datetime field in DocType 'Web Page' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:140 +#: frappe/public/js/frappe/utils/common.js:409 +#: frappe/website/doctype/web_page/web_page.json +msgid "Start Date" +msgstr "" + +#. Label of a Select field in DocType 'Calendar View' +#: frappe/desk/doctype/calendar_view/calendar_view.json +msgid "Start Date Field" +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:110 +msgid "Start Import" +msgstr "" + +#: frappe/core/doctype/recorder/recorder_list.js:201 +msgid "Start Recording" +msgstr "" + +#. Label of a Datetime field in DocType 'RQ Worker' +#: frappe/core/doctype/rq_worker/rq_worker.json +msgid "Start Time" +msgstr "" + +#: frappe/templates/includes/comments/comments.html:8 +msgid "Start a new discussion" +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:22 +msgid "Start entering data below this line" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:165 +msgid "Start new Format" +msgstr "" + +#. Option for the 'SSL/TLS Mode' (Select) field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "StartTLS" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Prepared Report' +#: frappe/core/doctype/prepared_report/prepared_report.json +msgid "Started" +msgstr "" + +#. Label of a Datetime field in DocType 'RQ Job' +#: frappe/core/doctype/rq_job/rq_job.json +msgid "Started At" +msgstr "" + +#: frappe/desk/page/setup_wizard/setup_wizard.js:274 +msgid "Starting Frappe ..." +msgstr "" + +#. Label of a Datetime field in DocType 'Event' +#: frappe/desk/doctype/event/event.json +msgid "Starts on" +msgstr "" + +#. Label of a Data field in DocType 'Token Cache' +#. Label of a Data field in DocType 'Contact Us Settings' +#. Label of a Link field in DocType 'Workflow Document State' +#. Label of a Data field in DocType 'Workflow State' +#. Label of a Link field in DocType 'Workflow Transition' +#: frappe/integrations/doctype/token_cache/token_cache.json +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +#: frappe/workflow/doctype/workflow/workflow.js:162 +#: frappe/workflow/doctype/workflow_document_state/workflow_document_state.json +#: frappe/workflow/doctype/workflow_state/workflow_state.json +#: frappe/workflow/doctype/workflow_transition/workflow_transition.json +msgid "State" +msgstr "" + +#: frappe/public/js/workflow_builder/components/Properties.vue:24 +msgid "State Properties" +msgstr "" + +#. Label of a Data field in DocType 'Address' +#: frappe/contacts/doctype/address/address.json +msgid "State/Province" +msgstr "" + +#. Label of a Table field in DocType 'DocType' +#. Label of a Table field in DocType 'Customize Form' +#. Label of a Section Break field in DocType 'Workflow' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +#: frappe/workflow/doctype/workflow/workflow.json +msgid "States" +msgstr "" + +#. Label of a Table field in DocType 'SMS Settings' +#: frappe/core/doctype/sms_settings/sms_settings.json +msgid "Static Parameters" +msgstr "" + +#. Label of a Section Break field in DocType 'RQ Worker' +#: frappe/core/doctype/rq_worker/rq_worker.json +msgid "Statistics" +msgstr "" + +#. Label of a Section Break field in DocType 'Number Card' +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/public/js/frappe/form/dashboard.js:43 +#: frappe/public/js/frappe/form/templates/form_dashboard.html:13 +msgid "Stats" +msgstr "" + +#. Label of a Select field in DocType 'Number Card' +#: frappe/desk/doctype/number_card/number_card.json +msgid "Stats Time Interval" +msgstr "" + +#: frappe/social/doctype/energy_point_log/energy_point_log.py:389 +msgid "Stats based on last month's performance (from {0} to {1})" +msgstr "" + +#: frappe/social/doctype/energy_point_log/energy_point_log.py:391 +msgid "Stats based on last week's performance (from {0} to {1})" +msgstr "" + +#. Label of a Select field in DocType 'Auto Repeat' +#. Label of a Select field in DocType 'Contact' +#. Label of a Select field in DocType 'Activity Log' +#. Label of a Section Break field in DocType 'Communication' +#. Label of a Select field in DocType 'Communication' +#. Label of a Select field in DocType 'Data Import' +#. Label of a Select field in DocType 'Prepared Report' +#. Label of a Select field in DocType 'RQ Job' +#. Label of a Data field in DocType 'RQ Worker' +#. Label of a Select field in DocType 'Scheduled Job Log' +#. Label of a Section Break field in DocType 'Scheduled Job Type' +#. Label of a Select field in DocType 'Submission Queue' +#. Label of a Select field in DocType 'Event' +#. Label of a Select field in DocType 'Kanban Board Column' +#. Label of a Select field in DocType 'ToDo' +#. Label of a Select field in DocType 'Email Queue' +#. Label of a Select field in DocType 'Email Queue Recipient' +#. Label of a Section Break field in DocType 'Newsletter' +#. Label of a Select field in DocType 'Integration Request' +#. Label of a Select field in DocType 'OAuth Bearer Token' +#. Label of a Select field in DocType 'Personal Data Deletion Request' +#. Label of a Select field in DocType 'Personal Data Deletion Step' +#. Label of a Select field in DocType 'Workflow Action' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/contacts/doctype/contact/contact.json +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/data_import/data_import.js:488 +#: frappe/core/doctype/data_import/data_import.json +#: frappe/core/doctype/prepared_report/prepared_report.json +#: frappe/core/doctype/rq_job/rq_job.json +#: frappe/core/doctype/rq_worker/rq_worker.json +#: frappe/core/doctype/scheduled_job_log/scheduled_job_log.json +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +#: frappe/core/doctype/submission_queue/submission_queue.json +#: frappe/desk/doctype/event/event.json +#: frappe/desk/doctype/kanban_board_column/kanban_board_column.json +#: frappe/desk/doctype/todo/todo.json +#: frappe/email/doctype/email_queue/email_queue.json +#: frappe/email/doctype/email_queue_recipient/email_queue_recipient.json +#: frappe/email/doctype/newsletter/newsletter.json +#: frappe/integrations/doctype/integration_request/integration_request.json +#: frappe/integrations/doctype/oauth_bearer_token/oauth_bearer_token.json +#: frappe/public/js/frappe/list/list_settings.js:359 +#: frappe/public/js/frappe/views/reports/report_view.js:909 +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.json +#: frappe/website/doctype/personal_data_deletion_step/personal_data_deletion_step.json +#: frappe/workflow/doctype/workflow_action/workflow_action.json +msgid "Status" +msgstr "" + +#: frappe/www/update-password.html:161 +msgid "Status Updated" +msgstr "" + +#: frappe/www/message.html:40 +msgid "Status: {0}" +msgstr "" + +#. Label of a Link field in DocType 'Onboarding Step Map' +#: frappe/desk/doctype/onboarding_step_map/onboarding_step_map.json +msgid "Step" +msgstr "" + +#. Label of a Table field in DocType 'Form Tour' +#. Label of a Table field in DocType 'Module Onboarding' +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/desk/doctype/module_onboarding/module_onboarding.json +msgid "Steps" +msgstr "" + +#: frappe/www/qrcode.html:11 +msgid "Steps to verify your login" +msgstr "" + +#: frappe/core/doctype/recorder/recorder_list.js:87 +msgid "Stop" +msgstr "" + +#. Label of a Check field in DocType 'Scheduled Job Type' +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +msgid "Stopped" +msgstr "" + +#. Label of a Float field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Storage Usage (MB)" +msgstr "" + +#. Label of a Table field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Storage Usage By Table" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Store Attached PDF Document" +msgstr "" + +#. Description of the 'Last Known Versions' (Text) field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Stores the JSON of last known versions of various installed apps. It is used to show release notes." +msgstr "" + +#. Description of the 'Last Reset Password Key Generated On' (Datetime) field +#. in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Stores the datetime when the last reset password key was generated." +msgstr "" + +#: frappe/utils/password_strength.py:91 +msgid "Straight rows of keys are easy to guess" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Strip EXIF tags from uploaded images" +msgstr "" + +#: frappe/public/js/frappe/form/controls/password.js:90 +msgid "Strong" +msgstr "" + +#. Label of a Tab Break field in DocType 'Web Page' +#. Label of a Select field in DocType 'Workflow State' +#: frappe/website/doctype/web_page/web_page.json +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "Style" +msgstr "" + +#. Label of a Section Break field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "Style Settings" +msgstr "" + +#. Description of the 'Style' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "Style represents the button color: Success - Green, Danger - Red, Inverse - Black, Primary - Dark Blue, Info - Light Blue, Warning - Orange" +msgstr "" + +#. Label of a Tab Break field in DocType 'Website Theme' +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Stylesheet" +msgstr "" + +#. Description of the 'Fraction' (Data) field in DocType 'Currency' +#: frappe/geo/doctype/currency/currency.json +msgid "Sub-currency. For e.g. \"Cent\"" +msgstr "" + +#. Description of the 'Subdomain' (Small Text) field in DocType 'Website +#. Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Sub-domain provided by erpnext.com" +msgstr "" + +#. Label of a Small Text field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Subdomain" +msgstr "" + +#. Label of a Data field in DocType 'Auto Repeat' +#. Label of a Small Text field in DocType 'Activity Log' +#. Label of a Text field in DocType 'Comment' +#. Label of a Small Text field in DocType 'Communication' +#. Label of a Small Text field in DocType 'Event' +#. Label of a Text field in DocType 'Notification Log' +#. Label of a Data field in DocType 'Email Template' +#. Label of a Small Text field in DocType 'Newsletter' +#. Label of a Section Break field in DocType 'Newsletter' +#. Label of a Data field in DocType 'Notification' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +#: frappe/desk/doctype/event/event.json +#: frappe/desk/doctype/notification_log/notification_log.json +#: frappe/email/doctype/email_template/email_template.json +#: frappe/email/doctype/newsletter/newsletter.json +#: frappe/email/doctype/notification/notification.json +#: frappe/public/js/frappe/views/communication.js:107 +#: frappe/public/js/frappe/views/inbox/inbox_view.js:63 +msgid "Subject" +msgstr "" + +#. Label of a Data field in DocType 'DocType' +#. Label of a Data field in DocType 'Customize Form' +#. Label of a Select field in DocType 'Calendar View' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +#: frappe/desk/doctype/calendar_view/calendar_view.json +msgid "Subject Field" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1897 +msgid "Subject Field type should be Data, Text, Long Text, Small Text, Text Editor" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/submission_queue/submission_queue.json +msgid "Submission Queue" +msgstr "" + +#. Label of a Check field in DocType 'Custom DocPerm' +#. Label of a Check field in DocType 'DocPerm' +#. Label of a Check field in DocType 'DocShare' +#. Label of a Check field in DocType 'User Document Type' +#. Option for the 'Send Alert On' (Select) field in DocType 'Notification' +#. Option for the 'For Document Event' (Select) field in DocType 'Energy Point +#. Rule' +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/docperm/docperm.json +#: frappe/core/doctype/docshare/docshare.json +#: frappe/core/doctype/user_document_type/user_document_type.json +#: frappe/core/doctype/user_permission/user_permission_list.js:138 +#: frappe/email/doctype/notification/notification.json +#: frappe/public/js/frappe/form/quick_entry.js:191 +#: frappe/public/js/frappe/form/sidebar/review.js:116 +#: frappe/public/js/frappe/ui/capture.js:299 +#: frappe/social/doctype/energy_point_log/energy_point_log.js:39 +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +#: frappe/social/doctype/energy_point_settings/energy_point_settings.js:47 +msgid "Submit" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1985 +msgctxt "Button in list view actions menu" +msgid "Submit" +msgstr "" + +#: frappe/website/doctype/web_form/templates/web_form.html:44 +msgctxt "Button in web form" +msgid "Submit" +msgstr "" + +#: frappe/public/js/frappe/ui/dialog.js:60 +msgctxt "Primary action in dialog" +msgid "Submit" +msgstr "" + +#: frappe/public/js/frappe/ui/messages.js:97 +msgctxt "Primary action of prompt dialog" +msgid "Submit" +msgstr "" + +#: frappe/public/js/frappe/desk.js:212 +msgctxt "Submit password for Email Account" +msgid "Submit" +msgstr "" + +#. Label of a Check field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Submit After Import" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:39 +msgid "Submit an Issue" +msgstr "" + +#: frappe/website/doctype/web_form/templates/web_form.html:153 +msgctxt "Button in web form" +msgid "Submit another response" +msgstr "" + +#. Label of a Data field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Submit button label" +msgstr "" + +#. Label of a Check field in DocType 'Auto Repeat' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:126 +msgid "Submit on Creation" +msgstr "" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:400 +msgid "Submit this document to complete this step." +msgstr "" + +#: frappe/public/js/frappe/form/form.js:1152 +msgid "Submit this document to confirm" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1990 +msgctxt "Title of confirmation dialog" +msgid "Submit {0} documents?" +msgstr "" + +#. Option for the 'Comment Type' (Select) field in DocType 'Comment' +#. Option for the 'Comment Type' (Select) field in DocType 'Communication' +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +#: frappe/public/js/frappe/model/indicator.js:95 +#: frappe/public/js/frappe/ui/filters/filter.js:531 +#: frappe/website/doctype/web_form/templates/web_form.html:133 +msgid "Submitted" +msgstr "" + +#: frappe/workflow/doctype/workflow/workflow.py:104 +msgid "Submitted Document cannot be converted back to draft. Transition row {0}" +msgstr "" + +#: frappe/public/js/workflow_builder/utils.js:176 +msgid "Submitted document cannot be converted back to draft while transitioning from {0} State to {1} State" +msgstr "" + +#: frappe/public/js/frappe/form/save.js:10 +msgctxt "Freeze message while submitting a document" +msgid "Submitting" +msgstr "" + +#: frappe/desk/doctype/bulk_update/bulk_update.py:90 +msgid "Submitting {0}" +msgstr "" + +#. Option for the 'Address Type' (Select) field in DocType 'Address' +#: frappe/contacts/doctype/address/address.json +msgid "Subsidiary" +msgstr "" + +#. Label of a Data field in DocType 'Module Onboarding' +#. Label of a Data field in DocType 'Blog Settings' +#: frappe/desk/doctype/module_onboarding/module_onboarding.json +#: frappe/website/doctype/blog_settings/blog_settings.json +msgid "Subtitle" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Activity Log' +#. Option for the 'Status' (Select) field in DocType 'Data Import' +#. Label of a Check field in DocType 'Data Import Log' +#. Option for the 'Style' (Select) field in DocType 'Workflow State' +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/data_import/data_import.js:464 +#: frappe/core/doctype/data_import/data_import.json +#: frappe/core/doctype/data_import_log/data_import_log.json +#: frappe/desk/doctype/bulk_update/bulk_update.js:31 +#: frappe/desk/doctype/desktop_icon/desktop_icon.py:446 +#: frappe/public/js/frappe/form/grid.js:1137 +#: frappe/public/js/frappe/views/translation_manager.js:21 +#: frappe/templates/includes/login/login.js:231 +#: frappe/templates/includes/login/login.js:237 +#: frappe/templates/includes/login/login.js:270 +#: frappe/templates/includes/login/login.js:278 +#: frappe/templates/pages/integrations/gcalendar-success.html:9 +#: frappe/workflow/doctype/workflow_action/workflow_action.py:167 +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "Success" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/success_action/success_action.json +msgid "Success Action" +msgstr "" + +#. Label of a Data field in DocType 'Module Onboarding' +#: frappe/desk/doctype/module_onboarding/module_onboarding.json +msgid "Success Message" +msgstr "" + +#. Label of a Data field in DocType 'Token Cache' +#: frappe/integrations/doctype/token_cache/token_cache.json +msgid "Success URI" +msgstr "" + +#. Label of a Data field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Success URL" +msgstr "" + +#. Label of a Text field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Success message" +msgstr "" + +#. Label of a Data field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Success title" +msgstr "" + +#: frappe/www/update-password.html:79 +msgid "Success! You are good to go 👍" +msgstr "" + +#. Label of a Int field in DocType 'RQ Worker' +#: frappe/core/doctype/rq_worker/rq_worker.json +msgid "Successful Job Count" +msgstr "" + +#: frappe/model/workflow.py:299 +msgid "Successful Transactions" +msgstr "" + +#: frappe/model/rename_doc.py:694 +msgid "Successful: {0} to {1}" +msgstr "" + +#: frappe/social/doctype/energy_point_settings/energy_point_settings.js:41 +msgid "Successfully Done" +msgstr "" + +#: frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js:100 +#: frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js:113 +msgid "Successfully Updated" +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:428 +msgid "Successfully imported {0}" +msgstr "" + +#: frappe/desk/doctype/form_tour/form_tour.py:87 +msgid "Successfully reset onboarding status for all users." +msgstr "" + +#: frappe/public/js/frappe/views/translation_manager.js:22 +msgid "Successfully updated translations" +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:436 +msgid "Successfully updated {0}" +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:149 +msgid "Successfully {0} 1 record." +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:156 +msgid "Successfully {0} {1} record out of {2}. Click on Export Errored Rows, fix the errors and import again." +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:161 +msgid "Successfully {0} {1} records out of {2}. Click on Export Errored Rows, fix the errors and import again." +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:151 +msgid "Successfully {0} {1} records." +msgstr "" + +#: frappe/core/doctype/recorder/recorder.js:15 +msgid "Suggest Optimizations" +msgstr "" + +#. Label of a Table field in DocType 'Recorder' +#: frappe/core/doctype/recorder/recorder.json +msgid "Suggested Indexes" +msgstr "" + +#: frappe/core/doctype/user/user.py:664 +msgid "Suggested Username: {0}" +msgstr "" + +#. Option for the 'Chart Type' (Select) field in DocType 'Dashboard Chart' +#. Option for the 'Group By Type' (Select) field in DocType 'Dashboard Chart' +#. Option for the 'Function' (Select) field in DocType 'Number Card' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/public/js/frappe/ui/group_by/group_by.js:20 +msgid "Sum" +msgstr "" + +#: frappe/public/js/frappe/ui/group_by/group_by.js:328 +msgid "Sum of {0}" +msgstr "" + +#: frappe/public/js/frappe/views/interaction.js:88 +msgid "Summary" +msgstr "" + +#. Option for the 'Day' (Select) field in DocType 'Assignment Rule Day' +#. Option for the 'Day' (Select) field in DocType 'Auto Repeat Day' +#. Option for the 'First Day of the Week' (Select) field in DocType 'System +#. Settings' +#. Label of a Check field in DocType 'Event' +#. Option for the 'Day of Week' (Select) field in DocType 'Auto Email Report' +#: frappe/automation/doctype/assignment_rule_day/assignment_rule_day.json +#: frappe/automation/doctype/auto_repeat_day/auto_repeat_day.json +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/desk/doctype/event/event.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Sunday" +msgstr "" + +#: frappe/email/doctype/email_queue/email_queue_list.js:27 +msgid "Suspend Sending" +msgstr "" + +#: frappe/public/js/frappe/ui/capture.js:268 +msgid "Switch Camera" +msgstr "" + +#: frappe/public/js/frappe/desk.js:51 +#: frappe/public/js/frappe/ui/theme_switcher.js:11 +msgid "Switch Theme" +msgstr "" + +#: frappe/templates/includes/navbar/navbar_login.html:17 +msgid "Switch To Desk" +msgstr "" + +#: frappe/public/js/frappe/ui/capture.js:273 +msgid "Switching Camera" +msgstr "" + +#. Label of a Data field in DocType 'Currency' +#: frappe/geo/doctype/currency/currency.json +msgid "Symbol" +msgstr "" + +#. Label of a Section Break field in DocType 'Google Calendar' +#. Label of a Section Break field in DocType 'Google Contacts' +#: frappe/integrations/doctype/google_calendar/google_calendar.json +#: frappe/integrations/doctype/google_contacts/google_contacts.json +msgid "Sync" +msgstr "" + +#: frappe/integrations/doctype/google_calendar/google_calendar.js:28 +msgid "Sync Calendar" +msgstr "" + +#: frappe/integrations/doctype/google_contacts/google_contacts.js:28 +msgid "Sync Contacts" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:256 +msgid "Sync on Migrate" +msgstr "" + +#: frappe/integrations/doctype/google_calendar/google_calendar.py:298 +msgid "Sync token was invalid and has been reset, Retry syncing." +msgstr "" + +#. Label of a Check field in DocType 'Event' +#: frappe/desk/doctype/event/event.json +msgid "Sync with Google Calendar" +msgstr "" + +#. Label of a Check field in DocType 'Contact' +#: frappe/contacts/doctype/contact/contact.json +msgid "Sync with Google Contacts" +msgstr "" + +#: frappe/custom/doctype/doctype_layout/doctype_layout.js:46 +msgid "Sync {0} Fields" +msgstr "" + +#: frappe/custom/doctype/doctype_layout/doctype_layout.js:100 +msgid "Synced Fields" +msgstr "" + +#: frappe/integrations/doctype/google_calendar/google_calendar.js:31 +#: frappe/integrations/doctype/google_contacts/google_contacts.js:31 +msgid "Syncing" +msgstr "" + +#: frappe/integrations/doctype/google_calendar/google_calendar.js:19 +msgid "Syncing {0} of {1}" +msgstr "" + +#: frappe/utils/data.py:2170 +msgid "Syntax Error" +msgstr "" + +#. Option for the 'Show in Module Section' (Select) field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "System" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/system_console/system_console.json +msgid "System Console" +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.py:359 +msgid "System Generated Fields can not be renamed" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "System Health Report" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/system_health_report_errors/system_health_report_errors.json +msgid "System Health Report Errors" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/system_health_report_failing_jobs/system_health_report_failing_jobs.json +msgid "System Health Report Failing Jobs" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/system_health_report_queue/system_health_report_queue.json +msgid "System Health Report Queue" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/system_health_report_tables/system_health_report_tables.json +msgid "System Health Report Tables" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/system_health_report_workers/system_health_report_workers.json +msgid "System Health Report Workers" +msgstr "" + +#. Label of a Card Break in the Build Workspace +#: frappe/core/workspace/build/build.json +msgid "System Logs" +msgstr "" + +#. Name of a role +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/automation/doctype/milestone/milestone.json +#: frappe/automation/doctype/milestone_tracker/milestone_tracker.json +#: frappe/contacts/doctype/address/address.json +#: frappe/contacts/doctype/address_template/address_template.json +#: frappe/contacts/doctype/contact/contact.json +#: frappe/contacts/doctype/gender/gender.json +#: frappe/contacts/doctype/salutation/salutation.json +#: frappe/core/doctype/access_log/access_log.json +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/audit_trail/audit_trail.json +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/custom_role/custom_role.json +#: frappe/core/doctype/data_export/data_export.json +#: frappe/core/doctype/data_import/data_import.json +#: frappe/core/doctype/data_import_log/data_import_log.json +#: frappe/core/doctype/deleted_document/deleted_document.json +#: frappe/core/doctype/docshare/docshare.json +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/document_naming_rule/document_naming_rule.json +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +#: frappe/core/doctype/document_share_key/document_share_key.json +#: frappe/core/doctype/domain/domain.json +#: frappe/core/doctype/domain_settings/domain_settings.json +#: frappe/core/doctype/error_log/error_log.json +#: frappe/core/doctype/file/file.json +#: frappe/core/doctype/installed_applications/installed_applications.json +#: frappe/core/doctype/language/language.json +#: frappe/core/doctype/log_settings/log_settings.json +#: frappe/core/doctype/module_def/module_def.json +#: frappe/core/doctype/module_profile/module_profile.json +#: frappe/core/doctype/navbar_settings/navbar_settings.json +#: frappe/core/doctype/package/package.json +#: frappe/core/doctype/package_import/package_import.json +#: frappe/core/doctype/package_release/package_release.json +#: frappe/core/doctype/page/page.json +#: frappe/core/doctype/patch_log/patch_log.json +#: frappe/core/doctype/permission_inspector/permission_inspector.json +#: frappe/core/doctype/prepared_report/prepared_report.json +#: frappe/core/doctype/report/report.json frappe/core/doctype/role/role.json +#: frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.json +#: frappe/core/doctype/role_profile/role_profile.json +#: frappe/core/doctype/rq_job/rq_job.json +#: frappe/core/doctype/rq_worker/rq_worker.json +#: frappe/core/doctype/scheduled_job_log/scheduled_job_log.json +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +#: frappe/core/doctype/session_default_settings/session_default_settings.json +#: frappe/core/doctype/sms_settings/sms_settings.json +#: frappe/core/doctype/submission_queue/submission_queue.json +#: frappe/core/doctype/success_action/success_action.json +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/core/doctype/translation/translation.json +#: frappe/core/doctype/user/user.json +#: frappe/core/doctype/user_group/user_group.json +#: frappe/core/doctype/user_permission/user_permission.json +#: frappe/core/doctype/user_type/user_type.json +#: frappe/core/doctype/version/version.json +#: frappe/core/doctype/view_log/view_log.json +#: frappe/custom/doctype/client_script/client_script.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form/customize_form.json +#: frappe/custom/doctype/doctype_layout/doctype_layout.json +#: frappe/custom/doctype/property_setter/property_setter.json +#: frappe/desk/doctype/bulk_update/bulk_update.json +#: frappe/desk/doctype/calendar_view/calendar_view.json +#: frappe/desk/doctype/changelog_feed/changelog_feed.json +#: frappe/desk/doctype/console_log/console_log.json +#: frappe/desk/doctype/custom_html_block/custom_html_block.json +#: frappe/desk/doctype/dashboard/dashboard.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/dashboard_chart_source/dashboard_chart_source.json +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +#: frappe/desk/doctype/event/event.json +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/desk/doctype/global_search_settings/global_search_settings.json +#: frappe/desk/doctype/kanban_board/kanban_board.json +#: frappe/desk/doctype/list_view_settings/list_view_settings.json +#: frappe/desk/doctype/module_onboarding/module_onboarding.json +#: frappe/desk/doctype/note/note.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/desk/doctype/route_history/route_history.json +#: frappe/desk/doctype/system_console/system_console.json +#: frappe/desk/doctype/system_health_report/system_health_report.json +#: frappe/desk/doctype/tag/tag.json frappe/desk/doctype/tag_link/tag_link.json +#: frappe/desk/doctype/todo/todo.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +#: frappe/email/doctype/document_follow/document_follow.json +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_domain/email_domain.json +#: frappe/email/doctype/email_flag_queue/email_flag_queue.json +#: frappe/email/doctype/email_queue/email_queue.json +#: frappe/email/doctype/email_rule/email_rule.json +#: frappe/email/doctype/email_template/email_template.json +#: frappe/email/doctype/email_unsubscribe/email_unsubscribe.json +#: frappe/email/doctype/notification/notification.json +#: frappe/email/doctype/unhandled_email/unhandled_email.json +#: frappe/geo/doctype/country/country.json +#: frappe/geo/doctype/currency/currency.json +#: frappe/integrations/doctype/connected_app/connected_app.json +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.json +#: frappe/integrations/doctype/google_calendar/google_calendar.json +#: frappe/integrations/doctype/google_contacts/google_contacts.json +#: frappe/integrations/doctype/google_drive/google_drive.json +#: frappe/integrations/doctype/google_settings/google_settings.json +#: frappe/integrations/doctype/integration_request/integration_request.json +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +#: frappe/integrations/doctype/oauth_authorization_code/oauth_authorization_code.json +#: frappe/integrations/doctype/oauth_bearer_token/oauth_bearer_token.json +#: frappe/integrations/doctype/oauth_client/oauth_client.json +#: frappe/integrations/doctype/oauth_provider_settings/oauth_provider_settings.json +#: frappe/integrations/doctype/push_notification_settings/push_notification_settings.json +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +#: frappe/integrations/doctype/slack_webhook_url/slack_webhook_url.json +#: frappe/integrations/doctype/social_login_key/social_login_key.json +#: frappe/integrations/doctype/token_cache/token_cache.json +#: frappe/integrations/doctype/webhook/webhook.json +#: frappe/integrations/doctype/webhook_request_log/webhook_request_log.json +#: frappe/printing/doctype/letter_head/letter_head.json +#: frappe/printing/doctype/network_printer_settings/network_printer_settings.json +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/printing/doctype/print_format_field_template/print_format_field_template.json +#: frappe/printing/doctype/print_heading/print_heading.json +#: frappe/printing/doctype/print_settings/print_settings.json +#: frappe/printing/doctype/print_style/print_style.json +#: frappe/social/doctype/energy_point_log/energy_point_log.json +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +#: frappe/social/doctype/energy_point_settings/energy_point_settings.json +#: frappe/website/doctype/discussion_reply/discussion_reply.json +#: frappe/website/doctype/discussion_topic/discussion_topic.json +#: frappe/website/doctype/marketing_campaign/marketing_campaign.json +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.json +#: frappe/website/doctype/personal_data_download_request/personal_data_download_request.json +#: frappe/website/doctype/web_page_view/web_page_view.json +#: frappe/website/doctype/web_template/web_template.json +#: frappe/website/doctype/website_route_meta/website_route_meta.json +#: frappe/workflow/doctype/workflow/workflow.json +#: frappe/workflow/doctype/workflow_action_master/workflow_action_master.json +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "System Manager" +msgstr "" + +#: frappe/desk/page/backups/backups.js:36 +msgid "System Manager privileges required." +msgstr "" + +#. Option for the 'Channel' (Select) field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "System Notification" +msgstr "" + +#. Label of a Section Break field in DocType 'Notification Settings' +#: frappe/desk/doctype/notification_settings/notification_settings.json +msgid "System Notifications" +msgstr "" + +#. Label of a Check field in DocType 'Page' +#: frappe/core/doctype/page/page.json +msgid "System Page" +msgstr "" + +#. Name of a DocType +#. Label of a shortcut in the Build Workspace +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/core/workspace/build/build.json +msgid "System Settings" +msgstr "" + +#. Description of the 'Allow Roles' (Table MultiSelect) field in DocType +#. 'Module Onboarding' +#: frappe/desk/doctype/module_onboarding/module_onboarding.json +msgid "System managers are allowed by default" +msgstr "" + +#: frappe/public/js/frappe/utils/number_systems.js:5 +msgctxt "Number system" +msgid "T" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Tab Break" +msgstr "" + +#: frappe/public/js/form_builder/components/Tabs.vue:135 +msgid "Tab Label" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Label of a Data field in DocType 'Recorder Suggested Index' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Label of a Data field in DocType 'System Health Report Tables' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#: frappe/core/doctype/data_export/exporter.py:23 +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/recorder_suggested_index/recorder_suggested_index.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/desk/doctype/system_health_report_tables/system_health_report_tables.json +#: frappe/printing/page/print_format_builder/print_format_builder_field.html:38 +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Table" +msgstr "" + +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Template Field' +#: frappe/website/doctype/web_template_field/web_template_field.json +msgid "Table Break" +msgstr "" + +#: frappe/core/doctype/version/version_view.html:72 +msgid "Table Field" +msgstr "" + +#. Label of a Data field in DocType 'DocType Link' +#: frappe/core/doctype/doctype_link/doctype_link.json +msgid "Table Fieldname" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1165 +msgid "Table Fieldname Missing" +msgstr "" + +#. Label of a HTML field in DocType 'Version' +#: frappe/core/doctype/version/version.json +msgid "Table HTML" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Table MultiSelect" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:229 +msgid "Table Trimmed" +msgstr "" + +#: frappe/public/js/frappe/form/grid.js:1136 +msgid "Table updated" +msgstr "" + +#: frappe/model/document.py:1374 +msgid "Table {0} cannot be empty" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Tabloid" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/tag/tag.json +msgid "Tag" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/tag_link/tag_link.json +msgid "Tag Link" +msgstr "" + +#: frappe/model/meta.py:51 +#: frappe/public/js/frappe/form/templates/form_sidebar.html:100 +#: frappe/public/js/frappe/list/bulk_operations.js:430 +#: frappe/public/js/frappe/list/list_sidebar.html:50 +#: frappe/public/js/frappe/list/list_sidebar.js:228 +#: frappe/public/js/frappe/model/meta.js:204 +#: frappe/public/js/frappe/model/model.js:133 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:171 +msgid "Tags" +msgstr "" + +#: frappe/integrations/doctype/google_drive/google_drive.js:29 +msgid "Take Backup" +msgstr "" + +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.js:39 +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.js:12 +msgid "Take Backup Now" +msgstr "" + +#: frappe/public/js/frappe/ui/capture.js:212 +msgid "Take Photo" +msgstr "" + +#. Label of a Data field in DocType 'Portal Menu Item' +#. Label of a Small Text field in DocType 'Website Route Redirect' +#: frappe/website/doctype/portal_menu_item/portal_menu_item.json +#: frappe/website/doctype/website_route_redirect/website_route_redirect.json +msgid "Target" +msgstr "" + +#: frappe/desk/doctype/todo/todo_calendar.js:19 +#: frappe/desk/doctype/todo/todo_calendar.js:25 +msgid "Task" +msgstr "" + +#. Label of a Section Break field in DocType 'About Us Settings' +#. Label of a Table field in DocType 'About Us Settings' +#: frappe/website/doctype/about_us_settings/about_us_settings.json +#: frappe/www/about.html:45 +msgid "Team Members" +msgstr "" + +#. Label of a Data field in DocType 'About Us Settings' +#: frappe/website/doctype/about_us_settings/about_us_settings.json +msgid "Team Members Heading" +msgstr "" + +#. Label of a Small Text field in DocType 'About Us Settings' +#: frappe/website/doctype/about_us_settings/about_us_settings.json +msgid "Team Members Subtitle" +msgstr "" + +#. Label of a Section Break field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Telemetry" +msgstr "" + +#. Label of a Link field in DocType 'Auto Repeat' +#. Label of a Code field in DocType 'Address Template' +#. Label of a Code field in DocType 'Print Format Field Template' +#. Label of a Code field in DocType 'Web Template' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/contacts/doctype/address_template/address_template.json +#: frappe/printing/doctype/print_format_field_template/print_format_field_template.json +#: frappe/website/doctype/web_template/web_template.json +msgid "Template" +msgstr "" + +#: frappe/core/doctype/data_import/importer.py:476 +#: frappe/core/doctype/data_import/importer.py:603 +msgid "Template Error" +msgstr "" + +#. Label of a Data field in DocType 'Print Format Field Template' +#: frappe/printing/doctype/print_format_field_template/print_format_field_template.json +msgid "Template File" +msgstr "" + +#. Label of a Code field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Template Options" +msgstr "" + +#. Label of a Code field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Template Warnings" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/blocks/paragraph.js:78 +msgid "Templates" +msgstr "" + +#: frappe/core/doctype/user/user.py:966 +msgid "Temporarily Disabled" +msgstr "" + +#: frappe/core/doctype/translation/test_translation.py:47 +#: frappe/core/doctype/translation/test_translation.py:54 +msgid "Test Data" +msgstr "" + +#. Label of a Data field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Test Job ID" +msgstr "" + +#: frappe/core/doctype/translation/test_translation.py:49 +#: frappe/core/doctype/translation/test_translation.py:57 +msgid "Test Spanish" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.py:94 +msgid "Test email sent to {0}" +msgstr "" + +#: frappe/core/doctype/file/test_file.py:361 +msgid "Test_Folder" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Template Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/web_form_field/web_form_field.json +#: frappe/website/doctype/web_template_field/web_template_field.json +msgid "Text" +msgstr "" + +#. Label of a Select field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "Text Align" +msgstr "" + +#. Label of a Link field in DocType 'Website Theme' +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Text Color" +msgstr "" + +#. Label of a Code field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Text Content" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Text Editor" +msgstr "" + +#: frappe/templates/emails/password_reset.html:5 +msgid "Thank you" +msgstr "" + +#: frappe/www/contact.py:37 +msgid "Thank you for reaching out to us. We will get back to you at the earliest.\n\n\n" +"Your query:\n\n" +"{0}" +msgstr "" + +#: frappe/website/doctype/web_form/templates/web_form.html:137 +msgid "Thank you for spending your valuable time to fill this form" +msgstr "" + +#: frappe/templates/emails/auto_reply.html:1 +msgid "Thank you for your email" +msgstr "" + +#: frappe/website/doctype/help_article/templates/help_article.html:27 +msgid "Thank you for your feedback!" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.py:335 +msgid "Thank you for your interest in subscribing to our updates" +msgstr "" + +#: frappe/templates/includes/contact.js:36 +msgid "Thank you for your message" +msgstr "" + +#: frappe/templates/emails/new_user.html:16 +msgid "Thanks" +msgstr "" + +#: frappe/templates/emails/auto_repeat_fail.html:3 +msgid "The Auto Repeat for this document has been disabled." +msgstr "" + +#: frappe/public/js/frappe/form/grid.js:1159 +msgid "The CSV format is case sensitive" +msgstr "" + +#. Description of the 'Client ID' (Data) field in DocType 'Google Settings' +#: frappe/integrations/doctype/google_settings/google_settings.json +msgid "The Client ID obtained from the Google Cloud Console under \n" +"\"APIs & Services\" > \"Credentials\"\n" +"" +msgstr "" + +#: frappe/email/doctype/notification/notification.py:131 +msgid "The Condition '{0}' is invalid" +msgstr "" + +#: frappe/core/doctype/file/file.py:204 +msgid "The File URL you've entered is incorrect" +msgstr "" + +#: frappe/integrations/doctype/push_notification_settings/push_notification_settings.py:29 +msgid "The Push Relay Server URL key (`push_relay_server_url`) is missing in your site config" +msgstr "" + +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:363 +msgid "The User record for this request has been auto-deleted due to inactivity by system admins." +msgstr "" + +#: frappe/public/js/frappe/desk.js:128 +msgid "The application has been updated to a new version, please refresh this page" +msgstr "" + +#. Description of the 'Application Name' (Data) field in DocType 'System +#. Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "The application name will be used in the Login page." +msgstr "" + +#: frappe/public/js/frappe/views/interaction.js:322 +msgid "The attachments could not be correctly linked to the new document" +msgstr "" + +#. Description of the 'API Key' (Data) field in DocType 'Google Settings' +#: frappe/integrations/doctype/google_settings/google_settings.json +msgid "The browser API key obtained from the Google Cloud Console under \n" +"\"APIs & Services\" > \"Credentials\"\n" +"" +msgstr "" + +#: frappe/database/database.py:430 +msgid "The changes have been reverted." +msgstr "" + +#: frappe/core/doctype/data_import/importer.py:971 +msgid "The column {0} has {1} different date formats. Automatically setting {2} as the default format as it is the most common. Please change other values in this column to this format." +msgstr "" + +#: frappe/templates/includes/comments/comments.py:34 +msgid "The comment cannot be empty" +msgstr "" + +#: frappe/templates/emails/workflow_action.html:9 +msgid "The contents of this email are strictly confidential. Please do not forward this email to anyone." +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:632 +msgid "The count shown is an estimated count. Click here to see the accurate count." +msgstr "" + +#: frappe/public/js/frappe/views/interaction.js:300 +msgid "The document could not be correctly assigned" +msgstr "" + +#: frappe/public/js/frappe/views/interaction.js:294 +msgid "The document has been assigned to {0}" +msgstr "" + +#. Description of the 'Parent Document Type' (Link) field in DocType 'Dashboard +#. Chart' +#. Description of the 'Parent Document Type' (Link) field in DocType 'Number +#. Card' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/number_card/number_card.json +msgid "The document type selected is a child table, so the parent document type is required." +msgstr "" + +#: frappe/core/doctype/user_type/user_type.py:109 +msgid "The field {0} is mandatory" +msgstr "" + +#: frappe/core/doctype/file/file.py:142 +msgid "The fieldname you've specified in Attached To Field is invalid" +msgstr "" + +#: frappe/automation/doctype/assignment_rule/assignment_rule.py:62 +msgid "The following Assignment Days have been repeated: {0}" +msgstr "" + +#: frappe/printing/doctype/letter_head/letter_head.js:30 +msgid "The following Header Script will add the current date to an element in 'Header HTML' with class 'header-content'" +msgstr "" + +#: frappe/core/doctype/data_import/importer.py:1042 +msgid "The following values are invalid: {0}. Values must be one of {1}" +msgstr "" + +#: frappe/core/doctype/data_import/importer.py:1005 +msgid "The following values do not exist for {0}: {1}" +msgstr "" + +#: frappe/core/doctype/user_type/user_type.py:88 +msgid "The limit has not set for the user type {0} in the site config file." +msgstr "" + +#: frappe/templates/emails/login_with_email_link.html:21 +msgid "The link will expire in {0} minutes" +msgstr "" + +#: frappe/www/login.py:184 +msgid "The link you trying to login is invalid or expired." +msgstr "" + +#: frappe/website/doctype/web_page/web_page.js:125 +msgid "The meta description is an HTML attribute that provides a brief summary of a web page. Search engines such as Google often display the meta description in search results, which can influence click-through rates." +msgstr "" + +#: frappe/website/doctype/web_page/web_page.js:132 +msgid "The meta image is unique image representing the content of the page. Images for this Card should be at least 280px in width, and at least 150px in height." +msgstr "" + +#. Description of the 'Calendar Name' (Data) field in DocType 'Google Calendar' +#: frappe/integrations/doctype/google_calendar/google_calendar.json +msgid "The name that will appear in Google Calendar" +msgstr "" + +#. Description of the 'Track Steps' (Check) field in DocType 'Form Tour' +#: frappe/desk/doctype/form_tour/form_tour.json +msgid "The next tour will start from where the user left off." +msgstr "" + +#. Description of the 'Request Timeout' (Int) field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "The number of seconds until the request expires" +msgstr "" + +#: frappe/www/404.html:18 +msgid "The page you are looking for has gone missing." +msgstr "" + +#: frappe/www/update-password.html:86 +msgid "The password of your account has expired." +msgstr "" + +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:394 +msgid "The process for deletion of {0} data associated with {1} has been initiated." +msgstr "" + +#. Description of the 'App ID' (Data) field in DocType 'Google Settings' +#: frappe/integrations/doctype/google_settings/google_settings.json +msgid "The project number obtained from Google Cloud Console under \n" +"\"IAM & Admin\" > \"Settings\"\n" +"" +msgstr "" + +#: frappe/core/doctype/user/user.py:926 +msgid "The reset password link has been expired" +msgstr "" + +#: frappe/core/doctype/user/user.py:928 +msgid "The reset password link has either been used before or is invalid" +msgstr "" + +#: frappe/app.py:367 frappe/public/js/frappe/request.js:147 +msgid "The resource you are looking for is not available" +msgstr "" + +#: frappe/core/doctype/user_type/user_type.py:113 +msgid "The role {0} should be a custom role." +msgstr "" + +#: frappe/utils/response.py:317 +msgid "The system is being updated. Please refresh again after a few moments." +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:9 +msgid "The system provides many pre-defined roles. You can add new roles to set finer permissions." +msgstr "" + +#: frappe/public/js/frappe/form/grid_row.js:636 +msgid "The total column width cannot be more than 10." +msgstr "" + +#: frappe/core/doctype/user_type/user_type.py:96 +msgid "The total number of user document types limit has been crossed." +msgstr "" + +#. Description of the 'User Field' (Select) field in DocType 'Energy Point +#. Rule' +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +msgid "The user from this field will be rewarded points" +msgstr "" + +#: frappe/public/js/frappe/form/controls/data.js:24 +msgid "The value you pasted was {0} characters long. Max allowed characters is {1}." +msgstr "" + +#. Description of the 'Condition' (Small Text) field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "The webhook will be triggered if this expression is true" +msgstr "" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:173 +msgid "The {0} is already on auto repeat {1}" +msgstr "" + +#. Label of a Section Break field in DocType 'Website Settings' +#. Label of a Data field in DocType 'Website Theme' +#. Label of a Code field in DocType 'Website Theme' +#: frappe/website/doctype/website_settings/website_settings.json +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Theme" +msgstr "" + +#: frappe/public/js/frappe/ui/theme_switcher.js:130 +msgid "Theme Changed" +msgstr "" + +#. Label of a Tab Break field in DocType 'Website Theme' +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Theme Configuration" +msgstr "" + +#. Label of a Data field in DocType 'Website Theme' +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Theme URL" +msgstr "" + +#: frappe/workflow/doctype/workflow/workflow.js:125 +msgid "There are documents which have workflow states that do not exist in this Workflow. It is recommended that you add these states to the Workflow and change their states before removing these states." +msgstr "" + +#: frappe/public/js/frappe/ui/notifications/notifications.js:435 +msgid "There are no upcoming events for you." +msgstr "" + +#: frappe/website/web_template/discussions/discussions.html:3 +msgid "There are no {0} for this {1}, why don't you start one!" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:892 +msgid "There are {0} with the same filters already in the queue:" +msgstr "" + +#: frappe/website/doctype/web_form/web_form.js:81 +#: frappe/website/doctype/web_form/web_form.js:317 +msgid "There can be only 9 Page Break fields in a Web Form" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1405 +msgid "There can be only one Fold in a form" +msgstr "" + +#: frappe/contacts/doctype/address/address.py:183 +msgid "There is an error in your Address Template {0}" +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:162 +msgid "There is no data to be exported" +msgstr "" + +#: frappe/public/js/frappe/ui/notifications/notifications.js:485 +msgid "There is nothing new to show you right now." +msgstr "" + +#: frappe/core/doctype/file/file.py:575 frappe/utils/file_manager.py:375 +msgid "There is some problem with the file url: {0}" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:889 +msgid "There is {0} with the same filters already in the queue:" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager.py:155 +msgid "There must be atleast one permission rule." +msgstr "" + +#: frappe/www/error.py:16 +msgid "There was an error building this page" +msgstr "" + +#: frappe/public/js/frappe/views/kanban/kanban_view.js:183 +msgid "There was an error saving filters" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/attachments.js:201 +msgid "There were errors" +msgstr "" + +#: frappe/public/js/frappe/views/interaction.js:276 +msgid "There were errors while creating the document. Please try again." +msgstr "" + +#: frappe/public/js/frappe/views/communication.js:828 +msgid "There were errors while sending email. Please try again." +msgstr "" + +#: frappe/model/naming.py:468 +msgid "There were some errors setting the name, please contact the administrator" +msgstr "" + +#: frappe/www/404.html:15 +msgid "There's nothing here" +msgstr "" + +#. Description of the 'Announcement Widget' (Text Editor) field in DocType +#. 'Navbar Settings' +#: frappe/core/doctype/navbar_settings/navbar_settings.json +msgid "These announcements will appear inside a dismissible alert below the Navbar." +msgstr "" + +#. Description of the 'LDAP Custom Settings' (Section Break) field in DocType +#. 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "These settings are required if 'Custom' LDAP Directory is used" +msgstr "" + +#. Description of the 'Defaults' (Section Break) field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "These values will be automatically updated in transactions and also will be useful to restrict permissions for this user on transactions containing these values." +msgstr "" + +#: frappe/www/third_party_apps.html:3 frappe/www/third_party_apps.html:13 +msgid "Third Party Apps" +msgstr "" + +#. Label of a Section Break field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Third Party Authentication" +msgstr "" + +#: frappe/geo/doctype/currency/currency.js:8 +msgid "This Currency is disabled. Enable to use in transactions" +msgstr "" + +#: frappe/geo/utils.py:84 +msgid "This Doctype does not contain latitude and longitude fields" +msgstr "" + +#: frappe/geo/utils.py:67 +msgid "This Doctype does not contain location fields" +msgstr "" + +#: frappe/public/js/frappe/views/kanban/kanban_view.js:391 +msgid "This Kanban Board will be private" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:220 +msgid "This action is irreversible. Do you wish to continue?" +msgstr "" + +#: frappe/__init__.py:935 +msgid "This action is only allowed for {}" +msgstr "" + +#: frappe/public/js/frappe/form/toolbar.js:108 +#: frappe/public/js/frappe/model/model.js:735 +msgid "This cannot be undone" +msgstr "" + +#. Description of the 'Is Public' (Check) field in DocType 'Number Card' +#: frappe/desk/doctype/number_card/number_card.json +msgid "This card will be available to all Users if this is set" +msgstr "" + +#. Description of the 'Is Public' (Check) field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "This chart will be available to all Users if this is set" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:212 +msgid "This doctype has no orphan fields to trim" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1030 +msgid "This doctype has pending migrations, run 'bench migrate' before modifying the doctype to avoid losing changes." +msgstr "" + +#: frappe/desk/doctype/workspace/workspace.js:23 +msgid "This document allows you to edit limited fields. For all kinds of workspace customization, use the Edit button located on the workspace page" +msgstr "" + +#: frappe/model/delete_doc.py:112 +msgid "This document can not be deleted right now as it's being modified by another user. Please try again after some time." +msgstr "" + +#: frappe/social/doctype/energy_point_log/energy_point_log.py:90 +msgid "This document cannot be reverted" +msgstr "" + +#: frappe/www/confirm_workflow_action.html:8 +msgid "This document has been modified after the email was sent." +msgstr "" + +#: frappe/social/doctype/energy_point_log/energy_point_log.js:8 +msgid "This document has been reverted" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:1240 +msgid "This document has unsaved changes which might not appear in final PDF.
    Consider saving the document before printing." +msgstr "" + +#: frappe/public/js/frappe/form/form.js:1033 +msgid "This document is already amended, you cannot ammend it again" +msgstr "" + +#: frappe/model/document.py:1542 +msgid "This document is currently locked and queued for execution. Please try again after some time." +msgstr "" + +#: frappe/templates/emails/auto_repeat_fail.html:7 +msgid "This email is autogenerated" +msgstr "" + +#: frappe/printing/doctype/network_printer_settings/network_printer_settings.py:30 +msgid "This feature can not be used as dependencies are missing.\n" +"\t\t\t\tPlease contact your system manager to enable this by installing pycups!" +msgstr "" + +#: frappe/public/js/frappe/form/templates/form_sidebar.html:23 +msgid "This feature is brand new and still experimental" +msgstr "" + +#. Description of the 'Depends On' (Code) field in DocType 'Customize Form +#. Field' +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "This field will appear only if the fieldname defined here has value OR the rules are true (examples):\n" +"myfield\n" +"eval:doc.myfield=='My Value'\n" +"eval:doc.age>18" +msgstr "" + +#: frappe/core/doctype/file/file.js:10 +msgid "This file is public. It can be accessed without authentication." +msgstr "" + +#: frappe/public/js/frappe/form/form.js:1130 +msgid "This form has been modified after you have loaded it" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:415 +msgid "This form is not editable due to a Workflow." +msgstr "" + +#. Description of the 'Is Default' (Check) field in DocType 'Address Template' +#: frappe/contacts/doctype/address_template/address_template.json +msgid "This format is used if country specific format is not found" +msgstr "" + +#. Description of the 'Header' (HTML Editor) field in DocType 'Website +#. Slideshow' +#: frappe/website/doctype/website_slideshow/website_slideshow.json +msgid "This goes above the slideshow." +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:2021 +msgid "This is a background report. Please set the appropriate filters and then generate a new one." +msgstr "" + +#: frappe/utils/password_strength.py:154 +msgid "This is a top-10 common password." +msgstr "" + +#: frappe/utils/password_strength.py:156 +msgid "This is a top-100 common password." +msgstr "" + +#: frappe/utils/password_strength.py:158 +msgid "This is a very common password." +msgstr "" + +#: frappe/core/doctype/rq_job/rq_job.js:9 +msgid "This is a virtual doctype and data is cleared periodically." +msgstr "" + +#: frappe/templates/emails/auto_reply.html:5 +msgid "This is an automatically generated reply" +msgstr "" + +#. Description of the 'Google Snippet Preview' (HTML) field in DocType 'Blog +#. Post' +#: frappe/website/doctype/blog_post/blog_post.json +msgid "This is an example Google SERP Preview." +msgstr "" + +#: frappe/utils/password_strength.py:160 +msgid "This is similar to a commonly used password." +msgstr "" + +#. Description of the 'Current Value' (Int) field in DocType 'Document Naming +#. Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "This is the number of the last created transaction with this prefix" +msgstr "" + +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:403 +msgid "This link has already been activated for verification." +msgstr "" + +#: frappe/utils/verified_command.py:49 +msgid "This link is invalid or expired. Please make sure you have pasted correctly." +msgstr "" + +#: frappe/printing/page/print/print.js:410 +msgid "This may get printed on multiple pages" +msgstr "" + +#: frappe/utils/goal.py:109 +msgid "This month" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.js:223 +msgid "This newsletter is scheduled to be sent on {0}" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.js:50 +msgid "This newsletter was scheduled to send on a later date. Are you sure you want to send it now?" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:964 +msgid "This report contains {0} rows and is too big to display in browser, you can {1} this report instead." +msgstr "" + +#: frappe/templates/emails/auto_email_report.html:57 +msgid "This report was generated on {0}" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:787 +msgid "This report was generated {0}." +msgstr "" + +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:118 +msgid "This request has not yet been approved by the user." +msgstr "" + +#: frappe/templates/includes/navbar/navbar_items.html:95 +msgid "This site is in read only mode, full functionality will be restored soon." +msgstr "" + +#: frappe/core/doctype/doctype/doctype.js:77 +msgid "This site is running in developer mode. Any change made here will be updated in code." +msgstr "" + +#: frappe/website/doctype/web_page/web_page.js:71 +msgid "This title will be used as the title of the webpage as well as in meta tags" +msgstr "" + +#: frappe/public/js/frappe/form/controls/base_input.js:120 +msgid "This value is fetched from {0}'s {1} field" +msgstr "" + +#: frappe/website/doctype/web_page/web_page.js:85 +msgid "This will be automatically generated when you publish the page, you can also enter a route yourself if you wish" +msgstr "" + +#. Description of the 'Callback Message' (Small Text) field in DocType +#. 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "This will be shown in a modal after routing" +msgstr "" + +#. Description of the 'Report Description' (Data) field in DocType 'Onboarding +#. Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "This will be shown to the user in a dialog after routing to the report" +msgstr "" + +#: frappe/www/third_party_apps.html:21 +msgid "This will log out {0} from all other devices" +msgstr "" + +#: frappe/templates/emails/delete_data_confirmation.html:3 +msgid "This will permanently remove your data." +msgstr "" + +#: frappe/desk/doctype/form_tour/form_tour.js:103 +msgid "This will reset this tour and show it to all users. Are you sure?" +msgstr "" + +#: frappe/core/doctype/rq_job/rq_job.js:15 +msgid "This will terminate the job immediately and might be dangerous, are you sure? " +msgstr "" + +#: frappe/core/doctype/user/user.py:1178 +msgid "Throttled" +msgstr "" + +#. Label of a Small Text field in DocType 'File' +#: frappe/core/doctype/file/file.json +msgid "Thumbnail URL" +msgstr "" + +#. Option for the 'Day' (Select) field in DocType 'Assignment Rule Day' +#. Option for the 'Day' (Select) field in DocType 'Auto Repeat Day' +#. Option for the 'First Day of the Week' (Select) field in DocType 'System +#. Settings' +#. Label of a Check field in DocType 'Event' +#. Option for the 'Day of Week' (Select) field in DocType 'Auto Email Report' +#: frappe/automation/doctype/assignment_rule_day/assignment_rule_day.json +#: frappe/automation/doctype/auto_repeat_day/auto_repeat_day.json +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/desk/doctype/event/event.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Thursday" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Label of a Datetime field in DocType 'Recorder' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Column' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Filter' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/recorder/recorder.json +#: frappe/core/doctype/report_column/report_column.json +#: frappe/core/doctype/report_filter/report_filter.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/email/doctype/newsletter/newsletter.js:118 +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Time" +msgstr "" + +#. Label of a Select field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Time Format" +msgstr "" + +#. Label of a Select field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Time Interval" +msgstr "" + +#. Label of a Check field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Time Series" +msgstr "" + +#. Label of a Select field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Time Series Based On" +msgstr "" + +#. Label of a Duration field in DocType 'RQ Job' +#: frappe/core/doctype/rq_job/rq_job.json +msgid "Time Taken" +msgstr "" + +#. Label of a Int field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "Time Window (Seconds)" +msgstr "" + +#. Label of a Select field in DocType 'System Settings' +#. Label of a Autocomplete field in DocType 'User' +#. Label of a Data field in DocType 'Web Page View' +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/core/doctype/user/user.json +#: frappe/desk/page/setup_wizard/setup_wizard.js:395 +#: frappe/website/doctype/web_page_view/web_page_view.json +msgid "Time Zone" +msgstr "" + +#. Label of a Text field in DocType 'Country' +#: frappe/geo/doctype/country/country.json +msgid "Time Zones" +msgstr "" + +#. Label of a Data field in DocType 'Country' +#: frappe/geo/doctype/country/country.json +msgid "Time format" +msgstr "" + +#. Label of a Float field in DocType 'Recorder' +#: frappe/core/doctype/recorder/recorder.json +msgid "Time in Queries" +msgstr "" + +#. Description of the 'Expiry time of QR Code Image Page' (Int) field in +#. DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Time in seconds to retain QR code image on server. Min:240" +msgstr "" + +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.py:402 +msgid "Time series based on is required to create a dashboard chart" +msgstr "" + +#: frappe/public/js/frappe/form/controls/time.js:107 +msgid "Time {0} must be in format: {1}" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Timed Out" +msgstr "" + +#: frappe/public/js/frappe/ui/theme_switcher.js:64 +msgid "Timeless Night" +msgstr "" + +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Timeline" +msgstr "" + +#. Label of a Link field in DocType 'Activity Log' +#: frappe/core/doctype/activity_log/activity_log.json +msgid "Timeline DocType" +msgstr "" + +#. Label of a Data field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Timeline Field" +msgstr "" + +#. Label of a Section Break field in DocType 'Communication' +#. Label of a Table field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Timeline Links" +msgstr "" + +#. Label of a Dynamic Link field in DocType 'Activity Log' +#: frappe/core/doctype/activity_log/activity_log.json +msgid "Timeline Name" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1500 +msgid "Timeline field must be a Link or Dynamic Link" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1496 +msgid "Timeline field must be a valid fieldname" +msgstr "" + +#. Label of a Duration field in DocType 'RQ Job' +#: frappe/core/doctype/rq_job/rq_job.json +msgid "Timeout" +msgstr "" + +#. Label of a Int field in DocType 'Report' +#: frappe/core/doctype/report/report.json +msgid "Timeout (In Seconds)" +msgstr "" + +#. Label of a Check field in DocType 'Dashboard Chart Source' +#: frappe/desk/doctype/dashboard_chart_source/dashboard_chart_source.json +msgid "Timeseries" +msgstr "" + +#. Label of a Select field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/page/leaderboard/leaderboard.js:123 +#: frappe/public/js/frappe/ui/filters/filter.js:28 +msgid "Timespan" +msgstr "" + +#. Label of a Datetime field in DocType 'Access Log' +#. Label of a Datetime field in DocType 'Transaction Log' +#: frappe/core/doctype/access_log/access_log.json +#: frappe/core/doctype/transaction_log/transaction_log.json +#: frappe/core/report/transaction_log_report/transaction_log_report.py:112 +msgid "Timestamp" +msgstr "" + +#. Label of a Data field in DocType 'DocType State' +#. Label of a Data field in DocType 'Error Log' +#. Label of a Data field in DocType 'Page' +#. Label of a Data field in DocType 'Changelog Feed' +#. Label of a Data field in DocType 'Form Tour' +#. Label of a Data field in DocType 'Form Tour Step' +#. Label of a Data field in DocType 'Module Onboarding' +#. Label of a Data field in DocType 'Note' +#. Label of a Data field in DocType 'Onboarding Step' +#. Label of a Data field in DocType 'System Health Report Errors' +#. Label of a Data field in DocType 'Workspace' +#. Label of a Data field in DocType 'Email Group' +#. Label of a Data field in DocType 'Blog Category' +#. Label of a Data field in DocType 'Blog Post' +#. Label of a Data field in DocType 'Blog Settings' +#. Label of a Data field in DocType 'Discussion Topic' +#. Label of a Data field in DocType 'Help Article' +#. Label of a Data field in DocType 'Portal Menu Item' +#. Label of a Data field in DocType 'Web Form' +#. Label of a Data field in DocType 'Web Page' +#. Label of a Data field in DocType 'Website Sidebar' +#. Label of a Data field in DocType 'Website Sidebar Item' +#: frappe/core/doctype/doctype/boilerplate/controller_list.html:14 +#: frappe/core/doctype/doctype/boilerplate/controller_list.html:23 +#: frappe/core/doctype/doctype_state/doctype_state.json +#: frappe/core/doctype/error_log/error_log.json +#: frappe/core/doctype/page/page.json +#: frappe/desk/doctype/changelog_feed/changelog_feed.json +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +#: frappe/desk/doctype/module_onboarding/module_onboarding.json +#: frappe/desk/doctype/note/note.json +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +#: frappe/desk/doctype/system_health_report_errors/system_health_report_errors.json +#: frappe/desk/doctype/workspace/workspace.json +#: frappe/email/doctype/email_group/email_group.json +#: frappe/public/js/frappe/views/workspace/workspace.js:644 +#: frappe/public/js/frappe/views/workspace/workspace.js:973 +#: frappe/public/js/frappe/views/workspace/workspace.js:1220 +#: frappe/website/doctype/blog_category/blog_category.json +#: frappe/website/doctype/blog_post/blog_post.json +#: frappe/website/doctype/blog_settings/blog_settings.json +#: frappe/website/doctype/discussion_topic/discussion_topic.json +#: frappe/website/doctype/help_article/help_article.json +#: frappe/website/doctype/portal_menu_item/portal_menu_item.json +#: frappe/website/doctype/web_form/web_form.json +#: frappe/website/doctype/web_page/web_page.json +#: frappe/website/doctype/website_sidebar/website_sidebar.json +#: frappe/website/doctype/website_sidebar_item/website_sidebar_item.json +msgid "Title" +msgstr "" + +#. Label of a Data field in DocType 'DocType' +#. Label of a Data field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Title Field" +msgstr "" + +#. Label of a Data field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Title Prefix" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1437 +msgid "Title field must be a valid fieldname" +msgstr "" + +#: frappe/website/doctype/web_page/web_page.js:70 +msgid "Title of the page" +msgstr "" + +#. Label of a Code field in DocType 'Communication' +#. Label of a Section Break field in DocType 'Newsletter' +#: frappe/core/doctype/communication/communication.json +#: frappe/email/doctype/newsletter/newsletter.json +#: frappe/public/js/frappe/views/communication.js:53 +#: frappe/public/js/frappe/views/inbox/inbox_view.js:70 +msgid "To" +msgstr "" + +#. Label of a Date field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/website/report/website_analytics/website_analytics.js:14 +msgid "To Date" +msgstr "" + +#. Label of a Select field in DocType 'Auto Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "To Date Field" +msgstr "" + +#. Label of a Link in the Tools Workspace +#: frappe/automation/workspace/tools/tools.json +#: frappe/desk/doctype/todo/todo_list.js:6 +msgid "To Do" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/review.js:50 +msgid "To User" +msgstr "" + +#. Description of the 'Subject' (Data) field in DocType 'Auto Repeat' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +msgid "To add dynamic subject, use jinja tags like\n\n" +"
    New {{ doc.doctype }} #{{ doc.name }}
    " +msgstr "" + +#. Description of the 'Subject' (Data) field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "To add dynamic subject, use jinja tags like\n\n" +"
    {{ doc.name }} Delivered
    " +msgstr "" + +#. Description of the 'JSON Request Body' (Code) field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "To add dynamic values from the document, use jinja tags like\n\n" +"
    \n" +"
    { \"id\": \"{{ doc.name }}\" }\n"
    +"
    \n" +"
    " +msgstr "" + +#: frappe/email/doctype/auto_email_report/auto_email_report.py:107 +msgid "To allow more reports update limit in System Settings." +msgstr "" + +#. Label of a Section Break field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "To and CC" +msgstr "" + +#. Description of the 'Use First Day of Period' (Check) field in DocType 'Auto +#. Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "To begin the date range at the start of the chosen period. For example, if 'Year' is selected as the period, the report will start from January 1st of the current year." +msgstr "" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.js:35 +msgid "To configure Auto Repeat, enable \"Allow Auto Repeat\" from {0}." +msgstr "" + +#: frappe/www/login.html:73 +msgid "To enable it follow the instructions in the following link: {0}" +msgstr "" + +#: frappe/core/doctype/server_script/server_script.js:37 +msgid "To enable server scripts, read the {0}." +msgstr "" + +#: frappe/desk/doctype/onboarding_step/onboarding_step.js:18 +msgid "To export this step as JSON, link it in a Onboarding document and save the document." +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:788 +msgid "To get the updated report, click on {0}." +msgstr "" + +#: frappe/www/me.html:51 +msgid "To manage your authorized third party apps" +msgstr "" + +#. Description of the 'Console' (Code) field in DocType 'System Console' +#: frappe/desk/doctype/system_console/system_console.json +msgid "To print output use print(text)" +msgstr "" + +#: frappe/core/doctype/user_type/user_type.py:292 +msgid "To set the role {0} in the user {1}, kindly set the {2} field as {3} in one of the {4} record." +msgstr "" + +#: frappe/integrations/doctype/google_calendar/google_calendar.js:8 +msgid "To use Google Calendar, enable {0}." +msgstr "" + +#: frappe/integrations/doctype/google_contacts/google_contacts.js:8 +msgid "To use Google Contacts, enable {0}." +msgstr "" + +#: frappe/integrations/doctype/google_drive/google_drive.js:8 +msgid "To use Google Drive, enable {0}." +msgstr "" + +#. Description of the 'Enable Google indexing' (Check) field in DocType +#. 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "To use Google Indexing, enable Google Settings." +msgstr "" + +#. Description of the 'Slack Channel' (Link) field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "To use Slack Channel, add a Slack Webhook URL." +msgstr "" + +#: frappe/public/js/frappe/utils/diffview.js:44 +msgid "To version" +msgstr "" + +#. Label of a shortcut in the Tools Workspace +#. Linked DocType in User's connections +#. Name of a DocType +#. Name of a report +#: frappe/automation/doctype/assignment_rule/assignment_rule.py:55 +#: frappe/automation/workspace/tools/tools.json +#: frappe/core/doctype/user/user.json frappe/desk/doctype/todo/todo.json +#: frappe/desk/report/todo/todo.json +msgid "ToDo" +msgstr "" + +#: frappe/public/js/frappe/form/controls/date.js:58 +#: frappe/public/js/frappe/views/calendar/calendar.js:268 +msgid "Today" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1494 +msgid "Toggle Chart" +msgstr "" + +#. Label of a standard navbar item +#. Type: Action +#: frappe/hooks.py +msgid "Toggle Full Width" +msgstr "" + +#: frappe/public/js/frappe/views/file/file_view.js:33 +msgid "Toggle Grid View" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:212 +msgid "Toggle Section: {0}" +msgstr "" + +#: frappe/public/js/frappe/ui/page.js:193 +#: frappe/public/js/frappe/ui/page.js:195 +#: frappe/public/js/frappe/views/reports/report_view.js:1498 +msgid "Toggle Sidebar" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1718 +msgctxt "Button in list view menu" +msgid "Toggle Sidebar" +msgstr "" + +#. Label of a standard navbar item +#. Type: Action +#: frappe/hooks.py +msgid "Toggle Theme" +msgstr "" + +#. Option for the 'Response Type' (Select) field in DocType 'OAuth Client' +#: frappe/integrations/doctype/oauth_client/oauth_client.json +msgid "Token" +msgstr "" + +#. Linked DocType in User's connections +#. Linked DocType in Connected App's connections +#. Name of a DocType +#: frappe/core/doctype/user/user.json +#: frappe/integrations/doctype/connected_app/connected_app.json +#: frappe/integrations/doctype/token_cache/token_cache.json +msgid "Token Cache" +msgstr "" + +#. Label of a Data field in DocType 'Token Cache' +#: frappe/integrations/doctype/token_cache/token_cache.json +msgid "Token Type" +msgstr "" + +#. Label of a Data field in DocType 'Connected App' +#: frappe/integrations/doctype/connected_app/connected_app.json +msgid "Token URI" +msgstr "" + +#: frappe/utils/oauth.py:185 +msgid "Token is missing" +msgstr "" + +#: frappe/desk/doctype/bulk_update/bulk_update.py:70 +#: frappe/model/workflow.py:246 +msgid "Too Many Documents" +msgstr "" + +#: frappe/rate_limiter.py:88 +msgid "Too Many Requests" +msgstr "" + +#: frappe/database/database.py:429 +msgid "Too many changes to database in single action." +msgstr "" + +#: frappe/core/doctype/user/user.py:967 +msgid "Too many users signed up recently, so the registration is disabled. Please try back in an hour" +msgstr "" + +#. Name of a Workspace +#. Label of a Card Break in the Tools Workspace +#: frappe/automation/workspace/tools/tools.json +msgid "Tools" +msgstr "" + +#. Option for the 'Position' (Select) field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:153 +msgid "Top" +msgstr "" + +#. Name of a DocType +#: frappe/website/doctype/top_bar_item/top_bar_item.json +msgid "Top Bar Item" +msgstr "" + +#. Label of a Table field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Top Bar Items" +msgstr "" + +#. Option for the 'Position' (Select) field in DocType 'Form Tour Step' +#. Option for the 'Page Number' (Select) field in DocType 'Print Format' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:245 +msgid "Top Center" +msgstr "" + +#. Label of a Table field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Top Errors" +msgstr "" + +#. Option for the 'Page Number' (Select) field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:244 +msgid "Top Left" +msgstr "" + +#: frappe/templates/emails/energy_points_summary.html:3 +msgid "Top Performer" +msgstr "" + +#: frappe/templates/emails/energy_points_summary.html:18 +msgid "Top Reviewer" +msgstr "" + +#. Option for the 'Position' (Select) field in DocType 'Form Tour Step' +#. Option for the 'Page Number' (Select) field in DocType 'Print Format' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:246 +msgid "Top Right" +msgstr "" + +#: frappe/templates/emails/energy_points_summary.html:33 +msgid "Top {0}" +msgstr "" + +#. Label of a Link field in DocType 'Discussion Reply' +#: frappe/website/doctype/discussion_reply/discussion_reply.json +msgid "Topic" +msgstr "" + +#: frappe/desk/query_report.py:510 +#: frappe/public/js/frappe/views/reports/print_grid.html:45 +#: frappe/public/js/frappe/views/reports/report_view.js:1475 +msgid "Total" +msgstr "" + +#. Label of a Int field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Total Background Workers" +msgstr "" + +#. Label of a Int field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Total Errors (last 1 day)" +msgstr "" + +#: frappe/public/js/frappe/ui/capture.js:251 +msgid "Total Images" +msgstr "" + +#. Label of a Int field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Total Outgoing Emails" +msgstr "" + +#. Label of a Int field in DocType 'Newsletter' +#: frappe/email/doctype/newsletter/newsletter.json +msgid "Total Recipients" +msgstr "" + +#. Label of a Int field in DocType 'Email Group' +#. Label of a Read Only field in DocType 'Newsletter Email Group' +#: frappe/email/doctype/email_group/email_group.json +#: frappe/email/doctype/newsletter_email_group/newsletter_email_group.json +msgid "Total Subscribers" +msgstr "" + +#. Label of a Int field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Total Users" +msgstr "" + +#. Label of a Int field in DocType 'Newsletter' +#: frappe/email/doctype/newsletter/newsletter.json +msgid "Total Views" +msgstr "" + +#. Label of a Duration field in DocType 'RQ Worker' +#: frappe/core/doctype/rq_worker/rq_worker.json +msgid "Total Working Time" +msgstr "" + +#. Description of the 'Initial Sync Count' (Select) field in DocType 'Email +#. Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Total number of emails to sync in initial sync process " +msgstr "" + +#: frappe/public/js/print_format_builder/ConfigureColumns.vue:12 +msgid "Total:" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1179 +msgid "Totals" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1154 +msgid "Totals Row" +msgstr "" + +#. Label of a Data field in DocType 'Error Log' +#: frappe/core/doctype/error_log/error_log.json +msgid "Trace ID" +msgstr "" + +#. Label of a Code field in DocType 'Patch Log' +#: frappe/core/doctype/patch_log/patch_log.json +msgid "Traceback" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#. Label of a Check field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Track Changes" +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Track Email Status" +msgstr "" + +#. Label of a Data field in DocType 'Milestone' +#: frappe/automation/doctype/milestone/milestone.json +msgid "Track Field" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Track Seen" +msgstr "" + +#. Label of a Check field in DocType 'Form Tour' +#: frappe/desk/doctype/form_tour/form_tour.json +msgid "Track Steps" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#. Label of a Check field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Track Views" +msgstr "" + +#. Description of the 'Track Email Status' (Check) field in DocType 'Email +#. Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Track if your email has been opened by the recipient.\n" +"
    \n" +"Note: If you're sending to multiple recipients, even if 1 recipient reads the email, it'll be considered \"Opened\"" +msgstr "" + +#. Description of a DocType +#: frappe/automation/doctype/milestone_tracker/milestone_tracker.json +msgid "Track milestones for any document" +msgstr "" + +#: frappe/public/js/frappe/utils/utils.js:1766 +msgid "Tracking URL generated and copied to clipboard" +msgstr "" + +#. Label of a Small Text field in DocType 'Transaction Log' +#: frappe/core/doctype/transaction_log/transaction_log.json +msgid "Transaction Hash" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/transaction_log/transaction_log.json +msgid "Transaction Log" +msgstr "" + +#. Name of a report +#: frappe/core/report/transaction_log_report/transaction_log_report.json +msgid "Transaction Log Report" +msgstr "" + +#: frappe/desk/page/setup_wizard/install_fixtures.py:32 +msgid "Transgender" +msgstr "" + +#: frappe/public/js/workflow_builder/components/Properties.vue:19 +msgid "Transition Properties" +msgstr "" + +#. Label of a Section Break field in DocType 'Workflow' +#: frappe/workflow/doctype/workflow/workflow.json +msgid "Transition Rules" +msgstr "" + +#. Label of a Table field in DocType 'Workflow' +#: frappe/workflow/doctype/workflow/workflow.json +msgid "Transitions" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Translatable" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#. Label of a Check field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Translate Link Fields" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1580 +msgid "Translate values" +msgstr "" + +#: frappe/public/js/frappe/views/translation_manager.js:11 +msgid "Translate {0}" +msgstr "" + +#. Label of a Code field in DocType 'Translation' +#: frappe/core/doctype/translation/translation.json +msgid "Translated Text" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/translation/translation.json +msgid "Translation" +msgstr "" + +#: frappe/public/js/frappe/views/translation_manager.js:46 +msgid "Translations" +msgstr "" + +#. Option for the 'Email Status' (Select) field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Trash" +msgstr "" + +#. Option for the 'View' (Select) field in DocType 'Form Tour' +#. Option for the 'DocType View' (Select) field in DocType 'Workspace Shortcut' +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +msgid "Tree" +msgstr "" + +#: frappe/public/js/frappe/list/base_list.js:210 +msgid "Tree View" +msgstr "" + +#. Description of the 'Is Tree' (Check) field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Tree structures are implemented using Nested Set" +msgstr "" + +#: frappe/public/js/frappe/views/treeview.js:20 +msgid "Tree view is not available for {0}" +msgstr "" + +#. Label of a Data field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Trigger Method" +msgstr "" + +#: frappe/public/js/frappe/ui/keyboard.js:194 +msgid "Trigger Primary Action" +msgstr "" + +#: frappe/tests/test_translate.py:55 +msgid "Trigger caching" +msgstr "" + +#. Description of the 'Trigger Method' (Data) field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Trigger on valid methods like \"before_insert\", \"after_update\", etc (will depend on the DocType selected)" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:144 +msgid "Trim Table" +msgstr "" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:323 +msgid "Try Again" +msgstr "" + +#. Label of a Data field in DocType 'Document Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Try a Naming Series" +msgstr "" + +#: frappe/printing/page/print/print.js:189 +#: frappe/printing/page/print/print.js:195 +msgid "Try the new Print Designer" +msgstr "" + +#: frappe/utils/password_strength.py:100 +msgid "Try to avoid repeated words and characters" +msgstr "" + +#: frappe/utils/password_strength.py:92 +msgid "Try to use a longer keyboard pattern with more turns" +msgstr "" + +#. Option for the 'Day' (Select) field in DocType 'Assignment Rule Day' +#. Option for the 'Day' (Select) field in DocType 'Auto Repeat Day' +#. Option for the 'First Day of the Week' (Select) field in DocType 'System +#. Settings' +#. Label of a Check field in DocType 'Event' +#. Option for the 'Day of Week' (Select) field in DocType 'Auto Email Report' +#: frappe/automation/doctype/assignment_rule_day/assignment_rule_day.json +#: frappe/automation/doctype/auto_repeat_day/auto_repeat_day.json +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/desk/doctype/event/event.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Tuesday" +msgstr "" + +#. Label of a Check field in DocType 'Role' +#. Label of a Section Break field in DocType 'System Settings' +#: frappe/core/doctype/role/role.json +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Two Factor Authentication" +msgstr "" + +#. Label of a Select field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Two Factor Authentication method" +msgstr "" + +#. Label of a Select field in DocType 'Communication' +#. Label of a Select field in DocType 'DocField' +#. Label of a Select field in DocType 'Customize Form Field' +#. Label of a Data field in DocType 'Console Log' +#. Label of a Select field in DocType 'Dashboard Chart' +#. Label of a Select field in DocType 'Desktop Icon' +#. Label of a Select field in DocType 'Notification Log' +#. Label of a Select field in DocType 'Number Card' +#. Label of a Select field in DocType 'System Console' +#. Label of a Select field in DocType 'Workspace Link' +#. Label of a Select field in DocType 'Workspace Shortcut' +#. Label of a Select field in DocType 'Energy Point Log' +#. Label of a Select field in DocType 'Web Template' +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/desk/doctype/console_log/console_log.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +#: frappe/desk/doctype/notification_log/notification_log.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/desk/doctype/system_console/system_console.json +#: frappe/desk/doctype/workspace_link/workspace_link.json +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +#: frappe/public/js/frappe/views/file/file_view.js:318 +#: frappe/public/js/frappe/widgets/widget_dialog.js:366 +#: frappe/social/doctype/energy_point_log/energy_point_log.json +#: frappe/website/doctype/web_template/web_template.json +msgid "Type" +msgstr "" + +#: frappe/desk/page/user_profile/user_profile.html:17 +msgid "Type Distribution" +msgstr "" + +#: frappe/public/js/frappe/form/controls/comment.js:78 +msgid "Type a reply / comment" +msgstr "" + +#: frappe/templates/includes/search_template.html:51 +msgid "Type something in the search box to search" +msgstr "" + +#: frappe/templates/discussions/comment_box.html:8 +#: frappe/templates/discussions/reply_section.html:53 +#: frappe/templates/discussions/topic_modal.html:11 +msgid "Type title" +msgstr "" + +#: frappe/templates/discussions/discussions.js:341 +msgid "Type your reply here..." +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:143 +msgid "Type:" +msgstr "" + +#. Label of a Check field in DocType 'Form Tour' +#. Label of a Check field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "UI Tour" +msgstr "" + +#. Label of a Int field in DocType 'Communication' +#. Label of a Data field in DocType 'Email Flag Queue' +#. Label of a Data field in DocType 'Unhandled Email' +#: frappe/core/doctype/communication/communication.json +#: frappe/email/doctype/email_flag_queue/email_flag_queue.json +#: frappe/email/doctype/unhandled_email/unhandled_email.json +msgid "UID" +msgstr "" + +#. Label of a Int field in DocType 'Email Account' +#. Label of a Data field in DocType 'IMAP Folder' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/imap_folder/imap_folder.json +msgid "UIDNEXT" +msgstr "" + +#. Label of a Data field in DocType 'Email Account' +#. Label of a Data field in DocType 'IMAP Folder' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/imap_folder/imap_folder.json +msgid "UIDVALIDITY" +msgstr "" + +#. Option for the 'Email Sync Option' (Select) field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "UNSEEN" +msgstr "" + +#. Description of the 'Redirect URIs' (Text) field in DocType 'OAuth Client' +#: frappe/integrations/doctype/oauth_client/oauth_client.json +msgid "URIs for receiving authorization code once the user allows access, as well as failure responses. Typically a REST endpoint exposed by the Client App.\n" +"
    e.g. http://hostname/api/method/frappe.integrations.oauth2_logins.login_via_facebook" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Workspace Shortcut' +#. Label of a Data field in DocType 'Workspace Shortcut' +#. Label of a Small Text field in DocType 'Integration Request' +#. Label of a Data field in DocType 'Webhook Request Log' +#. Label of a Data field in DocType 'Top Bar Item' +#. Label of a Data field in DocType 'Website Slideshow Item' +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +#: frappe/integrations/doctype/integration_request/integration_request.json +#: frappe/integrations/doctype/webhook_request_log/webhook_request_log.json +#: frappe/public/js/frappe/widgets/widget_dialog.js:435 +#: frappe/website/doctype/top_bar_item/top_bar_item.json +#: frappe/website/doctype/website_slideshow_item/website_slideshow_item.json +msgid "URL" +msgstr "" + +#. Description of the 'Documentation Link' (Data) field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "URL for documentation or help" +msgstr "" + +#: frappe/core/doctype/file/file.py:215 +msgid "URL must start with http:// or https://" +msgstr "" + +#: frappe/website/doctype/web_page/web_page.js:84 +msgid "URL of the page" +msgstr "" + +#. Description of the 'URL' (Data) field in DocType 'Website Slideshow Item' +#: frappe/website/doctype/website_slideshow_item/website_slideshow_item.json +msgid "URL to go to on clicking the slideshow image" +msgstr "" + +#: frappe/core/doctype/document_naming_settings/document_naming_settings.py:67 +msgid "Unable to find DocType {0}" +msgstr "" + +#: frappe/public/js/frappe/ui/capture.js:330 +msgid "Unable to load camera." +msgstr "" + +#: frappe/public/js/frappe/model/model.js:268 +msgid "Unable to load: {0}" +msgstr "" + +#: frappe/utils/csvutils.py:35 +msgid "Unable to open attached file. Did you export it as CSV?" +msgstr "" + +#: frappe/core/doctype/file/utils.py:99 frappe/core/doctype/file/utils.py:131 +msgid "Unable to read file format for {0}" +msgstr "" + +#: frappe/core/doctype/communication/email.py:179 +msgid "Unable to send mail because of a missing email account. Please setup default Email Account from Settings > Email Account" +msgstr "" + +#: frappe/public/js/frappe/views/calendar/calendar.js:440 +msgid "Unable to update event" +msgstr "" + +#: frappe/core/doctype/file/file.py:457 +msgid "Unable to write file format for {0}" +msgstr "" + +#. Label of a Code field in DocType 'Assignment Rule' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +msgid "Unassign Condition" +msgstr "" + +#: frappe/www/error.py:15 +msgid "Uncaught Server Exception" +msgstr "" + +#: frappe/public/js/frappe/form/toolbar.js:94 +msgid "Unchanged" +msgstr "" + +#: frappe/public/js/frappe/form/toolbar.js:451 +msgid "Undo" +msgstr "" + +#: frappe/public/js/frappe/form/toolbar.js:459 +msgid "Undo last action" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/form_sidebar.js:232 +#: frappe/public/js/frappe/form/templates/form_sidebar.html:132 +msgid "Unfollow" +msgstr "" + +#. Name of a DocType +#: frappe/email/doctype/unhandled_email/unhandled_email.json +msgid "Unhandled Email" +msgstr "" + +#. Label of a Int field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Unhandled Emails" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:601 +msgid "Unhide Workspace" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Unique" +msgstr "" + +#: frappe/website/report/website_analytics/website_analytics.js:59 +msgid "Unknown" +msgstr "" + +#: frappe/public/js/frappe/model/model.js:209 +msgid "Unknown Column: {0}" +msgstr "" + +#: frappe/utils/data.py:1062 +msgid "Unknown Rounding Method: {}" +msgstr "" + +#: frappe/auth.py:304 +msgid "Unknown User" +msgstr "" + +#: frappe/utils/csvutils.py:52 +msgid "Unknown file encoding. Tried utf-8, windows-1250, windows-1252." +msgstr "" + +#: frappe/core/doctype/submission_queue/submission_queue.js:7 +msgid "Unlock Reference Document" +msgstr "" + +#: frappe/website/doctype/blog_post/blog_post.js:36 +#: frappe/website/doctype/web_form/web_form.js:86 +msgid "Unpublish" +msgstr "" + +#. Option for the 'Action' (Select) field in DocType 'Email Flag Queue' +#: frappe/email/doctype/email_flag_queue/email_flag_queue.json +msgid "Unread" +msgstr "" + +#. Label of a Check field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Unread Notification Sent" +msgstr "" + +#: frappe/utils/safe_exec.py:478 +msgid "Unsafe SQL query" +msgstr "" + +#: frappe/public/js/frappe/data_import/data_exporter.js:159 +#: frappe/public/js/frappe/form/controls/multicheck.js:166 +msgid "Unselect All" +msgstr "" + +#. Option for the 'Comment Type' (Select) field in DocType 'Comment' +#. Option for the 'Comment Type' (Select) field in DocType 'Communication' +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +msgid "Unshared" +msgstr "" + +#: frappe/email/queue.py:66 +msgid "Unsubscribe" +msgstr "" + +#. Label of a Data field in DocType 'Email Queue' +#: frappe/email/doctype/email_queue/email_queue.json +msgid "Unsubscribe Method" +msgstr "" + +#. Label of a Data field in DocType 'Email Queue' +#: frappe/email/doctype/email_queue/email_queue.json +msgid "Unsubscribe Param" +msgstr "" + +#. Label of a Check field in DocType 'Contact' +#. Label of a Check field in DocType 'User' +#. Label of a Check field in DocType 'Email Group Member' +#: frappe/contacts/doctype/contact/contact.json +#: frappe/core/doctype/user/user.json +#: frappe/email/doctype/email_group_member/email_group_member.json +#: frappe/email/queue.py:122 +msgid "Unsubscribed" +msgstr "" + +#: frappe/public/js/frappe/data_import/import_preview.js:72 +msgid "Untitled Column" +msgstr "" + +#: frappe/core/doctype/file/file.js:28 +msgid "Unzip" +msgstr "" + +#: frappe/public/js/frappe/views/file/file_view.js:132 +msgid "Unzipped {0} files" +msgstr "" + +#: frappe/public/js/frappe/views/file/file_view.js:125 +msgid "Unzipping files..." +msgstr "" + +#: frappe/desk/doctype/event/event.py:255 +msgid "Upcoming Events for Today" +msgstr "" + +#. Label of a Button field in DocType 'Document Naming Settings' +#: frappe/core/doctype/data_import/data_import_list.js:36 +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +#: frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js:23 +#: frappe/custom/doctype/customize_form/customize_form.js:438 +#: frappe/desk/doctype/bulk_update/bulk_update.js:15 +#: frappe/printing/page/print_format_builder/print_format_builder.js:447 +#: frappe/printing/page/print_format_builder/print_format_builder.js:501 +#: frappe/printing/page/print_format_builder/print_format_builder.js:670 +#: frappe/printing/page/print_format_builder/print_format_builder.js:757 +#: frappe/public/js/frappe/form/grid_row.js:403 +#: frappe/public/js/frappe/views/workspace/workspace.js:692 +msgid "Update" +msgstr "" + +#. Label of a Button field in DocType 'Document Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Update Amendment Naming" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:641 +msgid "Update Details" +msgstr "" + +#. Option for the 'Import Type' (Select) field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Update Existing Records" +msgstr "" + +#. Label of a Select field in DocType 'Workflow Document State' +#: frappe/workflow/doctype/workflow_document_state/workflow_document_state.json +msgid "Update Field" +msgstr "" + +#: frappe/core/doctype/installed_applications/installed_applications.js:6 +#: frappe/core/doctype/installed_applications/installed_applications.js:13 +msgid "Update Hooks Resolution Order" +msgstr "" + +#: frappe/core/doctype/installed_applications/installed_applications.js:45 +msgid "Update Order" +msgstr "" + +#: frappe/desk/page/setup_wizard/setup_wizard.js:472 +msgid "Update Password" +msgstr "" + +#. Label of a Section Break field in DocType 'Document Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Update Series Counter" +msgstr "" + +#. Label of a Button field in DocType 'Document Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Update Series Number" +msgstr "" + +#. Option for the 'Action' (Select) field in DocType 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Update Settings" +msgstr "" + +#: frappe/public/js/frappe/views/translation_manager.js:13 +msgid "Update Translations" +msgstr "" + +#. Label of a Small Text field in DocType 'Bulk Update' +#. Label of a Data field in DocType 'Workflow Document State' +#: frappe/desk/doctype/bulk_update/bulk_update.json +#: frappe/workflow/doctype/workflow_document_state/workflow_document_state.json +msgid "Update Value" +msgstr "" + +#: frappe/utils/change_log.py:386 +msgid "Update from Frappe Cloud" +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:375 +msgid "Update {0} records" +msgstr "" + +#. Option for the 'Comment Type' (Select) field in DocType 'Comment' +#. Option for the 'Comment Type' (Select) field in DocType 'Communication' +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +#: frappe/desk/doctype/desktop_icon/desktop_icon.py:446 +#: frappe/public/js/frappe/web_form/web_form.js:427 +msgid "Updated" +msgstr "" + +#: frappe/desk/doctype/bulk_update/bulk_update.js:32 +msgid "Updated Successfully" +msgstr "" + +#: frappe/public/js/frappe/desk.js:426 +msgid "Updated To A New Version 🎉" +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:372 +msgid "Updated successfully" +msgstr "" + +#. Label of a Tab Break field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Updates" +msgstr "" + +#: frappe/utils/response.py:316 +msgid "Updating" +msgstr "" + +#: frappe/public/js/frappe/form/save.js:11 +msgctxt "Freeze message while updating a document" +msgid "Updating" +msgstr "" + +#: frappe/email/doctype/email_queue/email_queue.py:432 +msgid "Updating Email Queue Statuses. The emails will be picked up in the next scheduled run." +msgstr "" + +#: frappe/core/doctype/document_naming_rule/document_naming_rule.js:17 +msgid "Updating counter may lead to document name conflicts if not done properly" +msgstr "" + +#: frappe/desk/page/setup_wizard/setup_wizard.py:22 +msgid "Updating global settings" +msgstr "" + +#: frappe/core/doctype/document_naming_settings/document_naming_settings.js:59 +msgid "Updating naming series options" +msgstr "" + +#: frappe/public/js/frappe/form/toolbar.js:127 +msgid "Updating related fields..." +msgstr "" + +#: frappe/desk/doctype/bulk_update/bulk_update.py:97 +msgid "Updating {0}" +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:36 +msgid "Updating {0} of {1}, {2}" +msgstr "" + +#: frappe/public/js/billing.bundle.js:30 +msgid "Upgrade plan" +msgstr "" + +#: frappe/public/js/frappe/file_uploader/file_uploader.bundle.js:121 +#: frappe/public/js/frappe/file_uploader/file_uploader.bundle.js:122 +#: frappe/public/js/frappe/form/grid.js:63 +#: frappe/public/js/frappe/form/templates/form_sidebar.html:13 +msgid "Upload" +msgstr "" + +#: frappe/public/js/print_format_builder/LetterHeadEditor.vue:93 +msgid "Upload Image" +msgstr "" + +#: frappe/public/js/frappe/file_uploader/FileUploader.vue:193 +msgid "Upload file" +msgstr "" + +#: frappe/public/js/frappe/file_uploader/FileUploader.vue:196 +msgid "Upload {0} files" +msgstr "" + +#. Label of a Check field in DocType 'File' +#: frappe/core/doctype/file/file.json +msgid "Uploaded To Dropbox" +msgstr "" + +#. Label of a Check field in DocType 'File' +#: frappe/core/doctype/file/file.json +msgid "Uploaded To Google Drive" +msgstr "" + +#: frappe/integrations/doctype/google_drive/google_drive.py:198 +msgid "Uploading backup to Google Drive." +msgstr "" + +#: frappe/integrations/doctype/google_drive/google_drive.py:203 +msgid "Uploading successful." +msgstr "" + +#: frappe/integrations/doctype/google_drive/google_drive.js:16 +msgid "Uploading to Google Drive" +msgstr "" + +#. Description of the 'Value to Validate' (Data) field in DocType 'Onboarding +#. Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +#, python-format +msgid "Use % for any non empty value." +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Use ASCII encoding for password" +msgstr "" + +#. Label of a Check field in DocType 'Auto Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Use First Day of Period" +msgstr "" + +#. Label of a Check field in DocType 'Email Template' +#: frappe/email/doctype/email_template/email_template.json +msgid "Use HTML" +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#. Label of a Check field in DocType 'Email Domain' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_domain/email_domain.json +msgid "Use IMAP" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Use Number Format from Currency" +msgstr "" + +#. Label of a Check field in DocType 'SMS Settings' +#: frappe/core/doctype/sms_settings/sms_settings.json +msgid "Use POST" +msgstr "" + +#. Label of a Check field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Use Report Chart" +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#. Label of a Check field in DocType 'Email Domain' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_domain/email_domain.json +msgid "Use SSL" +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#. Label of a Check field in DocType 'Email Domain' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_domain/email_domain.json +msgid "Use STARTTLS" +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#. Label of a Check field in DocType 'Email Domain' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_domain/email_domain.json +msgid "Use TLS" +msgstr "" + +#: frappe/utils/password_strength.py:34 +msgid "Use a few words, avoid common phrases." +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Use different Email ID" +msgstr "" + +#: frappe/model/db_query.py:424 +msgid "Use of function {0} in field is restricted" +msgstr "" + +#: frappe/model/db_query.py:403 +msgid "Use of sub-query or function is restricted" +msgstr "" + +#: frappe/printing/page/print/print.js:279 +msgid "Use the new Print Format Builder" +msgstr "" + +#. Description of the 'Title Field' (Data) field in DocType 'Customize Form' +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Use this fieldname to generate title" +msgstr "" + +#. Label of a Check field in DocType 'User Email' +#: frappe/core/doctype/user_email/user_email.json +msgid "Used OAuth" +msgstr "" + +#. Label of a Link field in DocType 'Assignment Rule User' +#. Label of a Link field in DocType 'Reminder' +#. Label of a Link field in DocType 'Activity Log' +#. Label of a Link field in DocType 'Communication' +#. Label of a Link field in DocType 'DocShare' +#. Label of a Link field in DocType 'Log Setting User' +#. Linked DocType in Module Profile's connections +#. Label of a Link field in DocType 'Permission Inspector' +#. Linked DocType in Role Profile's connections +#. Name of a DocType +#. Label of a Link field in DocType 'User Group Member' +#. Label of a Link field in DocType 'User Permission' +#. Label of a Link in the Users Workspace +#. Label of a shortcut in the Users Workspace +#. Label of a Link field in DocType 'Dashboard Settings' +#. Label of a Link field in DocType 'Note Seen By' +#. Label of a Link field in DocType 'Notification Settings' +#. Label of a Link field in DocType 'Route History' +#. Label of a Link field in DocType 'Document Follow' +#. Label of a Link field in DocType 'Google Calendar' +#. Label of a Link field in DocType 'OAuth Authorization Code' +#. Label of a Link field in DocType 'OAuth Bearer Token' +#. Label of a Link field in DocType 'OAuth Client' +#. Label of a Link field in DocType 'Token Cache' +#. Label of a Link field in DocType 'Webhook Request Log' +#. Label of a Link field in DocType 'Energy Point Log' +#. Label of a Link field in DocType 'Blogger' +#. Label of a Link field in DocType 'Personal Data Download Request' +#. Label of a Link field in DocType 'Workflow Action' +#: frappe/automation/doctype/assignment_rule_user/assignment_rule_user.json +#: frappe/automation/doctype/reminder/reminder.json +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/docshare/docshare.json +#: frappe/core/doctype/log_setting_user/log_setting_user.json +#: frappe/core/doctype/module_profile/module_profile.json +#: frappe/core/doctype/permission_inspector/permission_inspector.json +#: frappe/core/doctype/role_profile/role_profile.json +#: frappe/core/doctype/user/user.json +#: frappe/core/doctype/user_group_member/user_group_member.json +#: frappe/core/doctype/user_permission/user_permission.json +#: frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.js:8 +#: frappe/core/workspace/users/users.json +#: frappe/desk/doctype/dashboard_settings/dashboard_settings.json +#: frappe/desk/doctype/note_seen_by/note_seen_by.json +#: frappe/desk/doctype/notification_settings/notification_settings.json +#: frappe/desk/doctype/route_history/route_history.json +#: frappe/desk/page/user_profile/user_profile_controller.js:65 +#: frappe/email/doctype/document_follow/document_follow.json +#: frappe/integrations/doctype/google_calendar/google_calendar.json +#: frappe/integrations/doctype/oauth_authorization_code/oauth_authorization_code.json +#: frappe/integrations/doctype/oauth_bearer_token/oauth_bearer_token.json +#: frappe/integrations/doctype/oauth_client/oauth_client.json +#: frappe/integrations/doctype/token_cache/token_cache.json +#: frappe/integrations/doctype/webhook_request_log/webhook_request_log.json +#: frappe/public/js/frappe/form/templates/set_sharing.html:3 +#: frappe/social/doctype/energy_point_log/energy_point_log.json +#: frappe/templates/emails/energy_points_summary.html:38 +#: frappe/website/doctype/blogger/blogger.json +#: frappe/website/doctype/personal_data_download_request/personal_data_download_request.json +#: frappe/workflow/doctype/workflow_action/workflow_action.json +msgid "User" +msgstr "" + +#. Label of a Link field in DocType 'Access Log' +#: frappe/core/doctype/access_log/access_log.json +msgid "User " +msgstr "" + +#: frappe/core/doctype/has_role/has_role.py:25 +msgid "User '{0}' already has the role '{1}'" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/report/user_activity_report.json +msgid "User Activity Report" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/report/user_activity_report_without_sort.json +msgid "User Activity Report Without Sort" +msgstr "" + +#. Label of a Data field in DocType 'Web Page View' +#: frappe/website/doctype/web_page_view/web_page_view.json +msgid "User Agent" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "User Cannot Create" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "User Cannot Search" +msgstr "" + +#: frappe/public/js/frappe/desk.js:531 +msgid "User Changed" +msgstr "" + +#. Label of a Table field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "User Defaults" +msgstr "" + +#. Label of a Tab Break field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "User Details" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/user_document_type/user_document_type.json +msgid "User Document Type" +msgstr "" + +#: frappe/core/doctype/user_type/user_type.py:97 +msgid "User Document Types Limit Exceeded" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/user_email/user_email.json +msgid "User Email" +msgstr "" + +#. Label of a Table field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "User Emails" +msgstr "" + +#. Label of a Select field in DocType 'Energy Point Rule' +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +msgid "User Field" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/user_group/user_group.json +msgid "User Group" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/user_group_member/user_group_member.json +msgid "User Group Member" +msgstr "" + +#. Label of a Table MultiSelect field in DocType 'User Group' +#: frappe/core/doctype/user_group/user_group.json +msgid "User Group Members" +msgstr "" + +#. Label of a Data field in DocType 'User Social Login' +#: frappe/core/doctype/user_social_login/user_social_login.json +msgid "User ID" +msgstr "" + +#. Label of a Data field in DocType 'Social Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "User ID Property" +msgstr "" + +#. Description of a DocType +#: frappe/website/doctype/blogger/blogger.json +msgid "User ID of a Blogger" +msgstr "" + +#. Label of a Link field in DocType 'Contact' +#: frappe/contacts/doctype/contact/contact.json +msgid "User Id" +msgstr "" + +#. Label of a Select field in DocType 'User Type' +#: frappe/core/doctype/user_type/user_type.json +msgid "User Id Field" +msgstr "" + +#: frappe/core/doctype/user_type/user_type.py:284 +msgid "User Id Field is mandatory in the user type {0}" +msgstr "" + +#. Label of a Attach Image field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "User Image" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/navbar.html:115 +msgid "User Menu" +msgstr "" + +#. Label of a Data field in DocType 'Personal Data Download Request' +#: frappe/website/doctype/personal_data_download_request/personal_data_download_request.json +msgid "User Name" +msgstr "" + +#. Linked DocType in User's connections +#. Name of a DocType +#: frappe/core/doctype/user/user.json +#: frappe/core/doctype/user_permission/user_permission.json +msgid "User Permission" +msgstr "" + +#. Label of a Link in the Users Workspace +#: frappe/core/page/permission_manager/permission_manager_help.html:30 +#: frappe/core/workspace/users/users.json +#: frappe/public/js/frappe/views/reports/query_report.js:1798 +#: frappe/public/js/frappe/views/reports/report_view.js:1675 +msgid "User Permissions" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1676 +msgctxt "Button in list view menu" +msgid "User Permissions" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:32 +msgid "User Permissions are used to limit users to specific records." +msgstr "" + +#: frappe/core/doctype/user_permission/user_permission_list.js:124 +msgid "User Permissions created sucessfully" +msgstr "" + +#. Label of a shortcut in the Users Workspace +#: frappe/core/workspace/users/users.json +msgid "User Profile" +msgstr "" + +#. Label of a Link field in DocType 'LDAP Group Mapping' +#: frappe/integrations/doctype/ldap_group_mapping/ldap_group_mapping.json +msgid "User Role" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/user_select_document_type/user_select_document_type.json +msgid "User Select Document Type" +msgstr "" + +#: frappe/desk/page/user_profile/user_profile_sidebar.html:52 +msgid "User Settings" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/user_social_login/user_social_login.json +msgid "User Social Login" +msgstr "" + +#. Label of a Data field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "User Tags" +msgstr "" + +#. Label of a Link field in DocType 'User' +#. Name of a DocType +#. Label of a shortcut in the Users Workspace +#: frappe/core/doctype/user/user.json +#: frappe/core/doctype/user_type/user_type.json +#: frappe/core/doctype/user_type/user_type.py:82 +#: frappe/core/workspace/users/users.json +msgid "User Type" +msgstr "" + +#. Label of a Table field in DocType 'User Type' +#. Name of a DocType +#: frappe/core/doctype/user_type/user_type.json +#: frappe/core/doctype/user_type_module/user_type_module.json +msgid "User Type Module" +msgstr "" + +#. Description of the 'Allow Login using Mobile Number' (Check) field in +#. DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "User can login using Email id or Mobile number" +msgstr "" + +#. Description of the 'Allow Login using User Name' (Check) field in DocType +#. 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "User can login using Email id or User Name" +msgstr "" + +#: frappe/desk/page/user_profile/user_profile_controller.js:26 +msgid "User does not exist" +msgstr "" + +#: frappe/templates/includes/login/login.js:293 +msgid "User does not exist." +msgstr "" + +#: frappe/core/doctype/user_type/user_type.py:82 +msgid "User does not have permission to create the new {0}" +msgstr "" + +#: frappe/core/doctype/docshare/docshare.py:55 +msgid "User is mandatory for Share" +msgstr "" + +#. Label of a Check field in DocType 'Document Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "User must always select" +msgstr "" + +#: frappe/model/delete_doc.py:246 +msgid "User not allowed to delete {0}: {1}" +msgstr "" + +#: frappe/core/doctype/user_permission/user_permission.py:60 +msgid "User permission already exists" +msgstr "" + +#: frappe/www/login.py:157 +msgid "User with email address {0} does not exist" +msgstr "" + +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:225 +msgid "User with email: {0} does not exist in the system. Please ask 'System Administrator' to create the user for you." +msgstr "" + +#: frappe/core/doctype/user/user.py:472 +msgid "User {0} cannot be deleted" +msgstr "" + +#: frappe/core/doctype/user/user.py:263 +msgid "User {0} cannot be disabled" +msgstr "" + +#: frappe/core/doctype/user/user.py:552 +msgid "User {0} cannot be renamed" +msgstr "" + +#: frappe/permissions.py:132 +msgid "User {0} does not have access to this document" +msgstr "" + +#: frappe/permissions.py:155 +msgid "User {0} does not have doctype access via role permission for document {1}" +msgstr "" + +#: frappe/desk/doctype/workspace/workspace.py:261 +msgid "User {0} does not have the permission to create a Workspace." +msgstr "" + +#: frappe/templates/emails/data_deletion_approval.html:1 +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:108 +msgid "User {0} has requested for data deletion" +msgstr "" + +#: frappe/core/doctype/user/user.py:1312 +msgid "User {0} impersonated as {1}" +msgstr "" + +#: frappe/utils/oauth.py:271 +msgid "User {0} is disabled" +msgstr "" + +#: frappe/sessions.py:231 +msgid "User {0} is disabled. Please contact your System Manager." +msgstr "" + +#: frappe/desk/form/assign_to.py:103 +msgid "User {0} is not permitted to access this document." +msgstr "" + +#. Label of a Data field in DocType 'Connected App' +#: frappe/integrations/doctype/connected_app/connected_app.json +msgid "Userinfo URI" +msgstr "" + +#. Label of a Data field in DocType 'User' +#. Label of a Data field in DocType 'User Social Login' +#: frappe/core/doctype/user/user.json +#: frappe/core/doctype/user_social_login/user_social_login.json +#: frappe/www/login.py:105 +msgid "Username" +msgstr "" + +#: frappe/core/doctype/user/user.py:631 +msgid "Username {0} already exists" +msgstr "" + +#. Label of a Table MultiSelect field in DocType 'Assignment Rule' +#. Name of a Workspace +#. Label of a Card Break in the Users Workspace +#. Label of a Section Break field in DocType 'System Health Report' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +#: frappe/core/workspace/users/users.json +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Users" +msgstr "" + +#. Description of the 'Allot Points To Assigned Users' (Check) field in DocType +#. 'Energy Point Rule' +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +msgid "Users assigned to the reference document will get points." +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager.js:348 +msgid "Users with role {0}:" +msgstr "" + +#: frappe/public/js/frappe/ui/theme_switcher.js:70 +msgid "Uses system's theme to switch between light and dark mode" +msgstr "" + +#: frappe/public/js/frappe/desk.js:113 +msgid "Using this console may allow attackers to impersonate you and steal your information. Do not enter or paste code that you do not understand." +msgstr "" + +#. Label of a Percent field in DocType 'System Health Report Workers' +#: frappe/desk/doctype/system_health_report_workers/system_health_report_workers.json +msgid "Utilization" +msgstr "" + +#. Label of a Percent field in DocType 'RQ Worker' +#: frappe/core/doctype/rq_worker/rq_worker.json +msgid "Utilization %" +msgstr "" + +#. Option for the 'Validity' (Select) field in DocType 'OAuth Authorization +#. Code' +#: frappe/integrations/doctype/oauth_authorization_code/oauth_authorization_code.json +msgid "Valid" +msgstr "" + +#: frappe/templates/includes/login/login.js:53 +#: frappe/templates/includes/login/login.js:66 +msgid "Valid Login id required." +msgstr "" + +#: frappe/templates/includes/login/login.js:40 +msgid "Valid email and name required" +msgstr "" + +#. Label of a Check field in DocType 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Validate Field" +msgstr "" + +#: frappe/public/js/frappe/web_form/web_form.js:360 +msgid "Validation Error" +msgstr "" + +#. Label of a Select field in DocType 'OAuth Authorization Code' +#: frappe/integrations/doctype/oauth_authorization_code/oauth_authorization_code.json +msgid "Validity" +msgstr "" + +#. Label of a Data field in DocType 'Milestone' +#. Label of a Text field in DocType 'DefaultValue' +#. Label of a Data field in DocType 'Document Naming Rule Condition' +#. Label of a Data field in DocType 'SMS Parameter' +#. Label of a Data field in DocType 'Query Parameters' +#. Label of a Small Text field in DocType 'Webhook Header' +#. Label of a Text field in DocType 'Website Meta Tag' +#: frappe/automation/doctype/milestone/milestone.json +#: frappe/core/doctype/defaultvalue/defaultvalue.json +#: frappe/core/doctype/document_naming_rule_condition/document_naming_rule_condition.json +#: frappe/core/doctype/prepared_report/prepared_report.js:8 +#: frappe/core/doctype/sms_parameter/sms_parameter.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:305 +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:439 +#: frappe/desk/doctype/number_card/number_card.js:205 +#: frappe/desk/doctype/number_card/number_card.js:336 +#: frappe/email/doctype/auto_email_report/auto_email_report.js:95 +#: frappe/integrations/doctype/query_parameters/query_parameters.json +#: frappe/integrations/doctype/webhook_header/webhook_header.json +#: frappe/public/js/frappe/list/bulk_operations.js:336 +#: frappe/public/js/frappe/list/bulk_operations.js:398 +#: frappe/public/js/frappe/list/list_view_permission_restrictions.html:4 +#: frappe/website/doctype/web_form/web_form.js:197 +#: frappe/website/doctype/website_meta_tag/website_meta_tag.json +msgid "Value" +msgstr "" + +#. Label of a Select field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Value Based On" +msgstr "" + +#. Option for the 'Send Alert On' (Select) field in DocType 'Notification' +#. Option for the 'For Document Event' (Select) field in DocType 'Energy Point +#. Rule' +#: frappe/email/doctype/notification/notification.json +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +msgid "Value Change" +msgstr "" + +#. Label of a Select field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Value Changed" +msgstr "" + +#. Label of a Data field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Value To Be Set" +msgstr "" + +#: frappe/model/base_document.py:948 frappe/model/document.py:670 +msgid "Value cannot be changed for {0}" +msgstr "" + +#: frappe/model/document.py:616 +msgid "Value cannot be negative for" +msgstr "" + +#: frappe/model/document.py:620 +msgid "Value cannot be negative for {0}: {1}" +msgstr "" + +#: frappe/custom/doctype/property_setter/property_setter.js:7 +msgid "Value for a check field can be either 0 or 1" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.py:608 +msgid "Value for field {0} is too long in {1}. Length should be lesser than {2} characters" +msgstr "" + +#: frappe/model/base_document.py:382 +msgid "Value for {0} cannot be a list" +msgstr "" + +#. Description of the 'Due Date Based On' (Select) field in DocType 'Assignment +#. Rule' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +msgid "Value from this field will be set as the due date in the ToDo" +msgstr "" + +#: frappe/model/base_document.py:729 +msgid "Value missing for" +msgstr "" + +#: frappe/core/doctype/data_import/importer.py:707 +msgid "Value must be one of {0}" +msgstr "" + +#. Label of a Data field in DocType 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Value to Validate" +msgstr "" + +#: frappe/model/base_document.py:1018 +msgid "Value too big" +msgstr "" + +#: frappe/core/doctype/data_import/importer.py:720 +msgid "Value {0} missing for {1}" +msgstr "" + +#: frappe/core/doctype/data_import/importer.py:751 frappe/utils/data.py:704 +msgid "Value {0} must be in the valid duration format: d h m s" +msgstr "" + +#: frappe/core/doctype/data_import/importer.py:738 +msgid "Value {0} must in {1} format" +msgstr "" + +#: frappe/core/doctype/version/version_view.html:8 +msgid "Values Changed" +msgstr "" + +#. Option for the 'Font' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Verdana" +msgstr "" + +#: frappe/templates/includes/login/login.js:341 +msgid "Verification" +msgstr "" + +#: frappe/templates/includes/login/login.js:344 frappe/twofactor.py:353 +msgid "Verification Code" +msgstr "" + +#: frappe/templates/emails/delete_data_confirmation.html:10 +msgid "Verification Link" +msgstr "" + +#: frappe/templates/includes/login/login.js:391 +msgid "Verification code email not sent. Please contact Administrator." +msgstr "" + +#: frappe/twofactor.py:249 +msgid "Verification code has been sent to your registered email address." +msgstr "" + +#. Option for the 'Contribution Status' (Select) field in DocType 'Translation' +#: frappe/core/doctype/translation/translation.json +msgid "Verified" +msgstr "" + +#: frappe/public/js/frappe/ui/messages.js:352 +#: frappe/templates/includes/login/login.js:345 +msgid "Verify" +msgstr "" + +#: frappe/public/js/frappe/ui/messages.js:351 +msgid "Verify Password" +msgstr "" + +#: frappe/templates/includes/login/login.js:172 +msgid "Verifying..." +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/version/version.json +msgid "Version" +msgstr "" + +#: frappe/public/js/frappe/desk.js:132 +msgid "Version Updated" +msgstr "" + +#. Label of a Data field in DocType 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Video URL" +msgstr "" + +#. Label of a Select field in DocType 'Form Tour' +#: frappe/desk/doctype/form_tour/form_tour.json +msgid "View" +msgstr "" + +#: frappe/core/doctype/success_action/success_action.js:60 +#: frappe/public/js/frappe/form/success_action.js:89 +msgid "View All" +msgstr "" + +#: frappe/templates/includes/likes/likes.py:34 +msgid "View Blog Post" +msgstr "" + +#: frappe/templates/includes/comments/comments.py:56 +msgid "View Comment" +msgstr "" + +#: frappe/public/js/frappe/ui/notifications/notifications.js:220 +msgid "View Full Log" +msgstr "" + +#: frappe/public/js/frappe/views/treeview.js:450 +#: frappe/public/js/frappe/widgets/quick_list_widget.js:251 +msgid "View List" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/view_log/view_log.json +msgid "View Log" +msgstr "" + +#: frappe/core/doctype/user/user.js:149 +#: frappe/core/doctype/user_permission/user_permission.js:24 +msgid "View Permitted Documents" +msgstr "" + +#. Label of a Button field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "View Properties (via Customize Form)" +msgstr "" + +#: frappe/social/doctype/energy_point_log/energy_point_log_list.js:20 +msgid "View Ref" +msgstr "" + +#. Option for the 'Action' (Select) field in DocType 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "View Report" +msgstr "" + +#. Label of a Section Break field in DocType 'DocType' +#. Label of a Section Break field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "View Settings" +msgstr "" + +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "View Switcher" +msgstr "" + +#. Label of a standard navbar item +#. Type: Action +#: frappe/hooks.py +#: frappe/website/doctype/website_settings/website_settings.js:16 +msgid "View Website" +msgstr "" + +#: frappe/www/confirm_workflow_action.html:12 +msgid "View document" +msgstr "" + +#: frappe/core/doctype/file/file.js:31 +msgid "View file" +msgstr "" + +#: frappe/templates/emails/auto_email_report.html:60 +msgid "View report in your browser" +msgstr "" + +#: frappe/templates/emails/print_link.html:2 +msgid "View this in your browser" +msgstr "" + +#: frappe/public/js/frappe/web_form/web_form.js:454 +msgctxt "Button in web form" +msgid "View your response" +msgstr "" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.js:43 +#: frappe/desk/doctype/calendar_view/calendar_view_list.js:10 +#: frappe/desk/doctype/dashboard/dashboard_list.js:10 +msgid "View {0}" +msgstr "" + +#. Label of a Data field in DocType 'View Log' +#: frappe/core/doctype/view_log/view_log.json +msgid "Viewed By" +msgstr "" + +#. Group in DocType's connections +#. Label of a Card Break in the Build Workspace +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/workspace/build/build.json +msgid "Views" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#: frappe/core/doctype/docfield/docfield.json +msgid "Virtual" +msgstr "" + +#: frappe/model/virtual_doctype.py:76 +msgid "Virtual DocType {} requires a static method called {} found {}" +msgstr "" + +#: frappe/model/virtual_doctype.py:89 +msgid "Virtual DocType {} requires overriding an instance method called {} found {}" +msgstr "" + +#. Label of a Section Break field in DocType 'DocField' +#: frappe/core/doctype/docfield/docfield.json +msgid "Visibility" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Visit" +msgstr "" + +#: frappe/website/doctype/website_route_meta/website_route_meta.js:7 +msgid "Visit Web Page" +msgstr "" + +#. Label of a Data field in DocType 'Web Page View' +#: frappe/website/doctype/web_page_view/web_page_view.json +msgid "Visitor ID" +msgstr "" + +#: frappe/templates/discussions/reply_section.html:39 +msgid "Want to discuss?" +msgstr "" + +#. Option for the 'Address Type' (Select) field in DocType 'Address' +#: frappe/contacts/doctype/address/address.json +msgid "Warehouse" +msgstr "" + +#. Option for the 'Style' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "Warning" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:217 +msgid "Warning: DATA LOSS IMMINENT! Proceeding will permanently delete following database columns from doctype {0}:" +msgstr "" + +#: frappe/public/js/frappe/model/meta.js:179 +msgid "Warning: Unable to find {0} in any table related to {1}" +msgstr "" + +#. Description of the 'Counter' (Int) field in DocType 'Document Naming Rule' +#: frappe/core/doctype/document_naming_rule/document_naming_rule.json +msgid "Warning: Updating counter may lead to document name conflicts if not done properly" +msgstr "" + +#: frappe/website/doctype/help_article/templates/help_article.html:24 +msgid "Was this article helpful?" +msgstr "" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:127 +msgid "Watch Tutorial" +msgstr "" + +#. Option for the 'Action' (Select) field in DocType 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Watch Video" +msgstr "" + +#: frappe/desk/doctype/workspace/workspace.js:38 +msgid "We do not allow editing of this document. Simply click the Edit button on the workspace page to make your workspace editable and customize it as you wish" +msgstr "" + +#: frappe/templates/emails/delete_data_confirmation.html:2 +msgid "We have received a request for deletion of {0} data associated with: {1}" +msgstr "" + +#: frappe/templates/emails/download_data.html:2 +msgid "We have received a request from you to download your {0} data associated with: {1}" +msgstr "" + +#: frappe/www/contact.py:48 +msgid "We've received your query!" +msgstr "" + +#: frappe/public/js/frappe/form/controls/password.js:88 +msgid "Weak" +msgstr "" + +#. Linked DocType in DocType's connections +#. Linked DocType in Module Def's connections +#. Name of a DocType +#. Label of a Link in the Website Workspace +#. Label of a shortcut in the Website Workspace +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/module_def/module_def.json +#: frappe/website/doctype/web_form/web_form.json +#: frappe/website/workspace/website/website.json +msgid "Web Form" +msgstr "" + +#. Name of a DocType +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Web Form Field" +msgstr "" + +#. Label of a Table field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Web Form Fields" +msgstr "" + +#. Name of a DocType +#: frappe/website/doctype/web_form_list_column/web_form_list_column.json +msgid "Web Form List Column" +msgstr "" + +#. Linked DocType in Module Def's connections +#. Name of a DocType +#. Label of a Link in the Website Workspace +#. Label of a shortcut in the Website Workspace +#: frappe/core/doctype/module_def/module_def.json +#: frappe/website/doctype/web_page/web_page.json +#: frappe/website/workspace/website/website.json +msgid "Web Page" +msgstr "" + +#. Name of a DocType +#: frappe/website/doctype/web_page_block/web_page_block.json +msgid "Web Page Block" +msgstr "" + +#: frappe/public/js/frappe/utils/utils.js:1719 +msgid "Web Page URL" +msgstr "" + +#. Name of a DocType +#: frappe/website/doctype/web_page_view/web_page_view.json +msgid "Web Page View" +msgstr "" + +#. Label of a Card Break in the Website Workspace +#: frappe/website/workspace/website/website.json +msgid "Web Site" +msgstr "" + +#. Linked DocType in Module Def's connections +#. Label of a Link field in DocType 'Web Page Block' +#. Name of a DocType +#: frappe/core/doctype/module_def/module_def.json +#: frappe/website/doctype/web_page_block/web_page_block.json +#: frappe/website/doctype/web_template/web_template.json +msgid "Web Template" +msgstr "" + +#. Name of a DocType +#: frappe/website/doctype/web_template_field/web_template_field.json +msgid "Web Template Field" +msgstr "" + +#. Label of a Code field in DocType 'Web Page Block' +#: frappe/website/doctype/web_page_block/web_page_block.json +msgid "Web Template Values" +msgstr "" + +#: frappe/utils/jinja_globals.py:48 +msgid "Web Template is not specified" +msgstr "" + +#. Label of a Section Break field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Web View" +msgstr "" + +#. Linked DocType in DocType's connections +#. Name of a DocType +#. Label of a Link field in DocType 'Webhook Request Log' +#. Label of a Link in the Integrations Workspace +#: frappe/core/doctype/doctype/doctype.json +#: frappe/integrations/doctype/webhook/webhook.json +#: frappe/integrations/doctype/webhook_request_log/webhook_request_log.json +#: frappe/integrations/workspace/integrations/integrations.json +msgid "Webhook" +msgstr "" + +#. Label of a Section Break field in DocType 'Webhook' +#. Name of a DocType +#: frappe/integrations/doctype/webhook/webhook.json +#: frappe/integrations/doctype/webhook_data/webhook_data.json +msgid "Webhook Data" +msgstr "" + +#. Name of a DocType +#: frappe/integrations/doctype/webhook_header/webhook_header.json +msgid "Webhook Header" +msgstr "" + +#. Label of a Section Break field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "Webhook Headers" +msgstr "" + +#. Label of a Section Break field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "Webhook Request" +msgstr "" + +#. Linked DocType in Webhook's connections +#. Name of a DocType +#: frappe/integrations/doctype/webhook/webhook.json +#: frappe/integrations/doctype/webhook_request_log/webhook_request_log.json +msgid "Webhook Request Log" +msgstr "" + +#. Label of a Password field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "Webhook Secret" +msgstr "" + +#. Label of a Section Break field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "Webhook Security" +msgstr "" + +#. Label of a Section Break field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "Webhook Trigger" +msgstr "" + +#. Label of a Data field in DocType 'Slack Webhook URL' +#: frappe/integrations/doctype/slack_webhook_url/slack_webhook_url.json +msgid "Webhook URL" +msgstr "" + +#. Group in Module Def's connections +#. Name of a Workspace +#: frappe/core/doctype/module_def/module_def.json +#: frappe/email/doctype/newsletter/newsletter.py:460 +#: frappe/public/js/frappe/ui/toolbar/about.js:8 +#: frappe/website/workspace/website/website.json +msgid "Website" +msgstr "" + +#. Name of a report +#: frappe/website/report/website_analytics/website_analytics.json +msgid "Website Analytics" +msgstr "" + +#. Name of a role +#: frappe/core/doctype/comment/comment.json +#: frappe/website/doctype/about_us_settings/about_us_settings.json +#: frappe/website/doctype/blog_category/blog_category.json +#: frappe/website/doctype/blog_post/blog_post.json +#: frappe/website/doctype/blog_settings/blog_settings.json +#: frappe/website/doctype/blogger/blogger.json +#: frappe/website/doctype/color/color.json +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +#: frappe/website/doctype/help_category/help_category.json +#: frappe/website/doctype/portal_settings/portal_settings.json +#: frappe/website/doctype/web_form/web_form.json +#: frappe/website/doctype/web_page/web_page.json +#: frappe/website/doctype/website_script/website_script.json +#: frappe/website/doctype/website_settings/website_settings.json +#: frappe/website/doctype/website_sidebar/website_sidebar.json +#: frappe/website/doctype/website_slideshow/website_slideshow.json +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Website Manager" +msgstr "" + +#. Name of a DocType +#: frappe/website/doctype/website_meta_tag/website_meta_tag.json +msgid "Website Meta Tag" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Website Workspace +#: frappe/website/doctype/website_route_meta/website_route_meta.json +#: frappe/website/workspace/website/website.json +msgid "Website Route Meta" +msgstr "" + +#. Name of a DocType +#: frappe/website/doctype/website_route_redirect/website_route_redirect.json +msgid "Website Route Redirect" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Website Workspace +#: frappe/website/doctype/website_script/website_script.json +#: frappe/website/workspace/website/website.json +msgid "Website Script" +msgstr "" + +#. Label of a Data field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Website Search Field" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1484 +msgid "Website Search Field must be a valid fieldname" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Website Workspace +#. Label of a shortcut in the Website Workspace +#: frappe/website/doctype/website_settings/website_settings.json +#: frappe/website/workspace/website/website.json +msgid "Website Settings" +msgstr "" + +#. Label of a Link field in DocType 'Web Form' +#. Label of a Link field in DocType 'Web Page' +#. Name of a DocType +#. Label of a Link in the Website Workspace +#: frappe/website/doctype/web_form/web_form.json +#: frappe/website/doctype/web_page/web_page.json +#: frappe/website/doctype/website_sidebar/website_sidebar.json +#: frappe/website/workspace/website/website.json +msgid "Website Sidebar" +msgstr "" + +#. Name of a DocType +#: frappe/website/doctype/website_sidebar_item/website_sidebar_item.json +msgid "Website Sidebar Item" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Website Workspace +#: frappe/website/doctype/website_slideshow/website_slideshow.json +#: frappe/website/workspace/website/website.json +msgid "Website Slideshow" +msgstr "" + +#. Name of a DocType +#: frappe/website/doctype/website_slideshow_item/website_slideshow_item.json +msgid "Website Slideshow Item" +msgstr "" + +#. Linked DocType in Module Def's connections +#. Label of a Link field in DocType 'Website Settings' +#. Name of a DocType +#. Label of a Link in the Website Workspace +#: frappe/core/doctype/module_def/module_def.json +#: frappe/website/doctype/website_settings/website_settings.json +#: frappe/website/doctype/website_theme/website_theme.json +#: frappe/website/workspace/website/website.json +msgid "Website Theme" +msgstr "" + +#. Name of a DocType +#: frappe/website/doctype/website_theme_ignore_app/website_theme_ignore_app.json +msgid "Website Theme Ignore App" +msgstr "" + +#. Label of a Image field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Website Theme Image" +msgstr "" + +#. Label of a Code field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Website Theme image link" +msgstr "" + +#. Option for the 'SocketIO Transport Mode' (Select) field in DocType 'System +#. Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Websocket" +msgstr "" + +#. Option for the 'Day' (Select) field in DocType 'Assignment Rule Day' +#. Option for the 'Day' (Select) field in DocType 'Auto Repeat Day' +#. Option for the 'First Day of the Week' (Select) field in DocType 'System +#. Settings' +#. Label of a Check field in DocType 'Event' +#. Option for the 'Day of Week' (Select) field in DocType 'Auto Email Report' +#: frappe/automation/doctype/assignment_rule_day/assignment_rule_day.json +#: frappe/automation/doctype/auto_repeat_day/auto_repeat_day.json +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/desk/doctype/event/event.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Wednesday" +msgstr "" + +#: frappe/public/js/frappe/views/calendar/calendar.js:270 +msgid "Week" +msgstr "" + +#. Option for the 'Frequency' (Select) field in DocType 'Auto Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Weekdays" +msgstr "" + +#. Option for the 'Frequency' (Select) field in DocType 'Auto Repeat' +#. Option for the 'Frequency' (Select) field in DocType 'Scheduled Job Type' +#. Option for the 'Event Frequency' (Select) field in DocType 'Server Script' +#. Option for the 'Frequency' (Select) field in DocType 'User' +#. Option for the 'Time Interval' (Select) field in DocType 'Dashboard Chart' +#. Option for the 'Repeat On' (Select) field in DocType 'Event' +#. Option for the 'Stats Time Interval' (Select) field in DocType 'Number Card' +#. Option for the 'Period' (Select) field in DocType 'Auto Email Report' +#. Option for the 'Frequency' (Select) field in DocType 'Auto Email Report' +#. Option for the 'Backup Frequency' (Select) field in DocType 'Dropbox +#. Settings' +#. Option for the 'Frequency' (Select) field in DocType 'Google Drive' +#. Option for the 'Backup Frequency' (Select) field in DocType 'S3 Backup +#. Settings' +#. Option for the 'Point Allocation Periodicity' (Select) field in DocType +#. 'Energy Point Settings' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +#: frappe/core/doctype/server_script/server_script.json +#: frappe/core/doctype/user/user.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/event/event.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.json +#: frappe/integrations/doctype/google_drive/google_drive.json +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +#: frappe/public/js/frappe/utils/common.js:399 +#: frappe/social/doctype/energy_point_settings/energy_point_settings.json +#: frappe/website/report/website_analytics/website_analytics.js:24 +msgid "Weekly" +msgstr "" + +#. Option for the 'Frequency' (Select) field in DocType 'Scheduled Job Type' +#. Option for the 'Event Frequency' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +#: frappe/core/doctype/server_script/server_script.json +msgid "Weekly Long" +msgstr "" + +#: frappe/desk/page/setup_wizard/setup_wizard.js:372 +msgid "Welcome" +msgstr "" + +#. Label of a Link field in DocType 'System Settings' +#. Label of a Link field in DocType 'Email Group' +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/email/doctype/email_group/email_group.json +msgid "Welcome Email Template" +msgstr "" + +#. Label of a Data field in DocType 'Email Group' +#: frappe/email/doctype/email_group/email_group.json +msgid "Welcome URL" +msgstr "" + +#. Name of a Workspace +#: frappe/core/workspace/welcome_workspace/welcome_workspace.json +#: frappe/desk/desktop.py:470 +msgid "Welcome Workspace" +msgstr "" + +#: frappe/core/doctype/user/user.py:350 +msgid "Welcome email sent" +msgstr "" + +#: frappe/core/doctype/user/user.py:411 +msgid "Welcome to {0}" +msgstr "" + +#: frappe/public/js/frappe/ui/notifications/notifications.js:62 +msgid "What's New" +msgstr "" + +#. Description of the 'Allow Guests to Upload Files' (Check) field in DocType +#. 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "When enabled this will allow guests to upload files to your application, You can enable this if you wish to collect files from user without having them to log in, for example in job applications web form." +msgstr "" + +#. Description of the 'Store Attached PDF Document' (Check) field in DocType +#. 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "When sending document using email, store the PDF on Communication. Warning: This can increase your storage usage." +msgstr "" + +#. Description of the 'Force Web Capture Mode for Uploads' (Check) field in +#. DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "When uploading files, force the use of the web-based image capture. If this is unchecked, the default behavior is to use the mobile native camera when use from a mobile is detected." +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:18 +msgid "When you Amend a document after Cancel and save it, it will get a new number that is a version of the old number." +msgstr "" + +#. Description of the 'DocType View' (Select) field in DocType 'Workspace +#. Shortcut' +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +#: frappe/public/js/frappe/widgets/widget_dialog.js:445 +msgid "Which view of the associated DocType should this shortcut take you to?" +msgstr "" + +#. Label of a Data field in DocType 'DocField' +#. Label of a Int field in DocType 'Report Column' +#. Label of a Data field in DocType 'Custom Field' +#. Label of a Data field in DocType 'Customize Form Field' +#. Label of a Select field in DocType 'Dashboard Chart Link' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/report_column/report_column.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/desk/doctype/dashboard_chart_link/dashboard_chart_link.json +#: frappe/printing/page/print_format_builder/print_format_builder_column_selector.html:8 +#: frappe/public/js/print_format_builder/ConfigureColumns.vue:11 +msgid "Width" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder_column_selector.html:2 +msgid "Widths can be set in px or %." +msgstr "" + +#. Label of a Check field in DocType 'Report Filter' +#: frappe/core/doctype/report_filter/report_filter.json +msgid "Wildcard Filter" +msgstr "" + +#. Description of the 'Wildcard Filter' (Check) field in DocType 'Report +#. Filter' +#: frappe/core/doctype/report_filter/report_filter.json +msgid "Will add \"%\" before and after the query" +msgstr "" + +#. Description of the 'Short Name' (Data) field in DocType 'Blogger' +#: frappe/website/doctype/blogger/blogger.json +msgid "Will be used in url (usually first name)." +msgstr "" + +#: frappe/desk/page/setup_wizard/setup_wizard.js:463 +msgid "Will be your login ID" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:424 +msgid "Will only be shown if section headings are enabled" +msgstr "" + +#. Description of the 'Run Jobs only Daily if Inactive For (Days)' (Int) field +#. in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Will run scheduled jobs only once a day for inactive sites. Default 4 days if set to 0." +msgstr "" + +#: frappe/public/js/frappe/form/print_utils.js:15 +msgid "With Letter head" +msgstr "" + +#: frappe/workflow/doctype/workflow/workflow.js:140 +msgid "Worflow States Don't Exist" +msgstr "" + +#. Label of a Section Break field in DocType 'RQ Worker' +#: frappe/core/doctype/rq_worker/rq_worker.json +msgid "Worker Information" +msgstr "" + +#. Label of a Data field in DocType 'RQ Worker' +#: frappe/core/doctype/rq_worker/rq_worker.json +msgid "Worker Name" +msgstr "" + +#. Option for the 'Comment Type' (Select) field in DocType 'Comment' +#. Option for the 'Comment Type' (Select) field in DocType 'Communication' +#. Group in DocType's connections +#. Linked DocType in DocType's connections +#. Label of a Link in the Build Workspace +#. Name of a DocType +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/workspace/build/build.json +#: frappe/public/js/workflow_builder/store.js:129 +#: frappe/workflow/doctype/workflow/workflow.json +msgid "Workflow" +msgstr "" + +#. Name of a DocType +#: frappe/workflow/doctype/workflow_action/workflow_action.json +#: frappe/workflow/doctype/workflow_action/workflow_action.py:477 +msgid "Workflow Action" +msgstr "" + +#. Name of a DocType +#. Description of a DocType +#: frappe/workflow/doctype/workflow_action_master/workflow_action_master.json +msgid "Workflow Action Master" +msgstr "" + +#. Label of a Data field in DocType 'Workflow Action Master' +#: frappe/workflow/doctype/workflow_action_master/workflow_action_master.json +msgid "Workflow Action Name" +msgstr "" + +#. Name of a DocType +#: frappe/workflow/doctype/workflow_action_permitted_role/workflow_action_permitted_role.json +msgid "Workflow Action Permitted Role" +msgstr "" + +#. Description of the 'Is Optional State' (Check) field in DocType 'Workflow +#. Document State' +#: frappe/workflow/doctype/workflow_document_state/workflow_document_state.json +msgid "Workflow Action is not created for optional states" +msgstr "" + +#: frappe/public/js/workflow_builder/store.js:129 +#: frappe/workflow/doctype/workflow/workflow.js:25 +#: frappe/workflow/page/workflow_builder/workflow_builder.js:4 +msgid "Workflow Builder" +msgstr "" + +#. Label of a Data field in DocType 'Workflow Document State' +#. Label of a Data field in DocType 'Workflow Transition' +#: frappe/workflow/doctype/workflow_document_state/workflow_document_state.json +#: frappe/workflow/doctype/workflow_transition/workflow_transition.json +msgid "Workflow Builder ID" +msgstr "" + +#: frappe/workflow/doctype/workflow/workflow.js:11 +msgid "Workflow Builder allows you to create workflows visually. You can drag and drop states and link them to create transitions. Also you can update thieir properties from the sidebar." +msgstr "" + +#. Label of a JSON field in DocType 'Workflow' +#: frappe/workflow/doctype/workflow/workflow.json +msgid "Workflow Data" +msgstr "" + +#: frappe/public/js/workflow_builder/components/Properties.vue:42 +msgid "Workflow Details" +msgstr "" + +#. Name of a DocType +#: frappe/workflow/doctype/workflow_document_state/workflow_document_state.json +msgid "Workflow Document State" +msgstr "" + +#. Label of a Data field in DocType 'Workflow' +#: frappe/workflow/doctype/workflow/workflow.json +msgid "Workflow Name" +msgstr "" + +#. Label of a Data field in DocType 'Workflow Action' +#. Name of a DocType +#: frappe/workflow/doctype/workflow_action/workflow_action.json +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "Workflow State" +msgstr "" + +#. Label of a Data field in DocType 'Workflow' +#: frappe/workflow/doctype/workflow/workflow.json +msgid "Workflow State Field" +msgstr "" + +#: frappe/model/workflow.py:61 +msgid "Workflow State not set" +msgstr "" + +#: frappe/model/workflow.py:197 frappe/model/workflow.py:205 +msgid "Workflow State transition not allowed from {0} to {1}" +msgstr "" + +#: frappe/model/workflow.py:320 +msgid "Workflow Status" +msgstr "" + +#. Name of a DocType +#: frappe/workflow/doctype/workflow_transition/workflow_transition.json +msgid "Workflow Transition" +msgstr "" + +#. Description of a DocType +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "Workflow state represents the current state of a document." +msgstr "" + +#: frappe/public/js/workflow_builder/store.js:83 +msgid "Workflow updated successfully" +msgstr "" + +#. Description of the Onboarding Step 'Setup Approval Workflows' +#: frappe/custom/onboarding_step/workflows/workflows.json +msgid "Workflows allow you to define custom rules for the approval process of a particular document in ERPNext. You can also set complex Workflow Rules and set approval conditions." +msgstr "" + +#. Linked DocType in Module Def's connections +#. Label of a Section Break field in DocType 'User' +#. Label of a Link in the Build Workspace +#. Name of a DocType +#: frappe/core/doctype/module_def/module_def.json +#: frappe/core/doctype/user/user.json frappe/core/workspace/build/build.json +#: frappe/desk/doctype/workspace/workspace.json +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:557 +#: frappe/public/js/frappe/views/workspace/workspace.js:10 +msgid "Workspace" +msgstr "" + +#: frappe/public/js/frappe/router.js:193 +msgid "Workspace {0} does not exist" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/workspace_chart/workspace_chart.json +msgid "Workspace Chart" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/workspace_custom_block/workspace_custom_block.json +msgid "Workspace Custom Block" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/workspace_link/workspace_link.json +msgid "Workspace Link" +msgstr "" + +#. Name of a role +#: frappe/desk/doctype/custom_html_block/custom_html_block.json +#: frappe/desk/doctype/workspace/workspace.json +msgid "Workspace Manager" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/workspace_number_card/workspace_number_card.json +msgid "Workspace Number Card" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/workspace_quick_list/workspace_quick_list.json +msgid "Workspace Quick List" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +msgid "Workspace Shortcut" +msgstr "" + +#: frappe/desk/doctype/workspace/workspace.py:293 +msgid "Workspace not found" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:1310 +msgid "Workspace {0} Created Successfully" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:939 +msgid "Workspace {0} Deleted Successfully" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:717 +msgid "Workspace {0} Edited Successfully" +msgstr "" + +#. Option for the 'View' (Select) field in DocType 'Form Tour' +#: frappe/desk/doctype/form_tour/form_tour.json +msgid "Workspaces" +msgstr "" + +#. Label of a Check field in DocType 'Custom DocPerm' +#. Label of a Check field in DocType 'DocPerm' +#. Label of a Check field in DocType 'DocShare' +#. Label of a Check field in DocType 'User Document Type' +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/docperm/docperm.json +#: frappe/core/doctype/docshare/docshare.json +#: frappe/core/doctype/user_document_type/user_document_type.json +msgid "Write" +msgstr "" + +#: frappe/model/base_document.py:858 +msgid "Wrong Fetch From value" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:460 +msgid "X Axis Field" +msgstr "" + +#. Label of a Select field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "X Field" +msgstr "" + +#. Option for the 'Format' (Select) field in DocType 'Auto Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "XLSX" +msgstr "" + +#. Label of a Table field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Y Axis" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:467 +msgid "Y Axis Fields" +msgstr "" + +#. Label of a Select field in DocType 'Dashboard Chart Field' +#: frappe/desk/doctype/dashboard_chart_field/dashboard_chart_field.json +#: frappe/public/js/frappe/views/reports/query_report.js:1152 +msgid "Y Field" +msgstr "" + +#. Option for the 'Service' (Select) field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Yahoo Mail" +msgstr "" + +#. Option for the 'Service' (Select) field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Yandex.Mail" +msgstr "" + +#. Label of a Select field in DocType 'Dashboard Chart' +#. Label of a Data field in DocType 'Company History' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/website/doctype/company_history/company_history.json +msgid "Year" +msgstr "" + +#. Option for the 'Frequency' (Select) field in DocType 'Auto Repeat' +#. Option for the 'Frequency' (Select) field in DocType 'Scheduled Job Type' +#. Option for the 'Event Frequency' (Select) field in DocType 'Server Script' +#. Option for the 'Time Interval' (Select) field in DocType 'Dashboard Chart' +#. Option for the 'Repeat On' (Select) field in DocType 'Event' +#. Option for the 'Stats Time Interval' (Select) field in DocType 'Number Card' +#. Option for the 'Period' (Select) field in DocType 'Auto Email Report' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +#: frappe/core/doctype/server_script/server_script.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/event/event.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +#: frappe/public/js/frappe/utils/common.js:403 +msgid "Yearly" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'DocType State' +#. Option for the 'Indicator' (Select) field in DocType 'Kanban Board Column' +#: frappe/core/doctype/doctype_state/doctype_state.json +#: frappe/desk/doctype/kanban_board_column/kanban_board_column.json +msgid "Yellow" +msgstr "" + +#. Option for the 'Standard' (Select) field in DocType 'Page' +#. Option for the 'Is Standard' (Select) field in DocType 'Report' +#. Option for the 'Require Trusted Certificate' (Select) field in DocType 'LDAP +#. Settings' +#. Option for the 'Standard' (Select) field in DocType 'Print Format' +#: frappe/core/doctype/page/page.json frappe/core/doctype/report/report.json +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +#: frappe/integrations/doctype/webhook/webhook.py:130 +#: frappe/integrations/doctype/webhook/webhook.py:140 +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/public/js/form_builder/utils.js:336 +#: frappe/public/js/frappe/form/controls/link.js:486 +#: frappe/public/js/frappe/list/list_sidebar_group_by.js:223 +#: frappe/public/js/frappe/views/reports/query_report.js:1534 +#: frappe/website/doctype/help_article/templates/help_article.html:25 +msgid "Yes" +msgstr "" + +#: frappe/public/js/frappe/ui/messages.js:32 +msgctxt "Approve confirmation dialog" +msgid "Yes" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:537 +msgctxt "Checkbox is checked" +msgid "Yes" +msgstr "" + +#: frappe/public/js/frappe/utils/user.js:33 +msgctxt "Name of the current user. For example: You edited this 5 hours ago." +msgid "You" +msgstr "" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:464 +msgid "You Liked" +msgstr "" + +#: frappe/public/js/frappe/dom.js:424 +msgid "You are connected to internet." +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/navbar.html:20 +msgid "You are impersonating as another user." +msgstr "" + +#: frappe/integrations/frappe_providers/frappecloud_billing.py:24 +msgid "You are not allowed to access this resource" +msgstr "" + +#: frappe/permissions.py:403 +msgid "You are not allowed to access this {0} record because it is linked to {1} '{2}' in field {3}" +msgstr "" + +#: frappe/permissions.py:392 +msgid "You are not allowed to access this {0} record because it is linked to {1} '{2}' in row {3}, field {4}" +msgstr "" + +#: frappe/public/js/frappe/views/kanban/kanban_board.bundle.js:68 +msgid "You are not allowed to create columns" +msgstr "" + +#: frappe/core/doctype/report/report.py:94 +msgid "You are not allowed to delete Standard Report" +msgstr "" + +#: frappe/website/doctype/website_theme/website_theme.py:71 +msgid "You are not allowed to delete a standard Website Theme" +msgstr "" + +#: frappe/core/doctype/report/report.py:378 +msgid "You are not allowed to edit the report." +msgstr "" + +#: frappe/permissions.py:601 +msgid "You are not allowed to export {} doctype" +msgstr "" + +#: frappe/public/js/frappe/views/treeview.js:414 +msgid "You are not allowed to print this report" +msgstr "" + +#: frappe/public/js/frappe/views/communication.js:772 +msgid "You are not allowed to send emails related to this document" +msgstr "" + +#: frappe/website/doctype/web_form/web_form.py:462 +msgid "You are not allowed to update this Web Form Document" +msgstr "" + +#: frappe/public/js/frappe/request.js:35 +msgid "You are not connected to Internet. Retry after sometime." +msgstr "" + +#: frappe/public/js/frappe/web_form/webform_script.js:22 +msgid "You are not permitted to access this page without login." +msgstr "" + +#: frappe/www/app.py:26 +msgid "You are not permitted to access this page." +msgstr "" + +#: frappe/__init__.py:854 +msgid "You are not permitted to access this resource." +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/document_follow.js:131 +msgid "You are now following this document. You will receive daily updates via email. You can change this in User Settings." +msgstr "" + +#: frappe/core/doctype/installed_applications/installed_applications.py:60 +msgid "You are only allowed to update order, do not remove or add apps." +msgstr "" + +#: frappe/email/doctype/email_account/email_account.js:216 +msgid "You are selecting Sync Option as ALL, It will resync all read as well as unread message from server. This may also cause the duplication of Communication (emails)." +msgstr "" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:415 +msgctxt "Form timeline" +msgid "You attached {0}" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:741 +msgid "You can add dynamic properties from the document by using Jinja templating." +msgstr "" + +#: frappe/printing/doctype/letter_head/letter_head.js:32 +msgid "You can also access wkhtmltopdf variables (valid only in PDF print):" +msgstr "" + +#: frappe/templates/emails/new_user.html:22 +msgid "You can also copy-paste following link in your browser" +msgstr "" + +#: frappe/templates/emails/download_data.html:9 +msgid "You can also copy-paste this " +msgstr "" + +#: frappe/templates/emails/delete_data_confirmation.html:11 +msgid "You can also copy-paste this {0} to your browser" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:17 +msgid "You can change Submitted documents by cancelling them and then, amending them." +msgstr "" + +#: frappe/public/js/frappe/logtypes.js:21 +msgid "You can change the retention policy from {0}." +msgstr "" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:199 +msgid "You can continue with the onboarding after exploring this page" +msgstr "" + +#: frappe/model/delete_doc.py:136 +msgid "You can disable this {0} instead of deleting it." +msgstr "" + +#: frappe/core/doctype/file/file.py:688 +msgid "You can increase the limit from System Settings." +msgstr "" + +#: frappe/utils/synchronization.py:48 +msgid "You can manually remove the lock if you think it's safe: {}" +msgstr "" + +#: frappe/public/js/frappe/form/controls/markdown_editor.js:75 +msgid "You can only insert images in Markdown fields" +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:42 +msgid "You can only print upto {0} documents at a time" +msgstr "" + +#: frappe/core/doctype/user_type/user_type.py:103 +msgid "You can only set the 3 custom doctypes in the Document Types table." +msgstr "" + +#: frappe/handler.py:229 +msgid "You can only upload JPG, PNG, PDF, TXT or Microsoft documents." +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:199 +msgid "You can only upload upto 5000 records in one go. (may be less in some cases)" +msgstr "" + +#: frappe/website/doctype/web_page/web_page.js:92 +msgid "You can select one from the following," +msgstr "" + +#. Description of the 'Rate limit for email link login' (Int) field in DocType +#. 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "You can set a high value here if multiple users will be logging in from the same network." +msgstr "" + +#: frappe/desk/query_report.py:340 +msgid "You can try changing the filters of your report." +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:27 +msgid "You can use Customize Form to set levels on fields." +msgstr "" + +#: frappe/public/js/frappe/form/link_selector.js:30 +msgid "You can use wildcard %" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.py:386 +msgid "You can't set 'Options' for field {0}" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.py:390 +msgid "You can't set 'Translatable' for field {0}" +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:74 +msgctxt "Form timeline" +msgid "You cancelled this document" +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:61 +msgctxt "Form timeline" +msgid "You cancelled this document {1}" +msgstr "" + +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.py:406 +msgid "You cannot create a dashboard chart from single DocTypes" +msgstr "" + +#: frappe/social/doctype/energy_point_log/energy_point_log.py:45 +msgid "You cannot give review points to yourself" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.py:382 +msgid "You cannot unset 'Read Only' for field {0}" +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:125 +msgid "You changed the value of {0}" +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:114 +msgid "You changed the value of {0} {1}" +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:191 +msgid "You changed the values for {0}" +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:180 +msgid "You changed the values for {0} {1}" +msgstr "" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:444 +msgctxt "Form timeline" +msgid "You changed {0} to {1}" +msgstr "" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:140 +#: frappe/public/js/frappe/form/sidebar/form_sidebar.js:106 +msgid "You created this" +msgstr "" + +#: frappe/client.py:430 +msgid "You do not have Read or Select Permissions for {}" +msgstr "" + +#: frappe/public/js/frappe/request.js:174 +msgid "You do not have enough permissions to access this resource. Please contact your manager to get access." +msgstr "" + +#: frappe/app.py:358 +msgid "You do not have enough permissions to complete the action" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/review.js:91 +msgid "You do not have enough points" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/review.js:31 +#: frappe/social/doctype/energy_point_log/energy_point_log.py:294 +msgid "You do not have enough review points" +msgstr "" + +#: frappe/desk/query_report.py:807 +msgid "You do not have permission to access {0}: {1}." +msgstr "" + +#: frappe/www/printview.py:361 +msgid "You do not have permission to view this document" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:937 +msgid "You do not have permissions to cancel all linked documents." +msgstr "" + +#: frappe/desk/query_report.py:42 +msgid "You don't have access to Report: {0}" +msgstr "" + +#: frappe/website/doctype/web_form/web_form.py:663 +msgid "You don't have permission to access the {0} DocType." +msgstr "" + +#: frappe/utils/response.py:270 frappe/utils/response.py:274 +msgid "You don't have permission to access this file" +msgstr "" + +#: frappe/desk/query_report.py:48 +msgid "You don't have permission to get a report on: {0}" +msgstr "" + +#: frappe/website/doctype/web_form/web_form.py:168 +msgid "You don't have the permissions to access this document" +msgstr "" + +#: frappe/social/doctype/energy_point_log/energy_point_log.py:156 +msgid "You gained {0} point" +msgstr "" + +#: frappe/social/doctype/energy_point_log/energy_point_log.py:158 +msgid "You gained {0} points" +msgstr "" + +#: frappe/templates/emails/new_message.html:1 +msgid "You have a new message from: " +msgstr "" + +#: frappe/handler.py:123 +msgid "You have been successfully logged out" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.py:241 +msgid "You have hit the row size limit on database table: {0}" +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:412 +msgid "You have not entered a value. The field will be set to empty." +msgstr "" + +#: frappe/templates/includes/likes/likes.py:31 +msgid "You have received a ❤️ like on your blog post" +msgstr "" + +#: frappe/twofactor.py:433 +msgid "You have to enable Two Factor Auth from System Settings." +msgstr "" + +#: frappe/public/js/frappe/model/create_new.js:332 +msgid "You have unsaved changes in this form. Please save before you continue." +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/navbar.html:50 +msgid "You have unseen notifications" +msgstr "" + +#: frappe/core/doctype/log_settings/log_settings.py:126 +msgid "You have unseen {0}" +msgstr "" + +#: frappe/public/js/frappe/views/dashboard/dashboard_view.js:191 +msgid "You haven't added any Dashboard Charts or Number Cards yet." +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:472 +msgid "You haven't created a {0} yet" +msgstr "" + +#: frappe/rate_limiter.py:150 +msgid "You hit the rate limit because of too many requests. Please try after sometime." +msgstr "" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:151 +#: frappe/public/js/frappe/form/sidebar/form_sidebar.js:95 +msgid "You last edited this" +msgstr "" + +#: frappe/public/js/frappe/widgets/widget_dialog.js:314 +msgid "You must add atleast one link." +msgstr "" + +#: frappe/website/doctype/web_form/web_form.py:659 +msgid "You must be logged in to use this form." +msgstr "" + +#: frappe/website/doctype/web_form/web_form.py:502 +msgid "You must login to submit this form" +msgstr "" + +#: frappe/model/document.py:238 +msgid "You need the '{0}' permission on {1} {2} to perform this action." +msgstr "" + +#: frappe/desk/doctype/workspace/workspace.py:113 +msgid "You need to be Workspace Manager to delete a public workspace." +msgstr "" + +#: frappe/desk/doctype/workspace/workspace.py:71 +msgid "You need to be Workspace Manager to edit this document" +msgstr "" + +#: frappe/website/doctype/web_form/web_form.py:91 +msgid "You need to be in developer mode to edit a Standard Web Form" +msgstr "" + +#: frappe/utils/response.py:259 +msgid "You need to be logged in and have System Manager Role to be able to access backups." +msgstr "" + +#: frappe/www/me.py:13 frappe/www/third_party_apps.py:10 +msgid "You need to be logged in to access this page" +msgstr "" + +#: frappe/website/doctype/web_form/web_form.py:159 +msgid "You need to be logged in to access this {0}." +msgstr "" + +#: frappe/public/js/frappe/widgets/links_widget.js:63 +msgid "You need to create these first: " +msgstr "" + +#: frappe/www/login.html:73 +msgid "You need to enable JavaScript for your app to work." +msgstr "" + +#: frappe/core/doctype/docshare/docshare.py:61 +msgid "You need to have \"Share\" permission" +msgstr "" + +#: frappe/utils/print_format.py:259 +msgid "You need to install pycups to use this feature!" +msgstr "" + +#: frappe/core/doctype/recorder/recorder.js:38 +msgid "You need to select indexes you want to add first." +msgstr "" + +#: frappe/email/doctype/email_account/email_account.py:146 +msgid "You need to set one IMAP folder for {0}" +msgstr "" + +#: frappe/model/rename_doc.py:388 +msgid "You need write permission on {0} {1} to merge" +msgstr "" + +#: frappe/model/rename_doc.py:383 +msgid "You need write permission on {0} {1} to rename" +msgstr "" + +#: frappe/client.py:458 +msgid "You need {0} permission to fetch values from {1} {2}" +msgstr "" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:420 +msgctxt "Form timeline" +msgid "You removed attachment {0}" +msgstr "" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:525 +msgid "You seem good to go!" +msgstr "" + +#: frappe/templates/includes/contact.js:20 +msgid "You seem to have written your name instead of your email. Please enter a valid email address so that we can get back." +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:31 +msgid "You selected Draft or Cancelled documents" +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:48 +msgctxt "Form timeline" +msgid "You submitted this document" +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:35 +msgctxt "Form timeline" +msgid "You submitted this document {0}" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/document_follow.js:144 +msgid "You unfollowed this document" +msgstr "" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:184 +msgid "You viewed this" +msgstr "" + +#: frappe/public/js/frappe/desk.js:528 +msgid "You've logged in as another user from another tab. Refresh this page to continue using system." +msgstr "" + +#: frappe/desk/page/setup_wizard/setup_wizard.js:385 +msgid "Your Country" +msgstr "" + +#: frappe/desk/page/setup_wizard/setup_wizard.js:377 +msgid "Your Language" +msgstr "" + +#: frappe/templates/includes/comments/comments.html:21 +msgid "Your Name" +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:132 +msgid "Your PDF is ready for download" +msgstr "" + +#: frappe/patches/v14_0/update_workspace2.py:34 +msgid "Your Shortcuts" +msgstr "" + +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:141 +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:147 +msgid "Your account has been deleted" +msgstr "" + +#: frappe/auth.py:496 +msgid "Your account has been locked and will resume after {0} seconds" +msgstr "" + +#: frappe/desk/form/assign_to.py:278 +msgid "Your assignment on {0} {1} has been removed by {2}" +msgstr "" + +#: frappe/core/doctype/file/file.js:66 +msgid "Your browser does not support the audio element." +msgstr "" + +#: frappe/core/doctype/file/file.js:48 +msgid "Your browser does not support the video element." +msgstr "" + +#: frappe/templates/pages/integrations/gcalendar-success.html:11 +msgid "Your connection request to Google Calendar was successfully accepted" +msgstr "" + +#: frappe/www/contact.html:35 +msgid "Your email address" +msgstr "" + +#: frappe/public/js/frappe/web_form/web_form.js:428 +msgid "Your form has been successfully updated" +msgstr "" + +#: frappe/templates/emails/new_user.html:6 +msgid "Your login id is" +msgstr "" + +#: frappe/www/update-password.html:165 +msgid "Your new password has been set successfully." +msgstr "" + +#: frappe/www/update-password.html:145 +msgid "Your old password is incorrect." +msgstr "" + +#. Description of the 'Email Footer Address' (Small Text) field in DocType +#. 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Your organization name and address for the email footer." +msgstr "" + +#: frappe/templates/emails/auto_reply.html:2 +msgid "Your query has been received. We will reply back shortly. If you have any additional information, please reply to this mail." +msgstr "" + +#: frappe/app.py:349 +msgid "Your session has expired, please login again to continue." +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/navbar.html:15 +msgid "Your site is undergoing maintenance or being updated." +msgstr "" + +#: frappe/templates/emails/verification_code.html:1 +msgid "Your verification code is {0}" +msgstr "" + +#. Success message of the Module Onboarding 'Website' +#: frappe/website/module_onboarding/website/website.json +msgid "Your website is all set up!" +msgstr "" + +#: frappe/utils/data.py:1362 +msgid "Zero" +msgstr "" + +#. Description of the 'Only Send Records Updated in Last X Hours' (Int) field +#. in DocType 'Auto Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Zero means send records updated at anytime" +msgstr "" + +#. Label of a Link field in DocType 'Desktop Icon' +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +msgid "_doctype" +msgstr "" + +#. Label of a Link field in DocType 'Desktop Icon' +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +msgid "_report" +msgstr "" + +#: frappe/database/database.py:319 +msgid "`as_iterator` only works with `as_list=True` or `as_dict=True`" +msgstr "" + +#: frappe/utils/background_jobs.py:93 +msgid "`job_id` paramater is required for deduplication." +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:232 +msgid "added rows for {0}" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "adjust" +msgstr "" + +#. Option for the 'Doc Event' (Select) field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "after_insert" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "align-center" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "align-justify" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "align-left" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "align-right" +msgstr "" + +#. Option for the 'Permission Type' (Select) field in DocType 'Permission +#. Inspector' +#: frappe/core/doctype/permission_inspector/permission_inspector.json +msgid "amend" +msgstr "" + +#: frappe/public/js/frappe/utils/utils.js:410 frappe/utils/data.py:1370 +msgid "and" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "arrow-down" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "arrow-left" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "arrow-right" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "arrow-up" +msgstr "" + +#: frappe/public/js/frappe/ui/sort_selector.html:5 +#: frappe/public/js/frappe/ui/sort_selector.js:48 +msgid "ascending" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "asterisk" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "backward" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "ban-circle" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "barcode" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "bell" +msgstr "" + +#. Option for the 'Indicator Color' (Select) field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "blue" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "bold" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "book" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "bookmark" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "briefcase" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "bullhorn" +msgstr "" + +#: frappe/public/js/frappe/form/workflow.js:35 +msgid "by Role" +msgstr "" + +#. Label of a Code field in DocType 'Recorder' +#: frappe/core/doctype/recorder/recorder.json +msgid "cProfile Output" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:286 +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "calendar" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "camera" +msgstr "" + +#. Option for the 'Permission Type' (Select) field in DocType 'Permission +#. Inspector' +#: frappe/core/doctype/permission_inspector/permission_inspector.json +msgid "cancel" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'RQ Job' +#: frappe/core/doctype/rq_job/rq_job.json +msgid "canceled" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "certificate" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "check" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "chevron-down" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "chevron-left" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "chevron-right" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "chevron-up" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "circle-arrow-down" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "circle-arrow-left" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "circle-arrow-right" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "circle-arrow-up" +msgstr "" + +#: frappe/templates/includes/list/filters.html:19 +msgid "clear" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "cog" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "comment" +msgstr "" + +#: frappe/public/js/frappe/form/templates/timeline_message_box.html:33 +msgid "commented" +msgstr "" + +#. Option for the 'Permission Type' (Select) field in DocType 'Permission +#. Inspector' +#: frappe/core/doctype/permission_inspector/permission_inspector.json +msgid "create" +msgstr "" + +#. Option for the 'Indicator Color' (Select) field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "cyan" +msgstr "" + +#: frappe/public/js/frappe/utils/utils.js:1128 +msgctxt "Days (Field: Duration)" +msgid "d" +msgstr "" + +#. Option for the 'Indicator Color' (Select) field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "darkgrey" +msgstr "" + +#: frappe/core/page/dashboard_view/dashboard_view.js:65 +msgid "dashboard" +msgstr "" + +#. Option for the 'Date Format' (Select) field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "dd-mm-yyyy" +msgstr "" + +#. Option for the 'Date Format' (Select) field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "dd.mm.yyyy" +msgstr "" + +#. Option for the 'Date Format' (Select) field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "dd/mm/yyyy" +msgstr "" + +#. Option for the 'Queue' (Select) field in DocType 'RQ Job' +#. Option for the 'Queue Type(s)' (Select) field in DocType 'RQ Worker' +#: frappe/core/doctype/rq_job/rq_job.json +#: frappe/core/doctype/rq_worker/rq_worker.json +msgid "default" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'RQ Job' +#: frappe/core/doctype/rq_job/rq_job.json +msgid "deferred" +msgstr "" + +#. Option for the 'Permission Type' (Select) field in DocType 'Permission +#. Inspector' +#: frappe/core/doctype/permission_inspector/permission_inspector.json +msgid "delete" +msgstr "" + +#: frappe/public/js/frappe/ui/sort_selector.html:5 +#: frappe/public/js/frappe/ui/sort_selector.js:48 +msgid "descending" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:163 +msgid "document type..., e.g. customer" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "download" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "download-alt" +msgstr "" + +#. Description of the 'Email Account Name' (Data) field in DocType 'Email +#. Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "e.g. \"Support\", \"Sales\", \"Jerry Yang\"" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:183 +msgid "e.g. (55 + 434) / 4 or =Math.sin(Math.PI/2)..." +msgstr "" + +#. Description of the 'Incoming Server' (Data) field in DocType 'Email Account' +#. Description of the 'Incoming Server' (Data) field in DocType 'Email Domain' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_domain/email_domain.json +msgid "e.g. pop.gmail.com / imap.gmail.com" +msgstr "" + +#. Description of the 'Default Incoming' (Check) field in DocType 'Email +#. Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "e.g. replies@yourcomany.com. All replies will come to this inbox." +msgstr "" + +#. Description of the 'Outgoing Server' (Data) field in DocType 'Email Account' +#. Description of the 'Outgoing Server' (Data) field in DocType 'Email Domain' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_domain/email_domain.json +msgid "e.g. smtp.gmail.com" +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.js:98 +msgid "e.g.:" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "edit" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "eject" +msgstr "" + +#. Option for the 'Permission Type' (Select) field in DocType 'Permission +#. Inspector' +#. Option for the 'Social Link Type' (Select) field in DocType 'Social Link +#. Settings' +#: frappe/core/doctype/permission_inspector/permission_inspector.json +#: frappe/website/doctype/social_link_settings/social_link_settings.json +msgid "email" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:305 +msgid "email inbox" +msgstr "" + +#: frappe/permissions.py:397 frappe/permissions.py:408 +#: frappe/public/js/frappe/form/controls/link.js:495 +msgid "empty" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "envelope" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "exclamation-sign" +msgstr "" + +#. Option for the 'Permission Type' (Select) field in DocType 'Permission +#. Inspector' +#: frappe/core/doctype/permission_inspector/permission_inspector.json +msgid "export" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "eye-close" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "eye-open" +msgstr "" + +#. Option for the 'Social Link Type' (Select) field in DocType 'Social Link +#. Settings' +#: frappe/website/doctype/social_link_settings/social_link_settings.json +msgid "facebook" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "facetime-video" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'RQ Job' +#: frappe/core/doctype/rq_job/rq_job.json +msgid "failed" +msgstr "" + +#. Option for the 'Social Login Provider' (Select) field in DocType 'Social +#. Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "fairlogin" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "fast-backward" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "fast-forward" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "file" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "film" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "filter" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'RQ Job' +#: frappe/core/doctype/rq_job/rq_job.json +msgid "finished" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "fire" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "flag" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "folder-close" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "folder-open" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "font" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "forward" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "fullscreen" +msgstr "" + +#: frappe/public/js/frappe/utils/energy_point_utils.js:61 +msgid "gained by {0} via automatic rule {1}" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "gift" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "glass" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "globe" +msgstr "" + +#. Option for the 'Indicator Color' (Select) field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "gray" +msgstr "" + +#. Option for the 'Indicator Color' (Select) field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "green" +msgstr "" + +#. Option for the 'Indicator Color' (Select) field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "grey" +msgstr "" + +#: frappe/utils/backups.py:391 +msgid "gzip not found in PATH! This is required to take a backup." +msgstr "" + +#: frappe/public/js/frappe/utils/utils.js:1132 +msgctxt "Hours (Field: Duration)" +msgid "h" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "hand-down" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "hand-left" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "hand-right" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "hand-up" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "hdd" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "headphones" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "heart" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "home" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:296 +msgid "hub" +msgstr "" + +#. Label of a Data field in DocType 'Page' +#: frappe/core/doctype/page/page.json +msgid "icon" +msgstr "" + +#. Option for the 'Permission Type' (Select) field in DocType 'Permission +#. Inspector' +#: frappe/core/doctype/permission_inspector/permission_inspector.json +msgid "import" +msgstr "" + +#. Description of the 'Read Time' (Int) field in DocType 'Blog Post' +#: frappe/website/doctype/blog_post/blog_post.json +msgid "in minutes" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "inbox" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "indent-left" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "indent-right" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "info-sign" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "italic" +msgstr "" + +#: frappe/templates/signup.html:11 frappe/www/login.html:10 +msgid "jane@example.com" +msgstr "" + +#: frappe/public/js/frappe/utils/pretty_date.js:46 +msgid "just now" +msgstr "" + +#: frappe/desk/desktop.py:255 frappe/desk/query_report.py:285 +msgid "label" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "leaf" +msgstr "" + +#. Option for the 'Indicator Color' (Select) field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "light-blue" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Desktop Icon' +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +msgid "link" +msgstr "" + +#. Option for the 'Social Link Type' (Select) field in DocType 'Social Link +#. Settings' +#: frappe/website/doctype/social_link_settings/social_link_settings.json +msgid "linkedin" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Desktop Icon' +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "list" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "list-alt" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "lock" +msgstr "" + +#: frappe/www/third_party_apps.html:41 +msgid "logged in" +msgstr "" + +#: frappe/website/doctype/web_form/web_form.js:362 +msgid "login_required" +msgstr "" + +#. Option for the 'Queue' (Select) field in DocType 'RQ Job' +#. Option for the 'Queue Type(s)' (Select) field in DocType 'RQ Worker' +#: frappe/core/doctype/rq_job/rq_job.json +#: frappe/core/doctype/rq_worker/rq_worker.json +msgid "long" +msgstr "" + +#: frappe/public/js/frappe/utils/utils.js:1136 +msgctxt "Minutes (Field: Duration)" +msgid "m" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "magnet" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "map-marker" +msgstr "" + +#: frappe/model/rename_doc.py:213 +msgid "merged {0} into {1}" +msgstr "" + +#: frappe/website/doctype/blog_post/templates/blog_post.html:25 +#: frappe/website/doctype/blog_post/templates/blog_post_row.html:36 +msgid "min read" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "minus" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "minus-sign" +msgstr "" + +#. Option for the 'Date Format' (Select) field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "mm-dd-yyyy" +msgstr "" + +#. Option for the 'Date Format' (Select) field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "mm/dd/yyyy" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Desktop Icon' +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +msgid "module" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:178 +msgid "module name..." +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "move" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "music" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:160 +msgid "new" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:158 +msgid "new type of document" +msgstr "" + +#. Label of a Int field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "no failed attempts" +msgstr "" + +#. Label of a Data field in DocType 'OAuth Authorization Code' +#: frappe/integrations/doctype/oauth_authorization_code/oauth_authorization_code.json +msgid "nonce" +msgstr "" + +#. Label of a Check field in DocType 'Reminder' +#: frappe/automation/doctype/reminder/reminder.json +msgid "notified" +msgstr "" + +#: frappe/public/js/frappe/utils/pretty_date.js:25 +msgid "now" +msgstr "" + +#: frappe/public/js/frappe/form/grid_pagination.js:116 +msgid "of" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "off" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "ok" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "ok-circle" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "ok-sign" +msgstr "" + +#. Label of a Data field in DocType 'File' +#: frappe/core/doctype/file/file.json +msgid "old_parent" +msgstr "" + +#. Option for the 'Doc Event' (Select) field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "on_cancel" +msgstr "" + +#. Option for the 'Doc Event' (Select) field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "on_change" +msgstr "" + +#. Option for the 'Doc Event' (Select) field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "on_submit" +msgstr "" + +#. Option for the 'Doc Event' (Select) field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "on_trash" +msgstr "" + +#. Option for the 'Doc Event' (Select) field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "on_update" +msgstr "" + +#. Option for the 'Doc Event' (Select) field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "on_update_after_submit" +msgstr "" + +#: frappe/utils/data.py:1373 +msgid "only." +msgstr "" + +#: frappe/public/js/frappe/utils/utils.js:407 frappe/www/login.html:87 +#: frappe/www/login.py:107 +msgid "or" +msgstr "" + +#. Option for the 'Indicator Color' (Select) field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "orange" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Desktop Icon' +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +msgid "page" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "pause" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "pencil" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "picture" +msgstr "" + +#. Option for the 'Indicator Color' (Select) field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "pink" +msgstr "" + +#. Option for the 'Code challenge method' (Select) field in DocType 'OAuth +#. Authorization Code' +#: frappe/integrations/doctype/oauth_authorization_code/oauth_authorization_code.json +msgid "plain" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "plane" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "play" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "play-circle" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "plus" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "plus-sign" +msgstr "" + +#. Option for the 'Permission Type' (Select) field in DocType 'Permission +#. Inspector' +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/core/doctype/permission_inspector/permission_inspector.json +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "print" +msgstr "" + +#. Label of a HTML field in DocType 'System Console' +#: frappe/desk/doctype/system_console/system_console.json +msgid "processlist" +msgstr "" + +#. Option for the 'Indicator Color' (Select) field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "purple" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "qrcode" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Desktop Icon' +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +msgid "query-report" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "question-sign" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'RQ Job' +#: frappe/core/doctype/rq_job/rq_job.json +msgid "queued" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "random" +msgstr "" + +#. Option for the 'Permission Type' (Select) field in DocType 'Permission +#. Inspector' +#: frappe/core/doctype/permission_inspector/permission_inspector.json +msgid "read" +msgstr "" + +#. Option for the 'Indicator Color' (Select) field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "red" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "refresh" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "remove" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "remove-circle" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "remove-sign" +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:234 +msgid "removed rows for {0}" +msgstr "" + +#: frappe/model/rename_doc.py:215 +msgid "renamed from {0} to {1}" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "repeat" +msgstr "" + +#. Option for the 'Permission Type' (Select) field in DocType 'Permission +#. Inspector' +#: frappe/core/doctype/permission_inspector/permission_inspector.json +msgid "report" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "resize-full" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "resize-horizontal" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "resize-small" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "resize-vertical" +msgstr "" + +#. Label of a HTML field in DocType 'Custom Role' +#: frappe/core/doctype/custom_role/custom_role.json +msgid "response" +msgstr "" + +#: frappe/core/doctype/deleted_document/deleted_document.py:61 +msgid "restored {0} as {1}" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "retweet" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "road" +msgstr "" + +#: frappe/public/js/frappe/utils/utils.js:1140 +msgctxt "Seconds (Field: Duration)" +msgid "s" +msgstr "" + +#. Option for the 'Code challenge method' (Select) field in DocType 'OAuth +#. Authorization Code' +#: frappe/integrations/doctype/oauth_authorization_code/oauth_authorization_code.json +msgid "s256" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'RQ Job' +#: frappe/core/doctype/rq_job/rq_job.json +msgid "scheduled" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "screenshot" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "search" +msgstr "" + +#. Option for the 'Permission Type' (Select) field in DocType 'Permission +#. Inspector' +#: frappe/core/doctype/permission_inspector/permission_inspector.json +msgid "select" +msgstr "" + +#. Option for the 'Permission Type' (Select) field in DocType 'Permission +#. Inspector' +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/core/doctype/permission_inspector/permission_inspector.json +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "share" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "share-alt" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "shopping-cart" +msgstr "" + +#. Option for the 'Queue' (Select) field in DocType 'RQ Job' +#. Option for the 'Queue Type(s)' (Select) field in DocType 'RQ Worker' +#: frappe/core/doctype/rq_job/rq_job.json +#: frappe/core/doctype/rq_worker/rq_worker.json +msgid "short" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "signal" +msgstr "" + +#: frappe/public/js/frappe/widgets/number_card_widget.js:282 +msgid "since last month" +msgstr "" + +#: frappe/public/js/frappe/widgets/number_card_widget.js:281 +msgid "since last week" +msgstr "" + +#: frappe/public/js/frappe/widgets/number_card_widget.js:283 +msgid "since last year" +msgstr "" + +#: frappe/public/js/frappe/widgets/number_card_widget.js:280 +msgid "since yesterday" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "star" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "star-empty" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'RQ Job' +#: frappe/core/doctype/rq_job/rq_job.json +msgid "started" +msgstr "" + +#: frappe/desk/page/setup_wizard/setup_wizard.js:194 +msgid "starting the setup..." +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "step-backward" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "step-forward" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "stop" +msgstr "" + +#. Description of the 'Group Object Class' (Data) field in DocType 'LDAP +#. Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "string value, i.e. group" +msgstr "" + +#. Description of the 'LDAP Group Member attribute' (Data) field in DocType +#. 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "string value, i.e. member" +msgstr "" + +#. Description of the 'Custom Group Search' (Data) field in DocType 'LDAP +#. Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "string value, i.e. {0} or uid={0},ou=users,dc=example,dc=com" +msgstr "" + +#. Option for the 'Permission Type' (Select) field in DocType 'Permission +#. Inspector' +#: frappe/core/doctype/permission_inspector/permission_inspector.json +msgid "submit" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "tag" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:173 +msgid "tag name..., e.g. #tag" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "tags" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "tasks" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:168 +msgid "text in document type" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "text-height" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "text-width" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "th" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "th-large" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "th-list" +msgstr "" + +#: frappe/public/js/frappe/form/controls/data.js:35 +msgid "this form" +msgstr "" + +#: frappe/tests/test_translate.py:158 +msgid "this shouldn't break" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "thumbs-down" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "thumbs-up" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "time" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "tint" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "trash" +msgstr "" + +#. Option for the 'Social Link Type' (Select) field in DocType 'Social Link +#. Settings' +#: frappe/website/doctype/social_link_settings/social_link_settings.json +msgid "twitter" +msgstr "" + +#: frappe/public/js/frappe/change_log.html:7 +msgid "updated to {0}" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "upload" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:354 +msgid "use % as wildcard" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "user" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:353 +msgid "values separated by commas" +msgstr "" + +#. Label of a HTML field in DocType 'Audit Trail' +#: frappe/core/doctype/audit_trail/audit_trail.json +msgid "version_table" +msgstr "" + +#: frappe/automation/doctype/assignment_rule/assignment_rule.py:382 +msgid "via Assignment Rule" +msgstr "" + +#: frappe/core/doctype/data_import/importer.py:267 +#: frappe/core/doctype/data_import/importer.py:288 +msgid "via Data Import" +msgstr "" + +#. Description of the 'Add Video Conferencing' (Check) field in DocType 'Event' +#: frappe/desk/doctype/event/event.json +msgid "via Google Meet" +msgstr "" + +#: frappe/email/doctype/notification/notification.py:220 +msgid "via Notification" +msgstr "" + +#: frappe/public/js/frappe/utils/energy_point_utils.js:46 +msgid "via automatic rule {0} on {1}" +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:17 +msgid "via {0}" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "volume-down" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "volume-off" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "volume-up" +msgstr "" + +#: frappe/templates/includes/oauth_confirmation.html:5 +msgid "wants to access the following details from your account" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "warning-sign" +msgstr "" + +#. Description of the 'Popover Element' (Check) field in DocType 'Form Tour +#. Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "when clicked on element it will focus popover if present." +msgstr "" + +#: frappe/printing/page/print/print.js:622 +msgid "wkhtmltopdf 0.12.x (with patched qt)." +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "wrench" +msgstr "" + +#. Option for the 'Permission Type' (Select) field in DocType 'Permission +#. Inspector' +#: frappe/core/doctype/permission_inspector/permission_inspector.json +msgid "write" +msgstr "" + +#. Option for the 'Indicator Color' (Select) field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "yellow" +msgstr "" + +#: frappe/public/js/frappe/utils/pretty_date.js:58 +msgid "yesterday" +msgstr "" + +#. Option for the 'Date Format' (Select) field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "yyyy-mm-dd" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "zoom-in" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "zoom-out" +msgstr "" + +#: frappe/desk/doctype/event/event.js:87 +msgid "{0}" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:193 +msgid "{0} ${skip_list ? \"\" : type}" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:198 +msgid "{0} ${type}" +msgstr "" + +#: frappe/public/js/frappe/data_import/data_exporter.js:80 +#: frappe/public/js/frappe/views/gantt/gantt_view.js:54 +msgid "{0} ({1})" +msgstr "" + +#: frappe/public/js/frappe/data_import/data_exporter.js:77 +msgid "{0} ({1}) (1 row mandatory)" +msgstr "" + +#: frappe/public/js/frappe/views/gantt/gantt_view.js:53 +msgid "{0} ({1}) - {2}%" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:348 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:351 +msgid "{0} = {1}" +msgstr "" + +#: frappe/public/js/frappe/views/calendar/calendar.js:30 +msgid "{0} Calendar" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:540 +msgid "{0} Chart" +msgstr "" + +#: frappe/core/page/dashboard_view/dashboard_view.js:67 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:347 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:348 +#: frappe/public/js/frappe/utils/utils.js:944 +#: frappe/public/js/frappe/views/dashboard/dashboard_view.js:10 +msgid "{0} Dashboard" +msgstr "" + +#: frappe/public/js/frappe/form/grid_row.js:457 +#: frappe/public/js/frappe/list/list_settings.js:227 +#: frappe/public/js/frappe/views/kanban/kanban_settings.js:178 +msgid "{0} Fields" +msgstr "" + +#: frappe/integrations/doctype/google_calendar/google_calendar.py:363 +msgid "{0} Google Calendar Events synced." +msgstr "" + +#: frappe/integrations/doctype/google_contacts/google_contacts.py:195 +msgid "{0} Google Contacts synced." +msgstr "" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:465 +msgid "{0} Liked" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:83 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:84 +#: frappe/public/js/frappe/utils/utils.js:938 +#: frappe/public/js/frappe/widgets/chart_widget.js:317 frappe/www/list.html:4 +#: frappe/www/list.html:8 +msgid "{0} List" +msgstr "" + +#: frappe/public/js/frappe/utils/pretty_date.js:37 +msgid "{0} M" +msgstr "" + +#: frappe/public/js/frappe/views/map/map_view.js:14 +msgid "{0} Map" +msgstr "" + +#: frappe/public/js/frappe/utils/utils.js:941 +msgid "{0} Modules" +msgstr "" + +#: frappe/public/js/frappe/form/quick_entry.js:118 +msgid "{0} Name" +msgstr "" + +#: frappe/model/base_document.py:1048 +msgid "{0} Not allowed to change {1} after submission from {2} to {3}" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:95 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:96 +#: frappe/public/js/frappe/utils/utils.js:935 +#: frappe/public/js/frappe/widgets/chart_widget.js:325 +msgid "{0} Report" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:883 +msgid "{0} Reports" +msgstr "" + +#: frappe/public/js/frappe/list/list_settings.js:32 +#: frappe/public/js/frappe/views/kanban/kanban_settings.js:26 +msgid "{0} Settings" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:87 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:88 +#: frappe/public/js/frappe/views/treeview.js:128 +msgid "{0} Tree" +msgstr "" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:128 +#: frappe/public/js/frappe/form/sidebar/form_sidebar.js:86 +msgid "{0} Web page views" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:91 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:92 +msgid "{0} Workspace" +msgstr "" + +#: frappe/public/js/frappe/form/link_selector.js:225 +msgid "{0} added" +msgstr "" + +#: frappe/public/js/frappe/form/controls/data.js:203 +msgid "{0} already exists. Select another name" +msgstr "" + +#: frappe/email/doctype/email_unsubscribe/email_unsubscribe.py:36 +msgid "{0} already unsubscribed" +msgstr "" + +#: frappe/email/doctype/email_unsubscribe/email_unsubscribe.py:49 +msgid "{0} already unsubscribed for {1} {2}" +msgstr "" + +#: frappe/utils/data.py:1524 +msgid "{0} and {1}" +msgstr "" + +#: frappe/public/js/frappe/utils/energy_point_utils.js:38 +msgid "{0} appreciated on {1}" +msgstr "" + +#: frappe/social/doctype/energy_point_log/energy_point_log.py:126 +#: frappe/social/doctype/energy_point_log/energy_point_log.py:163 +msgid "{0} appreciated your work on {1} with {2} point" +msgstr "" + +#: frappe/social/doctype/energy_point_log/energy_point_log.py:128 +#: frappe/social/doctype/energy_point_log/energy_point_log.py:165 +msgid "{0} appreciated your work on {1} with {2} points" +msgstr "" + +#: frappe/public/js/frappe/utils/energy_point_utils.js:53 +msgid "{0} appreciated {1}" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/review.js:148 +msgid "{0} appreciation point for {1}" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/review.js:150 +msgid "{0} appreciation points for {1}" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/form_sidebar_users.js:72 +msgid "{0} are currently {1}" +msgstr "" + +#: frappe/printing/doctype/print_format/print_format.py:89 +msgid "{0} are required" +msgstr "" + +#: frappe/desk/form/assign_to.py:285 +msgid "{0} assigned a new task {1} {2} to you" +msgstr "" + +#: frappe/desk/doctype/todo/todo.py:47 +msgid "{0} assigned {1}: {2}" +msgstr "" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:416 +msgctxt "Form timeline" +msgid "{0} attached {1}" +msgstr "" + +#: frappe/core/doctype/system_settings/system_settings.py:145 +msgid "{0} can not be more than {1}" +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:77 +msgid "{0} cancelled this document" +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:68 +msgctxt "Form timeline" +msgid "{0} cancelled this document {1}" +msgstr "" + +#: frappe/public/js/form_builder/store.js:190 +msgid "{0} cannot be hidden and mandatory without any default value" +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:128 +msgid "{0} changed the value of {1}" +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:119 +msgid "{0} changed the value of {1} {2}" +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:194 +msgid "{0} changed the values for {1}" +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:185 +msgid "{0} changed the values for {1} {2}" +msgstr "" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:445 +msgctxt "Form timeline" +msgid "{0} changed {1} to {2}" +msgstr "" + +#: frappe/website/doctype/blog_post/blog_post.py:376 +msgid "{0} comments" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1567 +msgid "{0} contains an invalid Fetch From expression, Fetch From can't be self-referential." +msgstr "" + +#: frappe/public/js/frappe/views/interaction.js:261 +msgid "{0} created successfully" +msgstr "" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:141 +#: frappe/public/js/frappe/form/sidebar/form_sidebar.js:107 +msgid "{0} created this" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/review.js:154 +msgid "{0} criticism point for {1}" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/review.js:156 +msgid "{0} criticism points for {1}" +msgstr "" + +#: frappe/public/js/frappe/utils/energy_point_utils.js:41 +msgid "{0} criticized on {1}" +msgstr "" + +#: frappe/social/doctype/energy_point_log/energy_point_log.py:132 +#: frappe/social/doctype/energy_point_log/energy_point_log.py:170 +msgid "{0} criticized your work on {1} with {2} point" +msgstr "" + +#: frappe/social/doctype/energy_point_log/energy_point_log.py:134 +#: frappe/social/doctype/energy_point_log/energy_point_log.py:172 +msgid "{0} criticized your work on {1} with {2} points" +msgstr "" + +#: frappe/public/js/frappe/utils/energy_point_utils.js:56 +msgid "{0} criticized {1}" +msgstr "" + +#: frappe/public/js/frappe/utils/pretty_date.js:33 +msgid "{0} d" +msgstr "" + +#: frappe/public/js/frappe/utils/pretty_date.js:60 +msgid "{0} days ago" +msgstr "" + +#: frappe/website/doctype/website_settings/website_settings.py:96 +#: frappe/website/doctype/website_settings/website_settings.py:116 +msgid "{0} does not exist in row {1}" +msgstr "" + +#: frappe/database/mariadb/schema.py:120 frappe/database/postgres/schema.py:154 +msgid "{0} field cannot be set as unique in {1}, as there are non-unique existing values" +msgstr "" + +#: frappe/core/doctype/data_import/importer.py:1024 +msgid "{0} format could not be determined from the values in this column. Defaulting to {1}." +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:101 +msgid "{0} from {1} to {2}" +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:165 +msgid "{0} from {1} to {2} in row #{3}" +msgstr "" + +#: frappe/social/doctype/energy_point_log/energy_point_log.py:120 +msgid "{0} gained {1} point for {2} {3}" +msgstr "" + +#: frappe/templates/emails/energy_points_summary.html:8 +msgid "{0} gained {1} points" +msgstr "" + +#: frappe/social/doctype/energy_point_log/energy_point_log.py:122 +msgid "{0} gained {1} points for {2} {3}" +msgstr "" + +#: frappe/templates/emails/energy_points_summary.html:23 +msgid "{0} gave {1} points" +msgstr "" + +#: frappe/public/js/frappe/utils/pretty_date.js:29 +msgid "{0} h" +msgstr "" + +#: frappe/core/doctype/user_permission/user_permission.py:77 +msgid "{0} has already assigned default value for {1}." +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.py:383 +msgid "{0} has been successfully added to the Email Group." +msgstr "" + +#: frappe/email/queue.py:123 +msgid "{0} has left the conversation in {1} {2}" +msgstr "" + +#: frappe/__init__.py:2410 +msgid "{0} has no versions tracked." +msgstr "" + +#: frappe/public/js/frappe/utils/pretty_date.js:54 +msgid "{0} hours ago" +msgstr "" + +#: frappe/website/doctype/web_form/templates/web_form.html:145 +msgid "{0} if you are not redirected within {1} seconds" +msgstr "" + +#: frappe/website/doctype/website_settings/website_settings.py:102 +#: frappe/website/doctype/website_settings/website_settings.py:122 +msgid "{0} in row {1} cannot have both URL and child items" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:910 +msgid "{0} is a mandatory field" +msgstr "" + +#: frappe/core/doctype/file/file.py:507 +msgid "{0} is a not a valid zip file" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1580 +msgid "{0} is an invalid Data field." +msgstr "" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:152 +msgid "{0} is an invalid email address in 'Recipients'" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1392 +msgid "{0} is between {1} and {2}" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/form_sidebar_users.js:41 +#: frappe/public/js/frappe/form/sidebar/form_sidebar_users.js:69 +msgid "{0} is currently {1}" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1361 +msgid "{0} is equal to {1}" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1381 +msgid "{0} is greater than or equal to {1}" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1371 +msgid "{0} is greater than {1}" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1386 +msgid "{0} is less than or equal to {1}" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1376 +msgid "{0} is less than {1}" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1411 +msgid "{0} is like {1}" +msgstr "" + +#: frappe/email/doctype/email_account/email_account.py:175 +msgid "{0} is mandatory" +msgstr "" + +#: frappe/core/doctype/document_naming_rule/document_naming_rule.py:50 +msgid "{0} is not a field of doctype {1}" +msgstr "" + +#: frappe/www/printview.py:344 +msgid "{0} is not a raw printing format." +msgstr "" + +#: frappe/public/js/frappe/views/calendar/calendar.js:82 +msgid "{0} is not a valid Calendar. Redirecting to default Calendar." +msgstr "" + +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.py:65 +msgid "{0} is not a valid Cron expression." +msgstr "" + +#: frappe/public/js/frappe/form/controls/dynamic_link.js:27 +msgid "{0} is not a valid DocType for Dynamic Link" +msgstr "" + +#: frappe/email/doctype/email_group/email_group.py:131 +#: frappe/utils/__init__.py:188 +msgid "{0} is not a valid Email Address" +msgstr "" + +#: frappe/utils/__init__.py:156 +msgid "{0} is not a valid Name" +msgstr "" + +#: frappe/utils/__init__.py:136 +msgid "{0} is not a valid Phone Number" +msgstr "" + +#: frappe/model/workflow.py:182 +msgid "{0} is not a valid Workflow State. Please update your Workflow and try again." +msgstr "" + +#: frappe/permissions.py:786 +msgid "{0} is not a valid parent DocType for {1}" +msgstr "" + +#: frappe/permissions.py:806 +msgid "{0} is not a valid parentfield for {1}" +msgstr "" + +#: frappe/email/doctype/auto_email_report/auto_email_report.py:115 +msgid "{0} is not a valid report format. Report format should one of the following {1}" +msgstr "" + +#: frappe/core/doctype/file/file.py:487 +msgid "{0} is not a zip file" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1366 +msgid "{0} is not equal to {1}" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1413 +msgid "{0} is not like {1}" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1407 +msgid "{0} is not one of {1}" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1417 +msgid "{0} is not set" +msgstr "" + +#: frappe/printing/doctype/print_format/print_format.py:165 +msgid "{0} is now default print format for {1} doctype" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1400 +msgid "{0} is one of {1}" +msgstr "" + +#: frappe/email/doctype/email_account/email_account.py:276 +#: frappe/model/naming.py:201 +#: frappe/printing/doctype/print_format/print_format.py:92 +#: frappe/utils/csvutils.py:131 +msgid "{0} is required" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1416 +msgid "{0} is set" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1395 +msgid "{0} is within {1}" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1593 +msgid "{0} items selected" +msgstr "" + +#: frappe/core/doctype/user/user.py:1321 +msgid "{0} just impersonated as you. They gave this reason: {1}" +msgstr "" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:152 +#: frappe/public/js/frappe/form/sidebar/form_sidebar.js:96 +msgid "{0} last edited this" +msgstr "" + +#: frappe/core/doctype/activity_log/feed.py:13 +msgid "{0} logged in" +msgstr "" + +#: frappe/core/doctype/activity_log/feed.py:19 +msgid "{0} logged out: {1}" +msgstr "" + +#: frappe/public/js/frappe/utils/pretty_date.js:27 +msgid "{0} m" +msgstr "" + +#: frappe/desk/notifications.py:397 +msgid "{0} mentioned you in a comment in {1} {2}" +msgstr "" + +#: frappe/public/js/frappe/utils/pretty_date.js:50 +msgid "{0} minutes ago" +msgstr "" + +#: frappe/public/js/frappe/utils/pretty_date.js:68 +msgid "{0} months ago" +msgstr "" + +#: frappe/model/document.py:1599 +msgid "{0} must be after {1}" +msgstr "" + +#: frappe/model/document.py:1360 +msgid "{0} must be beginning with '{1}'" +msgstr "" + +#: frappe/model/document.py:1362 +msgid "{0} must be equal to '{1}'" +msgstr "" + +#: frappe/model/document.py:1358 +msgid "{0} must be none of {1}" +msgstr "" + +#: frappe/model/document.py:1356 frappe/utils/csvutils.py:136 +msgid "{0} must be one of {1}" +msgstr "" + +#: frappe/model/base_document.py:786 +msgid "{0} must be set first" +msgstr "" + +#: frappe/model/base_document.py:644 +msgid "{0} must be unique" +msgstr "" + +#: frappe/model/document.py:1364 +msgid "{0} must be {1} {2}" +msgstr "" + +#: frappe/core/doctype/language/language.py:43 +msgid "{0} must begin and end with a letter and can only contain letters,\n" +"\t\t\t\thyphen or underscore." +msgstr "" + +#: frappe/workflow/doctype/workflow/workflow.py:91 +msgid "{0} not a valid State" +msgstr "" + +#: frappe/model/rename_doc.py:391 +msgid "{0} not allowed to be renamed" +msgstr "" + +#: frappe/desk/doctype/desktop_icon/desktop_icon.py:365 +msgid "{0} not found" +msgstr "" + +#: frappe/core/doctype/report/report.py:414 +#: frappe/public/js/frappe/list/list_view.js:984 +msgid "{0} of {1}" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:986 +msgid "{0} of {1} ({2} rows with children)" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.js:205 +msgid "{0} of {1} sent" +msgstr "" + +#: frappe/utils/data.py:1520 +msgid "{0} or {1}" +msgstr "" + +#: frappe/core/doctype/user_permission/user_permission_list.js:177 +msgid "{0} record deleted" +msgstr "" + +#: frappe/public/js/frappe/logtypes.js:22 +msgid "{0} records are not automatically deleted." +msgstr "" + +#: frappe/public/js/frappe/logtypes.js:29 +msgid "{0} records are retained for {1} days." +msgstr "" + +#: frappe/core/doctype/user_permission/user_permission_list.js:179 +msgid "{0} records deleted" +msgstr "" + +#: frappe/public/js/frappe/data_import/data_exporter.js:229 +msgid "{0} records will be exported" +msgstr "" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:421 +msgctxt "Form timeline" +msgid "{0} removed attachment {1}" +msgstr "" + +#: frappe/desk/doctype/todo/todo.py:57 +msgid "{0} removed their assignment." +msgstr "" + +#: frappe/social/doctype/energy_point_log/energy_point_log.py:139 +#: frappe/social/doctype/energy_point_log/energy_point_log.py:178 +msgid "{0} reverted your point on {1}" +msgstr "" + +#: frappe/social/doctype/energy_point_log/energy_point_log.py:141 +#: frappe/social/doctype/energy_point_log/energy_point_log.py:180 +msgid "{0} reverted your points on {1}" +msgstr "" + +#: frappe/public/js/frappe/utils/energy_point_utils.js:44 +#: frappe/public/js/frappe/utils/energy_point_utils.js:59 +msgid "{0} reverted {1}" +msgstr "" + +#: frappe/public/js/frappe/roles_editor.js:61 +msgid "{0} role does not have permission on any doctype" +msgstr "" + +#: frappe/desk/query_report.py:589 +msgid "{0} saved successfully" +msgstr "" + +#: frappe/desk/doctype/todo/todo.py:43 +msgid "{0} self assigned this task: {1}" +msgstr "" + +#: frappe/share.py:233 +msgid "{0} shared a document {1} {2} with you" +msgstr "" + +#: frappe/core/doctype/docshare/docshare.py:76 +msgid "{0} shared this document with everyone" +msgstr "" + +#: frappe/core/doctype/docshare/docshare.py:79 +msgid "{0} shared this document with {1}" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:317 +msgid "{0} should be indexed because it's referred in dashboard connections" +msgstr "" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:139 +msgid "{0} should not be same as {1}" +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:51 +msgid "{0} submitted this document" +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:42 +msgctxt "Form timeline" +msgid "{0} submitted this document {1}" +msgstr "" + +#: frappe/email/doctype/email_group/email_group.py:62 +#: frappe/email/doctype/email_group/email_group.py:133 +msgid "{0} subscribers added" +msgstr "" + +#: frappe/email/queue.py:68 +msgid "{0} to stop receiving emails of this type" +msgstr "" + +#: frappe/public/js/frappe/form/controls/date_range.js:46 +#: frappe/public/js/frappe/form/controls/date_range.js:62 +#: frappe/public/js/frappe/form/formatters.js:234 +msgid "{0} to {1}" +msgstr "" + +#: frappe/core/doctype/docshare/docshare.py:88 +msgid "{0} un-shared this document with {1}" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.py:250 +msgid "{0} updated" +msgstr "" + +#: frappe/public/js/frappe/form/controls/multiselect_list.js:178 +msgid "{0} values selected" +msgstr "" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:185 +msgid "{0} viewed this" +msgstr "" + +#: frappe/public/js/frappe/utils/pretty_date.js:35 +msgid "{0} w" +msgstr "" + +#: frappe/public/js/frappe/utils/pretty_date.js:64 +msgid "{0} weeks ago" +msgstr "" + +#: frappe/public/js/frappe/utils/pretty_date.js:39 +msgid "{0} y" +msgstr "" + +#: frappe/public/js/frappe/utils/pretty_date.js:72 +msgid "{0} years ago" +msgstr "" + +#: frappe/public/js/frappe/form/link_selector.js:219 +msgid "{0} {1} added" +msgstr "" + +#: frappe/public/js/frappe/utils/dashboard_utils.js:270 +msgid "{0} {1} added to Dashboard {2}" +msgstr "" + +#: frappe/model/base_document.py:577 frappe/model/rename_doc.py:110 +msgid "{0} {1} already exists" +msgstr "" + +#: frappe/model/base_document.py:891 +msgid "{0} {1} cannot be \"{2}\". It should be one of \"{3}\"" +msgstr "" + +#: frappe/utils/nestedset.py:344 +msgid "{0} {1} cannot be a leaf node as it has children" +msgstr "" + +#: frappe/model/rename_doc.py:373 +msgid "{0} {1} does not exist, select a new target to merge" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:928 +msgid "{0} {1} is linked with the following submitted documents: {2}" +msgstr "" + +#: frappe/model/document.py:173 frappe/permissions.py:553 +msgid "{0} {1} not found" +msgstr "" + +#: frappe/model/delete_doc.py:253 +msgid "{0} {1}: Submitted Record cannot be deleted. You must {2} Cancel {3} it first." +msgstr "" + +#: frappe/model/base_document.py:1009 +msgid "{0}, Row {1}" +msgstr "" + +#: frappe/utils/print_format.py:151 frappe/utils/print_format.py:195 +msgid "{0}/{1} complete | Please leave this tab open until completion." +msgstr "" + +#: frappe/model/base_document.py:1014 +msgid "{0}: '{1}' ({3}) will get truncated, as max characters allowed is {2}" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1762 +msgid "{0}: Cannot set Amend without Cancel" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1780 +msgid "{0}: Cannot set Assign Amend if not Submittable" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1778 +msgid "{0}: Cannot set Assign Submit if not Submittable" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1757 +msgid "{0}: Cannot set Cancel without Submit" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1764 +msgid "{0}: Cannot set Import without Create" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1760 +msgid "{0}: Cannot set Submit, Cancel, Amend without Write" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1784 +msgid "{0}: Cannot set import as {1} is not importable" +msgstr "" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:398 +msgid "{0}: Failed to attach new recurring document. To enable attaching document in the auto repeat notification email, enable {1} in Print Settings" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1388 +msgid "{0}: Field '{1}' cannot be set as Unique as it has non-unique values" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1296 +msgid "{0}: Field {1} in row {2} cannot be hidden and mandatory without default" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1255 +msgid "{0}: Field {1} of type {2} cannot be mandatory" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1243 +msgid "{0}: Fieldname {1} appears multiple times in rows {2}" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1375 +msgid "{0}: Fieldtype {1} for {2} cannot be unique" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1717 +msgid "{0}: No basic permissions set" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1731 +msgid "{0}: Only one rule allowed with the same Role, Level and {1}" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1277 +msgid "{0}: Options must be a valid DocType for field {1} in row {2}" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1266 +msgid "{0}: Options required for Link or Table type field {1} in row {2}" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1284 +msgid "{0}: Options {1} must be the same as doctype name {2} for the field {3}" +msgstr "" + +#: frappe/public/js/frappe/form/workflow.js:45 +msgid "{0}: Other permission rules may also apply" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1746 +msgid "{0}: Permission at level 0 must be set before higher levels are set" +msgstr "" + +#: frappe/public/js/frappe/form/controls/data.js:50 +msgid "{0}: You can increase the limit for the field if required via {1}" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1230 +msgid "{0}: fieldname cannot be set to reserved keyword {1}" +msgstr "" + +#: frappe/contacts/doctype/address/address.js:35 +#: frappe/contacts/doctype/contact/contact.js:88 +msgid "{0}: {1}" +msgstr "" + +#: frappe/workflow/doctype/workflow_action/workflow_action.py:168 +msgid "{0}: {1} is set to state {2}" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:1210 +msgid "{0}: {1} vs {2}" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1396 +msgid "{0}:Fieldtype {1} for {2} cannot be indexed" +msgstr "" + +#: frappe/public/js/frappe/utils/datatable.js:12 +msgid "{count} cell copied" +msgstr "" + +#: frappe/public/js/frappe/utils/datatable.js:13 +msgid "{count} cells copied" +msgstr "" + +#: frappe/public/js/frappe/utils/datatable.js:16 +msgid "{count} row selected" +msgstr "" + +#: frappe/public/js/frappe/utils/datatable.js:17 +msgid "{count} rows selected" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1450 +msgid "{{{0}}} is not a valid fieldname pattern. It should be {{field_name}}." +msgstr "" + +#. Count format of shortcut in the Website Workspace +#: frappe/website/workspace/website/website.json +msgid "{} Active" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:511 +msgid "{} Complete" +msgstr "" + +#: frappe/utils/data.py:2164 +msgid "{} Invalid python code on line {}" +msgstr "" + +#: frappe/utils/data.py:2173 +msgid "{} Possibly invalid python code.
    {}" +msgstr "" + +#. Count format of shortcut in the Website Workspace +#: frappe/website/workspace/website/website.json +msgid "{} Published" +msgstr "" + +#: frappe/core/doctype/log_settings/log_settings.py:55 +msgid "{} does not support automated log clearing." +msgstr "" + +#: frappe/core/doctype/audit_trail/audit_trail.py:32 +#: frappe/core/doctype/audit_trail/audit_trail.py:36 +msgid "{} field cannot be empty." +msgstr "" + +#: frappe/email/doctype/email_account/email_account.py:199 +#: frappe/email/doctype/email_account/email_account.py:207 +msgid "{} has been disabled. It can only be enabled if {} is checked." +msgstr "" + +#: frappe/utils/data.py:103 +msgid "{} is not a valid date string." +msgstr "" + +#: frappe/commands/utils.py:528 +msgid "{} not found in PATH! This is required to access the console." +msgstr "" + +#: frappe/database/db_manager.py:95 +msgid "{} not found in PATH! This is required to restore the database." +msgstr "" + +#: frappe/utils/backups.py:458 +msgid "{} not found in PATH! This is required to take a backup." +msgstr "" + +#: frappe/public/js/frappe/file_uploader/FileBrowser.vue:5 +#: frappe/public/js/frappe/file_uploader/WebLink.vue:4 +msgid "← Back to upload files" +msgstr "" diff --git a/frappe/locale/main.pot b/frappe/locale/main.pot index 70d6002bf4c4..20928868b7d5 100644 --- a/frappe/locale/main.pot +++ b/frappe/locale/main.pot @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: Frappe Framework VERSION\n" "Report-Msgid-Bugs-To: developers@frappe.io\n" -"POT-Creation-Date: 2024-10-08 17:02+0000\n" -"PO-Revision-Date: 2024-10-08 17:02+0000\n" +"POT-Creation-Date: 2024-11-10 17:35+0000\n" +"PO-Revision-Date: 2024-11-10 17:35+0000\n" "Last-Translator: developers@frappe.io\n" "Language-Team: developers@frappe.io\n" "MIME-Version: 1.0\n" @@ -84,7 +84,7 @@ msgstr "" msgid "'In List View' not allowed for type {0} in row {1}" msgstr "" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:150 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:154 msgid "'Recipients' not specified" msgstr "" @@ -120,7 +120,7 @@ msgstr "" msgid "0 is highest" msgstr "" -#: frappe/public/js/frappe/form/grid_row.js:808 +#: frappe/public/js/frappe/form/grid_row.js:807 msgid "1 = True & 0 = False" msgstr "" @@ -482,7 +482,7 @@ msgid "" "\n" msgstr "" -#. Content of the 'Condition Description' (HTML) field in DocType 'Web Form' +#. Content of the 'Condition description' (HTML) field in DocType 'Web Form' #: frappe/website/doctype/web_form/web_form.json msgid "" "

    Multiple webforms can be created for a single doctype. Add filters specific to this webform to display correct record after submission.

    For Example:

    \n" @@ -646,7 +646,7 @@ msgstr "" msgid "A new account has been created for you at {0}" msgstr "" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:389 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:393 msgid "A recurring {0} {1} has been created for you via Auto Repeat {2}." msgstr "" @@ -814,6 +814,11 @@ msgstr "" msgid "About {0} seconds remaining" msgstr "" +#. Label of a Section Break field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Access Control" +msgstr "" + #. Label of a Data field in DocType 'S3 Backup Settings' #: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json msgid "Access Key ID" @@ -844,7 +849,7 @@ msgstr "" msgid "Access Token URL" msgstr "" -#: frappe/auth.py:467 +#: frappe/auth.py:473 msgid "Access not allowed from this IP Address" msgstr "" @@ -1075,8 +1080,8 @@ msgid "Add Child" msgstr "" #: frappe/public/js/frappe/views/kanban/kanban_board.html:4 -#: frappe/public/js/frappe/views/reports/query_report.js:1683 -#: frappe/public/js/frappe/views/reports/query_report.js:1686 +#: frappe/public/js/frappe/views/reports/query_report.js:1690 +#: frappe/public/js/frappe/views/reports/query_report.js:1693 #: frappe/public/js/frappe/views/reports/report_view.js:325 #: frappe/public/js/frappe/views/reports/report_view.js:350 #: frappe/public/js/print_format_builder/Field.vue:112 @@ -1141,7 +1146,7 @@ msgstr "" msgid "Add Review" msgstr "" -#: frappe/core/doctype/user/user.py:809 +#: frappe/core/doctype/user/user.py:751 msgid "Add Roles" msgstr "" @@ -1174,7 +1179,7 @@ msgstr "" msgid "Add Tags" msgstr "" -#: frappe/public/js/frappe/list/list_view.js:1895 +#: frappe/public/js/frappe/list/list_view.js:1903 msgctxt "Button in list view actions menu" msgid "Add Tags" msgstr "" @@ -1320,10 +1325,6 @@ msgstr "" msgid "Added {0} ({1})" msgstr "" -#: frappe/core/doctype/user/user.py:291 -msgid "Adding System Manager to this User as there must be atleast one System Manager" -msgstr "" - #. Label of a Section Break field in DocType 'Custom DocPerm' #. Label of a Section Break field in DocType 'DocPerm' #. Label of a Section Break field in DocType 'User Document Type' @@ -1430,11 +1431,11 @@ msgstr "" msgid "Administrator" msgstr "" -#: frappe/core/doctype/user/user.py:1214 +#: frappe/core/doctype/user/user.py:1156 msgid "Administrator Logged In" msgstr "" -#: frappe/core/doctype/user/user.py:1208 +#: frappe/core/doctype/user/user.py:1150 msgid "Administrator accessed {0} on {1} via IP Address {2}." msgstr "" @@ -1450,8 +1451,8 @@ msgstr "" msgid "Advanced Control" msgstr "" -#: frappe/public/js/frappe/form/controls/link.js:326 -#: frappe/public/js/frappe/form/controls/link.js:328 +#: frappe/public/js/frappe/form/controls/link.js:327 +#: frappe/public/js/frappe/form/controls/link.js:329 msgid "Advanced Search" msgstr "" @@ -1460,6 +1461,11 @@ msgstr "" msgid "Advanced Settings" msgstr "" +#: frappe/public/js/frappe/ui/filters/filter.js:61 +#: frappe/public/js/frappe/ui/filters/filter.js:67 +msgid "After" +msgstr "" + #. Option for the 'DocType Event' (Select) field in DocType 'Server Script' #: frappe/core/doctype/server_script/server_script.json msgid "After Cancel" @@ -1643,6 +1649,11 @@ msgstr "" msgid "Allow Bulk Edit" msgstr "" +#. Label of a Check field in DocType 'List View Settings' +#: frappe/desk/doctype/list_view_settings/list_view_settings.json +msgid "Allow Bulk Editing" +msgstr "" + #. Label of a Check field in DocType 'Web Form' #: frappe/website/doctype/web_form/web_form.json msgid "Allow Comments" @@ -1754,7 +1765,7 @@ msgid "Allow Print for Cancelled" msgstr "" #. Label of a Check field in DocType 'Print Settings' -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:396 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:400 #: frappe/printing/doctype/print_settings/print_settings.json msgid "Allow Print for Draft" msgstr "" @@ -1800,6 +1811,15 @@ msgstr "" msgid "Allow document creation via Email" msgstr "" +#. Description of the 'Allow Bulk Editing' (Check) field in DocType 'List View +#. Settings' +#: frappe/desk/doctype/list_view_settings/list_view_settings.json +msgid "" +"Allow editing even if the doctype has a workflow set up.\n" +"\n" +"Does nothing if a workflow isn't set up." +msgstr "" + #. Label of a Check field in DocType 'DocType' #: frappe/core/doctype/doctype/doctype.json msgid "Allow events in timeline" @@ -1884,11 +1904,16 @@ msgstr "" msgid "Allowed Roles" msgstr "" +#. Label of a Small Text field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Allowed embedding domains" +msgstr "" + #: frappe/public/js/frappe/form/form.js:1187 msgid "Allowing DocType, DocType. Be careful!" msgstr "" -#: frappe/core/doctype/user/user.py:1018 +#: frappe/core/doctype/user/user.py:960 msgid "Already Registered" msgstr "" @@ -2017,7 +2042,7 @@ msgstr "" #. Label of a Check field in DocType 'Web Form' #: frappe/website/doctype/web_form/web_form.json -msgid "Anonymous" +msgid "Anonymous responses" msgstr "" #: frappe/public/js/frappe/request.js:186 @@ -2099,7 +2124,7 @@ msgstr "" msgid "App not found for module: {0}" msgstr "" -#: frappe/__init__.py:1761 +#: frappe/__init__.py:1767 msgid "App {0} is not installed" msgstr "" @@ -2162,7 +2187,7 @@ msgstr "" msgid "Apply" msgstr "" -#: frappe/public/js/frappe/list/list_view.js:1880 +#: frappe/public/js/frappe/list/list_view.js:1888 msgctxt "Button in list view actions menu" msgid "Apply Assignment Rule" msgstr "" @@ -2261,7 +2286,7 @@ msgstr "" msgid "Archived Columns" msgstr "" -#: frappe/public/js/frappe/form/grid.js:281 +#: frappe/public/js/frappe/form/grid.js:269 msgid "Are you sure you want to delete all rows?" msgstr "" @@ -2368,7 +2393,7 @@ msgstr "" msgid "Assign To" msgstr "" -#: frappe/public/js/frappe/list/list_view.js:1841 +#: frappe/public/js/frappe/list/list_view.js:1849 msgctxt "Button in list view actions menu" msgid "Assign To" msgstr "" @@ -2475,8 +2500,8 @@ msgstr "" msgid "Assignment Rule User" msgstr "" -#: frappe/automation/doctype/assignment_rule/assignment_rule.py:54 -msgid "Assignment Rule is not allowed on {0} document type" +#: frappe/automation/doctype/assignment_rule/assignment_rule.py:55 +msgid "Assignment Rule is not allowed on document type {0}" msgstr "" #. Label of a Section Break field in DocType 'Assignment Rule' @@ -2774,11 +2799,11 @@ msgstr "" msgid "Auto Repeat Day" msgstr "" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:159 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:163 msgid "Auto Repeat Day{0} {1} has been repeated." msgstr "" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:437 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:441 msgid "Auto Repeat Document Creation Failed" msgstr "" @@ -2790,7 +2815,7 @@ msgstr "" msgid "Auto Repeat created for this document" msgstr "" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:440 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:444 msgid "Auto Repeat failed for {0}" msgstr "" @@ -2804,7 +2829,7 @@ msgstr "" msgid "Auto Reply Message" msgstr "" -#: frappe/automation/doctype/assignment_rule/assignment_rule.py:175 +#: frappe/automation/doctype/assignment_rule/assignment_rule.py:177 msgid "Auto assignment failed: {0}" msgstr "" @@ -3219,6 +3244,11 @@ msgstr "" msgid "Basic Info" msgstr "" +#: frappe/public/js/frappe/ui/filters/filter.js:60 +#: frappe/public/js/frappe/ui/filters/filter.js:66 +msgid "Before" +msgstr "" + #. Option for the 'DocType Event' (Select) field in DocType 'Server Script' #: frappe/core/doctype/server_script/server_script.json msgid "Before Cancel" @@ -3574,7 +3604,7 @@ msgstr "" msgid "Bulk Edit" msgstr "" -#: frappe/public/js/frappe/form/grid.js:1161 +#: frappe/public/js/frappe/form/grid.js:1155 msgid "Bulk Edit {0}" msgstr "" @@ -3756,7 +3786,7 @@ msgstr "" msgid "Cache Cleared" msgstr "" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:170 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:181 msgid "Calculate" msgstr "" @@ -3886,7 +3916,7 @@ msgstr "" msgid "Cancel" msgstr "" -#: frappe/public/js/frappe/list/list_view.js:1950 +#: frappe/public/js/frappe/list/list_view.js:1958 msgctxt "Button in list view actions menu" msgid "Cancel" msgstr "" @@ -3908,7 +3938,7 @@ msgstr "" msgid "Cancel Scheduling" msgstr "" -#: frappe/public/js/frappe/list/list_view.js:1955 +#: frappe/public/js/frappe/list/list_view.js:1963 msgctxt "Title of confirmation dialog" msgid "Cancel {0} documents?" msgstr "" @@ -3924,7 +3954,7 @@ msgstr "" #: frappe/desk/form/save.py:59 #: frappe/integrations/doctype/integration_request/integration_request.json #: frappe/public/js/frappe/model/indicator.js:78 -#: frappe/public/js/frappe/ui/filters/filter.js:500 +#: frappe/public/js/frappe/ui/filters/filter.js:532 msgid "Cancelled" msgstr "" @@ -4001,7 +4031,7 @@ msgstr "" msgid "Cannot create a {0} against a child document: {1}" msgstr "" -#: frappe/desk/doctype/workspace/workspace.py:254 +#: frappe/desk/doctype/workspace/workspace.py:258 msgid "Cannot create private workspace of other users" msgstr "" @@ -4013,11 +4043,11 @@ msgstr "" msgid "Cannot delete or cancel because {0} {1} is linked with {2} {3} {4}" msgstr "" -#: frappe/desk/doctype/workspace/workspace.py:420 +#: frappe/desk/doctype/workspace/workspace.py:424 msgid "Cannot delete private workspace of other users" msgstr "" -#: frappe/desk/doctype/workspace/workspace.py:413 +#: frappe/desk/doctype/workspace/workspace.py:417 msgid "Cannot delete public workspace without Workspace Manager role" msgstr "" @@ -4141,7 +4171,7 @@ msgstr "" msgid "Cannot submit {0}." msgstr "" -#: frappe/desk/doctype/workspace/workspace.py:354 +#: frappe/desk/doctype/workspace/workspace.py:358 msgid "Cannot update private workspace of other users" msgstr "" @@ -4211,7 +4241,7 @@ msgstr "" msgid "Category Name" msgstr "" -#: frappe/utils/data.py:1321 +#: frappe/utils/data.py:1335 msgid "Cent" msgstr "" @@ -4380,7 +4410,7 @@ msgstr "" msgid "Check columns to select, drag to set order." msgstr "" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:443 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:447 msgid "Check the Error Log for more information: {0}" msgstr "" @@ -4491,7 +4521,7 @@ msgstr "" msgid "Clear & Add template" msgstr "" -#: frappe/public/js/frappe/list/list_view.js:1856 +#: frappe/public/js/frappe/list/list_view.js:1864 msgctxt "Button in list view actions menu" msgid "Clear Assignment" msgstr "" @@ -4537,7 +4567,7 @@ msgstr "" msgid "Click here to post bugs and suggestions" msgstr "" -#: frappe/email/doctype/newsletter/newsletter.py:335 +#: frappe/email/doctype/newsletter/newsletter.py:338 msgid "Click here to verify" msgstr "" @@ -4649,13 +4679,11 @@ msgstr "" #. Label of a shortcut in the Build Workspace #. Name of a DocType #. Label of a Code field in DocType 'DocType Layout' -#. Label of a Code field in DocType 'Web Form' #: frappe/core/doctype/doctype/doctype.json #: frappe/core/doctype/module_def/module_def.json #: frappe/core/workspace/build/build.json #: frappe/custom/doctype/client_script/client_script.json #: frappe/custom/doctype/doctype_layout/doctype_layout.json -#: frappe/website/doctype/web_form/web_form.json #: frappe/website/doctype/web_page/web_page.js:103 msgid "Client Script" msgstr "" @@ -4674,6 +4702,11 @@ msgstr "" msgid "Client URLs" msgstr "" +#. Label of a Code field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Client script" +msgstr "" + #: frappe/core/doctype/communication/communication.js:39 #: frappe/desk/doctype/todo/todo.js:23 #: frappe/public/js/frappe/ui/messages.js:245 @@ -4739,7 +4772,7 @@ msgctxt "Shrink code field." msgid "Collapse" msgstr "" -#: frappe/public/js/frappe/views/reports/query_report.js:1966 +#: frappe/public/js/frappe/views/reports/query_report.js:1973 #: frappe/public/js/frappe/views/treeview.js:110 msgid "Collapse All" msgstr "" @@ -5038,7 +5071,7 @@ msgstr "" msgid "Complete By" msgstr "" -#: frappe/core/doctype/user/user.py:462 +#: frappe/core/doctype/user/user.py:413 #: frappe/templates/emails/new_user.html:10 msgid "Complete Registration" msgstr "" @@ -5104,14 +5137,14 @@ msgstr "" msgid "Condition" msgstr "" -#. Label of a HTML field in DocType 'Web Form' +#. Label of a JSON field in DocType 'Web Form' #: frappe/website/doctype/web_form/web_form.json -msgid "Condition Description" +msgid "Condition JSON" msgstr "" -#. Label of a JSON field in DocType 'Web Form' +#. Label of a HTML field in DocType 'Web Form' #: frappe/website/doctype/web_form/web_form.json -msgid "Condition JSON" +msgid "Condition description" msgstr "" #. Label of a Table field in DocType 'Document Naming Rule' @@ -5168,6 +5201,10 @@ msgctxt "Title of confirmation dialog" msgid "Confirm" msgstr "" +#: frappe/integrations/oauth2.py:118 +msgid "Confirm Access" +msgstr "" + #: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:92 #: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:100 msgid "Confirm Deletion of Account" @@ -5186,7 +5223,7 @@ msgstr "" msgid "Confirm Request" msgstr "" -#: frappe/email/doctype/newsletter/newsletter.py:330 +#: frappe/email/doctype/newsletter/newsletter.py:333 msgid "Confirm Your Email" msgstr "" @@ -5195,7 +5232,7 @@ msgstr "" msgid "Confirmation Email Template" msgstr "" -#: frappe/email/doctype/newsletter/newsletter.py:379 +#: frappe/email/doctype/newsletter/newsletter.py:382 #: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:393 msgid "Confirmed" msgstr "" @@ -5632,12 +5669,12 @@ msgstr "" msgid "Create a new ..." msgstr "" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:145 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:156 msgid "Create a new record" msgstr "" -#: frappe/public/js/frappe/form/controls/link.js:302 -#: frappe/public/js/frappe/form/controls/link.js:304 +#: frappe/public/js/frappe/form/controls/link.js:303 +#: frappe/public/js/frappe/form/controls/link.js:305 #: frappe/public/js/frappe/form/link_selector.js:139 #: frappe/public/js/frappe/list/list_view.js:475 #: frappe/public/js/frappe/web_form/web_form_list.js:225 @@ -5757,6 +5794,7 @@ msgstr "" #. Option for the 'Type' (Select) field in DocType 'DocField' #. Option for the 'Fieldtype' (Select) field in DocType 'Report Column' #. Option for the 'Fieldtype' (Select) field in DocType 'Report Filter' +#. Label of a Link field in DocType 'System Settings' #. Option for the 'Field Type' (Select) field in DocType 'Custom Field' #. Option for the 'Type' (Select) field in DocType 'Customize Form Field' #. Name of a DocType @@ -5764,6 +5802,7 @@ msgstr "" #: frappe/core/doctype/docfield/docfield.json #: frappe/core/doctype/report_column/report_column.json #: frappe/core/doctype/report_filter/report_filter.json +#: frappe/core/doctype/system_settings/system_settings.json #: frappe/custom/doctype/custom_field/custom_field.json #: frappe/custom/doctype/customize_form_field/customize_form_field.json #: frappe/desk/page/setup_wizard/setup_wizard.js:403 @@ -6637,6 +6676,11 @@ msgstr "" msgid "Default Workspace" msgstr "" +#. Description of the 'Currency' (Link) field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Default display currency" +msgstr "" + #: frappe/core/doctype/doctype/doctype.py:1338 msgid "Default for 'Check' type of field {0} must be either '0' or '1'" msgstr "" @@ -6703,7 +6747,7 @@ msgstr "" msgid "Delete" msgstr "" -#: frappe/public/js/frappe/list/list_view.js:1918 +#: frappe/public/js/frappe/list/list_view.js:1926 msgctxt "Button in list view actions menu" msgid "Delete" msgstr "" @@ -6785,12 +6829,12 @@ msgstr "" msgid "Delete this record to allow sending to this email address" msgstr "" -#: frappe/public/js/frappe/list/list_view.js:1923 +#: frappe/public/js/frappe/list/list_view.js:1931 msgctxt "Title of confirmation dialog" msgid "Delete {0} item permanently?" msgstr "" -#: frappe/public/js/frappe/list/list_view.js:1929 +#: frappe/public/js/frappe/list/list_view.js:1937 msgctxt "Title of confirmation dialog" msgid "Delete {0} items permanently?" msgstr "" @@ -7228,7 +7272,7 @@ msgstr "" msgid "Do not create new user if user with email does not exist in the system" msgstr "" -#: frappe/public/js/frappe/form/grid.js:1166 +#: frappe/public/js/frappe/form/grid.js:1160 msgid "Do not edit headers which are preset in the template" msgstr "" @@ -7358,10 +7402,6 @@ msgstr "" msgid "DocType Link" msgstr "" -#: frappe/core/doctype/doctype/doctype_list.js:10 -msgid "DocType Name" -msgstr "" - #. Name of a DocType #. Option for the 'Applied On' (Select) field in DocType 'Property Setter' #: frappe/core/doctype/doctype_state/doctype_state.json @@ -7735,7 +7775,7 @@ msgstr "" msgid "Document {0} Already Restored" msgstr "" -#: frappe/workflow/doctype/workflow_action/workflow_action.py:198 +#: frappe/workflow/doctype/workflow_action/workflow_action.py:199 msgid "Document {0} has been set to state {1} by {2}" msgstr "" @@ -7900,7 +7940,7 @@ msgid "Dr" msgstr "" #: frappe/public/js/frappe/model/indicator.js:73 -#: frappe/public/js/frappe/ui/filters/filter.js:498 +#: frappe/public/js/frappe/ui/filters/filter.js:530 msgid "Draft" msgstr "" @@ -8094,7 +8134,7 @@ msgstr "" #: frappe/public/js/frappe/form/templates/contact_list.html:7 #: frappe/public/js/frappe/form/toolbar.js:660 #: frappe/public/js/frappe/views/reports/query_report.js:814 -#: frappe/public/js/frappe/views/reports/query_report.js:1636 +#: frappe/public/js/frappe/views/reports/query_report.js:1643 #: frappe/public/js/frappe/views/workspace/workspace.js:98 #: frappe/public/js/frappe/views/workspace/workspace.js:847 #: frappe/public/js/frappe/widgets/base_widget.js:64 @@ -8107,7 +8147,7 @@ msgstr "" msgid "Edit" msgstr "" -#: frappe/public/js/frappe/list/list_view.js:2004 +#: frappe/public/js/frappe/list/list_view.js:2012 msgctxt "Button in list view actions menu" msgid "Edit" msgstr "" @@ -8280,7 +8320,7 @@ msgstr "" #: frappe/core/doctype/communication/communication.json #: frappe/core/doctype/custom_docperm/custom_docperm.json #: frappe/core/doctype/docperm/docperm.json -#: frappe/core/doctype/success_action/success_action.js:57 +#: frappe/core/doctype/success_action/success_action.js:59 #: frappe/core/doctype/system_settings/system_settings.json #: frappe/core/doctype/user/user.json #: frappe/core/doctype/user_document_type/user_document_type.json @@ -8327,7 +8367,7 @@ msgstr "" msgid "Email Account Name" msgstr "" -#: frappe/core/doctype/user/user.py:738 +#: frappe/core/doctype/user/user.py:680 msgid "Email Account added multiple times" msgstr "" @@ -8399,6 +8439,7 @@ msgstr "" #. Label of a Data field in DocType 'Contact Email' #. Label of a Data field in DocType 'User Email' #. Label of a Data field in DocType 'Email Rule' +#: frappe/contacts/doctype/contact/contact.py:130 #: frappe/contacts/doctype/contact_email/contact_email.json #: frappe/core/doctype/user_email/user_email.json #: frappe/email/doctype/email_rule/email_rule.json @@ -8825,6 +8866,7 @@ msgstr "" #. Label of a Date field in DocType 'Auto Repeat' #. Label of a Datetime field in DocType 'Web Page' #: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:140 #: frappe/public/js/frappe/utils/common.js:416 #: frappe/website/doctype/web_page/web_page.json msgid "End Date" @@ -9226,7 +9268,7 @@ msgstr "" msgid "Executing..." msgstr "" -#: frappe/public/js/frappe/views/reports/query_report.js:1980 +#: frappe/public/js/frappe/views/reports/query_report.js:1987 msgid "Execution Time: {0} sec" msgstr "" @@ -9244,7 +9286,7 @@ msgctxt "Enlarge code field." msgid "Expand" msgstr "" -#: frappe/public/js/frappe/views/reports/query_report.js:1966 +#: frappe/public/js/frappe/views/reports/query_report.js:1973 #: frappe/public/js/frappe/views/treeview.js:114 msgid "Expand All" msgstr "" @@ -9299,12 +9341,12 @@ msgstr "" #: frappe/core/doctype/recorder/recorder_list.js:37 #: frappe/public/js/frappe/data_import/data_exporter.js:92 #: frappe/public/js/frappe/data_import/data_exporter.js:243 -#: frappe/public/js/frappe/views/reports/query_report.js:1671 +#: frappe/public/js/frappe/views/reports/query_report.js:1678 #: frappe/public/js/frappe/views/reports/report_view.js:1551 msgid "Export" msgstr "" -#: frappe/public/js/frappe/list/list_view.js:2026 +#: frappe/public/js/frappe/list/list_view.js:2034 msgctxt "Button in list view actions menu" msgid "Export" msgstr "" @@ -9483,7 +9525,7 @@ msgstr "" msgid "Failed to connect to server" msgstr "" -#: frappe/auth.py:670 +#: frappe/auth.py:676 msgid "Failed to decode token, please provide a valid base64-encoded token." msgstr "" @@ -9638,7 +9680,7 @@ msgstr "" #: frappe/public/js/frappe/list/bulk_operations.js:327 #: frappe/public/js/frappe/list/list_view_permission_restrictions.html:3 #: frappe/public/js/frappe/views/reports/query_report.js:236 -#: frappe/public/js/frappe/views/reports/query_report.js:1725 +#: frappe/public/js/frappe/views/reports/query_report.js:1732 #: frappe/website/doctype/web_form_field/web_form_field.json #: frappe/website/doctype/web_form_list_column/web_form_list_column.json msgid "Field" @@ -9714,7 +9756,7 @@ msgstr "" msgid "Field type cannot be changed for {0}" msgstr "" -#: frappe/database/database.py:841 +#: frappe/database/database.py:843 msgid "Field {0} does not exist on {1}" msgstr "" @@ -9983,11 +10025,11 @@ msgstr "" msgid "Filter Values" msgstr "" -#: frappe/utils/data.py:1781 +#: frappe/utils/data.py:1795 msgid "Filter must be a tuple or list (in a list)" msgstr "" -#: frappe/utils/data.py:1789 +#: frappe/utils/data.py:1803 msgid "Filter must have 4 values (doctype, fieldname, operator, value): {0}" msgstr "" @@ -10052,7 +10094,7 @@ msgstr "" msgid "Filters Section" msgstr "" -#: frappe/public/js/frappe/form/controls/link.js:501 +#: frappe/public/js/frappe/form/controls/link.js:502 msgid "Filters applied for {0}" msgstr "" @@ -10077,8 +10119,8 @@ msgstr "" msgid "Find '{0}' in ..." msgstr "" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:316 -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:317 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:327 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:328 #: frappe/public/js/frappe/ui/toolbar/search_utils.js:141 #: frappe/public/js/frappe/ui/toolbar/search_utils.js:144 msgid "Find {0} in {1}" @@ -10209,7 +10251,7 @@ msgstr "" msgid "Following Report Filters have missing values:" msgstr "" -#: frappe/website/doctype/web_form/web_form.py:107 +#: frappe/website/doctype/web_form/web_form.py:108 msgid "Following fields are missing:" msgstr "" @@ -10381,7 +10423,7 @@ msgstr "" msgid "For Value" msgstr "" -#: frappe/public/js/frappe/views/reports/query_report.js:1977 +#: frappe/public/js/frappe/views/reports/query_report.js:1984 #: frappe/public/js/frappe/views/reports/report_view.js:96 msgid "For comparison, use >5, <10 or =324. For ranges, use 5:10 (for values between 5 & 10)." msgstr "" @@ -10399,7 +10441,7 @@ msgstr "" msgid "For example: {} Open" msgstr "" -#. Description of the 'Client Script' (Code) field in DocType 'Web Form' +#. Description of the 'Client script' (Code) field in DocType 'Web Form' #: frappe/website/doctype/web_form/web_form.json msgid "For help see Client Script API and Examples" msgstr "" @@ -10495,8 +10537,10 @@ msgstr "" #. Label of a Section Break field in DocType 'DocType' #. Label of a Section Break field in DocType 'User' #. Label of a Section Break field in DocType 'Customize Form' +#. Label of a Section Break field in DocType 'Web Form' #: frappe/core/doctype/doctype/doctype.json frappe/core/doctype/user/user.json #: frappe/custom/doctype/customize_form/customize_form.json +#: frappe/website/doctype/web_form/web_form.json msgid "Form Settings" msgstr "" @@ -10633,7 +10677,7 @@ msgstr "" msgid "From Date Field" msgstr "" -#: frappe/public/js/frappe/views/reports/query_report.js:1691 +#: frappe/public/js/frappe/views/reports/query_report.js:1698 msgid "From Document Type" msgstr "" @@ -10692,7 +10736,7 @@ msgstr "" msgid "Function Based On" msgstr "" -#: frappe/__init__.py:905 +#: frappe/__init__.py:911 msgid "Function {0} is not whitelisted." msgstr "" @@ -10766,7 +10810,7 @@ msgstr "" msgid "Generate New Report" msgstr "" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:357 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:368 msgid "Generate Random Password" msgstr "" @@ -11131,6 +11175,14 @@ msgstr "" msgid "Gray" msgstr "" +#: frappe/public/js/frappe/ui/filters/filter.js:23 +msgid "Greater Than" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:25 +msgid "Greater Than Or Equal To" +msgstr "" + #. Option for the 'Color' (Select) field in DocType 'DocType State' #. Option for the 'Indicator' (Select) field in DocType 'Kanban Board Column' #: frappe/core/doctype/doctype_state/doctype_state.json @@ -11423,7 +11475,7 @@ msgstr "" msgid "Help HTML" msgstr "" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:138 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:149 msgid "Help on Search" msgstr "" @@ -11861,6 +11913,11 @@ msgstr "" msgid "If enabled, user can login from any IP Address using Two Factor Auth, this can also be set for all users in System Settings" msgstr "" +#. Description of the 'Anonymous responses' (Check) field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "If enabled, all responses on the web form will be submitted anonymously" +msgstr "" + #. Description of the 'Bypass restricted IP Address check If Two Factor Auth #. Enabled' (Check) field in DocType 'System Settings' #: frappe/core/doctype/system_settings/system_settings.json @@ -12318,7 +12375,7 @@ msgstr "" msgid "In Progress" msgstr "" -#: frappe/database/database.py:243 +#: frappe/database/database.py:245 msgid "In Read Only Mode" msgstr "" @@ -12393,11 +12450,11 @@ msgstr "" msgid "Include Web View Link in Email" msgstr "" -#: frappe/public/js/frappe/views/reports/query_report.js:1510 +#: frappe/public/js/frappe/views/reports/query_report.js:1515 msgid "Include filters" msgstr "" -#: frappe/public/js/frappe/views/reports/query_report.js:1502 +#: frappe/public/js/frappe/views/reports/query_report.js:1507 msgid "Include indentation" msgstr "" @@ -12435,7 +12492,7 @@ msgstr "" msgid "Incomplete Virtual Doctype Implementation" msgstr "" -#: frappe/auth.py:233 +#: frappe/auth.py:239 msgid "Incomplete login details" msgstr "" @@ -12543,7 +12600,7 @@ msgstr "" #. Label of a Select field in DocType 'Custom Field' #: frappe/custom/doctype/custom_field/custom_field.json -#: frappe/public/js/frappe/views/reports/query_report.js:1731 +#: frappe/public/js/frappe/views/reports/query_report.js:1738 msgid "Insert After" msgstr "" @@ -12736,7 +12793,7 @@ msgid "Invalid" msgstr "" #: frappe/public/js/form_builder/utils.js:221 -#: frappe/public/js/frappe/form/grid_row.js:770 +#: frappe/public/js/frappe/form/grid_row.js:769 #: frappe/public/js/frappe/form/layout.js:785 msgid "Invalid \"depends_on\" expression" msgstr "" @@ -12765,7 +12822,7 @@ msgstr "" msgid "Invalid Credentials" msgstr "" -#: frappe/utils/data.py:103 frappe/utils/data.py:253 +#: frappe/utils/data.py:104 frappe/utils/data.py:254 msgid "Invalid Date" msgstr "" @@ -12838,7 +12895,7 @@ msgstr "" msgid "Invalid Parameters." msgstr "" -#: frappe/core/doctype/user/user.py:1229 frappe/www/update-password.html:121 +#: frappe/core/doctype/user/user.py:1171 frappe/www/update-password.html:121 #: frappe/www/update-password.html:142 frappe/www/update-password.html:144 #: frappe/www/update-password.html:245 msgid "Invalid Password" @@ -12848,7 +12905,7 @@ msgstr "" msgid "Invalid Phone Number" msgstr "" -#: frappe/auth.py:94 frappe/utils/oauth.py:185 frappe/utils/oauth.py:192 +#: frappe/auth.py:96 frappe/utils/oauth.py:185 frappe/utils/oauth.py:192 #: frappe/www/login.py:118 msgid "Invalid Request" msgstr "" @@ -12900,7 +12957,7 @@ msgstr "" msgid "Invalid expression set in filter {0} ({1})" msgstr "" -#: frappe/utils/data.py:1888 +#: frappe/utils/data.py:1902 msgid "Invalid field name {0}" msgstr "" @@ -12926,7 +12983,7 @@ msgstr "" msgid "Invalid json added in the custom options: {0}" msgstr "" -#: frappe/model/naming.py:465 +#: frappe/model/naming.py:464 msgid "Invalid name type (integer) for varchar name column" msgstr "" @@ -13908,6 +13965,14 @@ msgstr "" msgid "Less" msgstr "" +#: frappe/public/js/frappe/ui/filters/filter.js:24 +msgid "Less Than" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:26 +msgid "Less Than Or Equal To" +msgstr "" + #: frappe/public/js/frappe/widgets/onboarding_widget.js:439 msgid "Let us continue with the onboarding" msgstr "" @@ -14146,7 +14211,7 @@ msgid "Link Document Type" msgstr "" #: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:402 -#: frappe/workflow/doctype/workflow_action/workflow_action.py:197 +#: frappe/workflow/doctype/workflow_action/workflow_action.py:198 msgid "Link Expired" msgstr "" @@ -14281,11 +14346,6 @@ msgstr "" msgid "List Filter" msgstr "" -#. Label of a HTML field in DocType 'Web Form' -#: frappe/website/doctype/web_form/web_form.json -msgid "List Setting Message" -msgstr "" - #. Label of a Section Break field in DocType 'User' #. Label of a Section Break field in DocType 'Customize Form' #. Label of a Section Break field in DocType 'Web Form' @@ -14309,7 +14369,7 @@ msgstr "" msgid "List View Settings" msgstr "" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:150 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:161 msgid "List a document type" msgstr "" @@ -14325,6 +14385,11 @@ msgstr "" msgid "List of patches executed" msgstr "" +#. Label of a HTML field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "List setting message" +msgstr "" + #: frappe/public/js/frappe/ui/toolbar/search_utils.js:542 msgid "Lists" msgstr "" @@ -14482,11 +14547,6 @@ msgstr "" msgid "Login Page" msgstr "" -#. Label of a Check field in DocType 'Web Form' -#: frappe/website/doctype/web_form/web_form.json -msgid "Login Required" -msgstr "" - #: frappe/www/login.py:142 msgid "Login To {0}" msgstr "" @@ -14507,10 +14567,15 @@ msgstr "" msgid "Login link sent to your email" msgstr "" -#: frappe/auth.py:319 frappe/auth.py:322 +#: frappe/auth.py:325 frappe/auth.py:328 msgid "Login not allowed at this time" msgstr "" +#. Label of a Check field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Login required" +msgstr "" + #: frappe/twofactor.py:165 msgid "Login session expired, refresh page to retry" msgstr "" @@ -14549,7 +14614,7 @@ msgstr "" msgid "Login with email link expiry (in minutes)" msgstr "" -#: frappe/auth.py:130 +#: frappe/auth.py:132 msgid "Login with username and password is not allowed." msgstr "" @@ -14742,7 +14807,7 @@ msgstr "" msgid "Mandatory Depends On (JS)" msgstr "" -#: frappe/website/doctype/web_form/web_form.py:410 +#: frappe/website/doctype/web_form/web_form.py:411 msgid "Mandatory Information missing:" msgstr "" @@ -14883,11 +14948,6 @@ msgstr "" msgid "Max 500 records at a time" msgstr "" -#. Label of a Int field in DocType 'Web Form' -#: frappe/website/doctype/web_form/web_form.json -msgid "Max Attachment Size (in MB)" -msgstr "" - #. Label of a Int field in DocType 'DocType' #. Label of a Int field in DocType 'Customize Form' #: frappe/core/doctype/doctype/doctype.json @@ -14915,6 +14975,11 @@ msgstr "" msgid "Max Value" msgstr "" +#. Label of a Int field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Max attachment size" +msgstr "" + #. Label of a Int field in DocType 'System Settings' #: frappe/core/doctype/system_settings/system_settings.json msgid "Max auto email report per user" @@ -15052,7 +15117,7 @@ msgstr "" msgid "Message" msgstr "" -#: frappe/__init__.py:589 frappe/public/js/frappe/ui/messages.js:267 +#: frappe/__init__.py:595 frappe/public/js/frappe/ui/messages.js:267 msgctxt "Default title of the message dialog" msgid "Message" msgstr "" @@ -15105,7 +15170,7 @@ msgstr "" msgid "Message not setup" msgstr "" -#. Description of the 'Success Message' (Text) field in DocType 'Web Form' +#. Description of the 'Success message' (Text) field in DocType 'Web Form' #: frappe/website/doctype/web_form/web_form.json msgid "Message to be displayed on successful completion" msgstr "" @@ -15126,17 +15191,13 @@ msgid "Meta" msgstr "" #. Label of a Small Text field in DocType 'Blog Post' -#. Label of a Small Text field in DocType 'Web Form' #: frappe/website/doctype/blog_post/blog_post.json -#: frappe/website/doctype/web_form/web_form.json #: frappe/website/doctype/web_page/web_page.js:124 msgid "Meta Description" msgstr "" #. Label of a Attach Image field in DocType 'Blog Post' -#. Label of a Attach Image field in DocType 'Web Form' #: frappe/website/doctype/blog_post/blog_post.json -#: frappe/website/doctype/web_form/web_form.json #: frappe/website/doctype/web_page/web_page.js:131 msgid "Meta Image" msgstr "" @@ -15151,13 +15212,26 @@ msgid "Meta Tags" msgstr "" #. Label of a Data field in DocType 'Blog Post' -#. Label of a Data field in DocType 'Web Form' #: frappe/website/doctype/blog_post/blog_post.json -#: frappe/website/doctype/web_form/web_form.json #: frappe/website/doctype/web_page/web_page.js:117 msgid "Meta Title" msgstr "" +#. Label of a Small Text field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Meta description" +msgstr "" + +#. Label of a Attach Image field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Meta image" +msgstr "" + +#. Label of a Data field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Meta title" +msgstr "" + #: frappe/website/doctype/web_page/web_page.js:110 msgid "Meta title for SEO" msgstr "" @@ -15177,7 +15251,7 @@ msgstr "" msgid "Method" msgstr "" -#: frappe/__init__.py:907 +#: frappe/__init__.py:913 msgid "Method Not Allowed" msgstr "" @@ -15618,7 +15692,7 @@ msgstr "" msgid "Must be of type \"Attach Image\"" msgstr "" -#: frappe/desk/query_report.py:203 +#: frappe/desk/query_report.py:204 msgid "Must have report permission to access this report." msgstr "" @@ -15636,7 +15710,7 @@ msgid "Mx" msgstr "" #: frappe/templates/includes/web_sidebar.html:41 -#: frappe/website/doctype/web_form/web_form.py:399 +#: frappe/website/doctype/web_form/web_form.py:400 #: frappe/website/doctype/website_settings/website_settings.py:181 #: frappe/www/list.py:20 frappe/www/me.html:4 frappe/www/me.html:8 #: frappe/www/update_password.py:10 @@ -15679,6 +15753,7 @@ msgstr "" #. Label of a Data field in DocType 'Workspace' #. Label of a Data field in DocType 'Slack Webhook URL' #: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/doctype/doctype_list.js:10 #: frappe/custom/doctype/customize_form_field/customize_form_field.json #: frappe/desk/doctype/workspace/workspace.json #: frappe/integrations/doctype/slack_webhook_url/slack_webhook_url.json @@ -15698,7 +15773,7 @@ msgstr "" msgid "Name already taken, please set a new name" msgstr "" -#: frappe/model/naming.py:479 +#: frappe/model/naming.py:478 msgid "Name cannot contain special characters like {0}" msgstr "" @@ -15710,7 +15785,7 @@ msgstr "" msgid "Name of the new Print Format" msgstr "" -#: frappe/model/naming.py:474 +#: frappe/model/naming.py:473 msgid "Name of {0} cannot be {1}" msgstr "" @@ -15813,11 +15888,11 @@ msgstr "" msgid "Navigation Settings" msgstr "" -#: frappe/desk/doctype/workspace/workspace.py:306 +#: frappe/desk/doctype/workspace/workspace.py:310 msgid "Need Workspace Manager role to edit private workspace of other users" msgstr "" -#: frappe/desk/doctype/workspace/workspace.py:350 +#: frappe/desk/doctype/workspace/workspace.py:354 msgid "Need Workspace Manager role to hide/unhide public workspaces" msgstr "" @@ -15838,7 +15913,7 @@ msgstr "" #. Option for the 'Send Alert On' (Select) field in DocType 'Notification' #. Option for the 'For Document Event' (Select) field in DocType 'Energy Point #. Rule' -#: frappe/core/doctype/success_action/success_action.js:55 +#: frappe/core/doctype/success_action/success_action.js:57 #: frappe/core/page/dashboard_view/dashboard_view.js:173 #: frappe/desk/doctype/todo/todo.js:46 #: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json @@ -15990,7 +16065,7 @@ msgstr "" #: frappe/public/js/frappe/ui/toolbar/search_utils.js:218 #: frappe/public/js/frappe/views/breadcrumbs.js:192 #: frappe/public/js/frappe/views/treeview.js:332 -#: frappe/website/doctype/web_form/web_form.py:308 +#: frappe/website/doctype/web_form/web_form.py:309 msgid "New {0}" msgstr "" @@ -16006,7 +16081,7 @@ msgstr "" msgid "New {0} {1} created" msgstr "" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:374 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:378 msgid "New {0}: {1}" msgstr "" @@ -16014,7 +16089,7 @@ msgstr "" msgid "New {} releases for the following apps are available" msgstr "" -#: frappe/core/doctype/user/user.py:805 +#: frappe/core/doctype/user/user.py:747 msgid "Newly created user {0} has no roles enabled." msgstr "" @@ -16056,7 +16131,7 @@ msgstr "" msgid "Newsletter should have atleast one recipient" msgstr "" -#: frappe/email/doctype/newsletter/newsletter.py:390 +#: frappe/email/doctype/newsletter/newsletter.py:393 msgid "Newsletters" msgstr "" @@ -16143,14 +16218,14 @@ msgstr "" #: frappe/integrations/doctype/webhook/webhook.py:140 #: frappe/printing/doctype/print_format/print_format.json #: frappe/public/js/form_builder/utils.js:341 -#: frappe/public/js/frappe/form/controls/link.js:485 +#: frappe/public/js/frappe/form/controls/link.js:486 #: frappe/public/js/frappe/list/list_sidebar_group_by.js:223 -#: frappe/public/js/frappe/views/reports/query_report.js:1529 +#: frappe/public/js/frappe/views/reports/query_report.js:1534 #: frappe/website/doctype/help_article/templates/help_article.html:26 msgid "No" msgstr "" -#: frappe/public/js/frappe/ui/filters/filter.js:506 +#: frappe/public/js/frappe/ui/filters/filter.js:538 msgctxt "Checkbox is not checked" msgid "No" msgstr "" @@ -16249,7 +16324,7 @@ msgstr "" msgid "No Letterhead" msgstr "" -#: frappe/model/naming.py:456 +#: frappe/model/naming.py:455 msgid "No Name Specified for {0}" msgstr "" @@ -16297,7 +16372,7 @@ msgstr "" msgid "No Results found" msgstr "" -#: frappe/core/doctype/user/user.py:806 +#: frappe/core/doctype/user/user.py:748 msgid "No Roles Specified" msgstr "" @@ -16369,11 +16444,11 @@ msgstr "" msgid "No contacts added yet." msgstr "" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:427 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:431 msgid "No contacts linked to document" msgstr "" -#: frappe/desk/query_report.py:338 +#: frappe/desk/query_report.py:339 msgid "No data to export" msgstr "" @@ -16442,7 +16517,7 @@ msgstr "" msgid "No of Rows (Max 500)" msgstr "" -#: frappe/__init__.py:1096 frappe/client.py:109 frappe/client.py:151 +#: frappe/__init__.py:1102 frappe/client.py:109 frappe/client.py:151 msgid "No permission for {0}" msgstr "" @@ -16542,7 +16617,7 @@ msgstr "" msgid "Normalized Query" msgstr "" -#: frappe/core/doctype/user/user.py:1013 +#: frappe/core/doctype/user/user.py:955 #: frappe/templates/includes/login/login.js:258 frappe/utils/oauth.py:271 msgid "Not Allowed" msgstr "" @@ -16584,17 +16659,17 @@ msgstr "" msgid "Not Linked to any record" msgstr "" -#: frappe/__init__.py:989 frappe/app.py:357 frappe/desk/calendar.py:26 +#: frappe/__init__.py:995 frappe/app.py:357 frappe/desk/calendar.py:26 #: frappe/desk/treeview.py:19 frappe/geo/utils.py:97 #: frappe/public/js/frappe/web_form/webform_script.js:15 -#: frappe/website/doctype/web_form/web_form.py:601 +#: frappe/website/doctype/web_form/web_form.py:602 #: frappe/website/page_renderers/not_permitted_page.py:20 #: frappe/www/login.py:183 frappe/www/qrcode.py:22 frappe/www/qrcode.py:25 #: frappe/www/qrcode.py:37 msgid "Not Permitted" msgstr "" -#: frappe/desk/query_report.py:513 +#: frappe/desk/query_report.py:519 msgid "Not Permitted to read {0}" msgstr "" @@ -16630,7 +16705,7 @@ msgstr "" msgid "Not Set" msgstr "" -#: frappe/public/js/frappe/ui/filters/filter.js:568 +#: frappe/public/js/frappe/ui/filters/filter.js:600 msgctxt "Field value is not set" msgid "Not Set" msgstr "" @@ -16692,12 +16767,12 @@ msgid "Not in Developer Mode! Set in site_config.json or make 'Custom' DocType." msgstr "" #: frappe/api/v1.py:88 frappe/api/v1.py:93 -#: frappe/core/doctype/system_settings/system_settings.py:211 +#: frappe/core/doctype/system_settings/system_settings.py:212 #: frappe/handler.py:109 frappe/public/js/frappe/request.js:157 #: frappe/public/js/frappe/request.js:167 #: frappe/public/js/frappe/request.js:172 #: frappe/public/js/frappe/views/kanban/kanban_board.bundle.js:67 -#: frappe/website/doctype/web_form/web_form.py:614 +#: frappe/website/doctype/web_form/web_form.py:615 #: frappe/website/js/website.js:97 msgid "Not permitted" msgstr "" @@ -16708,7 +16783,7 @@ msgstr "" #. Label of a Link in the Tools Workspace #. Name of a DocType -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:396 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:400 #: frappe/automation/workspace/tools/tools.json #: frappe/desk/doctype/note/note.json msgid "Note" @@ -16949,7 +17024,7 @@ msgstr "" msgid "Number of attachment fields are more than {}, limit updated to {}." msgstr "" -#: frappe/core/doctype/system_settings/system_settings.py:164 +#: frappe/core/doctype/system_settings/system_settings.py:165 msgid "Number of backups must be greater than zero." msgstr "" @@ -17139,6 +17214,16 @@ msgstr "" msgid "On checking this option, URL will be treated like a jinja template string" msgstr "" +#: frappe/public/js/frappe/ui/filters/filter.js:63 +#: frappe/public/js/frappe/ui/filters/filter.js:69 +msgid "On or After" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:62 +#: frappe/public/js/frappe/ui/filters/filter.js:68 +msgid "On or Before" +msgstr "" + #: frappe/public/js/frappe/views/communication.js:951 msgid "On {0}, {1} wrote:" msgstr "" @@ -17363,7 +17448,7 @@ msgstr "" msgid "Open a dialog with mandatory fields to create a new record quickly" msgstr "" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:165 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:176 msgid "Open a module or tool" msgstr "" @@ -17413,7 +17498,7 @@ msgstr "" msgid "Operation" msgstr "" -#: frappe/utils/data.py:1824 +#: frappe/utils/data.py:1838 msgid "Operator must be one of {0}" msgstr "" @@ -17601,7 +17686,7 @@ msgstr "" #: frappe/printing/page/print/print.js:71 #: frappe/public/js/frappe/form/templates/print_layout.html:44 -#: frappe/public/js/frappe/views/reports/query_report.js:1656 +#: frappe/public/js/frappe/views/reports/query_report.js:1663 msgid "PDF" msgstr "" @@ -17955,11 +18040,11 @@ msgstr "" msgid "Password" msgstr "" -#: frappe/core/doctype/user/user.py:1076 +#: frappe/core/doctype/user/user.py:1018 msgid "Password Email Sent" msgstr "" -#: frappe/core/doctype/user/user.py:442 +#: frappe/core/doctype/user/user.py:393 msgid "Password Reset" msgstr "" @@ -17968,7 +18053,7 @@ msgstr "" msgid "Password Reset Link Generation Limit" msgstr "" -#: frappe/public/js/frappe/form/grid_row.js:812 +#: frappe/public/js/frappe/form/grid_row.js:811 msgid "Password cannot be filtered" msgstr "" @@ -17993,7 +18078,7 @@ msgstr "" msgid "Password not found for {0} {1} {2}" msgstr "" -#: frappe/core/doctype/user/user.py:1075 +#: frappe/core/doctype/user/user.py:1017 msgid "Password reset instructions have been sent to your email" msgstr "" @@ -18001,11 +18086,11 @@ msgstr "" msgid "Password set" msgstr "" -#: frappe/auth.py:236 +#: frappe/auth.py:242 msgid "Password size exceeded the maximum allowed size" msgstr "" -#: frappe/core/doctype/user/user.py:869 +#: frappe/core/doctype/user/user.py:811 msgid "Password size exceeded the maximum allowed size." msgstr "" @@ -18017,7 +18102,7 @@ msgstr "" msgid "Passwords do not match!" msgstr "" -#: frappe/email/doctype/newsletter/newsletter.py:156 +#: frappe/email/doctype/newsletter/newsletter.py:159 msgid "Past dates are not allowed for Scheduling." msgstr "" @@ -18366,7 +18451,7 @@ msgstr "" msgid "Please Update SMS Settings" msgstr "" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:570 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:574 msgid "Please add a subject to your email" msgstr "" @@ -18374,7 +18459,7 @@ msgstr "" msgid "Please add a valid comment." msgstr "" -#: frappe/core/doctype/user/user.py:1058 +#: frappe/core/doctype/user/user.py:1000 msgid "Please ask your administrator to verify your sign-up" msgstr "" @@ -18406,7 +18491,7 @@ msgstr "" msgid "Please check the value of \"Fetch From\" set for field {0}" msgstr "" -#: frappe/core/doctype/user/user.py:1056 +#: frappe/core/doctype/user/user.py:998 msgid "Please check your email for verification" msgstr "" @@ -18458,7 +18543,7 @@ msgstr "" msgid "Please duplicate this to make changes" msgstr "" -#: frappe/core/doctype/system_settings/system_settings.py:157 +#: frappe/core/doctype/system_settings/system_settings.py:158 msgid "Please enable atleast one Social Login Key or LDAP or Login With Email Link before disabling username/password based login." msgstr "" @@ -18541,7 +18626,7 @@ msgstr "" msgid "Please enter your old password." msgstr "" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:402 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:406 msgid "Please find attached {0}: {1}" msgstr "" @@ -18601,7 +18686,7 @@ msgstr "" msgid "Please select Entity Type first" msgstr "" -#: frappe/core/doctype/system_settings/system_settings.py:107 +#: frappe/core/doctype/system_settings/system_settings.py:108 msgid "Please select Minimum Password Score" msgstr "" @@ -18625,7 +18710,7 @@ msgstr "" msgid "Please select a valid csv file with data" msgstr "" -#: frappe/utils/data.py:253 +#: frappe/utils/data.py:254 msgid "Please select a valid date filter" msgstr "" @@ -18675,7 +18760,7 @@ msgstr "" msgid "Please set filters value in Report Filter table." msgstr "" -#: frappe/model/naming.py:549 +#: frappe/model/naming.py:548 msgid "Please set the document name" msgstr "" @@ -18687,7 +18772,7 @@ msgstr "" msgid "Please set the series to be used." msgstr "" -#: frappe/core/doctype/system_settings/system_settings.py:120 +#: frappe/core/doctype/system_settings/system_settings.py:121 msgid "Please setup SMS before setting it as an authentication method, via SMS Settings" msgstr "" @@ -18699,7 +18784,7 @@ msgstr "" msgid "Please setup default Email Account from Settings > Email Account" msgstr "" -#: frappe/core/doctype/user/user.py:393 +#: frappe/core/doctype/user/user.py:358 msgid "Please setup default outgoing Email Account from Settings > Email Account" msgstr "" @@ -18732,7 +18817,7 @@ msgstr "" msgid "Please use a valid LDAP search filter" msgstr "" -#: frappe/email/doctype/newsletter/newsletter.py:333 +#: frappe/email/doctype/newsletter/newsletter.py:336 msgid "Please verify your Email Address" msgstr "" @@ -18905,7 +18990,7 @@ msgstr "" msgid "Prepared Report User" msgstr "" -#: frappe/desk/query_report.py:301 +#: frappe/desk/query_report.py:302 msgid "Prepared report render failed" msgstr "" @@ -19037,7 +19122,7 @@ msgstr "" #. Label of a Check field in DocType 'User Document Type' #: frappe/core/doctype/custom_docperm/custom_docperm.json #: frappe/core/doctype/docperm/docperm.json -#: frappe/core/doctype/success_action/success_action.js:56 +#: frappe/core/doctype/success_action/success_action.js:58 #: frappe/core/doctype/user_document_type/user_document_type.json #: frappe/printing/page/print/print.js:65 #: frappe/public/js/frappe/form/success_action.js:81 @@ -19045,13 +19130,13 @@ msgstr "" #: frappe/public/js/frappe/form/toolbar.js:322 #: frappe/public/js/frappe/form/toolbar.js:334 #: frappe/public/js/frappe/list/bulk_operations.js:95 -#: frappe/public/js/frappe/views/reports/query_report.js:1642 +#: frappe/public/js/frappe/views/reports/query_report.js:1649 #: frappe/public/js/frappe/views/reports/report_view.js:1461 #: frappe/public/js/frappe/views/treeview.js:456 frappe/www/printview.html:18 msgid "Print" msgstr "" -#: frappe/public/js/frappe/list/list_view.js:1910 +#: frappe/public/js/frappe/list/list_view.js:1918 msgctxt "Button in list view actions menu" msgid "Print" msgstr "" @@ -19894,11 +19979,6 @@ msgstr "" msgid "Rebuilding of tree is not supported for {}" msgstr "" -#. Description of the 'Anonymous' (Check) field in DocType 'Web Form' -#: frappe/website/doctype/web_form/web_form.json -msgid "Receive anonymous response" -msgstr "" - #. Option for the 'Sent or Received' (Select) field in DocType 'Communication' #: frappe/core/doctype/communication/communication.json msgid "Received" @@ -20243,7 +20323,7 @@ msgstr "" #: frappe/public/js/frappe/form/form.js:1132 #: frappe/public/js/frappe/form/templates/print_layout.html:6 #: frappe/public/js/frappe/list/base_list.js:65 -#: frappe/public/js/frappe/views/reports/query_report.js:1631 +#: frappe/public/js/frappe/views/reports/query_report.js:1638 #: frappe/public/js/frappe/views/treeview.js:462 #: frappe/public/js/frappe/widgets/chart_widget.js:290 #: frappe/public/js/frappe/widgets/number_card_widget.js:324 @@ -20284,7 +20364,7 @@ msgstr "" msgid "Refreshing..." msgstr "" -#: frappe/core/doctype/user/user.py:1020 +#: frappe/core/doctype/user/user.py:962 msgid "Registered but disabled" msgstr "" @@ -20637,7 +20717,7 @@ msgstr "" #: frappe/core/doctype/report/report.json #: frappe/desk/doctype/dashboard_chart/dashboard_chart.json #: frappe/desk/doctype/number_card/number_card.json -#: frappe/public/js/frappe/views/reports/query_report.js:1812 +#: frappe/public/js/frappe/views/reports/query_report.js:1819 msgid "Report Name" msgstr "" @@ -20694,7 +20774,7 @@ msgstr "" msgid "Report timed out." msgstr "" -#: frappe/desk/query_report.py:568 +#: frappe/desk/query_report.py:574 msgid "Report updated successfully" msgstr "" @@ -20702,7 +20782,7 @@ msgstr "" msgid "Report was not saved (there were errors)" msgstr "" -#: frappe/public/js/frappe/views/reports/query_report.js:1850 +#: frappe/public/js/frappe/views/reports/query_report.js:1857 msgid "Report with more than 10 columns looks better in Landscape mode." msgstr "" @@ -20999,8 +21079,8 @@ msgctxt "Title of message showing restrictions in list view" msgid "Restrictions" msgstr "" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:345 -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:360 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:356 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:371 msgid "Result" msgstr "" @@ -21215,7 +21295,7 @@ msgstr "" msgid "Role and Level" msgstr "" -#: frappe/core/doctype/user/user.py:334 +#: frappe/core/doctype/user/user.py:299 msgid "Role has been set as per the user type {0}" msgstr "" @@ -21495,7 +21575,7 @@ msgid "SMS Settings" msgstr "" #: frappe/core/doctype/sms_settings/sms_settings.py:109 -msgid "SMS sent to following numbers: {0}" +msgid "SMS sent successfully" msgstr "" #: frappe/templates/includes/login/login.js:377 @@ -21617,7 +21697,7 @@ msgstr "" #: frappe/public/js/frappe/views/kanban/kanban_settings.js:45 #: frappe/public/js/frappe/views/kanban/kanban_settings.js:189 #: frappe/public/js/frappe/views/kanban/kanban_view.js:343 -#: frappe/public/js/frappe/views/reports/query_report.js:1804 +#: frappe/public/js/frappe/views/reports/query_report.js:1811 #: frappe/public/js/frappe/views/reports/report_view.js:1649 #: frappe/public/js/frappe/views/workspace/workspace.js:532 #: frappe/public/js/frappe/widgets/base_widget.js:142 @@ -21648,7 +21728,7 @@ msgstr "" msgid "Save Filter" msgstr "" -#: frappe/public/js/frappe/views/reports/query_report.js:1807 +#: frappe/public/js/frappe/views/reports/query_report.js:1814 msgid "Save Report" msgstr "" @@ -21910,7 +21990,7 @@ msgstr "" msgid "Search Fields" msgstr "" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:175 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:186 msgid "Search Help" msgstr "" @@ -21948,12 +22028,12 @@ msgstr "" msgid "Search for anything" msgstr "" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:289 -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:295 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:300 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:306 msgid "Search for {0}" msgstr "" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:155 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:166 msgid "Search in a document type" msgstr "" @@ -22756,11 +22836,11 @@ msgstr "" msgid "Session Expiry (idle timeout)" msgstr "" -#: frappe/core/doctype/system_settings/system_settings.py:114 +#: frappe/core/doctype/system_settings/system_settings.py:115 msgid "Session Expiry must be in format {0}" msgstr "" -#: frappe/public/js/frappe/ui/filters/filter.js:567 +#: frappe/public/js/frappe/ui/filters/filter.js:599 msgctxt "Field value is set" msgid "Set" msgstr "" @@ -22894,6 +22974,11 @@ msgstr "" msgid "Set only once" msgstr "" +#. Description of the 'Max attachment size' (Int) field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Set size in MB" +msgstr "" + #. Description of the 'Filters Configuration' (Code) field in DocType 'Number #. Card' #: frappe/desk/doctype/number_card/number_card.json @@ -23005,7 +23090,7 @@ msgstr "" msgid "Setup Approval Workflows" msgstr "" -#: frappe/public/js/frappe/views/reports/query_report.js:1677 +#: frappe/public/js/frappe/views/reports/query_report.js:1684 #: frappe/public/js/frappe/views/reports/report_view.js:1627 msgid "Setup Auto Email" msgstr "" @@ -23409,7 +23494,7 @@ msgstr "" msgid "Sign Up and Confirmation" msgstr "" -#: frappe/core/doctype/user/user.py:1013 +#: frappe/core/doctype/user/user.py:955 msgid "Sign Up is disabled" msgstr "" @@ -23478,7 +23563,7 @@ msgstr "" msgid "Single Types have only one record no tables associated. Values are stored in tabSingles" msgstr "" -#: frappe/database/database.py:240 +#: frappe/database/database.py:242 msgid "Site is running in read only mode for maintenance or site update, this action can not be performed right now. Please try again later." msgstr "" @@ -23757,6 +23842,12 @@ msgstr "" msgid "Specify a custom timeout, default timeout is 1500 seconds" msgstr "" +#. Description of the 'Allowed embedding domains' (Small Text) field in DocType +#. 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Specify the domains or origins that are permitted to embed this form. Enter one domain per line (e.g., https://example.com). If no domains are specified, the form can only be embedded on the same origin." +msgstr "" + #. Label of a Attach Image field in DocType 'Website Settings' #: frappe/website/doctype/website_settings/website_settings.json msgid "Splash Image" @@ -23865,6 +23956,7 @@ msgstr "" #. Label of a Date field in DocType 'Auto Repeat' #. Label of a Datetime field in DocType 'Web Page' #: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:140 #: frappe/public/js/frappe/utils/common.js:409 #: frappe/website/doctype/web_page/web_page.json msgid "Start Date" @@ -24211,7 +24303,7 @@ msgstr "" msgid "Submit" msgstr "" -#: frappe/public/js/frappe/list/list_view.js:1977 +#: frappe/public/js/frappe/list/list_view.js:1985 msgctxt "Button in list view actions menu" msgid "Submit" msgstr "" @@ -24241,11 +24333,6 @@ msgstr "" msgid "Submit After Import" msgstr "" -#. Label of a Data field in DocType 'Web Form' -#: frappe/website/doctype/web_form/web_form.json -msgid "Submit Button Label" -msgstr "" - #: frappe/core/page/permission_manager/permission_manager_help.html:39 msgid "Submit an Issue" msgstr "" @@ -24255,8 +24342,14 @@ msgctxt "Button in web form" msgid "Submit another response" msgstr "" +#. Label of a Data field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Submit button label" +msgstr "" + #. Label of a Check field in DocType 'Auto Repeat' #: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:126 msgid "Submit on Creation" msgstr "" @@ -24268,7 +24361,7 @@ msgstr "" msgid "Submit this document to confirm" msgstr "" -#: frappe/public/js/frappe/list/list_view.js:1982 +#: frappe/public/js/frappe/list/list_view.js:1990 msgctxt "Title of confirmation dialog" msgid "Submit {0} documents?" msgstr "" @@ -24278,7 +24371,7 @@ msgstr "" #: frappe/core/doctype/comment/comment.json #: frappe/core/doctype/communication/communication.json #: frappe/public/js/frappe/model/indicator.js:95 -#: frappe/public/js/frappe/ui/filters/filter.js:499 +#: frappe/public/js/frappe/ui/filters/filter.js:531 #: frappe/website/doctype/web_form/templates/web_form.html:133 msgid "Submitted" msgstr "" @@ -24322,14 +24415,14 @@ msgstr "" #: frappe/core/doctype/data_import_log/data_import_log.json #: frappe/desk/doctype/bulk_update/bulk_update.js:31 #: frappe/desk/doctype/desktop_icon/desktop_icon.py:446 -#: frappe/public/js/frappe/form/grid.js:1143 +#: frappe/public/js/frappe/form/grid.js:1137 #: frappe/public/js/frappe/views/translation_manager.js:21 #: frappe/templates/includes/login/login.js:231 #: frappe/templates/includes/login/login.js:237 #: frappe/templates/includes/login/login.js:270 #: frappe/templates/includes/login/login.js:278 #: frappe/templates/pages/integrations/gcalendar-success.html:9 -#: frappe/workflow/doctype/workflow_action/workflow_action.py:166 +#: frappe/workflow/doctype/workflow_action/workflow_action.py:167 #: frappe/workflow/doctype/workflow_state/workflow_state.json msgid "Success" msgstr "" @@ -24340,17 +24433,10 @@ msgid "Success Action" msgstr "" #. Label of a Data field in DocType 'Module Onboarding' -#. Label of a Text field in DocType 'Web Form' #: frappe/desk/doctype/module_onboarding/module_onboarding.json -#: frappe/website/doctype/web_form/web_form.json msgid "Success Message" msgstr "" -#. Label of a Data field in DocType 'Web Form' -#: frappe/website/doctype/web_form/web_form.json -msgid "Success Title" -msgstr "" - #. Label of a Data field in DocType 'Token Cache' #: frappe/integrations/doctype/token_cache/token_cache.json msgid "Success URI" @@ -24361,6 +24447,16 @@ msgstr "" msgid "Success URL" msgstr "" +#. Label of a Text field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Success message" +msgstr "" + +#. Label of a Data field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Success title" +msgstr "" + #: frappe/www/update-password.html:79 msgid "Success! You are good to go 👍" msgstr "" @@ -24428,7 +24524,7 @@ msgstr "" msgid "Suggested Indexes" msgstr "" -#: frappe/core/doctype/user/user.py:722 +#: frappe/core/doctype/user/user.py:664 msgid "Suggested Username: {0}" msgstr "" @@ -24539,7 +24635,7 @@ msgstr "" msgid "Syncing {0} of {1}" msgstr "" -#: frappe/utils/data.py:2156 +#: frappe/utils/data.py:2170 msgid "Syntax Error" msgstr "" @@ -24840,7 +24936,7 @@ msgstr "" msgid "Table Trimmed" msgstr "" -#: frappe/public/js/frappe/form/grid.js:1142 +#: frappe/public/js/frappe/form/grid.js:1136 msgid "Table updated" msgstr "" @@ -24870,7 +24966,7 @@ msgstr "" #: frappe/public/js/frappe/list/list_sidebar.js:228 #: frappe/public/js/frappe/model/meta.js:204 #: frappe/public/js/frappe/model/model.js:133 -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:160 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:171 msgid "Tags" msgstr "" @@ -24956,7 +25052,7 @@ msgstr "" msgid "Templates" msgstr "" -#: frappe/core/doctype/user/user.py:1024 +#: frappe/core/doctype/user/user.py:966 msgid "Temporarily Disabled" msgstr "" @@ -25038,7 +25134,7 @@ msgstr "" msgid "Thank you for your feedback!" msgstr "" -#: frappe/email/doctype/newsletter/newsletter.py:332 +#: frappe/email/doctype/newsletter/newsletter.py:335 msgid "Thank you for your interest in subscribing to our updates" msgstr "" @@ -25054,7 +25150,7 @@ msgstr "" msgid "The Auto Repeat for this document has been disabled." msgstr "" -#: frappe/public/js/frappe/form/grid.js:1165 +#: frappe/public/js/frappe/form/grid.js:1159 msgid "The CSV format is case sensitive" msgstr "" @@ -25104,7 +25200,7 @@ msgid "" "" msgstr "" -#: frappe/database/database.py:428 +#: frappe/database/database.py:430 msgid "The changes have been reverted." msgstr "" @@ -25149,7 +25245,7 @@ msgstr "" msgid "The fieldname you've specified in Attached To Field is invalid" msgstr "" -#: frappe/automation/doctype/assignment_rule/assignment_rule.py:60 +#: frappe/automation/doctype/assignment_rule/assignment_rule.py:62 msgid "The following Assignment Days have been repeated: {0}" msgstr "" @@ -25220,11 +25316,11 @@ msgid "" "" msgstr "" -#: frappe/core/doctype/user/user.py:984 +#: frappe/core/doctype/user/user.py:926 msgid "The reset password link has been expired" msgstr "" -#: frappe/core/doctype/user/user.py:986 +#: frappe/core/doctype/user/user.py:928 msgid "The reset password link has either been used before or is invalid" msgstr "" @@ -25267,7 +25363,7 @@ msgstr "" msgid "The webhook will be triggered if this expression is true" msgstr "" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:169 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:173 msgid "The {0} is already on auto repeat {1}" msgstr "" @@ -25342,10 +25438,6 @@ msgstr "" msgid "There must be atleast one permission rule." msgstr "" -#: frappe/core/doctype/user/user.py:523 -msgid "There should remain at least one System Manager" -msgstr "" - #: frappe/www/error.py:16 msgid "There was an error building this page" msgstr "" @@ -25366,7 +25458,7 @@ msgstr "" msgid "There were errors while sending email. Please try again." msgstr "" -#: frappe/model/naming.py:469 +#: frappe/model/naming.py:468 msgid "There were some errors setting the name, please contact the administrator" msgstr "" @@ -25420,7 +25512,7 @@ msgstr "" msgid "This action is irreversible. Do you wish to continue?" msgstr "" -#: frappe/__init__.py:985 +#: frappe/__init__.py:991 msgid "This action is only allowed for {}" msgstr "" @@ -25526,7 +25618,7 @@ msgstr "" msgid "This goes above the slideshow." msgstr "" -#: frappe/public/js/frappe/views/reports/query_report.js:2014 +#: frappe/public/js/frappe/views/reports/query_report.js:2021 msgid "This is a background report. Please set the appropriate filters and then generate a new one." msgstr "" @@ -25654,7 +25746,7 @@ msgstr "" msgid "This will terminate the job immediately and might be dangerous, are you sure? " msgstr "" -#: frappe/core/doctype/user/user.py:1243 +#: frappe/core/doctype/user/user.py:1185 msgid "Throttled" msgstr "" @@ -26045,6 +26137,7 @@ msgstr "" #. Linked DocType in User's connections #. Name of a DocType #. Name of a report +#: frappe/automation/doctype/assignment_rule/assignment_rule.py:55 #: frappe/automation/workspace/tools/tools.json #: frappe/core/doctype/user/user.json frappe/desk/doctype/todo/todo.json #: frappe/desk/report/todo/todo.json @@ -26128,11 +26221,11 @@ msgstr "" msgid "Too Many Requests" msgstr "" -#: frappe/database/database.py:427 +#: frappe/database/database.py:429 msgid "Too many changes to database in single action." msgstr "" -#: frappe/core/doctype/user/user.py:1025 +#: frappe/core/doctype/user/user.py:967 msgid "Too many users signed up recently, so the registration is disabled. Please try back in an hour" msgstr "" @@ -26202,7 +26295,7 @@ msgstr "" msgid "Topic" msgstr "" -#: frappe/desk/query_report.py:504 +#: frappe/desk/query_report.py:510 #: frappe/public/js/frappe/views/reports/print_grid.html:45 #: frappe/public/js/frappe/views/reports/report_view.js:1475 msgid "Total" @@ -26721,11 +26814,11 @@ msgstr "" msgid "Unknown Column: {0}" msgstr "" -#: frappe/utils/data.py:1048 +#: frappe/utils/data.py:1062 msgid "Unknown Rounding Method: {}" msgstr "" -#: frappe/auth.py:296 +#: frappe/auth.py:302 msgid "Unknown User" msgstr "" @@ -27297,7 +27390,7 @@ msgstr "" #. Label of a Link in the Users Workspace #: frappe/core/page/permission_manager/permission_manager_help.html:30 #: frappe/core/workspace/users/users.json -#: frappe/public/js/frappe/views/reports/query_report.js:1791 +#: frappe/public/js/frappe/views/reports/query_report.js:1798 #: frappe/public/js/frappe/views/reports/report_view.js:1675 msgid "User Permissions" msgstr "" @@ -27410,7 +27503,7 @@ msgstr "" msgid "User with email: {0} does not exist in the system. Please ask 'System Administrator' to create the user for you." msgstr "" -#: frappe/core/doctype/user/user.py:528 +#: frappe/core/doctype/user/user.py:472 msgid "User {0} cannot be deleted" msgstr "" @@ -27418,7 +27511,7 @@ msgstr "" msgid "User {0} cannot be disabled" msgstr "" -#: frappe/core/doctype/user/user.py:610 +#: frappe/core/doctype/user/user.py:552 msgid "User {0} cannot be renamed" msgstr "" @@ -27430,7 +27523,7 @@ msgstr "" msgid "User {0} does not have doctype access via role permission for document {1}" msgstr "" -#: frappe/desk/doctype/workspace/workspace.py:257 +#: frappe/desk/doctype/workspace/workspace.py:261 msgid "User {0} does not have the permission to create a Workspace." msgstr "" @@ -27439,7 +27532,7 @@ msgstr "" msgid "User {0} has requested for data deletion" msgstr "" -#: frappe/core/doctype/user/user.py:1377 +#: frappe/core/doctype/user/user.py:1319 msgid "User {0} impersonated as {1}" msgstr "" @@ -27468,7 +27561,7 @@ msgstr "" msgid "Username" msgstr "" -#: frappe/core/doctype/user/user.py:689 +#: frappe/core/doctype/user/user.py:631 msgid "Username {0} already exists" msgstr "" @@ -27640,7 +27733,7 @@ msgstr "" msgid "Value {0} missing for {1}" msgstr "" -#: frappe/core/doctype/data_import/importer.py:751 frappe/utils/data.py:703 +#: frappe/core/doctype/data_import/importer.py:751 frappe/utils/data.py:704 msgid "Value {0} must be in the valid duration format: d h m s" msgstr "" @@ -27714,7 +27807,7 @@ msgstr "" msgid "View" msgstr "" -#: frappe/core/doctype/success_action/success_action.js:58 +#: frappe/core/doctype/success_action/success_action.js:60 #: frappe/public/js/frappe/form/success_action.js:89 msgid "View All" msgstr "" @@ -27732,7 +27825,7 @@ msgid "View Full Log" msgstr "" #: frappe/public/js/frappe/views/treeview.js:450 -#: frappe/public/js/frappe/widgets/quick_list_widget.js:245 +#: frappe/public/js/frappe/widgets/quick_list_widget.js:251 msgid "View List" msgstr "" @@ -28057,7 +28150,7 @@ msgstr "" #. Group in Module Def's connections #. Name of a Workspace #: frappe/core/doctype/module_def/module_def.json -#: frappe/email/doctype/newsletter/newsletter.py:453 +#: frappe/email/doctype/newsletter/newsletter.py:460 #: frappe/public/js/frappe/ui/toolbar/about.js:8 #: frappe/website/workspace/website/website.json msgid "Website" @@ -28275,11 +28368,11 @@ msgstr "" msgid "Welcome Workspace" msgstr "" -#: frappe/core/doctype/user/user.py:385 +#: frappe/core/doctype/user/user.py:350 msgid "Welcome email sent" msgstr "" -#: frappe/core/doctype/user/user.py:460 +#: frappe/core/doctype/user/user.py:411 msgid "Welcome to {0}" msgstr "" @@ -28400,7 +28493,7 @@ msgstr "" #. Name of a DocType #: frappe/workflow/doctype/workflow_action/workflow_action.json -#: frappe/workflow/doctype/workflow_action/workflow_action.py:476 +#: frappe/workflow/doctype/workflow_action/workflow_action.py:477 msgid "Workflow Action" msgstr "" @@ -28557,7 +28650,7 @@ msgstr "" msgid "Workspace Shortcut" msgstr "" -#: frappe/desk/doctype/workspace/workspace.py:289 +#: frappe/desk/doctype/workspace/workspace.py:293 msgid "Workspace not found" msgstr "" @@ -28675,9 +28768,9 @@ msgstr "" #: frappe/integrations/doctype/webhook/webhook.py:140 #: frappe/printing/doctype/print_format/print_format.json #: frappe/public/js/form_builder/utils.js:336 -#: frappe/public/js/frappe/form/controls/link.js:485 +#: frappe/public/js/frappe/form/controls/link.js:486 #: frappe/public/js/frappe/list/list_sidebar_group_by.js:223 -#: frappe/public/js/frappe/views/reports/query_report.js:1529 +#: frappe/public/js/frappe/views/reports/query_report.js:1534 #: frappe/website/doctype/help_article/templates/help_article.html:25 msgid "Yes" msgstr "" @@ -28687,7 +28780,7 @@ msgctxt "Approve confirmation dialog" msgid "Yes" msgstr "" -#: frappe/public/js/frappe/ui/filters/filter.js:505 +#: frappe/public/js/frappe/ui/filters/filter.js:537 msgctxt "Checkbox is checked" msgid "Yes" msgstr "" @@ -28745,7 +28838,7 @@ msgstr "" msgid "You are not allowed to send emails related to this document" msgstr "" -#: frappe/website/doctype/web_form/web_form.py:461 +#: frappe/website/doctype/web_form/web_form.py:462 msgid "You are not allowed to update this Web Form Document" msgstr "" @@ -28761,7 +28854,7 @@ msgstr "" msgid "You are not permitted to access this page." msgstr "" -#: frappe/__init__.py:904 +#: frappe/__init__.py:910 msgid "You are not permitted to access this resource." msgstr "" @@ -28856,7 +28949,7 @@ msgstr "" msgid "You can set a high value here if multiple users will be logging in from the same network." msgstr "" -#: frappe/desk/query_report.py:339 +#: frappe/desk/query_report.py:340 msgid "You can try changing the filters of your report." msgstr "" @@ -28945,6 +29038,10 @@ msgstr "" msgid "You do not have enough review points" msgstr "" +#: frappe/desk/query_report.py:803 +msgid "You do not have permission to access {0}: {1}." +msgstr "" + #: frappe/www/printview.py:358 msgid "You do not have permission to view this document" msgstr "" @@ -28957,7 +29054,7 @@ msgstr "" msgid "You don't have access to Report: {0}" msgstr "" -#: frappe/website/doctype/web_form/web_form.py:662 +#: frappe/website/doctype/web_form/web_form.py:663 msgid "You don't have permission to access the {0} DocType." msgstr "" @@ -28969,7 +29066,7 @@ msgstr "" msgid "You don't have permission to get a report on: {0}" msgstr "" -#: frappe/website/doctype/web_form/web_form.py:167 +#: frappe/website/doctype/web_form/web_form.py:168 msgid "You don't have the permissions to access this document" msgstr "" @@ -29038,19 +29135,23 @@ msgstr "" msgid "You must add atleast one link." msgstr "" -#: frappe/website/doctype/web_form/web_form.py:658 +#: frappe/website/doctype/web_form/web_form.py:659 msgid "You must be logged in to use this form." msgstr "" -#: frappe/website/doctype/web_form/web_form.py:501 +#: frappe/website/doctype/web_form/web_form.py:502 msgid "You must login to submit this form" msgstr "" +#: frappe/desk/doctype/workspace/workspace.py:113 +msgid "You need to be Workspace Manager to delete a public workspace." +msgstr "" + #: frappe/desk/doctype/workspace/workspace.py:71 msgid "You need to be Workspace Manager to edit this document" msgstr "" -#: frappe/website/doctype/web_form/web_form.py:90 +#: frappe/website/doctype/web_form/web_form.py:91 msgid "You need to be in developer mode to edit a Standard Web Form" msgstr "" @@ -29062,7 +29163,7 @@ msgstr "" msgid "You need to be logged in to access this page" msgstr "" -#: frappe/website/doctype/web_form/web_form.py:158 +#: frappe/website/doctype/web_form/web_form.py:159 msgid "You need to be logged in to access this {0}." msgstr "" @@ -29162,7 +29263,7 @@ msgstr "" msgid "Your account has been deleted" msgstr "" -#: frappe/auth.py:488 +#: frappe/auth.py:494 msgid "Your account has been locked and will resume after {0} seconds" msgstr "" @@ -29229,7 +29330,7 @@ msgstr "" msgid "Your website is all set up!" msgstr "" -#: frappe/utils/data.py:1348 +#: frappe/utils/data.py:1362 msgid "Zero" msgstr "" @@ -29249,7 +29350,7 @@ msgstr "" msgid "_report" msgstr "" -#: frappe/database/database.py:317 +#: frappe/database/database.py:319 msgid "`as_iterator` only works with `as_list=True` or `as_dict=True`" msgstr "" @@ -29297,7 +29398,7 @@ msgstr "" msgid "amend" msgstr "" -#: frappe/public/js/frappe/utils/utils.js:410 frappe/utils/data.py:1356 +#: frappe/public/js/frappe/utils/utils.js:410 frappe/utils/data.py:1370 msgid "and" msgstr "" @@ -29543,7 +29644,7 @@ msgstr "" msgid "descending" msgstr "" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:152 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:163 msgid "document type..., e.g. customer" msgstr "" @@ -29563,7 +29664,7 @@ msgstr "" msgid "e.g. \"Support\", \"Sales\", \"Jerry Yang\"" msgstr "" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:172 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:183 msgid "e.g. (55 + 434) / 4 or =Math.sin(Math.PI/2)..." msgstr "" @@ -29615,7 +29716,7 @@ msgid "email inbox" msgstr "" #: frappe/permissions.py:397 frappe/permissions.py:408 -#: frappe/public/js/frappe/form/controls/link.js:494 +#: frappe/public/js/frappe/form/controls/link.js:495 msgid "empty" msgstr "" @@ -29766,7 +29867,7 @@ msgstr "" msgid "grey" msgstr "" -#: frappe/utils/backups.py:389 +#: frappe/utils/backups.py:391 msgid "gzip not found in PATH! This is required to take a backup." msgstr "" @@ -29868,7 +29969,7 @@ msgstr "" msgid "just now" msgstr "" -#: frappe/desk/desktop.py:255 frappe/desk/query_report.py:284 +#: frappe/desk/desktop.py:255 frappe/desk/query_report.py:285 msgid "label" msgstr "" @@ -29974,7 +30075,7 @@ msgstr "" msgid "module" msgstr "" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:167 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:178 msgid "module name..." msgstr "" @@ -29992,7 +30093,7 @@ msgstr "" msgid "new" msgstr "" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:147 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:158 msgid "new type of document" msgstr "" @@ -30074,7 +30175,7 @@ msgstr "" msgid "on_update_after_submit" msgstr "" -#: frappe/utils/data.py:1359 +#: frappe/utils/data.py:1373 msgid "only." msgstr "" @@ -30417,7 +30518,7 @@ msgstr "" msgid "tag" msgstr "" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:162 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:173 msgid "tag name..., e.g. #tag" msgstr "" @@ -30431,7 +30532,7 @@ msgstr "" msgid "tasks" msgstr "" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:157 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:168 msgid "text in document type" msgstr "" @@ -30508,7 +30609,7 @@ msgstr "" msgid "upload" msgstr "" -#: frappe/public/js/frappe/ui/filters/filter.js:338 +#: frappe/public/js/frappe/ui/filters/filter.js:354 msgid "use % as wildcard" msgstr "" @@ -30517,7 +30618,7 @@ msgstr "" msgid "user" msgstr "" -#: frappe/public/js/frappe/ui/filters/filter.js:337 +#: frappe/public/js/frappe/ui/filters/filter.js:353 msgid "values separated by commas" msgstr "" @@ -30526,7 +30627,7 @@ msgstr "" msgid "version_table" msgstr "" -#: frappe/automation/doctype/assignment_rule/assignment_rule.py:380 +#: frappe/automation/doctype/assignment_rule/assignment_rule.py:382 msgid "via Assignment Rule" msgstr "" @@ -30646,8 +30747,8 @@ msgstr "" msgid "{0} ({1}) - {2}%" msgstr "" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:337 -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:340 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:348 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:351 msgid "{0} = {1}" msgstr "" @@ -30761,7 +30862,7 @@ msgstr "" msgid "{0} already unsubscribed for {1} {2}" msgstr "" -#: frappe/utils/data.py:1510 +#: frappe/utils/data.py:1524 msgid "{0} and {1}" msgstr "" @@ -30812,7 +30913,7 @@ msgctxt "Form timeline" msgid "{0} attached {1}" msgstr "" -#: frappe/core/doctype/system_settings/system_settings.py:144 +#: frappe/core/doctype/system_settings/system_settings.py:145 msgid "{0} can not be more than {1}" msgstr "" @@ -30946,7 +31047,7 @@ msgstr "" msgid "{0} has already assigned default value for {1}." msgstr "" -#: frappe/email/doctype/newsletter/newsletter.py:380 +#: frappe/email/doctype/newsletter/newsletter.py:383 msgid "{0} has been successfully added to the Email Group." msgstr "" @@ -30954,7 +31055,7 @@ msgstr "" msgid "{0} has left the conversation in {1} {2}" msgstr "" -#: frappe/__init__.py:2460 +#: frappe/__init__.py:2466 msgid "{0} has no versions tracked." msgstr "" @@ -30983,7 +31084,7 @@ msgstr "" msgid "{0} is an invalid Data field." msgstr "" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:148 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:152 msgid "{0} is an invalid email address in 'Recipients'" msgstr "" @@ -31120,7 +31221,7 @@ msgstr "" msgid "{0} items selected" msgstr "" -#: frappe/core/doctype/user/user.py:1386 +#: frappe/core/doctype/user/user.py:1328 msgid "{0} just impersonated as you. They gave this reason: {1}" msgstr "" @@ -31216,7 +31317,7 @@ msgstr "" msgid "{0} of {1} sent" msgstr "" -#: frappe/utils/data.py:1506 +#: frappe/utils/data.py:1520 msgid "{0} or {1}" msgstr "" @@ -31268,7 +31369,7 @@ msgstr "" msgid "{0} role does not have permission on any doctype" msgstr "" -#: frappe/desk/query_report.py:583 +#: frappe/desk/query_report.py:589 msgid "{0} saved successfully" msgstr "" @@ -31292,7 +31393,7 @@ msgstr "" msgid "{0} should be indexed because it's referred in dashboard connections" msgstr "" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:137 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:139 msgid "{0} should not be same as {1}" msgstr "" @@ -31392,6 +31493,10 @@ msgstr "" msgid "{0}, Row {1}" msgstr "" +#: frappe/utils/print_format.py:151 frappe/utils/print_format.py:195 +msgid "{0}/{1} complete | Please leave this tab open until completion." +msgstr "" + #: frappe/model/base_document.py:1014 msgid "{0}: '{1}' ({3}) will get truncated, as max characters allowed is {2}" msgstr "" @@ -31424,7 +31529,7 @@ msgstr "" msgid "{0}: Cannot set import as {1} is not importable" msgstr "" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:394 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:398 msgid "{0}: Failed to attach new recurring document. To enable attaching document in the auto repeat notification email, enable {1} in Print Settings" msgstr "" @@ -31489,7 +31594,7 @@ msgstr "" msgid "{0}: {1}" msgstr "" -#: frappe/workflow/doctype/workflow_action/workflow_action.py:167 +#: frappe/workflow/doctype/workflow_action/workflow_action.py:168 msgid "{0}: {1} is set to state {2}" msgstr "" @@ -31530,11 +31635,11 @@ msgstr "" msgid "{} Complete" msgstr "" -#: frappe/utils/data.py:2150 +#: frappe/utils/data.py:2164 msgid "{} Invalid python code on line {}" msgstr "" -#: frappe/utils/data.py:2159 +#: frappe/utils/data.py:2173 msgid "{} Possibly invalid python code.
    {}" msgstr "" @@ -31557,23 +31662,23 @@ msgstr "" msgid "{} has been disabled. It can only be enabled if {} is checked." msgstr "" -#: frappe/utils/data.py:102 +#: frappe/utils/data.py:103 msgid "{} is not a valid date string." msgstr "" -#: frappe/commands/utils.py:527 +#: frappe/commands/utils.py:528 msgid "{} not found in PATH! This is required to access the console." msgstr "" -#: frappe/database/db_manager.py:94 +#: frappe/database/db_manager.py:95 msgid "{} not found in PATH! This is required to restore the database." msgstr "" -#: frappe/utils/backups.py:455 +#: frappe/utils/backups.py:458 msgid "{} not found in PATH! This is required to take a backup." msgstr "" #: frappe/public/js/frappe/file_uploader/FileBrowser.vue:5 #: frappe/public/js/frappe/file_uploader/WebLink.vue:4 msgid "← Back to upload files" -msgstr "" \ No newline at end of file +msgstr "" diff --git a/frappe/locale/pl.po b/frappe/locale/pl.po new file mode 100644 index 000000000000..f98970cacf76 --- /dev/null +++ b/frappe/locale/pl.po @@ -0,0 +1,31674 @@ +msgid "" +msgstr "" +"Project-Id-Version: frappe\n" +"Report-Msgid-Bugs-To: developers@frappe.io\n" +"POT-Creation-Date: 2024-12-01 17:58+0000\n" +"PO-Revision-Date: 2024-12-04 19:52\n" +"Last-Translator: developers@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.frappe] version-15-hotfix/frappe/locale/main.pot\n" +"X-Crowdin-File-ID: 66\n" +"Language: pl_PL\n" + +#: frappe/templates/emails/download_data.html:9 +msgid " to your browser" +msgstr "" + +#. Option for the 'Condition' (Select) field in DocType 'Document Naming Rule +#. Condition' +#: frappe/core/doctype/document_naming_rule_condition/document_naming_rule_condition.json +msgid "!=" +msgstr "" + +#. Description of the 'Org History Heading' (Data) field in DocType 'About Us +#. Settings' +#: frappe/website/doctype/about_us_settings/about_us_settings.json +msgid "\"Company History\"" +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:202 +msgid "\"Parent\" signifies the parent table in which this row must be added" +msgstr "" + +#. Description of the 'Team Members Heading' (Data) field in DocType 'About Us +#. Settings' +#: frappe/website/doctype/about_us_settings/about_us_settings.json +msgid "\"Team Members\" or \"Management\"" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:1021 +msgid "\"amended_from\" field must be present to do an amendment." +msgstr "" + +#: frappe/utils/csvutils.py:221 +msgid "\"{0}\" is not a valid Google Sheets URL" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/tag_utils.js:22 +#: frappe/public/js/frappe/ui/toolbar/tag_utils.js:23 +msgid "#{0}" +msgstr "" + +#: frappe/core/report/database_storage_usage_by_tables/database_storage_usage_by_tables.js:36 +msgid "${values.doctype_name} has been added to queue for optimization" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/about.js:8 +msgid "© Frappe Technologies Pvt. Ltd. and contributors" +msgstr "" + +#. Label of a Code field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "<head> HTML" +msgstr "" + +#: frappe/public/js/form_builder/store.js:206 +msgid "'In Global Search' is not allowed for field {0} of type {1}" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1316 +msgid "'In Global Search' not allowed for type {0} in row {1}" +msgstr "" + +#: frappe/public/js/form_builder/store.js:198 +msgid "'In List View' is not allowed for field {0} of type {1}" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.py:359 +msgid "'In List View' not allowed for type {0} in row {1}" +msgstr "" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:154 +msgid "'Recipients' not specified" +msgstr "" + +#: frappe/utils/__init__.py:242 +msgid "'{0}' is not a valid URL" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1310 +msgid "'{0}' not allowed for type {1} in row {2}" +msgstr "" + +#: frappe/public/js/frappe/data_import/data_exporter.js:302 +msgid "(Mandatory)" +msgstr "" + +#: frappe/model/rename_doc.py:699 +msgid "** Failed: {0} to {1}: {2}" +msgstr "" + +#: frappe/public/js/frappe/list/list_settings.js:135 +#: frappe/public/js/frappe/views/kanban/kanban_settings.js:111 +msgid "+ Add / Remove Fields" +msgstr "" + +#. Description of the 'Doc Status' (Select) field in DocType 'Workflow Document +#. State' +#: frappe/workflow/doctype/workflow_document_state/workflow_document_state.json +msgid "0 - Draft; 1 - Submitted; 2 - Cancelled" +msgstr "" + +#. Description of the 'Priority' (Int) field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "0 is highest" +msgstr "" + +#: frappe/public/js/frappe/form/grid_row.js:807 +msgid "1 = True & 0 = False" +msgstr "" + +#. Description of the 'Fraction Units' (Int) field in DocType 'Currency' +#: frappe/geo/doctype/currency/currency.json +msgid "1 Currency = [?] Fraction\n" +"For e.g. 1 USD = 100 Cent" +msgstr "" + +#: frappe/public/js/frappe/form/reminders.js:19 +msgid "1 Day" +msgstr "" + +#: frappe/integrations/doctype/google_calendar/google_calendar.py:361 +msgid "1 Google Calendar Event synced." +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:882 +msgid "1 Report" +msgstr "" + +#: frappe/website/doctype/blog_post/blog_post.py:374 +msgid "1 comment" +msgstr "" + +#: frappe/tests/test_utils.py:646 +msgid "1 day ago" +msgstr "" + +#: frappe/public/js/frappe/form/reminders.js:17 +msgid "1 hour" +msgstr "" + +#: frappe/public/js/frappe/utils/pretty_date.js:52 +#: frappe/tests/test_utils.py:644 +msgid "1 hour ago" +msgstr "" + +#: frappe/public/js/frappe/utils/pretty_date.js:48 +#: frappe/tests/test_utils.py:642 +msgid "1 minute ago" +msgstr "" + +#: frappe/public/js/frappe/utils/pretty_date.js:66 +#: frappe/tests/test_utils.py:650 +msgid "1 month ago" +msgstr "" + +#: frappe/public/js/print_format_builder/PrintFormat.vue:3 +msgid "1 of 2" +msgstr "" + +#: frappe/public/js/frappe/data_import/data_exporter.js:227 +msgid "1 record will be exported" +msgstr "" + +#: frappe/tests/test_utils.py:641 +msgid "1 second ago" +msgstr "" + +#: frappe/public/js/frappe/utils/pretty_date.js:62 +#: frappe/tests/test_utils.py:648 +msgid "1 week ago" +msgstr "" + +#: frappe/public/js/frappe/utils/pretty_date.js:70 +#: frappe/tests/test_utils.py:652 +msgid "1 year ago" +msgstr "" + +#: frappe/tests/test_utils.py:645 +msgid "2 hours ago" +msgstr "" + +#: frappe/tests/test_utils.py:651 +msgid "2 months ago" +msgstr "" + +#: frappe/tests/test_utils.py:649 +msgid "2 weeks ago" +msgstr "" + +#: frappe/tests/test_utils.py:653 +msgid "2 years ago" +msgstr "" + +#: frappe/tests/test_utils.py:643 +msgid "3 minutes ago" +msgstr "" + +#: frappe/public/js/frappe/form/reminders.js:16 +msgid "30 minutes" +msgstr "" + +#: frappe/public/js/frappe/form/reminders.js:18 +msgid "4 hours" +msgstr "" + +#: frappe/public/js/frappe/data_import/data_exporter.js:37 +msgid "5 Records" +msgstr "" + +#: frappe/tests/test_utils.py:647 +msgid "5 days ago" +msgstr "" + +#: frappe/desk/doctype/bulk_update/bulk_update.py:38 +msgid "; not allowed in condition" +msgstr "" + +#. Option for the 'Condition' (Select) field in DocType 'Document Naming Rule +#. Condition' +#: frappe/core/doctype/document_naming_rule_condition/document_naming_rule_condition.json +msgid "<" +msgstr "" + +#. Option for the 'Condition' (Select) field in DocType 'Document Naming Rule +#. Condition' +#: frappe/core/doctype/document_naming_rule_condition/document_naming_rule_condition.json +msgid "<=" +msgstr "" + +#: frappe/public/js/frappe/widgets/widget_dialog.js:569 +msgid "{0} is not a valid URL" +msgstr "" + +#. Content of the 'Help' (HTML) field in DocType 'Property Setter' +#: frappe/custom/doctype/property_setter/property_setter.json +msgid "
    Please don't update it as it can mess up your form. Use the Customize Form View and Custom Fields to set properties!
    " +msgstr "" + +#. Content of the 'Help HTML' (HTML) field in DocType 'Document Naming +#. Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "
    \n" +" Edit list of Series in the box. Rules:\n" +"
      \n" +"
    • Each Series Prefix on a new line.
    • \n" +"
    • Allowed special characters are \"/\" and \"-\"
    • \n" +"
    • \n" +" Optionally, set the number of digits in the series using dot (.)\n" +" followed by hashes (#). For example, \".####\" means that the series\n" +" will have four digits. Default is five digits.\n" +"
    • \n" +"
    • \n" +" You can also use variables in the series name by putting them\n" +" between (.) dots\n" +"
      \n" +" Supported Variables:\n" +"
        \n" +"
      • .YYYY. - Year in 4 digits
      • \n" +"
      • .YY. - Year in 2 digits
      • \n" +"
      • .MM. - Month
      • \n" +"
      • .DD. - Day of month
      • \n" +"
      • .WW. - Week of the year
      • \n" +"
      • .FY. - Fiscal Year
      • \n" +"
      • \n" +" .{fieldname}. - fieldname on the document e.g.\n" +" branch\n" +"
      • \n" +"
      \n" +"
    • \n" +"
    \n" +" Examples:\n" +"
      \n" +"
    • INV-
    • \n" +"
    • INV-10-
    • \n" +"
    • INVK-
    • \n" +"
    • INV-.YYYY.-.{branch}.-.MM.-.####
    • \n" +"
    \n" +"
    \n" +"
    \n" +msgstr "" + +#. Content of the 'Custom HTML Help' (HTML) field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "

    Custom CSS Help

    \n\n" +"

    Notes:

    \n\n" +"
      \n" +"
    1. All field groups (label + value) are set attributes data-fieldtype and data-fieldname
    2. \n" +"
    3. All values are given class value
    4. \n" +"
    5. All Section Breaks are given class section-break
    6. \n" +"
    7. All Column Breaks are given class column-break
    8. \n" +"
    \n\n" +"

    Examples

    \n\n" +"

    1. Left align integers

    \n\n" +"
    [data-fieldtype=\"Int\"] .value { text-align: left; }
    \n\n" +"

    1. Add border to sections except the last section

    \n\n" +"
    .section-break { padding: 30px 0px; border-bottom: 1px solid #eee; }\n"
    +".section-break:last-child { padding-bottom: 0px; border-bottom: 0px;  }
    \n" +msgstr "" + +#. Content of the 'Print Format Help' (HTML) field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +#, python-format +msgid "

    Print Format Help

    \n" +"
    \n" +"

    Introduction

    \n" +"

    Print Formats are rendered on the server side using the Jinja Templating Language. All forms have access to the doc object which contains information about the document that is being formatted. You can also access common utilities via the frappe module.

    \n" +"

    For styling, the Boostrap CSS framework is provided and you can enjoy the full range of classes.

    \n" +"
    \n" +"

    References

    \n" +"
      \n" +"\t
    1. Jinja Templating Language
    2. \n" +"\t
    3. Bootstrap CSS Framework
    4. \n" +"
    \n" +"
    \n" +"

    Example

    \n" +"
    <h3>{{ doc.select_print_heading or \"Invoice\" }}</h3>\n"
    +"<div class=\"row\">\n"
    +"\t<div class=\"col-md-3 text-right\">Customer Name</div>\n"
    +"\t<div class=\"col-md-9\">{{ doc.customer_name }}</div>\n"
    +"</div>\n"
    +"<div class=\"row\">\n"
    +"\t<div class=\"col-md-3 text-right\">Date</div>\n"
    +"\t<div class=\"col-md-9\">{{ doc.get_formatted(\"invoice_date\") }}</div>\n"
    +"</div>\n"
    +"<table class=\"table table-bordered\">\n"
    +"\t<tbody>\n"
    +"\t\t<tr>\n"
    +"\t\t\t<th>Sr</th>\n"
    +"\t\t\t<th>Item Name</th>\n"
    +"\t\t\t<th>Description</th>\n"
    +"\t\t\t<th class=\"text-right\">Qty</th>\n"
    +"\t\t\t<th class=\"text-right\">Rate</th>\n"
    +"\t\t\t<th class=\"text-right\">Amount</th>\n"
    +"\t\t</tr>\n"
    +"\t\t{%- for row in doc.items -%}\n"
    +"\t\t<tr>\n"
    +"\t\t\t<td style=\"width: 3%;\">{{ row.idx }}</td>\n"
    +"\t\t\t<td style=\"width: 20%;\">\n"
    +"\t\t\t\t{{ row.item_name }}\n"
    +"\t\t\t\t{% if row.item_code != row.item_name -%}\n"
    +"\t\t\t\t<br>Item Code: {{ row.item_code}}\n"
    +"\t\t\t\t{%- endif %}\n"
    +"\t\t\t</td>\n"
    +"\t\t\t<td style=\"width: 37%;\">\n"
    +"\t\t\t\t<div style=\"border: 0px;\">{{ row.description }}</div></td>\n"
    +"\t\t\t<td style=\"width: 10%; text-align: right;\">{{ row.qty }} {{ row.uom or row.stock_uom }}</td>\n"
    +"\t\t\t<td style=\"width: 15%; text-align: right;\">{{\n"
    +"\t\t\t\trow.get_formatted(\"rate\", doc) }}</td>\n"
    +"\t\t\t<td style=\"width: 15%; text-align: right;\">{{\n"
    +"\t\t\t\trow.get_formatted(\"amount\", doc) }}</td>\n"
    +"\t\t</tr>\n"
    +"\t\t{%- endfor -%}\n"
    +"\t</tbody>\n"
    +"</table>
    \n" +"
    \n" +"

    Common Functions

    \n" +"\n" +"\t\n" +"\t\t\n" +"\t\t\t\n" +"\t\t\t\n" +"\t\t\n" +"\t\t\n" +"\t\t\t\n" +"\t\t\t\n" +"\t\t\n" +"\t\n" +"
    doc.get_formatted(\"[fieldname]\", [parent_doc])Get document value formatted as Date, Currency, etc. Pass parent doc for currency type fields.
    frappe.db.get_value(\"[doctype]\", \"[name]\", \"fieldname\")Get value from another document.
    \n" +msgstr "" + +#. Description of the 'Template' (Code) field in DocType 'Address Template' +#: frappe/contacts/doctype/address_template/address_template.json +#, python-format +msgid "

    Default Template

    \n" +"

    Uses Jinja Templating and all the fields of Address (including Custom Fields if any) will be available

    \n" +"
    {{ address_line1 }}<br>\n"
    +"{% if address_line2 %}{{ address_line2 }}<br>{% endif -%}\n"
    +"{{ city }}<br>\n"
    +"{% if state %}{{ state }}<br>{% endif -%}\n"
    +"{% if pincode %} PIN:  {{ pincode }}<br>{% endif -%}\n"
    +"{{ country }}<br>\n"
    +"{% if phone %}Phone: {{ phone }}<br>{% endif -%}\n"
    +"{% if fax %}Fax: {{ fax }}<br>{% endif -%}\n"
    +"{% if email_id %}Email: {{ email_id }}<br>{% endif -%}\n"
    +"
    " +msgstr "" + +#. Content of the 'Email Reply Help' (HTML) field in DocType 'Email Template' +#: frappe/email/doctype/email_template/email_template.json +msgid "

    Email Reply Example

    \n\n" +"
    Order Overdue\n\n"
    +"Transaction {{ name }} has exceeded Due Date. Please take necessary action.\n\n"
    +"Details\n\n"
    +"- Customer: {{ customer }}\n"
    +"- Amount: {{ grand_total }}\n"
    +"
    \n\n" +"

    How to get fieldnames

    \n\n" +"

    The fieldnames you can use in your email template are the fields in the document from which you are sending the email. You can find out the fields of any documents via Setup > Customize Form View and selecting the document type (e.g. Sales Invoice)

    \n\n" +"

    Templating

    \n\n" +"

    Templates are compiled using the Jinja Templating Language. To learn more about Jinja, read this documentation.

    \n" +msgstr "" + +#. Content of the 'html_5' (HTML) field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "
    Or
    " +msgstr "" + +#. Content of the 'Message Examples' (HTML) field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +#, python-format +msgid "
    Message Example
    \n\n" +"
    <h3>Order Overdue</h3>\n\n"
    +"<p>Transaction {{ doc.name }} has exceeded Due Date. Please take necessary action.</p>\n\n"
    +"<!-- show last comment -->\n"
    +"{% if comments %}\n"
    +"Last comment: {{ comments[-1].comment }} by {{ comments[-1].by }}\n"
    +"{% endif %}\n\n"
    +"<h4>Details</h4>\n\n"
    +"<ul>\n"
    +"<li>Customer: {{ doc.customer }}\n"
    +"<li>Amount: {{ doc.grand_total }}\n"
    +"</ul>\n"
    +"
    " +msgstr "" + +#. Content of the 'html_condition' (HTML) field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "

    Condition Examples:

    \n" +"
    doc.status==\"Open\"
    doc.due_date==nowdate()
    doc.total > 40000\n" +"
    " +msgstr "" + +#. Content of the 'html_7' (HTML) field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "

    Condition Examples:

    \n" +"
    doc.status==\"Open\"
    doc.due_date==nowdate()
    doc.total > 40000\n" +"
    \n" +msgstr "" + +#. Content of the 'Condition description' (HTML) field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "

    Multiple webforms can be created for a single doctype. Add filters specific to this webform to display correct record after submission.

    For Example:

    \n" +"

    If you create a separate webform every year to capture feedback from employees add a \n" +" field named year in doctype and add a filter year = 2023

    \n" +msgstr "" + +#. Description of the 'Context Script' (Code) field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "

    Set context before rendering a template. Example:

    \n" +"

    \n"
    +"context.project = frappe.get_doc(\"Project\", frappe.form_dict.name)\n"
    +"
    " +msgstr "" + +#. Content of the 'JS Message' (HTML) field in DocType 'Custom HTML Block' +#: frappe/desk/doctype/custom_html_block/custom_html_block.json +msgid "

    To interact with above HTML you will have to use `root_element` as a parent selector.

    For example:

    // here root_element is provided by default\n"
    +"let some_class_element = root_element.querySelector('.some-class');\n"
    +"some_class_element.textContent = \"New content\";\n"
    +"
    " +msgstr "" + +#: frappe/twofactor.py:447 +msgid "

    Your OTP secret on {0} has been reset. If you did not perform this reset and did not request it, please contact your System Administrator immediately.

    " +msgstr "" + +#. Description of the 'Cron Format' (Data) field in DocType 'Scheduled Job +#. Type' +#. Description of the 'Cron Format' (Data) field in DocType 'Server Script' +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +#: frappe/core/doctype/server_script/server_script.json +msgid "
    *  *  *  *  *\n"
    +"┬  ┬  ┬  ┬  ┬\n"
    +"│  │  │  │  │\n"
    +"│  │  │  │  └ day of week (0 - 6) (0 is Sunday)\n"
    +"│  │  │  └───── month (1 - 12)\n"
    +"│  │  └────────── day of month (1 - 31)\n"
    +"│  └─────────────── hour (0 - 23)\n"
    +"└──────────────────── minute (0 - 59)\n\n"
    +"---\n\n"
    +"* - Any value\n"
    +"/ - Step values\n"
    +"
    \n" +msgstr "" + +#. Content of the 'Example' (HTML) field in DocType 'Workflow Transition' +#: frappe/workflow/doctype/workflow_transition/workflow_transition.json +msgid "
    doc.grand_total > 0
    \n\n" +"

    Conditions should be written in simple Python. Please use properties available in the form only.

    \n" +"

    Allowed functions:\n" +"

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

    Example:

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

    " +msgstr "" + +#. Header text in the Welcome Workspace Workspace +#: frappe/core/workspace/welcome_workspace/welcome_workspace.json +msgid "Hi," +msgstr "" + +#. Header text in the Tools Workspace +#: frappe/automation/workspace/tools/tools.json +msgid "Documents" +msgstr "" + +#. Header text in the Website Workspace +#: frappe/website/workspace/website/website.json +msgid "Reports & Masters" +msgstr "" + +#. Header text in the Users Workspace +#. Header text in the Integrations Workspace +#: frappe/core/workspace/users/users.json +#: frappe/integrations/workspace/integrations/integrations.json +msgid "Reports & Masters" +msgstr "" + +#. Header text in the Tools Workspace +#. Header text in the Users Workspace +#. Header text in the Website Workspace +#: frappe/automation/workspace/tools/tools.json +#: frappe/core/workspace/users/users.json +#: frappe/website/workspace/website/website.json +msgid "Your Shortcuts" +msgstr "" + +#. Header text in the Build Workspace +#: frappe/core/workspace/build/build.json +msgid "Components to build your app" +msgstr "" + +#. Header text in the Build Workspace +#: frappe/core/workspace/build/build.json +msgid "Get started
    " +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.js:39 +msgid "Warning: This field is system generated and may be overwritten by a future update. Modify it using {0} instead." +msgstr "" + +#. Option for the 'Condition' (Select) field in DocType 'Document Naming Rule +#. Condition' +#: frappe/core/doctype/document_naming_rule_condition/document_naming_rule_condition.json +msgid "=" +msgstr "" + +#. Option for the 'Condition' (Select) field in DocType 'Document Naming Rule +#. Condition' +#: frappe/core/doctype/document_naming_rule_condition/document_naming_rule_condition.json +msgid ">" +msgstr "" + +#. Option for the 'Condition' (Select) field in DocType 'Document Naming Rule +#. Condition' +#: frappe/core/doctype/document_naming_rule_condition/document_naming_rule_condition.json +msgid ">=" +msgstr "" + +#. Description of the Onboarding Step 'Custom Document Types' +#: frappe/custom/onboarding_step/custom_doctype/custom_doctype.json +msgid "A DocType (Document Type) is used to insert forms in ERPNext. Forms such as Customer, Orders, and Invoices are Doctypes in the backend. You can also create new DocTypes to create new forms in ERPNext as per your business needs." +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1010 +msgid "A DocType's name should start with a letter and can only consist of letters, numbers, spaces, underscores and hyphens" +msgstr "" + +#: frappe/website/doctype/blog_post/blog_post.py:93 +msgid "A featured post must have a cover image" +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.py:174 +msgid "A field with the name {0} already exists in {1}" +msgstr "" + +#: frappe/core/doctype/file/file.py:253 +msgid "A file with same name {} already exists" +msgstr "" + +#. Description of the 'Scopes' (Text) field in DocType 'OAuth Client' +#: frappe/integrations/doctype/oauth_client/oauth_client.json +msgid "A list of resources which the Client App will have access to after the user allows it.
    e.g. project" +msgstr "" + +#: frappe/templates/emails/new_user.html:5 +msgid "A new account has been created for you at {0}" +msgstr "" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:393 +msgid "A recurring {0} {1} has been created for you via Auto Repeat {2}." +msgstr "" + +#. Description of the 'Symbol' (Data) field in DocType 'Currency' +#: frappe/geo/doctype/currency/currency.json +msgid "A symbol for this currency. For e.g. $" +msgstr "" + +#: frappe/printing/doctype/print_format_field_template/print_format_field_template.py:49 +msgid "A template already exists for field {0} of {1}" +msgstr "" + +#: frappe/utils/password_strength.py:165 +msgid "A word by itself is easy to guess." +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "A0" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "A1" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "A2" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "A3" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "A4" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "A5" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "A6" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "A7" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "A8" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "A9" +msgstr "" + +#. Option for the 'Email Sync Option' (Select) field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "ALL" +msgstr "" + +#. Option for the 'Script Type' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "API" +msgstr "" + +#. Label of a Section Break field in DocType 'User' +#. Label of a Section Break field in DocType 'S3 Backup Settings' +#: frappe/core/doctype/user/user.json +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +msgid "API Access" +msgstr "" + +#. Label of a Data field in DocType 'Social Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "API Endpoint" +msgstr "" + +#. Label of a Code field in DocType 'Social Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "API Endpoint Args" +msgstr "" + +#. Label of a Data field in DocType 'User' +#. Label of a Data field in DocType 'Google Settings' +#. Label of a Section Break field in DocType 'Google Settings' +#. Label of a Data field in DocType 'Push Notification Settings' +#: frappe/core/doctype/user/user.json +#: frappe/integrations/doctype/google_settings/google_settings.json +#: frappe/integrations/doctype/push_notification_settings/push_notification_settings.json +msgid "API Key" +msgstr "" + +#. Description of the 'Authentication' (Section Break) field in DocType 'Push +#. Notification Settings' +#: frappe/integrations/doctype/push_notification_settings/push_notification_settings.json +msgid "API Key and Secret to interact with the relay server. These will be auto-generated when the first push notification is sent from any of the apps installed on this site." +msgstr "" + +#. Description of the 'API Key' (Data) field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "API Key cannot be regenerated" +msgstr "" + +#. Label of a Data field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "API Method" +msgstr "" + +#. Label of a Password field in DocType 'User' +#. Label of a Password field in DocType 'Push Notification Settings' +#: frappe/core/doctype/user/user.json +#: frappe/integrations/doctype/push_notification_settings/push_notification_settings.json +msgid "API Secret" +msgstr "" + +#. Option for the 'Default Sort Order' (Select) field in DocType 'DocType' +#. Option for the 'Sort Order' (Select) field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "ASC" +msgstr "" + +#. Label of a standard help item +#. Type: Action +#: frappe/hooks.py +msgid "About" +msgstr "" + +#: frappe/www/about.html:11 frappe/www/about.html:18 +msgid "About Us" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Website Workspace +#: frappe/website/doctype/about_us_settings/about_us_settings.json +#: frappe/website/workspace/website/website.json +msgid "About Us Settings" +msgstr "" + +#. Name of a DocType +#: frappe/website/doctype/about_us_team_member/about_us_team_member.json +msgid "About Us Team Member" +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:27 +msgid "About {0} minute remaining" +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:28 +msgid "About {0} minutes remaining" +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:25 +msgid "About {0} seconds remaining" +msgstr "" + +#. Label of a Section Break field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Access Control" +msgstr "" + +#. Label of a Data field in DocType 'S3 Backup Settings' +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +msgid "Access Key ID" +msgstr "" + +#. Label of a Password field in DocType 'S3 Backup Settings' +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +msgid "Access Key Secret" +msgstr "" + +#. Name of a DocType +#. Linked DocType in User's connections +#. Label of a Link in the Users Workspace +#: frappe/core/doctype/access_log/access_log.json +#: frappe/core/doctype/user/user.json frappe/core/workspace/users/users.json +msgid "Access Log" +msgstr "" + +#. Label of a Data field in DocType 'OAuth Bearer Token' +#. Label of a Password field in DocType 'Token Cache' +#: frappe/integrations/doctype/oauth_bearer_token/oauth_bearer_token.json +#: frappe/integrations/doctype/token_cache/token_cache.json +msgid "Access Token" +msgstr "" + +#. Label of a Data field in DocType 'Social Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Access Token URL" +msgstr "" + +#: frappe/auth.py:475 +msgid "Access not allowed from this IP Address" +msgstr "" + +#. Label of a Section Break field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Account" +msgstr "" + +#. Label of a Section Break field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Account Deletion Settings" +msgstr "" + +#. Name of a role +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/contacts/doctype/contact/contact.json +#: frappe/geo/doctype/currency/currency.json +msgid "Accounts Manager" +msgstr "" + +#. Name of a role +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/contacts/doctype/address/address.json +#: frappe/contacts/doctype/contact/contact.json +#: frappe/geo/doctype/currency/currency.json +msgid "Accounts User" +msgstr "" + +#. Label of a Select field in DocType 'Amended Document Naming Settings' +#. Option for the 'Item Type' (Select) field in DocType 'Navbar Item' +#. Label of a Data field in DocType 'Navbar Item' +#. Label of a Select field in DocType 'Onboarding Step' +#. Label of a Select field in DocType 'Email Flag Queue' +#. Label of a Link field in DocType 'Workflow Transition' +#: frappe/core/doctype/amended_document_naming_settings/amended_document_naming_settings.json +#: frappe/core/doctype/navbar_item/navbar_item.json +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +#: frappe/email/doctype/email_flag_queue/email_flag_queue.json +#: frappe/email/doctype/email_group/email_group.js:34 +#: frappe/email/doctype/email_group/email_group.js:63 +#: frappe/email/doctype/email_group/email_group.js:72 +#: frappe/printing/page/print_format_builder_beta/print_format_builder_beta.js:37 +#: frappe/public/js/frappe/form/sidebar/review.js:59 +#: frappe/workflow/doctype/workflow_transition/workflow_transition.json +#: frappe/workflow/page/workflow_builder/workflow_builder.js:37 +msgid "Action" +msgstr "" + +#. Label of a Small Text field in DocType 'DocType Action' +#: frappe/core/doctype/doctype_action/doctype_action.json +msgid "Action / Route" +msgstr "" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:310 +#: frappe/public/js/frappe/widgets/onboarding_widget.js:381 +msgid "Action Complete" +msgstr "" + +#: frappe/model/document.py:1683 +msgid "Action Failed" +msgstr "" + +#. Label of a Data field in DocType 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Action Label" +msgstr "" + +#. Label of a Int field in DocType 'Success Action' +#: frappe/core/doctype/success_action/success_action.json +msgid "Action Timeout (Seconds)" +msgstr "" + +#. Label of a Select field in DocType 'DocType Action' +#: frappe/core/doctype/doctype_action/doctype_action.json +msgid "Action Type" +msgstr "" + +#: frappe/core/doctype/submission_queue/submission_queue.py:120 +msgid "Action {0} completed successfully on {1} {2}. View it {3}" +msgstr "" + +#: frappe/core/doctype/submission_queue/submission_queue.py:116 +msgid "Action {0} failed on {1} {2}. View it {3}" +msgstr "" + +#. Label of a Section Break field in DocType 'DocType' +#. Label of a Table field in DocType 'DocType' +#. Label of a Table field in DocType 'Customize Form' +#: frappe/core/doctype/communication/communication.js:66 +#: frappe/core/doctype/communication/communication.js:74 +#: frappe/core/doctype/communication/communication.js:82 +#: frappe/core/doctype/communication/communication.js:90 +#: frappe/core/doctype/communication/communication.js:99 +#: frappe/core/doctype/communication/communication.js:108 +#: frappe/core/doctype/communication/communication.js:131 +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/rq_job/rq_job_list.js:14 +#: frappe/core/doctype/rq_job/rq_job_list.js:39 +#: frappe/core/report/database_storage_usage_by_tables/database_storage_usage_by_tables.js:48 +#: frappe/custom/doctype/customize_form/customize_form.js:108 +#: frappe/custom/doctype/customize_form/customize_form.js:116 +#: frappe/custom/doctype/customize_form/customize_form.js:124 +#: frappe/custom/doctype/customize_form/customize_form.js:132 +#: frappe/custom/doctype/customize_form/customize_form.js:140 +#: frappe/custom/doctype/customize_form/customize_form.js:148 +#: frappe/custom/doctype/customize_form/customize_form.js:283 +#: frappe/custom/doctype/customize_form/customize_form.json +#: frappe/public/js/frappe/ui/page.html:56 +#: frappe/public/js/frappe/views/reports/query_report.js:191 +#: frappe/public/js/frappe/views/reports/query_report.js:204 +#: frappe/public/js/frappe/views/reports/query_report.js:214 +#: frappe/public/js/frappe/views/reports/query_report.js:776 +msgid "Actions" +msgstr "" + +#. Label of a Check field in DocType 'Package Import' +#: frappe/core/doctype/package_import/package_import.json +msgid "Activate" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Auto Repeat' +#. Option for the 'Status' (Select) field in DocType 'Kanban Board Column' +#. Option for the 'Status' (Select) field in DocType 'OAuth Bearer Token' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/core/doctype/recorder/recorder_list.js:207 +#: frappe/core/doctype/user/user_list.js:12 +#: frappe/desk/doctype/kanban_board_column/kanban_board_column.json +#: frappe/integrations/doctype/oauth_bearer_token/oauth_bearer_token.json +#: frappe/workflow/doctype/workflow/workflow_list.js:5 +msgid "Active" +msgstr "" + +#. Option for the 'Directory Server' (Select) field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "Active Directory" +msgstr "" + +#. Label of a Section Break field in DocType 'Domain Settings' +#. Label of a Table field in DocType 'Domain Settings' +#: frappe/core/doctype/domain_settings/domain_settings.json +msgid "Active Domains" +msgstr "" + +#. Label of a Int field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +#: frappe/www/third_party_apps.html:32 +msgid "Active Sessions" +msgstr "" + +#. Group in User's connections +#: frappe/core/doctype/user/user.json +#: frappe/public/js/frappe/form/dashboard.js:22 +#: frappe/public/js/frappe/form/footer/form_timeline.js:60 +msgid "Activity" +msgstr "" + +#. Name of a DocType +#. Linked DocType in User's connections +#. Label of a Link in the Build Workspace +#. Label of a Link in the Users Workspace +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/user/user.json frappe/core/workspace/build/build.json +#: frappe/core/workspace/users/users.json +msgid "Activity Log" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager.js:475 +#: frappe/email/doctype/email_group/email_group.js:60 +#: frappe/public/js/frappe/form/grid_row.js:470 +#: frappe/public/js/frappe/form/sidebar/assign_to.js:100 +#: frappe/public/js/frappe/form/templates/set_sharing.html:68 +#: frappe/public/js/frappe/list/bulk_operations.js:437 +#: frappe/public/js/frappe/views/dashboard/dashboard_view.js:440 +#: frappe/public/js/frappe/views/reports/query_report.js:266 +#: frappe/public/js/frappe/views/reports/query_report.js:294 +#: frappe/public/js/frappe/widgets/widget_dialog.js:30 +msgid "Add" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:266 +msgctxt "Primary action in list view" +msgid "Add" +msgstr "" + +#: frappe/public/js/frappe/form/grid_row.js:430 +msgid "Add / Remove Columns" +msgstr "" + +#: frappe/core/doctype/user_permission/user_permission_list.js:4 +msgid "Add / Update" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager.js:435 +msgid "Add A New Rule" +msgstr "" + +#: frappe/public/js/frappe/views/communication.js:586 +#: frappe/public/js/frappe/views/interaction.js:159 +msgid "Add Attachment" +msgstr "" + +#. Label of a Check field in DocType 'Web Page Block' +#: frappe/website/doctype/web_page_block/web_page_block.json +msgid "Add Background Image" +msgstr "" + +#. Title of an Onboarding Step +#: frappe/website/onboarding_step/add_blog_category/add_blog_category.json +msgid "Add Blog Category" +msgstr "" + +#. Label of a Check field in DocType 'Web Page Block' +#: frappe/website/doctype/web_page_block/web_page_block.json +msgid "Add Border at Bottom" +msgstr "" + +#. Label of a Check field in DocType 'Web Page Block' +#: frappe/website/doctype/web_page_block/web_page_block.json +msgid "Add Border at Top" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:210 +msgid "Add Chart to Dashboard" +msgstr "" + +#: frappe/public/js/frappe/views/treeview.js:267 +msgid "Add Child" +msgstr "" + +#: frappe/public/js/frappe/views/kanban/kanban_board.html:4 +#: frappe/public/js/frappe/views/reports/query_report.js:1690 +#: frappe/public/js/frappe/views/reports/query_report.js:1693 +#: frappe/public/js/frappe/views/reports/report_view.js:325 +#: frappe/public/js/frappe/views/reports/report_view.js:350 +#: frappe/public/js/print_format_builder/Field.vue:112 +msgid "Add Column" +msgstr "" + +#: frappe/core/doctype/communication/communication.js:127 +msgid "Add Contact" +msgstr "" + +#: frappe/desk/doctype/event/event.js:38 +msgid "Add Contacts" +msgstr "" + +#. Label of a Check field in DocType 'Web Page Block' +#: frappe/website/doctype/web_page_block/web_page_block.json +msgid "Add Container" +msgstr "" + +#. Label of a Button field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "Add Custom Tags" +msgstr "" + +#: frappe/public/js/frappe/widgets/widget_dialog.js:159 +#: frappe/public/js/frappe/widgets/widget_dialog.js:688 +msgid "Add Filters" +msgstr "" + +#. Label of a Check field in DocType 'Web Page Block' +#: frappe/website/doctype/web_page_block/web_page_block.json +msgid "Add Gray Background" +msgstr "" + +#: frappe/public/js/frappe/ui/group_by/group_by.js:230 +#: frappe/public/js/frappe/ui/group_by/group_by.js:418 +msgid "Add Group" +msgstr "" + +#: frappe/core/doctype/recorder/recorder.js:30 +msgid "Add Indexes" +msgstr "" + +#: frappe/public/js/frappe/form/grid.js:63 +msgid "Add Multiple" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager.js:438 +msgid "Add New Permission Rule" +msgstr "" + +#: frappe/desk/doctype/event/event.js:35 frappe/desk/doctype/event/event.js:42 +msgid "Add Participants" +msgstr "" + +#. Label of a Check field in DocType 'Email Group' +#: frappe/email/doctype/email_group/email_group.json +msgid "Add Query Parameters" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/review.js:45 +msgid "Add Review" +msgstr "" + +#: frappe/core/doctype/user/user.py:751 +msgid "Add Roles" +msgstr "" + +#: frappe/public/js/frappe/form/grid.js:63 +msgid "Add Row" +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/public/js/frappe/views/communication.js:121 +msgid "Add Signature" +msgstr "" + +#. Label of a Check field in DocType 'Web Page Block' +#: frappe/website/doctype/web_page_block/web_page_block.json +msgid "Add Space at Bottom" +msgstr "" + +#. Label of a Check field in DocType 'Web Page Block' +#: frappe/website/doctype/web_page_block/web_page_block.json +msgid "Add Space at Top" +msgstr "" + +#: frappe/email/doctype/email_group/email_group.js:38 +#: frappe/email/doctype/email_group/email_group.js:59 +msgid "Add Subscribers" +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:425 +msgid "Add Tags" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1903 +msgctxt "Button in list view actions menu" +msgid "Add Tags" +msgstr "" + +#: frappe/public/js/frappe/views/communication.js:418 +msgid "Add Template" +msgstr "" + +#. Label of a Check field in DocType 'Report' +#: frappe/core/doctype/report/report.json +msgid "Add Total Row" +msgstr "" + +#. Label of a Check field in DocType 'Email Queue' +#: frappe/email/doctype/email_queue/email_queue.json +msgid "Add Unsubscribe Link" +msgstr "" + +#: frappe/core/doctype/user_permission/user_permission_list.js:6 +msgid "Add User Permissions" +msgstr "" + +#. Label of a Check field in DocType 'Event' +#: frappe/desk/doctype/event/event.json +msgid "Add Video Conferencing" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter_list.js:298 +msgid "Add a Filter" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:9 +msgid "Add a New Role" +msgstr "" + +#: frappe/public/js/frappe/form/form_tour.js:205 +msgid "Add a Row" +msgstr "" + +#: frappe/templates/includes/comments/comments.html:30 +#: frappe/templates/includes/comments/comments.html:47 +msgid "Add a comment" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder_layout.html:28 +#: frappe/public/js/form_builder/components/Tabs.vue:192 +msgid "Add a new section" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:192 +msgid "Add a row above the current row" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:204 +msgid "Add a row at the bottom" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:200 +msgid "Add a row at the top" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:196 +msgid "Add a row below the current row" +msgstr "" + +#: frappe/public/js/frappe/views/dashboard/dashboard_view.js:285 +msgid "Add a {0} Chart" +msgstr "" + +#: frappe/public/js/form_builder/components/Section.vue:271 +#: frappe/public/js/print_format_builder/PrintFormatSection.vue:115 +msgid "Add column" +msgstr "" + +#: frappe/public/js/form_builder/components/AddFieldButton.vue:9 +#: frappe/public/js/form_builder/components/AddFieldButton.vue:48 +msgid "Add field" +msgstr "" + +#: frappe/public/js/form_builder/components/Sidebar.vue:49 +#: frappe/public/js/form_builder/components/Tabs.vue:153 +msgid "Add new tab" +msgstr "" + +#: frappe/public/js/print_format_builder/PrintFormatSection.vue:125 +msgid "Add page break" +msgstr "" + +#: frappe/custom/doctype/client_script/client_script.js:16 +msgid "Add script for Child Table" +msgstr "" + +#: frappe/public/js/print_format_builder/PrintFormatSection.vue:111 +msgid "Add section above" +msgstr "" + +#: frappe/public/js/form_builder/components/Section.vue:265 +msgid "Add section below" +msgstr "" + +#: frappe/public/js/form_builder/components/Sidebar.vue:52 +#: frappe/public/js/form_builder/components/Tabs.vue:157 +msgid "Add tab" +msgstr "" + +#: frappe/public/js/frappe/utils/dashboard_utils.js:263 +#: frappe/public/js/frappe/views/reports/query_report.js:252 +msgid "Add to Dashboard" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/assign_to.js:98 +msgid "Add to ToDo" +msgstr "" + +#: frappe/website/doctype/website_slideshow/website_slideshow.js:32 +msgid "Add to table" +msgstr "" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:99 +msgid "Add to this activity by mailing to {0}" +msgstr "" + +#: frappe/public/js/frappe/views/kanban/kanban_column.html:20 +msgid "Add {0}" +msgstr "" + +#. Description of the '<head> HTML' (Code) field in DocType 'Website +#. Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Added HTML in the <head> section of the web page, primarily used for website verification and SEO" +msgstr "" + +#: frappe/core/doctype/log_settings/log_settings.py:82 +msgid "Added default log doctypes: {}" +msgstr "" + +#: frappe/core/doctype/file/file.py:722 +msgid "Added {0}" +msgstr "" + +#: frappe/public/js/frappe/form/link_selector.js:180 +#: frappe/public/js/frappe/form/link_selector.js:202 +msgid "Added {0} ({1})" +msgstr "" + +#. Label of a Section Break field in DocType 'Custom DocPerm' +#. Label of a Section Break field in DocType 'DocPerm' +#. Label of a Section Break field in DocType 'User Document Type' +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/docperm/docperm.json +#: frappe/core/doctype/user_document_type/user_document_type.json +msgid "Additional Permissions" +msgstr "" + +#. Name of a DocType +#. Label of a Link field in DocType 'Contact' +#. Label of a Section Break field in DocType 'Contact Us Settings' +#. Label of a Small Text field in DocType 'Website Settings' +#: frappe/contacts/doctype/address/address.json +#: frappe/contacts/doctype/contact/contact.json +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Address" +msgstr "" + +#. Label of a Data field in DocType 'Address' +#. Label of a Data field in DocType 'Contact Us Settings' +#: frappe/contacts/doctype/address/address.json +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +msgid "Address Line 1" +msgstr "" + +#. Label of a Data field in DocType 'Address' +#. Label of a Data field in DocType 'Contact Us Settings' +#: frappe/contacts/doctype/address/address.json +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +msgid "Address Line 2" +msgstr "" + +#. Name of a DocType +#: frappe/contacts/doctype/address_template/address_template.json +msgid "Address Template" +msgstr "" + +#. Label of a Data field in DocType 'Address' +#. Label of a Data field in DocType 'Contact Us Settings' +#: frappe/contacts/doctype/address/address.json +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +msgid "Address Title" +msgstr "" + +#: frappe/contacts/doctype/address/address.py:72 +msgid "Address Title is mandatory." +msgstr "" + +#. Label of a Select field in DocType 'Address' +#: frappe/contacts/doctype/address/address.json +msgid "Address Type" +msgstr "" + +#. Description of the 'Address' (Small Text) field in DocType 'Website +#. Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Address and other legal information you may want to put in the footer." +msgstr "" + +#: frappe/contacts/doctype/address/address.py:206 +msgid "Addresses" +msgstr "" + +#. Name of a report +#: frappe/contacts/report/addresses_and_contacts/addresses_and_contacts.json +msgid "Addresses And Contacts" +msgstr "" + +#. Description of a DocType +#: frappe/custom/doctype/client_script/client_script.json +msgid "Adds a custom client script to a DocType" +msgstr "" + +#. Description of a DocType +#: frappe/custom/doctype/custom_field/custom_field.json +msgid "Adds a custom field to a DocType" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:552 +msgid "Administration" +msgstr "" + +#. Name of a role +#: frappe/contacts/doctype/salutation/salutation.json +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/domain/domain.json +#: frappe/core/doctype/module_def/module_def.json +#: frappe/core/doctype/page/page.json +#: frappe/core/doctype/patch_log/patch_log.json +#: frappe/core/doctype/recorder/recorder.json +#: frappe/core/doctype/report/report.json +#: frappe/core/doctype/rq_job/rq_job.json +#: frappe/core/doctype/transaction_log/transaction_log.json +#: frappe/core/doctype/user_type/user_type.json +#: frappe/core/doctype/version/version.json +#: frappe/custom/doctype/client_script/client_script.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/property_setter/property_setter.json +#: frappe/desk/doctype/dashboard_chart_source/dashboard_chart_source.json +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Administrator" +msgstr "" + +#: frappe/core/doctype/user/user.py:1149 +msgid "Administrator Logged In" +msgstr "" + +#: frappe/core/doctype/user/user.py:1143 +msgid "Administrator accessed {0} on {1} via IP Address {2}." +msgstr "" + +#. Label of a Section Break field in DocType 'DocType' +#. Label of a Tab Break field in DocType 'System Settings' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Advanced" +msgstr "" + +#. Label of a Section Break field in DocType 'User Permission' +#: frappe/core/doctype/user_permission/user_permission.json +msgid "Advanced Control" +msgstr "" + +#: frappe/public/js/frappe/form/controls/link.js:327 +#: frappe/public/js/frappe/form/controls/link.js:329 +msgid "Advanced Search" +msgstr "" + +#. Label of a Section Break field in DocType 'OAuth Client' +#: frappe/integrations/doctype/oauth_client/oauth_client.json +msgid "Advanced Settings" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:61 +#: frappe/public/js/frappe/ui/filters/filter.js:67 +msgid "After" +msgstr "" + +#. Option for the 'DocType Event' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "After Cancel" +msgstr "" + +#. Option for the 'DocType Event' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "After Delete" +msgstr "" + +#. Option for the 'DocType Event' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "After Insert" +msgstr "" + +#. Option for the 'DocType Event' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "After Rename" +msgstr "" + +#. Option for the 'DocType Event' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "After Save" +msgstr "" + +#. Option for the 'DocType Event' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "After Save (Submitted Document)" +msgstr "" + +#. Label of a Section Break field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "After Submission" +msgstr "" + +#. Option for the 'DocType Event' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "After Submit" +msgstr "" + +#: frappe/desk/doctype/number_card/number_card.py:59 +msgid "Aggregate Field is required to create a number card" +msgstr "" + +#. Label of a Select field in DocType 'Dashboard Chart' +#. Label of a Select field in DocType 'Number Card' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/number_card/number_card.json +msgid "Aggregate Function Based On" +msgstr "" + +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.py:399 +msgid "Aggregate Function field is required to create a dashboard chart" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Notification Log' +#: frappe/desk/doctype/notification_log/notification_log.json +msgid "Alert" +msgstr "" + +#. Label of a Card Break in the Tools Workspace +#: frappe/automation/workspace/tools/tools.json +msgid "Alerts and Notifications" +msgstr "" + +#. Label of a Select field in DocType 'Letter Head' +#: frappe/printing/doctype/letter_head/letter_head.json +msgid "Align" +msgstr "" + +#. Label of a Check field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "Align Labels to the Right" +msgstr "" + +#. Label of a Check field in DocType 'Top Bar Item' +#: frappe/website/doctype/top_bar_item/top_bar_item.json +msgid "Align Right" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:479 +msgid "Align Value" +msgstr "" + +#. Name of a role +#. Option for the 'Frequency' (Select) field in DocType 'Scheduled Job Type' +#. Option for the 'Event Frequency' (Select) field in DocType 'Server Script' +#: frappe/contacts/doctype/address/address.json +#: frappe/contacts/doctype/contact/contact.json +#: frappe/contacts/doctype/gender/gender.json +#: frappe/contacts/doctype/salutation/salutation.json +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/file/file.json +#: frappe/core/doctype/language/language.json +#: frappe/core/doctype/module_def/module_def.json +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +#: frappe/core/doctype/server_script/server_script.json +#: frappe/desk/doctype/event/event.json +#: frappe/desk/doctype/notification_log/notification_log.json +#: frappe/desk/doctype/notification_settings/notification_settings.json +#: frappe/desk/doctype/tag/tag.json frappe/desk/doctype/tag_link/tag_link.json +#: frappe/desk/doctype/todo/todo.json frappe/geo/doctype/country/country.json +#: frappe/integrations/doctype/connected_app/connected_app.json +#: frappe/integrations/doctype/token_cache/token_cache.json +#: frappe/printing/doctype/print_heading/print_heading.json +#: frappe/website/doctype/personal_data_download_request/personal_data_download_request.json +#: frappe/website/doctype/website_settings/website_settings.json +msgid "All" +msgstr "" + +#. Label of a Check field in DocType 'Calendar View' +#. Label of a Check field in DocType 'Event' +#: frappe/desk/doctype/calendar_view/calendar_view.json +#: frappe/desk/doctype/event/event.json +#: frappe/public/js/frappe/ui/notifications/notifications.js:401 +msgid "All Day" +msgstr "" + +#: frappe/website/doctype/website_slideshow/website_slideshow.py:43 +msgid "All Images attached to Website Slideshow should be public" +msgstr "" + +#: frappe/public/js/frappe/data_import/data_exporter.js:29 +msgid "All Records" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:2123 +msgid "All Submissions" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:452 +msgid "All customizations will be removed. Please confirm." +msgstr "" + +#: frappe/templates/includes/comments/comments.html:158 +msgid "All fields are necessary to submit the comment." +msgstr "" + +#. Description of the 'Document States' (Table) field in DocType 'Workflow' +#: frappe/workflow/doctype/workflow/workflow.json +msgid "All possible Workflow States and roles of the workflow. Docstatus Options: 0 is \"Saved\", 1 is \"Submitted\" and 2 is \"Cancelled\"" +msgstr "" + +#: frappe/utils/password_strength.py:179 +msgid "All-uppercase is almost as easy to guess as all-lowercase." +msgstr "" + +#. Label of a Link field in DocType 'ToDo' +#: frappe/desk/doctype/todo/todo.json +msgid "Allocated To" +msgstr "" + +#. Label of a Check field in DocType 'Energy Point Rule' +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +msgid "Allot Points To Assigned Users" +msgstr "" + +#. Label of a Link field in DocType 'User Permission' +#. Option for the 'Sign ups' (Select) field in DocType 'Social Login Key' +#: frappe/core/doctype/user_permission/user_permission.json +#: frappe/integrations/doctype/social_login_key/social_login_key.json +#: frappe/templates/includes/oauth_confirmation.html:15 +msgid "Allow" +msgstr "" + +#: frappe/website/doctype/website_settings/website_settings.py:160 +msgid "Allow API Indexing Access" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#. Label of a Check field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Allow Auto Repeat" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Allow Bulk Edit" +msgstr "" + +#. Label of a Check field in DocType 'List View Settings' +#: frappe/desk/doctype/list_view_settings/list_view_settings.json +msgid "Allow Bulk Editing" +msgstr "" + +#. Label of a Check field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Allow Comments" +msgstr "" + +#. Label of a Int field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Allow Consecutive Login Attempts " +msgstr "" + +#. Label of a Check field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Allow Delete" +msgstr "" + +#. Label of a Button field in DocType 'Dropbox Settings' +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.json +msgid "Allow Dropbox Access" +msgstr "" + +#. Label of a Check field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Allow Editing After Submit" +msgstr "" + +#: frappe/integrations/doctype/google_calendar/google_calendar.py:101 +#: frappe/integrations/doctype/google_calendar/google_calendar.py:115 +msgid "Allow Google Calendar Access" +msgstr "" + +#: frappe/integrations/doctype/google_contacts/google_contacts.py:40 +msgid "Allow Google Contacts Access" +msgstr "" + +#: frappe/integrations/doctype/google_drive/google_drive.py:52 +msgid "Allow Google Drive Access" +msgstr "" + +#. Label of a Check field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "Allow Guest" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Allow Guest to View" +msgstr "" + +#. Label of a Check field in DocType 'Blog Settings' +#: frappe/website/doctype/blog_settings/blog_settings.json +msgid "Allow Guest to comment" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Allow Guests to Upload Files" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#. Label of a Check field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Allow Import (via Data Import Tool)" +msgstr "" + +#. Label of a Check field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Allow Incomplete Forms" +msgstr "" + +#. Label of a Int field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Allow Login After Fail" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Allow Login using Mobile Number" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Allow Login using User Name" +msgstr "" + +#. Label of a Section Break field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Allow Modules" +msgstr "" + +#. Label of a Check field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Allow Multiple Responses" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Allow Older Web View Links (Insecure)" +msgstr "" + +#. Label of a Check field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Allow Print" +msgstr "" + +#. Label of a Check field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Allow Print for Cancelled" +msgstr "" + +#. Label of a Check field in DocType 'Print Settings' +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:400 +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Allow Print for Draft" +msgstr "" + +#. Label of a Check field in DocType 'Web Form Field' +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Allow Read On All Link Options" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Allow Rename" +msgstr "" + +#. Label of a Section Break field in DocType 'Role Permission for Page and +#. Report' +#. Label of a Table MultiSelect field in DocType 'Module Onboarding' +#: frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.json +#: frappe/desk/doctype/module_onboarding/module_onboarding.json +msgid "Allow Roles" +msgstr "" + +#. Label of a Check field in DocType 'Workflow Transition' +#: frappe/workflow/doctype/workflow_transition/workflow_transition.json +msgid "Allow Self Approval" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Allow Sending Usage Data for Improving Applications" +msgstr "" + +#. Description of the 'Allow Self Approval' (Check) field in DocType 'Workflow +#. Transition' +#: frappe/workflow/doctype/workflow_transition/workflow_transition.json +msgid "Allow approval for creator of the document" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#. Label of a Check field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Allow document creation via Email" +msgstr "" + +#. Description of the 'Allow Bulk Editing' (Check) field in DocType 'List View +#. Settings' +#: frappe/desk/doctype/list_view_settings/list_view_settings.json +msgid "Allow editing even if the doctype has a workflow set up.\n\n" +"Does nothing if a workflow isn't set up." +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Allow events in timeline" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Allow in Quick Entry" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Allow on Submit" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Allow only one session per user" +msgstr "" + +#. Label of a Check field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Allow page break inside tables" +msgstr "" + +#. Description of the 'Allow Incomplete Forms' (Check) field in DocType 'Web +#. Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Allow saving if mandatory fields are not filled" +msgstr "" + +#: frappe/desk/page/setup_wizard/setup_wizard.js:413 +msgid "Allow sending usage data for improving applications" +msgstr "" + +#. Description of the 'Login After' (Int) field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Allow user to login only after this hour (0-24)" +msgstr "" + +#. Description of the 'Login Before' (Int) field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Allow user to login only before this hour (0-24)" +msgstr "" + +#. Description of the 'Login with email link' (Check) field in DocType 'System +#. Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Allow users to log in without a password, using a login link sent to their email" +msgstr "" + +#. Label of a Link field in DocType 'Workflow Transition' +#: frappe/workflow/doctype/workflow_transition/workflow_transition.json +msgid "Allowed" +msgstr "" + +#. Label of a Small Text field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Allowed File Extensions" +msgstr "" + +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Allowed In Mentions" +msgstr "" + +#. Label of a Section Break field in DocType 'User Type' +#: frappe/core/doctype/user_type/user_type.json +msgid "Allowed Modules" +msgstr "" + +#. Label of a Table MultiSelect field in DocType 'OAuth Client' +#: frappe/integrations/doctype/oauth_client/oauth_client.json +msgid "Allowed Roles" +msgstr "" + +#. Label of a Small Text field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Allowed embedding domains" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:1187 +msgid "Allowing DocType, DocType. Be careful!" +msgstr "" + +#: frappe/core/doctype/user/user.py:960 +msgid "Already Registered" +msgstr "" + +#: frappe/desk/form/assign_to.py:136 +msgid "Already in the following Users ToDo list:{0}" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:836 +msgid "Also adding the dependent currency field {0}" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:849 +msgid "Also adding the status dependency field {0}" +msgstr "" + +#. Label of a Data field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Alternative Email ID" +msgstr "" + +#. Label of a Check field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Always add \"Draft\" Heading for printing draft documents" +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Always use this email address as sender address" +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Always use this name as sender name" +msgstr "" + +#. Label of a Check field in DocType 'Custom DocPerm' +#. Label of a Check field in DocType 'DocPerm' +#. Label of a Check field in DocType 'User Document Type' +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/docperm/docperm.json +#: frappe/core/doctype/user_document_type/user_document_type.json +msgid "Amend" +msgstr "" + +#. Option for the 'Action' (Select) field in DocType 'Amended Document Naming +#. Settings' +#. Option for the 'Default Amendment Naming' (Select) field in DocType +#. 'Document Naming Settings' +#: frappe/core/doctype/amended_document_naming_settings/amended_document_naming_settings.json +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Amend Counter" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/amended_document_naming_settings/amended_document_naming_settings.json +msgid "Amended Document Naming Settings" +msgstr "" + +#. Label of a Section Break field in DocType 'Document Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Amended Documents" +msgstr "" + +#. Label of a Link field in DocType 'Transaction Log' +#. Label of a Link field in DocType 'Personal Data Download Request' +#: frappe/core/doctype/transaction_log/transaction_log.json +#: frappe/website/doctype/personal_data_download_request/personal_data_download_request.json +msgid "Amended From" +msgstr "" + +#: frappe/public/js/frappe/form/save.js:12 +msgctxt "Freeze message while amending a document" +msgid "Amending" +msgstr "" + +#. Label of a Table field in DocType 'Document Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Amendment Naming Override" +msgstr "" + +#: frappe/core/doctype/document_naming_settings/document_naming_settings.py:207 +msgid "Amendment naming rules updated." +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/toolbar.js:312 +msgid "An error occurred while setting Session Defaults" +msgstr "" + +#. Description of the 'FavIcon' (Attach) field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "An icon file with .ico extension. Should be 16 x 16 px. Generated using a favicon generator. [favicon-generator.org]" +msgstr "" + +#: frappe/templates/includes/oauth_confirmation.html:35 +msgid "An unexpected error occurred while authorizing {}." +msgstr "" + +#. Label of a Section Break field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Analytics" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:35 +msgid "Ancestors Of" +msgstr "" + +#. Label of a Text Editor field in DocType 'Navbar Settings' +#: frappe/core/doctype/navbar_settings/navbar_settings.json +msgid "Announcement Widget" +msgstr "" + +#. Label of a Section Break field in DocType 'Navbar Settings' +#: frappe/core/doctype/navbar_settings/navbar_settings.json +msgid "Announcements" +msgstr "" + +#. Option for the 'Frequency' (Select) field in DocType 'Scheduled Job Type' +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +msgid "Annual" +msgstr "" + +#. Label of a Code field in DocType 'Personal Data Deletion Request' +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.json +msgid "Anonymization Matrix" +msgstr "" + +#. Label of a Check field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Anonymous responses" +msgstr "" + +#: frappe/public/js/frappe/request.js:186 +msgid "Another transaction is blocking this one. Please try again in a few seconds." +msgstr "" + +#: frappe/model/rename_doc.py:376 +msgid "Another {0} with name {1} exists, select another name" +msgstr "" + +#. Description of the 'Raw Commands' (Code) field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "Any string-based printer languages can be used. Writing raw commands requires knowledge of the printer's native language provided by the printer manufacturer. Please refer to the developer manual provided by the printer manufacturer on how to write their native commands. These commands are rendered on the server side using the Jinja Templating Language." +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:36 +msgid "Apart from System Manager, roles with Set User Permissions right can set permissions for other users for that Document Type." +msgstr "" + +#. Label of a Tab Break field in DocType 'System Settings' +#. Label of a Section Break field in DocType 'User' +#. Label of a Data field in DocType 'Desktop Icon' +#. Label of a Data field in DocType 'Website Theme Ignore App' +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/core/doctype/user/user.json +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +#: frappe/website/doctype/website_theme_ignore_app/website_theme_ignore_app.json +msgid "App" +msgstr "" + +#. Label of a Data field in DocType 'Dropbox Settings' +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.json +msgid "App Access Key" +msgstr "" + +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.js:22 +msgid "App Access Key and/or Secret Key are not present." +msgstr "" + +#. Label of a Data field in DocType 'OAuth Client' +#: frappe/integrations/doctype/oauth_client/oauth_client.json +msgid "App Client ID" +msgstr "" + +#. Label of a Data field in DocType 'OAuth Client' +#: frappe/integrations/doctype/oauth_client/oauth_client.json +msgid "App Client Secret" +msgstr "" + +#. Label of a Data field in DocType 'Google Settings' +#: frappe/integrations/doctype/google_settings/google_settings.json +msgid "App ID" +msgstr "" + +#. Label of a Attach Image field in DocType 'Website Settings' +#: frappe/public/js/frappe/ui/toolbar/navbar.html:8 +#: frappe/website/doctype/website_settings/website_settings.json +msgid "App Logo" +msgstr "" + +#. Label of a Select field in DocType 'Module Def' +#. Label of a Data field in DocType 'Changelog Feed' +#. Label of a Data field in DocType 'OAuth Client' +#. Label of a Data field in DocType 'Website Settings' +#: frappe/core/doctype/installed_applications/installed_applications.js:27 +#: frappe/core/doctype/module_def/module_def.json +#: frappe/desk/doctype/changelog_feed/changelog_feed.json +#: frappe/integrations/doctype/oauth_client/oauth_client.json +#: frappe/website/doctype/website_settings/website_settings.json +msgid "App Name" +msgstr "" + +#. Label of a Password field in DocType 'Dropbox Settings' +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.json +msgid "App Secret Key" +msgstr "" + +#: frappe/modules/utils.py:280 +msgid "App not found for module: {0}" +msgstr "" + +#: frappe/__init__.py:1711 +msgid "App {0} is not installed" +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#. Label of a Check field in DocType 'Email Domain' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_domain/email_domain.json +msgid "Append Emails to Sent Folder" +msgstr "" + +#. Label of a Link field in DocType 'Email Account' +#. Label of a Link field in DocType 'IMAP Folder' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/imap_folder/imap_folder.json +msgid "Append To" +msgstr "" + +#: frappe/email/doctype/email_account/email_account.py:184 +msgid "Append To can be one of {0}" +msgstr "" + +#. Description of the 'Append To' (Link) field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Append as communication against this DocType (must have fields: \"Sender\" and \"Subject\"). These fields can be defined in the email settings section of the appended doctype." +msgstr "" + +#: frappe/core/doctype/user_permission/user_permission_list.js:105 +msgid "Applicable Document Types" +msgstr "" + +#. Label of a Link field in DocType 'User Permission' +#: frappe/core/doctype/user_permission/user_permission.json +msgid "Applicable For" +msgstr "" + +#. Label of a Attach Image field in DocType 'Navbar Settings' +#. Label of a Section Break field in DocType 'Navbar Settings' +#: frappe/core/doctype/navbar_settings/navbar_settings.json +msgid "Application Logo" +msgstr "" + +#. Label of a Data field in DocType 'Installed Application' +#. Label of a Data field in DocType 'System Settings' +#: frappe/core/doctype/installed_application/installed_application.json +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Application Name" +msgstr "" + +#. Label of a Data field in DocType 'Installed Application' +#: frappe/core/doctype/installed_application/installed_application.json +msgid "Application Version" +msgstr "" + +#. Label of a Select field in DocType 'Property Setter' +#: frappe/custom/doctype/property_setter/property_setter.json +msgid "Applied On" +msgstr "" + +#: frappe/public/js/form_builder/components/Field.vue:103 +msgid "Apply" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1888 +msgctxt "Button in list view actions menu" +msgid "Apply Assignment Rule" +msgstr "" + +#. Label of a Check field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Apply Document Permissions" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter_list.js:317 +msgid "Apply Filters" +msgstr "" + +#. Label of a Check field in DocType 'Energy Point Rule' +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +msgid "Apply Only Once" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Apply Strict User Permissions" +msgstr "" + +#. Label of a Select field in DocType 'Client Script' +#: frappe/custom/doctype/client_script/client_script.json +msgid "Apply To" +msgstr "" + +#. Label of a Check field in DocType 'User Permission' +#: frappe/core/doctype/user_permission/user_permission.json +msgid "Apply To All Document Types" +msgstr "" + +#. Label of a Link field in DocType 'User Type' +#: frappe/core/doctype/user_type/user_type.json +msgid "Apply User Permission On" +msgstr "" + +#. Description of the 'If user is the owner' (Check) field in DocType 'Custom +#. DocPerm' +#. Description of the 'If user is the owner' (Check) field in DocType 'DocPerm' +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/docperm/docperm.json +msgid "Apply this rule if the User is the Owner" +msgstr "" + +#. Description of the 'Apply Only Once' (Check) field in DocType 'Energy Point +#. Rule' +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +msgid "Apply this rule only once per document" +msgstr "" + +#: frappe/core/doctype/user_permission/user_permission_list.js:75 +msgid "Apply to all Documents Types" +msgstr "" + +#: frappe/model/workflow.py:258 +msgid "Applying: {0}" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/review.js:62 +msgid "Appreciate" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Energy Point Log' +#: frappe/social/doctype/energy_point_log/energy_point_log.json +msgid "Appreciation" +msgstr "" + +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:111 +msgid "Approval Required" +msgstr "" + +#. Label of a standard navbar item +#. Type: Route +#: frappe/hooks.py frappe/templates/includes/navbar/navbar_login.html:18 +#: frappe/website/js/website.js:617 +msgid "Apps" +msgstr "" + +#: frappe/public/js/frappe/utils/number_systems.js:41 +msgctxt "Number system" +msgid "Ar" +msgstr "" + +#: frappe/public/js/frappe/views/kanban/kanban_column.html:14 +msgid "Archive" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Kanban Board Column' +#: frappe/desk/doctype/kanban_board_column/kanban_board_column.json +msgid "Archived" +msgstr "" + +#: frappe/public/js/frappe/views/kanban/kanban_board.bundle.js:489 +msgid "Archived Columns" +msgstr "" + +#: frappe/public/js/frappe/form/grid.js:269 +msgid "Are you sure you want to delete all rows?" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:930 +msgid "Are you sure you want to delete page {0}?" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/attachments.js:135 +msgid "Are you sure you want to delete the attachment?" +msgstr "" + +#: frappe/public/js/form_builder/components/Section.vue:197 +msgctxt "Confirmation dialog message" +msgid "Are you sure you want to delete the column? All the fields in the column will be moved to the previous column." +msgstr "" + +#: frappe/public/js/form_builder/components/Section.vue:126 +msgctxt "Confirmation dialog message" +msgid "Are you sure you want to delete the section? All the columns along with fields in the section will be moved to the previous section." +msgstr "" + +#: frappe/public/js/form_builder/components/Tabs.vue:65 +msgctxt "Confirmation dialog message" +msgid "Are you sure you want to delete the tab? All the sections along with fields in the tab will be moved to the previous tab." +msgstr "" + +#: frappe/public/js/frappe/web_form/web_form.js:185 +msgid "Are you sure you want to discard the changes?" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:896 +msgid "Are you sure you want to generate a new report?" +msgstr "" + +#: frappe/public/js/frappe/form/toolbar.js:111 +msgid "Are you sure you want to merge {0} with {1}?" +msgstr "" + +#: frappe/public/js/frappe/views/kanban/kanban_view.js:105 +msgid "Are you sure you want to proceed?" +msgstr "" + +#: frappe/core/doctype/rq_job/rq_job_list.js:25 +msgid "Are you sure you want to re-enable scheduler?" +msgstr "" + +#: frappe/core/doctype/communication/communication.js:163 +msgid "Are you sure you want to relink this communication to {0}?" +msgstr "" + +#: frappe/core/doctype/rq_job/rq_job_list.js:10 +msgid "Are you sure you want to remove all failed jobs?" +msgstr "" + +#: frappe/public/js/frappe/list/list_filter.js:109 +msgid "Are you sure you want to remove the {0} filter?" +msgstr "" + +#: frappe/public/js/frappe/views/dashboard/dashboard_view.js:267 +msgid "Are you sure you want to reset all customizations?" +msgstr "" + +#: frappe/workflow/doctype/workflow/workflow.js:125 +msgid "Are you sure you want to save this document?" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.js:60 +msgid "Are you sure you want to send this newsletter now?" +msgstr "" + +#: frappe/core/doctype/document_naming_rule/document_naming_rule.js:16 +#: frappe/core/doctype/user_permission/user_permission_list.js:165 +msgid "Are you sure?" +msgstr "" + +#. Label of a Code field in DocType 'RQ Job' +#: frappe/core/doctype/rq_job/rq_job.json +msgid "Arguments" +msgstr "" + +#. Option for the 'Font' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Arial" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:11 +msgid "As a best practice, do not assign the same set of permission rule to different Roles. Instead, set multiple Roles to the same User." +msgstr "" + +#: frappe/desk/form/assign_to.py:106 +msgid "As document sharing is disabled, please give them the required permissions before assigning." +msgstr "" + +#: frappe/templates/emails/account_deletion_notification.html:3 +msgid "As per your request, your account and data on {0} associated with email {1} has been permanently deleted" +msgstr "" + +#. Label of a Code field in DocType 'Assignment Rule' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +msgid "Assign Condition" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/assign_to.js:189 +msgid "Assign To" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1849 +msgctxt "Button in list view actions menu" +msgid "Assign To" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/assign_to.js:180 +msgid "Assign To User Group" +msgstr "" + +#. Label of a Section Break field in DocType 'Assignment Rule' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +msgid "Assign To Users" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/assign_to.js:258 +msgid "Assign a user" +msgstr "" + +#: frappe/automation/doctype/assignment_rule/assignment_rule.js:52 +msgid "Assign one by one, in sequence" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/assign_to.js:173 +msgid "Assign to me" +msgstr "" + +#: frappe/automation/doctype/assignment_rule/assignment_rule.js:53 +msgid "Assign to the one who has the least assignments" +msgstr "" + +#: frappe/automation/doctype/assignment_rule/assignment_rule.js:54 +msgid "Assign to the user set in this field" +msgstr "" + +#. Option for the 'Comment Type' (Select) field in DocType 'Comment' +#. Option for the 'Comment Type' (Select) field in DocType 'Communication' +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +msgid "Assigned" +msgstr "" + +#. Label of a Link field in DocType 'ToDo' +#: frappe/desk/doctype/todo/todo.json frappe/desk/report/todo/todo.py:41 +msgid "Assigned By" +msgstr "" + +#. Label of a Read Only field in DocType 'ToDo' +#: frappe/desk/doctype/todo/todo.json +msgid "Assigned By Full Name" +msgstr "" + +#: frappe/model/meta.py:54 +#: frappe/public/js/frappe/form/templates/form_sidebar.html:48 +#: frappe/public/js/frappe/list/list_sidebar_group_by.js:71 +#: frappe/public/js/frappe/model/meta.js:207 +#: frappe/public/js/frappe/model/model.js:136 +#: frappe/public/js/frappe/views/interaction.js:82 +msgid "Assigned To" +msgstr "" + +#: frappe/desk/report/todo/todo.py:40 +msgid "Assigned To/Owner" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/assign_to.js:267 +msgid "Assigning..." +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Notification Log' +#: frappe/desk/doctype/notification_log/notification_log.json +msgid "Assignment" +msgstr "" + +#. Option for the 'Comment Type' (Select) field in DocType 'Comment' +#. Option for the 'Comment Type' (Select) field in DocType 'Communication' +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +msgid "Assignment Completed" +msgstr "" + +#. Label of a Section Break field in DocType 'Assignment Rule' +#. Label of a Table field in DocType 'Assignment Rule' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +msgid "Assignment Days" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Tools Workspace +#. Label of a shortcut in the Tools Workspace +#. Linked DocType in DocType's connections +#. Label of a Link field in DocType 'ToDo' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +#: frappe/automation/workspace/tools/tools.json +#: frappe/core/doctype/doctype/doctype.json frappe/desk/doctype/todo/todo.json +msgid "Assignment Rule" +msgstr "" + +#. Name of a DocType +#: frappe/automation/doctype/assignment_rule_day/assignment_rule_day.json +msgid "Assignment Rule Day" +msgstr "" + +#. Name of a DocType +#: frappe/automation/doctype/assignment_rule_user/assignment_rule_user.json +msgid "Assignment Rule User" +msgstr "" + +#: frappe/automation/doctype/assignment_rule/assignment_rule.py:55 +msgid "Assignment Rule is not allowed on document type {0}" +msgstr "" + +#. Label of a Section Break field in DocType 'Assignment Rule' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +msgid "Assignment Rules" +msgstr "" + +#: frappe/desk/doctype/notification_log/notification_log.py:157 +msgid "Assignment Update on {0}" +msgstr "" + +#: frappe/desk/form/assign_to.py:61 +msgid "Assignment for {0} {1}" +msgstr "" + +#: frappe/desk/doctype/todo/todo.py:61 +msgid "Assignment of {0} removed by {1}" +msgstr "" + +#. Label of a Check field in DocType 'Notification Settings' +#: frappe/desk/doctype/notification_settings/notification_settings.json +#: frappe/public/js/frappe/form/sidebar/assign_to.js:253 +msgid "Assignments" +msgstr "" + +#: frappe/public/js/frappe/form/grid_row.js:650 +msgid "At least one column is required to show in the grid." +msgstr "" + +#: frappe/website/doctype/web_form/web_form.js:73 +msgid "Atleast one field is required in Web Form Fields Table" +msgstr "" + +#: frappe/core/doctype/data_export/data_export.js:44 +msgid "Atleast one field of Parent Document Type is mandatory" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/public/js/form_builder/components/controls/AttachControl.vue:15 +#: frappe/public/js/frappe/form/controls/attach.js:5 +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Attach" +msgstr "" + +#: frappe/public/js/frappe/views/communication.js:143 +msgid "Attach Document Print" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Template Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/web_form_field/web_form_field.json +#: frappe/website/doctype/web_template_field/web_template_field.json +msgid "Attach Image" +msgstr "" + +#. Label of a Attach field in DocType 'Package Import' +#: frappe/core/doctype/package_import/package_import.json +msgid "Attach Package" +msgstr "" + +#. Label of a Check field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Attach Print" +msgstr "" + +#: frappe/public/js/frappe/file_uploader/WebLink.vue:10 +msgid "Attach a web link" +msgstr "" + +#: frappe/website/doctype/website_slideshow/website_slideshow.js:8 +msgid "Attach files / urls and add in table." +msgstr "" + +#. Label of a Code field in DocType 'Notification Log' +#: frappe/desk/doctype/notification_log/notification_log.json +msgid "Attached File" +msgstr "" + +#. Label of a Link field in DocType 'File' +#: frappe/core/doctype/file/file.json +msgid "Attached To DocType" +msgstr "" + +#. Label of a Data field in DocType 'File' +#: frappe/core/doctype/file/file.json +msgid "Attached To Field" +msgstr "" + +#. Label of a Data field in DocType 'File' +#: frappe/core/doctype/file/file.json +msgid "Attached To Name" +msgstr "" + +#: frappe/core/doctype/file/file.py:139 +msgid "Attached To Name must be a string or an integer" +msgstr "" + +#. Option for the 'Comment Type' (Select) field in DocType 'Comment' +#. Option for the 'Comment Type' (Select) field in DocType 'Communication' +#. Label of a Attach field in DocType 'Newsletter Attachment' +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +#: frappe/email/doctype/newsletter_attachment/newsletter_attachment.json +msgid "Attachment" +msgstr "" + +#. Label of a Int field in DocType 'Email Account' +#. Label of a Int field in DocType 'Email Domain' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_domain/email_domain.json +msgid "Attachment Limit (MB)" +msgstr "" + +#: frappe/core/doctype/file/file.py:320 +#: frappe/public/js/frappe/form/sidebar/attachments.js:36 +msgid "Attachment Limit Reached" +msgstr "" + +#. Label of a HTML field in DocType 'Notification Log' +#: frappe/desk/doctype/notification_log/notification_log.json +msgid "Attachment Link" +msgstr "" + +#. Option for the 'Comment Type' (Select) field in DocType 'Comment' +#. Option for the 'Comment Type' (Select) field in DocType 'Communication' +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +msgid "Attachment Removed" +msgstr "" + +#. Label of a Code field in DocType 'Email Queue' +#. Label of a Table field in DocType 'Newsletter' +#: frappe/core/doctype/file/utils.py:38 +#: frappe/email/doctype/email_queue/email_queue.json +#: frappe/email/doctype/newsletter/newsletter.json +#: frappe/email/doctype/newsletter/templates/newsletter.html:47 +#: frappe/public/js/frappe/form/templates/form_sidebar.html:65 +#: frappe/website/doctype/web_form/templates/web_form.html:103 +msgid "Attachments" +msgstr "" + +#: frappe/public/js/frappe/form/print_utils.js:91 +msgid "Attempting Connection to QZ Tray..." +msgstr "" + +#: frappe/public/js/frappe/form/print_utils.js:107 +msgid "Attempting to launch QZ Tray..." +msgstr "" + +#. Label of a Table field in DocType 'Newsletter' +#: frappe/email/doctype/newsletter/newsletter.json +msgid "Audience" +msgstr "" + +#. Name of a report +#: frappe/custom/report/audit_system_hooks/audit_system_hooks.json +msgid "Audit System Hooks" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/audit_trail/audit_trail.json +msgid "Audit Trail" +msgstr "" + +#. Label of a Code field in DocType 'Social Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Auth URL Data" +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Authenticate as Service Principal" +msgstr "" + +#. Label of a Section Break field in DocType 'Email Account' +#. Label of a Section Break field in DocType 'Push Notification Settings' +#. Label of a Card Break in the Integrations Workspace +#: frappe/email/doctype/email_account/email_account.json +#: frappe/integrations/doctype/push_notification_settings/push_notification_settings.json +#: frappe/integrations/workspace/integrations/integrations.json +msgid "Authentication" +msgstr "" + +#: frappe/www/qrcode.html:19 +msgid "Authentication Apps you can use are: " +msgstr "" + +#: frappe/email/doctype/email_account/email_account.py:311 +msgid "Authentication failed while receiving emails from Email Account: {0}." +msgstr "" + +#. Label of a Data field in DocType 'Help Article' +#: frappe/website/doctype/help_article/help_article.json +msgid "Author" +msgstr "" + +#. Label of a Password field in DocType 'Google Calendar' +#. Label of a Password field in DocType 'Google Contacts' +#. Label of a Data field in DocType 'Google Drive' +#. Label of a Data field in DocType 'OAuth Authorization Code' +#. Option for the 'Grant Type' (Select) field in DocType 'OAuth Client' +#: frappe/integrations/doctype/google_calendar/google_calendar.json +#: frappe/integrations/doctype/google_contacts/google_contacts.json +#: frappe/integrations/doctype/google_drive/google_drive.json +#: frappe/integrations/doctype/oauth_authorization_code/oauth_authorization_code.json +#: frappe/integrations/doctype/oauth_client/oauth_client.json +msgid "Authorization Code" +msgstr "" + +#. Label of a Small Text field in DocType 'Connected App' +#: frappe/integrations/doctype/connected_app/connected_app.json +msgid "Authorization URI" +msgstr "" + +#: frappe/templates/includes/oauth_confirmation.html:32 +msgid "Authorization error for {}." +msgstr "" + +#. Label of a Button field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Authorize API Access" +msgstr "" + +#. Label of a Button field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Authorize API Indexing Access" +msgstr "" + +#. Label of a Button field in DocType 'Google Calendar' +#: frappe/integrations/doctype/google_calendar/google_calendar.json +msgid "Authorize Google Calendar Access" +msgstr "" + +#. Label of a Button field in DocType 'Google Contacts' +#: frappe/integrations/doctype/google_contacts/google_contacts.json +msgid "Authorize Google Contacts Access" +msgstr "" + +#. Label of a Button field in DocType 'Google Drive' +#: frappe/integrations/doctype/google_drive/google_drive.json +msgid "Authorize Google Drive Access" +msgstr "" + +#. Label of a Data field in DocType 'Social Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Authorize URL" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Integration Request' +#: frappe/integrations/doctype/integration_request/integration_request.json +msgid "Authorized" +msgstr "" + +#. Option for the 'Skip Authorization' (Select) field in DocType 'OAuth +#. Provider Settings' +#. Option for the 'Type' (Select) field in DocType 'Energy Point Log' +#: frappe/integrations/doctype/oauth_provider_settings/oauth_provider_settings.json +#: frappe/social/doctype/energy_point_log/energy_point_log.json +msgid "Auto" +msgstr "" + +#. Label of a Link in the Tools Workspace +#. Name of a DocType +#: frappe/automation/workspace/tools/tools.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Auto Email Report" +msgstr "" + +#. Label of a Data field in DocType 'DocType' +#. Label of a Data field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Auto Name" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Tools Workspace +#. Linked DocType in DocType's connections +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/automation/workspace/tools/tools.json +#: frappe/core/doctype/doctype/doctype.json +#: frappe/public/js/frappe/utils/common.js:442 +msgid "Auto Repeat" +msgstr "" + +#. Name of a DocType +#: frappe/automation/doctype/auto_repeat_day/auto_repeat_day.json +msgid "Auto Repeat Day" +msgstr "" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:163 +msgid "Auto Repeat Day{0} {1} has been repeated." +msgstr "" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:441 +msgid "Auto Repeat Document Creation Failed" +msgstr "" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.js:115 +msgid "Auto Repeat Schedule" +msgstr "" + +#: frappe/public/js/frappe/utils/common.js:434 +msgid "Auto Repeat created for this document" +msgstr "" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:444 +msgid "Auto Repeat failed for {0}" +msgstr "" + +#. Label of a Section Break field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Auto Reply" +msgstr "" + +#. Label of a Text Editor field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Auto Reply Message" +msgstr "" + +#: frappe/automation/doctype/assignment_rule/assignment_rule.py:177 +msgid "Auto assignment failed: {0}" +msgstr "" + +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Auto follow documents that are assigned to you" +msgstr "" + +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Auto follow documents that are shared with you" +msgstr "" + +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Auto follow documents that you Like" +msgstr "" + +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Auto follow documents that you comment on" +msgstr "" + +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Auto follow documents that you create" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Autocomplete" +msgstr "" + +#. Option for the 'Naming Rule' (Select) field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Autoincrement" +msgstr "" + +#. Description of a Card Break in the Build Workspace +#: frappe/core/workspace/build/build.json +msgid "Automate processes and extend standard functionality using scripts and background jobs" +msgstr "" + +#. Option for the 'Communication Type' (Select) field in DocType +#. 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Automated Message" +msgstr "" + +#. Option for the 'Desk Theme' (Select) field in DocType 'User' +#: frappe/core/doctype/user/user.json +#: frappe/public/js/frappe/ui/theme_switcher.js:69 +msgid "Automatic" +msgstr "" + +#: frappe/email/doctype/email_account/email_account.py:719 +msgid "Automatic Linking can be activated only for one Email Account." +msgstr "" + +#: frappe/email/doctype/email_account/email_account.py:713 +msgid "Automatic Linking can be activated only if Incoming is enabled." +msgstr "" + +#. Description of a DocType +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +msgid "Automatically Assign Documents to Users" +msgstr "" + +#. Label of a Int field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Automatically delete account within (hours)" +msgstr "" + +#. Label of a Card Break in the Tools Workspace +#: frappe/automation/workspace/tools/tools.json +msgid "Automation" +msgstr "" + +#. Label of a Attach Image field in DocType 'Blogger' +#: frappe/website/doctype/blogger/blogger.json +msgid "Avatar" +msgstr "" + +#. Option for the 'Chart Type' (Select) field in DocType 'Dashboard Chart' +#. Option for the 'Group By Type' (Select) field in DocType 'Dashboard Chart' +#. Option for the 'Function' (Select) field in DocType 'Number Card' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/public/js/frappe/form/controls/password.js:89 +#: frappe/public/js/frappe/ui/group_by/group_by.js:21 +msgid "Average" +msgstr "" + +#: frappe/public/js/frappe/ui/group_by/group_by.js:333 +msgid "Average of {0}" +msgstr "" + +#: frappe/utils/password_strength.py:124 +msgid "Avoid dates and years that are associated with you." +msgstr "" + +#: frappe/utils/password_strength.py:118 +msgid "Avoid recent years." +msgstr "" + +#: frappe/utils/password_strength.py:111 +msgid "Avoid sequences like abc or 6543 as they are easy to guess" +msgstr "" + +#: frappe/utils/password_strength.py:118 +msgid "Avoid years that are associated with you." +msgstr "" + +#. Label of a Check field in DocType 'User Email' +#: frappe/core/doctype/user_email/user_email.json +msgid "Awaiting Password" +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Awaiting password" +msgstr "" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:200 +msgid "Awesome Work" +msgstr "" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:358 +msgid "Awesome, now try making an entry yourself" +msgstr "" + +#: frappe/public/js/frappe/utils/number_systems.js:9 +msgctxt "Number system" +msgid "B" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "B0" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "B1" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "B10" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "B2" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "B3" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "B4" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "B5" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "B6" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "B7" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "B8" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "B9" +msgstr "" + +#. Label of a Code field in DocType 'Communication' +#. Label of a Code field in DocType 'Notification Recipient' +#: frappe/core/doctype/communication/communication.json +#: frappe/email/doctype/notification_recipient/notification_recipient.json +#: frappe/public/js/frappe/views/communication.js:79 +msgid "BCC" +msgstr "" + +#: frappe/public/js/frappe/file_uploader/ImageCropper.vue:31 +#: frappe/public/js/frappe/widgets/onboarding_widget.js:186 +msgid "Back" +msgstr "" + +#: frappe/templates/pages/integrations/gcalendar-success.html:13 +msgid "Back to Desk" +msgstr "" + +#: frappe/www/404.html:20 +msgid "Back to Home" +msgstr "" + +#: frappe/www/login.html:181 frappe/www/login.html:212 +msgid "Back to Login" +msgstr "" + +#. Label of a Color field in DocType 'Social Link Settings' +#. Label of a Link field in DocType 'Website Theme' +#: frappe/website/doctype/social_link_settings/social_link_settings.json +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Background Color" +msgstr "" + +#. Label of a Attach Image field in DocType 'Web Page Block' +#: frappe/website/doctype/web_page_block/web_page_block.json +msgid "Background Image" +msgstr "" + +#. Label of a Link in the Build Workspace +#. Label of a Section Break field in DocType 'System Health Report' +#: frappe/core/workspace/build/build.json +#: frappe/desk/doctype/system_health_report/system_health_report.json +#: frappe/public/js/frappe/ui/toolbar/toolbar.js:168 +msgid "Background Jobs" +msgstr "" + +#. Label of a Data field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Background Jobs Check" +msgstr "" + +#. Label of a Autocomplete field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "Background Jobs Queue" +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:87 +msgid "Background Print (required for >25 documents)" +msgstr "" + +#. Label of a Section Break field in DocType 'System Settings' +#. Label of a Table field in DocType 'System Health Report' +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Background Workers" +msgstr "" + +#: frappe/integrations/doctype/google_drive/google_drive.py:172 +msgid "Backing up Data." +msgstr "" + +#: frappe/integrations/doctype/google_drive/google_drive.js:32 +msgid "Backing up to Google Drive." +msgstr "" + +#. Label of a Card Break in the Integrations Workspace +#: frappe/integrations/workspace/integrations/integrations.json +msgid "Backup" +msgstr "" + +#. Label of a Section Break field in DocType 'S3 Backup Settings' +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +msgid "Backup Details" +msgstr "" + +#: frappe/desk/page/backups/backups.js:26 +msgid "Backup Encryption Key" +msgstr "" + +#. Label of a Check field in DocType 'S3 Backup Settings' +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +msgid "Backup Files" +msgstr "" + +#. Label of a Data field in DocType 'Google Drive' +#: frappe/integrations/doctype/google_drive/google_drive.json +msgid "Backup Folder ID" +msgstr "" + +#. Label of a Data field in DocType 'Google Drive' +#: frappe/integrations/doctype/google_drive/google_drive.json +msgid "Backup Folder Name" +msgstr "" + +#. Label of a Select field in DocType 'Dropbox Settings' +#. Label of a Select field in DocType 'S3 Backup Settings' +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.json +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +msgid "Backup Frequency" +msgstr "" + +#: frappe/desk/page/backups/backups.py:95 +msgid "Backup job is already queued. You will receive an email with the download link" +msgstr "" + +#. Description of the 'Backup Files' (Check) field in DocType 'S3 Backup +#. Settings' +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +msgid "Backup public and private files along with the database." +msgstr "" + +#. Label of a Tab Break field in DocType 'System Settings' +#. Label of a Section Break field in DocType 'System Health Report' +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Backups" +msgstr "" + +#. Label of a Float field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Backups (MB)" +msgstr "" + +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.py:66 +msgid "Bad Cron Expression" +msgstr "" + +#. Option for the 'Rounding Method' (Select) field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Banker's Rounding" +msgstr "" + +#. Option for the 'Rounding Method' (Select) field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Banker's Rounding (legacy)" +msgstr "" + +#. Label of a Section Break field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Banner" +msgstr "" + +#. Label of a Code field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Banner HTML" +msgstr "" + +#. Label of a Attach Image field in DocType 'User' +#. Label of a Attach Image field in DocType 'Web Form' +#: frappe/core/doctype/user/user.json +#: frappe/website/doctype/web_form/web_form.json +msgid "Banner Image" +msgstr "" + +#. Description of the 'Banner HTML' (Code) field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Banner is above the Top Menu Bar." +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Bar" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Barcode" +msgstr "" + +#. Label of a Data field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "Base Distinguished Name (DN)" +msgstr "" + +#. Label of a Data field in DocType 'Social Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Base URL" +msgstr "" + +#. Label of a Link field in DocType 'Language' +#: frappe/core/doctype/language/language.json +#: frappe/printing/page/print/print.js:273 +#: frappe/printing/page/print/print.js:327 +msgid "Based On" +msgstr "" + +#. Option for the 'Rule' (Select) field in DocType 'Assignment Rule' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +msgid "Based on Field" +msgstr "" + +#. Label of a Link field in DocType 'Auto Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Based on Permissions For User" +msgstr "" + +#. Option for the 'Method' (Select) field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Basic" +msgstr "" + +#. Label of a Section Break field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Basic Info" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:60 +#: frappe/public/js/frappe/ui/filters/filter.js:66 +msgid "Before" +msgstr "" + +#. Option for the 'DocType Event' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "Before Cancel" +msgstr "" + +#. Option for the 'DocType Event' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "Before Delete" +msgstr "" + +#. Option for the 'DocType Event' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "Before Insert" +msgstr "" + +#. Option for the 'DocType Event' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "Before Print" +msgstr "" + +#. Option for the 'DocType Event' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "Before Rename" +msgstr "" + +#. Option for the 'DocType Event' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "Before Save" +msgstr "" + +#. Option for the 'DocType Event' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "Before Save (Submitted Document)" +msgstr "" + +#. Option for the 'DocType Event' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "Before Submit" +msgstr "" + +#. Option for the 'DocType Event' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "Before Validate" +msgstr "" + +#. Option for the 'Level' (Select) field in DocType 'Help Article' +#: frappe/website/doctype/help_article/help_article.json +msgid "Beginner" +msgstr "" + +#: frappe/public/js/frappe/form/link_selector.js:29 +msgid "Beginning with" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Beta" +msgstr "" + +#: frappe/utils/password_strength.py:65 +msgid "Better add a few more letters or another word" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:27 +msgid "Between" +msgstr "" + +#. Option for the 'Address Type' (Select) field in DocType 'Address' +#: frappe/contacts/doctype/address/address.json +msgid "Billing" +msgstr "" + +#: frappe/public/js/frappe/form/templates/contact_list.html:21 +msgid "Billing Contact" +msgstr "" + +#. Label of a Data field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Binary Logging" +msgstr "" + +#. Label of a Small Text field in DocType 'User' +#. Label of a Small Text field in DocType 'About Us Team Member' +#. Label of a Small Text field in DocType 'Blogger' +#: frappe/core/doctype/user/user.json +#: frappe/website/doctype/about_us_team_member/about_us_team_member.json +#: frappe/website/doctype/blogger/blogger.json +msgid "Bio" +msgstr "" + +#. Label of a Date field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Birth Date" +msgstr "" + +#: frappe/public/js/frappe/data_import/data_exporter.js:41 +msgid "Blank Template" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/block_module/block_module.json +msgid "Block Module" +msgstr "" + +#. Label of a Table field in DocType 'Module Profile' +#. Label of a Table field in DocType 'User' +#: frappe/core/doctype/module_profile/module_profile.json +#: frappe/core/doctype/user/user.json +msgid "Block Modules" +msgstr "" + +#. Label of a Check field in DocType 'Desktop Icon' +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +msgid "Blocked" +msgstr "" + +#. Label of a Card Break in the Website Workspace +#: frappe/website/doctype/blog_post/blog_post.py:239 +#: frappe/website/doctype/blog_post/templates/blog_post.html:13 +#: frappe/website/doctype/blog_post/templates/blog_post_list.html:2 +#: frappe/website/doctype/blog_post/templates/blog_post_list.html:11 +#: frappe/website/workspace/website/website.json +msgid "Blog" +msgstr "" + +#. Name of a DocType +#. Label of a Link field in DocType 'Blog Post' +#. Label of a Link in the Website Workspace +#: frappe/website/doctype/blog_category/blog_category.json +#: frappe/website/doctype/blog_post/blog_post.json +#: frappe/website/workspace/website/website.json +msgid "Blog Category" +msgstr "" + +#. Label of a Small Text field in DocType 'Blog Post' +#: frappe/website/doctype/blog_post/blog_post.json +msgid "Blog Intro" +msgstr "" + +#. Label of a Small Text field in DocType 'Blog Settings' +#: frappe/website/doctype/blog_settings/blog_settings.json +msgid "Blog Introduction" +msgstr "" + +#. Linked DocType in Blog Category's connections +#. Name of a DocType +#. Linked DocType in Blogger's connections +#. Label of a Link in the Website Workspace +#. Label of a shortcut in the Website Workspace +#: frappe/website/doctype/blog_category/blog_category.json +#: frappe/website/doctype/blog_post/blog_post.json +#: frappe/website/doctype/blogger/blogger.json +#: frappe/website/workspace/website/website.json +msgid "Blog Post" +msgstr "" + +#. Name of a DocType +#: frappe/website/doctype/blog_settings/blog_settings.json +msgid "Blog Settings" +msgstr "" + +#. Label of a Data field in DocType 'Blog Settings' +#: frappe/website/doctype/blog_settings/blog_settings.json +msgid "Blog Title" +msgstr "" + +#. Linked DocType in User's connections +#. Name of a role +#. Label of a Link field in DocType 'Blog Post' +#. Name of a DocType +#. Label of a Link in the Website Workspace +#. Label of a shortcut in the Website Workspace +#: frappe/core/doctype/user/user.json +#: frappe/website/doctype/blog_category/blog_category.json +#: frappe/website/doctype/blog_post/blog_post.json +#: frappe/website/doctype/blog_settings/blog_settings.json +#: frappe/website/doctype/blogger/blogger.json +#: frappe/website/workspace/website/website.json +msgid "Blogger" +msgstr "" + +#. Subtitle of the Module Onboarding 'Website' +#: frappe/website/module_onboarding/website/website.json +msgid "Blogs, Website View Tracking, and more." +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'DocType State' +#. Option for the 'Indicator' (Select) field in DocType 'Kanban Board Column' +#: frappe/core/doctype/doctype_state/doctype_state.json +#: frappe/desk/doctype/kanban_board_column/kanban_board_column.json +msgid "Blue" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Bold" +msgstr "" + +#. Option for the 'Comment Type' (Select) field in DocType 'Comment' +#: frappe/core/doctype/comment/comment.json +msgid "Bot" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:126 +msgid "Both DocType and Name required" +msgstr "" + +#: frappe/templates/includes/login/login.js:25 +#: frappe/templates/includes/login/login.js:97 +msgid "Both login and password required" +msgstr "" + +#. Option for the 'Position' (Select) field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:154 +msgid "Bottom" +msgstr "" + +#. Option for the 'Position' (Select) field in DocType 'Form Tour Step' +#. Option for the 'Page Number' (Select) field in DocType 'Print Format' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:248 +msgid "Bottom Center" +msgstr "" + +#. Option for the 'Page Number' (Select) field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:247 +msgid "Bottom Left" +msgstr "" + +#. Option for the 'Position' (Select) field in DocType 'Form Tour Step' +#. Option for the 'Page Number' (Select) field in DocType 'Print Format' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:249 +msgid "Bottom Right" +msgstr "" + +#. Option for the 'Delivery Status' (Select) field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Bounced" +msgstr "" + +#. Label of a Section Break field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Brand" +msgstr "" + +#. Label of a Code field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Brand HTML" +msgstr "" + +#. Label of a Attach Image field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Brand Image" +msgstr "" + +#. Label of a Attach Image field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Brand Logo" +msgstr "" + +#. Description of the 'Brand HTML' (Code) field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Brand is what appears on the top-left of the toolbar. If it is an image, make sure it\n" +"has a transparent background and use the <img /> tag. Keep size as 200px x 30px" +msgstr "" + +#. Label of a Code field in DocType 'Web Form' +#. Label of a Code field in DocType 'Web Page' +#: frappe/website/doctype/web_form/web_form.json +#: frappe/website/doctype/web_page/web_page.json +msgid "Breadcrumbs" +msgstr "" + +#. Label of a Check field in DocType 'Blog Settings' +#: frappe/website/doctype/blog_post/templates/blog_post_list.html:18 +#: frappe/website/doctype/blog_post/templates/blog_post_list.html:21 +#: frappe/website/doctype/blog_settings/blog_settings.json +msgid "Browse by category" +msgstr "" + +#. Label of a Data field in DocType 'Web Page View' +#: frappe/website/doctype/web_page_view/web_page_view.json +#: frappe/website/report/website_analytics/website_analytics.js:36 +msgid "Browser" +msgstr "" + +#. Label of a Data field in DocType 'Web Page View' +#: frappe/website/doctype/web_page_view/web_page_view.json +msgid "Browser Version" +msgstr "" + +#: frappe/public/js/frappe/desk.js:19 +msgid "Browser not supported" +msgstr "" + +#. Label of a Section Break field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Brute Force Security" +msgstr "" + +#. Label of a Data field in DocType 'S3 Backup Settings' +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +msgid "Bucket Name" +msgstr "" + +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.py:67 +msgid "Bucket {0} not found." +msgstr "" + +#. Label of a Data field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Bufferpool Size" +msgstr "" + +#. Name of a Workspace +#: frappe/core/workspace/build/build.json +msgid "Build" +msgstr "" + +#. Description of a Card Break in the Build Workspace +#: frappe/core/workspace/build/build.json +msgid "Build your own reports, print formats, and dashboards. Create personalized workspaces for easier navigation" +msgstr "" + +#: frappe/workflow/doctype/workflow/workflow_list.js:18 +msgid "Build {0}" +msgstr "" + +#: frappe/templates/includes/footer/footer_powered.html:1 +msgid "Built on {0}" +msgstr "" + +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Bulk Actions" +msgstr "" + +#: frappe/core/doctype/user_permission/user_permission_list.js:142 +msgid "Bulk Delete" +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:321 +msgid "Bulk Edit" +msgstr "" + +#: frappe/public/js/frappe/form/grid.js:1155 +msgid "Bulk Edit {0}" +msgstr "" + +#: frappe/desk/reportview.py:563 +msgid "Bulk Operation Failed" +msgstr "" + +#: frappe/desk/reportview.py:567 +msgid "Bulk Operation Successful" +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:131 +msgid "Bulk PDF Export" +msgstr "" + +#. Label of a Link in the Tools Workspace +#. Name of a DocType +#: frappe/automation/workspace/tools/tools.json +#: frappe/desk/doctype/bulk_update/bulk_update.json +msgid "Bulk Update" +msgstr "" + +#: frappe/model/workflow.py:246 +msgid "Bulk approval only support up to 500 documents." +msgstr "" + +#: frappe/desk/doctype/bulk_update/bulk_update.py:58 +msgid "Bulk operation is enqueued in background." +msgstr "" + +#: frappe/desk/doctype/bulk_update/bulk_update.py:70 +msgid "Bulk operations only support up to 500 documents." +msgstr "" + +#: frappe/model/workflow.py:236 +msgid "Bulk {0} is enqueued in background." +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Button" +msgstr "" + +#. Label of a Check field in DocType 'Website Theme' +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Button Gradients" +msgstr "" + +#. Label of a Check field in DocType 'Website Theme' +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Button Rounded Corners" +msgstr "" + +#. Label of a Check field in DocType 'Website Theme' +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Button Shadows" +msgstr "" + +#. Option for the 'Naming Rule' (Select) field in DocType 'DocType' +#. Option for the 'Naming Rule' (Select) field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "By \"Naming Series\" field" +msgstr "" + +#: frappe/website/doctype/web_page/web_page.js:111 +#: frappe/website/doctype/web_page/web_page.js:118 +msgid "By default the title is used as meta title, adding a value here will override it." +msgstr "" + +#. Description of the 'Send Email for Successful Backup' (Check) field in +#. DocType 'S3 Backup Settings' +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +msgid "By default, emails are only sent for failed backups." +msgstr "" + +#. Option for the 'Naming Rule' (Select) field in DocType 'DocType' +#. Option for the 'Naming Rule' (Select) field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "By fieldname" +msgstr "" + +#. Option for the 'Naming Rule' (Select) field in DocType 'DocType' +#. Option for the 'Naming Rule' (Select) field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "By script" +msgstr "" + +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Bypass Restricted IP Address Check If Two Factor Auth Enabled" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Bypass Two Factor Auth for users who login from restricted IP Address" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Bypass restricted IP Address check If Two Factor Auth Enabled" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "C5E" +msgstr "" + +#: frappe/templates/print_formats/standard_macros.html:212 +msgid "CANCELLED" +msgstr "" + +#. Label of a Code field in DocType 'Communication' +#. Label of a Code field in DocType 'Notification Recipient' +#: frappe/core/doctype/communication/communication.json +#: frappe/email/doctype/notification_recipient/notification_recipient.json +#: frappe/public/js/frappe/views/communication.js:73 +msgid "CC" +msgstr "" + +#. Label of a Data field in DocType 'Recorder' +#: frappe/core/doctype/recorder/recorder.json +msgid "CMD" +msgstr "" + +#: frappe/public/js/frappe/color_picker/color_picker.js:20 +msgid "COLOR PICKER" +msgstr "" + +#. Label of a Section Break field in DocType 'Custom HTML Block' +#. Label of a Code field in DocType 'Print Style' +#. Label of a Code field in DocType 'Web Page' +#: frappe/desk/doctype/custom_html_block/custom_html_block.json +#: frappe/printing/doctype/print_style/print_style.json +#: frappe/website/doctype/web_page/web_page.json +msgid "CSS" +msgstr "" + +#. Label of a Small Text field in DocType 'Web Page Block' +#: frappe/website/doctype/web_page_block/web_page_block.json +msgid "CSS Class" +msgstr "" + +#. Description of the 'Element Selector' (Data) field in DocType 'Form Tour +#. Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "CSS selector for the element you want to highlight." +msgstr "" + +#. Option for the 'File Type' (Select) field in DocType 'Data Export' +#. Option for the 'Format' (Select) field in DocType 'Auto Email Report' +#: frappe/core/doctype/data_export/data_export.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "CSV" +msgstr "" + +#. Label of a Data field in DocType 'Blog Settings' +#: frappe/website/doctype/blog_settings/blog_settings.json +msgid "CTA Label" +msgstr "" + +#. Label of a Data field in DocType 'Blog Settings' +#: frappe/website/doctype/blog_settings/blog_settings.json +msgid "CTA URL" +msgstr "" + +#. Label of a Section Break field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Cache" +msgstr "" + +#: frappe/sessions.py:33 +msgid "Cache Cleared" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:181 +msgid "Calculate" +msgstr "" + +#. Label of a Link in the Tools Workspace +#. Option for the 'Select List View' (Select) field in DocType 'Form Tour' +#. Option for the 'DocType View' (Select) field in DocType 'Workspace Shortcut' +#: frappe/automation/workspace/tools/tools.json +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +msgid "Calendar" +msgstr "" + +#. Label of a Data field in DocType 'Google Calendar' +#: frappe/integrations/doctype/google_calendar/google_calendar.json +msgid "Calendar Name" +msgstr "" + +#. Linked DocType in DocType's connections +#. Name of a DocType +#: frappe/core/doctype/doctype/doctype.json +#: frappe/desk/doctype/calendar_view/calendar_view.json +#: frappe/public/js/frappe/list/base_list.js:207 +msgid "Calendar View" +msgstr "" + +#. Option for the 'Event Category' (Select) field in DocType 'Event' +#: frappe/contacts/doctype/contact/contact.js:55 +#: frappe/desk/doctype/event/event.json +msgid "Call" +msgstr "" + +#. Label of a Data field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Call To Action" +msgstr "" + +#. Label of a Data field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Call To Action URL" +msgstr "" + +#. Label of a Section Break field in DocType 'Blog Settings' +#: frappe/website/doctype/blog_settings/blog_settings.json +msgid "Call to Action" +msgstr "" + +#. Label of a Small Text field in DocType 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Callback Message" +msgstr "" + +#. Label of a Data field in DocType 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Callback Title" +msgstr "" + +#: frappe/public/js/frappe/file_uploader/FileUploader.vue:150 +#: frappe/public/js/frappe/ui/capture.js:326 +msgid "Camera" +msgstr "" + +#. Label of a Link field in DocType 'Newsletter' +#. Label of a Data field in DocType 'Web Page View' +#: frappe/email/doctype/newsletter/newsletter.json +#: frappe/public/js/frappe/utils/utils.js:1733 +#: frappe/website/doctype/web_page_view/web_page_view.json +#: frappe/website/report/website_analytics/website_analytics.js:39 +msgid "Campaign" +msgstr "" + +#. Label of a Small Text field in DocType 'Marketing Campaign' +#: frappe/website/doctype/marketing_campaign/marketing_campaign.json +msgid "Campaign Description (Optional)" +msgstr "" + +#: frappe/public/js/frappe/form/templates/set_sharing.html:4 +#: frappe/public/js/frappe/form/templates/set_sharing.html:50 +msgid "Can Read" +msgstr "" + +#: frappe/public/js/frappe/form/templates/set_sharing.html:7 +#: frappe/public/js/frappe/form/templates/set_sharing.html:53 +msgid "Can Share" +msgstr "" + +#: frappe/public/js/frappe/form/templates/set_sharing.html:6 +#: frappe/public/js/frappe/form/templates/set_sharing.html:52 +msgid "Can Submit" +msgstr "" + +#: frappe/public/js/frappe/form/templates/set_sharing.html:5 +#: frappe/public/js/frappe/form/templates/set_sharing.html:51 +msgid "Can Write" +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.py:361 +msgid "Can not rename as column {0} is already present on DocType." +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1125 +msgid "Can only change to/from Autoincrement naming rule when there is no data in the doctype" +msgstr "" + +#. Description of the 'Apply User Permission On' (Link) field in DocType 'User +#. Type' +#: frappe/core/doctype/user_type/user_type.json +msgid "Can only list down the document types which has been linked to the User document type." +msgstr "" + +#: frappe/model/rename_doc.py:363 +msgid "Can't rename {0} to {1} because {0} doesn't exist." +msgstr "" + +#. Label of a Check field in DocType 'Custom DocPerm' +#. Label of a Check field in DocType 'DocPerm' +#. Label of a Check field in DocType 'User Document Type' +#. Option for the 'Send Alert On' (Select) field in DocType 'Notification' +#. Option for the 'For Document Event' (Select) field in DocType 'Energy Point +#. Rule' +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/docperm/docperm.json +#: frappe/core/doctype/doctype/doctype_list.js:113 +#: frappe/core/doctype/user_document_type/user_document_type.json +#: frappe/email/doctype/notification/notification.json +#: frappe/public/js/frappe/form/reminders.js:54 +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +msgid "Cancel" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1958 +msgctxt "Button in list view actions menu" +msgid "Cancel" +msgstr "" + +#: frappe/public/js/frappe/ui/messages.js:68 +msgctxt "Secondary button in warning dialog" +msgid "Cancel" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:956 +msgid "Cancel All" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:943 +msgid "Cancel All Documents" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.js:132 +msgid "Cancel Scheduling" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1963 +msgctxt "Title of confirmation dialog" +msgid "Cancel {0} documents?" +msgstr "" + +#. Option for the 'Comment Type' (Select) field in DocType 'Comment' +#. Option for the 'Comment Type' (Select) field in DocType 'Communication' +#. Option for the 'Status' (Select) field in DocType 'Event' +#. Option for the 'Status' (Select) field in DocType 'ToDo' +#. Option for the 'Status' (Select) field in DocType 'Integration Request' +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +#: frappe/desk/doctype/event/event.json frappe/desk/doctype/todo/todo.json +#: frappe/desk/form/save.py:59 +#: frappe/integrations/doctype/integration_request/integration_request.json +#: frappe/public/js/frappe/model/indicator.js:78 +#: frappe/public/js/frappe/ui/filters/filter.js:532 +msgid "Cancelled" +msgstr "" + +#: frappe/core/doctype/deleted_document/deleted_document.py:52 +msgid "Cancelled Document restored as Draft" +msgstr "" + +#: frappe/public/js/frappe/form/save.js:13 +msgctxt "Freeze message while cancelling a document" +msgid "Cancelling" +msgstr "" + +#: frappe/desk/form/linked_with.py:375 +msgid "Cancelling documents" +msgstr "" + +#: frappe/desk/doctype/bulk_update/bulk_update.py:93 +msgid "Cancelling {0}" +msgstr "" + +#: frappe/core/doctype/prepared_report/prepared_report.py:255 +msgid "Cannot Download Report due to insufficient permissions" +msgstr "" + +#: frappe/client.py:461 +msgid "Cannot Fetch Values" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager.py:155 +msgid "Cannot Remove" +msgstr "" + +#: frappe/model/base_document.py:1055 +msgid "Cannot Update After Submit" +msgstr "" + +#: frappe/core/doctype/file/file.py:578 +msgid "Cannot access file path {0}" +msgstr "" + +#: frappe/public/js/workflow_builder/utils.js:183 +msgid "Cannot cancel before submitting while transitioning from {0} State to {1} State" +msgstr "" + +#: frappe/workflow/doctype/workflow/workflow.py:110 +msgid "Cannot cancel before submitting. See Transition {0}" +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:294 +msgid "Cannot cancel {0}." +msgstr "" + +#: frappe/model/document.py:850 +msgid "Cannot change docstatus from 0 (Draft) to 2 (Cancelled)" +msgstr "" + +#: frappe/model/document.py:864 +msgid "Cannot change docstatus from 1 (Submitted) to 0 (Draft)" +msgstr "" + +#: frappe/public/js/workflow_builder/utils.js:170 +msgid "Cannot change state of Cancelled Document ({0} State)" +msgstr "" + +#: frappe/workflow/doctype/workflow/workflow.py:99 +msgid "Cannot change state of Cancelled Document. Transition row {0}" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1115 +msgid "Cannot change to/from autoincrement autoname in Customize Form" +msgstr "" + +#: frappe/core/doctype/communication/communication.py:192 +msgid "Cannot create a {0} against a child document: {1}" +msgstr "" + +#: frappe/desk/doctype/workspace/workspace.py:258 +msgid "Cannot create private workspace of other users" +msgstr "" + +#: frappe/core/doctype/file/file.py:150 +msgid "Cannot delete Home and Attachments folders" +msgstr "" + +#: frappe/model/delete_doc.py:384 +msgid "Cannot delete or cancel because {0} {1} is linked with {2} {3} {4}" +msgstr "" + +#: frappe/desk/doctype/workspace/workspace.py:424 +msgid "Cannot delete private workspace of other users" +msgstr "" + +#: frappe/desk/doctype/workspace/workspace.py:417 +msgid "Cannot delete public workspace without Workspace Manager role" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:369 +msgid "Cannot delete standard action. You can hide it if you want" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:391 +msgid "Cannot delete standard document state." +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:321 +msgid "Cannot delete standard field {0}. You can hide it instead." +msgstr "" + +#: frappe/public/js/form_builder/components/Field.vue:38 +#: frappe/public/js/form_builder/components/Section.vue:117 +#: frappe/public/js/form_builder/components/Section.vue:190 +#: frappe/public/js/form_builder/components/Tabs.vue:56 +msgid "Cannot delete standard field. You can hide it if you want" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:347 +msgid "Cannot delete standard link. You can hide it if you want" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:313 +msgid "Cannot delete system generated field {0}. You can hide it instead." +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:215 +msgid "Cannot delete {0}" +msgstr "" + +#: frappe/utils/nestedset.py:303 +msgid "Cannot delete {0} as it has child nodes" +msgstr "" + +#: frappe/desk/doctype/dashboard/dashboard.py:48 +msgid "Cannot edit Standard Dashboards" +msgstr "" + +#: frappe/email/doctype/notification/notification.py:122 +msgid "Cannot edit Standard Notification. To edit, please disable this and duplicate it" +msgstr "" + +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.py:377 +msgid "Cannot edit Standard charts" +msgstr "" + +#: frappe/core/doctype/report/report.py:70 +msgid "Cannot edit a standard report. Please duplicate and create a new report" +msgstr "" + +#: frappe/model/document.py:870 +msgid "Cannot edit cancelled document" +msgstr "" + +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:378 +msgid "Cannot edit filters for standard charts" +msgstr "" + +#: frappe/desk/doctype/number_card/number_card.js:277 +#: frappe/desk/doctype/number_card/number_card.js:364 +msgid "Cannot edit filters for standard number cards" +msgstr "" + +#: frappe/client.py:166 +msgid "Cannot edit standard fields" +msgstr "" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:125 +msgid "Cannot enable {0} for a non-submittable doctype" +msgstr "" + +#: frappe/core/doctype/file/file.py:248 +msgid "Cannot find file {} on disk" +msgstr "" + +#: frappe/core/doctype/file/file.py:524 +msgid "Cannot get file contents of a Folder" +msgstr "" + +#: frappe/printing/page/print/print.js:845 +msgid "Cannot have multiple printers mapped to a single print format." +msgstr "" + +#: frappe/model/document.py:938 +msgid "Cannot link cancelled document: {0}" +msgstr "" + +#: frappe/model/mapper.py:171 +msgid "Cannot map because following condition fails:" +msgstr "" + +#: frappe/core/doctype/data_import/importer.py:933 +msgid "Cannot match column {0} with any field" +msgstr "" + +#: frappe/public/js/frappe/form/grid_row.js:171 +msgid "Cannot move row" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:861 +msgid "Cannot remove ID field" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager.py:132 +msgid "Cannot set 'Report' permission if 'Only If Creator' permission is set" +msgstr "" + +#: frappe/email/doctype/notification/notification.py:139 +msgid "Cannot set Notification with event {0} on Document Type {1}" +msgstr "" + +#: frappe/core/doctype/docshare/docshare.py:66 +msgid "Cannot share {0} with submit permission as the doctype {1} is not submittable" +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:291 +msgid "Cannot submit {0}." +msgstr "" + +#: frappe/desk/doctype/workspace/workspace.py:358 +msgid "Cannot update private workspace of other users" +msgstr "" + +#: frappe/desk/doctype/bulk_update/bulk_update.js:26 +#: frappe/public/js/frappe/list/bulk_operations.js:366 +msgid "Cannot update {0}" +msgstr "" + +#: frappe/model/db_query.py:1114 +msgid "Cannot use sub-query in order by" +msgstr "" + +#: frappe/model/db_query.py:1132 +msgid "Cannot use {0} in order/group by" +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:297 +msgid "Cannot {0} {1}." +msgstr "" + +#: frappe/utils/password_strength.py:177 +msgid "Capitalization doesn't help very much." +msgstr "" + +#: frappe/public/js/frappe/ui/capture.js:286 +msgid "Capture" +msgstr "" + +#. Label of a Link field in DocType 'Number Card Link' +#: frappe/desk/doctype/number_card_link/number_card_link.json +msgid "Card" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Workspace Link' +#: frappe/desk/doctype/workspace_link/workspace_link.json +msgid "Card Break" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:262 +msgid "Card Label" +msgstr "" + +#: frappe/public/js/frappe/widgets/widget_dialog.js:233 +msgid "Card Links" +msgstr "" + +#. Label of a Table field in DocType 'Dashboard' +#: frappe/desk/doctype/dashboard/dashboard.json +msgid "Cards" +msgstr "" + +#. Label of a Data field in DocType 'Desktop Icon' +#. Label of a Link field in DocType 'Help Article' +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +#: frappe/public/js/frappe/views/interaction.js:72 +#: frappe/website/doctype/help_article/help_article.json +msgid "Category" +msgstr "" + +#. Label of a Text field in DocType 'Help Category' +#: frappe/website/doctype/help_category/help_category.json +msgid "Category Description" +msgstr "" + +#. Label of a Data field in DocType 'Help Category' +#: frappe/website/doctype/help_category/help_category.json +msgid "Category Name" +msgstr "" + +#: frappe/utils/data.py:1335 +msgid "Cent" +msgstr "" + +#. Option for the 'Align' (Select) field in DocType 'Letter Head' +#. Option for the 'Text Align' (Select) field in DocType 'Web Page' +#: frappe/printing/doctype/letter_head/letter_head.json +#: frappe/website/doctype/web_page/web_page.json +msgid "Center" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:16 +msgid "Certain documents, like an Invoice, should not be changed once final. The final state for such documents is called Submitted. You can restrict which roles can Submit." +msgstr "" + +#: frappe/core/report/transaction_log_report/transaction_log_report.py:82 +msgid "Chain Integrity" +msgstr "" + +#. Label of a Small Text field in DocType 'Transaction Log' +#: frappe/core/doctype/transaction_log/transaction_log.json +msgid "Chaining Hash" +msgstr "" + +#: frappe/public/js/frappe/form/templates/form_sidebar.html:11 +#: frappe/tests/test_translate.py:98 +msgid "Change" +msgstr "" + +#: frappe/tests/test_translate.py:99 +msgctxt "Coins" +msgid "Change" +msgstr "" + +#: frappe/public/js/print_format_builder/LetterHeadEditor.vue:38 +msgid "Change Image" +msgstr "" + +#. Label of a Data field in DocType 'Customize Form' +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Change Label (via Custom Translation)" +msgstr "" + +#: frappe/public/js/print_format_builder/LetterHeadEditor.vue:45 +#: frappe/public/js/print_format_builder/LetterHeadEditor.vue:141 +msgid "Change Letter Head" +msgstr "" + +#. Label of a Section Break field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Change Password" +msgstr "" + +#: frappe/public/js/print_format_builder/print_format_builder.bundle.js:27 +msgid "Change Print Format" +msgstr "" + +#: frappe/desk/page/user_profile/user_profile_controller.js:51 +#: frappe/desk/page/user_profile/user_profile_controller.js:59 +msgid "Change User" +msgstr "" + +#. Description of the 'Update Series Counter' (Section Break) field in DocType +#. 'Document Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Change the starting / current sequence number of an existing series.
    \n\n" +"Warning: Incorrectly updating counters can prevent documents from getting created. " +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/changelog_feed/changelog_feed.json +msgid "Changelog Feed" +msgstr "" + +#: frappe/email/doctype/email_domain/email_domain.js:5 +msgid "Changing any setting will reflect on all the email accounts associated with this domain." +msgstr "" + +#: frappe/core/doctype/system_settings/system_settings.js:67 +msgid "Changing rounding method on site with data can result in unexpected behaviour." +msgstr "" + +#. Label of a Select field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Channel" +msgstr "" + +#. Label of a Link field in DocType 'Dashboard Chart Link' +#: frappe/desk/doctype/dashboard_chart_link/dashboard_chart_link.json +msgid "Chart" +msgstr "" + +#. Label of a Code field in DocType 'Dashboard Settings' +#: frappe/desk/doctype/dashboard_settings/dashboard_settings.json +msgid "Chart Configuration" +msgstr "" + +#. Label of a Data field in DocType 'Dashboard Chart' +#. Label of a Link field in DocType 'Workspace Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/workspace_chart/workspace_chart.json +#: frappe/public/js/frappe/views/reports/query_report.js:289 +#: frappe/public/js/frappe/widgets/widget_dialog.js:104 +msgid "Chart Name" +msgstr "" + +#. Label of a Code field in DocType 'Dashboard' +#. Label of a Section Break field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard/dashboard.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Chart Options" +msgstr "" + +#. Label of a Link field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Chart Source" +msgstr "" + +#. Label of a Select field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/public/js/frappe/views/reports/report_view.js:475 +msgid "Chart Type" +msgstr "" + +#. Label of a Table field in DocType 'Dashboard' +#. Label of a Table field in DocType 'Workspace' +#: frappe/desk/doctype/dashboard/dashboard.json +#: frappe/desk/doctype/workspace/workspace.json +msgid "Charts" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Communication' +#. Option for the 'Communication Type' (Select) field in DocType +#. 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Chat" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Column' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Filter' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Template Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/report_column/report_column.json +#: frappe/core/doctype/report_filter/report_filter.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/web_form_field/web_form_field.json +#: frappe/website/doctype/web_template_field/web_template_field.json +msgid "Check" +msgstr "" + +#: frappe/integrations/doctype/webhook/webhook.py:98 +msgid "Check Request URL" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.js:18 +msgid "Check broken links" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder_column_selector.html:1 +msgid "Check columns to select, drag to set order." +msgstr "" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:447 +msgid "Check the Error Log for more information: {0}" +msgstr "" + +#: frappe/website/doctype/website_settings/website_settings.js:147 +msgid "Check this if you don't want users to sign up for an account on your site. Users won't get desk access unless you explicitly provide it." +msgstr "" + +#. Description of the 'User must always select' (Check) field in DocType +#. 'Document Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Check this if you want to force the user to select a series before saving. There will be no default if you check this." +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.js:20 +msgid "Checking broken links..." +msgstr "" + +#: frappe/public/js/frappe/desk.js:220 +msgid "Checking one moment" +msgstr "" + +#: frappe/website/doctype/website_settings/website_settings.js:140 +msgid "Checking this will enable tracking page views for blogs, web pages, etc." +msgstr "" + +#. Description of the 'Hide Custom DocTypes and Reports' (Check) field in +#. DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "Checking this will hide custom doctypes and reports cards in Links section" +msgstr "" + +#: frappe/website/doctype/web_page/web_page.js:78 +msgid "Checking this will publish the page on your website and it'll be visible to everyone." +msgstr "" + +#: frappe/website/doctype/web_page/web_page.js:104 +msgid "Checking this will show a text area where you can write custom javascript that will run on this page." +msgstr "" + +#. Label of a Data field in DocType 'Transaction Log' +#: frappe/core/doctype/transaction_log/transaction_log.json +msgid "Checksum Version" +msgstr "" + +#: frappe/www/list.py:84 +msgid "Child DocTypes are not allowed" +msgstr "" + +#. Label of a Data field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Child Doctype" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1609 +msgid "Child Table {0} for field {1}" +msgstr "" + +#. Description of the 'Is Child Table' (Check) field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/doctype/doctype_list.js:37 +msgid "Child Tables are shown as a Grid in other DocTypes" +msgstr "" + +#: frappe/public/js/frappe/widgets/widget_dialog.js:619 +msgid "Choose Existing Card or create New Card" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:1430 +msgid "Choose a block or continue typing" +msgstr "" + +#: frappe/public/js/form_builder/components/controls/DataControl.vue:18 +#: frappe/public/js/frappe/form/controls/color.js:5 +msgid "Choose a color" +msgstr "" + +#: frappe/public/js/form_builder/components/controls/DataControl.vue:21 +#: frappe/public/js/frappe/form/controls/icon.js:5 +msgid "Choose an icon" +msgstr "" + +#. Description of the 'Two Factor Authentication method' (Select) field in +#. DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Choose authentication method to be used by all users" +msgstr "" + +#. Label of a Data field in DocType 'Contact Us Settings' +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +msgid "City" +msgstr "" + +#. Label of a Data field in DocType 'Address' +#: frappe/contacts/doctype/address/address.json +msgid "City/Town" +msgstr "" + +#: frappe/core/doctype/recorder/recorder_list.js:12 +#: frappe/public/js/frappe/form/controls/attach.js:16 +msgid "Clear" +msgstr "" + +#: frappe/public/js/frappe/views/communication.js:423 +msgid "Clear & Add Template" +msgstr "" + +#: frappe/public/js/frappe/views/communication.js:102 +msgid "Clear & Add template" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1864 +msgctxt "Button in list view actions menu" +msgid "Clear Assignment" +msgstr "" + +#: frappe/public/js/frappe/ui/keyboard.js:278 +msgid "Clear Cache and Reload" +msgstr "" + +#: frappe/core/doctype/error_log/error_log_list.js:12 +msgid "Clear Error Logs" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter_list.js:298 +msgid "Clear Filters" +msgstr "" + +#. Label of a Int field in DocType 'Logs To Clear' +#: frappe/core/doctype/logs_to_clear/logs_to_clear.json +msgid "Clear Logs After (days)" +msgstr "" + +#: frappe/core/doctype/user_permission/user_permission_list.js:144 +msgid "Clear User Permissions" +msgstr "" + +#: frappe/public/js/frappe/views/communication.js:424 +msgid "Clear the email message and add the template" +msgstr "" + +#: frappe/website/doctype/web_page/web_page.py:215 +msgid "Clearing end date, as it cannot be in the past for published pages." +msgstr "" + +#: frappe/public/js/frappe/views/dashboard/dashboard_view.js:193 +msgid "Click On Customize to add your first widget" +msgstr "" + +#: frappe/website/doctype/web_form/templates/web_form.html:144 +msgid "Click here" +msgstr "" + +#: frappe/public/js/frappe/form/templates/form_sidebar.html:26 +msgid "Click here to post bugs and suggestions" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.py:338 +msgid "Click here to verify" +msgstr "" + +#: frappe/integrations/doctype/google_drive/google_drive.js:47 +msgid "Click on Authorize Google Drive Access to authorize Google Drive Access." +msgstr "" + +#: frappe/public/js/frappe/file_uploader/FileUploader.vue:499 +msgid "Click on a file to select it." +msgstr "" + +#: frappe/templates/emails/login_with_email_link.html:19 +msgid "Click on the button to log in to {0}" +msgstr "" + +#: frappe/templates/emails/data_deletion_approval.html:2 +msgid "Click on the link below to approve the request" +msgstr "" + +#: frappe/templates/emails/new_user.html:7 +msgid "Click on the link below to complete your registration and set a new password" +msgstr "" + +#: frappe/templates/emails/download_data.html:3 +msgid "Click on the link below to download your data" +msgstr "" + +#: frappe/templates/emails/delete_data_confirmation.html:4 +msgid "Click on the link below to verify your request" +msgstr "" + +#: frappe/public/js/frappe/file_uploader/FileUploader.vue:200 +msgid "Click on the lock icon to toggle public/private" +msgstr "" + +#: frappe/integrations/doctype/google_calendar/google_calendar.py:102 +#: frappe/integrations/doctype/google_contacts/google_contacts.py:41 +#: frappe/integrations/doctype/google_drive/google_drive.py:53 +#: frappe/website/doctype/website_settings/website_settings.py:161 +msgid "Click on {0} to generate Refresh Token." +msgstr "" + +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:315 +#: frappe/desk/doctype/number_card/number_card.js:215 +#: frappe/email/doctype/auto_email_report/auto_email_report.js:99 +#: frappe/website/doctype/web_form/web_form.js:236 +msgid "Click table to edit" +msgstr "" + +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:502 +#: frappe/desk/doctype/number_card/number_card.js:402 +msgid "Click to Set Dynamic Filters" +msgstr "" + +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:372 +#: frappe/desk/doctype/number_card/number_card.js:270 +#: frappe/website/doctype/web_form/web_form.js:262 +msgid "Click to Set Filters" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:681 +msgid "Click to sort by {0}" +msgstr "" + +#. Option for the 'Delivery Status' (Select) field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Clicked" +msgstr "" + +#. Label of a Link field in DocType 'OAuth Authorization Code' +#. Label of a Link field in DocType 'OAuth Bearer Token' +#: frappe/integrations/doctype/oauth_authorization_code/oauth_authorization_code.json +#: frappe/integrations/doctype/oauth_bearer_token/oauth_bearer_token.json +msgid "Client" +msgstr "" + +#. Label of a Section Break field in DocType 'Report' +#: frappe/core/doctype/report/report.json +msgid "Client Code" +msgstr "" + +#. Label of a Section Break field in DocType 'Connected App' +#. Label of a Section Break field in DocType 'Social Login Key' +#: frappe/integrations/doctype/connected_app/connected_app.json +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Client Credentials" +msgstr "" + +#. Label of a Data field in DocType 'Google Settings' +#. Label of a Data field in DocType 'Social Login Key' +#: frappe/integrations/doctype/google_settings/google_settings.json +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Client ID" +msgstr "" + +#. Label of a Data field in DocType 'Connected App' +#: frappe/integrations/doctype/connected_app/connected_app.json +msgid "Client Id" +msgstr "" + +#. Label of a Section Break field in DocType 'Social Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Client Information" +msgstr "" + +#. Linked DocType in DocType's connections +#. Linked DocType in Module Def's connections +#. Label of a Link in the Build Workspace +#. Label of a shortcut in the Build Workspace +#. Name of a DocType +#. Label of a Code field in DocType 'DocType Layout' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/module_def/module_def.json +#: frappe/core/workspace/build/build.json +#: frappe/custom/doctype/client_script/client_script.json +#: frappe/custom/doctype/doctype_layout/doctype_layout.json +#: frappe/website/doctype/web_page/web_page.js:103 +msgid "Client Script" +msgstr "" + +#. Label of a Password field in DocType 'Connected App' +#. Label of a Password field in DocType 'Google Settings' +#. Label of a Password field in DocType 'Social Login Key' +#: frappe/integrations/doctype/connected_app/connected_app.json +#: frappe/integrations/doctype/google_settings/google_settings.json +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Client Secret" +msgstr "" + +#. Label of a Section Break field in DocType 'Social Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Client URLs" +msgstr "" + +#. Label of a Code field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Client script" +msgstr "" + +#: frappe/core/doctype/communication/communication.js:39 +#: frappe/desk/doctype/todo/todo.js:23 +#: frappe/public/js/frappe/ui/messages.js:245 +#: frappe/website/js/bootstrap-4.js:24 +msgid "Close" +msgstr "" + +#. Label of a Code field in DocType 'Assignment Rule' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +msgid "Close Condition" +msgstr "" + +#: frappe/public/js/form_builder/components/FieldProperties.vue:79 +msgid "Close properties" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Activity Log' +#. Option for the 'Status' (Select) field in DocType 'Communication' +#. Option for the 'Status' (Select) field in DocType 'Event' +#. Option for the 'Status' (Select) field in DocType 'ToDo' +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/communication/communication.json +#: frappe/desk/doctype/event/event.json frappe/desk/doctype/todo/todo.json +msgid "Closed" +msgstr "" + +#: frappe/templates/discussions/comment_box.html:25 +#: frappe/templates/discussions/reply_section.html:53 +#: frappe/templates/discussions/topic_modal.html:11 +msgid "Cmd+Enter to add comment" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Label of a Data field in DocType 'Country' +#. Option for the 'Response Type' (Select) field in DocType 'OAuth Client' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/geo/doctype/country/country.json +#: frappe/integrations/doctype/oauth_client/oauth_client.json +msgid "Code" +msgstr "" + +#. Label of a Data field in DocType 'OAuth Authorization Code' +#: frappe/integrations/doctype/oauth_authorization_code/oauth_authorization_code.json +msgid "Code Challenge" +msgstr "" + +#. Label of a Select field in DocType 'OAuth Authorization Code' +#: frappe/integrations/doctype/oauth_authorization_code/oauth_authorization_code.json +msgid "Code challenge method" +msgstr "" + +#: frappe/public/js/frappe/form/form_tour.js:270 +#: frappe/public/js/frappe/widgets/base_widget.js:159 +msgid "Collapse" +msgstr "" + +#: frappe/public/js/frappe/form/controls/code.js:179 +msgctxt "Shrink code field." +msgid "Collapse" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:1973 +#: frappe/public/js/frappe/views/treeview.js:110 +msgid "Collapse All" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Collapsible" +msgstr "" + +#. Label of a Code field in DocType 'Custom Field' +#. Label of a Code field in DocType 'Customize Form Field' +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Collapsible Depends On" +msgstr "" + +#. Label of a Code field in DocType 'DocField' +#: frappe/core/doctype/docfield/docfield.json +msgid "Collapsible Depends On (JS)" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Label of a Data field in DocType 'DocType' +#. Label of a Select field in DocType 'DocType State' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Label of a Color field in DocType 'Dashboard Chart' +#. Label of a Color field in DocType 'Dashboard Chart Field' +#. Label of a Data field in DocType 'Desktop Icon' +#. Label of a Color field in DocType 'Event' +#. Label of a Color field in DocType 'Number Card' +#. Label of a Color field in DocType 'ToDo' +#. Label of a Color field in DocType 'Workspace Shortcut' +#. Name of a DocType +#. Label of a Color field in DocType 'Color' +#. Label of a Color field in DocType 'Social Link Settings' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/doctype_state/doctype_state.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/dashboard_chart_field/dashboard_chart_field.json +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +#: frappe/desk/doctype/event/event.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/desk/doctype/todo/todo.json +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +#: frappe/public/js/frappe/views/reports/query_report.js:1160 +#: frappe/public/js/frappe/widgets/widget_dialog.js:510 +#: frappe/public/js/frappe/widgets/widget_dialog.js:662 +#: frappe/website/doctype/color/color.json +#: frappe/website/doctype/social_link_settings/social_link_settings.json +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Color" +msgstr "" + +#. Label of a Data field in DocType 'Recorder Suggested Index' +#: frappe/core/doctype/recorder_suggested_index/recorder_suggested_index.json +#: frappe/printing/page/print_format_builder/print_format_builder_column_selector.html:7 +#: frappe/public/js/form_builder/components/Section.vue:270 +#: frappe/public/js/print_format_builder/ConfigureColumns.vue:8 +msgid "Column" +msgstr "" + +#: frappe/desk/doctype/kanban_board/kanban_board.py:84 +msgid "Column {0} already exist." +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Template Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/web_form_field/web_form_field.json +#: frappe/website/doctype/web_template_field/web_template_field.json +msgid "Column Break" +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:140 +msgid "Column Labels:" +msgstr "" + +#. Label of a Data field in DocType 'Kanban Board Column' +#: frappe/core/doctype/data_export/exporter.py:25 +#: frappe/desk/doctype/kanban_board_column/kanban_board_column.json +msgid "Column Name" +msgstr "" + +#: frappe/desk/doctype/kanban_board/kanban_board.py:45 +msgid "Column Name cannot be empty" +msgstr "" + +#: frappe/public/js/frappe/form/grid_row.js:430 +msgid "Column Width" +msgstr "" + +#: frappe/public/js/frappe/form/grid_row.js:614 +msgid "Column width cannot be zero." +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:385 +msgid "Column {0}" +msgstr "" + +#. Label of a Int field in DocType 'DocField' +#. Label of a Section Break field in DocType 'Report' +#. Label of a Table field in DocType 'Report' +#. Label of a Int field in DocType 'Custom Field' +#. Label of a Int field in DocType 'Customize Form Field' +#. Label of a Table field in DocType 'Kanban Board' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/report/report.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/desk/doctype/kanban_board/kanban_board.json +msgid "Columns" +msgstr "" + +#. Label of a HTML Editor field in DocType 'Access Log' +#: frappe/core/doctype/access_log/access_log.json +msgid "Columns / Fields" +msgstr "" + +#: frappe/public/js/frappe/views/kanban/kanban_view.js:397 +msgid "Columns based on" +msgstr "" + +#: frappe/integrations/doctype/oauth_client/oauth_client.py:48 +msgid "Combination of Grant Type ({0}) and Response Type ({1}) not allowed" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Comm10E" +msgstr "" + +#. Name of a DocType +#. Option for the 'Comment Type' (Select) field in DocType 'Comment' +#. Option for the 'Communication Type' (Select) field in DocType +#. 'Communication' +#. Option for the 'Comment Type' (Select) field in DocType 'Communication' +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/version/version_view.html:3 +#: frappe/public/js/frappe/form/controls/comment.js:9 +#: frappe/public/js/frappe/form/sidebar/assign_to.js:236 +#: frappe/templates/includes/comments/comments.html:34 +msgid "Comment" +msgstr "" + +#. Label of a Data field in DocType 'Comment' +#: frappe/core/doctype/comment/comment.json +msgid "Comment By" +msgstr "" + +#. Label of a Data field in DocType 'Comment' +#: frappe/core/doctype/comment/comment.json +msgid "Comment Email" +msgstr "" + +#. Label of a Select field in DocType 'Comment' +#. Label of a Select field in DocType 'Communication' +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +msgid "Comment Type" +msgstr "" + +#: frappe/desk/form/utils.py:58 +msgid "Comment can only be edited by the owner" +msgstr "" + +#. Label of a Int field in DocType 'Blog Settings' +#: frappe/website/doctype/blog_settings/blog_settings.json +msgid "Comment limit" +msgstr "" + +#. Description of the 'Comment limit' (Int) field in DocType 'Blog Settings' +#: frappe/website/doctype/blog_settings/blog_settings.json +msgid "Comment limit per hour" +msgstr "" + +#: frappe/model/meta.py:53 frappe/public/js/frappe/form/controls/comment.js:9 +#: frappe/public/js/frappe/model/meta.js:206 +#: frappe/public/js/frappe/model/model.js:135 +#: frappe/website/doctype/web_form/templates/web_form.html:119 +msgid "Comments" +msgstr "" + +#. Description of the 'Timeline Field' (Data) field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Comments and Communications will be associated with this linked document" +msgstr "" + +#: frappe/templates/includes/comments/comments.py:38 +msgid "Comments cannot have links or email addresses" +msgstr "" + +#. Option for the 'Rounding Method' (Select) field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Commercial Rounding" +msgstr "" + +#. Label of a Check field in DocType 'System Console' +#: frappe/desk/doctype/system_console/system_console.json +msgid "Commit" +msgstr "" + +#. Label of a Check field in DocType 'Console Log' +#: frappe/desk/doctype/console_log/console_log.json +msgid "Committed" +msgstr "" + +#: frappe/utils/password_strength.py:172 +msgid "Common names and surnames are easy to guess." +msgstr "" + +#. Name of a DocType +#. Option for the 'Communication Type' (Select) field in DocType +#. 'Communication' +#. Linked DocType in User's connections +#. Label of a Data field in DocType 'Email Flag Queue' +#. Label of a Link field in DocType 'Email Queue' +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/user/user.json +#: frappe/email/doctype/email_flag_queue/email_flag_queue.json +#: frappe/email/doctype/email_queue/email_queue.json +#: frappe/tests/test_translate.py:35 frappe/tests/test_translate.py:103 +msgid "Communication" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/communication_link/communication_link.json +msgid "Communication Link" +msgstr "" + +#. Label of a Link in the Build Workspace +#: frappe/core/workspace/build/build.json +msgid "Communication Logs" +msgstr "" + +#. Label of a Select field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Communication Type" +msgstr "" + +#: frappe/integrations/frappe_providers/frappecloud_billing.py:28 +msgid "Communication secret not set" +msgstr "" + +#: frappe/desk/page/leaderboard/leaderboard.js:112 +msgid "Company" +msgstr "" + +#. Name of a DocType +#: frappe/website/doctype/company_history/company_history.json +#: frappe/www/about.html:29 +msgid "Company History" +msgstr "" + +#. Label of a Text Editor field in DocType 'About Us Settings' +#: frappe/website/doctype/about_us_settings/about_us_settings.json +msgid "Company Introduction" +msgstr "" + +#. Label of a Data field in DocType 'Contact' +#: frappe/contacts/doctype/contact/contact.json +msgid "Company Name" +msgstr "" + +#: frappe/core/doctype/server_script/server_script.js:14 +#: frappe/custom/doctype/client_script/client_script.js:54 +#: frappe/public/js/frappe/utils/diffview.js:28 +msgid "Compare Versions" +msgstr "" + +#: frappe/core/doctype/server_script/server_script.py:139 +msgid "Compilation warning" +msgstr "" + +#: frappe/website/doctype/website_theme/website_theme.py:121 +msgid "Compiled Successfully" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Scheduled Job Log' +#: frappe/core/doctype/scheduled_job_log/scheduled_job_log.json +#: frappe/www/complete_signup.html:21 +msgid "Complete" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/assign_to.js:202 +msgid "Complete By" +msgstr "" + +#: frappe/core/doctype/user/user.py:413 +#: frappe/templates/emails/new_user.html:10 +msgid "Complete Registration" +msgstr "" + +#: frappe/public/js/frappe/ui/slides.js:355 +msgctxt "Finish the setup wizard" +msgid "Complete Setup" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Auto Repeat' +#. Option for the 'Status' (Select) field in DocType 'Prepared Report' +#. Option for the 'Status' (Select) field in DocType 'Event' +#. Option for the 'Status' (Select) field in DocType 'Integration Request' +#. Option for the 'Status' (Select) field in DocType 'Workflow Action' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/core/doctype/doctype/boilerplate/controller_list.html:31 +#: frappe/core/doctype/prepared_report/prepared_report.json +#: frappe/desk/doctype/event/event.json +#: frappe/integrations/doctype/integration_request/integration_request.json +#: frappe/utils/goal.py:117 +#: frappe/workflow/doctype/workflow_action/workflow_action.json +msgid "Completed" +msgstr "" + +#. Label of a Link field in DocType 'Workflow Action' +#: frappe/workflow/doctype/workflow_action/workflow_action.json +msgid "Completed By Role" +msgstr "" + +#. Label of a Link field in DocType 'Workflow Action' +#: frappe/workflow/doctype/workflow_action/workflow_action.json +msgid "Completed By User" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Web Template' +#: frappe/website/doctype/web_template/web_template.json +msgid "Component" +msgstr "" + +#: frappe/public/js/frappe/views/inbox/inbox_view.js:184 +msgid "Compose Email" +msgstr "" + +#. Label of a Select field in DocType 'Document Naming Rule Condition' +#. Label of a Code field in DocType 'Navbar Item' +#. Label of a Small Text field in DocType 'Bulk Update' +#. Label of a Code field in DocType 'Notification' +#. Label of a Data field in DocType 'Notification Recipient' +#. Label of a Small Text field in DocType 'Webhook' +#. Label of a Code field in DocType 'Energy Point Rule' +#. Label of a Code field in DocType 'Workflow Transition' +#: frappe/core/doctype/document_naming_rule_condition/document_naming_rule_condition.json +#: frappe/core/doctype/navbar_item/navbar_item.json +#: frappe/desk/doctype/bulk_update/bulk_update.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:305 +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:439 +#: frappe/desk/doctype/number_card/number_card.js:205 +#: frappe/desk/doctype/number_card/number_card.js:336 +#: frappe/email/doctype/notification/notification.json +#: frappe/email/doctype/notification_recipient/notification_recipient.json +#: frappe/integrations/doctype/webhook/webhook.json +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +#: frappe/website/doctype/web_form/web_form.js:197 +#: frappe/workflow/doctype/workflow_transition/workflow_transition.json +msgid "Condition" +msgstr "" + +#. Label of a JSON field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Condition JSON" +msgstr "" + +#. Label of a HTML field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Condition description" +msgstr "" + +#. Label of a Table field in DocType 'Document Naming Rule' +#. Label of a Section Break field in DocType 'Workflow Transition' +#: frappe/core/doctype/document_naming_rule/document_naming_rule.json +#: frappe/workflow/doctype/workflow_transition/workflow_transition.json +msgid "Conditions" +msgstr "" + +#. Label of a Section Break field in DocType 'Social Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Configuration" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:457 +msgid "Configure Chart" +msgstr "" + +#: frappe/public/js/frappe/form/grid_row.js:382 +msgid "Configure Columns" +msgstr "" + +#: frappe/core/doctype/recorder/recorder_list.js:200 +msgid "Configure Recorder" +msgstr "" + +#: frappe/public/js/print_format_builder/Field.vue:103 +msgid "Configure columns for {0}" +msgstr "" + +#. Description of the 'Amended Documents' (Section Break) field in DocType +#. 'Document Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Configure how amended documents will be named.
    \n\n" +"Default behaviour is to follow an amend counter which adds a number to the end of the original name indicating the amended version.
    \n\n" +"Default Naming will make the amended document to behave same as new documents." +msgstr "" + +#. Description of a DocType +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Configure various aspects of how document naming works like naming series, current counter." +msgstr "" + +#: frappe/core/doctype/user/user.js:395 frappe/public/js/frappe/dom.js:331 +#: frappe/www/update-password.html:30 +msgid "Confirm" +msgstr "" + +#: frappe/public/js/frappe/ui/messages.js:31 +msgctxt "Title of confirmation dialog" +msgid "Confirm" +msgstr "" + +#: frappe/integrations/oauth2.py:118 +msgid "Confirm Access" +msgstr "" + +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:92 +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:100 +msgid "Confirm Deletion of Account" +msgstr "" + +#: frappe/core/doctype/user/user.js:189 +msgid "Confirm New Password" +msgstr "" + +#: frappe/www/update-password.html:24 +msgid "Confirm Password" +msgstr "" + +#: frappe/templates/emails/data_deletion_approval.html:6 +#: frappe/templates/emails/delete_data_confirmation.html:7 +msgid "Confirm Request" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.py:333 +msgid "Confirm Your Email" +msgstr "" + +#. Label of a Link field in DocType 'Email Group' +#: frappe/email/doctype/email_group/email_group.json +msgid "Confirmation Email Template" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.py:382 +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:393 +msgid "Confirmed" +msgstr "" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:530 +msgid "Congratulations on completing the module setup. If you want to learn more you can refer to the documentation here." +msgstr "" + +#: frappe/integrations/doctype/connected_app/connected_app.js:25 +msgid "Connect to {}" +msgstr "" + +#. Label of a Link field in DocType 'Email Account' +#. Name of a DocType +#. Label of a Link field in DocType 'Token Cache' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/integrations/doctype/connected_app/connected_app.json +#: frappe/integrations/doctype/token_cache/token_cache.json +msgid "Connected App" +msgstr "" + +#. Label of a Link field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Connected User" +msgstr "" + +#: frappe/public/js/frappe/form/print_utils.js:97 +#: frappe/public/js/frappe/form/print_utils.js:121 +msgid "Connected to QZ Tray!" +msgstr "" + +#: frappe/public/js/frappe/request.js:34 +msgid "Connection Lost" +msgstr "" + +#: frappe/templates/pages/integrations/gcalendar-success.html:3 +msgid "Connection Success" +msgstr "" + +#: frappe/public/js/frappe/dom.js:432 +msgid "Connection lost. Some features might not work." +msgstr "" + +#. Label of a Tab Break field in DocType 'DocType' +#. Label of a Tab Break field in DocType 'Module Def' +#. Label of a Tab Break field in DocType 'User' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/module_def/module_def.json +#: frappe/core/doctype/user/user.json +#: frappe/public/js/frappe/form/dashboard.js:54 +msgid "Connections" +msgstr "" + +#. Label of a Code field in DocType 'System Console' +#: frappe/desk/doctype/system_console/system_console.json +msgid "Console" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/console_log/console_log.json +msgid "Console Log" +msgstr "" + +#: frappe/desk/doctype/console_log/console_log.py:24 +msgid "Console Logs can not be deleted" +msgstr "" + +#. Label of a Section Break field in DocType 'DocField' +#: frappe/core/doctype/docfield/docfield.json +msgid "Constraints" +msgstr "" + +#. Name of a DocType +#. Linked DocType in User's connections +#: frappe/contacts/doctype/contact/contact.json +#: frappe/core/doctype/communication/communication.js:113 +#: frappe/core/doctype/user/user.json +msgid "Contact" +msgstr "" + +#. Label of a Section Break field in DocType 'Contact' +#: frappe/contacts/doctype/contact/contact.json +msgid "Contact Details" +msgstr "" + +#. Name of a DocType +#: frappe/contacts/doctype/contact_email/contact_email.json +msgid "Contact Email" +msgstr "" + +#. Label of a Table field in DocType 'Contact' +#: frappe/contacts/doctype/contact/contact.json +msgid "Contact Numbers" +msgstr "" + +#. Name of a DocType +#: frappe/contacts/doctype/contact_phone/contact_phone.json +msgid "Contact Phone" +msgstr "" + +#: frappe/integrations/doctype/google_contacts/google_contacts.py:293 +msgid "Contact Synced with Google Contacts." +msgstr "" + +#: frappe/www/contact.html:4 +msgid "Contact Us" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Website Workspace +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +#: frappe/website/workspace/website/website.json +msgid "Contact Us Settings" +msgstr "" + +#. Description of the 'Query Options' (Small Text) field in DocType 'Contact Us +#. Settings' +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +msgid "Contact options, like \"Sales Query, Support Query\" etc each on a new line or separated by commas." +msgstr "" + +#: frappe/utils/change_log.py:363 +msgid "Contains {0} security fix" +msgstr "" + +#: frappe/utils/change_log.py:361 +msgid "Contains {0} security fixes" +msgstr "" + +#. Label of a HTML Editor field in DocType 'Comment' +#. Label of a Text Editor field in DocType 'Note' +#. Label of a Long Text field in DocType 'Workspace' +#. Label of a Section Break field in DocType 'Newsletter' +#. Label of a Text Editor field in DocType 'Blog Post' +#. Label of a Text Editor field in DocType 'Help Article' +#. Label of a Tab Break field in DocType 'Web Page' +#. Label of a Section Break field in DocType 'Web Page' +#: frappe/core/doctype/comment/comment.json frappe/desk/doctype/note/note.json +#: frappe/desk/doctype/workspace/workspace.json +#: frappe/email/doctype/newsletter/newsletter.json +#: frappe/website/doctype/blog_post/blog_post.json +#: frappe/website/doctype/help_article/help_article.json +#: frappe/website/doctype/web_page/web_page.json +msgid "Content" +msgstr "" + +#. Label of a HTML Editor field in DocType 'Blog Post' +#: frappe/website/doctype/blog_post/blog_post.json +msgid "Content (HTML)" +msgstr "" + +#. Label of a Markdown Editor field in DocType 'Blog Post' +#: frappe/website/doctype/blog_post/blog_post.json +msgid "Content (Markdown)" +msgstr "" + +#. Label of a Data field in DocType 'File' +#: frappe/core/doctype/file/file.json +msgid "Content Hash" +msgstr "" + +#. Label of a Select field in DocType 'Newsletter' +#. Label of a Select field in DocType 'Blog Post' +#. Label of a Select field in DocType 'Web Page' +#: frappe/email/doctype/newsletter/newsletter.json +#: frappe/website/doctype/blog_post/blog_post.json +#: frappe/website/doctype/web_page/web_page.json +msgid "Content Type" +msgstr "" + +#: frappe/desk/doctype/workspace/workspace.py:81 +msgid "Content data shoud be a list" +msgstr "" + +#: frappe/website/doctype/web_page/web_page.js:91 +msgid "Content type for building the page" +msgstr "" + +#. Label of a Data field in DocType 'Translation' +#. Label of a Section Break field in DocType 'Web Page' +#: frappe/core/doctype/translation/translation.json +#: frappe/website/doctype/web_page/web_page.json +msgid "Context" +msgstr "" + +#. Label of a Code field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "Context Script" +msgstr "" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:209 +#: frappe/public/js/frappe/widgets/onboarding_widget.js:237 +#: frappe/public/js/frappe/widgets/onboarding_widget.js:277 +#: frappe/public/js/frappe/widgets/onboarding_widget.js:317 +#: frappe/public/js/frappe/widgets/onboarding_widget.js:366 +#: frappe/public/js/frappe/widgets/onboarding_widget.js:388 +#: frappe/public/js/frappe/widgets/onboarding_widget.js:428 +#: frappe/public/js/frappe/widgets/onboarding_widget.js:536 +msgid "Continue" +msgstr "" + +#. Label of a Check field in DocType 'Translation' +#: frappe/core/doctype/translation/translation.json +msgid "Contributed" +msgstr "" + +#. Label of a Data field in DocType 'Translation' +#: frappe/core/doctype/translation/translation.json +msgid "Contribution Document Name" +msgstr "" + +#. Label of a Select field in DocType 'Translation' +#: frappe/core/doctype/translation/translation.json +msgid "Contribution Status" +msgstr "" + +#. Description of the 'Sign ups' (Select) field in DocType 'Social Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Controls whether new users can sign up using this Social Login Key. If unset, Website Settings is respected." +msgstr "" + +#: frappe/public/js/frappe/utils/utils.js:1045 +msgid "Copied to clipboard." +msgstr "" + +#: frappe/website/doctype/web_form/web_form.js:29 +msgid "Copy Embed Code" +msgstr "" + +#: frappe/public/js/frappe/form/templates/timeline_message_box.html:83 +msgid "Copy Link" +msgstr "" + +#: frappe/public/js/frappe/request.js:615 +msgid "Copy error to clipboard" +msgstr "" + +#: frappe/public/js/frappe/form/toolbar.js:389 +msgid "Copy to Clipboard" +msgstr "" + +#. Label of a Data field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Copyright" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.py:119 +msgid "Core DocTypes cannot be customized." +msgstr "" + +#: frappe/desk/doctype/global_search_settings/global_search_settings.py:36 +msgid "Core Modules {0} cannot be searched in Global Search." +msgstr "" + +#: frappe/printing/page/print/print.js:620 +msgid "Correct version :" +msgstr "" + +#: frappe/email/smtp.py:78 +msgid "Could not connect to outgoing email server" +msgstr "" + +#: frappe/model/document.py:934 +msgid "Could not find {0}" +msgstr "" + +#: frappe/core/doctype/data_import/importer.py:895 +msgid "Could not map column {0} to field {1}" +msgstr "" + +#: frappe/public/js/frappe/web_form/web_form.js:359 +msgid "Couldn't save, please check the data you have entered" +msgstr "" + +#. Option for the 'Chart Type' (Select) field in DocType 'Dashboard Chart' +#. Option for the 'Group By Type' (Select) field in DocType 'Dashboard Chart' +#. Option for the 'Function' (Select) field in DocType 'Number Card' +#. Label of a Int field in DocType 'System Health Report Workers' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/desk/doctype/system_health_report_workers/system_health_report_workers.json +#: frappe/public/js/frappe/ui/group_by/group_by.js:19 +#: frappe/public/js/frappe/ui/group_by/group_by.js:316 +#: frappe/workflow/doctype/workflow/workflow.js:162 +msgid "Count" +msgstr "" + +#: frappe/public/js/frappe/widgets/widget_dialog.js:504 +msgid "Count Customizations" +msgstr "" + +#. Label of a Section Break field in DocType 'Workspace Shortcut' +#. Label of a Code field in DocType 'Workspace Shortcut' +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +#: frappe/public/js/frappe/widgets/widget_dialog.js:489 +msgid "Count Filter" +msgstr "" + +#. Label of a Int field in DocType 'Document Naming Rule' +#: frappe/core/doctype/document_naming_rule/document_naming_rule.json +msgid "Counter" +msgstr "" + +#. Label of a Link field in DocType 'Address' +#. Label of a Link field in DocType 'Address Template' +#. Label of a Link field in DocType 'System Settings' +#. Name of a DocType +#. Label of a Data field in DocType 'Contact Us Settings' +#: frappe/contacts/doctype/address/address.json +#: frappe/contacts/doctype/address_template/address_template.json +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/geo/doctype/country/country.json +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +msgid "Country" +msgstr "" + +#: frappe/utils/__init__.py:116 +msgid "Country Code Required" +msgstr "" + +#. Label of a Data field in DocType 'Country' +#: frappe/geo/doctype/country/country.json +msgid "Country Name" +msgstr "" + +#. Label of a Data field in DocType 'Address' +#: frappe/contacts/doctype/address/address.json +msgid "County" +msgstr "" + +#: frappe/public/js/frappe/utils/number_systems.js:23 +#: frappe/public/js/frappe/utils/number_systems.js:45 +msgctxt "Number system" +msgid "Cr" +msgstr "" + +#. Label of a Check field in DocType 'Custom DocPerm' +#. Label of a Check field in DocType 'DocPerm' +#. Label of a Check field in DocType 'User Document Type' +#: frappe/core/doctype/communication/communication.js:117 +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/docperm/docperm.json +#: frappe/core/doctype/user_document_type/user_document_type.json +#: frappe/printing/page/print_format_builder_beta/print_format_builder_beta.js:46 +#: frappe/public/js/frappe/form/reminders.js:49 +#: frappe/public/js/frappe/views/file/file_view.js:112 +#: frappe/public/js/frappe/views/interaction.js:18 +#: frappe/public/js/frappe/views/reports/query_report.js:1192 +#: frappe/public/js/frappe/views/workspace/workspace.js:1262 +#: frappe/workflow/page/workflow_builder/workflow_builder.js:46 +msgid "Create" +msgstr "" + +#: frappe/core/doctype/doctype/doctype_list.js:85 +msgid "Create & Continue" +msgstr "" + +#. Title of an Onboarding Step +#: frappe/website/onboarding_step/create_blogger/create_blogger.json +msgid "Create Blogger" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:187 +#: frappe/public/js/frappe/views/reports/query_report.js:232 +msgid "Create Card" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:285 +#: frappe/public/js/frappe/views/reports/query_report.js:1119 +msgid "Create Chart" +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Create Contacts from Incoming Emails" +msgstr "" + +#. Title of an Onboarding Step +#: frappe/custom/onboarding_step/custom_field/custom_field.json +msgid "Create Custom Fields" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:970 +msgid "Create Duplicate" +msgstr "" + +#. Option for the 'Action' (Select) field in DocType 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Create Entry" +msgstr "" + +#: frappe/public/js/print_format_builder/LetterHeadEditor.vue:59 +#: frappe/public/js/print_format_builder/LetterHeadEditor.vue:195 +msgid "Create Letter Head" +msgstr "" + +#. Label of a Check field in DocType 'Scheduled Job Type' +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +msgid "Create Log" +msgstr "" + +#: frappe/printing/page/print_format_builder_beta/print_format_builder_beta.js:41 +#: frappe/public/js/frappe/views/treeview.js:344 +#: frappe/workflow/page/workflow_builder/workflow_builder.js:41 +msgid "Create New" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:486 +msgctxt "Create a new document from list view" +msgid "Create New" +msgstr "" + +#: frappe/core/doctype/doctype/doctype_list.js:83 +msgid "Create New DocType" +msgstr "" + +#: frappe/public/js/frappe/list/list_view_select.js:204 +msgid "Create New Kanban Board" +msgstr "" + +#: frappe/core/doctype/user/user.js:267 +msgid "Create User Email" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder_start.html:16 +msgid "Create a New Format" +msgstr "" + +#: frappe/public/js/frappe/form/reminders.js:9 +msgid "Create a Reminder" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:537 +msgid "Create a new ..." +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:156 +msgid "Create a new record" +msgstr "" + +#: frappe/public/js/frappe/form/controls/link.js:303 +#: frappe/public/js/frappe/form/controls/link.js:305 +#: frappe/public/js/frappe/form/link_selector.js:139 +#: frappe/public/js/frappe/list/list_view.js:475 +#: frappe/public/js/frappe/web_form/web_form_list.js:225 +msgid "Create a new {0}" +msgstr "" + +#: frappe/www/login.html:142 +msgid "Create a {0} Account" +msgstr "" + +#. Description of a DocType +#: frappe/email/doctype/newsletter/newsletter.json +msgid "Create and send emails to a specific group of subscribers periodically." +msgstr "" + +#. Description of a Card Break in the Build Workspace +#: frappe/core/workspace/build/build.json +msgid "Create new forms and views with doctypes. Set up multi-level workflows for approval" +msgstr "" + +#: frappe/printing/page/print_format_builder_beta/print_format_builder_beta.js:34 +msgid "Create or Edit Print Format" +msgstr "" + +#: frappe/workflow/page/workflow_builder/workflow_builder.js:34 +msgid "Create or Edit Workflow" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:478 +msgid "Create your first {0}" +msgstr "" + +#: frappe/workflow/doctype/workflow/workflow.js:16 +msgid "Create your workflow visually using the Workflow Builder." +msgstr "" + +#. Option for the 'Comment Type' (Select) field in DocType 'Comment' +#. Option for the 'Comment Type' (Select) field in DocType 'Communication' +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +#: frappe/public/js/frappe/views/file/file_view.js:318 +msgid "Created" +msgstr "" + +#. Label of a Datetime field in DocType 'Submission Queue' +#: frappe/core/doctype/submission_queue/submission_queue.json +msgid "Created At" +msgstr "" + +#: frappe/model/meta.py:50 +#: frappe/public/js/frappe/list/list_sidebar_group_by.js:73 +#: frappe/public/js/frappe/model/meta.js:203 +#: frappe/public/js/frappe/model/model.js:123 +msgid "Created By" +msgstr "" + +#: frappe/workflow/doctype/workflow/workflow.py:65 +msgid "Created Custom Field {0} in {1}" +msgstr "" + +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:241 +#: frappe/email/doctype/notification/notification.js:32 frappe/model/meta.py:45 +#: frappe/public/js/frappe/model/meta.js:198 +#: frappe/public/js/frappe/model/model.js:125 +#: frappe/public/js/frappe/views/dashboard/dashboard_view.js:478 +msgid "Created On" +msgstr "" + +#: frappe/public/js/frappe/desk.js:500 +#: frappe/public/js/frappe/views/treeview.js:359 +msgid "Creating {0}" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Energy Point Log' +#: frappe/social/doctype/energy_point_log/energy_point_log.json +msgid "Criticism" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/review.js:66 +msgid "Criticize" +msgstr "" + +#. Option for the 'Frequency' (Select) field in DocType 'Scheduled Job Type' +#. Option for the 'Event Frequency' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +#: frappe/core/doctype/server_script/server_script.json +msgid "Cron" +msgstr "" + +#. Label of a Data field in DocType 'Scheduled Job Type' +#. Label of a Data field in DocType 'Server Script' +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +#: frappe/core/doctype/server_script/server_script.json +msgid "Cron Format" +msgstr "" + +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.py:60 +msgid "Cron format is required for job types with Cron frequency." +msgstr "" + +#: frappe/public/js/frappe/file_uploader/ImageCropper.vue:34 +msgid "Crop" +msgstr "" + +#: frappe/public/js/frappe/form/grid_row_form.js:42 +msgid "Ctrl + Down" +msgstr "" + +#: frappe/public/js/frappe/form/grid_row_form.js:42 +msgid "Ctrl + Up" +msgstr "" + +#: frappe/templates/includes/comments/comments.html:32 +msgid "Ctrl+Enter to add comment" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Column' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Filter' +#. Label of a Link field in DocType 'System Settings' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Name of a DocType +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/report_column/report_column.json +#: frappe/core/doctype/report_filter/report_filter.json +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/desk/page/setup_wizard/setup_wizard.js:403 +#: frappe/geo/doctype/currency/currency.json +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Currency" +msgstr "" + +#. Label of a Data field in DocType 'Currency' +#: frappe/geo/doctype/currency/currency.json +msgid "Currency Name" +msgstr "" + +#. Label of a Select field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Currency Precision" +msgstr "" + +#. Description of a DocType +#: frappe/geo/doctype/currency/currency.json +msgid "Currency list stores the currency value, its symbol and fraction unit" +msgstr "" + +#. Option for the 'Address Type' (Select) field in DocType 'Address' +#: frappe/contacts/doctype/address/address.json +msgid "Current" +msgstr "" + +#. Label of a Link field in DocType 'RQ Worker' +#: frappe/core/doctype/rq_worker/rq_worker.json +msgid "Current Job ID" +msgstr "" + +#. Label of a Int field in DocType 'Document Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Current Value" +msgstr "" + +#: frappe/public/js/frappe/form/workflow.js:45 +msgid "Current status" +msgstr "" + +#: frappe/public/js/frappe/form/form_viewers.js:5 +msgid "Currently Viewing" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/review.js:77 +msgid "Currently you have {0} review points" +msgstr "" + +#. Label of a Check field in DocType 'DocType Action' +#. Label of a Check field in DocType 'DocType Link' +#. Label of a Check field in DocType 'DocType State' +#. Label of a Check field in DocType 'Module Def' +#. Option for the 'Chart Type' (Select) field in DocType 'Dashboard Chart' +#. Label of a Check field in DocType 'Desktop Icon' +#. Option for the 'Type' (Select) field in DocType 'Number Card' +#. Option for the 'Send Alert On' (Select) field in DocType 'Notification' +#. Option for the 'Directory Server' (Select) field in DocType 'LDAP Settings' +#. Option for the 'Social Login Provider' (Select) field in DocType 'Social +#. Login Key' +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#. Option for the 'For Document Event' (Select) field in DocType 'Energy Point +#. Rule' +#: frappe/core/doctype/doctype_action/doctype_action.json +#: frappe/core/doctype/doctype_link/doctype_link.json +#: frappe/core/doctype/doctype_state/doctype_state.json +#: frappe/core/doctype/module_def/module_def.json +#: frappe/core/doctype/user_type/user_type_list.js:7 +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/email/doctype/notification/notification.json +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +#: frappe/integrations/doctype/social_login_key/social_login_key.json +#: frappe/printing/doctype/print_settings/print_settings.json +#: frappe/public/js/frappe/form/reminders.js:20 +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +msgid "Custom" +msgstr "" + +#. Label of a Check field in DocType 'Social Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Custom Base URL" +msgstr "" + +#. Label of a Link field in DocType 'Workspace Custom Block' +#: frappe/desk/doctype/workspace_custom_block/workspace_custom_block.json +msgid "Custom Block Name" +msgstr "" + +#. Label of a Tab Break field in DocType 'Workspace' +#. Label of a Table field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "Custom Blocks" +msgstr "" + +#. Label of a Code field in DocType 'Print Format' +#. Label of a Code field in DocType 'Web Form' +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/website/doctype/web_form/web_form.json +msgid "Custom CSS" +msgstr "" + +#. Label of a Section Break field in DocType 'Number Card' +#: frappe/desk/doctype/number_card/number_card.json +msgid "Custom Configuration" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/custom_docperm/custom_docperm.json +msgid "Custom DocPerm" +msgstr "" + +#. Title of an Onboarding Step +#: frappe/custom/onboarding_step/custom_doctype/custom_doctype.json +msgid "Custom Document Types" +msgstr "" + +#. Label of a Table field in DocType 'User Type' +#: frappe/core/doctype/user_type/user_type.json +msgid "Custom Document Types (Select Permission)" +msgstr "" + +#: frappe/core/doctype/user_type/user_type.py:104 +msgid "Custom Document Types Limit Exceeded" +msgstr "" + +#: frappe/desk/desktop.py:489 +msgid "Custom Documents" +msgstr "" + +#. Linked DocType in DocType's connections +#. Linked DocType in Module Def's connections +#. Label of a Link in the Build Workspace +#. Name of a DocType +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/module_def/module_def.json +#: frappe/core/workspace/build/build.json +#: frappe/custom/doctype/custom_field/custom_field.json +msgid "Custom Field" +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.py:219 +msgid "Custom Field {0} is created by the Administrator and can only be deleted through the Administrator account." +msgstr "" + +#. Subtitle of the Module Onboarding 'Customization' +#: frappe/custom/module_onboarding/customization/customization.json +msgid "Custom Field, Custom Doctype, Naming Series, Role Permission, Workflow, Print Formats, Reports" +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.py:261 +msgid "Custom Fields can only be added to a standard DocType." +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.py:258 +msgid "Custom Fields cannot be added to core DocTypes." +msgstr "" + +#. Label of a Section Break field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Custom Footer" +msgstr "" + +#. Label of a Check field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "Custom Format" +msgstr "" + +#. Label of a Data field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "Custom Group Search" +msgstr "" + +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:122 +msgid "Custom Group Search if filled needs to contain the user placeholder {0}, eg uid={0},ou=users,dc=example,dc=com" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:190 +#: frappe/printing/page/print_format_builder/print_format_builder.js:720 +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:192 +msgid "Custom HTML" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/custom_html_block/custom_html_block.json +msgid "Custom HTML Block" +msgstr "" + +#. Label of a HTML field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "Custom HTML Help" +msgstr "" + +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:114 +msgid "Custom LDAP Directoy Selected, please ensure 'LDAP Group Member attribute' and 'Group Object Class' are entered" +msgstr "" + +#. Label of a Data field in DocType 'Web Form Field' +#. Label of a Data field in DocType 'Web Form List Column' +#: frappe/website/doctype/web_form_field/web_form_field.json +#: frappe/website/doctype/web_form_list_column/web_form_list_column.json +msgid "Custom Label" +msgstr "" + +#. Label of a Table field in DocType 'Portal Settings' +#: frappe/website/doctype/portal_settings/portal_settings.json +msgid "Custom Menu Items" +msgstr "" + +#. Label of a Code field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Custom Options" +msgstr "" + +#. Label of a Code field in DocType 'Website Theme' +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Custom Overrides" +msgstr "" + +#. Option for the 'Report Type' (Select) field in DocType 'Report' +#: frappe/core/doctype/report/report.json +msgid "Custom Report" +msgstr "" + +#: frappe/desk/desktop.py:490 +msgid "Custom Reports" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/custom_role/custom_role.json +msgid "Custom Role" +msgstr "" + +#. Label of a Code field in DocType 'Website Theme' +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Custom SCSS" +msgstr "" + +#. Label of a Section Break field in DocType 'Portal Settings' +#: frappe/website/doctype/portal_settings/portal_settings.json +msgid "Custom Sidebar Menu" +msgstr "" + +#. Label of a Link in the Build Workspace +#: frappe/core/workspace/build/build.json +msgid "Custom Translation" +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.py:374 +msgid "Custom field renamed to {0} successfully." +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#. Label of a Check field in DocType 'Website Theme' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/doctype/doctype_list.js:65 +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Custom?" +msgstr "" + +#. Group in DocType's connections +#. Group in Module Def's connections +#. Label of a Card Break in the Build Workspace +#. Title of the Module Onboarding 'Customization' +#. Label of a Tab Break field in DocType 'Web Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/module_def/module_def.json +#: frappe/core/workspace/build/build.json +#: frappe/custom/module_onboarding/customization/customization.json +#: frappe/website/doctype/web_form/web_form.json +msgid "Customization" +msgstr "" + +#. Success message of the Module Onboarding 'Customization' +#: frappe/custom/module_onboarding/customization/customization.json +msgid "Customization onboarding is all done!" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:556 +msgid "Customizations Discarded" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:465 +msgid "Customizations Reset" +msgstr "" + +#: frappe/modules/utils.py:96 +msgid "Customizations for {0} exported to:
    {1}" +msgstr "" + +#: frappe/printing/page/print/print.js:171 +#: frappe/public/js/frappe/form/templates/print_layout.html:39 +#: frappe/public/js/frappe/form/toolbar.js:515 +#: frappe/public/js/frappe/views/dashboard/dashboard_view.js:196 +msgid "Customize" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1701 +msgctxt "Button in list view menu" +msgid "Customize" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:89 +msgid "Customize Child Table" +msgstr "" + +#: frappe/public/js/frappe/views/dashboard/dashboard_view.js:37 +msgid "Customize Dashboard" +msgstr "" + +#. Label of a Link in the Build Workspace +#. Label of a shortcut in the Build Workspace +#. Name of a DocType +#: frappe/automation/doctype/auto_repeat/auto_repeat.js:33 +#: frappe/core/workspace/build/build.json +#: frappe/custom/doctype/customize_form/customize_form.json +#: frappe/public/js/frappe/views/kanban/kanban_view.js:343 +msgid "Customize Form" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:100 +msgid "Customize Form - {0}" +msgstr "" + +#. Name of a DocType +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Customize Form Field" +msgstr "" + +#. Title of an Onboarding Step +#: frappe/custom/onboarding_step/print_format/print_format.json +msgid "Customize Print Formats" +msgstr "" + +#. Description of a Card Break in the Build Workspace +#: frappe/core/workspace/build/build.json +msgid "Customize properties, naming, fields and more for standard doctypes" +msgstr "" + +#: frappe/public/js/frappe/views/file/file_view.js:144 +msgid "Cut" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'DocType State' +#. Option for the 'Indicator' (Select) field in DocType 'Kanban Board Column' +#: frappe/core/doctype/doctype_state/doctype_state.json +#: frappe/desk/doctype/kanban_board_column/kanban_board_column.json +msgid "Cyan" +msgstr "" + +#. Option for the 'Method' (Select) field in DocType 'Recorder' +#. Option for the 'Request Method' (Select) field in DocType 'Webhook' +#: frappe/core/doctype/recorder/recorder.json +#: frappe/integrations/doctype/webhook/webhook.json +msgid "DELETE" +msgstr "" + +#. Option for the 'Default Sort Order' (Select) field in DocType 'DocType' +#. Option for the 'Sort Order' (Select) field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "DESC" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "DLE" +msgstr "" + +#: frappe/templates/print_formats/standard_macros.html:207 +msgid "DRAFT" +msgstr "" + +#. Option for the 'Frequency' (Select) field in DocType 'Auto Repeat' +#. Option for the 'Frequency' (Select) field in DocType 'Scheduled Job Type' +#. Option for the 'Event Frequency' (Select) field in DocType 'Server Script' +#. Option for the 'Frequency' (Select) field in DocType 'User' +#. Option for the 'Time Interval' (Select) field in DocType 'Dashboard Chart' +#. Option for the 'Repeat On' (Select) field in DocType 'Event' +#. Option for the 'Stats Time Interval' (Select) field in DocType 'Number Card' +#. Option for the 'Period' (Select) field in DocType 'Auto Email Report' +#. Option for the 'Frequency' (Select) field in DocType 'Auto Email Report' +#. Option for the 'Backup Frequency' (Select) field in DocType 'Dropbox +#. Settings' +#. Option for the 'Frequency' (Select) field in DocType 'Google Drive' +#. Option for the 'Backup Frequency' (Select) field in DocType 'S3 Backup +#. Settings' +#. Option for the 'Point Allocation Periodicity' (Select) field in DocType +#. 'Energy Point Settings' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +#: frappe/core/doctype/server_script/server_script.json +#: frappe/core/doctype/user/user.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/event/event.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.json +#: frappe/integrations/doctype/google_drive/google_drive.json +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +#: frappe/public/js/frappe/utils/common.js:398 +#: frappe/social/doctype/energy_point_settings/energy_point_settings.json +#: frappe/website/report/website_analytics/website_analytics.js:23 +msgid "Daily" +msgstr "" + +#: frappe/templates/emails/upcoming_events.html:8 +msgid "Daily Event Digest is sent for Calendar Events where reminders are set." +msgstr "" + +#: frappe/desk/doctype/event/event.py:92 +msgid "Daily Events should finish on the Same Day." +msgstr "" + +#. Option for the 'Frequency' (Select) field in DocType 'Scheduled Job Type' +#. Option for the 'Event Frequency' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +#: frappe/core/doctype/server_script/server_script.json +msgid "Daily Long" +msgstr "" + +#. Option for the 'Style' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "Danger" +msgstr "" + +#. Option for the 'Desk Theme' (Select) field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Dark" +msgstr "" + +#. Label of a Link field in DocType 'Website Theme' +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Dark Color" +msgstr "" + +#: frappe/public/js/frappe/ui/theme_switcher.js:65 +msgid "Dark Theme" +msgstr "" + +#. Label of a Check field in DocType 'User' +#. Label of a Link in the Build Workspace +#. Name of a DocType +#. Option for the 'Select List View' (Select) field in DocType 'Form Tour' +#. Option for the 'Type' (Select) field in DocType 'Workspace Shortcut' +#. Option for the 'DocType View' (Select) field in DocType 'Workspace Shortcut' +#: frappe/core/doctype/user/user.json +#: frappe/core/page/dashboard_view/dashboard_view.js:10 +#: frappe/core/workspace/build/build.json +#: frappe/desk/doctype/dashboard/dashboard.json +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:562 +msgid "Dashboard" +msgstr "" + +#. Label of a Link in the Build Workspace +#. Name of a DocType +#: frappe/core/workspace/build/build.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Dashboard Chart" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/dashboard_chart_field/dashboard_chart_field.json +msgid "Dashboard Chart Field" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/dashboard_chart_link/dashboard_chart_link.json +msgid "Dashboard Chart Link" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/dashboard_chart_source/dashboard_chart_source.json +msgid "Dashboard Chart Source" +msgstr "" + +#. Name of a role +#: frappe/desk/doctype/dashboard/dashboard.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/number_card/number_card.json +msgid "Dashboard Manager" +msgstr "" + +#. Label of a Data field in DocType 'Dashboard' +#: frappe/desk/doctype/dashboard/dashboard.json +msgid "Dashboard Name" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/dashboard_settings/dashboard_settings.json +msgid "Dashboard Settings" +msgstr "" + +#: frappe/public/js/frappe/list/base_list.js:204 +msgid "Dashboard View" +msgstr "" + +#. Label of a Tab Break field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "Dashboards" +msgstr "" + +#. Label of a Card Break in the Tools Workspace +#. Label of a Code field in DocType 'Deleted Document' +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Column' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Filter' +#. Label of a Long Text field in DocType 'Transaction Log' +#. Label of a Code field in DocType 'Version' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Label of a Table field in DocType 'Webhook' +#. Label of a Code field in DocType 'Webhook Request Log' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Template Field' +#: frappe/automation/workspace/tools/tools.json +#: frappe/core/doctype/deleted_document/deleted_document.json +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/report_column/report_column.json +#: frappe/core/doctype/report_filter/report_filter.json +#: frappe/core/doctype/transaction_log/transaction_log.json +#: frappe/core/doctype/version/version.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/integrations/doctype/webhook/webhook.json +#: frappe/integrations/doctype/webhook_request_log/webhook_request_log.json +#: frappe/website/doctype/web_form_field/web_form_field.json +#: frappe/website/doctype/web_template_field/web_template_field.json +msgid "Data" +msgstr "" + +#: frappe/public/js/frappe/form/controls/data.js:58 +msgid "Data Clipped" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/data_export/data_export.json +msgid "Data Export" +msgstr "" + +#. Name of a DocType +#. Label of a Link field in DocType 'Data Import Log' +#: frappe/core/doctype/data_import/data_import.json +#: frappe/core/doctype/data_import_log/data_import_log.json +msgid "Data Import" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/data_import_log/data_import_log.json +msgid "Data Import Log" +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:174 +msgid "Data Import Template" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.py:611 +msgid "Data Too Long" +msgstr "" + +#: frappe/model/base_document.py:719 +msgid "Data missing in table" +msgstr "" + +#. Label of a Data field in DocType 'System Health Report' +#. Label of a Section Break field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Database" +msgstr "" + +#. Label of a Select field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Database Engine" +msgstr "" + +#. Label of a Section Break field in DocType 'System Console' +#: frappe/desk/doctype/system_console/system_console.json +msgid "Database Processes" +msgstr "" + +#: frappe/public/js/frappe/doctype/index.js:38 +msgid "Database Row Size Utilization" +msgstr "" + +#. Name of a report +#: frappe/core/report/database_storage_usage_by_tables/database_storage_usage_by_tables.json +msgid "Database Storage Usage By Tables" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.py:245 +msgid "Database Table Row Size Limit" +msgstr "" + +#: frappe/public/js/frappe/doctype/index.js:40 +msgid "Database Table Row Size Utilization: {0}%, this limits number of fields you can add." +msgstr "" + +#. Label of a Data field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Database Version" +msgstr "" + +#. Label of a Datetime field in DocType 'Activity Log' +#. Label of a Datetime field in DocType 'Communication' +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Column' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Filter' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/report_column/report_column.json +#: frappe/core/doctype/report_filter/report_filter.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/desk/report/todo/todo.py:38 +#: frappe/email/doctype/newsletter/newsletter.js:109 +#: frappe/public/js/frappe/views/interaction.js:80 +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Date" +msgstr "" + +#. Label of a Select field in DocType 'System Settings' +#. Label of a Data field in DocType 'Country' +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/geo/doctype/country/country.json +msgid "Date Format" +msgstr "" + +#: frappe/desk/page/leaderboard/leaderboard.js:165 +msgid "Date Range" +msgstr "" + +#. Label of a Section Break field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Date and Number Format" +msgstr "" + +#: frappe/public/js/frappe/form/controls/date.js:164 +msgid "Date {0} must be in format: {1}" +msgstr "" + +#: frappe/utils/password_strength.py:123 +msgid "Dates are often easy to guess." +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Column' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Filter' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/report_column/report_column.json +#: frappe/core/doctype/report_filter/report_filter.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Datetime" +msgstr "" + +#. Label of a Select field in DocType 'Assignment Rule Day' +#. Label of a Select field in DocType 'Auto Repeat Day' +#: frappe/automation/doctype/assignment_rule_day/assignment_rule_day.json +#: frappe/automation/doctype/auto_repeat_day/auto_repeat_day.json +#: frappe/public/js/frappe/views/calendar/calendar.js:271 +msgid "Day" +msgstr "" + +#. Label of a Select field in DocType 'Auto Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Day of Week" +msgstr "" + +#. Option for the 'Send Alert On' (Select) field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Days After" +msgstr "" + +#. Option for the 'Send Alert On' (Select) field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Days Before" +msgstr "" + +#. Label of a Int field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Days Before or After" +msgstr "" + +#: frappe/public/js/frappe/request.js:249 +msgid "Deadlock Occurred" +msgstr "" + +#: frappe/templates/emails/password_reset.html:1 +msgid "Dear" +msgstr "" + +#: frappe/templates/emails/administrator_logged_in.html:1 +msgid "Dear System Manager," +msgstr "" + +#: frappe/templates/emails/account_deletion_notification.html:1 +#: frappe/templates/emails/delete_data_confirmation.html:1 +msgid "Dear User," +msgstr "" + +#: frappe/templates/emails/download_data.html:1 +msgid "Dear {0}" +msgstr "" + +#. Label of a Code field in DocType 'Scheduled Job Log' +#: frappe/core/doctype/scheduled_job_log/scheduled_job_log.json +msgid "Debug Log" +msgstr "" + +#. Label of a Small Text field in DocType 'DocField' +#. Label of a Small Text field in DocType 'Report Filter' +#. Label of a Small Text field in DocType 'Customize Form Field' +#. Option for the 'Font' (Select) field in DocType 'Print Settings' +#. Label of a Data field in DocType 'Web Form Field' +#. Label of a Small Text field in DocType 'Web Template Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/report_filter/report_filter.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/printing/doctype/print_settings/print_settings.json +#: frappe/templates/form_grid/fields.html:30 +#: frappe/website/doctype/web_form_field/web_form_field.json +#: frappe/website/doctype/web_template_field/web_template_field.json +msgid "Default" +msgstr "" + +#: frappe/contacts/doctype/address_template/address_template.py:41 +msgid "Default Address Template cannot be deleted" +msgstr "" + +#. Label of a Select field in DocType 'Document Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Default Amendment Naming" +msgstr "" + +#. Label of a Select field in DocType 'System Settings' +#. Label of a Select field in DocType 'User' +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/core/doctype/user/user.json +msgid "Default App" +msgstr "" + +#. Label of a Link field in DocType 'DocType' +#. Label of a Link field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Default Email Template" +msgstr "" + +#: frappe/email/doctype/email_account/email_account_list.js:13 +msgid "Default Inbox" +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_account/email_account.py:200 +msgid "Default Incoming" +msgstr "" + +#. Label of a Check field in DocType 'Letter Head' +#: frappe/printing/doctype/letter_head/letter_head.json +msgid "Default Letter Head" +msgstr "" + +#. Option for the 'Action' (Select) field in DocType 'Amended Document Naming +#. Settings' +#. Option for the 'Default Amendment Naming' (Select) field in DocType +#. 'Document Naming Settings' +#: frappe/core/doctype/amended_document_naming_settings/amended_document_naming_settings.json +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Default Naming" +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_account/email_account.py:208 +msgid "Default Outgoing" +msgstr "" + +#. Label of a Data field in DocType 'Portal Settings' +#: frappe/website/doctype/portal_settings/portal_settings.json +msgid "Default Portal Home" +msgstr "" + +#. Label of a Data field in DocType 'DocType' +#. Label of a Link field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Default Print Format" +msgstr "" + +#. Label of a Link field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "Default Print Language" +msgstr "" + +#. Label of a Data field in DocType 'OAuth Client' +#: frappe/integrations/doctype/oauth_client/oauth_client.json +msgid "Default Redirect URI" +msgstr "" + +#. Label of a Link field in DocType 'Portal Settings' +#: frappe/website/doctype/portal_settings/portal_settings.json +msgid "Default Role at Time of Signup" +msgstr "" + +#: frappe/email/doctype/email_account/email_account_list.js:16 +msgid "Default Sending" +msgstr "" + +#: frappe/email/doctype/email_account/email_account_list.js:7 +msgid "Default Sending and Inbox" +msgstr "" + +#. Label of a Data field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Default Sort Field" +msgstr "" + +#. Label of a Select field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Default Sort Order" +msgstr "" + +#. Label of a Data field in DocType 'Print Format Field Template' +#: frappe/printing/doctype/print_format_field_template/print_format_field_template.json +msgid "Default Template For Field" +msgstr "" + +#: frappe/website/doctype/website_theme/website_theme.js:28 +msgid "Default Theme" +msgstr "" + +#. Label of a Link field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "Default User Role" +msgstr "" + +#. Label of a Link field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "Default User Type" +msgstr "" + +#. Label of a Text field in DocType 'Custom Field' +#. Label of a Data field in DocType 'Property Setter' +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/property_setter/property_setter.json +msgid "Default Value" +msgstr "" + +#. Label of a Select field in DocType 'DocType' +#. Label of a Select field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Default View" +msgstr "" + +#. Label of a Link field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Default Workspace" +msgstr "" + +#. Description of the 'Currency' (Link) field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Default display currency" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1338 +msgid "Default for 'Check' type of field {0} must be either '0' or '1'" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1351 +msgid "Default value for {0} must be in the list of options." +msgstr "" + +#: frappe/core/doctype/session_default_settings/session_default_settings.py:37 +msgid "Default {0}" +msgstr "" + +#. Description of the 'Heading' (Data) field in DocType 'Contact Us Settings' +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +msgid "Default: \"Contact Us\"" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/defaultvalue/defaultvalue.json +msgid "DefaultValue" +msgstr "" + +#. Label of a Section Break field in DocType 'DocField' +#. Label of a Section Break field in DocType 'User' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/user/user.json +msgid "Defaults" +msgstr "" + +#: frappe/email/doctype/email_account/email_account.py:219 +msgid "Defaults Updated" +msgstr "" + +#. Description of a DocType +#: frappe/workflow/doctype/workflow_transition/workflow_transition.json +msgid "Defines actions on states and the next step and allowed roles." +msgstr "" + +#. Description of a DocType +#: frappe/workflow/doctype/workflow/workflow.json +msgid "Defines workflow states and rules for a document." +msgstr "" + +#. Option for the 'Delivery Status' (Select) field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Delayed" +msgstr "" + +#. Label of a Check field in DocType 'Custom DocPerm' +#. Label of a Check field in DocType 'DocPerm' +#. Label of a Check field in DocType 'User Document Type' +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/docperm/docperm.json +#: frappe/core/doctype/user_document_type/user_document_type.json +#: frappe/core/doctype/user_permission/user_permission_list.js:189 +#: frappe/public/js/frappe/form/footer/form_timeline.js:615 +#: frappe/public/js/frappe/form/grid.js:63 +#: frappe/public/js/frappe/form/toolbar.js:424 +#: frappe/public/js/frappe/views/reports/report_view.js:1663 +#: frappe/public/js/frappe/views/treeview.js:295 +#: frappe/public/js/frappe/views/workspace/workspace.js:868 +#: frappe/templates/discussions/reply_card.html:35 +#: frappe/templates/discussions/reply_section.html:29 +msgid "Delete" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1926 +msgctxt "Button in list view actions menu" +msgid "Delete" +msgstr "" + +#: frappe/www/me.html:75 +msgid "Delete Account" +msgstr "" + +#: frappe/public/js/frappe/form/grid.js:63 +msgid "Delete All" +msgstr "" + +#: frappe/public/js/form_builder/components/Section.vue:196 +msgctxt "Title of confirmation dialog" +msgid "Delete Column" +msgstr "" + +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.js:10 +msgid "Delete Data" +msgstr "" + +#: frappe/public/js/frappe/views/kanban/kanban_view.js:103 +msgid "Delete Kanban Board" +msgstr "" + +#: frappe/public/js/form_builder/components/Section.vue:125 +msgctxt "Title of confirmation dialog" +msgid "Delete Section" +msgstr "" + +#: frappe/public/js/form_builder/components/Tabs.vue:64 +msgctxt "Title of confirmation dialog" +msgid "Delete Tab" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:869 +msgid "Delete Workspace" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:863 +msgid "Delete and Generate New" +msgstr "" + +#: frappe/public/js/form_builder/components/Section.vue:203 +msgctxt "Button text" +msgid "Delete column" +msgstr "" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:721 +msgid "Delete comment?" +msgstr "" + +#: frappe/public/js/form_builder/components/Section.vue:205 +msgctxt "Button text" +msgid "Delete entire column with fields" +msgstr "" + +#: frappe/public/js/form_builder/components/Section.vue:134 +msgctxt "Button text" +msgid "Delete entire section with fields" +msgstr "" + +#: frappe/public/js/form_builder/components/Tabs.vue:73 +msgctxt "Button text" +msgid "Delete entire tab with fields" +msgstr "" + +#: frappe/public/js/form_builder/components/Section.vue:132 +msgctxt "Button text" +msgid "Delete section" +msgstr "" + +#: frappe/public/js/form_builder/components/Tabs.vue:71 +msgctxt "Button text" +msgid "Delete tab" +msgstr "" + +#: frappe/email/doctype/email_unsubscribe/email_unsubscribe.py:29 +msgid "Delete this record to allow sending to this email address" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1931 +msgctxt "Title of confirmation dialog" +msgid "Delete {0} item permanently?" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1937 +msgctxt "Title of confirmation dialog" +msgid "Delete {0} items permanently?" +msgstr "" + +#. Option for the 'Comment Type' (Select) field in DocType 'Comment' +#. Option for the 'Comment Type' (Select) field in DocType 'Communication' +#. Option for the 'Status' (Select) field in DocType 'Personal Data Deletion +#. Request' +#. Option for the 'Status' (Select) field in DocType 'Personal Data Deletion +#. Step' +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.json +#: frappe/website/doctype/personal_data_deletion_step/personal_data_deletion_step.json +msgid "Deleted" +msgstr "" + +#. Label of a Data field in DocType 'Deleted Document' +#: frappe/core/doctype/deleted_document/deleted_document.json +msgid "Deleted DocType" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/deleted_document/deleted_document.json +msgid "Deleted Document" +msgstr "" + +#. Label of a Link in the Tools Workspace +#: frappe/automation/workspace/tools/tools.json +msgid "Deleted Documents" +msgstr "" + +#. Label of a Data field in DocType 'Deleted Document' +#: frappe/core/doctype/deleted_document/deleted_document.json +msgid "Deleted Name" +msgstr "" + +#: frappe/desk/reportview.py:567 +msgid "Deleted all documents successfully" +msgstr "" + +#: frappe/desk/reportview.py:545 +msgid "Deleting {0}" +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:202 +msgid "Deleting {0} records..." +msgstr "" + +#: frappe/public/js/frappe/model/model.js:721 +msgid "Deleting {0}..." +msgstr "" + +#. Label of a Table field in DocType 'Personal Data Deletion Request' +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.json +msgid "Deletion Steps " +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_utils.js:282 +msgid "Delimiter must be a single character" +msgstr "" + +#. Label of a Select field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Delivery Status" +msgstr "" + +#. Option for the 'Sign ups' (Select) field in DocType 'Social Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +#: frappe/templates/includes/oauth_confirmation.html:14 +msgid "Deny" +msgstr "" + +#. Label of a Data field in DocType 'Contact' +#: frappe/contacts/doctype/contact/contact.json +msgid "Department" +msgstr "" + +#. Label of a Data field in DocType 'Workspace Link' +#: frappe/desk/doctype/workspace_link/workspace_link.json +#: frappe/public/js/frappe/widgets/widget_dialog.js:285 +msgid "Dependencies" +msgstr "" + +#. Label of a Code field in DocType 'Custom Field' +#. Label of a Code field in DocType 'Customize Form Field' +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Depends On" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:32 +msgid "Descendants Of" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:33 +msgid "Descendants Of (inclusive)" +msgstr "" + +#. Label of a Small Text field in DocType 'Assignment Rule' +#. Label of a Small Text field in DocType 'Reminder' +#. Label of a Small Text field in DocType 'DocField' +#. Label of a Small Text field in DocType 'DocType' +#. Label of a Text field in DocType 'Customize Form Field' +#. Label of a Small Text field in DocType 'Desktop Icon' +#. Label of a Text Editor field in DocType 'Event' +#. Label of a HTML Editor field in DocType 'Form Tour Step' +#. Label of a Section Break field in DocType 'Onboarding Step' +#. Label of a Markdown Editor field in DocType 'Onboarding Step' +#. Label of a Small Text field in DocType 'Tag' +#. Label of a Text Editor field in DocType 'ToDo' +#. Label of a HTML Editor field in DocType 'Workspace Link' +#. Label of a Small Text field in DocType 'Print Heading' +#. Label of a Small Text field in DocType 'Blog Category' +#. Label of a Text field in DocType 'Web Form Field' +#. Label of a Small Text field in DocType 'Web Page' +#. Label of a Text field in DocType 'Website Slideshow Item' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +#: frappe/automation/doctype/reminder/reminder.json +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +#: frappe/desk/doctype/event/event.json +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +#: frappe/desk/doctype/tag/tag.json frappe/desk/doctype/todo/todo.json +#: frappe/desk/doctype/workspace_link/workspace_link.json +#: frappe/desk/report/todo/todo.py:39 +#: frappe/printing/doctype/print_heading/print_heading.json +#: frappe/public/js/frappe/form/reminders.js:44 +#: frappe/public/js/frappe/widgets/widget_dialog.js:227 +#: frappe/website/doctype/blog_category/blog_category.json +#: frappe/website/doctype/web_form_field/web_form_field.json +#: frappe/website/doctype/web_page/web_page.json +#: frappe/website/doctype/website_slideshow_item/website_slideshow_item.json +msgid "Description" +msgstr "" + +#. Description of the 'Blog Intro' (Small Text) field in DocType 'Blog Post' +#: frappe/website/doctype/blog_post/blog_post.json +msgid "Description for listing page, in plain text, only a couple of lines. (max 200 characters)" +msgstr "" + +#. Description of the 'Description' (Section Break) field in DocType +#. 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Description to inform the user about any action that is going to be performed" +msgstr "" + +#. Label of a Data field in DocType 'Contact' +#: frappe/contacts/doctype/contact/contact.json +msgid "Designation" +msgstr "" + +#. Label of a Check field in DocType 'Role' +#: frappe/core/doctype/role/role.json +msgid "Desk Access" +msgstr "" + +#. Label of a Section Break field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Desk Settings" +msgstr "" + +#. Label of a Select field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Desk Theme" +msgstr "" + +#. Name of a role +#: frappe/automation/doctype/reminder/reminder.json +#: frappe/core/doctype/report/report.json +#: frappe/core/doctype/submission_queue/submission_queue.json +#: frappe/core/doctype/user/user.json +#: frappe/core/doctype/user_group/user_group.json +#: frappe/custom/doctype/doctype_layout/doctype_layout.json +#: frappe/desk/doctype/calendar_view/calendar_view.json +#: frappe/desk/doctype/custom_html_block/custom_html_block.json +#: frappe/desk/doctype/dashboard/dashboard.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/dashboard_settings/dashboard_settings.json +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/desk/doctype/kanban_board/kanban_board.json +#: frappe/desk/doctype/list_filter/list_filter.json +#: frappe/desk/doctype/module_onboarding/module_onboarding.json +#: frappe/desk/doctype/note/note.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +#: frappe/desk/doctype/workspace/workspace.json +#: frappe/email/doctype/document_follow/document_follow.json +#: frappe/email/doctype/email_template/email_template.json +#: frappe/integrations/doctype/google_calendar/google_calendar.json +#: frappe/integrations/doctype/google_contacts/google_contacts.json +#: frappe/printing/doctype/letter_head/letter_head.json +#: frappe/printing/doctype/network_printer_settings/network_printer_settings.json +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/social/doctype/energy_point_log/energy_point_log.json +#: frappe/website/doctype/marketing_campaign/marketing_campaign.json +#: frappe/workflow/doctype/workflow_action/workflow_action.json +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "Desk User" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +msgid "Desktop Icon" +msgstr "" + +#: frappe/desk/doctype/desktop_icon/desktop_icon.py:225 +msgid "Desktop Icon already exists" +msgstr "" + +#. Label of a Code field in DocType 'Scheduled Job Log' +#. Label of a Tab Break field in DocType 'Customize Form' +#. Label of a Section Break field in DocType 'Event' +#: frappe/core/doctype/scheduled_job_log/scheduled_job_log.json +#: frappe/custom/doctype/customize_form/customize_form.json +#: frappe/desk/doctype/event/event.json +#: frappe/desk/page/user_profile/user_profile_sidebar.html:45 +#: frappe/public/js/form_builder/components/Tabs.vue:92 +#: frappe/public/js/form_builder/store.js:259 +#: frappe/public/js/form_builder/utils.js:38 +#: frappe/public/js/frappe/form/layout.js:135 +#: frappe/public/js/frappe/views/treeview.js:258 +msgid "Details" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager.js:487 +msgid "Did not add" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager.js:381 +msgid "Did not remove" +msgstr "" + +#: frappe/public/js/frappe/utils/diffview.js:57 +msgid "Diff" +msgstr "" + +#. Description of the 'States' (Section Break) field in DocType 'Workflow' +#: frappe/workflow/doctype/workflow/workflow.json +msgid "Different \"States\" this document can exist in. Like \"Open\", \"Pending Approval\" etc." +msgstr "" + +#. Label of a Int field in DocType 'Document Naming Rule' +#: frappe/core/doctype/document_naming_rule/document_naming_rule.json +msgid "Digits" +msgstr "" + +#. Label of a Select field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "Directory Server" +msgstr "" + +#. Label of a Check field in DocType 'List View Settings' +#: frappe/desk/doctype/list_view_settings/list_view_settings.json +msgid "Disable Auto Refresh" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Disable Change Log Notification" +msgstr "" + +#. Label of a Check field in DocType 'List View Settings' +#: frappe/desk/doctype/list_view_settings/list_view_settings.json +msgid "Disable Comment Count" +msgstr "" + +#. Label of a Check field in DocType 'Blog Post' +#: frappe/website/doctype/blog_post/blog_post.json +msgid "Disable Comments" +msgstr "" + +#. Label of a Check field in DocType 'List View Settings' +#: frappe/desk/doctype/list_view_settings/list_view_settings.json +msgid "Disable Count" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Disable Document Sharing" +msgstr "" + +#. Label of a Check field in DocType 'Blog Post' +#: frappe/website/doctype/blog_post/blog_post.json +msgid "Disable Likes" +msgstr "" + +#: frappe/core/doctype/report/report.js:36 +msgid "Disable Report" +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Disable SMTP server authentication" +msgstr "" + +#. Label of a Check field in DocType 'List View Settings' +#: frappe/desk/doctype/list_view_settings/list_view_settings.json +msgid "Disable Sidebar Stats" +msgstr "" + +#: frappe/website/doctype/website_settings/website_settings.js:146 +msgid "Disable Signup for your site" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Disable Standard Email Footer" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Disable System Update Notification" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Disable Username/Password Login" +msgstr "" + +#. Label of a Check field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Disable signups" +msgstr "" + +#. Label of a Check field in DocType 'Assignment Rule' +#. Label of a Check field in DocType 'Auto Repeat' +#. Option for the 'Status' (Select) field in DocType 'Auto Repeat' +#. Label of a Check field in DocType 'Milestone Tracker' +#. Label of a Check field in DocType 'Address' +#. Label of a Check field in DocType 'Document Naming Rule' +#. Label of a Check field in DocType 'Report' +#. Label of a Check field in DocType 'Role' +#. Label of a Check field in DocType 'Server Script' +#. Label of a Check field in DocType 'Letter Head' +#. Label of a Check field in DocType 'Print Format' +#. Label of a Check field in DocType 'Print Style' +#. Label of a Check field in DocType 'Blogger' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/automation/doctype/milestone_tracker/milestone_tracker.json +#: frappe/contacts/doctype/address/address.json +#: frappe/core/doctype/document_naming_rule/document_naming_rule.json +#: frappe/core/doctype/report/report.json frappe/core/doctype/role/role.json +#: frappe/core/doctype/server_script/server_script.json +#: frappe/core/doctype/user/user_list.js:14 +#: frappe/printing/doctype/letter_head/letter_head.json +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/printing/doctype/print_style/print_style.json +#: frappe/public/js/frappe/form/templates/address_list.html:29 +#: frappe/public/js/frappe/model/indicator.js:108 +#: frappe/public/js/frappe/model/indicator.js:115 +#: frappe/website/doctype/blogger/blogger.json +msgid "Disabled" +msgstr "" + +#: frappe/email/doctype/email_account/email_account.js:232 +msgid "Disabled Auto Reply" +msgstr "" + +#: frappe/public/js/frappe/views/communication.js:30 +#: frappe/public/js/frappe/views/dashboard/dashboard_view.js:70 +#: frappe/public/js/frappe/views/workspace/workspace.js:547 +#: frappe/public/js/frappe/web_form/web_form.js:187 +msgid "Discard" +msgstr "" + +#: frappe/website/doctype/web_form/templates/web_form.html:41 +msgctxt "Button in web form" +msgid "Discard" +msgstr "" + +#: frappe/public/js/frappe/web_form/web_form.js:184 +msgid "Discard?" +msgstr "" + +#. Description of the 'Suggested Indexes' (Table) field in DocType 'Recorder' +#: frappe/core/doctype/recorder/recorder.json +msgid "Disclaimer: These indexes are suggested based on data and queries performed during this recording. These suggestions may or may not help." +msgstr "" + +#. Name of a DocType +#: frappe/website/doctype/discussion_reply/discussion_reply.json +msgid "Discussion Reply" +msgstr "" + +#. Name of a DocType +#: frappe/website/doctype/discussion_topic/discussion_topic.json +msgid "Discussion Topic" +msgstr "" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:625 +#: frappe/templates/discussions/reply_card.html:16 +#: frappe/templates/discussions/reply_section.html:29 +msgid "Dismiss" +msgstr "" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:577 +msgctxt "Stop showing the onboarding widget." +msgid "Dismiss" +msgstr "" + +#. Label of a Section Break field in DocType 'DocField' +#. Label of a Section Break field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Display" +msgstr "" + +#. Label of a Code field in DocType 'Web Form Field' +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Display Depends On" +msgstr "" + +#. Label of a Code field in DocType 'DocField' +#: frappe/core/doctype/docfield/docfield.json +msgid "Display Depends On (JS)" +msgstr "" + +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:210 +msgid "Divider" +msgstr "" + +#. Label of a Check field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "Do Not Create New User " +msgstr "" + +#. Description of the 'Do Not Create New User ' (Check) field in DocType 'LDAP +#. Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "Do not create new user if user with email does not exist in the system" +msgstr "" + +#: frappe/public/js/frappe/form/grid.js:1160 +msgid "Do not edit headers which are preset in the template" +msgstr "" + +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.py:65 +msgid "Do not have permission to access bucket {0}." +msgstr "" + +#: frappe/core/doctype/system_settings/system_settings.js:71 +msgid "Do you still want to proceed?" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:935 +msgid "Do you want to cancel all linked documents?" +msgstr "" + +#. Label of a Select field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "Doc Event" +msgstr "" + +#. Label of a Section Break field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "Doc Events" +msgstr "" + +#. Label of a Select field in DocType 'Workflow Document State' +#: frappe/workflow/doctype/workflow_document_state/workflow_document_state.json +msgid "Doc Status" +msgstr "" + +#. Name of a DocType +#. Option for the 'Applied On' (Select) field in DocType 'Property Setter' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/property_setter/property_setter.json +msgid "DocField" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/docperm/docperm.json +msgid "DocPerm" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/docshare/docshare.json +msgid "DocShare" +msgstr "" + +#: frappe/workflow/doctype/workflow/workflow.js:264 +msgid "DocStatus of the following states have changed:
    {0}
    \n" +"\t\t\t\tDo you want to update the docstatus of existing documents in those states?
    \n" +"\t\t\t\tThis does not undo any effect bought in by the document's existing docstatus.\n" +"\t\t\t\t" +msgstr "" + +#. Label of a Link field in DocType 'Amended Document Naming Settings' +#. Label of a Link field in DocType 'Audit Trail' +#. Name of a DocType +#. Group in Module Def's connections +#. Linked DocType in Module Def's connections +#. Label of a Link field in DocType 'Permission Inspector' +#. Label of a Link field in DocType 'Version' +#. Label of a Link in the Build Workspace +#. Label of a shortcut in the Build Workspace +#. Label of a Link field in DocType 'Client Script' +#. Label of a Link field in DocType 'Custom Field' +#. Option for the 'Applied On' (Select) field in DocType 'Property Setter' +#. Label of a Link field in DocType 'Property Setter' +#. Option for the 'Link Type' (Select) field in DocType 'Workspace Link' +#. Label of a Link field in DocType 'Workspace Quick List' +#. Option for the 'Type' (Select) field in DocType 'Workspace Shortcut' +#. Label of a Link field in DocType 'Webhook' +#. Label of a Link field in DocType 'Print Format' +#: frappe/core/doctype/amended_document_naming_settings/amended_document_naming_settings.json +#: frappe/core/doctype/audit_trail/audit_trail.json +#: frappe/core/doctype/data_export/exporter.py:26 +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/module_def/module_def.json +#: frappe/core/doctype/permission_inspector/permission_inspector.json +#: frappe/core/doctype/version/version.json +#: frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.js:15 +#: frappe/core/workspace/build/build.json +#: frappe/custom/doctype/client_script/client_script.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/property_setter/property_setter.json +#: frappe/desk/doctype/workspace_link/workspace_link.json +#: frappe/desk/doctype/workspace_quick_list/workspace_quick_list.json +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +#: frappe/integrations/doctype/webhook/webhook.json +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/public/js/frappe/widgets/widget_dialog.js:131 +#: frappe/website/doctype/website_slideshow/website_slideshow.js:18 +msgid "DocType" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1539 +msgid "DocType {0} provided for the field {1} must have atleast one Link field" +msgstr "" + +#. Name of a DocType +#. Option for the 'Applied On' (Select) field in DocType 'Property Setter' +#: frappe/core/doctype/doctype_action/doctype_action.json +#: frappe/custom/doctype/property_setter/property_setter.json +msgid "DocType Action" +msgstr "" + +#. Option for the 'Script Type' (Select) field in DocType 'Server Script' +#. Label of a Select field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "DocType Event" +msgstr "" + +#. Name of a DocType +#: frappe/custom/doctype/doctype_layout/doctype_layout.json +msgid "DocType Layout" +msgstr "" + +#. Name of a DocType +#: frappe/custom/doctype/doctype_layout_field/doctype_layout_field.json +msgid "DocType Layout Field" +msgstr "" + +#. Name of a DocType +#. Option for the 'Applied On' (Select) field in DocType 'Property Setter' +#: frappe/core/doctype/doctype_link/doctype_link.json +#: frappe/custom/doctype/property_setter/property_setter.json +msgid "DocType Link" +msgstr "" + +#. Name of a DocType +#. Option for the 'Applied On' (Select) field in DocType 'Property Setter' +#: frappe/core/doctype/doctype_state/doctype_state.json +#: frappe/custom/doctype/property_setter/property_setter.json +msgid "DocType State" +msgstr "" + +#. Label of a Select field in DocType 'Workspace Shortcut' +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +#: frappe/public/js/frappe/widgets/widget_dialog.js:443 +msgid "DocType View" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:642 +msgid "DocType can not be merged" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:636 +msgid "DocType can only be renamed by Administrator" +msgstr "" + +#. Description of a DocType +#: frappe/core/doctype/doctype/doctype.json +msgid "DocType is a Table / Form in the application." +msgstr "" + +#: frappe/integrations/doctype/webhook/webhook.py:82 +msgid "DocType must be Submittable for the selected Doc Event" +msgstr "" + +#: frappe/client.py:421 +msgid "DocType must be a string" +msgstr "" + +#: frappe/public/js/form_builder/store.js:154 +msgid "DocType must have atleast one field" +msgstr "" + +#: frappe/core/doctype/log_settings/log_settings.py:58 +msgid "DocType not supported by Log Settings." +msgstr "" + +#. Description of the 'Document Type' (Link) field in DocType 'Workflow' +#: frappe/workflow/doctype/workflow/workflow.json +msgid "DocType on which this Workflow is applicable." +msgstr "" + +#: frappe/public/js/frappe/views/kanban/kanban_settings.js:4 +msgid "DocType required" +msgstr "" + +#: frappe/modules/utils.py:175 +msgid "DocType {0} does not exist." +msgstr "" + +#: frappe/modules/utils.py:238 +msgid "DocType {} not found" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1004 +msgid "DocType's name should not start or end with whitespace" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.js:71 +msgid "DocTypes can not be modified, please use {0} instead" +msgstr "" + +#. Label of a Link field in DocType 'Document Follow' +#: frappe/email/doctype/document_follow/document_follow.json +#: frappe/public/js/frappe/widgets/widget_dialog.js:650 +msgid "Doctype" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:998 +msgid "Doctype name is limited to {0} characters ({1})" +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:3 +msgid "Doctype required" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:1348 +msgid "Doctype with same route already exist. Please choose different title." +msgstr "" + +#. Label of a Data field in DocType 'Milestone' +#. Label of a Dynamic Link field in DocType 'Audit Trail' +#. Option for the 'Show in Module Section' (Select) field in DocType 'DocType' +#. Label of a Dynamic Link field in DocType 'Permission Inspector' +#. Label of a Link field in DocType 'Notification Subscribed Document' +#: frappe/automation/doctype/milestone/milestone.json +#: frappe/core/doctype/audit_trail/audit_trail.json +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/permission_inspector/permission_inspector.json +#: frappe/desk/doctype/notification_subscribed_document/notification_subscribed_document.json +msgid "Document" +msgstr "" + +#. Label of a Section Break field in DocType 'Customize Form' +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Document Actions" +msgstr "" + +#. Label of a Section Break field in DocType 'User' +#. Linked DocType in User's connections +#. Name of a DocType +#: frappe/core/doctype/user/user.json +#: frappe/email/doctype/document_follow/document_follow.json +msgid "Document Follow" +msgstr "" + +#: frappe/desk/form/document_follow.py:84 +msgid "Document Follow Notification" +msgstr "" + +#. Label of a Data field in DocType 'Notification Log' +#: frappe/desk/doctype/notification_log/notification_log.json +msgid "Document Link" +msgstr "" + +#. Label of a Section Break field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Document Linking" +msgstr "" + +#. Label of a Section Break field in DocType 'Customize Form' +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Document Links" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1173 +msgid "Document Links Row #{0}: Could not find field {1} in {2} DocType" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1193 +msgid "Document Links Row #{0}: Invalid doctype or fieldname." +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1156 +msgid "Document Links Row #{0}: Parent DocType is mandatory for internal links" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1162 +msgid "Document Links Row #{0}: Table Fieldname is mandatory for internal links" +msgstr "" + +#. Label of a Dynamic Link field in DocType 'Reminder' +#. Label of a Dynamic Link field in DocType 'DocShare' +#. Label of a Data field in DocType 'Transaction Log' +#. Label of a Data field in DocType 'Version' +#. Label of a Dynamic Link field in DocType 'Tag Link' +#. Label of a Dynamic Link field in DocType 'Document Follow' +#: frappe/automation/doctype/reminder/reminder.json +#: frappe/core/doctype/docshare/docshare.json +#: frappe/core/doctype/transaction_log/transaction_log.json +#: frappe/core/doctype/user_permission/user_permission_list.js:36 +#: frappe/core/doctype/version/version.json +#: frappe/desk/doctype/tag_link/tag_link.json +#: frappe/email/doctype/document_follow/document_follow.json +#: frappe/public/js/frappe/form/form_tour.js:60 +msgid "Document Name" +msgstr "" + +#: frappe/client.py:424 +msgid "Document Name must be a string" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/document_naming_rule/document_naming_rule.json +msgid "Document Naming Rule" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/document_naming_rule_condition/document_naming_rule_condition.json +msgid "Document Naming Rule Condition" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Document Naming Settings" +msgstr "" + +#: frappe/model/document.py:1545 +msgid "Document Queued" +msgstr "" + +#: frappe/core/doctype/deleted_document/deleted_document_list.js:38 +msgid "Document Restoration Summary" +msgstr "" + +#: frappe/core/doctype/deleted_document/deleted_document.py:68 +msgid "Document Restored" +msgstr "" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:359 +#: frappe/public/js/frappe/widgets/onboarding_widget.js:401 +#: frappe/public/js/frappe/widgets/onboarding_widget.js:420 +#: frappe/public/js/frappe/widgets/onboarding_widget.js:439 +msgid "Document Saved" +msgstr "" + +#. Label of a Check field in DocType 'Notification Settings' +#: frappe/desk/doctype/notification_settings/notification_settings.json +msgid "Document Share" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/document_share_key/document_share_key.json +msgid "Document Share Key" +msgstr "" + +#. Label of a Int field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Document Share Key Expiry (in Days)" +msgstr "" + +#. Name of a report +#. Label of a Link in the Users Workspace +#: frappe/core/report/document_share_report/document_share_report.json +#: frappe/core/workspace/users/users.json +msgid "Document Share Report" +msgstr "" + +#. Label of a Section Break field in DocType 'DocType' +#. Label of a Section Break field in DocType 'Customize Form' +#. Label of a Table field in DocType 'Workflow' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +#: frappe/workflow/doctype/workflow/workflow.json +msgid "Document States" +msgstr "" + +#: frappe/model/meta.py:46 frappe/public/js/frappe/model/meta.js:199 +#: frappe/public/js/frappe/model/model.js:137 +msgid "Document Status" +msgstr "" + +#. Label of a Link field in DocType 'Tag Link' +#: frappe/desk/doctype/tag_link/tag_link.json +msgid "Document Tag" +msgstr "" + +#. Label of a Data field in DocType 'Tag Link' +#: frappe/desk/doctype/tag_link/tag_link.json +msgid "Document Title" +msgstr "" + +#. Label of a Link field in DocType 'Assignment Rule' +#. Label of a Link field in DocType 'Milestone' +#. Label of a Link field in DocType 'Reminder' +#. Label of a Link field in DocType 'Data Import' +#. Label of a Link field in DocType 'DocShare' +#. Label of a Link field in DocType 'Document Naming Rule' +#. Label of a Link field in DocType 'Session Default' +#. Label of a Link field in DocType 'User Document Type' +#. Label of a Link field in DocType 'User Select Document Type' +#. Label of a Link field in DocType 'DocType Layout' +#. Label of a Link field in DocType 'Bulk Update' +#. Label of a Link field in DocType 'Dashboard Chart' +#. Label of a Link field in DocType 'Global Search DocType' +#. Label of a Link field in DocType 'Notification Log' +#. Label of a Link field in DocType 'Number Card' +#. Option for the 'Type' (Select) field in DocType 'Number Card' +#. Label of a Link field in DocType 'Tag Link' +#. Label of a Link field in DocType 'Notification' +#. Label of a Link field in DocType 'Print Format Field Template' +#. Label of a Data field in DocType 'Personal Data Deletion Step' +#. Label of a Link field in DocType 'Workflow' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +#: frappe/automation/doctype/milestone/milestone.json +#: frappe/automation/doctype/reminder/reminder.json +#: frappe/core/doctype/data_import/data_import.json +#: frappe/core/doctype/docshare/docshare.json +#: frappe/core/doctype/document_naming_rule/document_naming_rule.json +#: frappe/core/doctype/session_default/session_default.json +#: frappe/core/doctype/user_document_type/user_document_type.json +#: frappe/core/doctype/user_permission/user_permission_list.js:26 +#: frappe/core/doctype/user_select_document_type/user_select_document_type.json +#: frappe/core/page/permission_manager/permission_manager.js:49 +#: frappe/core/page/permission_manager/permission_manager.js:211 +#: frappe/core/page/permission_manager/permission_manager.js:442 +#: frappe/custom/doctype/doctype_layout/doctype_layout.json +#: frappe/desk/doctype/bulk_update/bulk_update.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/global_search_doctype/global_search_doctype.json +#: frappe/desk/doctype/notification_log/notification_log.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/desk/doctype/tag_link/tag_link.json +#: frappe/email/doctype/notification/notification.json +#: frappe/printing/doctype/print_format_field_template/print_format_field_template.json +#: frappe/public/js/frappe/roles_editor.js:65 +#: frappe/website/doctype/personal_data_deletion_step/personal_data_deletion_step.json +#: frappe/workflow/doctype/workflow/workflow.json +msgid "Document Type" +msgstr "" + +#: frappe/desk/doctype/number_card/number_card.py:56 +msgid "Document Type and Function are required to create a number card" +msgstr "" + +#: frappe/permissions.py:142 +msgid "Document Type is not importable" +msgstr "" + +#: frappe/permissions.py:138 +msgid "Document Type is not submittable" +msgstr "" + +#. Label of a Link field in DocType 'Milestone Tracker' +#: frappe/automation/doctype/milestone_tracker/milestone_tracker.json +msgid "Document Type to Track" +msgstr "" + +#: frappe/desk/doctype/global_search_settings/global_search_settings.py:40 +msgid "Document Type {0} has been repeated." +msgstr "" + +#. Label of a Table field in DocType 'User Type' +#: frappe/core/doctype/user_type/user_type.json +msgid "Document Types" +msgstr "" + +#. Label of a Table field in DocType 'User Type' +#: frappe/core/doctype/user_type/user_type.json +msgid "Document Types (Select Permissions Only)" +msgstr "" + +#. Label of a Section Break field in DocType 'User Type' +#: frappe/core/doctype/user_type/user_type.json +msgid "Document Types and Permissions" +msgstr "" + +#: frappe/core/doctype/submission_queue/submission_queue.py:163 +#: frappe/model/document.py:1752 +msgid "Document Unlocked" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1073 +msgid "Document has been cancelled" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1072 +msgid "Document has been submitted" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1071 +msgid "Document is in draft state" +msgstr "" + +#: frappe/public/js/frappe/form/workflow.js:45 +msgid "Document is only editable by users with role" +msgstr "" + +#: frappe/core/doctype/communication/communication.js:182 +msgid "Document not Relinked" +msgstr "" + +#: frappe/model/rename_doc.py:227 frappe/public/js/frappe/form/toolbar.js:146 +msgid "Document renamed from {0} to {1}" +msgstr "" + +#: frappe/public/js/frappe/form/toolbar.js:155 +msgid "Document renaming from {0} to {1} has been queued" +msgstr "" + +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.py:386 +msgid "Document type is required to create a dashboard chart" +msgstr "" + +#: frappe/core/doctype/deleted_document/deleted_document.py:45 +msgid "Document {0} Already Restored" +msgstr "" + +#: frappe/workflow/doctype/workflow_action/workflow_action.py:199 +msgid "Document {0} has been set to state {1} by {2}" +msgstr "" + +#: frappe/client.py:443 +msgid "Document {0} {1} does not exist" +msgstr "" + +#. Label of a Data field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Documentation Link" +msgstr "" + +#. Label of a Data field in DocType 'DocField' +#. Label of a Data field in DocType 'Module Onboarding' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/desk/doctype/module_onboarding/module_onboarding.json +msgid "Documentation URL" +msgstr "" + +#: frappe/public/js/frappe/form/templates/form_dashboard.html:17 +msgid "Documents" +msgstr "" + +#: frappe/core/doctype/deleted_document/deleted_document_list.js:25 +msgid "Documents restored successfully" +msgstr "" + +#: frappe/core/doctype/deleted_document/deleted_document_list.js:33 +msgid "Documents that failed to restore" +msgstr "" + +#: frappe/core/doctype/deleted_document/deleted_document_list.js:29 +msgid "Documents that were already restored" +msgstr "" + +#. Name of a DocType +#. Label of a Data field in DocType 'Domain' +#. Label of a Link field in DocType 'Has Domain' +#. Label of a Link field in DocType 'Email Account' +#: frappe/core/doctype/domain/domain.json +#: frappe/core/doctype/has_domain/has_domain.json +#: frappe/email/doctype/email_account/email_account.json +msgid "Domain" +msgstr "" + +#. Label of a Data field in DocType 'Email Domain' +#: frappe/email/doctype/email_domain/email_domain.json +msgid "Domain Name" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/domain_settings/domain_settings.json +msgid "Domain Settings" +msgstr "" + +#. Label of a HTML field in DocType 'Domain Settings' +#: frappe/core/doctype/domain_settings/domain_settings.json +msgid "Domains HTML" +msgstr "" + +#. Description of the 'Ignore XSS Filter' (Check) field in DocType 'Custom +#. Field' +#: frappe/custom/doctype/custom_field/custom_field.json +msgid "Don't HTML Encode HTML tags like <script> or just characters like < or >, as they could be intentionally used in this field" +msgstr "" + +#: frappe/public/js/frappe/data_import/import_preview.js:268 +msgid "Don't Import" +msgstr "" + +#. Label of a Check field in DocType 'Workflow' +#. Label of a Check field in DocType 'Workflow Document State' +#: frappe/workflow/doctype/workflow/workflow.json +#: frappe/workflow/doctype/workflow_document_state/workflow_document_state.json +msgid "Don't Override Status" +msgstr "" + +#. Label of a Check field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Don't Send Emails" +msgstr "" + +#. Description of the 'Ignore XSS Filter' (Check) field in DocType 'DocField' +#. Description of the 'Ignore XSS Filter' (Check) field in DocType 'Customize +#. Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Don't encode HTML tags like <script> or just characters like < or >, as they could be intentionally used in this field" +msgstr "" + +#: frappe/www/login.html:119 frappe/www/login.html:135 +#: frappe/www/update-password.html:34 +msgid "Don't have an account?" +msgstr "" + +#: frappe/public/js/frappe/ui/messages.js:233 +#: frappe/public/js/onboarding_tours/onboarding_tours.js:17 +#: frappe/public/js/print_format_builder/HTMLEditor.vue:5 +#: frappe/public/js/print_format_builder/LetterHeadEditor.vue:52 +msgid "Done" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Donut" +msgstr "" + +#: frappe/public/js/form_builder/components/EditableInput.vue:43 +msgid "Double click to edit label" +msgstr "" + +#: frappe/core/doctype/file/file.js:5 +#: frappe/email/doctype/auto_email_report/auto_email_report.js:8 +#: frappe/public/js/frappe/form/grid.js:63 +msgid "Download" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_utils.js:229 +msgctxt "Export report" +msgid "Download" +msgstr "" + +#. Label of a Link in the Tools Workspace +#: frappe/automation/workspace/tools/tools.json +#: frappe/desk/page/backups/backups.js:4 +msgid "Download Backups" +msgstr "" + +#: frappe/templates/emails/download_data.html:6 +msgid "Download Data" +msgstr "" + +#: frappe/desk/page/backups/backups.js:12 +msgid "Download Files Backup" +msgstr "" + +#: frappe/templates/emails/download_data.html:9 +msgid "Download Link" +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:134 +msgid "Download PDF" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:766 +msgid "Download Report" +msgstr "" + +#. Label of a Button field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Download Template" +msgstr "" + +#: frappe/website/doctype/personal_data_download_request/personal_data_download_request.py:61 +#: frappe/website/doctype/personal_data_download_request/personal_data_download_request.py:69 +#: frappe/website/doctype/personal_data_download_request/test_personal_data_download_request.py:48 +msgid "Download Your Data" +msgstr "" + +#: frappe/desk/page/setup_wizard/install_fixtures.py:47 +msgid "Dr" +msgstr "" + +#: frappe/public/js/frappe/model/indicator.js:73 +#: frappe/public/js/frappe/ui/filters/filter.js:530 +msgid "Draft" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/blocks/header.js:46 +#: frappe/public/js/frappe/views/workspace/blocks/paragraph.js:136 +#: frappe/public/js/frappe/views/workspace/blocks/spacer.js:44 +#: frappe/public/js/frappe/views/workspace/workspace.js:610 +#: frappe/public/js/frappe/widgets/base_widget.js:33 +msgid "Drag" +msgstr "" + +#: frappe/public/js/form_builder/components/Tabs.vue:189 +msgid "Drag & Drop a section here from another tab" +msgstr "" + +#: frappe/public/js/frappe/file_uploader/FileUploader.vue:14 +msgid "Drag and drop files here or upload from" +msgstr "" + +#: frappe/public/js/print_format_builder/ConfigureColumns.vue:76 +msgid "Drag columns to set order. Column width is set in percentage. The total width should not be more than 100. Columns marked in red will be removed." +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder_layout.html:3 +msgid "Drag elements from the sidebar to add. Drag them back to trash." +msgstr "" + +#: frappe/public/js/workflow_builder/WorkflowBuilder.vue:296 +msgid "Drag to add state" +msgstr "" + +#: frappe/public/js/frappe/file_uploader/FileUploader.vue:172 +msgid "Drop files here" +msgstr "" + +#. Label of a Password field in DocType 'Dropbox Settings' +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.json +msgid "Dropbox Access Token" +msgstr "" + +#. Label of a Password field in DocType 'Dropbox Settings' +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.json +msgid "Dropbox Refresh Token" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Integrations Workspace +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.json +#: frappe/integrations/workspace/integrations/integrations.json +msgid "Dropbox Settings" +msgstr "" + +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.py:347 +msgid "Dropbox Setup" +msgstr "" + +#. Label of a Section Break field in DocType 'Navbar Settings' +#: frappe/core/doctype/navbar_settings/navbar_settings.json +msgid "Dropdowns" +msgstr "" + +#. Label of a Date field in DocType 'ToDo' +#: frappe/desk/doctype/todo/todo.json +msgid "Due Date" +msgstr "" + +#. Label of a Select field in DocType 'Assignment Rule' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +msgid "Due Date Based On" +msgstr "" + +#: frappe/public/js/frappe/form/grid_row_form.js:42 +#: frappe/public/js/frappe/form/toolbar.js:378 +#: frappe/public/js/frappe/views/workspace/workspace.js:853 +#: frappe/public/js/frappe/views/workspace/workspace.js:1020 +msgid "Duplicate" +msgstr "" + +#: frappe/printing/doctype/print_format_field_template/print_format_field_template.py:53 +msgid "Duplicate Entry" +msgstr "" + +#: frappe/public/js/frappe/list/list_filter.js:137 +msgid "Duplicate Filter Name" +msgstr "" + +#: frappe/model/base_document.py:578 frappe/model/rename_doc.py:111 +msgid "Duplicate Name" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:592 +#: frappe/public/js/frappe/views/workspace/workspace.js:854 +msgid "Duplicate Workspace" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:208 +msgid "Duplicate current row" +msgstr "" + +#: frappe/public/js/form_builder/components/Field.vue:239 +msgid "Duplicate field" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:1035 +msgid "Duplicate of {0} named as {1} is created successfully" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Label of a Float field in DocType 'Recorder' +#. Label of a Float field in DocType 'Recorder Query' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Column' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/recorder/recorder.json +#: frappe/core/doctype/recorder_query/recorder_query.json +#: frappe/core/doctype/report_column/report_column.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Duration" +msgstr "" + +#. Label of a Section Break field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Dynamic Filters" +msgstr "" + +#. Label of a Code field in DocType 'Dashboard Chart' +#. Label of a Code field in DocType 'Number Card' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/number_card/number_card.json +msgid "Dynamic Filters JSON" +msgstr "" + +#. Label of a Section Break field in DocType 'Number Card' +#: frappe/desk/doctype/number_card/number_card.json +msgid "Dynamic Filters Section" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Name of a DocType +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Column' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Filter' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/dynamic_link/dynamic_link.json +#: frappe/core/doctype/report_column/report_column.json +#: frappe/core/doctype/report_filter/report_filter.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Dynamic Link" +msgstr "" + +#. Label of a Section Break field in DocType 'Auto Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Dynamic Report Filters" +msgstr "" + +#. Label of a Check field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "Dynamic Route" +msgstr "" + +#. Label of a Check field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "Dynamic Template" +msgstr "" + +#: frappe/public/js/frappe/form/grid_row_form.js:42 +msgid "ESC" +msgstr "" + +#. Description of the Onboarding Step 'Setup Naming Series' +#: frappe/custom/onboarding_step/naming_series/naming_series.json +msgid "Each document created in ERPNext can have a unique ID generated for it, using a prefix defined for it. Though each document has some prefix pre-configured, you can further customize it using tools like Naming Series Tool and Document Naming Rule.\n" +msgstr "" + +#. Option for the 'Comment Type' (Select) field in DocType 'Comment' +#: frappe/core/doctype/comment/comment.json +#: frappe/core/page/dashboard_view/dashboard_view.js:169 +#: frappe/printing/page/print_format_builder/print_format_builder_start.html:8 +#: frappe/printing/page/print_format_builder_beta/print_format_builder_beta.js:46 +#: frappe/printing/page/print_format_builder_beta/print_format_builder_beta.js:85 +#: frappe/public/js/frappe/form/controls/markdown_editor.js:31 +#: frappe/public/js/frappe/form/footer/form_timeline.js:654 +#: frappe/public/js/frappe/form/footer/form_timeline.js:663 +#: frappe/public/js/frappe/form/templates/address_list.html:7 +#: frappe/public/js/frappe/form/templates/contact_list.html:7 +#: frappe/public/js/frappe/form/toolbar.js:660 +#: frappe/public/js/frappe/views/reports/query_report.js:814 +#: frappe/public/js/frappe/views/reports/query_report.js:1643 +#: frappe/public/js/frappe/views/workspace/workspace.js:98 +#: frappe/public/js/frappe/views/workspace/workspace.js:847 +#: frappe/public/js/frappe/widgets/base_widget.js:64 +#: frappe/public/js/frappe/widgets/chart_widget.js:298 +#: frappe/public/js/frappe/widgets/number_card_widget.js:331 +#: frappe/templates/discussions/reply_card.html:29 +#: frappe/templates/discussions/reply_section.html:29 +#: frappe/workflow/page/workflow_builder/workflow_builder.js:46 +#: frappe/workflow/page/workflow_builder/workflow_builder.js:84 +msgid "Edit" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:2012 +msgctxt "Button in list view actions menu" +msgid "Edit" +msgstr "" + +#: frappe/website/doctype/web_form/templates/web_form.html:20 +msgctxt "Button in web form" +msgid "Edit" +msgstr "" + +#: frappe/public/js/frappe/form/grid_row.js:337 +msgctxt "Edit grid row" +msgid "Edit" +msgstr "" + +#: frappe/templates/emails/auto_email_report.html:63 +msgid "Edit Auto Email Report Settings" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:719 +msgid "Edit Custom HTML" +msgstr "" + +#: frappe/public/js/frappe/form/toolbar.js:534 +msgid "Edit DocType" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1728 +msgctxt "Button in list view menu" +msgid "Edit DocType" +msgstr "" + +#: frappe/printing/page/print_format_builder_beta/print_format_builder_beta.js:42 +#: frappe/workflow/page/workflow_builder/workflow_builder.js:42 +msgid "Edit Existing" +msgstr "" + +#: frappe/public/js/frappe/list/list_sidebar_group_by.js:55 +msgid "Edit Filters" +msgstr "" + +#: frappe/public/js/print_format_builder/PrintFormat.vue:29 +msgid "Edit Footer" +msgstr "" + +#: frappe/printing/doctype/print_format/print_format.js:28 +msgid "Edit Format" +msgstr "" + +#: frappe/public/js/frappe/form/quick_entry.js:287 +msgid "Edit Full Form" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder_field.html:26 +#: frappe/public/js/print_format_builder/Field.vue:83 +msgid "Edit HTML" +msgstr "" + +#: frappe/public/js/print_format_builder/PrintFormat.vue:9 +msgid "Edit Header" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:602 +#: frappe/printing/page/print_format_builder/print_format_builder_layout.html:8 +msgid "Edit Heading" +msgstr "" + +#: frappe/public/js/print_format_builder/LetterHeadEditor.vue:52 +msgid "Edit Letter Head" +msgstr "" + +#: frappe/public/js/print_format_builder/PrintFormat.vue:35 +msgid "Edit Letter Head Footer" +msgstr "" + +#: frappe/public/js/print_format_builder/print_format_builder.bundle.js:24 +msgid "Edit Print Format" +msgstr "" + +#: frappe/desk/page/user_profile/user_profile_controller.js:273 +#: frappe/desk/page/user_profile/user_profile_sidebar.html:51 +#: frappe/www/me.html:27 +msgid "Edit Profile" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:173 +msgid "Edit Properties" +msgstr "" + +#. Label of a Button field in DocType 'Web Page Block' +#. Label of a Button field in DocType 'Website Settings' +#: frappe/public/js/frappe/utils/web_template.js:5 +#: frappe/website/doctype/web_page_block/web_page_block.json +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Edit Values" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:848 +msgid "Edit Workspace" +msgstr "" + +#: frappe/desk/doctype/note/note.js:11 +msgid "Edit mode" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:713 +msgid "Edit to add content" +msgstr "" + +#: frappe/public/js/frappe/web_form/web_form.js:446 +msgctxt "Button in web form" +msgid "Edit your response" +msgstr "" + +#: frappe/workflow/doctype/workflow/workflow.js:18 +msgid "Edit your workflow visually using the Workflow Builder." +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:648 +msgid "Edit {0}" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#. Label of a Check field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/doctype/doctype_list.js:41 +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Editable Grid" +msgstr "" + +#: frappe/public/js/frappe/form/grid_row_form.js:42 +msgid "Editing Row" +msgstr "" + +#: frappe/public/js/print_format_builder/print_format_builder.bundle.js:14 +#: frappe/public/js/workflow_builder/workflow_builder.bundle.js:20 +msgid "Editing {0}" +msgstr "" + +#. Description of the 'SMS Gateway URL' (Small Text) field in DocType 'SMS +#. Settings' +#: frappe/core/doctype/sms_settings/sms_settings.json +msgid "Eg. smsgateway.com/api/send_sms.cgi" +msgstr "" + +#: frappe/rate_limiter.py:139 +msgid "Either key or IP flag is required." +msgstr "" + +#. Label of a Data field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Element Selector" +msgstr "" + +#. Label of a Card Break in the Tools Workspace +#. Option for the 'Type' (Select) field in DocType 'Communication' +#. Label of a Check field in DocType 'Custom DocPerm' +#. Label of a Check field in DocType 'DocPerm' +#. Option for the 'Two Factor Authentication method' (Select) field in DocType +#. 'System Settings' +#. Label of a Tab Break field in DocType 'System Settings' +#. Label of a Data field in DocType 'User' +#. Label of a Section Break field in DocType 'User' +#. Label of a Check field in DocType 'User Document Type' +#. Label of a Data field in DocType 'Event Participants' +#. Label of a Data field in DocType 'Email Group Member' +#. Label of a Data field in DocType 'Email Unsubscribe' +#. Option for the 'Channel' (Select) field in DocType 'Notification' +#. Label of a Data field in DocType 'Personal Data Deletion Request' +#: frappe/automation/workspace/tools/tools.json +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/docperm/docperm.json +#: frappe/core/doctype/success_action/success_action.js:59 +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/core/doctype/user/user.json +#: frappe/core/doctype/user_document_type/user_document_type.json +#: frappe/desk/doctype/event_participants/event_participants.json +#: frappe/email/doctype/email_group_member/email_group_member.json +#: frappe/email/doctype/email_unsubscribe/email_unsubscribe.json +#: frappe/email/doctype/newsletter/newsletter.js:156 +#: frappe/email/doctype/notification/notification.json +#: frappe/public/js/frappe/form/success_action.js:85 +#: frappe/public/js/frappe/form/toolbar.js:342 +#: frappe/templates/includes/comments/comments.html:25 +#: frappe/templates/signup.html:9 +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.json +#: frappe/www/login.html:7 frappe/www/login.py:99 +msgid "Email" +msgstr "" + +#. Label of a Link in the Tools Workspace +#. Label of a Link field in DocType 'Communication' +#. Label of a Link field in DocType 'User Email' +#. Name of a DocType +#. Linked DocType in Email Domain's connections +#. Label of a Data field in DocType 'Email Flag Queue' +#. Label of a Link field in DocType 'Email Queue' +#. Label of a Link field in DocType 'Unhandled Email' +#: frappe/automation/workspace/tools/tools.json +#: frappe/core/doctype/communication/communication.js:199 +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/user_email/user_email.json +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_domain/email_domain.json +#: frappe/email/doctype/email_flag_queue/email_flag_queue.json +#: frappe/email/doctype/email_queue/email_queue.json +#: frappe/email/doctype/unhandled_email/unhandled_email.json +msgid "Email Account" +msgstr "" + +#: frappe/email/doctype/email_account/email_account.py:315 +msgid "Email Account Disabled." +msgstr "" + +#. Label of a Data field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Email Account Name" +msgstr "" + +#: frappe/core/doctype/user/user.py:680 +msgid "Email Account added multiple times" +msgstr "" + +#: frappe/email/smtp.py:43 +msgid "Email Account not setup. Please create a new Email Account from Settings > Email Account" +msgstr "" + +#. Label of a Data field in DocType 'Address' +#. Label of a Data field in DocType 'Contact' +#. Label of a Data field in DocType 'Email Account' +#. Label of a Data field in DocType 'Google Contacts' +#: frappe/contacts/doctype/address/address.json +#: frappe/contacts/doctype/contact/contact.json +#: frappe/desk/page/setup_wizard/setup_wizard.js:463 +#: frappe/email/doctype/email_account/email_account.json +#: frappe/integrations/doctype/google_contacts/google_contacts.json +#: frappe/www/complete_signup.html:11 frappe/www/login.html:164 +#: frappe/www/login.html:196 +msgid "Email Address" +msgstr "" + +#. Description of the 'Email Address' (Data) field in DocType 'Google Contacts' +#: frappe/integrations/doctype/google_contacts/google_contacts.json +msgid "Email Address whose Google Contacts are to be synced." +msgstr "" + +#. Description of the 'Send Notification to' (Small Text) field in DocType +#. 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_group/email_group.js:43 +msgid "Email Addresses" +msgstr "" + +#. Label of a Link in the Tools Workspace +#. Name of a DocType +#: frappe/automation/workspace/tools/tools.json +#: frappe/email/doctype/email_domain/email_domain.json +msgid "Email Domain" +msgstr "" + +#. Name of a DocType +#: frappe/email/doctype/email_flag_queue/email_flag_queue.json +msgid "Email Flag Queue" +msgstr "" + +#. Label of a Small Text field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Email Footer Address" +msgstr "" + +#. Label of a Link in the Tools Workspace +#. Name of a DocType +#. Label of a Link field in DocType 'Email Group Member' +#. Label of a Link field in DocType 'Newsletter Email Group' +#: frappe/automation/workspace/tools/tools.json +#: frappe/email/doctype/email_group/email_group.json +#: frappe/email/doctype/email_group_member/email_group_member.json +#: frappe/email/doctype/newsletter_email_group/newsletter_email_group.json +msgid "Email Group" +msgstr "" + +#. Linked DocType in Email Group's connections +#. Name of a DocType +#: frappe/email/doctype/email_group/email_group.json +#: frappe/email/doctype/email_group_member/email_group_member.json +msgid "Email Group Member" +msgstr "" + +#. Label of a Data field in DocType 'Contact Email' +#. Label of a Data field in DocType 'User Email' +#. Label of a Data field in DocType 'Email Rule' +#: frappe/contacts/doctype/contact/contact.py:130 +#: frappe/contacts/doctype/contact_email/contact_email.json +#: frappe/core/doctype/user_email/user_email.json +#: frappe/email/doctype/email_rule/email_rule.json +msgid "Email ID" +msgstr "" + +#. Label of a Table field in DocType 'Contact' +#: frappe/contacts/doctype/contact/contact.json +msgid "Email IDs" +msgstr "" + +#. Label of a Data field in DocType 'Contact Us Settings' +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +msgid "Email Id" +msgstr "" + +#. Label of a Section Break field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Email Inbox" +msgstr "" + +#. Name of a DocType +#: frappe/email/doctype/email_queue/email_queue.json +msgid "Email Queue" +msgstr "" + +#. Name of a DocType +#: frappe/email/doctype/email_queue_recipient/email_queue_recipient.json +msgid "Email Queue Recipient" +msgstr "" + +#: frappe/email/queue.py:160 +msgid "Email Queue flushing aborted due to too many failures." +msgstr "" + +#. Description of a DocType +#: frappe/email/doctype/email_queue/email_queue.json +msgid "Email Queue records." +msgstr "" + +#. Label of a HTML field in DocType 'Email Template' +#: frappe/email/doctype/email_template/email_template.json +msgid "Email Reply Help" +msgstr "" + +#. Label of a Int field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Email Retry Limit" +msgstr "" + +#. Name of a DocType +#: frappe/email/doctype/email_rule/email_rule.json +msgid "Email Rule" +msgstr "" + +#. Label of a Check field in DocType 'Newsletter' +#. Label of a Check field in DocType 'Blog Post' +#: frappe/email/doctype/newsletter/newsletter.json +#: frappe/website/doctype/blog_post/blog_post.json +msgid "Email Sent" +msgstr "" + +#. Label of a Datetime field in DocType 'Newsletter' +#: frappe/email/doctype/newsletter/newsletter.json +msgid "Email Sent At" +msgstr "" + +#. Label of a Section Break field in DocType 'DocType' +#. Label of a Section Break field in DocType 'Customize Form' +#. Label of a Section Break field in DocType 'Notification Settings' +#. Label of a Section Break field in DocType 'Auto Email Report' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +#: frappe/desk/doctype/notification_settings/notification_settings.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Email Settings" +msgstr "" + +#. Label of a Small Text field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Email Signature" +msgstr "" + +#. Label of a Select field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Email Status" +msgstr "" + +#. Label of a Select field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Email Sync Option" +msgstr "" + +#. Label of a Link in the Tools Workspace +#. Label of a Link field in DocType 'Communication' +#. Name of a DocType +#: frappe/automation/workspace/tools/tools.json +#: frappe/core/doctype/communication/communication.json +#: frappe/email/doctype/email_template/email_template.json +#: frappe/public/js/frappe/views/communication.js:95 +msgid "Email Template" +msgstr "" + +#. Label of a Check field in DocType 'Notification Settings' +#: frappe/desk/doctype/notification_settings/notification_settings.json +msgid "Email Threads on Assigned Document" +msgstr "" + +#. Label of a Small Text field in DocType 'Auto Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Email To" +msgstr "" + +#. Name of a DocType +#: frappe/email/doctype/email_unsubscribe/email_unsubscribe.json +msgid "Email Unsubscribe" +msgstr "" + +#: frappe/core/doctype/communication/communication.js:342 +msgid "Email has been marked as spam" +msgstr "" + +#: frappe/core/doctype/communication/communication.js:355 +msgid "Email has been moved to trash" +msgstr "" + +#: frappe/public/js/frappe/views/communication.js:807 +msgid "Email not sent to {0} (unsubscribed / disabled)" +msgstr "" + +#: frappe/utils/oauth.py:164 +msgid "Email not verified with {0}" +msgstr "" + +#: frappe/email/doctype/email_queue/email_queue.js:18 +msgid "Email queue is currently suspended. Resume to automatically send emails." +msgstr "" + +#. Label of a Section Break field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Emails" +msgstr "" + +#: frappe/email/queue.py:137 +msgid "Emails are muted" +msgstr "" + +#. Description of the 'Send Email Alert' (Check) field in DocType 'Workflow' +#: frappe/workflow/doctype/workflow/workflow.json +msgid "Emails will be sent with next possible workflow actions" +msgstr "" + +#: frappe/website/doctype/web_form/web_form.js:34 +msgid "Embed code copied" +msgstr "" + +#: frappe/public/js/form_builder/components/Section.vue:285 +msgid "Empty column" +msgstr "" + +#. Label of a Check field in DocType 'Google Calendar' +#. Label of a Check field in DocType 'Google Contacts' +#. Label of a Check field in DocType 'Google Drive' +#. Label of a Check field in DocType 'Google Settings' +#: frappe/integrations/doctype/google_calendar/google_calendar.json +#: frappe/integrations/doctype/google_contacts/google_contacts.json +#: frappe/integrations/doctype/google_drive/google_drive.json +#: frappe/integrations/doctype/google_settings/google_settings.json +msgid "Enable" +msgstr "" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:117 +msgid "Enable Allow Auto Repeat for the doctype {0} in Customize Form" +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Enable Auto Reply" +msgstr "" + +#. Label of a Check field in DocType 'S3 Backup Settings' +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +msgid "Enable Automatic Backup" +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Enable Automatic Linking in Documents" +msgstr "" + +#. Label of a Check field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "Enable Comments" +msgstr "" + +#. Label of a Check field in DocType 'Blog Post' +#: frappe/website/doctype/blog_post/blog_post.json +msgid "Enable Email Notification" +msgstr "" + +#. Label of a Check field in DocType 'Notification Settings' +#: frappe/desk/doctype/notification_settings/notification_settings.json +msgid "Enable Email Notifications" +msgstr "" + +#: frappe/integrations/doctype/google_calendar/google_calendar.py:90 +#: frappe/integrations/doctype/google_contacts/google_contacts.py:36 +#: frappe/website/doctype/website_settings/website_settings.py:129 +msgid "Enable Google API in Google Settings." +msgstr "" + +#. Label of a Check field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Enable Google indexing" +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_account/email_account.py:201 +msgid "Enable Incoming" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Enable Onboarding" +msgstr "" + +#. Label of a Check field in DocType 'User Email' +#. Label of a Check field in DocType 'Email Account' +#: frappe/core/doctype/user_email/user_email.json +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_account/email_account.py:209 +msgid "Enable Outgoing" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Enable Password Policy" +msgstr "" + +#. Label of a Check field in DocType 'Role Permission for Page and Report' +#: frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.json +msgid "Enable Prepared Report" +msgstr "" + +#. Label of a Check field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Enable Print Server" +msgstr "" + +#. Label of a Check field in DocType 'Push Notification Settings' +#: frappe/integrations/doctype/push_notification_settings/push_notification_settings.json +msgid "Enable Push Notification Relay" +msgstr "" + +#. Label of a Check field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "Enable Rate Limit" +msgstr "" + +#. Label of a Check field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Enable Raw Printing" +msgstr "" + +#: frappe/core/doctype/report/report.js:36 +msgid "Enable Report" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Enable Scheduled Jobs" +msgstr "" + +#: frappe/core/doctype/rq_job/rq_job_list.js:23 +msgid "Enable Scheduler" +msgstr "" + +#. Label of a Check field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "Enable Security" +msgstr "" + +#. Label of a Check field in DocType 'Social Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Enable Social Login" +msgstr "" + +#. Label of a Check field in DocType 'Blog Settings' +#: frappe/website/doctype/blog_settings/blog_settings.json +msgid "Enable Social Sharing" +msgstr "" + +#: frappe/website/doctype/website_settings/website_settings.js:139 +msgid "Enable Tracking Page Views" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/twofactor.py:434 +msgid "Enable Two Factor Auth" +msgstr "" + +#. Title of an Onboarding Step +#: frappe/website/onboarding_step/enable_website_tracking/enable_website_tracking.json +msgid "Enable Website Tracking" +msgstr "" + +#: frappe/printing/doctype/print_format_field_template/print_format_field_template.py:28 +msgid "Enable developer mode to create a standard Print Template" +msgstr "" + +#: frappe/website/doctype/web_template/web_template.py:34 +msgid "Enable developer mode to create a standard Web Template" +msgstr "" + +#. Description of the 'Enable Email Notification' (Check) field in DocType +#. 'Blog Post' +#: frappe/website/doctype/blog_post/blog_post.json +msgid "Enable email notification for any comment or likes received on your Blog Post." +msgstr "" + +#. Description of the 'Modal Trigger' (Check) field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Enable if on click\n" +"opens modal." +msgstr "" + +#. Label of a Check field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Enable in-app website tracking" +msgstr "" + +#. Label of a Check field in DocType 'Language' +#. Label of a Check field in DocType 'User' +#. Label of a Check field in DocType 'Client Script' +#. Label of a Check field in DocType 'Notification Settings' +#. Label of a Check field in DocType 'Auto Email Report' +#. Label of a Check field in DocType 'Notification' +#. Label of a Check field in DocType 'Currency' +#. Label of a Check field in DocType 'Dropbox Settings' +#. Label of a Check field in DocType 'LDAP Settings' +#. Label of a Check field in DocType 'Webhook' +#. Label of a Check field in DocType 'Energy Point Rule' +#. Label of a Check field in DocType 'Energy Point Settings' +#. Label of a Check field in DocType 'Portal Menu Item' +#: frappe/core/doctype/language/language.json +#: frappe/core/doctype/user/user.json +#: frappe/custom/doctype/client_script/client_script.json +#: frappe/desk/doctype/notification_settings/notification_settings.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +#: frappe/email/doctype/notification/notification.json +#: frappe/geo/doctype/currency/currency.json +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.json +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +#: frappe/integrations/doctype/webhook/webhook.json +#: frappe/public/js/frappe/model/indicator.js:106 +#: frappe/public/js/frappe/model/indicator.js:117 +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +#: frappe/social/doctype/energy_point_settings/energy_point_settings.json +#: frappe/website/doctype/portal_menu_item/portal_menu_item.json +msgid "Enabled" +msgstr "" + +#: frappe/core/doctype/rq_job/rq_job_list.js:29 +msgid "Enabled Scheduler" +msgstr "" + +#: frappe/email/doctype/email_account/email_account.py:939 +msgid "Enabled email inbox for user {0}" +msgstr "" + +#: frappe/core/doctype/server_script/server_script.py:243 +msgid "Enabled scheduled execution for script {0}" +msgstr "" + +#. Description of the 'Is Calendar and Gantt' (Check) field in DocType +#. 'DocType' +#. Description of the 'Is Calendar and Gantt' (Check) field in DocType +#. 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Enables Calendar and Gantt views." +msgstr "" + +#: frappe/email/doctype/email_account/email_account.js:227 +msgid "Enabling auto reply on an incoming email account will send automated replies to all the synchronized emails. Do you wish to continue?" +msgstr "" + +#. Description of a DocType +#: frappe/integrations/doctype/push_notification_settings/push_notification_settings.json +msgid "Enabling this will register your site on a central relay server to send push notifications for all installed apps through Firebase Cloud Messaging. This server only stores user tokens and error logs, and no messages are saved." +msgstr "" + +#. Description of the 'Relay Settings' (Section Break) field in DocType 'Push +#. Notification Settings' +#: frappe/integrations/doctype/push_notification_settings/push_notification_settings.json +msgid "Enabling this will register your site on a central relay server to send push notifications for all installed apps through Firebase Cloud Messaging. This server only stores user tokens and error logs, and no messages are saved. " +msgstr "" + +#. Description of the 'Queue in Background (BETA)' (Check) field in DocType +#. 'DocType' +#. Description of the 'Queue in Background (BETA)' (Check) field in DocType +#. 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Enabling this will submit documents in background" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Encrypt Backups" +msgstr "" + +#: frappe/utils/password.py:184 +msgid "Encryption key is in invalid format!" +msgstr "" + +#: frappe/utils/password.py:199 +msgid "Encryption key is invalid! Please check site_config.json" +msgstr "" + +#. Label of a Date field in DocType 'Auto Repeat' +#. Label of a Datetime field in DocType 'Web Page' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:140 +#: frappe/public/js/frappe/utils/common.js:416 +#: frappe/website/doctype/web_page/web_page.json +msgid "End Date" +msgstr "" + +#. Label of a Select field in DocType 'Calendar View' +#: frappe/desk/doctype/calendar_view/calendar_view.json +msgid "End Date Field" +msgstr "" + +#: frappe/website/doctype/web_page/web_page.py:208 +msgid "End Date cannot be before Start Date!" +msgstr "" + +#. Label of a Datetime field in DocType 'RQ Job' +#. Label of a Datetime field in DocType 'Submission Queue' +#: frappe/core/doctype/rq_job/rq_job.json +#: frappe/core/doctype/submission_queue/submission_queue.json +msgid "Ended At" +msgstr "" + +#. Label of a Data field in DocType 'S3 Backup Settings' +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +msgid "Endpoint URL" +msgstr "" + +#. Label of a Section Break field in DocType 'Connected App' +#: frappe/integrations/doctype/connected_app/connected_app.json +msgid "Endpoints" +msgstr "" + +#. Label of a Datetime field in DocType 'Event' +#: frappe/desk/doctype/event/event.json +msgid "Ends on" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Notification Log' +#: frappe/desk/doctype/notification_log/notification_log.json +msgid "Energy Point" +msgstr "" + +#. Linked DocType in User's connections +#. Name of a DocType +#: frappe/core/doctype/user/user.json +#: frappe/social/doctype/energy_point_log/energy_point_log.json +msgid "Energy Point Log" +msgstr "" + +#. Linked DocType in DocType's connections +#. Name of a DocType +#: frappe/core/doctype/doctype/doctype.json +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +msgid "Energy Point Rule" +msgstr "" + +#. Name of a DocType +#: frappe/social/doctype/energy_point_settings/energy_point_settings.json +msgid "Energy Point Settings" +msgstr "" + +#: frappe/desk/doctype/notification_log/notification_log.py:159 +msgid "Energy Point Update on {0}" +msgstr "" + +#. Label of a Check field in DocType 'Notification Settings' +#: frappe/desk/doctype/notification_settings/notification_settings.json +#: frappe/desk/page/user_profile/user_profile.html:28 +#: frappe/desk/page/user_profile/user_profile_controller.js:402 +#: frappe/templates/emails/energy_points_summary.html:39 +msgid "Energy Points" +msgstr "" + +#. Label of a Data field in DocType 'Submission Queue' +#: frappe/core/doctype/submission_queue/submission_queue.json +msgid "Enqueued By" +msgstr "" + +#: frappe/core/doctype/recorder/recorder.py:127 +msgid "Enqueued creation of indexes" +msgstr "" + +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:108 +msgid "Ensure the user and group search paths are correct." +msgstr "" + +#: frappe/integrations/doctype/google_calendar/google_calendar.py:93 +msgid "Enter Client Id and Client Secret in Google Settings." +msgstr "" + +#: frappe/templates/includes/login/login.js:359 +msgid "Enter Code displayed in OTP App." +msgstr "" + +#: frappe/public/js/frappe/views/communication.js:762 +msgid "Enter Email Recipient(s)" +msgstr "" + +#. Label of a Link field in DocType 'Customize Form' +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Enter Form Type" +msgstr "" + +#: frappe/public/js/frappe/ui/messages.js:94 +msgctxt "Title of prompt dialog" +msgid "Enter Value" +msgstr "" + +#: frappe/public/js/frappe/form/form_tour.js:58 +msgid "Enter a name for this {0}" +msgstr "" + +#. Description of the 'User Defaults' (Table) field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Enter default value fields (keys) and values. If you add multiple values for a field, the first one will be picked. These defaults are also used to set \"match\" permission rules. To see list of fields, go to \"Customize Form\"." +msgstr "" + +#: frappe/public/js/frappe/views/file/file_view.js:111 +msgid "Enter folder name" +msgstr "" + +#. Description of the 'Static Parameters' (Table) field in DocType 'SMS +#. Settings' +#: frappe/core/doctype/sms_settings/sms_settings.json +msgid "Enter static url parameters here (Eg. sender=ERPNext, username=ERPNext, password=1234 etc.)" +msgstr "" + +#. Description of the 'Message Parameter' (Data) field in DocType 'SMS +#. Settings' +#: frappe/core/doctype/sms_settings/sms_settings.json +msgid "Enter url parameter for message" +msgstr "" + +#. Description of the 'Receiver Parameter' (Data) field in DocType 'SMS +#. Settings' +#: frappe/core/doctype/sms_settings/sms_settings.json +msgid "Enter url parameter for receiver nos" +msgstr "" + +#: frappe/public/js/frappe/ui/messages.js:334 +msgid "Enter your password" +msgstr "" + +#: frappe/contacts/report/addresses_and_contacts/addresses_and_contacts.js:22 +msgid "Entity Name" +msgstr "" + +#: frappe/contacts/report/addresses_and_contacts/addresses_and_contacts.js:9 +msgid "Entity Type" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:16 +msgid "Equals" +msgstr "" + +#. Option for the 'Delivery Status' (Select) field in DocType 'Communication' +#. Option for the 'Status' (Select) field in DocType 'Data Import' +#. Label of a Code field in DocType 'Error Log' +#. Option for the 'Status' (Select) field in DocType 'Prepared Report' +#. Option for the 'Status' (Select) field in DocType 'Email Queue' +#. Label of a Code field in DocType 'Email Queue' +#. Label of a Code field in DocType 'Email Queue Recipient' +#. Label of a Code field in DocType 'Integration Request' +#. Label of a Text field in DocType 'Webhook Request Log' +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/data_import/data_import.json +#: frappe/core/doctype/error_log/error_log.json +#: frappe/core/doctype/prepared_report/prepared_report.json +#: frappe/desk/page/backups/backups.js:35 +#: frappe/email/doctype/email_queue/email_queue.json +#: frappe/email/doctype/email_queue_recipient/email_queue_recipient.json +#: frappe/integrations/doctype/integration_request/integration_request.json +#: frappe/integrations/doctype/webhook_request_log/webhook_request_log.json +#: frappe/model/base_document.py:719 frappe/model/base_document.py:725 +#: frappe/public/js/frappe/ui/messages.js:22 +msgid "Error" +msgstr "" + +#: frappe/public/js/frappe/web_form/web_form.js:240 +msgctxt "Title of error message in web form" +msgid "Error" +msgstr "" + +#: frappe/www/error.html:34 +msgid "Error Code: {0}" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/error_log/error_log.json +msgid "Error Log" +msgstr "" + +#. Label of a Link in the Build Workspace +#: frappe/core/workspace/build/build.json +msgid "Error Logs" +msgstr "" + +#. Label of a Text field in DocType 'Prepared Report' +#: frappe/core/doctype/prepared_report/prepared_report.json +msgid "Error Message" +msgstr "" + +#: frappe/public/js/frappe/form/print_utils.js:128 +msgid "Error connecting to QZ Tray Application...

    You need to have QZ Tray application installed and running, to use the Raw Print feature.

    Click here to Download and install QZ Tray.
    Click here to learn more about Raw Printing." +msgstr "" + +#: frappe/email/doctype/email_domain/email_domain.py:32 +msgid "Error connecting via IMAP/POP3: {e}" +msgstr "" + +#: frappe/email/doctype/email_domain/email_domain.py:33 +msgid "Error connecting via SMTP: {e}" +msgstr "" + +#: frappe/email/doctype/email_domain/email_domain.py:98 +msgid "Error has occurred in {0}" +msgstr "" + +#: frappe/public/js/frappe/form/script_manager.js:187 +msgid "Error in Client Script" +msgstr "" + +#: frappe/public/js/frappe/form/script_manager.js:243 +msgid "Error in Client Script." +msgstr "" + +#: frappe/printing/doctype/letter_head/letter_head.js:21 +msgid "Error in Header/Footer Script" +msgstr "" + +#: frappe/email/doctype/notification/notification.py:396 +#: frappe/email/doctype/notification/notification.py:512 +#: frappe/email/doctype/notification/notification.py:518 +msgid "Error in Notification" +msgstr "" + +#: frappe/utils/pdf.py:53 +msgid "Error in print format on line {0}: {1}" +msgstr "" + +#: frappe/email/doctype/email_account/email_account.py:618 +msgid "Error while connecting to email account {0}" +msgstr "" + +#: frappe/email/doctype/notification/notification.py:509 +msgid "Error while evaluating Notification {0}. Please fix your template." +msgstr "" + +#: frappe/model/document.py:820 +msgid "Error: Document has been modified after you have opened it" +msgstr "" + +#: frappe/model/base_document.py:733 +msgid "Error: Value missing for {0}: {1}" +msgstr "" + +#. Label of a Section Break field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Errors" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Communication' +#. Name of a DocType +#. Option for the 'Event Category' (Select) field in DocType 'Event' +#: frappe/core/doctype/communication/communication.json +#: frappe/desk/doctype/event/event.json +msgid "Event" +msgstr "" + +#. Label of a Select field in DocType 'Event' +#: frappe/desk/doctype/event/event.json +msgid "Event Category" +msgstr "" + +#. Label of a Select field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "Event Frequency" +msgstr "" + +#. Label of a Table field in DocType 'Event' +#. Name of a DocType +#: frappe/desk/doctype/event/event.json +#: frappe/desk/doctype/event_participants/event_participants.json +msgid "Event Participants" +msgstr "" + +#. Label of a Check field in DocType 'Notification Settings' +#: frappe/desk/doctype/notification_settings/notification_settings.json +msgid "Event Reminders" +msgstr "" + +#: frappe/integrations/doctype/google_calendar/google_calendar.py:454 +#: frappe/integrations/doctype/google_calendar/google_calendar.py:538 +msgid "Event Synced with Google Calendar." +msgstr "" + +#. Label of a Data field in DocType 'Recorder' +#. Label of a Select field in DocType 'Event' +#: frappe/core/doctype/recorder/recorder.json +#: frappe/desk/doctype/event/event.json +msgid "Event Type" +msgstr "" + +#: frappe/public/js/frappe/ui/notifications/notifications.js:56 +msgid "Events" +msgstr "" + +#: frappe/desk/doctype/event/event.py:260 +msgid "Events in Today's Calendar" +msgstr "" + +#. Description of the Onboarding Step 'Create Custom Fields' +#: frappe/custom/onboarding_step/custom_field/custom_field.json +msgid "Every form in ERPNext has a standard set of fields. If you need to capture some information, but there is no standard Field available for it, you can insert Custom Field for it.\n\n" +"Once custom fields are added, you can use them for reports and analytics charts as well.\n" +msgstr "" + +#. Label of a Check field in DocType 'DocShare' +#: frappe/core/doctype/docshare/docshare.json +#: frappe/public/js/frappe/form/templates/set_sharing.html:11 +msgid "Everyone" +msgstr "" + +#. Description of the 'Custom Options' (Code) field in DocType 'Dashboard +#. Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Ex: \"colors\": [\"#d1d8dd\", \"#ff5858\"]" +msgstr "" + +#. Label of a Int field in DocType 'Recorder Query' +#: frappe/core/doctype/recorder_query/recorder_query.json +msgid "Exact Copies" +msgstr "" + +#. Label of a HTML field in DocType 'Workflow Transition' +#: frappe/workflow/doctype/workflow_transition/workflow_transition.json +msgid "Example" +msgstr "" + +#. Description of the 'Default Portal Home' (Data) field in DocType 'Portal +#. Settings' +#: frappe/website/doctype/portal_settings/portal_settings.json +msgid "Example: \"/desk\"" +msgstr "" + +#. Description of the 'Path' (Data) field in DocType 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Example: #Tree/Account" +msgstr "" + +#. Description of the 'Digits' (Int) field in DocType 'Document Naming Rule' +#: frappe/core/doctype/document_naming_rule/document_naming_rule.json +msgid "Example: 00001" +msgstr "" + +#. Description of the 'Session Expiry (idle timeout)' (Data) field in DocType +#. 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Example: Setting this to 24:00 will log out a user if they are not active for 24:00 hours." +msgstr "" + +#. Description of the 'Description' (Small Text) field in DocType 'Assignment +#. Rule' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +msgid "Example: {{ subject }}" +msgstr "" + +#. Option for the 'File Type' (Select) field in DocType 'Data Export' +#: frappe/core/doctype/data_export/data_export.json +msgid "Excel" +msgstr "" + +#: frappe/public/js/frappe/form/controls/password.js:91 +msgid "Excellent" +msgstr "" + +#. Label of a Text field in DocType 'Data Import Log' +#. Label of a Code field in DocType 'RQ Job' +#. Label of a Long Text field in DocType 'Submission Queue' +#: frappe/core/doctype/data_import_log/data_import_log.json +#: frappe/core/doctype/rq_job/rq_job.json +#: frappe/core/doctype/submission_queue/submission_queue.json +msgid "Exception" +msgstr "" + +#. Label of a Section Break field in DocType 'System Console' +#: frappe/desk/doctype/system_console/system_console.js:17 +#: frappe/desk/doctype/system_console/system_console.js:22 +#: frappe/desk/doctype/system_console/system_console.json +msgid "Execute" +msgstr "" + +#: frappe/desk/doctype/system_console/system_console.js:10 +msgid "Execute Console script" +msgstr "" + +#: frappe/desk/doctype/system_console/system_console.js:18 +msgid "Executing..." +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:1987 +msgid "Execution Time: {0} sec" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Executive" +msgstr "" + +#: frappe/public/js/frappe/widgets/base_widget.js:159 +msgid "Expand" +msgstr "" + +#: frappe/public/js/frappe/form/controls/code.js:180 +msgctxt "Enlarge code field." +msgid "Expand" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:1973 +#: frappe/public/js/frappe/views/treeview.js:114 +msgid "Expand All" +msgstr "" + +#: frappe/public/js/frappe/form/templates/form_sidebar.html:23 +msgid "Experimental" +msgstr "" + +#. Option for the 'Level' (Select) field in DocType 'Help Article' +#: frappe/website/doctype/help_article/help_article.json +msgid "Expert" +msgstr "" + +#. Label of a Datetime field in DocType 'OAuth Authorization Code' +#. Label of a Datetime field in DocType 'OAuth Bearer Token' +#: frappe/integrations/doctype/oauth_authorization_code/oauth_authorization_code.json +#: frappe/integrations/doctype/oauth_bearer_token/oauth_bearer_token.json +msgid "Expiration time" +msgstr "" + +#. Label of a Date field in DocType 'Note' +#: frappe/desk/doctype/note/note.json +msgid "Expire Notification On" +msgstr "" + +#. Option for the 'Delivery Status' (Select) field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Expired" +msgstr "" + +#. Label of a Int field in DocType 'OAuth Bearer Token' +#. Label of a Int field in DocType 'Token Cache' +#: frappe/integrations/doctype/oauth_bearer_token/oauth_bearer_token.json +#: frappe/integrations/doctype/token_cache/token_cache.json +msgid "Expires In" +msgstr "" + +#. Label of a Date field in DocType 'Document Share Key' +#: frappe/core/doctype/document_share_key/document_share_key.json +msgid "Expires On" +msgstr "" + +#. Label of a Int field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Expiry time of QR Code Image Page" +msgstr "" + +#. Label of a Check field in DocType 'Custom DocPerm' +#. Label of a Check field in DocType 'DocPerm' +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/docperm/docperm.json +#: frappe/core/doctype/recorder/recorder_list.js:37 +#: frappe/public/js/frappe/data_import/data_exporter.js:92 +#: frappe/public/js/frappe/data_import/data_exporter.js:243 +#: frappe/public/js/frappe/views/reports/query_report.js:1678 +#: frappe/public/js/frappe/views/reports/report_view.js:1551 +msgid "Export" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:2034 +msgctxt "Button in list view actions menu" +msgid "Export" +msgstr "" + +#: frappe/public/js/frappe/data_import/data_exporter.js:245 +msgid "Export 1 record" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:262 +msgid "Export Custom Permissions" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:242 +msgid "Export Customizations" +msgstr "" + +#. Label of a Link in the Tools Workspace +#: frappe/automation/workspace/tools/tools.json +#: frappe/public/js/frappe/data_import/data_exporter.js:14 +msgid "Export Data" +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:86 +#: frappe/public/js/frappe/data_import/import_preview.js:195 +msgid "Export Errored Rows" +msgstr "" + +#. Label of a Data field in DocType 'Access Log' +#: frappe/core/doctype/access_log/access_log.json +msgid "Export From" +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:523 +msgid "Export Import Log" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_utils.js:227 +msgctxt "Export report" +msgid "Export Report: {0}" +msgstr "" + +#: frappe/public/js/frappe/data_import/data_exporter.js:26 +msgid "Export Type" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1562 +msgid "Export all matching rows?" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1572 +msgid "Export all {0} rows?" +msgstr "" + +#: frappe/public/js/frappe/views/file/file_view.js:154 +msgid "Export as zip" +msgstr "" + +#: frappe/public/js/frappe/utils/tools.js:11 +msgid "Export not allowed. You need {0} role to export." +msgstr "" + +#. Description of the 'Export without main header' (Check) field in DocType +#. 'Data Export' +#: frappe/core/doctype/data_export/data_export.json +msgid "Export the data without any header notes and column descriptions" +msgstr "" + +#. Label of a Check field in DocType 'Data Export' +#: frappe/core/doctype/data_export/data_export.json +msgid "Export without main header" +msgstr "" + +#: frappe/public/js/frappe/data_import/data_exporter.js:247 +msgid "Export {0} records" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:263 +msgid "Exported permissions will be force-synced on every migrate overriding any other customization." +msgstr "" + +#. Label of a Data field in DocType 'Email Queue' +#: frappe/email/doctype/email_queue/email_queue.json +msgid "Expose Recipients" +msgstr "" + +#. Option for the 'Naming Rule' (Select) field in DocType 'DocType' +#. Option for the 'Naming Rule' (Select) field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Expression" +msgstr "" + +#. Option for the 'Naming Rule' (Select) field in DocType 'DocType' +#. Option for the 'Naming Rule' (Select) field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Expression (old style)" +msgstr "" + +#. Description of the 'Condition' (Data) field in DocType 'Notification +#. Recipient' +#: frappe/email/doctype/notification_recipient/notification_recipient.json +msgid "Expression, Optional" +msgstr "" + +#. Label of a Section Break field in DocType 'Connected App' +#: frappe/integrations/doctype/connected_app/connected_app.json +msgid "Extra Parameters" +msgstr "" + +#. Option for the 'Social Login Provider' (Select) field in DocType 'Social +#. Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Facebook" +msgstr "" + +#. Option for the 'SocketIO Ping Check' (Select) field in DocType 'System +#. Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Fail" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Activity Log' +#. Option for the 'Status' (Select) field in DocType 'Scheduled Job Log' +#. Option for the 'Status' (Select) field in DocType 'Submission Queue' +#. Option for the 'Status' (Select) field in DocType 'Integration Request' +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/scheduled_job_log/scheduled_job_log.json +#: frappe/core/doctype/submission_queue/submission_queue.json +#: frappe/integrations/doctype/integration_request/integration_request.json +msgid "Failed" +msgstr "" + +#. Label of a Int field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Failed Emails" +msgstr "" + +#. Label of a Int field in DocType 'RQ Worker' +#: frappe/core/doctype/rq_worker/rq_worker.json +msgid "Failed Job Count" +msgstr "" + +#. Label of a Int field in DocType 'System Health Report Workers' +#: frappe/desk/doctype/system_health_report_workers/system_health_report_workers.json +msgid "Failed Jobs" +msgstr "" + +#. Label of a Int field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Failed Logins (Last 30 days)" +msgstr "" + +#: frappe/model/workflow.py:298 +msgid "Failed Transactions" +msgstr "" + +#: frappe/utils/synchronization.py:46 +msgid "Failed to aquire lock: {}. Lock may be held by another process." +msgstr "" + +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:359 +msgid "Failed to change password." +msgstr "" + +#: frappe/desk/page/setup_wizard/setup_wizard.js:220 +msgid "Failed to complete setup" +msgstr "" + +#: frappe/integrations/doctype/webhook/webhook.py:151 +msgid "Failed to compute request body: {}" +msgstr "" + +#: frappe/printing/doctype/network_printer_settings/network_printer_settings.py:46 +#: frappe/printing/doctype/network_printer_settings/network_printer_settings.py:48 +msgid "Failed to connect to server" +msgstr "" + +#: frappe/auth.py:678 +msgid "Failed to decode token, please provide a valid base64-encoded token." +msgstr "" + +#: frappe/utils/password.py:198 +msgid "Failed to decrypt key {0}" +msgstr "" + +#: frappe/desk/reportview.py:561 +msgid "Failed to delete {0} documents: {1}" +msgstr "" + +#: frappe/core/doctype/rq_job/rq_job_list.js:33 +msgid "Failed to enable scheduler: {0}" +msgstr "" + +#: frappe/integrations/doctype/webhook/webhook.py:139 +msgid "Failed to evaluate conditions: {}" +msgstr "" + +#: frappe/types/exporter.py:192 +msgid "Failed to export python type hints" +msgstr "" + +#: frappe/integrations/frappe_providers/frappecloud_billing.py:48 +msgid "Failed to generate access token" +msgstr "" + +#: frappe/core/doctype/document_naming_settings/document_naming_settings.py:249 +msgid "Failed to generate names from the series" +msgstr "" + +#: frappe/core/doctype/document_naming_settings/document_naming_settings.js:75 +msgid "Failed to generate preview of series" +msgstr "" + +#: frappe/handler.py:76 +msgid "Failed to get method for command {0} with {1}" +msgstr "" + +#: frappe/api/v2.py:48 +msgid "Failed to get method {0} with {1}" +msgstr "" + +#: frappe/integrations/frappe_providers/frappecloud_billing.py:68 +msgid "Failed to get site info" +msgstr "" + +#: frappe/model/virtual_doctype.py:63 +msgid "Failed to import virtual doctype {}, is controller file present?" +msgstr "" + +#: frappe/utils/image.py:76 +msgid "Failed to optimize image: {0}" +msgstr "" + +#: frappe/integrations/frappe_providers/frappecloud_billing.py:104 +msgid "Failed to request login to Frappe Cloud" +msgstr "" + +#: frappe/email/doctype/email_queue/email_queue.py:280 +msgid "Failed to send email with subject:" +msgstr "" + +#: frappe/desk/doctype/notification_log/notification_log.py:41 +msgid "Failed to send notification email" +msgstr "" + +#: frappe/desk/page/setup_wizard/setup_wizard.py:23 +msgid "Failed to update global settings" +msgstr "" + +#: frappe/integrations/frappe_providers/frappecloud_billing.py:83 +msgid "Failed while calling API {0}" +msgstr "" + +#. Label of a Table field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Failing Scheduled Jobs (last 7 days)" +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:464 +msgid "Failure" +msgstr "" + +#. Label of a Percent field in DocType 'System Health Report Failing Jobs' +#: frappe/desk/doctype/system_health_report_failing_jobs/system_health_report_failing_jobs.json +msgid "Failure Rate" +msgstr "" + +#. Label of a Attach field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "FavIcon" +msgstr "" + +#. Label of a Data field in DocType 'Address' +#: frappe/contacts/doctype/address/address.json +msgid "Fax" +msgstr "" + +#. Label of a Check field in DocType 'Blog Post' +#: frappe/website/doctype/blog_post/blog_post.json +#: frappe/website/doctype/blog_post/templates/blog_post_row.html:19 +msgid "Featured" +msgstr "" + +#. Option for the 'Communication Type' (Select) field in DocType +#. 'Communication' +#. Label of a Section Break field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +#: frappe/public/js/frappe/form/templates/form_sidebar.html:33 +msgid "Feedback" +msgstr "" + +#. Label of a Data field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Feedback Request" +msgstr "" + +#: frappe/desk/page/setup_wizard/install_fixtures.py:30 +msgid "Female" +msgstr "" + +#. Label of a Small Text field in DocType 'DocField' +#. Label of a Small Text field in DocType 'Custom Field' +#. Label of a Small Text field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/public/js/form_builder/components/controls/FetchFromControl.vue:29 +#: frappe/public/js/form_builder/components/controls/FetchFromControl.vue:34 +msgid "Fetch From" +msgstr "" + +#: frappe/website/doctype/website_slideshow/website_slideshow.js:15 +msgid "Fetch Images" +msgstr "" + +#: frappe/website/doctype/website_slideshow/website_slideshow.js:13 +msgid "Fetch attached images from document" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Fetch on Save if Empty" +msgstr "" + +#: frappe/desk/doctype/global_search_settings/global_search_settings.py:61 +msgid "Fetching default Global Search documents." +msgstr "" + +#. Label of a Select field in DocType 'Assignment Rule' +#. Label of a Select field in DocType 'Document Naming Rule Condition' +#. Label of a Select field in DocType 'Bulk Update' +#. Label of a Select field in DocType 'Number Card' +#. Label of a Select field in DocType 'Onboarding Step' +#. Label of a Select field in DocType 'Web Form Field' +#. Label of a Select field in DocType 'Web Form List Column' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +#: frappe/core/doctype/document_naming_rule_condition/document_naming_rule_condition.json +#: frappe/desk/doctype/bulk_update/bulk_update.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +#: frappe/desk/page/leaderboard/leaderboard.js:131 +#: frappe/public/js/frappe/list/bulk_operations.js:327 +#: frappe/public/js/frappe/list/list_view_permission_restrictions.html:3 +#: frappe/public/js/frappe/views/reports/query_report.js:236 +#: frappe/public/js/frappe/views/reports/query_report.js:1732 +#: frappe/website/doctype/web_form_field/web_form_field.json +#: frappe/website/doctype/web_form_list_column/web_form_list_column.json +msgid "Field" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:411 +msgid "Field \"route\" is mandatory for Web Views" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1488 +msgid "Field \"title\" is mandatory if \"Website Search Field\" is set." +msgstr "" + +#: frappe/desk/doctype/bulk_update/bulk_update.js:17 +msgid "Field \"value\" is mandatory. Please specify value to be updated" +msgstr "" + +#. Label of a Text field in DocType 'Custom Field' +#: frappe/custom/doctype/custom_field/custom_field.json +msgid "Field Description" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1053 +msgid "Field Missing" +msgstr "" + +#. Label of a Data field in DocType 'Property Setter' +#. Label of a Select field in DocType 'Kanban Board' +#: frappe/custom/doctype/property_setter/property_setter.json +#: frappe/desk/doctype/kanban_board/kanban_board.json +msgid "Field Name" +msgstr "" + +#: frappe/public/js/print_format_builder/PrintFormatSection.vue:141 +msgid "Field Orientation (Left-Right)" +msgstr "" + +#: frappe/public/js/print_format_builder/PrintFormatSection.vue:148 +msgid "Field Orientation (Top-Down)" +msgstr "" + +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:233 +#: frappe/public/js/print_format_builder/utils.js:69 +msgid "Field Template" +msgstr "" + +#. Label of a Select field in DocType 'Energy Point Rule' +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +msgid "Field To Check" +msgstr "" + +#. Label of a Select field in DocType 'Custom Field' +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/templates/form_grid/fields.html:40 +msgid "Field Type" +msgstr "" + +#: frappe/desk/reportview.py:182 +msgid "Field not permitted in query" +msgstr "" + +#. Description of the 'Workflow State Field' (Data) field in DocType 'Workflow' +#: frappe/workflow/doctype/workflow/workflow.json +msgid "Field that represents the Workflow State of the transaction (if field is not present, a new hidden Custom Field will be created)" +msgstr "" + +#. Label of a Select field in DocType 'Milestone Tracker' +#: frappe/automation/doctype/milestone_tracker/milestone_tracker.json +msgid "Field to Track" +msgstr "" + +#: frappe/custom/doctype/property_setter/property_setter.py:51 +msgid "Field type cannot be changed for {0}" +msgstr "" + +#: frappe/database/database.py:843 +msgid "Field {0} does not exist on {1}" +msgstr "" + +#: frappe/desk/form/meta.py:203 +msgid "Field {0} is referring to non-existing doctype {1}." +msgstr "" + +#: frappe/public/js/frappe/form/form.js:1678 +msgid "Field {0} not found." +msgstr "" + +#. Label of a Data field in DocType 'Report Column' +#. Label of a Data field in DocType 'Report Filter' +#. Label of a Data field in DocType 'Custom Field' +#. Label of a Select field in DocType 'DocType Layout Field' +#. Label of a Select field in DocType 'Form Tour Step' +#. Label of a Select field in DocType 'Webhook Data' +#. Label of a Data field in DocType 'Web Template Field' +#: frappe/core/doctype/report_column/report_column.json +#: frappe/core/doctype/report_filter/report_filter.json +#: frappe/custom/doctype/custom_field/custom_field.js:120 +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/doctype_layout_field/doctype_layout_field.json +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +#: frappe/integrations/doctype/webhook_data/webhook_data.json +#: frappe/public/js/frappe/form/grid_row.js:430 +#: frappe/website/doctype/web_template_field/web_template_field.json +msgid "Fieldname" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:267 +msgid "Fieldname '{0}' conflicting with a {1} of the name {2} in {3}" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1052 +msgid "Fieldname called {0} must exist to enable autonaming" +msgstr "" + +#: frappe/database/schema.py:122 frappe/database/schema.py:316 +msgid "Fieldname is limited to 64 characters ({0})" +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.py:196 +msgid "Fieldname not set for Custom Field" +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.js:107 +msgid "Fieldname which will be the DocType for this link field." +msgstr "" + +#: frappe/public/js/form_builder/store.js:175 +msgid "Fieldname {0} appears multiple times" +msgstr "" + +#: frappe/database/schema.py:306 +msgid "Fieldname {0} cannot have special characters like {1}" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1869 +msgid "Fieldname {0} conflicting with meta object" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:490 +#: frappe/public/js/form_builder/utils.js:302 +msgid "Fieldname {0} is restricted" +msgstr "" + +#. Label of a Table field in DocType 'DocType' +#. Label of a Section Break field in DocType 'DocType' +#. Label of a Section Break field in DocType 'Customize Form' +#. Label of a Table field in DocType 'Customize Form' +#. Label of a Table field in DocType 'DocType Layout' +#. Label of a Code field in DocType 'Kanban Board' +#. Label of a HTML field in DocType 'List View Settings' +#. Label of a Code field in DocType 'List View Settings' +#. Label of a Small Text field in DocType 'Personal Data Deletion Step' +#. Label of a Table field in DocType 'Web Template' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +#: frappe/custom/doctype/doctype_layout/doctype_layout.json +#: frappe/desk/doctype/kanban_board/kanban_board.json +#: frappe/desk/doctype/list_view_settings/list_view_settings.json +#: frappe/public/js/frappe/list/list_settings.js:135 +#: frappe/public/js/frappe/views/kanban/kanban_settings.js:111 +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:83 +#: frappe/website/doctype/personal_data_deletion_step/personal_data_deletion_step.json +#: frappe/website/doctype/web_template/web_template.json +msgid "Fields" +msgstr "" + +#. Label of a HTML field in DocType 'Data Export' +#: frappe/core/doctype/data_export/data_export.json +msgid "Fields Multicheck" +msgstr "" + +#: frappe/core/doctype/file/file.py:403 +msgid "Fields `file_name` or `file_url` must be set for File" +msgstr "" + +#. Description of the 'Search Fields' (Data) field in DocType 'Customize Form' +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Fields separated by comma (,) will be included in the \"Search By\" list of Search dialog box" +msgstr "" + +#. Label of a Select field in DocType 'Report Column' +#. Label of a Select field in DocType 'Report Filter' +#. Label of a Data field in DocType 'Form Tour Step' +#. Label of a Select field in DocType 'Web Form Field' +#. Label of a Data field in DocType 'Web Form List Column' +#. Label of a Select field in DocType 'Web Template Field' +#: frappe/core/doctype/report_column/report_column.json +#: frappe/core/doctype/report_filter/report_filter.json +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +#: frappe/website/doctype/web_form_field/web_form_field.json +#: frappe/website/doctype/web_form_list_column/web_form_list_column.json +#: frappe/website/doctype/web_template_field/web_template_field.json +msgid "Fieldtype" +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.py:192 +msgid "Fieldtype cannot be changed from {0} to {1}" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.py:585 +msgid "Fieldtype cannot be changed from {0} to {1} in row {2}" +msgstr "" + +#. Label of a shortcut in the Tools Workspace +#. Name of a DocType +#. Option for the 'Select List View' (Select) field in DocType 'Form Tour' +#: frappe/automation/workspace/tools/tools.json +#: frappe/core/doctype/file/file.json +#: frappe/desk/doctype/form_tour/form_tour.json +msgid "File" +msgstr "" + +#: frappe/public/js/frappe/file_uploader/FileUploader.vue:459 +msgid "File \"{0}\" was skipped because of invalid file type" +msgstr "" + +#: frappe/core/doctype/file/utils.py:129 +msgid "File '{0}' not found" +msgstr "" + +#. Label of a Check field in DocType 'Dropbox Settings' +#. Label of a Check field in DocType 'Google Drive' +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.json +#: frappe/integrations/doctype/google_drive/google_drive.json +msgid "File Backup" +msgstr "" + +#. Label of a Section Break field in DocType 'Access Log' +#: frappe/core/doctype/access_log/access_log.json +msgid "File Information" +msgstr "" + +#: frappe/public/js/frappe/views/file/file_view.js:74 +msgid "File Manager" +msgstr "" + +#. Label of a Data field in DocType 'File' +#: frappe/core/doctype/file/file.json +msgid "File Name" +msgstr "" + +#. Label of a Int field in DocType 'File' +#: frappe/core/doctype/file/file.json +msgid "File Size" +msgstr "" + +#. Label of a Section Break field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "File Storage" +msgstr "" + +#. Label of a Data field in DocType 'Access Log' +#. Label of a Select field in DocType 'Data Export' +#. Label of a Data field in DocType 'File' +#: frappe/core/doctype/access_log/access_log.json +#: frappe/core/doctype/data_export/data_export.json +#: frappe/core/doctype/file/file.json +#: frappe/public/js/frappe/data_import/data_exporter.js:19 +msgid "File Type" +msgstr "" + +#. Label of a Code field in DocType 'File' +#: frappe/core/doctype/file/file.json +msgid "File URL" +msgstr "" + +#: frappe/desk/page/backups/backups.py:104 +msgid "File backup is ready" +msgstr "" + +#: frappe/core/doctype/file/file.py:581 +msgid "File name cannot have {0}" +msgstr "" + +#: frappe/utils/csvutils.py:26 +msgid "File not attached" +msgstr "" + +#: frappe/core/doctype/file/file.py:686 frappe/public/js/frappe/request.js:197 +#: frappe/utils/file_manager.py:222 +msgid "File size exceeded the maximum allowed size of {0} MB" +msgstr "" + +#: frappe/public/js/frappe/request.js:195 +msgid "File too big" +msgstr "" + +#: frappe/core/doctype/file/file.py:371 +msgid "File type of {0} is not allowed" +msgstr "" + +#: frappe/core/doctype/file/file.py:359 frappe/core/doctype/file/file.py:419 +msgid "File {0} does not exist" +msgstr "" + +#. Label of a Link in the Tools Workspace +#. Label of a Tab Break field in DocType 'System Settings' +#: frappe/automation/workspace/tools/tools.json +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Files" +msgstr "" + +#: frappe/core/doctype/prepared_report/prepared_report.js:8 +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:305 +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:439 +#: frappe/desk/doctype/number_card/number_card.js:205 +#: frappe/desk/doctype/number_card/number_card.js:336 +#: frappe/email/doctype/auto_email_report/auto_email_report.js:93 +#: frappe/public/js/frappe/list/base_list.js:876 +#: frappe/public/js/frappe/ui/filters/filter_list.js:134 +#: frappe/website/doctype/web_form/web_form.js:197 +msgid "Filter" +msgstr "" + +#: frappe/public/js/frappe/list/list_sidebar.html:35 +msgid "Filter By" +msgstr "" + +#. Label of a Section Break field in DocType 'Auto Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Filter Data" +msgstr "" + +#. Label of a HTML field in DocType 'Data Export' +#: frappe/core/doctype/data_export/data_export.json +msgid "Filter List" +msgstr "" + +#. Label of a Text field in DocType 'Auto Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Filter Meta" +msgstr "" + +#. Label of a Data field in DocType 'List Filter' +#: frappe/desk/doctype/list_filter/list_filter.json +#: frappe/public/js/frappe/list/list_filter.js:33 +msgid "Filter Name" +msgstr "" + +#. Label of a HTML field in DocType 'Prepared Report' +#: frappe/core/doctype/prepared_report/prepared_report.json +msgid "Filter Values" +msgstr "" + +#: frappe/utils/data.py:1795 +msgid "Filter must be a tuple or list (in a list)" +msgstr "" + +#: frappe/utils/data.py:1803 +msgid "Filter must have 4 values (doctype, fieldname, operator, value): {0}" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder_sidebar.html:3 +msgid "Filter..." +msgstr "" + +#. Label of a Data field in DocType 'Personal Data Deletion Step' +#: frappe/website/doctype/personal_data_deletion_step/personal_data_deletion_step.json +msgid "Filtered By" +msgstr "" + +#: frappe/public/js/frappe/data_import/data_exporter.js:33 +msgid "Filtered Records" +msgstr "" + +#: frappe/website/doctype/blog_post/blog_post.py:262 +#: frappe/website/doctype/help_article/help_article.py:92 frappe/www/list.py:44 +msgid "Filtered by \"{0}\"" +msgstr "" + +#. Label of a Code field in DocType 'Access Log' +#. Label of a Section Break field in DocType 'Prepared Report' +#. Label of a Small Text field in DocType 'Prepared Report' +#. Label of a Section Break field in DocType 'Report' +#. Label of a Table field in DocType 'Report' +#. Label of a Section Break field in DocType 'Dashboard Chart' +#. Label of a Code field in DocType 'Kanban Board' +#. Label of a Long Text field in DocType 'List Filter' +#. Label of a Text field in DocType 'Auto Email Report' +#. Label of a Section Break field in DocType 'Notification' +#: frappe/core/doctype/access_log/access_log.json +#: frappe/core/doctype/prepared_report/prepared_report.json +#: frappe/core/doctype/report/report.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/kanban_board/kanban_board.json +#: frappe/desk/doctype/list_filter/list_filter.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +#: frappe/email/doctype/notification/notification.json +msgid "Filters" +msgstr "" + +#. Label of a Code field in DocType 'Number Card' +#: frappe/desk/doctype/number_card/number_card.json +msgid "Filters Configuration" +msgstr "" + +#. Label of a HTML field in DocType 'Auto Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Filters Display" +msgstr "" + +#. Label of a Code field in DocType 'Dashboard Chart' +#. Label of a Code field in DocType 'Number Card' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/number_card/number_card.json +msgid "Filters JSON" +msgstr "" + +#. Label of a Section Break field in DocType 'Number Card' +#: frappe/desk/doctype/number_card/number_card.json +msgid "Filters Section" +msgstr "" + +#: frappe/public/js/frappe/form/controls/link.js:502 +msgid "Filters applied for {0}" +msgstr "" + +#: frappe/public/js/frappe/views/kanban/kanban_view.js:189 +msgid "Filters saved" +msgstr "" + +#. Description of the 'Script' (Code) field in DocType 'Report' +#: frappe/core/doctype/report/report.json +msgid "Filters will be accessible via filters.

    Send output as result = [result], or for old style data = [columns], [result]" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter_list.js:133 +msgid "Filters {0}" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1351 +msgid "Filters:" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:572 +msgid "Find '{0}' in ..." +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:327 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:328 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:141 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:144 +msgid "Find {0} in {1}" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Submission Queue' +#: frappe/core/doctype/submission_queue/submission_queue.json +msgid "Finished" +msgstr "" + +#. Label of a Datetime field in DocType 'Prepared Report' +#: frappe/core/doctype/prepared_report/prepared_report.json +msgid "Finished At" +msgstr "" + +#. Label of a Select field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "First Day of the Week" +msgstr "" + +#. Label of a Data field in DocType 'Contact' +#. Label of a Data field in DocType 'User' +#: frappe/contacts/doctype/contact/contact.json +#: frappe/core/doctype/user/user.json frappe/www/complete_signup.html:15 +msgid "First Name" +msgstr "" + +#. Label of a Data field in DocType 'Success Action' +#: frappe/core/doctype/success_action/success_action.json +msgid "First Success Message" +msgstr "" + +#: frappe/core/report/transaction_log_report/transaction_log_report.py:49 +msgid "First Transaction" +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:185 +msgid "First data column must be blank." +msgstr "" + +#: frappe/website/doctype/website_slideshow/website_slideshow.js:7 +msgid "First set the name and save the record." +msgstr "" + +#: frappe/public/js/workflow_builder/WorkflowBuilder.vue:304 +msgid "Fit" +msgstr "" + +#. Label of a Data field in DocType 'Language' +#: frappe/core/doctype/language/language.json +msgid "Flag" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Column' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Filter' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/report_column/report_column.json +#: frappe/core/doctype/report_filter/report_filter.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Float" +msgstr "" + +#. Label of a Select field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Float Precision" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Column' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Filter' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/report_column/report_column.json +#: frappe/core/doctype/report_filter/report_filter.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Fold" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1412 +msgid "Fold can not be at the end of the form" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1410 +msgid "Fold must come before a Section Break" +msgstr "" + +#. Label of a Link field in DocType 'File' +#: frappe/core/doctype/file/file.json +msgid "Folder" +msgstr "" + +#. Label of a Data field in DocType 'IMAP Folder' +#: frappe/email/doctype/imap_folder/imap_folder.json +msgid "Folder Name" +msgstr "" + +#: frappe/public/js/frappe/views/file/file_view.js:100 +msgid "Folder name should not include '/' (slash)" +msgstr "" + +#: frappe/core/doctype/file/file.py:465 +msgid "Folder {0} is not empty" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Folio" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/form_sidebar.js:232 +#: frappe/public/js/frappe/form/templates/form_sidebar.html:129 +msgid "Follow" +msgstr "" + +#: frappe/public/js/frappe/form/templates/form_sidebar.html:124 +msgid "Followed by" +msgstr "" + +#: frappe/email/doctype/auto_email_report/auto_email_report.py:130 +msgid "Following Report Filters have missing values:" +msgstr "" + +#: frappe/website/doctype/web_form/web_form.py:108 +msgid "Following fields are missing:" +msgstr "" + +#: frappe/public/js/frappe/ui/field_group.js:133 +msgid "Following fields have invalid values:" +msgstr "" + +#: frappe/public/js/frappe/widgets/widget_dialog.js:320 +msgid "Following fields have missing values" +msgstr "" + +#: frappe/public/js/frappe/ui/field_group.js:120 +msgid "Following fields have missing values:" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.js:30 +msgid "Following links are broken in the email content: {0}" +msgstr "" + +#. Label of a Select field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Font" +msgstr "" + +#. Label of a Data field in DocType 'Website Theme' +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Font Properties" +msgstr "" + +#. Label of a Int field in DocType 'Print Format' +#. Label of a Float field in DocType 'Print Settings' +#. Label of a Data field in DocType 'Website Theme' +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/printing/doctype/print_settings/print_settings.json +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:45 +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Font Size" +msgstr "" + +#. Label of a Section Break field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Fonts" +msgstr "" + +#. Label of a Section Break field in DocType 'Email Account' +#. Label of a Section Break field in DocType 'Letter Head' +#. Label of a Text Editor field in DocType 'About Us Settings' +#. Option for the 'Type' (Select) field in DocType 'Web Template' +#. Label of a Tab Break field in DocType 'Website Settings' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/printing/doctype/letter_head/letter_head.json +#: frappe/website/doctype/about_us_settings/about_us_settings.json +#: frappe/website/doctype/web_template/web_template.json +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Footer" +msgstr "" + +#. Label of a Small Text field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Footer \"Powered By\"" +msgstr "" + +#. Label of a Select field in DocType 'Letter Head' +#: frappe/printing/doctype/letter_head/letter_head.json +msgid "Footer Based On" +msgstr "" + +#. Label of a Text Editor field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Footer Content" +msgstr "" + +#. Label of a Section Break field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Footer Details" +msgstr "" + +#. Label of a HTML Editor field in DocType 'Letter Head' +#: frappe/printing/doctype/letter_head/letter_head.json +msgid "Footer HTML" +msgstr "" + +#: frappe/printing/doctype/letter_head/letter_head.py:73 +msgid "Footer HTML set from attachment {0}" +msgstr "" + +#. Label of a Section Break field in DocType 'Letter Head' +#: frappe/printing/doctype/letter_head/letter_head.json +msgid "Footer Image" +msgstr "" + +#. Label of a Section Break field in DocType 'Website Settings' +#. Label of a Table field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Footer Items" +msgstr "" + +#. Label of a Attach Image field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Footer Logo" +msgstr "" + +#. Label of a Code field in DocType 'Letter Head' +#: frappe/printing/doctype/letter_head/letter_head.json +msgid "Footer Script" +msgstr "" + +#. Label of a Link field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Footer Template" +msgstr "" + +#. Label of a Code field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Footer Template Values" +msgstr "" + +#: frappe/printing/page/print/print.js:116 +msgid "Footer might not be visible as {0} option is disabled" +msgstr "" + +#. Description of the 'Footer HTML' (HTML Editor) field in DocType 'Letter +#. Head' +#: frappe/printing/doctype/letter_head/letter_head.json +msgid "Footer will display correctly only in PDF" +msgstr "" + +#. Description of the 'Row Name' (Data) field in DocType 'Property Setter' +#: frappe/custom/doctype/property_setter/property_setter.json +msgid "For DocType Link / DocType Action" +msgstr "" + +#. Label of a Select field in DocType 'Energy Point Rule' +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +msgid "For Document Event" +msgstr "" + +#: frappe/core/doctype/user_permission/user_permission_list.js:155 +msgid "For Document Type" +msgstr "" + +#: frappe/public/js/frappe/widgets/widget_dialog.js:534 +msgid "For Example: {} Open" +msgstr "" + +#. Description of the 'Options' (Small Text) field in DocType 'DocField' +#. Description of the 'Options' (Small Text) field in DocType 'Customize Form +#. Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "For Links, enter the DocType as range.\n" +"For Select, enter list of Options, each on a new line." +msgstr "" + +#. Label of a Link field in DocType 'List Filter' +#. Label of a Link field in DocType 'Notification Log' +#. Label of a Data field in DocType 'Workspace' +#: frappe/core/doctype/user_permission/user_permission_list.js:10 +#: frappe/core/doctype/user_permission/user_permission_list.js:148 +#: frappe/desk/doctype/list_filter/list_filter.json +#: frappe/desk/doctype/notification_log/notification_log.json +#: frappe/desk/doctype/workspace/workspace.json +msgid "For User" +msgstr "" + +#. Label of a Dynamic Link field in DocType 'User Permission' +#: frappe/core/doctype/user_permission/user_permission.json +msgid "For Value" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:1984 +#: frappe/public/js/frappe/views/reports/report_view.js:96 +msgid "For comparison, use >5, <10 or =324. For ranges, use 5:10 (for values between 5 & 10)." +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:19 +msgid "For example if you cancel and amend INV004 it will become a new document INV004-1. This helps you to keep track of each amendment." +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:744 +msgid "For example: If you want to include the document ID, use {0}" +msgstr "" + +#. Description of the 'Format' (Data) field in DocType 'Workspace Shortcut' +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +msgid "For example: {} Open" +msgstr "" + +#. Description of the 'Client script' (Code) field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "For help see Client Script API and Examples" +msgstr "" + +#. Description of the 'Enable Automatic Linking in Documents' (Check) field in +#. DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "For more information, click here." +msgstr "" + +#: frappe/integrations/doctype/google_settings/google_settings.js:7 +msgid "For more information, {0}." +msgstr "" + +#. Description of the 'Email To' (Small Text) field in DocType 'Auto Email +#. Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "For multiple addresses, enter the address on different line. e.g. test@test.com ⏎ test1@test.com" +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:197 +msgid "For updating, you can update only selective columns." +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1713 +msgid "For {0} at level {1} in {2} in row {3}" +msgstr "" + +#. Label of a Check field in DocType 'Package Import' +#. Option for the 'Skip Authorization' (Select) field in DocType 'OAuth +#. Provider Settings' +#: frappe/core/doctype/package_import/package_import.json +#: frappe/integrations/doctype/oauth_provider_settings/oauth_provider_settings.json +msgid "Force" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#. Label of a Check field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Force Re-route to Default View" +msgstr "" + +#. Label of a Check field in DocType 'Desktop Icon' +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +msgid "Force Show" +msgstr "" + +#: frappe/core/doctype/rq_job/rq_job.js:13 +msgid "Force Stop job" +msgstr "" + +#. Label of a Int field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Force User to Reset Password" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Force Web Capture Mode for Uploads" +msgstr "" + +#: frappe/www/login.html:35 +msgid "Forgot Password?" +msgstr "" + +#. Label of a Tab Break field in DocType 'DocType' +#. Option for the 'Apply To' (Select) field in DocType 'Client Script' +#. Label of a Tab Break field in DocType 'Customize Form' +#. Option for the 'View' (Select) field in DocType 'Form Tour' +#. Label of a Tab Break field in DocType 'Web Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/client_script/client_script.json +#: frappe/custom/doctype/customize_form/customize_form.json +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/printing/page/print/print.js:83 +#: frappe/website/doctype/web_form/web_form.json +msgid "Form" +msgstr "" + +#. Label of a HTML field in DocType 'DocType' +#. Label of a HTML field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Form Builder" +msgstr "" + +#. Label of a Code field in DocType 'Recorder' +#: frappe/core/doctype/recorder/recorder.json +msgid "Form Dict" +msgstr "" + +#. Label of a Section Break field in DocType 'DocType' +#. Label of a Section Break field in DocType 'User' +#. Label of a Section Break field in DocType 'Customize Form' +#. Label of a Section Break field in DocType 'Web Form' +#: frappe/core/doctype/doctype/doctype.json frappe/core/doctype/user/user.json +#: frappe/custom/doctype/customize_form/customize_form.json +#: frappe/website/doctype/web_form/web_form.json +msgid "Form Settings" +msgstr "" + +#. Name of a DocType +#. Label of a Link field in DocType 'Onboarding Step' +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Form Tour" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Form Tour Step" +msgstr "" + +#. Option for the 'Request Structure' (Select) field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "Form URL-Encoded" +msgstr "" + +#. Label of a Data field in DocType 'Workspace Shortcut' +#. Label of a Select field in DocType 'Auto Email Report' +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +#: frappe/public/js/frappe/widgets/widget_dialog.js:533 +msgid "Format" +msgstr "" + +#. Label of a Code field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "Format Data" +msgstr "" + +#: frappe/core/doctype/communication/communication.js:70 +msgid "Forward" +msgstr "" + +#. Label of a Data field in DocType 'Contact Us Settings' +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +msgid "Forward To Email Address" +msgstr "" + +#. Label of a Data field in DocType 'Currency' +#: frappe/geo/doctype/currency/currency.json +msgid "Fraction" +msgstr "" + +#. Label of a Int field in DocType 'Currency' +#: frappe/geo/doctype/currency/currency.json +msgid "Fraction Units" +msgstr "" + +#. Option for the 'Social Login Provider' (Select) field in DocType 'Social +#. Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +#: frappe/www/login.html:61 frappe/www/login.html:142 frappe/www/login.py:50 +#: frappe/www/login.py:139 +msgid "Frappe" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/about.js:4 +msgid "Frappe Framework" +msgstr "" + +#: frappe/public/js/frappe/list/list_sidebar.js:275 +msgid "Frappe Insights" +msgstr "" + +#: frappe/public/js/frappe/ui/theme_switcher.js:59 +msgid "Frappe Light" +msgstr "" + +#. Label of a standard help item +#. Type: Action +#: frappe/hooks.py +msgid "Frappe Support" +msgstr "" + +#: frappe/website/doctype/web_page/web_page.js:92 +msgid "Frappe page builder using components" +msgstr "" + +#: frappe/public/js/frappe/file_uploader/ImageCropper.vue:112 +msgctxt "Image Cropper" +msgid "Free" +msgstr "" + +#. Label of a Select field in DocType 'Auto Repeat' +#. Label of a Select field in DocType 'Scheduled Job Type' +#. Label of a Select field in DocType 'User' +#. Label of a Select field in DocType 'Auto Email Report' +#. Label of a Select field in DocType 'Google Drive' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/automation/doctype/auto_repeat/auto_repeat_schedule.html:5 +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +#: frappe/core/doctype/user/user.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +#: frappe/integrations/doctype/google_drive/google_drive.json +#: frappe/public/js/frappe/utils/common.js:395 +msgid "Frequency" +msgstr "" + +#. Option for the 'Day' (Select) field in DocType 'Assignment Rule Day' +#. Option for the 'Day' (Select) field in DocType 'Auto Repeat Day' +#. Option for the 'First Day of the Week' (Select) field in DocType 'System +#. Settings' +#. Label of a Check field in DocType 'Event' +#. Option for the 'Day of Week' (Select) field in DocType 'Auto Email Report' +#: frappe/automation/doctype/assignment_rule_day/assignment_rule_day.json +#: frappe/automation/doctype/auto_repeat_day/auto_repeat_day.json +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/desk/doctype/event/event.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Friday" +msgstr "" + +#. Label of a Data field in DocType 'Communication' +#. Label of a Section Break field in DocType 'Newsletter' +#: frappe/core/doctype/communication/communication.json +#: frappe/email/doctype/newsletter/newsletter.json +#: frappe/public/js/frappe/views/communication.js:185 +#: frappe/public/js/frappe/views/inbox/inbox_view.js:70 +msgid "From" +msgstr "" + +#. Label of a Date field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/website/report/website_analytics/website_analytics.js:8 +msgid "From Date" +msgstr "" + +#. Label of a Select field in DocType 'Auto Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "From Date Field" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:1698 +msgid "From Document Type" +msgstr "" + +#. Label of a Data field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "From Full Name" +msgstr "" + +#. Label of a Link field in DocType 'Notification Log' +#: frappe/desk/doctype/notification_log/notification_log.json +msgid "From User" +msgstr "" + +#: frappe/public/js/frappe/utils/diffview.js:31 +msgid "From version" +msgstr "" + +#. Option for the 'Width' (Select) field in DocType 'Dashboard Chart Link' +#: frappe/desk/doctype/dashboard_chart_link/dashboard_chart_link.json +msgid "Full" +msgstr "" + +#. Label of a Data field in DocType 'Contact' +#. Label of a Data field in DocType 'Activity Log' +#. Label of a Data field in DocType 'User' +#. Label of a Data field in DocType 'About Us Team Member' +#. Label of a Data field in DocType 'Blogger' +#: frappe/contacts/doctype/contact/contact.json +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/user/user.json +#: frappe/desk/page/setup_wizard/setup_wizard.js:457 +#: frappe/templates/signup.html:4 +#: frappe/website/doctype/about_us_team_member/about_us_team_member.json +#: frappe/website/doctype/blogger/blogger.json +msgid "Full Name" +msgstr "" + +#: frappe/printing/page/print/print.js:67 +#: frappe/public/js/frappe/form/templates/print_layout.html:42 +msgid "Full Page" +msgstr "" + +#. Label of a Check field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "Full Width" +msgstr "" + +#. Label of a Select field in DocType 'Number Card' +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/public/js/frappe/views/reports/query_report.js:246 +#: frappe/public/js/frappe/widgets/widget_dialog.js:671 +msgid "Function" +msgstr "" + +#: frappe/public/js/frappe/widgets/widget_dialog.js:678 +msgid "Function Based On" +msgstr "" + +#: frappe/__init__.py:855 +msgid "Function {0} is not whitelisted." +msgstr "" + +#: frappe/public/js/frappe/views/treeview.js:385 +msgid "Further nodes can be only created under 'Group' type nodes" +msgstr "" + +#: frappe/core/doctype/communication/communication.js:291 +msgid "Fw: {0}" +msgstr "" + +#. Option for the 'Method' (Select) field in DocType 'Recorder' +#: frappe/core/doctype/recorder/recorder.json +msgid "GET" +msgstr "" + +#. Option for the 'Service' (Select) field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "GMail" +msgstr "" + +#. Option for the 'License Type' (Select) field in DocType 'Package' +#: frappe/core/doctype/package/package.json +msgid "GNU Affero General Public License" +msgstr "" + +#. Option for the 'License Type' (Select) field in DocType 'Package' +#: frappe/core/doctype/package/package.json +msgid "GNU General Public License" +msgstr "" + +#. Option for the 'Select List View' (Select) field in DocType 'Form Tour' +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/public/js/frappe/views/gantt/gantt_view.js:10 +msgid "Gantt" +msgstr "" + +#: frappe/public/js/frappe/list/base_list.js:205 +msgid "Gantt View" +msgstr "" + +#. Label of a Link field in DocType 'Contact' +#. Name of a DocType +#. Label of a Data field in DocType 'Gender' +#. Label of a Link field in DocType 'User' +#: frappe/contacts/doctype/contact/contact.json +#: frappe/contacts/doctype/gender/gender.json +#: frappe/core/doctype/user/user.json +msgid "Gender" +msgstr "" + +#: frappe/desk/page/setup_wizard/install_fixtures.py:33 +msgid "Genderqueer" +msgstr "" + +#: frappe/www/contact.html:29 +msgid "General" +msgstr "" + +#. Title of an Onboarding Step +#: frappe/custom/onboarding_step/report_builder/report_builder.json +msgid "Generate Custom Reports" +msgstr "" + +#. Label of a Button field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Generate Keys" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:808 +msgid "Generate New Report" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:368 +msgid "Generate Random Password" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/toolbar.js:162 +#: frappe/public/js/frappe/utils/utils.js:1772 +msgid "Generate Tracking URL" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Geolocation" +msgstr "" + +#: frappe/email/doctype/notification/notification.js:175 +msgid "Get Alerts for Today" +msgstr "" + +#: frappe/desk/page/backups/backups.js:19 +msgid "Get Backup Encryption Key" +msgstr "" + +#. Label of a Button field in DocType 'Auto Repeat' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +msgid "Get Contacts" +msgstr "" + +#: frappe/website/doctype/web_form/web_form.js:93 +msgid "Get Fields" +msgstr "" + +#: frappe/printing/doctype/letter_head/letter_head.js:32 +msgid "Get Header and Footer wkhtmltopdf variables" +msgstr "" + +#: frappe/public/js/frappe/form/multi_select_dialog.js:87 +msgid "Get Items" +msgstr "" + +#: frappe/integrations/doctype/connected_app/connected_app.js:6 +msgid "Get OpenID Configuration" +msgstr "" + +#: frappe/www/printview.html:22 +msgid "Get PDF" +msgstr "" + +#. Description of the 'Try a Naming Series' (Data) field in DocType 'Document +#. Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Get a preview of generated names with a series." +msgstr "" + +#: frappe/public/js/frappe/list/list_sidebar.js:273 +msgid "Get more insights with" +msgstr "" + +#. Description of the 'Email Threads on Assigned Document' (Check) field in +#. DocType 'Notification Settings' +#: frappe/desk/doctype/notification_settings/notification_settings.json +msgid "Get notified when an email is received on any of the documents assigned to you." +msgstr "" + +#. Description of the 'User Image' (Attach Image) field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Get your globally recognized avatar from Gravatar.com" +msgstr "" + +#. Label of a Data field in DocType 'Installed Application' +#: frappe/core/doctype/installed_application/installed_application.json +msgid "Git Branch" +msgstr "" + +#. Option for the 'Social Login Provider' (Select) field in DocType 'Social +#. Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "GitHub" +msgstr "" + +#: frappe/website/doctype/web_page/web_page.js:92 +msgid "Github flavoured markdown syntax" +msgstr "" + +#: frappe/social/doctype/energy_point_settings/energy_point_settings.js:7 +#: frappe/social/doctype/energy_point_settings/energy_point_settings.js:14 +msgid "Give Review Points" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/global_search_doctype/global_search_doctype.json +msgid "Global Search DocType" +msgstr "" + +#: frappe/desk/doctype/global_search_settings/global_search_settings.js:24 +msgid "Global Search Document Types Reset." +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/global_search_settings/global_search_settings.json +msgid "Global Search Settings" +msgstr "" + +#: frappe/public/js/frappe/ui/keyboard.js:121 +msgid "Global Shortcuts" +msgstr "" + +#. Label of a Check field in DocType 'Email Unsubscribe' +#: frappe/email/doctype/email_unsubscribe/email_unsubscribe.json +msgid "Global Unsubscribe" +msgstr "" + +#: frappe/desk/page/user_profile/user_profile_controller.js:68 +#: frappe/public/js/frappe/form/toolbar.js:755 +msgid "Go" +msgstr "" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:246 +#: frappe/public/js/frappe/widgets/onboarding_widget.js:326 +msgid "Go Back" +msgstr "" + +#: frappe/desk/doctype/notification_settings/notification_settings.js:17 +msgid "Go to Notification Settings List" +msgstr "" + +#. Option for the 'Action' (Select) field in DocType 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Go to Page" +msgstr "" + +#: frappe/public/js/workflow_builder/workflow_builder.bundle.js:41 +msgid "Go to Workflow" +msgstr "" + +#: frappe/desk/doctype/workspace/workspace.js:18 +msgid "Go to Workspace" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:143 +msgid "Go to next record" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:153 +msgid "Go to previous record" +msgstr "" + +#: frappe/integrations/doctype/slack_webhook_url/slack_webhook_url.py:52 +msgid "Go to the document" +msgstr "" + +#. Description of the 'Success URL' (Data) field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Go to this URL after completing the form" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.js:55 +#: frappe/custom/doctype/client_script/client_script.js:10 +msgid "Go to {0}" +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:92 +#: frappe/core/doctype/doctype/doctype.js:59 +#: frappe/custom/doctype/customize_form/customize_form.js:104 +#: frappe/custom/doctype/doctype_layout/doctype_layout.js:42 +#: frappe/workflow/doctype/workflow/workflow.js:44 +msgid "Go to {0} List" +msgstr "" + +#: frappe/core/doctype/page/page.js:11 +msgid "Go to {0} Page" +msgstr "" + +#: frappe/utils/goal.py:115 frappe/utils/goal.py:122 +msgid "Goal" +msgstr "" + +#. Option for the 'Social Login Provider' (Select) field in DocType 'Social +#. Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Google" +msgstr "" + +#. Label of a Data field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Google Analytics ID" +msgstr "" + +#. Label of a Check field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Google Analytics anonymise IP" +msgstr "" + +#. Label of a Section Break field in DocType 'Event' +#. Label of a Link field in DocType 'Event' +#. Name of a DocType +#. Label of a Section Break field in DocType 'Google Calendar' +#. Label of a Link in the Integrations Workspace +#: frappe/desk/doctype/event/event.json +#: frappe/integrations/doctype/google_calendar/google_calendar.json +#: frappe/integrations/workspace/integrations/integrations.json +msgid "Google Calendar" +msgstr "" + +#: frappe/integrations/doctype/google_calendar/google_calendar.py:784 +msgid "Google Calendar - Contact / email not found. Did not add attendee for -
    {0}" +msgstr "" + +#: frappe/integrations/doctype/google_calendar/google_calendar.py:254 +msgid "Google Calendar - Could not create Calendar for {0}, error code {1}." +msgstr "" + +#: frappe/integrations/doctype/google_calendar/google_calendar.py:574 +msgid "Google Calendar - Could not delete Event {0} from Google Calendar, error code {1}." +msgstr "" + +#: frappe/integrations/doctype/google_calendar/google_calendar.py:291 +msgid "Google Calendar - Could not fetch event from Google Calendar, error code {0}." +msgstr "" + +#: frappe/integrations/doctype/google_contacts/google_contacts.py:234 +msgid "Google Calendar - Could not insert contact in Google Contacts {0}, error code {1}." +msgstr "" + +#: frappe/integrations/doctype/google_calendar/google_calendar.py:457 +msgid "Google Calendar - Could not insert event in Google Calendar {0}, error code {1}." +msgstr "" + +#: frappe/integrations/doctype/google_calendar/google_calendar.py:541 +msgid "Google Calendar - Could not update Event {0} in Google Calendar, error code {1}." +msgstr "" + +#. Label of a Data field in DocType 'Event' +#: frappe/desk/doctype/event/event.json +msgid "Google Calendar Event ID" +msgstr "" + +#. Label of a Data field in DocType 'Event' +#. Label of a Data field in DocType 'Google Calendar' +#: frappe/desk/doctype/event/event.json +#: frappe/integrations/doctype/google_calendar/google_calendar.json +msgid "Google Calendar ID" +msgstr "" + +#: frappe/integrations/doctype/google_calendar/google_calendar.py:167 +msgid "Google Calendar has been configured." +msgstr "" + +#. Label of a Section Break field in DocType 'Contact' +#. Label of a Link field in DocType 'Contact' +#. Name of a DocType +#. Label of a Section Break field in DocType 'Google Contacts' +#. Label of a Link in the Integrations Workspace +#: frappe/contacts/doctype/contact/contact.json +#: frappe/integrations/doctype/google_contacts/google_contacts.json +#: frappe/integrations/workspace/integrations/integrations.json +msgid "Google Contacts" +msgstr "" + +#: frappe/integrations/doctype/google_contacts/google_contacts.py:139 +msgid "Google Contacts - Could not sync contacts from Google Contacts {0}, error code {1}." +msgstr "" + +#: frappe/integrations/doctype/google_contacts/google_contacts.py:296 +msgid "Google Contacts - Could not update contact in Google Contacts {0}, error code {1}." +msgstr "" + +#. Label of a Data field in DocType 'Contact' +#: frappe/contacts/doctype/contact/contact.json +msgid "Google Contacts Id" +msgstr "" + +#. Name of a DocType +#. Label of a Section Break field in DocType 'Google Drive' +#. Label of a Link in the Integrations Workspace +#: frappe/integrations/doctype/google_drive/google_drive.json +#: frappe/integrations/workspace/integrations/integrations.json +#: frappe/public/js/frappe/file_uploader/FileUploader.vue:164 +msgid "Google Drive" +msgstr "" + +#: frappe/integrations/doctype/google_drive/google_drive.py:119 +msgid "Google Drive - Could not create folder in Google Drive - Error Code {0}" +msgstr "" + +#: frappe/integrations/doctype/google_drive/google_drive.py:134 +msgid "Google Drive - Could not find folder in Google Drive - Error Code {0}" +msgstr "" + +#: frappe/integrations/doctype/google_drive/google_drive.py:195 +msgid "Google Drive - Could not locate - {0}" +msgstr "" + +#: frappe/integrations/doctype/google_drive/google_drive.py:206 +msgid "Google Drive Backup Successful." +msgstr "" + +#. Label of a Section Break field in DocType 'Google Settings' +#: frappe/integrations/doctype/google_settings/google_settings.json +msgid "Google Drive Picker" +msgstr "" + +#. Label of a Check field in DocType 'Google Settings' +#: frappe/integrations/doctype/google_settings/google_settings.json +msgid "Google Drive Picker Enabled" +msgstr "" + +#. Label of a Data field in DocType 'Print Format' +#. Label of a Data field in DocType 'Website Theme' +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:28 +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Google Font" +msgstr "" + +#. Label of a Data field in DocType 'Event' +#: frappe/desk/doctype/event/event.json +msgid "Google Meet Link" +msgstr "" + +#. Label of a Card Break in the Integrations Workspace +#: frappe/integrations/workspace/integrations/integrations.json +msgid "Google Services" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Integrations Workspace +#: frappe/integrations/doctype/google_settings/google_settings.json +#: frappe/integrations/workspace/integrations/integrations.json +msgid "Google Settings" +msgstr "" + +#: frappe/utils/csvutils.py:201 +msgid "Google Sheets URL is invalid or not publicly accessible." +msgstr "" + +#: frappe/utils/csvutils.py:206 +msgid "Google Sheets URL must end with \"gid={number}\". Copy and paste the URL from the browser address bar and try again." +msgstr "" + +#. Label of a HTML field in DocType 'Blog Post' +#: frappe/website/doctype/blog_post/blog_post.json +msgid "Google Snippet Preview" +msgstr "" + +#. Label of a Select field in DocType 'OAuth Client' +#: frappe/integrations/doctype/oauth_client/oauth_client.json +msgid "Grant Type" +msgstr "" + +#: frappe/public/js/frappe/form/dashboard.js:34 +#: frappe/public/js/frappe/form/templates/form_dashboard.html:10 +msgid "Graph" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'DocType State' +#. Option for the 'Indicator' (Select) field in DocType 'Kanban Board Column' +#: frappe/core/doctype/doctype_state/doctype_state.json +#: frappe/desk/doctype/kanban_board_column/kanban_board_column.json +msgid "Gray" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:23 +msgid "Greater Than" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:25 +msgid "Greater Than Or Equal To" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'DocType State' +#. Option for the 'Indicator' (Select) field in DocType 'Kanban Board Column' +#: frappe/core/doctype/doctype_state/doctype_state.json +#: frappe/desk/doctype/kanban_board_column/kanban_board_column.json +msgid "Green" +msgstr "" + +#: frappe/public/js/form_builder/components/controls/TableControl.vue:46 +msgid "Grid Empty State" +msgstr "" + +#: frappe/public/js/frappe/ui/keyboard.js:126 +msgid "Grid Shortcuts" +msgstr "" + +#. Label of a Data field in DocType 'DocType Action' +#. Label of a Data field in DocType 'DocType Link' +#. Label of a Data field in DocType 'Website Sidebar Item' +#: frappe/core/doctype/doctype_action/doctype_action.json +#: frappe/core/doctype/doctype_link/doctype_link.json +#: frappe/website/doctype/website_sidebar_item/website_sidebar_item.json +msgid "Group" +msgstr "" + +#. Option for the 'Chart Type' (Select) field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/website/report/website_analytics/website_analytics.js:32 +msgid "Group By" +msgstr "" + +#. Label of a Select field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Group By Based On" +msgstr "" + +#. Label of a Select field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Group By Type" +msgstr "" + +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.py:397 +msgid "Group By field is required to create a dashboard chart" +msgstr "" + +#: frappe/public/js/frappe/views/treeview.js:384 +msgid "Group Node" +msgstr "" + +#. Label of a Data field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "Group Object Class" +msgstr "" + +#. Description of a Card Break in the Build Workspace +#: frappe/core/workspace/build/build.json +msgid "Group your custom doctypes under modules" +msgstr "" + +#: frappe/public/js/frappe/ui/group_by/group_by.js:416 +msgid "Grouped by {0}" +msgstr "" + +#. Option for the 'Method' (Select) field in DocType 'Recorder' +#: frappe/core/doctype/recorder/recorder.json +msgid "HEAD" +msgstr "" + +#. Option for the 'Time Format' (Select) field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "HH:mm" +msgstr "" + +#. Option for the 'Time Format' (Select) field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "HH:mm:ss" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Label of a Section Break field in DocType 'Custom HTML Block' +#. Option for the 'Format' (Select) field in DocType 'Auto Email Report' +#. Option for the 'Content Type' (Select) field in DocType 'Newsletter' +#. Option for the 'Message Type' (Select) field in DocType 'Notification' +#. Option for the 'Letter Head Based On' (Select) field in DocType 'Letter +#. Head' +#. Option for the 'Footer Based On' (Select) field in DocType 'Letter Head' +#. Label of a Code field in DocType 'Print Format' +#. Option for the 'Content Type' (Select) field in DocType 'Blog Post' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#. Option for the 'Content Type' (Select) field in DocType 'Web Page' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/desk/doctype/custom_html_block/custom_html_block.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +#: frappe/email/doctype/newsletter/newsletter.json +#: frappe/email/doctype/notification/notification.json +#: frappe/printing/doctype/letter_head/letter_head.json +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/printing/doctype/print_format/print_format.py:92 +#: frappe/public/js/print_format_builder/Field.vue:86 +#: frappe/website/doctype/blog_post/blog_post.json +#: frappe/website/doctype/web_form_field/web_form_field.json +#: frappe/website/doctype/web_page/web_page.js:92 +#: frappe/website/doctype/web_page/web_page.json +msgid "HTML" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "HTML Editor" +msgstr "" + +#. Label of a HTML Editor field in DocType 'Access Log' +#: frappe/core/doctype/access_log/access_log.json +msgid "HTML Page" +msgstr "" + +#. Description of the 'Header' (HTML Editor) field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "HTML for header section. Optional" +msgstr "" + +#: frappe/website/doctype/web_page/web_page.js:92 +msgid "HTML with jinja support" +msgstr "" + +#. Option for the 'Width' (Select) field in DocType 'Dashboard Chart Link' +#: frappe/desk/doctype/dashboard_chart_link/dashboard_chart_link.json +msgid "Half" +msgstr "" + +#. Option for the 'Period' (Select) field in DocType 'Auto Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Half Yearly" +msgstr "" + +#. Option for the 'Frequency' (Select) field in DocType 'Auto Repeat' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/public/js/frappe/utils/common.js:402 +msgid "Half-yearly" +msgstr "" + +#. Label of a Int field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Handled Emails" +msgstr "" + +#. Label of a Check field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Has Attachment" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/has_domain/has_domain.json +msgid "Has Domain" +msgstr "" + +#. Label of a Check field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Has Next Condition" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/has_role/has_role.json +msgid "Has Role" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Has Web View" +msgstr "" + +#: frappe/templates/signup.html:19 +msgid "Have an account? Login" +msgstr "" + +#. Label of a Check field in DocType 'SMS Parameter' +#. Label of a Section Break field in DocType 'Letter Head' +#. Label of a HTML Editor field in DocType 'Web Page' +#. Label of a HTML Editor field in DocType 'Website Slideshow' +#: frappe/core/doctype/sms_parameter/sms_parameter.json +#: frappe/printing/doctype/letter_head/letter_head.json +#: frappe/website/doctype/web_page/web_page.json +#: frappe/website/doctype/website_slideshow/website_slideshow.json +msgid "Header" +msgstr "" + +#. Label of a HTML Editor field in DocType 'Letter Head' +#: frappe/printing/doctype/letter_head/letter_head.json +msgid "Header HTML" +msgstr "" + +#: frappe/printing/doctype/letter_head/letter_head.py:61 +msgid "Header HTML set from attachment {0}" +msgstr "" + +#. Label of a Code field in DocType 'Letter Head' +#: frappe/printing/doctype/letter_head/letter_head.json +msgid "Header Script" +msgstr "" + +#. Label of a Section Break field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "Header and Breadcrumbs" +msgstr "" + +#. Label of a Tab Break field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Header, Robots" +msgstr "" + +#: frappe/printing/doctype/letter_head/letter_head.js:30 +msgid "Header/Footer scripts can be used to add dynamic behaviours." +msgstr "" + +#. Label of a Table field in DocType 'Webhook' +#. Label of a Code field in DocType 'Webhook Request Log' +#: frappe/integrations/doctype/webhook/webhook.json +#: frappe/integrations/doctype/webhook_request_log/webhook_request_log.json +msgid "Headers" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Label of a Data field in DocType 'Contact Us Settings' +#. Label of a Data field in DocType 'Website Slideshow Item' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/printing/page/print_format_builder/print_format_builder.js:602 +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +#: frappe/website/doctype/website_slideshow_item/website_slideshow_item.json +msgid "Heading" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Heatmap" +msgstr "" + +#: frappe/templates/emails/new_user.html:2 +msgid "Hello" +msgstr "" + +#. Label of a Section Break field in DocType 'Server Script' +#. Label of a HTML field in DocType 'Property Setter' +#: frappe/core/doctype/server_script/server_script.json +#: frappe/custom/doctype/property_setter/property_setter.json +#: frappe/public/js/frappe/form/templates/form_sidebar.html:40 +#: frappe/public/js/frappe/form/workflow.js:23 +#: frappe/public/js/frappe/ui/toolbar/navbar.html:87 +#: frappe/public/js/frappe/utils/help.js:27 +msgid "Help" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Website Workspace +#: frappe/website/doctype/help_article/help_article.json +#: frappe/website/workspace/website/website.json +msgid "Help Article" +msgstr "" + +#. Label of a Int field in DocType 'Help Category' +#: frappe/website/doctype/help_category/help_category.json +msgid "Help Articles" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Website Workspace +#: frappe/website/doctype/help_category/help_category.json +#: frappe/website/workspace/website/website.json +msgid "Help Category" +msgstr "" + +#. Label of a Table field in DocType 'Navbar Settings' +#: frappe/core/doctype/navbar_settings/navbar_settings.json +#: frappe/public/js/frappe/ui/toolbar/navbar.html:84 +msgid "Help Dropdown" +msgstr "" + +#. Label of a HTML field in DocType 'Document Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Help HTML" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:149 +msgid "Help on Search" +msgstr "" + +#. Description of the 'Content' (Text Editor) field in DocType 'Note' +#: frappe/desk/doctype/note/note.json +msgid "Help: To link to another record in the system, use \"/app/note/[Note Name]\" as the Link URL. (don't use \"http://\")" +msgstr "" + +#. Label of a Int field in DocType 'Help Article' +#: frappe/website/doctype/help_article/help_article.json +msgid "Helpful" +msgstr "" + +#. Option for the 'Font' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Helvetica" +msgstr "" + +#. Option for the 'Font' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Helvetica Neue" +msgstr "" + +#: frappe/public/js/frappe/utils/utils.js:1769 +msgid "Here's your tracking URL" +msgstr "" + +#: frappe/www/qrcode.html:9 +msgid "Hi {0}" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'DocType Action' +#. Label of a Check field in DocType 'DocType Link' +#. Label of a Check field in DocType 'Navbar Item' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#. Label of a Check field in DocType 'Desktop Icon' +#. Label of a Check field in DocType 'Workspace Link' +#. Label of a Check field in DocType 'Web Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/doctype_action/doctype_action.json +#: frappe/core/doctype/doctype_link/doctype_link.json +#: frappe/core/doctype/navbar_item/navbar_item.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +#: frappe/desk/doctype/workspace_link/workspace_link.json +#: frappe/printing/page/print_format_builder/print_format_builder_field.html:3 +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Hidden" +msgstr "" + +#. Label of a Section Break field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Hidden Fields" +msgstr "" + +#. Option for the 'Page Number' (Select) field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/public/js/frappe/views/workspace/workspace.js:859 +#: frappe/public/js/frappe/widgets/base_widget.js:46 +#: frappe/public/js/frappe/widgets/base_widget.js:178 +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:243 +#: frappe/templates/includes/login/login.js:83 +msgid "Hide" +msgstr "" + +#. Label of a Check field in DocType 'Web Page Block' +#: frappe/website/doctype/web_page_block/web_page_block.json +msgid "Hide Block" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Hide Border" +msgstr "" + +#. Label of a Check field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Hide Buttons" +msgstr "" + +#. Label of a Check field in DocType 'Blog Post' +#: frappe/website/doctype/blog_post/blog_post.json +msgid "Hide CTA" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#. Label of a Check field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Hide Copy" +msgstr "" + +#. Label of a Check field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "Hide Custom DocTypes and Reports" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Hide Days" +msgstr "" + +#. Label of a Check field in DocType 'User Permission' +#: frappe/core/doctype/user_permission/user_permission.json +#: frappe/core/doctype/user_permission/user_permission_list.js:96 +msgid "Hide Descendants" +msgstr "" + +#: frappe/www/error.html:41 frappe/www/error.html:56 +msgid "Hide Error" +msgstr "" + +#. Label of a Check field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Hide Login" +msgstr "" + +#: frappe/public/js/form_builder/form_builder.bundle.js:43 +#: frappe/public/js/print_format_builder/print_format_builder.bundle.js:54 +msgid "Hide Preview" +msgstr "" + +#. Description of the 'Hide Buttons' (Check) field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Hide Previous, Next and Close button on highlight dialog." +msgstr "" + +#: frappe/public/js/frappe/list/list_filter.js:87 +msgid "Hide Saved" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Hide Seconds" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Hide Sidebar, Menu, and Comments" +msgstr "" + +#. Label of a Check field in DocType 'Portal Settings' +#: frappe/website/doctype/portal_settings/portal_settings.json +msgid "Hide Standard Menu" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1603 +msgid "Hide Tags" +msgstr "" + +#: frappe/public/js/frappe/views/calendar/calendar.js:185 +msgid "Hide Weekends" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:860 +msgid "Hide Workspace" +msgstr "" + +#. Description of the 'Hide Descendants' (Check) field in DocType 'User +#. Permission' +#: frappe/core/doctype/user_permission/user_permission.json +msgid "Hide descendant records of For Value." +msgstr "" + +#: frappe/public/js/frappe/form/layout.js:268 +msgid "Hide details" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Hide footer in auto email reports" +msgstr "" + +#. Label of a Check field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Hide footer signup" +msgstr "" + +#. Option for the 'Priority' (Select) field in DocType 'ToDo' +#: frappe/desk/doctype/todo/todo.json +#: frappe/public/js/frappe/form/sidebar/assign_to.js:224 +msgid "High" +msgstr "" + +#. Description of the 'Priority' (Int) field in DocType 'Assignment Rule' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +msgid "Higher priority rule will be applied first" +msgstr "" + +#. Label of a Text field in DocType 'Company History' +#: frappe/website/doctype/company_history/company_history.json +msgid "Highlight" +msgstr "" + +#: frappe/www/update-password.html:274 +msgid "Hint: Include symbols, numbers and capital letters in the password" +msgstr "" + +#. Label of a Tab Break field in DocType 'Website Settings' +#: frappe/core/doctype/file/utils.py:29 +#: frappe/public/js/frappe/file_uploader/FileBrowser.vue:38 +#: frappe/public/js/frappe/views/file/file_view.js:67 +#: frappe/public/js/frappe/views/file/file_view.js:88 +#: frappe/public/js/frappe/views/pageview.js:153 frappe/templates/doc.html:19 +#: frappe/templates/includes/navbar/navbar.html:9 +#: frappe/website/doctype/blog_post/blog_post.py:153 +#: frappe/website/doctype/blog_post/blog_post.py:265 +#: frappe/website/doctype/blog_post/blog_post.py:267 +#: frappe/website/doctype/website_settings/website_settings.json +#: frappe/website/web_template/primary_navbar/primary_navbar.html:9 +#: frappe/www/contact.py:22 frappe/www/error.html:30 frappe/www/login.html:150 +#: frappe/www/message.html:34 +msgid "Home" +msgstr "" + +#. Label of a Data field in DocType 'Role' +#. Label of a Data field in DocType 'Website Settings' +#: frappe/core/doctype/role/role.json +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Home Page" +msgstr "" + +#. Label of a Code field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Home Settings" +msgstr "" + +#: frappe/core/doctype/file/test_file.py:303 +#: frappe/core/doctype/file/test_file.py:305 +#: frappe/core/doctype/file/test_file.py:369 +msgid "Home/Test Folder 1" +msgstr "" + +#: frappe/core/doctype/file/test_file.py:358 +msgid "Home/Test Folder 1/Test Folder 3" +msgstr "" + +#: frappe/core/doctype/file/test_file.py:314 +msgid "Home/Test Folder 2" +msgstr "" + +#. Option for the 'Frequency' (Select) field in DocType 'Scheduled Job Type' +#. Option for the 'Event Frequency' (Select) field in DocType 'Server Script' +#. Option for the 'Frequency' (Select) field in DocType 'User' +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +#: frappe/core/doctype/server_script/server_script.json +#: frappe/core/doctype/user/user.json +msgid "Hourly" +msgstr "" + +#. Option for the 'Frequency' (Select) field in DocType 'Scheduled Job Type' +#. Option for the 'Event Frequency' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +#: frappe/core/doctype/server_script/server_script.json +msgid "Hourly Long" +msgstr "" + +#. Description of the 'Password Reset Link Generation Limit' (Int) field in +#. DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Hourly rate limit for generating password reset links" +msgstr "" + +#. Description of the 'Number Format' (Select) field in DocType 'Currency' +#: frappe/geo/doctype/currency/currency.json +msgid "How should this currency be formatted? If not set, will use system defaults" +msgstr "" + +#. Paragraph text in the Welcome Workspace Workspace +#: frappe/core/workspace/welcome_workspace/welcome_workspace.json +msgid "I guess you don't have access to any workspace yet, but you can create one just for yourself. Click on the Create Workspace button to create one.
    " +msgstr "" + +#: frappe/core/doctype/data_import/importer.py:1127 +#: frappe/core/doctype/data_import/importer.py:1133 +#: frappe/core/doctype/data_import/importer.py:1198 +#: frappe/core/doctype/data_import/importer.py:1201 +#: frappe/desk/report/todo/todo.py:36 frappe/model/meta.py:44 +#: frappe/public/js/frappe/data_import/data_exporter.js:330 +#: frappe/public/js/frappe/data_import/data_exporter.js:345 +#: frappe/public/js/frappe/list/list_settings.js:337 +#: frappe/public/js/frappe/list/list_view.js:357 +#: frappe/public/js/frappe/list/list_view.js:420 +#: frappe/public/js/frappe/model/meta.js:197 +#: frappe/public/js/frappe/model/model.js:122 +msgid "ID" +msgstr "" + +#: frappe/desk/reportview.py:455 +#: frappe/public/js/frappe/views/reports/report_view.js:918 +msgctxt "Label of name column in report" +msgid "ID" +msgstr "" + +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:199 +msgid "ID (name)" +msgstr "" + +#. Description of the 'Field Name' (Data) field in DocType 'Property Setter' +#: frappe/custom/doctype/property_setter/property_setter.json +msgid "ID (name) of the entity whose property is to be set" +msgstr "" + +#. Description of the 'Section ID' (Data) field in DocType 'Web Page Block' +#: frappe/website/doctype/web_page_block/web_page_block.json +msgid "IDs must contain only alphanumeric characters, not contain spaces, and should be unique." +msgstr "" + +#. Label of a Section Break field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "IMAP Details" +msgstr "" + +#. Label of a Data field in DocType 'Communication' +#. Label of a Table field in DocType 'Email Account' +#. Name of a DocType +#: frappe/core/doctype/communication/communication.json +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/imap_folder/imap_folder.json +msgid "IMAP Folder" +msgstr "" + +#. Label of a Data field in DocType 'Activity Log' +#. Label of a Data field in DocType 'Comment' +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/comment/comment.json +msgid "IP Address" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Label of a Data field in DocType 'DocType' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Label of a Data field in DocType 'Desktop Icon' +#. Label of a Icon field in DocType 'Workspace' +#. Label of a Data field in DocType 'Workspace Link' +#. Label of a Data field in DocType 'Workspace Shortcut' +#. Label of a Data field in DocType 'Social Login Key' +#. Label of a Select field in DocType 'Workflow State' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +#: frappe/desk/doctype/workspace/workspace.json +#: frappe/desk/doctype/workspace_link/workspace_link.json +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +#: frappe/integrations/doctype/social_login_key/social_login_key.json +#: frappe/public/js/frappe/views/workspace/workspace.js:677 +#: frappe/public/js/frappe/views/workspace/workspace.js:1005 +#: frappe/public/js/frappe/views/workspace/workspace.js:1250 +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "Icon" +msgstr "" + +#. Description of the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "Icon will appear on the button" +msgstr "" + +#. Label of a Section Break field in DocType 'Social Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Identity Details" +msgstr "" + +#. Label of a Int field in DocType 'Desktop Icon' +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +msgid "Idx" +msgstr "" + +#. Description of the 'Apply Strict User Permissions' (Check) field in DocType +#. 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "If Apply Strict User Permission is checked and User Permission is defined for a DocType for a User, then all the documents where value of the link is blank, will not be shown to that User" +msgstr "" + +#. Description of the 'Don't Override Status' (Check) field in DocType +#. 'Workflow' +#. Description of the 'Don't Override Status' (Check) field in DocType +#. 'Workflow Document State' +#: frappe/workflow/doctype/workflow/workflow.json +#: frappe/workflow/doctype/workflow_document_state/workflow_document_state.json +msgid "If Checked workflow status will not override status in list view" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1725 +#: frappe/public/js/frappe/roles_editor.js:65 +msgid "If Owner" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:25 +msgid "If a Role does not have access at Level 0, then higher levels are meaningless." +msgstr "" + +#. Description of the 'Is Active' (Check) field in DocType 'Workflow' +#: frappe/workflow/doctype/workflow/workflow.json +msgid "If checked, all other workflows become inactive." +msgstr "" + +#. Description of the 'Show Absolute Values' (Check) field in DocType 'Print +#. Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "If checked, negative numeric values of Currency, Quantity or Count would be shown as positive" +msgstr "" + +#. Description of the 'Skip Authorization' (Check) field in DocType 'OAuth +#. Client' +#: frappe/integrations/doctype/oauth_client/oauth_client.json +msgid "If checked, users will not see the Confirm Access dialog." +msgstr "" + +#. Description of the 'Disabled' (Check) field in DocType 'Role' +#: frappe/core/doctype/role/role.json +msgid "If disabled, this role will be removed from all users." +msgstr "" + +#. Description of the 'Bypass Restricted IP Address Check If Two Factor Auth +#. Enabled' (Check) field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "If enabled, user can login from any IP Address using Two Factor Auth, this can also be set for all users in System Settings" +msgstr "" + +#. Description of the 'Anonymous responses' (Check) field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "If enabled, all responses on the web form will be submitted anonymously" +msgstr "" + +#. Description of the 'Bypass restricted IP Address check If Two Factor Auth +#. Enabled' (Check) field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "If enabled, all users can login from any IP Address using Two Factor Auth. This can also be set only for specific user(s) in User Page" +msgstr "" + +#. Description of the 'Track Changes' (Check) field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "If enabled, changes to the document are tracked and shown in timeline" +msgstr "" + +#. Description of the 'Track Views' (Check) field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "If enabled, document views are tracked, this can happen multiple times" +msgstr "" + +#. Description of the 'Track Seen' (Check) field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "If enabled, the document is marked as seen, the first time a user opens it" +msgstr "" + +#. Description of the 'Send System Notification' (Check) field in DocType +#. 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "If enabled, the notification will show up in the notifications dropdown on the top right corner of the navigation bar." +msgstr "" + +#. Description of the 'Enable Password Policy' (Check) field in DocType 'System +#. Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "If enabled, the password strength will be enforced based on the Minimum Password Score value. A value of 2 being medium strong and 4 being very strong." +msgstr "" + +#. Description of the 'Bypass Two Factor Auth for users who login from +#. restricted IP Address' (Check) field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "If enabled, users who login from Restricted IP Address, won't be prompted for Two Factor Auth" +msgstr "" + +#. Description of the 'Notify Users On Every Login' (Check) field in DocType +#. 'Note' +#: frappe/desk/doctype/note/note.json +msgid "If enabled, users will be notified every time they login. If not enabled, users will only be notified once." +msgstr "" + +#. Description of the 'Default Workspace' (Link) field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "If left empty, the default workspace will be the last visited workspace" +msgstr "" + +#. Description of the 'Port' (Data) field in DocType 'Email Domain' +#: frappe/email/doctype/email_domain/email_domain.json +msgid "If non standard port (e.g. 587)" +msgstr "" + +#. Description of the 'Port' (Data) field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "If non standard port (e.g. 587). If on Google Cloud, try port 2525." +msgstr "" + +#. Description of the 'Port' (Data) field in DocType 'Email Account' +#. Description of the 'Port' (Data) field in DocType 'Email Domain' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_domain/email_domain.json +msgid "If non-standard port (e.g. POP3: 995/110, IMAP: 993/143)" +msgstr "" + +#. Description of the 'Currency Precision' (Select) field in DocType 'System +#. Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "If not set, the currency precision will depend on number format" +msgstr "" + +#. Description of the 'Roles' (Table) field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "If set, only user with these roles can access this chart. If not set, DocType or Report permissions will be used." +msgstr "" + +#. Description of the 'Condition' (Code) field in DocType 'Energy Point Rule' +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +msgid "If the condition is satisfied user will be rewarded with the points. eg. doc.status == 'Closed'\n" +msgstr "" + +#. Description of the 'User Type' (Link) field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "If the user has any role checked, then the user becomes a \"System User\". \"System User\" has access to the desktop" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:38 +msgid "If these instructions where not helpful, please add in your suggestions on GitHub Issues." +msgstr "" + +#. Description of the 'Fetch on Save if Empty' (Check) field in DocType +#. 'DocField' +#. Description of the 'Fetch on Save if Empty' (Check) field in DocType 'Custom +#. Field' +#. Description of the 'Fetch on Save if Empty' (Check) field in DocType +#. 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "If unchecked, the value will always be re-fetched on save." +msgstr "" + +#. Label of a Check field in DocType 'Custom DocPerm' +#. Label of a Check field in DocType 'DocPerm' +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/docperm/docperm.json +msgid "If user is the owner" +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:204 +msgid "If you are updating, please select \"Overwrite\" else existing rows will not be deleted." +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:188 +msgid "If you are uploading new records, \"Naming Series\" becomes mandatory, if present." +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:186 +msgid "If you are uploading new records, leave the \"name\" (ID) column blank." +msgstr "" + +#: frappe/utils/password.py:201 +msgid "If you have recently restored the site you may need to copy the site config contaning original Encryption Key." +msgstr "" + +#: frappe/core/doctype/doctype/doctype.js:81 +msgid "If you just want to customize for your site, use {0} instead." +msgstr "" + +#. Description of the 'Parent Label' (Select) field in DocType 'Top Bar Item' +#: frappe/website/doctype/top_bar_item/top_bar_item.json +msgid "If you set this, this Item will come in a drop-down under the selected parent." +msgstr "" + +#: frappe/templates/emails/administrator_logged_in.html:3 +msgid "If you think this is unauthorized, please change the Administrator password." +msgstr "" + +#. Description of the 'Source Text' (Code) field in DocType 'Translation' +#: frappe/core/doctype/translation/translation.json +msgid "If your data is in HTML, please copy paste the exact HTML code with the tags." +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Ignore User Permissions" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Ignore XSS Filter" +msgstr "" + +#. Description of the 'Attachment Limit (MB)' (Int) field in DocType 'Email +#. Account' +#. Description of the 'Attachment Limit (MB)' (Int) field in DocType 'Email +#. Domain' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_domain/email_domain.json +msgid "Ignore attachments over this size" +msgstr "" + +#. Label of a Table field in DocType 'Website Theme' +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Ignored Apps" +msgstr "" + +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.py:348 +msgid "Illegal Access Token. Please try again" +msgstr "" + +#: frappe/model/workflow.py:139 +msgid "Illegal Document Status for {0}" +msgstr "" + +#: frappe/model/db_query.py:441 frappe/model/db_query.py:444 +#: frappe/model/db_query.py:1117 +msgid "Illegal SQL Query" +msgstr "" + +#: frappe/utils/jinja.py:95 +msgid "Illegal template" +msgstr "" + +#. Label of a Attach Image field in DocType 'Contact' +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Option for the 'Select List View' (Select) field in DocType 'Form Tour' +#. Option for the 'Letter Head Based On' (Select) field in DocType 'Letter +#. Head' +#. Label of a Attach Image field in DocType 'Letter Head' +#. Option for the 'Footer Based On' (Select) field in DocType 'Letter Head' +#. Label of a Attach Image field in DocType 'Web Page' +#. Label of a Attach field in DocType 'Website Slideshow Item' +#: frappe/contacts/doctype/contact/contact.json +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/printing/doctype/letter_head/letter_head.json +#: frappe/website/doctype/web_page/web_page.json +#: frappe/website/doctype/website_slideshow_item/website_slideshow_item.json +msgid "Image" +msgstr "" + +#. Label of a Data field in DocType 'DocType' +#. Label of a Data field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Image Field" +msgstr "" + +#. Label of a Float field in DocType 'Letter Head' +#: frappe/printing/doctype/letter_head/letter_head.json +msgid "Image Height" +msgstr "" + +#. Label of a Attach field in DocType 'About Us Team Member' +#: frappe/website/doctype/about_us_team_member/about_us_team_member.json +msgid "Image Link" +msgstr "" + +#: frappe/public/js/frappe/list/base_list.js:208 +msgid "Image View" +msgstr "" + +#. Label of a Float field in DocType 'Letter Head' +#: frappe/printing/doctype/letter_head/letter_head.json +msgid "Image Width" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1468 +msgid "Image field must be a valid fieldname" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1470 +msgid "Image field must be of type Attach Image" +msgstr "" + +#: frappe/core/doctype/file/utils.py:137 +msgid "Image link '{0}' is not valid" +msgstr "" + +#: frappe/core/doctype/file/file.js:91 +msgid "Image optimized" +msgstr "" + +#: frappe/core/doctype/file/utils.py:286 +msgid "Image: Corrupted Data Stream" +msgstr "" + +#: frappe/public/js/frappe/views/image/image_view.js:13 +msgid "Images" +msgstr "" + +#. Option for the 'Operation' (Select) field in DocType 'Activity Log' +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/user/user.js:367 +msgid "Impersonate" +msgstr "" + +#: frappe/core/doctype/user/user.js:394 +msgid "Impersonate as {0}" +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:246 +msgid "Impersonated by {0}" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/navbar.html:21 +msgid "Impersonating {0}" +msgstr "" + +#: frappe/core/doctype/log_settings/log_settings.py:57 +msgid "Implement `clear_old_logs` method to enable auto error clearing." +msgstr "" + +#. Option for the 'Grant Type' (Select) field in DocType 'OAuth Client' +#: frappe/integrations/doctype/oauth_client/oauth_client.json +msgid "Implicit" +msgstr "" + +#. Label of a Check field in DocType 'Custom DocPerm' +#. Label of a Check field in DocType 'DocPerm' +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/docperm/docperm.json +#: frappe/core/doctype/recorder/recorder_list.js:16 +#: frappe/email/doctype/email_group/email_group.js:31 +msgid "Import" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1665 +msgctxt "Button in list view menu" +msgid "Import" +msgstr "" + +#. Label of a Link in the Tools Workspace +#. Label of a shortcut in the Tools Workspace +#: frappe/automation/workspace/tools/tools.json +msgid "Import Data" +msgstr "" + +#: frappe/email/doctype/email_group/email_group.js:14 +msgid "Import Email From" +msgstr "" + +#. Label of a Attach field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Import File" +msgstr "" + +#. Label of a Section Break field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Import File Errors and Warnings" +msgstr "" + +#. Label of a Section Break field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Import Log" +msgstr "" + +#. Label of a HTML field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Import Log Preview" +msgstr "" + +#. Label of a HTML field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Import Preview" +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:41 +msgid "Import Progress" +msgstr "" + +#: frappe/email/doctype/email_group/email_group.js:8 +#: frappe/email/doctype/email_group/email_group.js:30 +msgid "Import Subscribers" +msgstr "" + +#. Label of a Select field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Import Type" +msgstr "" + +#. Label of a HTML field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Import Warnings" +msgstr "" + +#: frappe/public/js/frappe/views/file/file_view.js:117 +msgid "Import Zip" +msgstr "" + +#. Label of a Data field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Import from Google Sheets" +msgstr "" + +#: frappe/core/doctype/data_import/importer.py:605 +msgid "Import template should be of type .csv, .xlsx or .xls" +msgstr "" + +#: frappe/core/doctype/data_import/importer.py:475 +msgid "Import template should contain a Header and atleast one row." +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:170 +msgid "Import timed out, please re-try." +msgstr "" + +#: frappe/core/doctype/data_import/data_import.py:60 +msgid "Importing {0} is not allowed." +msgstr "" + +#: frappe/integrations/doctype/google_contacts/google_contacts.js:19 +msgid "Importing {0} of {1}" +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:35 +msgid "Importing {0} of {1}, {2}" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:20 +msgid "In" +msgstr "" + +#. Description of the 'Force User to Reset Password' (Int) field in DocType +#. 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "In Days" +msgstr "" + +#. Description of the Onboarding Step 'Setup Limited Access for a User' +#: frappe/custom/onboarding_step/role_permissions/role_permissions.json +msgid "In ERPNext, you can add your Employees as Users, and give them restricted access. Tools like Role Permission and User Permission allow you to define rules which give restricted access to the user to masters and transactions." +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "In Filter" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "In Global Search" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.js:96 +msgid "In Grid View" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#: frappe/core/doctype/docfield/docfield.json +msgid "In List Filter" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/doctype/doctype.js:97 +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "In List View" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "In Preview" +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:42 +msgid "In Progress" +msgstr "" + +#: frappe/database/database.py:245 +msgid "In Read Only Mode" +msgstr "" + +#. Label of a Link field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "In Reply To" +msgstr "" + +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "In Standard Filter" +msgstr "" + +#. Description of the Onboarding Step 'Generate Custom Reports' +#: frappe/custom/onboarding_step/report_builder/report_builder.json +msgid "In each module, you will find a host of single-click reports, ranging from financial statements to sales and purchase analytics and stock tracking reports. If a required new report is not available out-of-the-box, you can create custom reports in ERPNext by pulling values from the same multiple ERPNext tables.\n" +msgstr "" + +#. Description of the 'Font Size' (Float) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "In points. Default is 9." +msgstr "" + +#. Description of the 'Allow Login After Fail' (Int) field in DocType 'System +#. Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "In seconds" +msgstr "" + +#: frappe/core/doctype/recorder/recorder_list.js:209 +msgid "Inactive" +msgstr "" + +#: frappe/public/js/frappe/ui/field_group.js:131 +msgid "Inavlid Values" +msgstr "" + +#. Option for the 'Select List View' (Select) field in DocType 'Form Tour' +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/email/doctype/email_account/email_account_list.js:19 +msgid "Inbox" +msgstr "" + +#. Name of a role +#: frappe/core/doctype/communication/communication.json +#: frappe/email/doctype/email_account/email_account.json +msgid "Inbox User" +msgstr "" + +#: frappe/public/js/frappe/list/base_list.js:209 +msgid "Inbox View" +msgstr "" + +#. Label of a Check field in DocType 'Form Tour' +#: frappe/desk/doctype/form_tour/form_tour.json +msgid "Include Name Field" +msgstr "" + +#. Label of a Check field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Include Search in Top Bar" +msgstr "" + +#: frappe/website/doctype/website_theme/website_theme.js:61 +msgid "Include Theme from Apps" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Include Web View Link in Email" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:1515 +msgid "Include filters" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:1507 +msgid "Include indentation" +msgstr "" + +#: frappe/public/js/frappe/form/controls/password.js:107 +msgid "Include symbols, numbers and capital letters in the password" +msgstr "" + +#. Label of a Section Break field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Incoming (POP/IMAP) Settings" +msgstr "" + +#. Label of a Column Break field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Incoming Emails (Last 7 days)" +msgstr "" + +#. Label of a Data field in DocType 'Email Account' +#. Label of a Data field in DocType 'Email Domain' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_domain/email_domain.json +msgid "Incoming Server" +msgstr "" + +#. Label of a Section Break field in DocType 'Email Domain' +#: frappe/email/doctype/email_domain/email_domain.json +msgid "Incoming Settings" +msgstr "" + +#: frappe/email/doctype/email_domain/email_domain.py:32 +msgid "Incoming email account not correct" +msgstr "" + +#: frappe/model/virtual_doctype.py:79 frappe/model/virtual_doctype.py:92 +msgid "Incomplete Virtual Doctype Implementation" +msgstr "" + +#: frappe/auth.py:241 +msgid "Incomplete login details" +msgstr "" + +#: frappe/email/smtp.py:104 +msgid "Incorrect Configuration" +msgstr "" + +#: frappe/utils/csvutils.py:209 +msgid "Incorrect URL" +msgstr "" + +#: frappe/utils/password.py:90 +msgid "Incorrect User or Password" +msgstr "" + +#: frappe/twofactor.py:177 frappe/twofactor.py:189 +msgid "Incorrect Verification code" +msgstr "" + +#: frappe/model/document.py:1351 +msgid "Incorrect value in row {0}:" +msgstr "" + +#: frappe/model/document.py:1353 +msgid "Incorrect value:" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Int field in DocType 'Recorder Query' +#. Label of a Check field in DocType 'Custom Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/recorder_query/recorder_query.json +#: frappe/custom/doctype/custom_field/custom_field.json frappe/model/meta.py:47 +#: frappe/public/js/frappe/model/meta.js:200 +#: frappe/public/js/frappe/model/model.js:124 +#: frappe/public/js/frappe/views/reports/report_view.js:939 +msgid "Index" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Index Web Pages for Search" +msgstr "" + +#: frappe/core/doctype/recorder/recorder.py:142 +msgid "Index created successfully on column {0} of doctype {1}" +msgstr "" + +#. Label of a Data field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Indexing authorization code" +msgstr "" + +#. Label of a Data field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Indexing refresh token" +msgstr "" + +#. Label of a Select field in DocType 'Kanban Board Column' +#: frappe/desk/doctype/kanban_board_column/kanban_board_column.json +msgid "Indicator" +msgstr "" + +#. Label of a Select field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "Indicator Color" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:684 +#: frappe/public/js/frappe/views/workspace/workspace.js:1012 +#: frappe/public/js/frappe/views/workspace/workspace.js:1256 +msgid "Indicator color" +msgstr "" + +#. Option for the 'Comment Type' (Select) field in DocType 'Comment' +#. Option for the 'Comment Type' (Select) field in DocType 'Communication' +#. Option for the 'Style' (Select) field in DocType 'Workflow State' +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "Info" +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:144 +msgid "Info:" +msgstr "" + +#. Label of a Select field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Initial Sync Count" +msgstr "" + +#. Option for the 'Database Engine' (Select) field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "InnoDB" +msgstr "" + +#: frappe/core/doctype/data_import/data_import_list.js:35 +msgid "Insert" +msgstr "" + +#: frappe/public/js/frappe/form/grid_row_form.js:42 +msgid "Insert Above" +msgstr "" + +#. Label of a Select field in DocType 'Custom Field' +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/public/js/frappe/views/reports/query_report.js:1738 +msgid "Insert After" +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.py:250 +msgid "Insert After cannot be set as {0}" +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.py:243 +msgid "Insert After field '{0}' mentioned in Custom Field '{1}', with label '{2}', does not exist" +msgstr "" + +#: frappe/public/js/frappe/form/grid_row_form.js:42 +msgid "Insert Below" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:360 +msgid "Insert Column Before {0}" +msgstr "" + +#: frappe/public/js/frappe/form/controls/markdown_editor.js:82 +msgid "Insert Image in Markdown" +msgstr "" + +#. Option for the 'Import Type' (Select) field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Insert New Records" +msgstr "" + +#. Label of a Check field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "Insert Style" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:691 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:692 +msgid "Install {0} from Marketplace" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/installed_application/installed_application.json +msgid "Installed Application" +msgstr "" + +#. Name of a DocType +#. Label of a Table field in DocType 'Installed Applications' +#: frappe/core/doctype/installed_applications/installed_applications.json +msgid "Installed Applications" +msgstr "" + +#: frappe/core/doctype/installed_applications/installed_applications.js:18 +#: frappe/public/js/frappe/ui/toolbar/about.js:8 +msgid "Installed Apps" +msgstr "" + +#. Label of a HTML field in DocType 'Letter Head' +#: frappe/printing/doctype/letter_head/letter_head.json +msgid "Instructions" +msgstr "" + +#: frappe/templates/includes/login/login.js:262 +msgid "Instructions Emailed" +msgstr "" + +#: frappe/permissions.py:817 +msgid "Insufficient Permission Level for {0}" +msgstr "" + +#: frappe/database/query.py:375 frappe/desk/form/load.py:40 +msgid "Insufficient Permission for {0}" +msgstr "" + +#: frappe/desk/reportview.py:336 +msgid "Insufficient Permissions for deleting Report" +msgstr "" + +#: frappe/desk/reportview.py:307 +msgid "Insufficient Permissions for editing Report" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:439 +msgid "Insufficient attachment limit" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Column' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Filter' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Template Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/report_column/report_column.json +#: frappe/core/doctype/report_filter/report_filter.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/web_form_field/web_form_field.json +#: frappe/website/doctype/web_template_field/web_template_field.json +msgid "Int" +msgstr "" + +#. Name of a DocType +#: frappe/integrations/doctype/integration_request/integration_request.json +msgid "Integration Request" +msgstr "" + +#. Group in User's connections +#. Name of a Workspace +#. Label of a Tab Break field in DocType 'Website Settings' +#: frappe/core/doctype/user/user.json +#: frappe/integrations/workspace/integrations/integrations.json +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Integrations" +msgstr "" + +#. Description of the 'Delivery Status' (Select) field in DocType +#. 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Integrations can use this field to set email delivery status" +msgstr "" + +#. Option for the 'Font' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Inter" +msgstr "" + +#. Label of a Small Text field in DocType 'User' +#: frappe/core/doctype/user/user.json +#: frappe/desk/page/user_profile/user_profile_sidebar.html:37 +msgid "Interests" +msgstr "" + +#. Option for the 'Level' (Select) field in DocType 'Help Article' +#: frappe/website/doctype/help_article/help_article.json +msgid "Intermediate" +msgstr "" + +#: frappe/public/js/frappe/request.js:232 +msgid "Internal Server Error" +msgstr "" + +#. Description of a DocType +#: frappe/core/doctype/docshare/docshare.json +msgid "Internal record of document shares" +msgstr "" + +#: frappe/desk/page/user_profile/user_profile_sidebar.html:22 +msgid "Intro" +msgstr "" + +#. Label of a Data field in DocType 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Intro Video URL" +msgstr "" + +#. Description of the 'Company Introduction' (Text Editor) field in DocType +#. 'About Us Settings' +#: frappe/website/doctype/about_us_settings/about_us_settings.json +msgid "Introduce your company to the website visitor." +msgstr "" + +#. Label of a Section Break field in DocType 'Contact Us Settings' +#. Label of a Text Editor field in DocType 'Contact Us Settings' +#. Label of a Text Editor field in DocType 'Web Form' +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +#: frappe/website/doctype/web_form/web_form.json +msgid "Introduction" +msgstr "" + +#. Title of an Onboarding Step +#: frappe/website/onboarding_step/introduction_to_website/introduction_to_website.json +msgid "Introduction to Website" +msgstr "" + +#. Description of the 'Introduction' (Text Editor) field in DocType 'Contact Us +#. Settings' +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +msgid "Introductory information for the Contact Us Page" +msgstr "" + +#. Label of a Data field in DocType 'Connected App' +#: frappe/integrations/doctype/connected_app/connected_app.json +msgid "Introspection URI" +msgstr "" + +#. Option for the 'Validity' (Select) field in DocType 'OAuth Authorization +#. Code' +#: frappe/integrations/doctype/oauth_authorization_code/oauth_authorization_code.json +msgid "Invalid" +msgstr "" + +#: frappe/public/js/form_builder/utils.js:221 +#: frappe/public/js/frappe/form/grid_row.js:769 +#: frappe/public/js/frappe/form/layout.js:785 +msgid "Invalid \"depends_on\" expression" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:512 +msgid "Invalid \"depends_on\" expression set in filter {0}" +msgstr "" + +#: frappe/public/js/frappe/form/save.js:206 +msgid "Invalid \"mandatory_depends_on\" expression" +msgstr "" + +#: frappe/utils/nestedset.py:182 +msgid "Invalid Action" +msgstr "" + +#: frappe/utils/csvutils.py:35 +msgid "Invalid CSV Format" +msgstr "" + +#: frappe/integrations/frappe_providers/frappecloud_billing.py:121 +msgid "Invalid Code. Please try again." +msgstr "" + +#: frappe/integrations/doctype/webhook/webhook.py:90 +msgid "Invalid Condition: {}" +msgstr "" + +#: frappe/email/smtp.py:135 +msgid "Invalid Credentials" +msgstr "" + +#: frappe/utils/data.py:104 frappe/utils/data.py:254 +msgid "Invalid Date" +msgstr "" + +#: frappe/www/list.py:84 +msgid "Invalid DocType" +msgstr "" + +#: frappe/database/query.py:97 +msgid "Invalid DocType: {0}" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1234 +msgid "Invalid Fieldname" +msgstr "" + +#: frappe/core/doctype/file/file.py:205 +msgid "Invalid File URL" +msgstr "" + +#: frappe/public/js/form_builder/store.js:221 +msgid "Invalid Filter Format for field {0} of type {1}. Try using filter icon on the field to set it correctly" +msgstr "" + +#: frappe/utils/dashboard.py:61 +msgid "Invalid Filter Value" +msgstr "" + +#: frappe/website/doctype/website_settings/website_settings.py:83 +msgid "Invalid Home Page" +msgstr "" + +#: frappe/utils/verified_command.py:48 frappe/www/update-password.html:151 +msgid "Invalid Link" +msgstr "" + +#: frappe/www/login.py:118 +msgid "Invalid Login Token" +msgstr "" + +#: frappe/templates/includes/login/login.js:291 +msgid "Invalid Login. Try again." +msgstr "" + +#: frappe/email/receive.py:109 frappe/email/receive.py:146 +msgid "Invalid Mail Server. Please rectify and try again." +msgstr "" + +#: frappe/model/naming.py:93 +msgid "Invalid Naming Series: {}" +msgstr "" + +#: frappe/core/doctype/rq_job/rq_job.py:117 +msgid "Invalid Operation" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1603 +#: frappe/core/doctype/doctype/doctype.py:1612 +msgid "Invalid Option" +msgstr "" + +#: frappe/email/smtp.py:103 +msgid "Invalid Outgoing Mail Server or Port: {0}" +msgstr "" + +#: frappe/email/doctype/auto_email_report/auto_email_report.py:188 +msgid "Invalid Output Format" +msgstr "" + +#: frappe/integrations/doctype/connected_app/connected_app.py:190 +msgid "Invalid Parameters." +msgstr "" + +#: frappe/core/doctype/user/user.py:1164 frappe/www/update-password.html:121 +#: frappe/www/update-password.html:142 frappe/www/update-password.html:144 +#: frappe/www/update-password.html:245 +msgid "Invalid Password" +msgstr "" + +#: frappe/utils/__init__.py:109 +msgid "Invalid Phone Number" +msgstr "" + +#: frappe/auth.py:95 frappe/utils/oauth.py:185 frappe/utils/oauth.py:192 +#: frappe/www/login.py:118 +msgid "Invalid Request" +msgstr "" + +#: frappe/desk/search.py:26 +msgid "Invalid Search Field {0}" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1176 +msgid "Invalid Table Fieldname" +msgstr "" + +#: frappe/public/js/workflow_builder/store.js:182 +msgid "Invalid Transition" +msgstr "" + +#: frappe/core/doctype/file/file.py:216 +#: frappe/public/js/frappe/file_uploader/FileUploader.vue:511 +#: frappe/public/js/frappe/widgets/widget_dialog.js:570 +#: frappe/utils/csvutils.py:201 frappe/utils/csvutils.py:222 +msgid "Invalid URL" +msgstr "" + +#: frappe/email/receive.py:154 +msgid "Invalid User Name or Support Password. Please rectify and try again." +msgstr "" + +#: frappe/integrations/doctype/webhook/webhook.py:119 +msgid "Invalid Webhook Secret" +msgstr "" + +#: frappe/desk/reportview.py:167 +msgid "Invalid aggregate function" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:369 +msgid "Invalid column" +msgstr "" + +#: frappe/model/document.py:853 frappe/model/document.py:867 +msgid "Invalid docstatus" +msgstr "" + +#: frappe/public/js/frappe/utils/dashboard_utils.js:229 +msgid "Invalid expression set in filter {0}" +msgstr "" + +#: frappe/public/js/frappe/utils/dashboard_utils.js:219 +msgid "Invalid expression set in filter {0} ({1})" +msgstr "" + +#: frappe/utils/data.py:1902 +msgid "Invalid field name {0}" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1061 +msgid "Invalid fieldname '{0}' in autoname" +msgstr "" + +#: frappe/client.py:344 +msgid "Invalid file path: {0}" +msgstr "" + +#: frappe/database/query.py:173 +#: frappe/public/js/frappe/ui/filters/filter_list.js:201 +msgid "Invalid filter: {0}" +msgstr "" + +#: frappe/model/utils/__init__.py:68 +msgid "Invalid include path" +msgstr "" + +#: frappe/desk/doctype/dashboard/dashboard.py:67 +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.py:413 +msgid "Invalid json added in the custom options: {0}" +msgstr "" + +#: frappe/model/naming.py:464 +msgid "Invalid name type (integer) for varchar name column" +msgstr "" + +#: frappe/model/naming.py:54 +msgid "Invalid naming series {}: dot (.) missing" +msgstr "" + +#: frappe/core/doctype/data_import/importer.py:446 +msgid "Invalid or corrupted content for import" +msgstr "" + +#: frappe/website/doctype/website_settings/website_settings.py:139 +msgid "Invalid redirect regex in row #{}: {}" +msgstr "" + +#: frappe/app.py:309 +msgid "Invalid request arguments" +msgstr "" + +#: frappe/core/doctype/data_import/importer.py:423 +msgid "Invalid template file for import" +msgstr "" + +#: frappe/integrations/doctype/connected_app/connected_app.py:196 +msgid "Invalid token state! Check if the token has been created by the OAuth user." +msgstr "" + +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:165 +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:336 +msgid "Invalid username or password" +msgstr "" + +#: frappe/public/js/frappe/web_form/web_form.js:229 +msgctxt "Error message in web form" +msgid "Invalid values for fields:" +msgstr "" + +#: frappe/printing/page/print/print.js:614 +msgid "Invalid wkhtmltopdf version" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1526 +msgid "Invalid {0} condition" +msgstr "" + +#. Option for the 'Style' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "Inverse" +msgstr "" + +#: frappe/contacts/doctype/contact/contact.js:30 +msgid "Invite as User" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:22 +msgid "Is" +msgstr "" + +#. Label of a Check field in DocType 'Workflow' +#: frappe/workflow/doctype/workflow/workflow.json +msgid "Is Active" +msgstr "" + +#. Label of a Check field in DocType 'File' +#: frappe/core/doctype/file/file.json +msgid "Is Attachments Folder" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#. Label of a Check field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Is Calendar and Gantt" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#. Label of a Check field in DocType 'DocType Link' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/doctype/doctype_list.js:34 +#: frappe/core/doctype/doctype_link/doctype_link.json +msgid "Is Child Table" +msgstr "" + +#. Label of a Check field in DocType 'Module Onboarding' +#. Label of a Check field in DocType 'Onboarding Step' +#: frappe/desk/doctype/module_onboarding/module_onboarding.json +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Is Complete" +msgstr "" + +#. Label of a Check field in DocType 'Email Flag Queue' +#: frappe/email/doctype/email_flag_queue/email_flag_queue.json +msgid "Is Completed" +msgstr "" + +#. Label of a Check field in DocType 'Role' +#. Label of a Check field in DocType 'User Document Type' +#: frappe/core/doctype/role/role.json +#: frappe/core/doctype/user_document_type/user_document_type.json +msgid "Is Custom" +msgstr "" + +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Is Custom Field" +msgstr "" + +#. Label of a Check field in DocType 'Address Template' +#. Label of a Check field in DocType 'User Permission' +#. Label of a Check field in DocType 'Dashboard' +#: frappe/contacts/doctype/address_template/address_template.json +#: frappe/core/doctype/user_permission/user_permission.json +#: frappe/core/doctype/user_permission/user_permission_list.js:69 +#: frappe/desk/doctype/dashboard/dashboard.json +msgid "Is Default" +msgstr "" + +#. Label of a Check field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "Is Dynamic URL?" +msgstr "" + +#. Label of a Check field in DocType 'File' +#: frappe/core/doctype/file/file.json +msgid "Is Folder" +msgstr "" + +#: frappe/public/js/frappe/list/list_filter.js:43 +msgid "Is Global" +msgstr "" + +#. Label of a Check field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "Is Hidden" +msgstr "" + +#. Label of a Check field in DocType 'File' +#: frappe/core/doctype/file/file.json +msgid "Is Home Folder" +msgstr "" + +#. Label of a Check field in DocType 'Custom Field' +#: frappe/custom/doctype/custom_field/custom_field.json +msgid "Is Mandatory Field" +msgstr "" + +#. Label of a Check field in DocType 'Workflow Document State' +#: frappe/workflow/doctype/workflow_document_state/workflow_document_state.json +msgid "Is Optional State" +msgstr "" + +#. Label of a Check field in DocType 'Contact Email' +#: frappe/contacts/doctype/contact_email/contact_email.json +msgid "Is Primary" +msgstr "" + +#. Label of a Check field in DocType 'Contact' +#: frappe/contacts/doctype/contact/contact.json +msgid "Is Primary Contact" +msgstr "" + +#. Label of a Check field in DocType 'Contact Phone' +#: frappe/contacts/doctype/contact_phone/contact_phone.json +msgid "Is Primary Mobile" +msgstr "" + +#. Label of a Check field in DocType 'Contact Phone' +#: frappe/contacts/doctype/contact_phone/contact_phone.json +msgid "Is Primary Phone" +msgstr "" + +#. Label of a Check field in DocType 'File' +#: frappe/core/doctype/file/file.json +msgid "Is Private" +msgstr "" + +#. Label of a Check field in DocType 'Dashboard Chart' +#. Label of a Check field in DocType 'Number Card' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/number_card/number_card.json +msgid "Is Public" +msgstr "" + +#. Label of a Data field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Is Published Field" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1477 +msgid "Is Published Field must be a valid fieldname" +msgstr "" + +#. Label of a Check field in DocType 'Workspace Link' +#: frappe/desk/doctype/workspace_link/workspace_link.json +#: frappe/public/js/frappe/widgets/widget_dialog.js:303 +msgid "Is Query Report" +msgstr "" + +#. Label of a Check field in DocType 'Integration Request' +#: frappe/integrations/doctype/integration_request/integration_request.json +msgid "Is Remote Request?" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#. Label of a Check field in DocType 'Onboarding Step' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/doctype/doctype_list.js:48 +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Is Single" +msgstr "" + +#. Label of a Check field in DocType 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Is Skipped" +msgstr "" + +#. Label of a Check field in DocType 'Email Rule' +#: frappe/email/doctype/email_rule/email_rule.json +msgid "Is Spam" +msgstr "" + +#. Label of a Check field in DocType 'Navbar Item' +#. Label of a Select field in DocType 'Report' +#. Label of a Check field in DocType 'User Type' +#. Label of a Check field in DocType 'Dashboard' +#. Label of a Check field in DocType 'Dashboard Chart' +#. Label of a Check field in DocType 'Form Tour' +#. Label of a Check field in DocType 'Number Card' +#. Label of a Check field in DocType 'Notification' +#. Label of a Check field in DocType 'Web Form' +#: frappe/core/doctype/navbar_item/navbar_item.json +#: frappe/core/doctype/report/report.json +#: frappe/core/doctype/user_type/user_type.json +#: frappe/desk/doctype/dashboard/dashboard.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/email/doctype/notification/notification.json +#: frappe/website/doctype/web_form/web_form.json +msgid "Is Standard" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/doctype/doctype_list.js:25 +msgid "Is Submittable" +msgstr "" + +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#. Label of a Check field in DocType 'Property Setter' +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/custom/doctype/property_setter/property_setter.json +msgid "Is System Generated" +msgstr "" + +#. Label of a Check field in DocType 'Customize Form' +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Is Table" +msgstr "" + +#. Label of a Check field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Is Table Field" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Is Tree" +msgstr "" + +#. Label of a Data field in DocType 'Web Page View' +#: frappe/website/doctype/web_page_view/web_page_view.json +msgid "Is Unique" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Is Virtual" +msgstr "" + +#: frappe/core/doctype/file/utils.py:158 frappe/utils/file_manager.py:314 +msgid "It is risky to delete this file: {0}. Please contact your System Manager." +msgstr "" + +#. Label of a Data field in DocType 'Navbar Item' +#: frappe/core/doctype/navbar_item/navbar_item.json +msgid "Item Label" +msgstr "" + +#. Label of a Select field in DocType 'Navbar Item' +#: frappe/core/doctype/navbar_item/navbar_item.json +msgid "Item Type" +msgstr "" + +#: frappe/utils/nestedset.py:233 +msgid "Item cannot be added to its own descendants" +msgstr "" + +#. Option for the 'Print Format Type' (Select) field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "JS" +msgstr "" + +#. Label of a HTML field in DocType 'Custom HTML Block' +#: frappe/desk/doctype/custom_html_block/custom_html_block.json +msgid "JS Message" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Label of a Code field in DocType 'Report' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Request Structure' (Select) field in DocType 'Webhook' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/report/report.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/integrations/doctype/webhook/webhook.json +msgid "JSON" +msgstr "" + +#. Label of a Code field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "JSON Request Body" +msgstr "" + +#: frappe/templates/signup.html:5 +msgid "Jane Doe" +msgstr "" + +#. Label of a Code field in DocType 'Website Theme' +#: frappe/website/doctype/website_theme/website_theme.json +msgid "JavaScript" +msgstr "" + +#. Description of the 'Javascript' (Code) field in DocType 'Report' +#: frappe/core/doctype/report/report.json +msgid "JavaScript Format: frappe.query_reports['REPORTNAME'] = {}" +msgstr "" + +#. Label of a Code field in DocType 'Report' +#. Label of a Section Break field in DocType 'Custom HTML Block' +#. Label of a Code field in DocType 'Web Page' +#. Label of a Code field in DocType 'Website Script' +#: frappe/core/doctype/report/report.json +#: frappe/desk/doctype/custom_html_block/custom_html_block.json +#: frappe/website/doctype/web_page/web_page.json +#: frappe/website/doctype/website_script/website_script.json +msgid "Javascript" +msgstr "" + +#: frappe/www/login.html:71 +msgid "Javascript is disabled on your browser" +msgstr "" + +#. Option for the 'Print Format Type' (Select) field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "Jinja" +msgstr "" + +#. Label of a Data field in DocType 'Prepared Report' +#. Label of a Data field in DocType 'RQ Job' +#: frappe/core/doctype/prepared_report/prepared_report.json +#: frappe/core/doctype/rq_job/rq_job.json +msgid "Job ID" +msgstr "" + +#. Label of a Link field in DocType 'Submission Queue' +#: frappe/core/doctype/submission_queue/submission_queue.json +msgid "Job Id" +msgstr "" + +#. Label of a Section Break field in DocType 'RQ Job' +#: frappe/core/doctype/rq_job/rq_job.json +msgid "Job Info" +msgstr "" + +#. Label of a Data field in DocType 'RQ Job' +#: frappe/core/doctype/rq_job/rq_job.json +msgid "Job Name" +msgstr "" + +#. Label of a Section Break field in DocType 'RQ Job' +#: frappe/core/doctype/rq_job/rq_job.json +msgid "Job Status" +msgstr "" + +#: frappe/core/doctype/rq_job/rq_job.js:24 +msgid "Job Stopped Successfully" +msgstr "" + +#: frappe/core/doctype/rq_job/rq_job.py:117 +msgid "Job is not running." +msgstr "" + +#: frappe/desk/doctype/event/event.js:55 +msgid "Join video conference with {0}" +msgstr "" + +#: frappe/public/js/frappe/form/toolbar.js:356 +#: frappe/public/js/frappe/form/toolbar.js:745 +msgid "Jump to field" +msgstr "" + +#: frappe/public/js/frappe/utils/number_systems.js:17 +#: frappe/public/js/frappe/utils/number_systems.js:31 +#: frappe/public/js/frappe/utils/number_systems.js:53 +msgctxt "Number system" +msgid "K" +msgstr "" + +#. Option for the 'Select List View' (Select) field in DocType 'Form Tour' +#. Option for the 'DocType View' (Select) field in DocType 'Workspace Shortcut' +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +msgid "Kanban" +msgstr "" + +#. Linked DocType in DocType's connections +#. Name of a DocType +#. Label of a Link field in DocType 'Workspace Shortcut' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/desk/doctype/kanban_board/kanban_board.json +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +#: frappe/public/js/frappe/widgets/widget_dialog.js:475 +msgid "Kanban Board" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/kanban_board_column/kanban_board_column.json +msgid "Kanban Board Column" +msgstr "" + +#. Label of a Data field in DocType 'Kanban Board' +#: frappe/desk/doctype/kanban_board/kanban_board.json +#: frappe/public/js/frappe/views/kanban/kanban_view.js:388 +msgid "Kanban Board Name" +msgstr "" + +#: frappe/public/js/frappe/views/kanban/kanban_view.js:265 +msgctxt "Button in kanban view menu" +msgid "Kanban Settings" +msgstr "" + +#: frappe/public/js/frappe/list/base_list.js:206 +msgid "Kanban View" +msgstr "" + +#. Description of a DocType +#: frappe/core/doctype/activity_log/activity_log.json +msgid "Keep track of all update feeds" +msgstr "" + +#. Description of a DocType +#: frappe/core/doctype/communication/communication.json +msgid "Keeps track of all communications" +msgstr "" + +#. Label of a Data field in DocType 'DefaultValue' +#. Label of a Data field in DocType 'Document Share Key' +#. Label of a Data field in DocType 'Query Parameters' +#. Label of a Data field in DocType 'Webhook Data' +#. Label of a Small Text field in DocType 'Webhook Header' +#. Label of a Data field in DocType 'Website Meta Tag' +#: frappe/core/doctype/defaultvalue/defaultvalue.json +#: frappe/core/doctype/document_share_key/document_share_key.json +#: frappe/integrations/doctype/query_parameters/query_parameters.json +#: frappe/integrations/doctype/webhook_data/webhook_data.json +#: frappe/integrations/doctype/webhook_header/webhook_header.json +#: frappe/website/doctype/website_meta_tag/website_meta_tag.json +msgid "Key" +msgstr "" + +#. Label of a standard help item +#. Type: Action +#: frappe/hooks.py frappe/public/js/frappe/ui/keyboard.js:129 +msgid "Keyboard Shortcuts" +msgstr "" + +#. Option for the 'Social Login Provider' (Select) field in DocType 'Social +#. Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Keycloak" +msgstr "" + +#: frappe/public/js/frappe/utils/number_systems.js:37 +msgctxt "Number system" +msgid "Kh" +msgstr "" + +#. Label of a Card Break in the Website Workspace +#: frappe/website/doctype/help_article/help_article.py:81 +#: frappe/website/workspace/website/website.json +msgid "Knowledge Base" +msgstr "" + +#. Name of a role +#: frappe/website/doctype/help_article/help_article.json +msgid "Knowledge Base Contributor" +msgstr "" + +#. Name of a role +#: frappe/website/doctype/help_article/help_article.json +msgid "Knowledge Base Editor" +msgstr "" + +#: frappe/public/js/frappe/utils/number_systems.js:27 +#: frappe/public/js/frappe/utils/number_systems.js:49 +msgctxt "Number system" +msgid "L" +msgstr "" + +#. Label of a Section Break field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP Auth" +msgstr "" + +#. Label of a Section Break field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP Custom Settings" +msgstr "" + +#. Label of a Data field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP Email Field" +msgstr "" + +#. Label of a Data field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP First Name Field" +msgstr "" + +#. Label of a Data field in DocType 'LDAP Group Mapping' +#: frappe/integrations/doctype/ldap_group_mapping/ldap_group_mapping.json +msgid "LDAP Group" +msgstr "" + +#. Label of a Data field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP Group Field" +msgstr "" + +#. Name of a DocType +#: frappe/integrations/doctype/ldap_group_mapping/ldap_group_mapping.json +msgid "LDAP Group Mapping" +msgstr "" + +#. Label of a Section Break field in DocType 'LDAP Settings' +#. Label of a Table field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP Group Mappings" +msgstr "" + +#. Label of a Data field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP Group Member attribute" +msgstr "" + +#. Label of a Data field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP Last Name Field" +msgstr "" + +#. Label of a Data field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP Middle Name Field" +msgstr "" + +#. Label of a Data field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP Mobile Field" +msgstr "" + +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:163 +msgid "LDAP Not Installed" +msgstr "" + +#. Label of a Data field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP Phone Field" +msgstr "" + +#. Label of a Data field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP Search String" +msgstr "" + +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:130 +msgid "LDAP Search String must be enclosed in '()' and needs to contian the user placeholder {0}, eg sAMAccountName={0}" +msgstr "" + +#. Label of a Section Break field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP Search and Paths" +msgstr "" + +#. Label of a Section Break field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP Security" +msgstr "" + +#. Label of a Section Break field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP Server Settings" +msgstr "" + +#. Label of a Data field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP Server Url" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Integrations Workspace +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +#: frappe/integrations/workspace/integrations/integrations.json +msgid "LDAP Settings" +msgstr "" + +#. Label of a Section Break field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP User Creation and Mapping" +msgstr "" + +#. Label of a Data field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP Username Field" +msgstr "" + +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:309 +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:426 +msgid "LDAP is not enabled." +msgstr "" + +#. Label of a Data field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP search path for Groups" +msgstr "" + +#. Label of a Data field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP search path for Users" +msgstr "" + +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:102 +msgid "LDAP settings incorrect. validation response was: {0}" +msgstr "" + +#. Option for the 'Comment Type' (Select) field in DocType 'Comment' +#. Option for the 'Comment Type' (Select) field in DocType 'Communication' +#. Label of a Data field in DocType 'DocField' +#. Label of a Data field in DocType 'DocType Action' +#. Label of a Data field in DocType 'Report Column' +#. Label of a Data field in DocType 'Report Filter' +#. Label of a Data field in DocType 'Custom Field' +#. Label of a Data field in DocType 'Customize Form Field' +#. Label of a Data field in DocType 'DocType Layout Field' +#. Label of a Data field in DocType 'Desktop Icon' +#. Label of a Data field in DocType 'Form Tour Step' +#. Label of a Data field in DocType 'Number Card' +#. Label of a Data field in DocType 'Workspace Chart' +#. Label of a Data field in DocType 'Workspace Custom Block' +#. Label of a Data field in DocType 'Workspace Link' +#. Label of a Data field in DocType 'Workspace Number Card' +#. Label of a Data field in DocType 'Workspace Quick List' +#. Label of a Data field in DocType 'Workspace Shortcut' +#. Label of a Data field in DocType 'Top Bar Item' +#. Label of a Data field in DocType 'Web Template Field' +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/doctype_action/doctype_action.json +#: frappe/core/doctype/report_column/report_column.json +#: frappe/core/doctype/report_filter/report_filter.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/custom/doctype/doctype_layout_field/doctype_layout_field.json +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/desk/doctype/workspace_chart/workspace_chart.json +#: frappe/desk/doctype/workspace_custom_block/workspace_custom_block.json +#: frappe/desk/doctype/workspace_link/workspace_link.json +#: frappe/desk/doctype/workspace_number_card/workspace_number_card.json +#: frappe/desk/doctype/workspace_quick_list/workspace_quick_list.json +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +#: frappe/printing/page/print_format_builder/print_format_builder.js:474 +#: frappe/public/js/form_builder/components/Field.vue:202 +#: frappe/public/js/frappe/widgets/widget_dialog.js:154 +#: frappe/public/js/frappe/widgets/widget_dialog.js:222 +#: frappe/public/js/frappe/widgets/widget_dialog.js:271 +#: frappe/public/js/frappe/widgets/widget_dialog.js:388 +#: frappe/public/js/frappe/widgets/widget_dialog.js:611 +#: frappe/public/js/frappe/widgets/widget_dialog.js:644 +#: frappe/public/js/print_format_builder/Field.vue:18 +#: frappe/templates/form_grid/fields.html:37 +#: frappe/website/doctype/top_bar_item/top_bar_item.json +#: frappe/website/doctype/web_template_field/web_template_field.json +msgid "Label" +msgstr "" + +#. Label of a HTML field in DocType 'Custom Field' +#: frappe/custom/doctype/custom_field/custom_field.json +msgid "Label Help" +msgstr "" + +#. Label of a Section Break field in DocType 'Customize Form Field' +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Label and Type" +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.py:144 +msgid "Label is mandatory" +msgstr "" + +#. Label of a Section Break field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Landing Page" +msgstr "" + +#: frappe/public/js/frappe/form/print_utils.js:30 +msgid "Landscape" +msgstr "" + +#. Name of a DocType +#. Label of a Link field in DocType 'System Settings' +#. Label of a Link field in DocType 'Translation' +#. Label of a Link field in DocType 'User' +#: frappe/core/doctype/language/language.json +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/core/doctype/translation/translation.json +#: frappe/core/doctype/user/user.json frappe/printing/page/print/print.js:104 +#: frappe/public/js/frappe/form/templates/print_layout.html:11 +msgid "Language" +msgstr "" + +#. Label of a Data field in DocType 'Language' +#: frappe/core/doctype/language/language.json +msgid "Language Code" +msgstr "" + +#. Label of a Data field in DocType 'Language' +#: frappe/core/doctype/language/language.json +msgid "Language Name" +msgstr "" + +#. Label of a Code field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Last 10 active users" +msgstr "" + +#. Label of a Datetime field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Last Active" +msgstr "" + +#. Label of a Datetime field in DocType 'Google Drive' +#: frappe/integrations/doctype/google_drive/google_drive.json +msgid "Last Backup On" +msgstr "" + +#. Label of a Datetime field in DocType 'Scheduled Job Type' +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +msgid "Last Execution" +msgstr "" + +#. Label of a Datetime field in DocType 'RQ Worker' +#: frappe/core/doctype/rq_worker/rq_worker.json +msgid "Last Heartbeat" +msgstr "" + +#. Label of a Read Only field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Last IP" +msgstr "" + +#. Label of a Text field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Last Known Versions" +msgstr "" + +#. Label of a Read Only field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Last Login" +msgstr "" + +#: frappe/email/doctype/notification/notification.js:33 +msgid "Last Modified Date" +msgstr "" + +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:242 +#: frappe/public/js/frappe/views/dashboard/dashboard_view.js:479 +msgid "Last Modified On" +msgstr "" + +#. Option for the 'Timespan' (Select) field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Last Month" +msgstr "" + +#. Label of a Data field in DocType 'Contact' +#. Label of a Data field in DocType 'User' +#: frappe/contacts/doctype/contact/contact.json +#: frappe/core/doctype/user/user.json frappe/www/complete_signup.html:19 +msgid "Last Name" +msgstr "" + +#. Label of a Date field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Last Password Reset Date" +msgstr "" + +#. Label of a Date field in DocType 'Energy Point Settings' +#: frappe/social/doctype/energy_point_settings/energy_point_settings.json +msgid "Last Point Allocation Date" +msgstr "" + +#. Option for the 'Timespan' (Select) field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Last Quarter" +msgstr "" + +#. Label of a Datetime field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Last Reset Password Key Generated On" +msgstr "" + +#. Label of a Datetime field in DocType 'Google Contacts' +#: frappe/integrations/doctype/google_contacts/google_contacts.json +msgid "Last Sync On" +msgstr "" + +#. Label of a Datetime field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Last Synced On" +msgstr "" + +#: frappe/model/meta.py:49 frappe/public/js/frappe/model/meta.js:202 +#: frappe/public/js/frappe/model/model.js:130 +msgid "Last Updated By" +msgstr "" + +#: frappe/model/meta.py:48 frappe/public/js/frappe/model/meta.js:201 +#: frappe/public/js/frappe/model/model.js:126 +msgid "Last Updated On" +msgstr "" + +#. Label of a Link field in DocType 'Assignment Rule' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +msgid "Last User" +msgstr "" + +#. Option for the 'Timespan' (Select) field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Last Week" +msgstr "" + +#. Option for the 'Timespan' (Select) field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Last Year" +msgstr "" + +#: frappe/public/js/frappe/widgets/chart_widget.js:704 +msgid "Last synced {0}" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:194 +msgid "Layout Reset" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:186 +msgid "Layout will be reset to standard layout, are you sure you want to do this?" +msgstr "" + +#: frappe/desk/page/leaderboard/leaderboard.js:15 +#: frappe/desk/page/user_profile/user_profile_sidebar.html:55 +msgid "Leaderboard" +msgstr "" + +#. Label of an action in the Onboarding Step 'Customize Print Formats' +#: frappe/custom/onboarding_step/print_format/print_format.json +msgid "Learn about Standard and Custom Print Formats" +msgstr "" + +#. Title of an Onboarding Step +#: frappe/website/onboarding_step/web_page_tour/web_page_tour.json +msgid "Learn about Web Pages" +msgstr "" + +#. Label of an action in the Onboarding Step 'Create Custom Fields' +#: frappe/custom/onboarding_step/custom_field/custom_field.json +msgid "Learn how to add Custom Fields" +msgstr "" + +#: frappe/website/web_template/section_with_features/section_with_features.html:26 +msgid "Learn more" +msgstr "" + +#. Label of an action in the Onboarding Step 'Generate Custom Reports' +#: frappe/custom/onboarding_step/report_builder/report_builder.json +msgid "Learn more about Report Builders" +msgstr "" + +#. Label of an action in the Onboarding Step 'Custom Document Types' +#: frappe/custom/onboarding_step/custom_doctype/custom_doctype.json +msgid "Learn more about creating new DocTypes" +msgstr "" + +#. Description of the 'Repeat Till' (Date) field in DocType 'Event' +#: frappe/desk/doctype/event/event.json +msgid "Leave blank to repeat always" +msgstr "" + +#: frappe/core/doctype/communication/mixins.py:207 +#: frappe/email/doctype/email_account/email_account.py:667 +msgid "Leave this conversation" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Ledger" +msgstr "" + +#. Option for the 'Position' (Select) field in DocType 'Form Tour Step' +#. Option for the 'Align' (Select) field in DocType 'Letter Head' +#. Option for the 'Text Align' (Select) field in DocType 'Web Page' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +#: frappe/printing/doctype/letter_head/letter_head.json +#: frappe/website/doctype/web_page/web_page.json +msgid "Left" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:483 +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:155 +msgctxt "alignment" +msgid "Left" +msgstr "" + +#. Option for the 'Position' (Select) field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Left Bottom" +msgstr "" + +#. Option for the 'Position' (Select) field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Left Center" +msgstr "" + +#: frappe/email/doctype/email_unsubscribe/email_unsubscribe.py:58 +msgid "Left this conversation" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Legal" +msgstr "" + +#. Label of a Int field in DocType 'DocField' +#. Label of a Int field in DocType 'Custom Field' +#. Label of a Int field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Length" +msgstr "" + +#: frappe/public/js/frappe/ui/chart.js:11 +msgid "Length of passed data array is greater than value of maximum allowed label points!" +msgstr "" + +#: frappe/database/schema.py:129 +msgid "Length of {0} should be between 1 and 1000" +msgstr "" + +#: frappe/public/js/frappe/widgets/chart_widget.js:680 +msgid "Less" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:24 +msgid "Less Than" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:26 +msgid "Less Than Or Equal To" +msgstr "" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:439 +msgid "Let us continue with the onboarding" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/blocks/onboarding.js:94 +#: frappe/public/js/frappe/widgets/onboarding_widget.js:602 +msgid "Let's Get Started" +msgstr "" + +#. Title of the Module Onboarding 'Website' +#: frappe/website/module_onboarding/website/website.json +msgid "Let's Set Up Your Website." +msgstr "" + +#: frappe/utils/password_strength.py:105 +msgid "Let's avoid repeated words and characters" +msgstr "" + +#: frappe/desk/page/setup_wizard/setup_wizard.js:452 +msgid "Let's set up your account" +msgstr "" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:268 +#: frappe/public/js/frappe/widgets/onboarding_widget.js:309 +#: frappe/public/js/frappe/widgets/onboarding_widget.js:380 +#: frappe/public/js/frappe/widgets/onboarding_widget.js:419 +msgid "Let's take you back to onboarding" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Letter" +msgstr "" + +#. Label of a Link field in DocType 'Report' +#. Name of a DocType +#: frappe/core/doctype/report/report.json +#: frappe/printing/doctype/letter_head/letter_head.json +#: frappe/printing/page/print/print.js:127 +#: frappe/public/js/frappe/form/print_utils.js:20 +#: frappe/public/js/frappe/form/templates/print_layout.html:16 +#: frappe/public/js/frappe/list/bulk_operations.js:52 +#: frappe/public/js/print_format_builder/LetterHeadEditor.vue:144 +msgid "Letter Head" +msgstr "" + +#. Label of a Select field in DocType 'Letter Head' +#: frappe/printing/doctype/letter_head/letter_head.json +msgid "Letter Head Based On" +msgstr "" + +#. Label of a Section Break field in DocType 'Letter Head' +#: frappe/printing/doctype/letter_head/letter_head.json +msgid "Letter Head Image" +msgstr "" + +#. Label of a Data field in DocType 'Letter Head' +#: frappe/printing/doctype/letter_head/letter_head.json +#: frappe/public/js/print_format_builder/LetterHeadEditor.vue:198 +msgid "Letter Head Name" +msgstr "" + +#: frappe/printing/doctype/letter_head/letter_head.js:30 +msgid "Letter Head Scripts" +msgstr "" + +#: frappe/printing/doctype/letter_head/letter_head.py:46 +msgid "Letter Head cannot be both disabled and default" +msgstr "" + +#. Description of the 'Header HTML' (HTML Editor) field in DocType 'Letter +#. Head' +#: frappe/printing/doctype/letter_head/letter_head.json +msgid "Letter Head in HTML" +msgstr "" + +#. Label of a Int field in DocType 'Custom DocPerm' +#. Label of a Int field in DocType 'DocPerm' +#. Label of a Select field in DocType 'Help Article' +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/docperm/docperm.json +#: frappe/core/page/permission_manager/permission_manager.js:213 +#: frappe/public/js/frappe/roles_editor.js:65 +#: frappe/website/doctype/help_article/help_article.json +msgid "Level" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager.js:460 +msgid "Level 0 is for document level permissions, higher levels for field level permissions." +msgstr "" + +#. Label of a Data field in DocType 'Review Level' +#: frappe/social/doctype/review_level/review_level.json +msgid "Level Name" +msgstr "" + +#: frappe/public/js/frappe/file_uploader/FileUploader.vue:94 +msgid "Library" +msgstr "" + +#. Label of a Markdown Editor field in DocType 'Package' +#: frappe/core/doctype/package/package.json +msgid "License" +msgstr "" + +#. Label of a Select field in DocType 'Package' +#: frappe/core/doctype/package/package.json +msgid "License Type" +msgstr "" + +#. Option for the 'Desk Theme' (Select) field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Light" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'DocType State' +#. Option for the 'Indicator' (Select) field in DocType 'Kanban Board Column' +#: frappe/core/doctype/doctype_state/doctype_state.json +#: frappe/desk/doctype/kanban_board_column/kanban_board_column.json +msgid "Light Blue" +msgstr "" + +#. Label of a Link field in DocType 'Website Theme' +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Light Color" +msgstr "" + +#: frappe/public/js/frappe/ui/theme_switcher.js:60 +msgid "Light Theme" +msgstr "" + +#. Option for the 'Comment Type' (Select) field in DocType 'Comment' +#. Option for the 'Comment Type' (Select) field in DocType 'Communication' +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +#: frappe/public/js/frappe/ui/filters/filter.js:18 +msgid "Like" +msgstr "" + +#. Label of a Int field in DocType 'Blog Settings' +#: frappe/website/doctype/blog_settings/blog_settings.json +msgid "Like limit" +msgstr "" + +#. Description of the 'Like limit' (Int) field in DocType 'Blog Settings' +#: frappe/website/doctype/blog_settings/blog_settings.json +msgid "Like limit per hour" +msgstr "" + +#: frappe/templates/includes/likes/likes.py:30 +msgid "Like on {0}: {1}" +msgstr "" + +#: frappe/desk/like.py:91 +msgid "Liked" +msgstr "" + +#: frappe/model/meta.py:52 frappe/public/js/frappe/model/meta.js:205 +#: frappe/public/js/frappe/model/model.js:134 +msgid "Liked By" +msgstr "" + +#. Label of a Int field in DocType 'Help Article' +#: frappe/website/doctype/help_article/help_article.json +msgid "Likes" +msgstr "" + +#. Label of a Int field in DocType 'Bulk Update' +#: frappe/desk/doctype/bulk_update/bulk_update.json +msgid "Limit" +msgstr "" + +#. Label of a Check field in DocType 'Dropbox Settings' +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.json +msgid "Limit Number of DB Backups" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Line" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Column' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Filter' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Label of a Long Text field in DocType 'Changelog Feed' +#. Label of a Small Text field in DocType 'Desktop Icon' +#. Label of a Data field in DocType 'Notification Log' +#. Option for the 'Type' (Select) field in DocType 'Workspace Link' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Template Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/report_column/report_column.json +#: frappe/core/doctype/report_filter/report_filter.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/desk/doctype/changelog_feed/changelog_feed.json +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +#: frappe/desk/doctype/notification_log/notification_log.json +#: frappe/desk/doctype/workspace_link/workspace_link.json +#: frappe/public/js/frappe/file_uploader/FileUploader.vue:128 +#: frappe/website/doctype/web_form_field/web_form_field.json +#: frappe/website/doctype/web_template_field/web_template_field.json +msgid "Link" +msgstr "" + +#. Label of a Tab Break field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "Link Cards" +msgstr "" + +#. Label of a Int field in DocType 'Workspace Link' +#: frappe/desk/doctype/workspace_link/workspace_link.json +msgid "Link Count" +msgstr "" + +#. Label of a Section Break field in DocType 'Workspace Link' +#: frappe/desk/doctype/workspace_link/workspace_link.json +msgid "Link Details" +msgstr "" + +#. Label of a Link field in DocType 'Activity Log' +#. Label of a Link field in DocType 'Communication Link' +#. Label of a Link field in DocType 'DocType Link' +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/communication_link/communication_link.json +#: frappe/core/doctype/doctype_link/doctype_link.json +msgid "Link DocType" +msgstr "" + +#. Label of a Link field in DocType 'Dynamic Link' +#: frappe/core/doctype/dynamic_link/dynamic_link.json +msgid "Link Document Type" +msgstr "" + +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:402 +#: frappe/workflow/doctype/workflow_action/workflow_action.py:198 +msgid "Link Expired" +msgstr "" + +#. Label of a Int field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Link Field Results Limit" +msgstr "" + +#. Label of a Data field in DocType 'DocType Link' +#: frappe/core/doctype/doctype_link/doctype_link.json +msgid "Link Fieldname" +msgstr "" + +#. Label of a JSON field in DocType 'DocField' +#. Label of a JSON field in DocType 'Custom Field' +#. Label of a JSON field in DocType 'Customize Form' +#. Label of a JSON field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form/customize_form.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Link Filters" +msgstr "" + +#. Label of a Dynamic Link field in DocType 'Activity Log' +#. Label of a Dynamic Link field in DocType 'Communication Link' +#. Label of a Dynamic Link field in DocType 'Dynamic Link' +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/communication_link/communication_link.json +#: frappe/core/doctype/dynamic_link/dynamic_link.json +msgid "Link Name" +msgstr "" + +#. Label of a Read Only field in DocType 'Communication Link' +#. Label of a Read Only field in DocType 'Dynamic Link' +#: frappe/core/doctype/communication_link/communication_link.json +#: frappe/core/doctype/dynamic_link/dynamic_link.json +msgid "Link Title" +msgstr "" + +#. Label of a Dynamic Link field in DocType 'Workspace Link' +#. Label of a Dynamic Link field in DocType 'Workspace Shortcut' +#: frappe/desk/doctype/workspace_link/workspace_link.json +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +#: frappe/public/js/frappe/widgets/widget_dialog.js:252 +#: frappe/public/js/frappe/widgets/widget_dialog.js:397 +msgid "Link To" +msgstr "" + +#: frappe/public/js/frappe/widgets/widget_dialog.js:325 +msgid "Link To in Row" +msgstr "" + +#. Label of a Select field in DocType 'Workspace Link' +#: frappe/desk/doctype/workspace_link/workspace_link.json +#: frappe/public/js/frappe/widgets/widget_dialog.js:244 +msgid "Link Type" +msgstr "" + +#: frappe/public/js/frappe/widgets/widget_dialog.js:321 +msgid "Link Type in Row" +msgstr "" + +#: frappe/website/doctype/about_us_settings/about_us_settings.js:6 +msgid "Link for About Us Page is \"/about\"." +msgstr "" + +#. Description of the 'Home Page' (Data) field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Link that is the website home page. Standard Links (home, login, products, blog, about, contact)" +msgstr "" + +#. Description of the 'URL' (Data) field in DocType 'Top Bar Item' +#: frappe/website/doctype/top_bar_item/top_bar_item.json +msgid "Link to the page you want to open. Leave blank if you want to make it a group parent." +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Activity Log' +#. Option for the 'Status' (Select) field in DocType 'Communication' +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/communication/communication.json +msgid "Linked" +msgstr "" + +#. Label of a Section Break field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Linked Documents" +msgstr "" + +#: frappe/public/js/frappe/form/linked_with.js:23 +msgid "Linked With" +msgstr "" + +#. Label of a Table field in DocType 'Address' +#. Label of a Table field in DocType 'Contact' +#. Label of a Table field in DocType 'DocType' +#. Label of a Table field in DocType 'Customize Form' +#. Label of a Table field in DocType 'Workspace' +#: frappe/contacts/doctype/address/address.js:39 +#: frappe/contacts/doctype/address/address.json +#: frappe/contacts/doctype/contact/contact.js:92 +#: frappe/contacts/doctype/contact/contact.json +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +#: frappe/desk/doctype/workspace/workspace.json +#: frappe/public/js/frappe/form/toolbar.js:367 +msgid "Links" +msgstr "" + +#. Option for the 'Apply To' (Select) field in DocType 'Client Script' +#. Option for the 'View' (Select) field in DocType 'Form Tour' +#. Option for the 'Select List View' (Select) field in DocType 'Form Tour' +#. Option for the 'DocType View' (Select) field in DocType 'Workspace Shortcut' +#: frappe/custom/doctype/client_script/client_script.json +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +msgid "List" +msgstr "" + +#. Label of a Section Break field in DocType 'DocField' +#: frappe/core/doctype/docfield/docfield.json +msgid "List / Search Settings" +msgstr "" + +#. Label of a Table field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "List Columns" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/list_filter/list_filter.json +msgid "List Filter" +msgstr "" + +#. Label of a Section Break field in DocType 'User' +#. Label of a Section Break field in DocType 'Customize Form' +#. Label of a Section Break field in DocType 'Web Form' +#: frappe/core/doctype/user/user.json +#: frappe/custom/doctype/customize_form/customize_form.json +#: frappe/website/doctype/web_form/web_form.json +msgid "List Settings" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1745 +msgctxt "Button in list view menu" +msgid "List Settings" +msgstr "" + +#: frappe/public/js/frappe/list/base_list.js:202 +msgid "List View" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/list_view_settings/list_view_settings.json +msgid "List View Settings" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:161 +msgid "List a document type" +msgstr "" + +#. Description of the 'Breadcrumbs' (Code) field in DocType 'Web Form' +#. Description of the 'Breadcrumbs' (Code) field in DocType 'Web Page' +#: frappe/website/doctype/web_form/web_form.json +#: frappe/website/doctype/web_page/web_page.json +msgid "List as [{\"label\": _(\"Jobs\"), \"route\":\"jobs\"}]" +msgstr "" + +#. Description of a DocType +#: frappe/core/doctype/patch_log/patch_log.json +msgid "List of patches executed" +msgstr "" + +#. Label of a HTML field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "List setting message" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:542 +msgid "Lists" +msgstr "" + +#. Option for the 'Rule' (Select) field in DocType 'Assignment Rule' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +msgid "Load Balancing" +msgstr "" + +#: frappe/public/js/frappe/list/base_list.js:385 +#: frappe/website/doctype/blog_post/templates/blog_post_list.html:50 +msgid "Load More" +msgstr "" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:216 +msgctxt "Form timeline" +msgid "Load More Communications" +msgstr "" + +#: frappe/public/js/frappe/file_uploader/TreeNode.vue:45 +msgid "Load more" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager.js:165 +#: frappe/public/js/frappe/form/controls/multicheck.js:13 +#: frappe/public/js/frappe/form/linked_with.js:13 +#: frappe/public/js/frappe/list/base_list.js:484 +#: frappe/public/js/frappe/list/list_view.js:334 +#: frappe/public/js/frappe/ui/listing.html:16 +#: frappe/public/js/frappe/views/reports/query_report.js:1016 +msgid "Loading" +msgstr "" + +#: frappe/public/js/frappe/widgets/widget_dialog.js:74 +msgid "Loading Filters..." +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:262 +msgid "Loading import file..." +msgstr "" + +#: frappe/desk/page/user_profile/user_profile_controller.js:20 +msgid "Loading user profile" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/about.js:8 +msgid "Loading versions..." +msgstr "" + +#: frappe/public/js/frappe/file_uploader/TreeNode.vue:45 +#: frappe/public/js/frappe/form/sidebar/share.js:51 +#: frappe/public/js/frappe/list/list_sidebar.js:218 +#: frappe/public/js/frappe/list/list_sidebar_group_by.js:125 +#: frappe/public/js/frappe/views/kanban/kanban_board.html:11 +#: frappe/public/js/frappe/widgets/chart_widget.js:50 +#: frappe/public/js/frappe/widgets/number_card_widget.js:174 +#: frappe/public/js/frappe/widgets/quick_list_widget.js:128 +msgid "Loading..." +msgstr "" + +#. Label of a Data field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Location" +msgstr "" + +#. Label of a Code field in DocType 'Package Import' +#: frappe/core/doctype/package_import/package_import.json +msgid "Log" +msgstr "" + +#. Label of a Section Break field in DocType 'Access Log' +#: frappe/core/doctype/access_log/access_log.json +msgid "Log Data" +msgstr "" + +#. Label of a Link field in DocType 'Logs To Clear' +#: frappe/core/doctype/logs_to_clear/logs_to_clear.json +msgid "Log DocType" +msgstr "" + +#: frappe/templates/emails/login_with_email_link.html:27 +msgid "Log In To {0}" +msgstr "" + +#. Label of a Int field in DocType 'Data Import Log' +#: frappe/core/doctype/data_import_log/data_import_log.json +msgid "Log Index" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/log_setting_user/log_setting_user.json +msgid "Log Setting User" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/log_settings/log_settings.json +#: frappe/public/js/frappe/logtypes.js:20 +msgid "Log Settings" +msgstr "" + +#: frappe/www/app.py:23 +msgid "Log in to access this page." +msgstr "" + +#. Label of a standard navbar item +#. Type: Action +#: frappe/hooks.py +#: frappe/website/doctype/website_settings/website_settings.py:182 +msgid "Log out" +msgstr "" + +#: frappe/handler.py:123 +msgid "Logged Out" +msgstr "" + +#. Option for the 'Operation' (Select) field in DocType 'Activity Log' +#. Label of a Tab Break field in DocType 'System Settings' +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/public/js/frappe/web_form/webform_script.js:16 +#: frappe/templates/discussions/discussions_section.html:60 +#: frappe/templates/discussions/reply_section.html:44 +#: frappe/templates/includes/navbar/dropdown_login.html:15 +#: frappe/templates/includes/navbar/navbar_login.html:25 +#: frappe/website/page_renderers/not_permitted_page.py:22 +#: frappe/www/login.html:42 +msgid "Login" +msgstr "" + +#. Label of a Int field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Login After" +msgstr "" + +#. Label of a Int field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Login Before" +msgstr "" + +#: frappe/public/js/frappe/desk.js:241 +msgid "Login Failed please try again" +msgstr "" + +#: frappe/email/doctype/email_account/email_account.py:140 +msgid "Login Id is required" +msgstr "" + +#. Label of a Section Break field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Login Methods" +msgstr "" + +#. Label of a Section Break field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Login Page" +msgstr "" + +#: frappe/www/login.py:142 +msgid "Login To {0}" +msgstr "" + +#: frappe/twofactor.py:261 +msgid "Login Verification Code from {}" +msgstr "" + +#: frappe/templates/emails/new_message.html:4 +msgid "Login and view in Browser" +msgstr "" + +#: frappe/website/doctype/web_form/web_form.js:367 +msgid "Login is required to see web form list view. Enable {0} to see list settings" +msgstr "" + +#: frappe/templates/includes/login/login.js:70 +msgid "Login link sent to your email" +msgstr "" + +#: frappe/auth.py:327 frappe/auth.py:330 +msgid "Login not allowed at this time" +msgstr "" + +#. Label of a Check field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Login required" +msgstr "" + +#: frappe/twofactor.py:165 +msgid "Login session expired, refresh page to retry" +msgstr "" + +#: frappe/templates/includes/comments/comments.html:110 +msgid "Login to comment" +msgstr "" + +#: frappe/templates/includes/comments/comments.html:6 +msgid "Login to start a new discussion" +msgstr "" + +#: frappe/www/login.html:61 +msgid "Login to {0}" +msgstr "" + +#: frappe/templates/includes/login/login.js:327 +msgid "Login token required" +msgstr "" + +#: frappe/www/login.html:106 frappe/www/login.html:190 +msgid "Login with Email Link" +msgstr "" + +#: frappe/www/login.html:46 +msgid "Login with LDAP" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Login with email link" +msgstr "" + +#. Label of a Int field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Login with email link expiry (in minutes)" +msgstr "" + +#: frappe/auth.py:131 +msgid "Login with username and password is not allowed." +msgstr "" + +#: frappe/www/login.html:97 +msgid "Login with {0}" +msgstr "" + +#. Option for the 'Operation' (Select) field in DocType 'Activity Log' +#: frappe/core/doctype/activity_log/activity_log.json frappe/www/apps.html:59 +msgid "Logout" +msgstr "" + +#: frappe/core/doctype/user/user.js:195 +msgid "Logout All Sessions" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Logout All Sessions on Password Reset" +msgstr "" + +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Logout From All Devices After Changing Password" +msgstr "" + +#. Group in User's connections +#. Label of a Card Break in the Users Workspace +#: frappe/core/doctype/user/user.json frappe/core/workspace/users/users.json +msgid "Logs" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/logs_to_clear/logs_to_clear.json +msgid "Logs To Clear" +msgstr "" + +#. Label of a Table field in DocType 'Log Settings' +#: frappe/core/doctype/log_settings/log_settings.json +msgid "Logs to Clear" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Long Text" +msgstr "" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:322 +msgid "Looks like you didn't change the value" +msgstr "" + +#: frappe/www/third_party_apps.html:57 +msgid "Looks like you haven’t added any third party apps." +msgstr "" + +#: frappe/public/js/frappe/ui/notifications/notifications.js:315 +msgid "Looks like you haven’t received any notifications." +msgstr "" + +#: frappe/core/doctype/server_script/server_script_list.js:18 +msgid "Loving Frappe Framework?" +msgstr "" + +#. Option for the 'Priority' (Select) field in DocType 'ToDo' +#: frappe/desk/doctype/todo/todo.json +#: frappe/public/js/frappe/form/sidebar/assign_to.js:216 +msgid "Low" +msgstr "" + +#: frappe/public/js/frappe/utils/number_systems.js:13 +msgctxt "Number system" +msgid "M" +msgstr "" + +#. Option for the 'License Type' (Select) field in DocType 'Package' +#: frappe/core/doctype/package/package.json +msgid "MIT License" +msgstr "" + +#: frappe/desk/page/setup_wizard/install_fixtures.py:49 +msgid "Madam" +msgstr "" + +#. Label of a Text Editor field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "Main Section" +msgstr "" + +#. Label of a HTML Editor field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "Main Section (HTML)" +msgstr "" + +#. Label of a Markdown Editor field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "Main Section (Markdown)" +msgstr "" + +#. Name of a role +#: frappe/contacts/doctype/contact/contact.json +msgid "Maintenance Manager" +msgstr "" + +#. Name of a role +#: frappe/contacts/doctype/address/address.json +#: frappe/contacts/doctype/contact/contact.json +msgid "Maintenance User" +msgstr "" + +#. Label of a Int field in DocType 'Package Release' +#: frappe/core/doctype/package_release/package_release.json +msgid "Major" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Make \"name\" searchable in Global Search" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#: frappe/core/doctype/docfield/docfield.json +msgid "Make Attachment Public (by default)" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#. Label of a Check field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Make Attachments Public by Default" +msgstr "" + +#. Description of the 'Disable Username/Password Login' (Check) field in +#. DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Make sure to configure a Social Login Key before disabling to prevent lockout" +msgstr "" + +#: frappe/utils/password_strength.py:86 +msgid "Make use of longer keyboard patterns" +msgstr "" + +#: frappe/public/js/frappe/form/multi_select_dialog.js:88 +msgid "Make {0}" +msgstr "" + +#: frappe/website/doctype/web_page/web_page.js:77 +msgid "Makes the page public" +msgstr "" + +#: frappe/desk/page/setup_wizard/install_fixtures.py:29 +msgid "Male" +msgstr "" + +#. Label of a standard navbar item +#. Type: Route +#: frappe/hooks.py +msgid "Manage Billing" +msgstr "" + +#: frappe/www/me.html:50 +msgid "Manage third party apps" +msgstr "" + +#: frappe/www/me.html:59 +msgid "Manage your apps" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Report Filter' +#. Label of a Check field in DocType 'Customize Form Field' +#. Label of a Check field in DocType 'Web Form Field' +#. Label of a Check field in DocType 'Web Template Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/report_filter/report_filter.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/web_form_field/web_form_field.json +#: frappe/website/doctype/web_template_field/web_template_field.json +msgid "Mandatory" +msgstr "" + +#. Label of a Code field in DocType 'Custom Field' +#. Label of a Code field in DocType 'Customize Form Field' +#. Label of a Code field in DocType 'Web Form Field' +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Mandatory Depends On" +msgstr "" + +#. Label of a Code field in DocType 'DocField' +#: frappe/core/doctype/docfield/docfield.json +msgid "Mandatory Depends On (JS)" +msgstr "" + +#: frappe/website/doctype/web_form/web_form.py:411 +msgid "Mandatory Information missing:" +msgstr "" + +#: frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js:120 +msgid "Mandatory field: set role for" +msgstr "" + +#: frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js:124 +msgid "Mandatory field: {0}" +msgstr "" + +#: frappe/public/js/frappe/form/save.js:167 +msgid "Mandatory fields required in table {0}, Row {1}" +msgstr "" + +#: frappe/public/js/frappe/form/save.js:172 +msgid "Mandatory fields required in {0}" +msgstr "" + +#: frappe/public/js/frappe/web_form/web_form.js:234 +msgctxt "Error message in web form" +msgid "Mandatory fields required:" +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:142 +msgid "Mandatory:" +msgstr "" + +#. Option for the 'Select List View' (Select) field in DocType 'Form Tour' +#: frappe/desk/doctype/form_tour/form_tour.json +msgid "Map" +msgstr "" + +#: frappe/public/js/frappe/data_import/import_preview.js:190 +#: frappe/public/js/frappe/data_import/import_preview.js:302 +msgid "Map Columns" +msgstr "" + +#: frappe/public/js/frappe/list/base_list.js:211 +msgid "Map View" +msgstr "" + +#: frappe/public/js/frappe/data_import/import_preview.js:290 +msgid "Map columns from {0} to fields in {1}" +msgstr "" + +#. Description of the 'Dynamic Route' (Check) field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "Map route parameters into form variables. Example /project/<name>" +msgstr "" + +#: frappe/core/doctype/data_import/importer.py:886 +msgid "Mapping column {0} to field {1}" +msgstr "" + +#. Label of a Float field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "Margin Bottom" +msgstr "" + +#. Label of a Float field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "Margin Left" +msgstr "" + +#. Label of a Float field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "Margin Right" +msgstr "" + +#. Label of a Float field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "Margin Top" +msgstr "" + +#. Label of a Section Break field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "MariaDB Variables" +msgstr "" + +#: frappe/public/js/frappe/ui/notifications/notifications.js:45 +msgid "Mark all as read" +msgstr "" + +#: frappe/core/doctype/communication/communication.js:78 +#: frappe/core/doctype/communication/communication_list.js:19 +msgid "Mark as Read" +msgstr "" + +#: frappe/core/doctype/communication/communication.js:95 +msgid "Mark as Spam" +msgstr "" + +#: frappe/core/doctype/communication/communication.js:78 +#: frappe/core/doctype/communication/communication_list.js:22 +msgid "Mark as Unread" +msgstr "" + +#. Option for the 'Content Type' (Select) field in DocType 'Newsletter' +#. Option for the 'Message Type' (Select) field in DocType 'Notification' +#. Option for the 'Content Type' (Select) field in DocType 'Blog Post' +#. Option for the 'Content Type' (Select) field in DocType 'Web Page' +#: frappe/email/doctype/newsletter/newsletter.json +#: frappe/email/doctype/notification/notification.json +#: frappe/website/doctype/blog_post/blog_post.json +#: frappe/website/doctype/web_page/web_page.js:92 +#: frappe/website/doctype/web_page/web_page.json +msgid "Markdown" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Template Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/web_template_field/web_template_field.json +msgid "Markdown Editor" +msgstr "" + +#. Option for the 'Delivery Status' (Select) field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Marked As Spam" +msgstr "" + +#. Name of a DocType +#: frappe/website/doctype/marketing_campaign/marketing_campaign.json +msgid "Marketing Campaign" +msgstr "" + +#: frappe/desk/page/setup_wizard/install_fixtures.py:51 +msgid "Master" +msgstr "" + +#. Description of the 'Limit' (Int) field in DocType 'Bulk Update' +#: frappe/desk/doctype/bulk_update/bulk_update.json +msgid "Max 500 records at a time" +msgstr "" + +#. Label of a Int field in DocType 'DocType' +#. Label of a Int field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Max Attachments" +msgstr "" + +#. Label of a Int field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Max File Size (MB)" +msgstr "" + +#. Label of a Data field in DocType 'DocField' +#: frappe/core/doctype/docfield/docfield.json +msgid "Max Height" +msgstr "" + +#. Label of a Int field in DocType 'Web Form Field' +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Max Length" +msgstr "" + +#. Label of a Int field in DocType 'Web Form Field' +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Max Value" +msgstr "" + +#. Label of a Int field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Max attachment size" +msgstr "" + +#. Label of a Int field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Max auto email report per user" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1304 +msgid "Max width for type Currency is 100px in row {0}" +msgstr "" + +#. Option for the 'Function' (Select) field in DocType 'Number Card' +#: frappe/desk/doctype/number_card/number_card.json +msgid "Maximum" +msgstr "" + +#: frappe/core/doctype/file/file.py:316 +msgid "Maximum Attachment Limit of {0} has been reached for {1} {2}." +msgstr "" + +#. Label of a Select field in DocType 'List View Settings' +#: frappe/desk/doctype/list_view_settings/list_view_settings.json +msgid "Maximum Number of Fields" +msgstr "" + +#. Label of a Int field in DocType 'Energy Point Rule' +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +msgid "Maximum Points" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/attachments.js:38 +msgid "Maximum attachment limit of {0} has been reached." +msgstr "" + +#. Description of the 'Maximum Points' (Int) field in DocType 'Energy Point +#. Rule' +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +msgid "Maximum points allowed after multiplying points with the multiplier value\n" +"(Note: For no limit leave this field empty or set 0)" +msgstr "" + +#: frappe/model/rename_doc.py:685 +msgid "Maximum {0} rows allowed" +msgstr "" + +#: frappe/public/js/frappe/list/list_sidebar_group_by.js:221 +msgid "Me" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:14 +msgid "Meaning of Submit, Cancel, Amend" +msgstr "" + +#. Option for the 'Priority' (Select) field in DocType 'ToDo' +#. Label of a Data field in DocType 'Web Page View' +#: frappe/desk/doctype/todo/todo.json +#: frappe/public/js/frappe/form/sidebar/assign_to.js:220 +#: frappe/public/js/frappe/utils/utils.js:1741 +#: frappe/website/doctype/web_page_view/web_page_view.json +#: frappe/website/report/website_analytics/website_analytics.js:40 +msgid "Medium" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Communication' +#. Option for the 'Event Category' (Select) field in DocType 'Event' +#: frappe/core/doctype/communication/communication.json +#: frappe/desk/doctype/event/event.json +msgid "Meeting" +msgstr "" + +#. Label of a Data field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "Meets Condition?" +msgstr "" + +#. Group in Email Group's connections +#: frappe/email/doctype/email_group/email_group.json +msgid "Members" +msgstr "" + +#. Label of a Data field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Memory Usage" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Notification Log' +#: frappe/desk/doctype/notification_log/notification_log.json +msgid "Mention" +msgstr "" + +#. Label of a Check field in DocType 'Notification Settings' +#: frappe/desk/doctype/notification_settings/notification_settings.json +msgid "Mentions" +msgstr "" + +#: frappe/public/js/frappe/ui/page.html:40 +#: frappe/public/js/frappe/ui/page.js:155 +msgid "Menu" +msgstr "" + +#: frappe/public/js/frappe/form/toolbar.js:223 +#: frappe/public/js/frappe/model/model.js:734 +msgid "Merge with existing" +msgstr "" + +#: frappe/utils/nestedset.py:311 +msgid "Merging is only possible between Group-to-Group or Leaf Node-to-Leaf Node" +msgstr "" + +#. Label of a Text field in DocType 'Auto Repeat' +#. Label of a Text Editor field in DocType 'Activity Log' +#. Label of a Text Editor field in DocType 'Communication' +#. Label of a Data field in DocType 'Success Action' +#. Label of a Text Editor field in DocType 'Notification Log' +#. Label of a Section Break field in DocType 'Auto Email Report' +#. Label of a Text Editor field in DocType 'Auto Email Report' +#. Label of a Code field in DocType 'Email Queue' +#. Label of a Text Editor field in DocType 'Newsletter' +#. Label of a Section Break field in DocType 'Notification' +#. Label of a Code field in DocType 'Notification' +#. Label of a Text field in DocType 'Workflow Document State' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/data_import/data_import.js:488 +#: frappe/core/doctype/success_action/success_action.json +#: frappe/desk/doctype/notification_log/notification_log.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +#: frappe/email/doctype/email_queue/email_queue.json +#: frappe/email/doctype/newsletter/newsletter.json +#: frappe/email/doctype/notification/notification.json +#: frappe/public/js/frappe/ui/messages.js:175 +#: frappe/public/js/frappe/views/communication.js:114 +#: frappe/workflow/doctype/workflow_document_state/workflow_document_state.json +#: frappe/www/message.html:3 frappe/www/message.html:25 +msgid "Message" +msgstr "" + +#: frappe/__init__.py:539 frappe/public/js/frappe/ui/messages.js:267 +msgctxt "Default title of the message dialog" +msgid "Message" +msgstr "" + +#. Label of a HTML Editor field in DocType 'Newsletter' +#: frappe/email/doctype/newsletter/newsletter.json +msgid "Message (HTML)" +msgstr "" + +#. Label of a Markdown Editor field in DocType 'Newsletter' +#: frappe/email/doctype/newsletter/newsletter.json +msgid "Message (Markdown)" +msgstr "" + +#. Label of a HTML field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Message Examples" +msgstr "" + +#. Label of a Small Text field in DocType 'Communication' +#. Label of a Small Text field in DocType 'Email Queue' +#: frappe/core/doctype/communication/communication.json +#: frappe/email/doctype/email_queue/email_queue.json +msgid "Message ID" +msgstr "" + +#. Label of a Data field in DocType 'SMS Settings' +#: frappe/core/doctype/sms_settings/sms_settings.json +msgid "Message Parameter" +msgstr "" + +#: frappe/templates/includes/contact.js:36 +msgid "Message Sent" +msgstr "" + +#. Label of a Select field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Message Type" +msgstr "" + +#: frappe/public/js/frappe/views/communication.js:941 +msgid "Message clipped" +msgstr "" + +#: frappe/email/doctype/email_account/email_account.py:316 +msgid "Message from server: {0}" +msgstr "" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.js:102 +msgid "Message not setup" +msgstr "" + +#. Description of the 'Success message' (Text) field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Message to be displayed on successful completion" +msgstr "" + +#. Label of a Code field in DocType 'Unhandled Email' +#: frappe/email/doctype/unhandled_email/unhandled_email.json +msgid "Message-id" +msgstr "" + +#. Label of a Code field in DocType 'Data Import Log' +#: frappe/core/doctype/data_import_log/data_import_log.json +msgid "Messages" +msgstr "" + +#. Label of a Section Break field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Meta" +msgstr "" + +#. Label of a Small Text field in DocType 'Blog Post' +#: frappe/website/doctype/blog_post/blog_post.json +#: frappe/website/doctype/web_page/web_page.js:124 +msgid "Meta Description" +msgstr "" + +#. Label of a Attach Image field in DocType 'Blog Post' +#: frappe/website/doctype/blog_post/blog_post.json +#: frappe/website/doctype/web_page/web_page.js:131 +msgid "Meta Image" +msgstr "" + +#. Label of a Section Break field in DocType 'Blog Post' +#. Label of a Section Break field in DocType 'Web Page' +#. Label of a Table field in DocType 'Website Route Meta' +#: frappe/website/doctype/blog_post/blog_post.json +#: frappe/website/doctype/web_page/web_page.json +#: frappe/website/doctype/website_route_meta/website_route_meta.json +msgid "Meta Tags" +msgstr "" + +#. Label of a Data field in DocType 'Blog Post' +#: frappe/website/doctype/blog_post/blog_post.json +#: frappe/website/doctype/web_page/web_page.js:117 +msgid "Meta Title" +msgstr "" + +#. Label of a Small Text field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Meta description" +msgstr "" + +#. Label of a Attach Image field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Meta image" +msgstr "" + +#. Label of a Data field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Meta title" +msgstr "" + +#: frappe/website/doctype/web_page/web_page.js:110 +msgid "Meta title for SEO" +msgstr "" + +#. Label of a Data field in DocType 'Access Log' +#. Label of a Select field in DocType 'Recorder' +#. Label of a Data field in DocType 'Scheduled Job Type' +#. Label of a Data field in DocType 'Number Card' +#. Label of a Select field in DocType 'Email Account' +#. Option for the 'Send Alert On' (Select) field in DocType 'Notification' +#: frappe/core/doctype/access_log/access_log.json +#: frappe/core/doctype/recorder/recorder.json +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/notification/notification.json +msgid "Method" +msgstr "" + +#: frappe/__init__.py:857 +msgid "Method Not Allowed" +msgstr "" + +#: frappe/desk/doctype/number_card/number_card.py:70 +msgid "Method is required to create a number card" +msgstr "" + +#. Option for the 'Position' (Select) field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Mid Center" +msgstr "" + +#. Label of a Data field in DocType 'Contact' +#. Label of a Data field in DocType 'User' +#: frappe/contacts/doctype/contact/contact.json +#: frappe/core/doctype/user/user.json +msgid "Middle Name" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Tools Workspace +#: frappe/automation/doctype/milestone/milestone.json +#: frappe/automation/workspace/tools/tools.json +msgid "Milestone" +msgstr "" + +#. Label of a Link field in DocType 'Milestone' +#. Name of a DocType +#: frappe/automation/doctype/milestone/milestone.json +#: frappe/automation/doctype/milestone_tracker/milestone_tracker.json +msgid "Milestone Tracker" +msgstr "" + +#. Option for the 'Function' (Select) field in DocType 'Number Card' +#: frappe/desk/doctype/number_card/number_card.json +msgid "Minimum" +msgstr "" + +#. Label of a Select field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Minimum Password Score" +msgstr "" + +#. Label of a Int field in DocType 'Package Release' +#: frappe/core/doctype/package_release/package_release.json +msgid "Minor" +msgstr "" + +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:103 +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:108 +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:117 +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:125 +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:333 +msgid "Misconfigured" +msgstr "" + +#: frappe/desk/page/setup_wizard/install_fixtures.py:50 +msgid "Miss" +msgstr "" + +#: frappe/desk/form/meta.py:213 +msgid "Missing DocType" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1488 +msgid "Missing Field" +msgstr "" + +#: frappe/public/js/frappe/form/save.js:178 +msgid "Missing Fields" +msgstr "" + +#: frappe/email/doctype/auto_email_report/auto_email_report.py:129 +msgid "Missing Filters Required" +msgstr "" + +#: frappe/desk/form/assign_to.py:109 +msgid "Missing Permission" +msgstr "" + +#: frappe/www/update-password.html:107 frappe/www/update-password.html:114 +msgid "Missing Value" +msgstr "" + +#: frappe/public/js/frappe/ui/field_group.js:118 +#: frappe/public/js/frappe/widgets/widget_dialog.js:336 +#: frappe/public/js/workflow_builder/store.js:97 +#: frappe/workflow/doctype/workflow/workflow.js:71 +msgid "Missing Values Required" +msgstr "" + +#: frappe/www/login.py:102 +msgid "Mobile" +msgstr "" + +#. Label of a Data field in DocType 'Contact' +#. Label of a Data field in DocType 'User' +#: frappe/contacts/doctype/contact/contact.json +#: frappe/core/doctype/user/user.json frappe/tests/test_translate.py:86 +#: frappe/tests/test_translate.py:89 frappe/tests/test_translate.py:91 +#: frappe/tests/test_translate.py:94 +msgid "Mobile No" +msgstr "" + +#. Label of a Check field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Modal Trigger" +msgstr "" + +#. Label of a Card Break in the Build Workspace +#: frappe/core/workspace/build/build.json +msgid "Models" +msgstr "" + +#: frappe/core/report/transaction_log_report/transaction_log_report.py:106 +#: frappe/social/doctype/energy_point_rule/energy_point_rule.js:43 +msgid "Modified By" +msgstr "" + +#. Label of a Data field in DocType 'Block Module' +#. Label of a Link field in DocType 'DocType' +#. Label of a Link field in DocType 'Page' +#. Label of a Link field in DocType 'Report' +#. Label of a Link field in DocType 'User Type Module' +#. Label of a Link field in DocType 'Dashboard' +#. Label of a Link field in DocType 'Dashboard Chart' +#. Label of a Link field in DocType 'Dashboard Chart Source' +#. Label of a Link field in DocType 'Form Tour' +#. Label of a Link field in DocType 'Module Onboarding' +#. Label of a Link field in DocType 'Number Card' +#. Label of a Link field in DocType 'Workspace' +#. Label of a Link field in DocType 'Notification' +#. Label of a Link field in DocType 'Print Format' +#. Label of a Link field in DocType 'Print Format Field Template' +#. Label of a Link field in DocType 'Web Form' +#. Label of a Link field in DocType 'Web Template' +#. Label of a Link field in DocType 'Website Theme' +#: frappe/core/doctype/block_module/block_module.json +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/doctype/doctype_list.js:17 +#: frappe/core/doctype/page/page.json frappe/core/doctype/report/report.json +#: frappe/core/doctype/user_type_module/user_type_module.json +#: frappe/desk/doctype/dashboard/dashboard.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/dashboard_chart_source/dashboard_chart_source.json +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/desk/doctype/module_onboarding/module_onboarding.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/desk/doctype/workspace/workspace.json +#: frappe/email/doctype/notification/notification.json +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/printing/doctype/print_format_field_template/print_format_field_template.json +#: frappe/website/doctype/web_form/web_form.json +#: frappe/website/doctype/web_template/web_template.json +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Module" +msgstr "" + +#. Label of a Link field in DocType 'Server Script' +#. Label of a Link field in DocType 'Client Script' +#. Label of a Link field in DocType 'Custom Field' +#. Label of a Link field in DocType 'Property Setter' +#. Label of a Link field in DocType 'Web Page' +#: frappe/core/doctype/server_script/server_script.json +#: frappe/custom/doctype/client_script/client_script.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/property_setter/property_setter.json +#: frappe/website/doctype/web_page/web_page.json +msgid "Module (for export)" +msgstr "" + +#. Name of a DocType +#. Linked DocType in Package's connections +#. Label of a Link in the Build Workspace +#: frappe/core/doctype/module_def/module_def.json +#: frappe/core/doctype/package/package.json +#: frappe/core/workspace/build/build.json +msgid "Module Def" +msgstr "" + +#. Label of a HTML field in DocType 'Module Profile' +#: frappe/core/doctype/module_profile/module_profile.json +msgid "Module HTML" +msgstr "" + +#. Label of a Data field in DocType 'Module Def' +#. Label of a Data field in DocType 'Desktop Icon' +#: frappe/core/doctype/module_def/module_def.json +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +msgid "Module Name" +msgstr "" + +#. Label of a Link in the Build Workspace +#. Name of a DocType +#: frappe/core/workspace/build/build.json +#: frappe/desk/doctype/module_onboarding/module_onboarding.json +msgid "Module Onboarding" +msgstr "" + +#. Name of a DocType +#. Label of a Link field in DocType 'User' +#. Label of a Link in the Users Workspace +#: frappe/core/doctype/module_profile/module_profile.json +#: frappe/core/doctype/user/user.json frappe/core/workspace/users/users.json +msgid "Module Profile" +msgstr "" + +#. Label of a Data field in DocType 'Module Profile' +#: frappe/core/doctype/module_profile/module_profile.json +msgid "Module Profile Name" +msgstr "" + +#: frappe/desk/doctype/module_onboarding/module_onboarding.py:69 +msgid "Module onboarding progress reset" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:250 +msgid "Module to Export" +msgstr "" + +#: frappe/modules/utils.py:273 +msgid "Module {} not found" +msgstr "" + +#. Group in Package's connections +#. Label of a Card Break in the Build Workspace +#: frappe/core/doctype/package/package.json +#: frappe/core/workspace/build/build.json +msgid "Modules" +msgstr "" + +#. Label of a HTML field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Modules HTML" +msgstr "" + +#. Option for the 'Day' (Select) field in DocType 'Assignment Rule Day' +#. Option for the 'Day' (Select) field in DocType 'Auto Repeat Day' +#. Option for the 'First Day of the Week' (Select) field in DocType 'System +#. Settings' +#. Label of a Check field in DocType 'Event' +#. Option for the 'Day of Week' (Select) field in DocType 'Auto Email Report' +#: frappe/automation/doctype/assignment_rule_day/assignment_rule_day.json +#: frappe/automation/doctype/auto_repeat_day/auto_repeat_day.json +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/desk/doctype/event/event.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Monday" +msgstr "" + +#. Description of a Card Break in the Build Workspace +#: frappe/core/workspace/build/build.json +msgid "Monitor logs for errors, background jobs, communications, and user activity" +msgstr "" + +#. Option for the 'Font' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Monospace" +msgstr "" + +#: frappe/public/js/frappe/views/calendar/calendar.js:269 +msgid "Month" +msgstr "" + +#. Option for the 'Frequency' (Select) field in DocType 'Auto Repeat' +#. Option for the 'Frequency' (Select) field in DocType 'Scheduled Job Type' +#. Option for the 'Event Frequency' (Select) field in DocType 'Server Script' +#. Option for the 'Time Interval' (Select) field in DocType 'Dashboard Chart' +#. Option for the 'Repeat On' (Select) field in DocType 'Event' +#. Option for the 'Stats Time Interval' (Select) field in DocType 'Number Card' +#. Option for the 'Period' (Select) field in DocType 'Auto Email Report' +#. Option for the 'Frequency' (Select) field in DocType 'Auto Email Report' +#. Option for the 'Backup Frequency' (Select) field in DocType 'S3 Backup +#. Settings' +#. Option for the 'Point Allocation Periodicity' (Select) field in DocType +#. 'Energy Point Settings' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +#: frappe/core/doctype/server_script/server_script.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/event/event.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +#: frappe/public/js/frappe/utils/common.js:400 +#: frappe/social/doctype/energy_point_settings/energy_point_settings.json +#: frappe/website/report/website_analytics/website_analytics.js:25 +msgid "Monthly" +msgstr "" + +#. Option for the 'Frequency' (Select) field in DocType 'Scheduled Job Type' +#. Option for the 'Event Frequency' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +#: frappe/core/doctype/server_script/server_script.json +msgid "Monthly Long" +msgstr "" + +#: frappe/desk/page/user_profile/user_profile_controller.js:402 +msgid "Monthly Rank" +msgstr "" + +#: frappe/public/js/frappe/form/link_selector.js:39 +#: frappe/public/js/frappe/form/multi_select_dialog.js:45 +#: frappe/public/js/frappe/form/multi_select_dialog.js:72 +#: frappe/public/js/frappe/ui/toolbar/search.js:285 +#: frappe/public/js/frappe/ui/toolbar/search.js:300 +#: frappe/public/js/frappe/widgets/chart_widget.js:680 +#: frappe/templates/includes/list/list.html:23 +#: frappe/templates/includes/search_template.html:13 +msgid "More" +msgstr "" + +#. Label of a Section Break field in DocType 'Contact' +#. Label of a Section Break field in DocType 'Activity Log' +#. Label of a Section Break field in DocType 'Communication' +#. Label of a Tab Break field in DocType 'User' +#: frappe/contacts/doctype/contact/contact.json +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/user/user.json +msgid "More Information" +msgstr "" + +#: frappe/website/doctype/help_article/templates/help_article.html:19 +#: frappe/website/doctype/help_article/templates/help_article.html:33 +msgid "More articles on {0}" +msgstr "" + +#. Description of the 'Footer' (Text Editor) field in DocType 'About Us +#. Settings' +#: frappe/website/doctype/about_us_settings/about_us_settings.json +msgid "More content for the bottom of the page." +msgstr "" + +#: frappe/public/js/frappe/ui/sort_selector.js:191 +msgid "Most Used" +msgstr "" + +#: frappe/utils/password.py:65 +msgid "Most probably your password is too long." +msgstr "" + +#: frappe/core/doctype/communication/communication.js:86 +#: frappe/core/doctype/communication/communication.js:194 +#: frappe/core/doctype/communication/communication.js:212 +#: frappe/public/js/frappe/form/grid_row_form.js:42 +msgid "Move" +msgstr "" + +#: frappe/public/js/frappe/form/grid_row.js:189 +msgid "Move To" +msgstr "" + +#: frappe/core/doctype/communication/communication.js:104 +msgid "Move To Trash" +msgstr "" + +#: frappe/public/js/form_builder/components/Section.vue:295 +msgid "Move current and all subsequent sections to a new tab" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:176 +msgid "Move cursor to above row" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:180 +msgid "Move cursor to below row" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:184 +msgid "Move cursor to next column" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:188 +msgid "Move cursor to previous column" +msgstr "" + +#: frappe/public/js/form_builder/components/Section.vue:294 +msgid "Move sections to new tab" +msgstr "" + +#: frappe/public/js/form_builder/components/Field.vue:231 +msgid "Move the current field and the following fields to a new column" +msgstr "" + +#: frappe/public/js/frappe/form/grid_row.js:164 +msgid "Move to Row Number" +msgstr "" + +#. Description of the 'Next on Click' (Check) field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Move to next step when clicked inside highlighted area." +msgstr "" + +#. Description of the 'Parent Element Selector' (Data) field in DocType 'Form +#. Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Mozilla doesn't support :has() so you can pass parent selector here as workaround" +msgstr "" + +#: frappe/desk/page/setup_wizard/install_fixtures.py:44 +msgid "Mr" +msgstr "" + +#: frappe/desk/page/setup_wizard/install_fixtures.py:48 +msgid "Mrs" +msgstr "" + +#: frappe/desk/page/setup_wizard/install_fixtures.py:45 +msgid "Ms" +msgstr "" + +#: frappe/utils/nestedset.py:335 +msgid "Multiple root nodes not allowed." +msgstr "" + +#. Label of a Select field in DocType 'Energy Point Rule' +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +msgid "Multiplier Field" +msgstr "" + +#. Description of the 'Import from Google Sheets' (Data) field in DocType 'Data +#. Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Must be a publicly accessible Google Sheets URL" +msgstr "" + +#. Description of the 'LDAP Search String' (Data) field in DocType 'LDAP +#. Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "Must be enclosed in '()' and include '{0}', which is a placeholder for the user/login name. i.e. (&(objectclass=user)(uid={0}))" +msgstr "" + +#. Description of the 'Image Field' (Data) field in DocType 'DocType' +#. Description of the 'Image Field' (Data) field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Must be of type \"Attach Image\"" +msgstr "" + +#: frappe/desk/query_report.py:204 +msgid "Must have report permission to access this report." +msgstr "" + +#: frappe/core/doctype/report/report.py:145 +msgid "Must specify a Query to run" +msgstr "" + +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Mute Sounds" +msgstr "" + +#: frappe/desk/page/setup_wizard/install_fixtures.py:46 +msgid "Mx" +msgstr "" + +#: frappe/templates/includes/web_sidebar.html:41 +#: frappe/website/doctype/web_form/web_form.py:400 +#: frappe/website/doctype/website_settings/website_settings.py:181 +#: frappe/www/list.py:20 frappe/www/me.html:4 frappe/www/me.html:8 +#: frappe/www/update_password.py:10 +msgid "My Account" +msgstr "" + +#: frappe/public/js/frappe/file_uploader/FileUploader.vue:57 +msgid "My Device" +msgstr "" + +#. Label of a standard navbar item +#. Type: Route +#: frappe/hooks.py +msgid "My Profile" +msgstr "" + +#. Label of a standard navbar item +#. Type: Action +#: frappe/hooks.py +msgid "My Settings" +msgstr "" + +#. Option for the 'Database Engine' (Select) field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "MyISAM" +msgstr "" + +#: frappe/workflow/doctype/workflow/workflow.js:19 +msgid "NOTE: If you add states or transitions in the table, it will be reflected in the Workflow Builder but you will have to position them manually. Also Workflow Builder is currently in BETA." +msgstr "" + +#. Description of the 'LDAP Group Field' (Data) field in DocType 'LDAP +#. Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "NOTE: This box is due for depreciation. Please re-setup LDAP to work with the newer settings" +msgstr "" + +#. Label of a Data field in DocType 'DocField' +#. Label of a Data field in DocType 'Customize Form Field' +#. Label of a Data field in DocType 'Workspace' +#. Label of a Data field in DocType 'Slack Webhook URL' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/doctype/doctype_list.js:10 +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/desk/doctype/workspace/workspace.json +#: frappe/integrations/doctype/slack_webhook_url/slack_webhook_url.json +#: frappe/public/js/frappe/form/layout.js:75 +#: frappe/public/js/frappe/form/multi_select_dialog.js:241 +#: frappe/public/js/frappe/form/save.js:154 +#: frappe/public/js/frappe/views/file/file_view.js:97 +#: frappe/website/doctype/website_slideshow/website_slideshow.js:25 +msgid "Name" +msgstr "" + +#: frappe/integrations/doctype/webhook/webhook.js:29 +msgid "Name (Doc Name)" +msgstr "" + +#: frappe/desk/utils.py:22 +msgid "Name already taken, please set a new name" +msgstr "" + +#: frappe/model/naming.py:478 +msgid "Name cannot contain special characters like {0}" +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.js:91 +msgid "Name of the Document Type (DocType) you want this field to be linked to. e.g. Customer" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:117 +msgid "Name of the new Print Format" +msgstr "" + +#: frappe/model/naming.py:473 +msgid "Name of {0} cannot be {1}" +msgstr "" + +#: frappe/utils/password_strength.py:170 +msgid "Names and surnames by themselves are easy to guess." +msgstr "" + +#. Label of a Section Break field in DocType 'DocType' +#. Label of a Section Break field in DocType 'Document Naming Rule' +#. Label of a Section Break field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/document_naming_rule/document_naming_rule.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Naming" +msgstr "" + +#. Description of the 'Auto Name' (Data) field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Naming Options:\n" +"
    1. field:[fieldname] - By Field
    2. autoincrement - Uses Databases' Auto Increment feature
    3. naming_series: - By Naming Series (field called naming_series must be present)
    4. Prompt - Prompt user for a name
    5. [series] - Series by prefix (separated by a dot); for example PRE.#####
    6. \n" +"
    7. format:EXAMPLE-{MM}morewords{fieldname1}-{fieldname2}-{#####} - Replace all braced words (fieldnames, date words (DD, MM, YY), series) with their value. Outside braces, any characters can be used.
    " +msgstr "" + +#. Description of the 'Auto Name' (Data) field in DocType 'Customize Form' +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Naming Options:\n" +"
    1. field:[fieldname] - By Field
    2. naming_series: - By Naming Series (field called naming_series must be present)
    3. Prompt - Prompt user for a name
    4. [series] - Series by prefix (separated by a dot); for example PRE.#####
    5. \n" +"
    6. format:EXAMPLE-{MM}morewords{fieldname1}-{fieldname2}-{#####} - Replace all braced words (fieldnames, date words (DD, MM, YY), series) with their value. Outside braces, any characters can be used.
    " +msgstr "" + +#. Label of a Select field in DocType 'DocType' +#. Label of a Select field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Naming Rule" +msgstr "" + +#. Label of a Tab Break field in DocType 'Document Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Naming Series" +msgstr "" + +#: frappe/model/naming.py:243 +msgid "Naming Series mandatory" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Web Template' +#. Label of a Section Break field in DocType 'Website Settings' +#. Label of a Tab Break field in DocType 'Website Settings' +#: frappe/website/doctype/web_template/web_template.json +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Navbar" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/navbar_item/navbar_item.json +msgid "Navbar Item" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Build Workspace +#: frappe/core/doctype/navbar_settings/navbar_settings.json +#: frappe/core/workspace/build/build.json +msgid "Navbar Settings" +msgstr "" + +#. Label of a Link field in DocType 'Website Settings' +#. Label of a Section Break field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Navbar Template" +msgstr "" + +#. Label of a Code field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Navbar Template Values" +msgstr "" + +#: frappe/public/js/frappe/ui/keyboard.js:214 +msgid "Navigate Home" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1153 +msgctxt "Description of a list view shortcut" +msgid "Navigate list down" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1160 +msgctxt "Description of a list view shortcut" +msgid "Navigate list up" +msgstr "" + +#: frappe/public/js/frappe/ui/page.js:168 +msgid "Navigate to main content" +msgstr "" + +#. Label of a Section Break field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Navigation Settings" +msgstr "" + +#: frappe/desk/doctype/workspace/workspace.py:310 +msgid "Need Workspace Manager role to edit private workspace of other users" +msgstr "" + +#: frappe/desk/doctype/workspace/workspace.py:354 +msgid "Need Workspace Manager role to hide/unhide public workspaces" +msgstr "" + +#: frappe/model/document.py:629 +msgid "Negative Value" +msgstr "" + +#: frappe/utils/nestedset.py:94 +msgid "Nested set error. Please contact the Administrator." +msgstr "" + +#. Name of a DocType +#: frappe/printing/doctype/network_printer_settings/network_printer_settings.json +msgid "Network Printer Settings" +msgstr "" + +#. Option for the 'DocType View' (Select) field in DocType 'Workspace Shortcut' +#. Option for the 'Send Alert On' (Select) field in DocType 'Notification' +#. Option for the 'For Document Event' (Select) field in DocType 'Energy Point +#. Rule' +#: frappe/core/doctype/success_action/success_action.js:57 +#: frappe/core/page/dashboard_view/dashboard_view.js:173 +#: frappe/desk/doctype/todo/todo.js:46 +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +#: frappe/email/doctype/notification/notification.json +#: frappe/public/js/frappe/form/success_action.js:77 +#: frappe/public/js/frappe/views/treeview.js:437 +#: frappe/public/js/frappe/views/workspace/workspace.js:98 +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +#: frappe/website/doctype/web_form/templates/web_list.html:15 +#: frappe/www/list.html:19 +msgid "New" +msgstr "" + +#: frappe/public/js/frappe/views/interaction.js:15 +msgid "New Activity" +msgstr "" + +#: frappe/public/js/frappe/form/templates/address_list.html:42 +msgid "New Address" +msgstr "" + +#: frappe/templates/includes/comments/comments.py:62 +msgid "New Comment on {0}: {1}" +msgstr "" + +#: frappe/public/js/frappe/form/templates/contact_list.html:90 +msgid "New Contact" +msgstr "" + +#: frappe/printing/page/print/print.js:295 +#: frappe/printing/page/print/print.js:342 +msgid "New Custom Print Format" +msgstr "" + +#. Label of a Check field in DocType 'Form Tour' +#: frappe/desk/doctype/form_tour/form_tour.json +msgid "New Document Form" +msgstr "" + +#: frappe/desk/doctype/notification_log/notification_log.py:158 +msgid "New Document Shared {0}" +msgstr "" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:27 +#: frappe/public/js/frappe/views/communication.js:23 +msgid "New Email" +msgstr "" + +#: frappe/public/js/frappe/list/list_view_select.js:98 +#: frappe/public/js/frappe/views/inbox/inbox_view.js:177 +msgid "New Email Account" +msgstr "" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:47 +msgid "New Event" +msgstr "" + +#: frappe/public/js/frappe/views/file/file_view.js:94 +msgid "New Folder" +msgstr "" + +#: frappe/public/js/frappe/views/kanban/kanban_view.js:344 +msgid "New Kanban Board" +msgstr "" + +#: frappe/desk/doctype/notification_log/notification_log.py:156 +msgid "New Mention on {0}" +msgstr "" + +#: frappe/www/contact.py:60 +msgid "New Message from Website Contact Page" +msgstr "" + +#. Label of a Read Only field in DocType 'Deleted Document' +#: frappe/core/doctype/deleted_document/deleted_document.json +#: frappe/public/js/frappe/form/toolbar.js:207 +#: frappe/public/js/frappe/model/model.js:742 +msgid "New Name" +msgstr "" + +#: frappe/email/doctype/email_group/email_group.js:67 +msgid "New Newsletter" +msgstr "" + +#: frappe/desk/doctype/notification_log/notification_log.py:155 +msgid "New Notification" +msgstr "" + +#: frappe/core/doctype/user/user.js:183 frappe/www/update-password.html:19 +msgid "New Password" +msgstr "" + +#: frappe/printing/page/print/print.js:267 +#: frappe/printing/page/print/print.js:321 +#: frappe/printing/page/print_format_builder_beta/print_format_builder_beta.js:61 +msgid "New Print Format Name" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1308 +msgid "New Report name" +msgstr "" + +#. Label of a Int field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "New Users (Last 30 days)" +msgstr "" + +#: frappe/core/doctype/version/version_view.html:14 +#: frappe/core/doctype/version/version_view.html:76 +msgid "New Value" +msgstr "" + +#: frappe/workflow/page/workflow_builder/workflow_builder.js:61 +msgid "New Workflow Name" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:1217 +msgid "New Workspace" +msgstr "" + +#: frappe/www/update-password.html:77 +msgid "New password cannot be same as old password" +msgstr "" + +#: frappe/utils/change_log.py:394 +msgid "New updates are available" +msgstr "" + +#. Description of the 'Disable signups' (Check) field in DocType 'Website +#. Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "New users will have to be manually registered by system managers." +msgstr "" + +#. Description of the 'Set Value' (Small Text) field in DocType 'Property +#. Setter' +#: frappe/custom/doctype/property_setter/property_setter.json +msgid "New value to be set" +msgstr "" + +#: frappe/public/js/frappe/form/quick_entry.js:129 +#: frappe/public/js/frappe/form/toolbar.js:36 +#: frappe/public/js/frappe/form/toolbar.js:197 +#: frappe/public/js/frappe/form/toolbar.js:210 +#: frappe/public/js/frappe/form/toolbar.js:491 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:167 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:168 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:217 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:218 +#: frappe/public/js/frappe/views/breadcrumbs.js:192 +#: frappe/public/js/frappe/views/treeview.js:332 +#: frappe/website/doctype/web_form/web_form.py:309 +msgid "New {0}" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:393 +msgid "New {0} Created" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:385 +msgid "New {0} {1} added to Dashboard {2}" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:390 +msgid "New {0} {1} created" +msgstr "" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:378 +msgid "New {0}: {1}" +msgstr "" + +#: frappe/utils/change_log.py:376 +msgid "New {} releases for the following apps are available" +msgstr "" + +#: frappe/core/doctype/user/user.py:747 +msgid "Newly created user {0} has no roles enabled." +msgstr "" + +#. Label of a Card Break in the Tools Workspace +#. Label of a Link in the Tools Workspace +#. Name of a DocType +#: frappe/automation/workspace/tools/tools.json +#: frappe/email/doctype/newsletter/newsletter.json +msgid "Newsletter" +msgstr "" + +#. Name of a DocType +#: frappe/email/doctype/newsletter_attachment/newsletter_attachment.json +msgid "Newsletter Attachment" +msgstr "" + +#. Name of a DocType +#: frappe/email/doctype/newsletter_email_group/newsletter_email_group.json +msgid "Newsletter Email Group" +msgstr "" + +#. Name of a role +#: frappe/email/doctype/email_group/email_group.json +#: frappe/email/doctype/email_group_member/email_group_member.json +#: frappe/email/doctype/newsletter/newsletter.json +#: frappe/website/doctype/marketing_campaign/marketing_campaign.json +msgid "Newsletter Manager" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.py:130 +msgid "Newsletter has already been sent" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.py:149 +msgid "Newsletter must be published to send webview link in email" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.py:137 +msgid "Newsletter should have atleast one recipient" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.py:393 +msgid "Newsletters" +msgstr "" + +#: frappe/public/js/frappe/form/form_tour.js:318 +#: frappe/public/js/frappe/web_form/web_form.js:91 +#: frappe/public/js/onboarding_tours/onboarding_tours.js:15 +#: frappe/public/js/onboarding_tours/onboarding_tours.js:240 +#: frappe/templates/includes/slideshow.html:38 frappe/website/utils.py:254 +#: frappe/website/web_template/slideshow/slideshow.html:44 +msgid "Next" +msgstr "" + +#: frappe/public/js/frappe/ui/slides.js:359 +msgctxt "Go to next slide" +msgid "Next" +msgstr "" + +#. Label of a Link field in DocType 'Workflow Document State' +#: frappe/workflow/doctype/workflow_document_state/workflow_document_state.json +msgid "Next Action Email Template" +msgstr "" + +#. Label of a HTML field in DocType 'Success Action' +#: frappe/core/doctype/success_action/success_action.json +msgid "Next Actions HTML" +msgstr "" + +#: frappe/public/js/frappe/form/toolbar.js:298 +msgid "Next Document" +msgstr "" + +#. Label of a Datetime field in DocType 'Scheduled Job Type' +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +msgid "Next Execution" +msgstr "" + +#. Label of a Link field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Next Form Tour" +msgstr "" + +#. Label of a Date field in DocType 'Auto Repeat' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +msgid "Next Schedule Date" +msgstr "" + +#: frappe/automation/doctype/auto_repeat/auto_repeat_schedule.html:6 +msgid "Next Scheduled Date" +msgstr "" + +#. Label of a Link field in DocType 'Workflow Transition' +#: frappe/workflow/doctype/workflow_transition/workflow_transition.json +msgid "Next State" +msgstr "" + +#. Label of a Code field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Next Step Condition" +msgstr "" + +#. Label of a Password field in DocType 'Google Calendar' +#. Label of a Password field in DocType 'Google Contacts' +#: frappe/integrations/doctype/google_calendar/google_calendar.json +#: frappe/integrations/doctype/google_contacts/google_contacts.json +msgid "Next Sync Token" +msgstr "" + +#: frappe/public/js/frappe/form/workflow.js:45 +msgid "Next actions" +msgstr "" + +#. Label of a Check field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Next on Click" +msgstr "" + +#. Option for the 'Standard' (Select) field in DocType 'Page' +#. Option for the 'Is Standard' (Select) field in DocType 'Report' +#. Option for the 'Require Trusted Certificate' (Select) field in DocType 'LDAP +#. Settings' +#. Option for the 'Standard' (Select) field in DocType 'Print Format' +#: frappe/core/doctype/page/page.json frappe/core/doctype/report/report.json +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +#: frappe/integrations/doctype/webhook/webhook.py:140 +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/public/js/form_builder/utils.js:341 +#: frappe/public/js/frappe/form/controls/link.js:486 +#: frappe/public/js/frappe/list/list_sidebar_group_by.js:223 +#: frappe/public/js/frappe/views/reports/query_report.js:1534 +#: frappe/website/doctype/help_article/templates/help_article.html:26 +msgid "No" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:538 +msgctxt "Checkbox is not checked" +msgid "No" +msgstr "" + +#: frappe/public/js/frappe/ui/messages.js:37 +msgctxt "Dismiss confirmation dialog" +msgid "No" +msgstr "" + +#: frappe/www/third_party_apps.html:54 +msgid "No Active Sessions" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "No Copy" +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:162 +#: frappe/email/doctype/auto_email_report/auto_email_report.py:288 +#: frappe/public/js/form_builder/components/controls/TableControl.vue:49 +#: frappe/public/js/frappe/data_import/import_preview.js:142 +#: frappe/public/js/frappe/form/grid.js:63 +#: frappe/public/js/frappe/form/multi_select_dialog.js:225 +#: frappe/public/js/frappe/utils/datatable.js:10 +#: frappe/public/js/frappe/widgets/chart_widget.js:57 +msgid "No Data" +msgstr "" + +#: frappe/desk/page/user_profile/user_profile.html:11 +#: frappe/desk/page/user_profile/user_profile.html:22 +#: frappe/desk/page/user_profile/user_profile.html:33 +msgid "No Data to Show" +msgstr "" + +#: frappe/public/js/frappe/widgets/quick_list_widget.js:133 +msgid "No Data..." +msgstr "" + +#: frappe/public/js/frappe/views/inbox/inbox_view.js:176 +msgid "No Email Account" +msgstr "" + +#: frappe/public/js/frappe/views/inbox/inbox_view.js:196 +msgid "No Email Accounts Assigned" +msgstr "" + +#: frappe/public/js/frappe/views/inbox/inbox_view.js:183 +msgid "No Emails" +msgstr "" + +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:361 +msgid "No Entry for the User {0} found within LDAP!" +msgstr "" + +#: frappe/public/js/frappe/widgets/chart_widget.js:366 +msgid "No Filters Set" +msgstr "" + +#: frappe/integrations/doctype/google_calendar/google_calendar.py:359 +msgid "No Google Calendar Event to sync." +msgstr "" + +#: frappe/public/js/frappe/ui/capture.js:254 +msgid "No Images" +msgstr "" + +#: frappe/desk/page/leaderboard/leaderboard.js:282 +msgid "No Items Found" +msgstr "" + +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:363 +msgid "No LDAP User found for email: {0}" +msgstr "" + +#: frappe/public/js/form_builder/components/EditableInput.vue:11 +#: frappe/public/js/form_builder/components/EditableInput.vue:14 +#: frappe/public/js/form_builder/components/Field.vue:203 +#: frappe/public/js/form_builder/components/controls/FetchFromControl.vue:55 +#: frappe/public/js/print_format_builder/Field.vue:24 +#: frappe/public/js/workflow_builder/components/ActionNode.vue:53 +#: frappe/public/js/workflow_builder/components/StateNode.vue:47 +#: frappe/public/js/workflow_builder/store.js:51 +msgid "No Label" +msgstr "" + +#: frappe/printing/page/print/print.js:703 +#: frappe/printing/page/print/print.js:785 +#: frappe/public/js/frappe/list/bulk_operations.js:98 +#: frappe/public/js/frappe/list/bulk_operations.js:170 +#: frappe/utils/weasyprint.py:52 +msgid "No Letterhead" +msgstr "" + +#: frappe/model/naming.py:455 +msgid "No Name Specified for {0}" +msgstr "" + +#: frappe/public/js/frappe/ui/notifications/notifications.js:315 +msgid "No New notifications" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1705 +msgid "No Permissions Specified" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager.js:192 +msgid "No Permissions set for this criteria." +msgstr "" + +#: frappe/core/page/dashboard_view/dashboard_view.js:93 +msgid "No Permitted Charts" +msgstr "" + +#: frappe/core/page/dashboard_view/dashboard_view.js:92 +msgid "No Permitted Charts on this Dashboard" +msgstr "" + +#: frappe/printing/doctype/print_settings/print_settings.js:13 +msgid "No Preview" +msgstr "" + +#: frappe/printing/page/print/print.js:707 +msgid "No Preview Available" +msgstr "" + +#: frappe/printing/page/print/print.js:863 +msgid "No Printer is Available." +msgstr "" + +#: frappe/core/doctype/rq_worker/rq_worker_list.js:3 +msgid "No RQ Workers connected. Try restarting the bench." +msgstr "" + +#: frappe/public/js/frappe/form/link_selector.js:135 +msgid "No Results" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/search.js:51 +msgid "No Results found" +msgstr "" + +#: frappe/core/doctype/user/user.py:748 +msgid "No Roles Specified" +msgstr "" + +#: frappe/public/js/frappe/views/kanban/kanban_view.js:344 +msgid "No Select Field Found" +msgstr "" + +#: frappe/core/doctype/recorder/recorder.py:189 +msgid "No Suggestions" +msgstr "" + +#: frappe/desk/reportview.py:633 +msgid "No Tags" +msgstr "" + +#: frappe/public/js/frappe/ui/notifications/notifications.js:435 +msgid "No Upcoming Events" +msgstr "" + +#: frappe/desk/page/user_profile/user_profile_controller.js:441 +msgid "No activities to show" +msgstr "" + +#: frappe/public/js/frappe/form/templates/address_list.html:37 +msgid "No address added yet." +msgstr "" + +#: frappe/email/doctype/notification/notification.js:185 +msgid "No alerts for today" +msgstr "" + +#: frappe/core/doctype/recorder/recorder.py:188 +msgid "No automatic optimization suggestions available." +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.js:34 +msgid "No broken links found in the email content" +msgstr "" + +#: frappe/public/js/frappe/form/save.js:38 +msgid "No changes in document" +msgstr "" + +#: frappe/model/rename_doc.py:366 +msgid "No changes made because old and new name are the same." +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:1522 +msgid "No changes made on the page" +msgstr "" + +#: frappe/custom/doctype/doctype_layout/doctype_layout.js:59 +msgid "No changes to sync" +msgstr "" + +#: frappe/core/doctype/data_import/importer.py:294 +msgid "No changes to update" +msgstr "" + +#: frappe/website/doctype/blog_post/blog_post.py:372 +msgid "No comments yet" +msgstr "" + +#: frappe/templates/includes/comments/comments.html:4 +msgid "No comments yet. " +msgstr "" + +#: frappe/public/js/frappe/form/templates/contact_list.html:85 +msgid "No contacts added yet." +msgstr "" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:431 +msgid "No contacts linked to document" +msgstr "" + +#: frappe/desk/query_report.py:339 +msgid "No data to export" +msgstr "" + +#: frappe/contacts/doctype/address/address.py:246 +msgid "No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template." +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/search.js:71 +msgid "No documents found tagged with {0}" +msgstr "" + +#: frappe/public/js/frappe/views/inbox/inbox_view.js:21 +msgid "No email account associated with the User. Please add an account under User > Email Inbox." +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:483 +msgid "No failed logs" +msgstr "" + +#: frappe/public/js/frappe/views/kanban/kanban_view.js:371 +msgid "No fields found that can be used as a Kanban Column. Use the Customize Form to add a Custom Field of type \"Select\"." +msgstr "" + +#: frappe/utils/file_manager.py:144 +msgid "No file attached" +msgstr "" + +#: frappe/public/js/frappe/list/list_sidebar_group_by.js:134 +msgid "No filters found" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter_list.js:298 +msgid "No filters selected" +msgstr "" + +#: frappe/desk/form/utils.py:101 +msgid "No further records" +msgstr "" + +#: frappe/templates/includes/search_template.html:49 +msgid "No matching records. Search something new" +msgstr "" + +#: frappe/public/js/frappe/web_form/web_form_list.js:161 +msgid "No more items to display" +msgstr "" + +#: frappe/utils/password_strength.py:35 +msgid "No need for symbols, digits, or uppercase letters." +msgstr "" + +#: frappe/integrations/doctype/google_contacts/google_contacts.py:197 +msgid "No new Google Contacts synced." +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/navbar.html:46 +msgid "No new notifications" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:415 +msgid "No of Columns" +msgstr "" + +#. Label of a Int field in DocType 'Auto Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "No of Rows (Max 500)" +msgstr "" + +#: frappe/__init__.py:1046 frappe/client.py:109 frappe/client.py:151 +msgid "No permission for {0}" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:1073 +msgctxt "{0} = verb, {1} = object" +msgid "No permission to '{0}' {1}" +msgstr "" + +#: frappe/model/db_query.py:937 +msgid "No permission to read {0}" +msgstr "" + +#: frappe/share.py:220 +msgid "No permission to {0} {1} {2}" +msgstr "" + +#: frappe/core/doctype/user_permission/user_permission_list.js:175 +msgid "No records deleted" +msgstr "" + +#: frappe/contacts/report/addresses_and_contacts/addresses_and_contacts.py:116 +msgid "No records present in {0}" +msgstr "" + +#: frappe/public/js/frappe/list/list_sidebar_stat.html:3 +msgid "No records tagged." +msgstr "" + +#: frappe/public/js/frappe/data_import/data_exporter.js:225 +msgid "No records will be exported" +msgstr "" + +#: frappe/www/printview.py:427 +msgid "No template found at path: {0}" +msgstr "" + +#: frappe/public/js/frappe/form/controls/multiselect_list.js:242 +msgid "No values to show" +msgstr "" + +#: frappe/website/web_template/discussions/discussions.html:2 +msgid "No {0}" +msgstr "" + +#: frappe/public/js/frappe/list/list_view_select.js:157 +msgid "No {0} Found" +msgstr "" + +#: frappe/public/js/frappe/web_form/web_form_list.js:233 +msgid "No {0} found" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:468 +msgid "No {0} found with matching filters. Clear filters to see all {0}." +msgstr "" + +#: frappe/public/js/frappe/views/inbox/inbox_view.js:171 +msgid "No {0} mail" +msgstr "" + +#: frappe/public/js/form_builder/utils.js:117 +#: frappe/public/js/frappe/form/grid_row.js:252 +msgctxt "Title of the 'row number' column" +msgid "No." +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Non Negative" +msgstr "" + +#: frappe/desk/page/setup_wizard/install_fixtures.py:34 +msgid "Non-Conforming" +msgstr "" + +#. Option for the 'Backup Frequency' (Select) field in DocType 'S3 Backup +#. Settings' +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +msgid "None" +msgstr "" + +#: frappe/public/js/frappe/form/workflow.js:36 +msgid "None: End of Workflow" +msgstr "" + +#. Label of a Int field in DocType 'Recorder Query' +#: frappe/core/doctype/recorder_query/recorder_query.json +msgid "Normalized Copies" +msgstr "" + +#. Label of a Data field in DocType 'Recorder Query' +#: frappe/core/doctype/recorder_query/recorder_query.json +msgid "Normalized Query" +msgstr "" + +#: frappe/core/doctype/user/user.py:955 +#: frappe/templates/includes/login/login.js:258 frappe/utils/oauth.py:271 +msgid "Not Allowed" +msgstr "" + +#: frappe/templates/includes/login/login.js:260 +msgid "Not Allowed: Disabled User" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:36 +msgid "Not Ancestors Of" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:34 +msgid "Not Descendants Of" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:17 +msgid "Not Equals" +msgstr "" + +#: frappe/app.py:366 frappe/www/404.html:3 +msgid "Not Found" +msgstr "" + +#. Label of a Int field in DocType 'Help Article' +#: frappe/website/doctype/help_article/help_article.json +msgid "Not Helpful" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:21 +msgid "Not In" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:19 +msgid "Not Like" +msgstr "" + +#: frappe/public/js/frappe/form/linked_with.js:45 +msgid "Not Linked to any record" +msgstr "" + +#: frappe/__init__.py:939 frappe/app.py:357 frappe/desk/calendar.py:26 +#: frappe/desk/treeview.py:19 frappe/geo/utils.py:97 +#: frappe/public/js/frappe/web_form/webform_script.js:15 +#: frappe/website/doctype/web_form/web_form.py:602 +#: frappe/website/page_renderers/not_permitted_page.py:20 +#: frappe/www/login.py:183 frappe/www/qrcode.py:22 frappe/www/qrcode.py:25 +#: frappe/www/qrcode.py:37 +msgid "Not Permitted" +msgstr "" + +#: frappe/desk/query_report.py:519 +msgid "Not Permitted to read {0}" +msgstr "" + +#: frappe/website/doctype/blog_post/blog_post_list.js:7 +#: frappe/website/doctype/web_form/web_form_list.js:7 +#: frappe/website/doctype/web_page/web_page_list.js:7 +msgid "Not Published" +msgstr "" + +#: frappe/public/js/frappe/form/toolbar.js:261 +#: frappe/public/js/frappe/form/toolbar.js:728 +#: frappe/public/js/frappe/model/indicator.js:28 +#: frappe/public/js/frappe/views/kanban/kanban_view.js:170 +#: frappe/public/js/frappe/views/reports/report_view.js:174 +#: frappe/public/js/print_format_builder/print_format_builder.bundle.js:39 +#: frappe/website/doctype/web_form/templates/web_form.html:75 +msgid "Not Saved" +msgstr "" + +#: frappe/core/doctype/error_log/error_log_list.js:7 +msgid "Not Seen" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Email Queue' +#. Option for the 'Status' (Select) field in DocType 'Email Queue Recipient' +#: frappe/email/doctype/email_queue/email_queue.json +#: frappe/email/doctype/email_queue_recipient/email_queue_recipient.json +#: frappe/email/doctype/newsletter/newsletter_list.js:9 +msgid "Not Sent" +msgstr "" + +#: frappe/public/js/frappe/list/list_sidebar_group_by.js:219 +msgid "Not Set" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:600 +msgctxt "Field value is not set" +msgid "Not Set" +msgstr "" + +#: frappe/utils/csvutils.py:77 +msgid "Not a valid Comma Separated Value (CSV File)" +msgstr "" + +#: frappe/core/doctype/user/user.py:218 +msgid "Not a valid User Image." +msgstr "" + +#: frappe/model/workflow.py:114 +msgid "Not a valid Workflow Action" +msgstr "" + +#: frappe/templates/includes/login/login.js:256 +msgid "Not a valid user" +msgstr "" + +#: frappe/workflow/doctype/workflow/workflow_list.js:7 +msgid "Not active" +msgstr "" + +#: frappe/permissions.py:354 +msgid "Not allowed for {0}: {1}" +msgstr "" + +#: frappe/email/doctype/notification/notification.py:393 +msgid "Not allowed to attach {0} document, please enable Allow Print For {0} in Print Settings" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:336 +msgid "Not allowed to create custom Virtual DocType." +msgstr "" + +#: frappe/www/printview.py:127 +msgid "Not allowed to print cancelled documents" +msgstr "" + +#: frappe/www/printview.py:124 +msgid "Not allowed to print draft documents" +msgstr "" + +#: frappe/permissions.py:206 +msgid "Not allowed via controller permission check" +msgstr "" + +#: frappe/public/js/frappe/request.js:145 frappe/website/js/website.js:94 +msgid "Not found" +msgstr "" + +#: frappe/core/doctype/page/page.py:62 +msgid "Not in Developer Mode" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:331 +msgid "Not in Developer Mode! Set in site_config.json or make 'Custom' DocType." +msgstr "" + +#: frappe/api/v1.py:88 frappe/api/v1.py:93 +#: frappe/core/doctype/system_settings/system_settings.py:212 +#: frappe/handler.py:109 frappe/public/js/frappe/request.js:157 +#: frappe/public/js/frappe/request.js:167 +#: frappe/public/js/frappe/request.js:172 +#: frappe/public/js/frappe/views/kanban/kanban_board.bundle.js:67 +#: frappe/website/doctype/web_form/web_form.py:615 +#: frappe/website/js/website.js:97 +msgid "Not permitted" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:47 +msgid "Not permitted to view {0}" +msgstr "" + +#. Label of a Link in the Tools Workspace +#. Name of a DocType +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:400 +#: frappe/automation/workspace/tools/tools.json +#: frappe/desk/doctype/note/note.json +msgid "Note" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/note_seen_by/note_seen_by.json +msgid "Note Seen By" +msgstr "" + +#: frappe/www/confirm_workflow_action.html:8 +msgid "Note:" +msgstr "" + +#. Description of the 'Send Email for Successful Backup' (Check) field in +#. DocType 'Dropbox Settings' +#. Description of the 'Send Email for Successful backup' (Check) field in +#. DocType 'Google Drive' +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.json +#: frappe/integrations/doctype/google_drive/google_drive.json +msgid "Note: By default emails for failed backups are sent." +msgstr "" + +#: frappe/public/js/frappe/utils/utils.js:790 +msgid "Note: Changing the Page Name will break previous URL to this page." +msgstr "" + +#: frappe/core/doctype/user/user.js:35 +msgid "Note: Etc timezones have their signs reversed." +msgstr "" + +#. Description of the 'sb0' (Section Break) field in DocType 'Website +#. Slideshow' +#: frappe/website/doctype/website_slideshow/website_slideshow.json +msgid "Note: For best results, images must be of the same size and width must be greater than height." +msgstr "" + +#. Description of the 'Allow only one session per user' (Check) field in +#. DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Note: Multiple sessions will be allowed in case of mobile device" +msgstr "" + +#: frappe/core/doctype/user/user.js:382 +msgid "Note: This will be shared with user." +msgstr "" + +#: frappe/website/web_form/request_to_delete_data/request_to_delete_data.js:8 +msgid "Note: Your request for account deletion will be fulfilled within {0} hours." +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:183 +msgid "Notes:" +msgstr "" + +#: frappe/public/js/frappe/ui/notifications/notifications.js:485 +msgid "Nothing New" +msgstr "" + +#: frappe/public/js/frappe/form/undo_manager.js:43 +msgid "Nothing left to redo" +msgstr "" + +#: frappe/public/js/frappe/form/undo_manager.js:33 +msgid "Nothing left to undo" +msgstr "" + +#: frappe/public/js/frappe/list/base_list.js:369 +#: frappe/public/js/frappe/views/reports/query_report.js:105 +#: frappe/templates/includes/list/list.html:7 +#: frappe/website/doctype/blog_post/templates/blog_post_list.html:41 +msgid "Nothing to show" +msgstr "" + +#: frappe/core/doctype/user_permission/user_permission_list.js:129 +msgid "Nothing to update" +msgstr "" + +#. Label of a Section Break field in DocType 'Auto Repeat' +#. Label of a Link in the Tools Workspace +#. Option for the 'Communication Type' (Select) field in DocType +#. 'Communication' +#. Linked DocType in DocType's connections +#. Linked DocType in Module Def's connections +#. Name of a DocType +#. Label of a Section Break field in DocType 'S3 Backup Settings' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/automation/workspace/tools/tools.json +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/communication/mixins.py:142 +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/module_def/module_def.json +#: frappe/email/doctype/notification/notification.json +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +msgid "Notification" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/notification_log/notification_log.json +msgid "Notification Log" +msgstr "" + +#. Name of a DocType +#: frappe/email/doctype/notification_recipient/notification_recipient.json +msgid "Notification Recipient" +msgstr "" + +#. Label of a Link in the Tools Workspace +#. Name of a DocType +#: frappe/automation/workspace/tools/tools.json +#: frappe/desk/doctype/notification_settings/notification_settings.json +#: frappe/public/js/frappe/ui/notifications/notifications.js:37 +msgid "Notification Settings" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/notification_subscribed_document/notification_subscribed_document.json +msgid "Notification Subscribed Document" +msgstr "" + +#: frappe/public/js/frappe/form/templates/timeline_message_box.html:7 +msgid "Notification sent to" +msgstr "" + +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json +#: frappe/public/js/frappe/ui/notifications/notifications.js:50 +#: frappe/public/js/frappe/ui/notifications/notifications.js:187 +msgid "Notifications" +msgstr "" + +#: frappe/public/js/frappe/ui/notifications/notifications.js:299 +msgid "Notifications Disabled" +msgstr "" + +#. Description of the 'Default Outgoing' (Check) field in DocType 'Email +#. Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Notifications and bulk mails will be sent from this outgoing server." +msgstr "" + +#. Label of a Check field in DocType 'Note' +#: frappe/desk/doctype/note/note.json +msgid "Notify Users On Every Login" +msgstr "" + +#. Label of a Check field in DocType 'Auto Repeat' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +msgid "Notify by Email" +msgstr "" + +#. Label of a Check field in DocType 'DocShare' +#: frappe/core/doctype/docshare/docshare.json +msgid "Notify by email" +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Notify if unreplied" +msgstr "" + +#. Label of a Int field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Notify if unreplied for (in mins)" +msgstr "" + +#. Label of a Check field in DocType 'Note' +#: frappe/desk/doctype/note/note.json +msgid "Notify users with a popup when they log in" +msgstr "" + +#: frappe/public/js/frappe/form/controls/datetime.js:25 +#: frappe/public/js/frappe/form/controls/time.js:37 +msgid "Now" +msgstr "" + +#. Label of a Data field in DocType 'Contact Phone' +#: frappe/contacts/doctype/contact_phone/contact_phone.json +msgid "Number" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/public/js/frappe/widgets/widget_dialog.js:596 +msgid "Number Card" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/number_card_link/number_card_link.json +msgid "Number Card Link" +msgstr "" + +#. Label of a Link field in DocType 'Workspace Number Card' +#: frappe/desk/doctype/workspace_number_card/workspace_number_card.json +msgid "Number Card Name" +msgstr "" + +#. Label of a Tab Break field in DocType 'Workspace' +#. Label of a Table field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +#: frappe/public/js/frappe/widgets/widget_dialog.js:626 +msgid "Number Cards" +msgstr "" + +#. Label of a Select field in DocType 'System Settings' +#. Label of a Select field in DocType 'Currency' +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/geo/doctype/currency/currency.json +msgid "Number Format" +msgstr "" + +#. Label of a Int field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Number of Backups" +msgstr "" + +#. Label of a Int field in DocType 'Dropbox Settings' +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.json +msgid "Number of DB Backups" +msgstr "" + +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.py:54 +msgid "Number of DB backups cannot be less than 1" +msgstr "" + +#. Label of a Int field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Number of Groups" +msgstr "" + +#. Label of a Int field in DocType 'Recorder' +#: frappe/core/doctype/recorder/recorder.json +msgid "Number of Queries" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:436 +#: frappe/public/js/frappe/doctype/index.js:59 +msgid "Number of attachment fields are more than {}, limit updated to {}." +msgstr "" + +#: frappe/core/doctype/system_settings/system_settings.py:165 +msgid "Number of backups must be greater than zero." +msgstr "" + +#. Description of the 'Columns' (Int) field in DocType 'Customize Form Field' +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Number of columns for a field in a Grid (Total Columns in a grid should be less than 11)" +msgstr "" + +#. Description of the 'Columns' (Int) field in DocType 'DocField' +#. Description of the 'Columns' (Int) field in DocType 'Custom Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +msgid "Number of columns for a field in a List View or a Grid (Total Columns should be less than 11)" +msgstr "" + +#. Description of the 'Document Share Key Expiry (in Days)' (Int) field in +#. DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Number of days after which the document Web View link shared on email will be expired" +msgstr "" + +#. Label of a Int field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Number of keys" +msgstr "" + +#. Label of a Int field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Number of onsite backups" +msgstr "" + +#. Option for the 'Method' (Select) field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "OAuth" +msgstr "" + +#. Name of a DocType +#: frappe/integrations/doctype/oauth_authorization_code/oauth_authorization_code.json +msgid "OAuth Authorization Code" +msgstr "" + +#. Name of a DocType +#: frappe/integrations/doctype/oauth_bearer_token/oauth_bearer_token.json +msgid "OAuth Bearer Token" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Integrations Workspace +#: frappe/integrations/doctype/oauth_client/oauth_client.json +#: frappe/integrations/workspace/integrations/integrations.json +msgid "OAuth Client" +msgstr "" + +#. Label of a Section Break field in DocType 'Google Settings' +#: frappe/integrations/doctype/google_settings/google_settings.json +msgid "OAuth Client ID" +msgstr "" + +#. Name of a DocType +#: frappe/integrations/doctype/oauth_client_role/oauth_client_role.json +msgid "OAuth Client Role" +msgstr "" + +#: frappe/email/oauth.py:30 +msgid "OAuth Error" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Integrations Workspace +#: frappe/integrations/doctype/oauth_provider_settings/oauth_provider_settings.json +#: frappe/integrations/workspace/integrations/integrations.json +msgid "OAuth Provider Settings" +msgstr "" + +#. Name of a DocType +#: frappe/integrations/doctype/oauth_scope/oauth_scope.json +msgid "OAuth Scope" +msgstr "" + +#: frappe/email/doctype/email_account/email_account.js:182 +msgid "OAuth has been enabled but not authorised. Please use \"Authorise API Access\" button to do the same." +msgstr "" + +#: frappe/templates/includes/oauth_confirmation.html:39 +msgid "OK" +msgstr "" + +#. Option for the 'Method' (Select) field in DocType 'Recorder' +#: frappe/core/doctype/recorder/recorder.json +msgid "OPTIONS" +msgstr "" + +#: frappe/public/js/form_builder/components/Tabs.vue:190 +msgid "OR" +msgstr "" + +#. Option for the 'Two Factor Authentication method' (Select) field in DocType +#. 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "OTP App" +msgstr "" + +#. Label of a Data field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "OTP Issuer Name" +msgstr "" + +#: frappe/twofactor.py:446 +msgid "OTP Secret Reset - {0}" +msgstr "" + +#: frappe/twofactor.py:465 +msgid "OTP Secret has been reset. Re-registration will be required on next login." +msgstr "" + +#: frappe/templates/includes/login/login.js:363 +msgid "OTP setup using OTP App was not completed. Please contact Administrator." +msgstr "" + +#. Label of a Int field in DocType 'System Health Report Errors' +#: frappe/desk/doctype/system_health_report_errors/system_health_report_errors.json +msgid "Occurrences" +msgstr "" + +#. Option for the 'SSL/TLS Mode' (Select) field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "Off" +msgstr "" + +#. Option for the 'Address Type' (Select) field in DocType 'Address' +#: frappe/contacts/doctype/address/address.json +msgid "Office" +msgstr "" + +#. Option for the 'Social Login Provider' (Select) field in DocType 'Social +#. Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Office 365" +msgstr "" + +#: frappe/core/doctype/server_script/server_script.js:33 +msgid "Official Documentation" +msgstr "" + +#. Label of a Int field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Offset X" +msgstr "" + +#. Label of a Int field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Offset Y" +msgstr "" + +#: frappe/www/update-password.html:15 +msgid "Old Password" +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.py:363 +msgid "Old and new fieldnames are same." +msgstr "" + +#. Description of the 'Number of Backups' (Int) field in DocType 'System +#. Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Older backups will be automatically deleted" +msgstr "" + +#. Label of a Link field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Oldest Unscheduled Job" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Personal Data Deletion +#. Request' +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.json +msgid "On Hold" +msgstr "" + +#. Option for the 'DocType Event' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "On Payment Authorization" +msgstr "" + +#. Description of the 'Is Dynamic URL?' (Check) field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "On checking this option, URL will be treated like a jinja template string" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:63 +#: frappe/public/js/frappe/ui/filters/filter.js:69 +msgid "On or After" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:62 +#: frappe/public/js/frappe/ui/filters/filter.js:68 +msgid "On or Before" +msgstr "" + +#: frappe/public/js/frappe/views/communication.js:951 +msgid "On {0}, {1} wrote:" +msgstr "" + +#. Label of a Check field in DocType 'Workspace Link' +#: frappe/desk/doctype/workspace_link/workspace_link.json +#: frappe/public/js/frappe/widgets/widget_dialog.js:297 +msgid "Onboard" +msgstr "" + +#: frappe/public/js/frappe/widgets/widget_dialog.js:203 +msgid "Onboarding Name" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/onboarding_permission/onboarding_permission.json +msgid "Onboarding Permission" +msgstr "" + +#. Label of a Small Text field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Onboarding Status" +msgstr "" + +#. Linked DocType in DocType's connections +#. Name of a DocType +#: frappe/core/doctype/doctype/doctype.json +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Onboarding Step" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/onboarding_step_map/onboarding_step_map.json +msgid "Onboarding Step Map" +msgstr "" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:269 +msgid "Onboarding complete" +msgstr "" + +#. Description of the 'Is Submittable' (Check) field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/doctype/doctype_list.js:28 +msgid "Once submitted, submittable documents cannot be changed. They can only be Cancelled and Amended." +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:35 +msgid "Once you have set this, the users will only be able access documents (eg. Blog Post) where the link exists (eg. Blogger)." +msgstr "" + +#: frappe/www/complete_signup.html:7 +msgid "One Last Step" +msgstr "" + +#: frappe/twofactor.py:279 +msgid "One Time Password (OTP) Registration Code from {}" +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:331 +msgid "One of" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:1357 +msgid "One of the child page with name {0} already exist in {1} Section. Please update the name of the child page first before moving" +msgstr "" + +#: frappe/client.py:213 +msgid "Only 200 inserts allowed in one request" +msgstr "" + +#: frappe/email/doctype/email_queue/email_queue.py:80 +msgid "Only Administrator can delete Email Queue" +msgstr "" + +#: frappe/core/doctype/page/page.py:66 +msgid "Only Administrator can edit" +msgstr "" + +#: frappe/core/doctype/report/report.py:73 +msgid "Only Administrator can save a standard report. Please rename and save." +msgstr "" + +#: frappe/recorder.py:309 +msgid "Only Administrator is allowed to use Recorder" +msgstr "" + +#. Label of a Link field in DocType 'Workflow Document State' +#: frappe/workflow/doctype/workflow_document_state/workflow_document_state.json +msgid "Only Allow Edit For" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1582 +msgid "Only Options allowed for Data field are:" +msgstr "" + +#. Label of a Int field in DocType 'Auto Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Only Send Records Updated in Last X Hours" +msgstr "" + +#: frappe/desk/doctype/workspace/workspace.js:36 +msgid "Only Workspace Manager can edit public workspaces" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:581 +msgid "Only Workspace Manager can sort or edit this page" +msgstr "" + +#: frappe/modules/utils.py:65 +msgid "Only allowed to export customizations in developer mode" +msgstr "" + +#. Description of the 'Endpoint URL' (Data) field in DocType 'S3 Backup +#. Settings' +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +msgid "Only change this if you want to use other S3 compatible object storage backends." +msgstr "" + +#. Label of a Link field in DocType 'Workspace Link' +#: frappe/desk/doctype/workspace_link/workspace_link.json +#: frappe/public/js/frappe/widgets/widget_dialog.js:290 +msgid "Only for" +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:192 +msgid "Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish." +msgstr "" + +#: frappe/contacts/doctype/contact/contact.py:130 +#: frappe/contacts/doctype/contact/contact.py:157 +msgid "Only one {0} can be set as primary." +msgstr "" + +#: frappe/desk/reportview.py:333 +msgid "Only reports of type Report Builder can be deleted" +msgstr "" + +#: frappe/desk/reportview.py:304 +msgid "Only reports of type Report Builder can be edited" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.py:125 +msgid "Only standard DocTypes are allowed to be customized from Customize Form." +msgstr "" + +#: frappe/desk/form/assign_to.py:197 +msgid "Only the assignee can complete this to-do." +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/review.js:54 +msgid "Only users involved in the document are listed" +msgstr "" + +#: frappe/email/doctype/auto_email_report/auto_email_report.py:106 +msgid "Only {0} emailed reports are allowed per user." +msgstr "" + +#: frappe/templates/includes/login/login.js:292 +msgid "Oops! Something went wrong." +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Contact' +#. Option for the 'Status' (Select) field in DocType 'Communication' +#. Option for the 'Email Status' (Select) field in DocType 'Communication' +#. Option for the 'Status' (Select) field in DocType 'Event' +#. Option for the 'Status' (Select) field in DocType 'ToDo' +#. Option for the 'Status' (Select) field in DocType 'Workflow Action' +#: frappe/contacts/doctype/contact/contact.json +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/deleted_document/deleted_document.js:7 +#: frappe/desk/doctype/event/event.json frappe/desk/doctype/todo/todo.json +#: frappe/workflow/doctype/workflow_action/workflow_action.json +msgid "Open" +msgstr "" + +#: frappe/desk/doctype/todo/todo_list.js:14 +msgctxt "Access" +msgid "Open" +msgstr "" + +#: frappe/public/js/frappe/ui/keyboard.js:205 +msgid "Open Awesomebar" +msgstr "" + +#: frappe/public/js/frappe/form/templates/timeline_message_box.html:67 +msgid "Open Communication" +msgstr "" + +#: frappe/templates/emails/new_notification.html:10 +msgid "Open Document" +msgstr "" + +#. Label of a Table MultiSelect field in DocType 'Notification Settings' +#: frappe/desk/doctype/notification_settings/notification_settings.json +msgid "Open Documents" +msgstr "" + +#: frappe/public/js/frappe/ui/keyboard.js:240 +msgid "Open Help" +msgstr "" + +#. Label of a Button field in DocType 'Notification Log' +#: frappe/desk/doctype/notification_log/notification_log.json +msgid "Open Reference Document" +msgstr "" + +#: frappe/public/js/frappe/ui/keyboard.js:223 +msgid "Open Settings" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/about.js:8 +msgid "Open Source Applications for the Web" +msgstr "" + +#. Label of a Check field in DocType 'Top Bar Item' +#: frappe/website/doctype/top_bar_item/top_bar_item.json +msgid "Open URL in a New Tab" +msgstr "" + +#. Description of the 'Quick Entry' (Check) field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Open a dialog with mandatory fields to create a new record quickly" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:176 +msgid "Open a module or tool" +msgstr "" + +#: frappe/public/js/print_format_builder/Preview.vue:17 +msgid "Open in a new tab" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1206 +msgctxt "Description of a list view shortcut" +msgid "Open list item" +msgstr "" + +#: frappe/www/qrcode.html:13 +msgid "Open your authentication app on your mobile phone." +msgstr "" + +#: frappe/desk/doctype/todo/todo_list.js:17 +#: frappe/public/js/frappe/form/templates/form_links.html:18 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:277 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:278 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:289 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:299 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:308 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:326 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:327 +#: frappe/social/doctype/energy_point_log/energy_point_log_list.js:23 +msgid "Open {0}" +msgstr "" + +#. Label of a Data field in DocType 'Connected App' +#: frappe/integrations/doctype/connected_app/connected_app.json +msgid "OpenID Configuration" +msgstr "" + +#. Option for the 'Directory Server' (Select) field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "OpenLDAP" +msgstr "" + +#. Option for the 'Delivery Status' (Select) field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Opened" +msgstr "" + +#. Label of a Select field in DocType 'Activity Log' +#: frappe/core/doctype/activity_log/activity_log.json +msgid "Operation" +msgstr "" + +#: frappe/utils/data.py:1838 +msgid "Operator must be one of {0}" +msgstr "" + +#: frappe/core/doctype/file/file.js:24 +#: frappe/core/report/database_storage_usage_by_tables/database_storage_usage_by_tables.js:8 +#: frappe/public/js/frappe/file_uploader/FilePreview.vue:27 +msgid "Optimize" +msgstr "" + +#: frappe/core/doctype/file/file.js:89 +msgid "Optimizing image..." +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.js:100 +msgid "Option 1" +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.js:102 +msgid "Option 2" +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.js:104 +msgid "Option 3" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1600 +msgid "Option {0} for field {1} is not a child table" +msgstr "" + +#. Description of the 'CC' (Code) field in DocType 'Notification Recipient' +#: frappe/email/doctype/notification_recipient/notification_recipient.json +msgid "Optional: Always send to these ids. Each Email Address on a new row" +msgstr "" + +#. Description of the 'Condition' (Code) field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Optional: The alert will be sent if this expression is true" +msgstr "" + +#. Label of a Small Text field in DocType 'DocField' +#. Label of a Data field in DocType 'Report Column' +#. Label of a Small Text field in DocType 'Report Filter' +#. Label of a Small Text field in DocType 'Custom Field' +#. Label of a Small Text field in DocType 'Customize Form Field' +#. Label of a Text field in DocType 'Web Form Field' +#. Label of a Small Text field in DocType 'Web Template Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/report_column/report_column.json +#: frappe/core/doctype/report_filter/report_filter.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/templates/form_grid/fields.html:43 +#: frappe/website/doctype/web_form_field/web_form_field.json +#: frappe/website/doctype/web_template_field/web_template_field.json +msgid "Options" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1328 +msgid "Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType'" +msgstr "" + +#. Label of a HTML field in DocType 'Custom Field' +#: frappe/custom/doctype/custom_field/custom_field.json +msgid "Options Help" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1622 +msgid "Options for Rating field can range from 3 to 10" +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.js:96 +msgid "Options for select. Each option on a new line." +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1345 +msgid "Options for {0} must be set before setting the default value." +msgstr "" + +#: frappe/public/js/form_builder/store.js:182 +msgid "Options is required for field {0} of type {1}" +msgstr "" + +#: frappe/model/base_document.py:782 +msgid "Options not set for link field {0}" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'DocType State' +#. Option for the 'Indicator' (Select) field in DocType 'Kanban Board Column' +#: frappe/core/doctype/doctype_state/doctype_state.json +#: frappe/desk/doctype/kanban_board_column/kanban_board_column.json +msgid "Orange" +msgstr "" + +#. Label of a Code field in DocType 'Kanban Board Column' +#: frappe/desk/doctype/kanban_board_column/kanban_board_column.json +msgid "Order" +msgstr "" + +#. Label of a Section Break field in DocType 'About Us Settings' +#. Label of a Table field in DocType 'About Us Settings' +#: frappe/website/doctype/about_us_settings/about_us_settings.json +msgid "Org History" +msgstr "" + +#. Label of a Data field in DocType 'About Us Settings' +#: frappe/website/doctype/about_us_settings/about_us_settings.json +msgid "Org History Heading" +msgstr "" + +#: frappe/public/js/frappe/form/print_utils.js:28 +msgid "Orientation" +msgstr "" + +#: frappe/core/doctype/version/version_view.html:13 +#: frappe/core/doctype/version/version_view.html:75 +msgid "Original Value" +msgstr "" + +#. Option for the 'Address Type' (Select) field in DocType 'Address' +#. Option for the 'Type' (Select) field in DocType 'Communication' +#. Option for the 'Show in Module Section' (Select) field in DocType 'DocType' +#. Option for the 'Event Category' (Select) field in DocType 'Event' +#: frappe/contacts/doctype/address/address.json +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/doctype/doctype.json +#: frappe/desk/doctype/event/event.json +#: frappe/desk/page/setup_wizard/install_fixtures.py:31 +msgid "Other" +msgstr "" + +#. Label of a Section Break field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Outgoing (SMTP) Settings" +msgstr "" + +#. Label of a Column Break field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Outgoing Emails (Last 7 days)" +msgstr "" + +#. Label of a Data field in DocType 'Email Account' +#. Label of a Data field in DocType 'Email Domain' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_domain/email_domain.json +msgid "Outgoing Server" +msgstr "" + +#. Label of a Section Break field in DocType 'Email Domain' +#: frappe/email/doctype/email_domain/email_domain.json +msgid "Outgoing Settings" +msgstr "" + +#: frappe/email/doctype/email_domain/email_domain.py:33 +msgid "Outgoing email account not correct" +msgstr "" + +#. Option for the 'Service' (Select) field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Outlook.com" +msgstr "" + +#. Label of a Code field in DocType 'Permission Inspector' +#. Label of a Code field in DocType 'System Console' +#. Label of a Code field in DocType 'Integration Request' +#: frappe/core/doctype/permission_inspector/permission_inspector.json +#: frappe/desk/doctype/system_console/system_console.json +#: frappe/integrations/doctype/integration_request/integration_request.json +msgid "Output" +msgstr "" + +#: frappe/desk/page/user_profile/user_profile.html:6 +#: frappe/public/js/frappe/form/templates/form_dashboard.html:5 +msgid "Overview" +msgstr "" + +#: frappe/core/report/transaction_log_report/transaction_log_report.py:100 +#: frappe/social/doctype/energy_point_rule/energy_point_rule.js:42 +msgid "Owner" +msgstr "" + +#. Option for the 'Method' (Select) field in DocType 'Recorder' +#: frappe/core/doctype/recorder/recorder.json +msgid "PATCH" +msgstr "" + +#: frappe/printing/page/print/print.js:71 +#: frappe/public/js/frappe/form/templates/print_layout.html:44 +#: frappe/public/js/frappe/views/reports/query_report.js:1663 +msgid "PDF" +msgstr "" + +#: frappe/utils/print_format.py:150 frappe/utils/print_format.py:194 +msgid "PDF Generation in Progress" +msgstr "" + +#. Label of a Float field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "PDF Page Height (in mm)" +msgstr "" + +#. Label of a Select field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "PDF Page Size" +msgstr "" + +#. Label of a Float field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "PDF Page Width (in mm)" +msgstr "" + +#. Label of a Section Break field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "PDF Settings" +msgstr "" + +#: frappe/utils/print_format.py:280 +msgid "PDF generation failed" +msgstr "" + +#: frappe/utils/pdf.py:98 +msgid "PDF generation failed because of broken image links" +msgstr "" + +#: frappe/printing/page/print/print.js:616 +msgid "PDF generation may not work as expected." +msgstr "" + +#: frappe/printing/page/print/print.js:534 +msgid "PDF printing via \"Raw Print\" is not supported." +msgstr "" + +#. Label of a Data field in DocType 'RQ Worker' +#: frappe/core/doctype/rq_worker/rq_worker.json +msgid "PID" +msgstr "" + +#. Option for the 'Method' (Select) field in DocType 'Recorder' +#. Option for the 'Request Method' (Select) field in DocType 'Webhook' +#: frappe/core/doctype/recorder/recorder.json +#: frappe/integrations/doctype/webhook/webhook.json +msgid "POST" +msgstr "" + +#. Option for the 'Method' (Select) field in DocType 'Recorder' +#. Option for the 'Request Method' (Select) field in DocType 'Webhook' +#: frappe/core/doctype/recorder/recorder.json +#: frappe/integrations/doctype/webhook/webhook.json +msgid "PUT" +msgstr "" + +#. Label of a Link field in DocType 'Module Def' +#. Name of a DocType +#. Label of a Link field in DocType 'Package Release' +#. Label of a Link in the Build Workspace +#: frappe/core/doctype/module_def/module_def.json +#: frappe/core/doctype/package/package.json +#: frappe/core/doctype/package_release/package_release.json +#: frappe/core/workspace/build/build.json +msgid "Package" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Build Workspace +#: frappe/core/doctype/package_import/package_import.json +#: frappe/core/workspace/build/build.json +msgid "Package Import" +msgstr "" + +#. Label of a Data field in DocType 'Package' +#: frappe/core/doctype/package/package.json +msgid "Package Name" +msgstr "" + +#. Linked DocType in Package's connections +#. Name of a DocType +#: frappe/core/doctype/package/package.json +#: frappe/core/doctype/package_release/package_release.json +msgid "Package Release" +msgstr "" + +#. Label of a Card Break in the Build Workspace +#: frappe/core/workspace/build/build.json +msgid "Packages" +msgstr "" + +#. Description of a Card Break in the Build Workspace +#: frappe/core/workspace/build/build.json +msgid "Packages are lightweight apps (collection of Module Defs) that can be created, imported, or released right from the UI" +msgstr "" + +#. Label of a Link field in DocType 'Custom Role' +#. Name of a DocType +#. Option for the 'Set Role For' (Select) field in DocType 'Role Permission for +#. Page and Report' +#. Label of a Link field in DocType 'Role Permission for Page and Report' +#. Option for the 'View' (Select) field in DocType 'Form Tour' +#. Option for the 'Link Type' (Select) field in DocType 'Workspace Link' +#. Option for the 'Type' (Select) field in DocType 'Workspace Shortcut' +#: frappe/core/doctype/custom_role/custom_role.json +#: frappe/core/doctype/page/page.json +#: frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.json +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/desk/doctype/workspace_link/workspace_link.json +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +msgid "Page" +msgstr "" + +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#: frappe/public/js/print_format_builder/PrintFormatSection.vue:63 +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Page Break" +msgstr "" + +#. Option for the 'Content Type' (Select) field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.js:92 +#: frappe/website/doctype/web_page/web_page.json +msgid "Page Builder" +msgstr "" + +#. Label of a Table field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "Page Building Blocks" +msgstr "" + +#. Label of a Section Break field in DocType 'Page' +#: frappe/core/doctype/page/page.json +msgid "Page HTML" +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:73 +msgid "Page Height (in mm)" +msgstr "" + +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:5 +msgid "Page Margins" +msgstr "" + +#. Label of a Data field in DocType 'Page' +#: frappe/core/doctype/page/page.json +msgid "Page Name" +msgstr "" + +#. Label of a Select field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:63 +msgid "Page Number" +msgstr "" + +#. Label of a Small Text field in DocType 'Form Tour' +#: frappe/desk/doctype/form_tour/form_tour.json +msgid "Page Route" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:1544 +msgid "Page Saved Successfully" +msgstr "" + +#. Label of a Section Break field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Page Settings" +msgstr "" + +#: frappe/public/js/frappe/ui/keyboard.js:124 +msgid "Page Shortcuts" +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:66 +msgid "Page Size" +msgstr "" + +#. Label of a Data field in DocType 'About Us Settings' +#: frappe/website/doctype/about_us_settings/about_us_settings.json +msgid "Page Title" +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:80 +msgid "Page Width (in mm)" +msgstr "" + +#: frappe/www/qrcode.py:35 +msgid "Page has expired!" +msgstr "" + +#: frappe/printing/doctype/print_settings/print_settings.py:70 +#: frappe/public/js/frappe/list/bulk_operations.js:106 +msgid "Page height and width cannot be zero" +msgstr "" + +#: frappe/public/js/frappe/views/container.js:52 +msgid "Page not found" +msgstr "" + +#. Description of a DocType +#: frappe/website/doctype/web_page/web_page.json +msgid "Page to show on the website\n" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:1344 +msgid "Page with title {0} already exist." +msgstr "" + +#: frappe/public/html/print_template.html:25 +#: frappe/public/js/frappe/views/reports/print_tree.html:89 +#: frappe/public/js/frappe/web_form/web_form.js:264 +#: frappe/templates/print_formats/standard.html:34 +msgid "Page {0} of {1}" +msgstr "" + +#. Label of a Data field in DocType 'SMS Parameter' +#: frappe/core/doctype/sms_parameter/sms_parameter.json +msgid "Parameter" +msgstr "" + +#: frappe/public/js/frappe/model/model.js:142 +#: frappe/public/js/frappe/views/workspace/workspace.js:651 +#: frappe/public/js/frappe/views/workspace/workspace.js:979 +#: frappe/public/js/frappe/views/workspace/workspace.js:1226 +msgid "Parent" +msgstr "" + +#. Label of a Link field in DocType 'DocType Link' +#: frappe/core/doctype/doctype_link/doctype_link.json +msgid "Parent DocType" +msgstr "" + +#. Label of a Link field in DocType 'Dashboard Chart' +#. Label of a Link field in DocType 'Number Card' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/number_card/number_card.json +msgid "Parent Document Type" +msgstr "" + +#: frappe/desk/doctype/number_card/number_card.py:62 +msgid "Parent Document Type is required to create a number card" +msgstr "" + +#. Label of a Data field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Parent Element Selector" +msgstr "" + +#. Label of a Select field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Parent Field" +msgstr "" + +#. Label of a Data field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/doctype/doctype.py:909 +msgid "Parent Field (Tree)" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:915 +msgid "Parent Field must be a valid fieldname" +msgstr "" + +#. Label of a Select field in DocType 'Top Bar Item' +#: frappe/website/doctype/top_bar_item/top_bar_item.json +msgid "Parent Label" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1159 +msgid "Parent Missing" +msgstr "" + +#. Label of a Data field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "Parent Page" +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:24 +msgid "Parent Table" +msgstr "" + +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.py:393 +msgid "Parent document type is required to create a dashboard chart" +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:253 +msgid "Parent is the name of the document to which the data will get added to." +msgstr "" + +#: frappe/permissions.py:797 +msgid "Parentfield not specified in {0}: {1}" +msgstr "" + +#: frappe/client.py:477 +msgid "Parenttype, Parent and Parentfield are required to insert a child record" +msgstr "" + +#. Label of a Check field in DocType 'Personal Data Deletion Step' +#: frappe/website/doctype/personal_data_deletion_step/personal_data_deletion_step.json +msgid "Partial" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Partial Success" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Email Queue' +#: frappe/email/doctype/email_queue/email_queue.json +msgid "Partially Sent" +msgstr "" + +#. Label of a Section Break field in DocType 'Event' +#: frappe/desk/doctype/event/event.js:30 frappe/desk/doctype/event/event.json +msgid "Participants" +msgstr "" + +#. Option for the 'SocketIO Ping Check' (Select) field in DocType 'System +#. Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Pass" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Contact' +#: frappe/contacts/doctype/contact/contact.json +msgid "Passive" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Label of a Section Break field in DocType 'System Settings' +#. Label of a Tab Break field in DocType 'System Settings' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Label of a Password field in DocType 'Email Account' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/core/doctype/user/user.js:170 frappe/core/doctype/user/user.js:217 +#: frappe/core/doctype/user/user.js:237 +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/desk/page/setup_wizard/setup_wizard.js:471 +#: frappe/email/doctype/email_account/email_account.json +#: frappe/website/doctype/web_form_field/web_form_field.json +#: frappe/www/login.html:21 +msgid "Password" +msgstr "" + +#: frappe/core/doctype/user/user.py:1018 +msgid "Password Email Sent" +msgstr "" + +#: frappe/core/doctype/user/user.py:393 +msgid "Password Reset" +msgstr "" + +#. Label of a Int field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Password Reset Link Generation Limit" +msgstr "" + +#: frappe/public/js/frappe/form/grid_row.js:811 +msgid "Password cannot be filtered" +msgstr "" + +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:357 +msgid "Password changed successfully." +msgstr "" + +#. Label of a Password field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "Password for Base DN" +msgstr "" + +#: frappe/email/doctype/email_account/email_account.py:171 +msgid "Password is required or select Awaiting Password" +msgstr "" + +#: frappe/public/js/frappe/desk.js:197 +msgid "Password missing in Email Account" +msgstr "" + +#: frappe/utils/password.py:42 +msgid "Password not found for {0} {1} {2}" +msgstr "" + +#: frappe/core/doctype/user/user.py:1017 +msgid "Password reset instructions have been sent to your email" +msgstr "" + +#: frappe/www/update-password.html:164 +msgid "Password set" +msgstr "" + +#: frappe/auth.py:244 +msgid "Password size exceeded the maximum allowed size" +msgstr "" + +#: frappe/core/doctype/user/user.py:811 +msgid "Password size exceeded the maximum allowed size." +msgstr "" + +#: frappe/www/update-password.html:78 +msgid "Passwords do not match" +msgstr "" + +#: frappe/core/doctype/user/user.js:203 +msgid "Passwords do not match!" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.py:159 +msgid "Past dates are not allowed for Scheduling." +msgstr "" + +#: frappe/public/js/frappe/views/file/file_view.js:151 +msgid "Paste" +msgstr "" + +#. Label of a Int field in DocType 'Package Release' +#. Label of a Code field in DocType 'Patch Log' +#: frappe/core/doctype/package_release/package_release.json +#: frappe/core/doctype/patch_log/patch_log.json +msgid "Patch" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/patch_log/patch_log.json +msgid "Patch Log" +msgstr "" + +#: frappe/modules/patch_handler.py:136 +msgid "Patch type {} not found in patches.txt" +msgstr "" + +#. Label of a Small Text field in DocType 'Package Release' +#. Label of a Data field in DocType 'Recorder' +#. Label of a Data field in DocType 'Onboarding Step' +#. Label of a Data field in DocType 'Web Page View' +#: frappe/core/doctype/package_release/package_release.json +#: frappe/core/doctype/recorder/recorder.json +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +#: frappe/website/doctype/web_page_view/web_page_view.json +#: frappe/website/report/website_analytics/website_analytics.js:35 +msgid "Path" +msgstr "" + +#. Label of a Data field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "Path to CA Certs File" +msgstr "" + +#. Label of a Data field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "Path to Server Certificate" +msgstr "" + +#. Label of a Data field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "Path to private Key File" +msgstr "" + +#: frappe/website/path_resolver.py:202 +msgid "Path {0} it not a valid path" +msgstr "" + +#. Label of a Int field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Payload Count" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Data Import' +#. Option for the 'Contribution Status' (Select) field in DocType 'Translation' +#. Option for the 'Status' (Select) field in DocType 'Personal Data Deletion +#. Step' +#: frappe/core/doctype/data_import/data_import.json +#: frappe/core/doctype/translation/translation.json +#: frappe/website/doctype/personal_data_deletion_step/personal_data_deletion_step.json +msgid "Pending" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Personal Data Deletion +#. Request' +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.json +msgid "Pending Approval" +msgstr "" + +#. Label of a Int field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Pending Emails" +msgstr "" + +#. Label of a Int field in DocType 'System Health Report Queue' +#: frappe/desk/doctype/system_health_report_queue/system_health_report_queue.json +msgid "Pending Jobs" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Personal Data Deletion +#. Request' +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.json +msgid "Pending Verification" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Percent" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Percentage" +msgstr "" + +#. Label of a Select field in DocType 'Auto Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Period" +msgstr "" + +#. Label of a Int field in DocType 'DocField' +#. Label of a Int field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Perm Level" +msgstr "" + +#. Option for the 'Address Type' (Select) field in DocType 'Address' +#: frappe/contacts/doctype/address/address.json +msgid "Permanent" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:1005 +msgid "Permanently Cancel {0}?" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:835 +msgid "Permanently Submit {0}?" +msgstr "" + +#: frappe/public/js/frappe/model/model.js:713 +msgid "Permanently delete {0}?" +msgstr "" + +#: frappe/core/doctype/user_type/user_type.py:83 +msgid "Permission Error" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/permission_inspector/permission_inspector.json +msgid "Permission Inspector" +msgstr "" + +#. Label of a Int field in DocType 'Custom Field' +#: frappe/core/page/permission_manager/permission_manager.js:456 +#: frappe/custom/doctype/custom_field/custom_field.json +msgid "Permission Level" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:22 +msgid "Permission Levels" +msgstr "" + +#. Label of a shortcut in the Users Workspace +#: frappe/core/workspace/users/users.json +msgid "Permission Manager" +msgstr "" + +#. Option for the 'Script Type' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "Permission Query" +msgstr "" + +#. Label of a Section Break field in DocType 'Custom Role' +#. Label of a Section Break field in DocType 'DocType' +#: frappe/core/doctype/custom_role/custom_role.json +#: frappe/core/doctype/doctype/doctype.json +msgid "Permission Rules" +msgstr "" + +#. Label of a Select field in DocType 'Permission Inspector' +#: frappe/core/doctype/permission_inspector/permission_inspector.json +msgid "Permission Type" +msgstr "" + +#. Label of a Section Break field in DocType 'Custom DocPerm' +#. Label of a Section Break field in DocType 'DocField' +#. Label of a Section Break field in DocType 'DocPerm' +#. Label of a Table field in DocType 'DocType' +#. Label of a Section Break field in DocType 'System Settings' +#. Label of a Card Break in the Users Workspace +#. Label of a Section Break field in DocType 'Customize Form Field' +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/docperm/docperm.json +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/core/doctype/user/user.js:145 frappe/core/doctype/user/user.js:154 +#: frappe/core/page/permission_manager/permission_manager.js:214 +#: frappe/core/workspace/users/users.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Permissions" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1796 +#: frappe/core/doctype/doctype/doctype.py:1806 +msgid "Permissions Error" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:10 +msgid "Permissions are automatically applied to Standard Reports and searches." +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:5 +msgid "Permissions are set on Roles and Document Types (called DocTypes) by setting rights like Read, Write, Create, Delete, Submit, Cancel, Amend, Report, Import, Export, Print, Email and Set User Permissions." +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:26 +msgid "Permissions at higher levels are Field Level permissions. All Fields have a Permission Level set against them and the rules defined at that permissions apply to the field. This is useful in case you want to hide or make certain field read-only for certain Roles." +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:24 +msgid "Permissions at level 0 are Document Level permissions, i.e. they are primary for access to the document." +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:6 +msgid "Permissions get applied on Users based on what Roles they are assigned." +msgstr "" + +#. Name of a report +#. Label of a Link in the Users Workspace +#: frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.json +#: frappe/core/workspace/users/users.json +msgid "Permitted Documents For User" +msgstr "" + +#. Label of a Table MultiSelect field in DocType 'Workflow Action' +#: frappe/workflow/doctype/workflow_action/workflow_action.json +msgid "Permitted Roles" +msgstr "" + +#. Option for the 'Address Type' (Select) field in DocType 'Address' +#: frappe/contacts/doctype/address/address.json +msgid "Personal" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:34 +msgctxt "Workspace Category" +msgid "Personal" +msgstr "" + +#. Name of a DocType +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.json +msgid "Personal Data Deletion Request" +msgstr "" + +#. Name of a DocType +#: frappe/website/doctype/personal_data_deletion_step/personal_data_deletion_step.json +msgid "Personal Data Deletion Step" +msgstr "" + +#. Name of a DocType +#: frappe/website/doctype/personal_data_download_request/personal_data_download_request.json +msgid "Personal Data Download Request" +msgstr "" + +#. Label of a Data field in DocType 'Address' +#. Label of a Data field in DocType 'Contact' +#. Option for the 'Type' (Select) field in DocType 'Communication' +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Label of a Data field in DocType 'User' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Label of a Data field in DocType 'Contact Us Settings' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#: frappe/contacts/doctype/address/address.json +#: frappe/contacts/doctype/contact/contact.json +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/user/user.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Phone" +msgstr "" + +#. Label of a Data field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Phone No." +msgstr "" + +#: frappe/utils/__init__.py:108 +msgid "Phone Number {0} set in field {1} is not valid." +msgstr "" + +#: frappe/public/js/frappe/form/print_utils.js:40 +#: frappe/public/js/frappe/views/reports/report_view.js:1503 +#: frappe/public/js/frappe/views/reports/report_view.js:1506 +msgid "Pick Columns" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Pie" +msgstr "" + +#. Label of a Data field in DocType 'Contact Us Settings' +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +msgid "Pincode" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'DocType State' +#. Option for the 'Indicator' (Select) field in DocType 'Kanban Board Column' +#: frappe/core/doctype/doctype_state/doctype_state.json +#: frappe/desk/doctype/kanban_board_column/kanban_board_column.json +msgid "Pink" +msgstr "" + +#. Label of a Data field in DocType 'DocField' +#. Label of a Data field in DocType 'Custom Field' +#. Label of a Data field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Placeholder" +msgstr "" + +#. Option for the 'Message Type' (Select) field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Plain Text" +msgstr "" + +#. Option for the 'Address Type' (Select) field in DocType 'Address' +#: frappe/contacts/doctype/address/address.json +msgid "Plant" +msgstr "" + +#: frappe/email/oauth.py:29 +msgid "Please Authorize OAuth for Email Account {}" +msgstr "" + +#: frappe/website/doctype/website_theme/website_theme.py:75 +msgid "Please Duplicate this Website Theme to customize." +msgstr "" + +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:162 +msgid "Please Install the ldap3 library via pip to use ldap functionality." +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:308 +msgid "Please Set Chart" +msgstr "" + +#: frappe/core/doctype/sms_settings/sms_settings.py:83 +msgid "Please Update SMS Settings" +msgstr "" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:574 +msgid "Please add a subject to your email" +msgstr "" + +#: frappe/templates/includes/comments/comments.html:168 +msgid "Please add a valid comment." +msgstr "" + +#: frappe/core/doctype/user/user.py:1000 +msgid "Please ask your administrator to verify your sign-up" +msgstr "" + +#: frappe/public/js/frappe/form/controls/select.js:101 +msgid "Please attach a file first." +msgstr "" + +#: frappe/printing/doctype/letter_head/letter_head.py:74 +msgid "Please attach an image file to set HTML for Footer." +msgstr "" + +#: frappe/printing/doctype/letter_head/letter_head.py:62 +msgid "Please attach an image file to set HTML for Letter Head." +msgstr "" + +#: frappe/core/doctype/package_import/package_import.py:39 +msgid "Please attach the package" +msgstr "" + +#: frappe/integrations/doctype/connected_app/connected_app.js:19 +msgid "Please check OpenID Configuration URL" +msgstr "" + +#: frappe/utils/dashboard.py:58 +msgid "Please check the filter values set for Dashboard Chart: {}" +msgstr "" + +#: frappe/model/base_document.py:855 +msgid "Please check the value of \"Fetch From\" set for field {0}" +msgstr "" + +#: frappe/core/doctype/user/user.py:998 +msgid "Please check your email for verification" +msgstr "" + +#: frappe/email/smtp.py:134 +msgid "Please check your email login credentials." +msgstr "" + +#: frappe/twofactor.py:244 +msgid "Please check your registered email address for instructions on how to proceed. Do not close this window as you will have to return to it." +msgstr "" + +#: frappe/twofactor.py:287 +msgid "Please click on the following link and follow the instructions on the page. {0}" +msgstr "" + +#: frappe/templates/emails/password_reset.html:2 +msgid "Please click on the following link to set your new password" +msgstr "" + +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.py:343 +msgid "Please close this window" +msgstr "" + +#: frappe/www/confirm_workflow_action.html:4 +msgid "Please confirm your action to {0} this document." +msgstr "" + +#: frappe/printing/page/print/print.js:618 +msgid "Please contact your system manager to install correct version." +msgstr "" + +#: frappe/desk/doctype/number_card/number_card.js:44 +msgid "Please create Card first" +msgstr "" + +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:42 +msgid "Please create chart first" +msgstr "" + +#: frappe/desk/form/meta.py:209 +msgid "Please delete the field from {0} or add the required doctype." +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:184 +msgid "Please do not change the template headings." +msgstr "" + +#: frappe/printing/doctype/print_format/print_format.js:18 +msgid "Please duplicate this to make changes" +msgstr "" + +#: frappe/core/doctype/system_settings/system_settings.py:158 +msgid "Please enable atleast one Social Login Key or LDAP or Login With Email Link before disabling username/password based login." +msgstr "" + +#: frappe/desk/doctype/notification_log/notification_log.js:45 +#: frappe/email/doctype/auto_email_report/auto_email_report.js:17 +#: frappe/printing/page/print/print.js:638 +#: frappe/printing/page/print/print.js:668 +#: frappe/public/js/frappe/list/bulk_operations.js:161 +#: frappe/public/js/frappe/utils/utils.js:1438 +msgid "Please enable pop-ups" +msgstr "" + +#: frappe/public/js/frappe/microtemplate.js:162 +#: frappe/public/js/frappe/microtemplate.js:177 +msgid "Please enable pop-ups in your browser" +msgstr "" + +#: frappe/integrations/google_oauth.py:53 +msgid "Please enable {} before continuing." +msgstr "" + +#: frappe/utils/oauth.py:192 +msgid "Please ensure that your profile has an email address" +msgstr "" + +#: frappe/integrations/doctype/social_login_key/social_login_key.py:82 +msgid "Please enter Access Token URL" +msgstr "" + +#: frappe/integrations/doctype/social_login_key/social_login_key.py:80 +msgid "Please enter Authorize URL" +msgstr "" + +#: frappe/integrations/doctype/social_login_key/social_login_key.py:78 +msgid "Please enter Base URL" +msgstr "" + +#: frappe/integrations/doctype/social_login_key/social_login_key.py:86 +msgid "Please enter Client ID before social login is enabled" +msgstr "" + +#: frappe/integrations/doctype/social_login_key/social_login_key.py:89 +msgid "Please enter Client Secret before social login is enabled" +msgstr "" + +#: frappe/integrations/doctype/connected_app/connected_app.js:8 +msgid "Please enter OpenID Configuration URL" +msgstr "" + +#: frappe/integrations/doctype/social_login_key/social_login_key.py:84 +msgid "Please enter Redirect URL" +msgstr "" + +#: frappe/templates/includes/comments/comments.html:163 +msgid "Please enter a valid email address." +msgstr "" + +#: frappe/templates/includes/contact.js:15 +msgid "Please enter both your email and message so that we can get back to you. Thanks!" +msgstr "" + +#: frappe/www/update-password.html:232 +msgid "Please enter the password" +msgstr "" + +#: frappe/public/js/frappe/desk.js:202 +msgctxt "Email Account" +msgid "Please enter the password for: {0}" +msgstr "" + +#: frappe/core/doctype/sms_settings/sms_settings.py:42 +msgid "Please enter valid mobile nos" +msgstr "" + +#: frappe/www/update-password.html:115 +msgid "Please enter your new password." +msgstr "" + +#: frappe/www/update-password.html:108 +msgid "Please enter your old password." +msgstr "" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:406 +msgid "Please find attached {0}: {1}" +msgstr "" + +#: frappe/core/doctype/navbar_settings/navbar_settings.py:43 +msgid "Please hide the standard navbar items instead of deleting them" +msgstr "" + +#: frappe/templates/includes/comments/comments.py:31 +msgid "Please login to post a comment." +msgstr "" + +#: frappe/core/doctype/communication/communication.py:209 +msgid "Please make sure the Reference Communication Docs are not circularly linked." +msgstr "" + +#: frappe/model/document.py:822 +msgid "Please refresh to get the latest document." +msgstr "" + +#: frappe/printing/page/print/print.js:535 +msgid "Please remove the printer mapping in Printer Settings and try again." +msgstr "" + +#: frappe/public/js/frappe/form/form.js:342 +msgid "Please save before attaching." +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.py:133 +msgid "Please save the Newsletter before sending" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/assign_to.js:51 +msgid "Please save the document before assignment" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/assign_to.js:71 +msgid "Please save the document before removing assignment" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1632 +msgid "Please save the report first" +msgstr "" + +#: frappe/website/doctype/web_template/web_template.js:22 +msgid "Please save to edit the template." +msgstr "" + +#: frappe/desk/page/leaderboard/leaderboard.js:244 +msgid "Please select Company" +msgstr "" + +#: frappe/printing/doctype/print_format/print_format.js:30 +msgid "Please select DocType first" +msgstr "" + +#: frappe/contacts/report/addresses_and_contacts/addresses_and_contacts.js:27 +msgid "Please select Entity Type first" +msgstr "" + +#: frappe/core/doctype/system_settings/system_settings.py:108 +msgid "Please select Minimum Password Score" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:1112 +msgid "Please select X and Y fields" +msgstr "" + +#: frappe/utils/__init__.py:115 +msgid "Please select a country code for field {1}." +msgstr "" + +#: frappe/public/js/frappe/file_uploader/FileUploader.vue:487 +msgid "Please select a file first." +msgstr "" + +#: frappe/utils/file_manager.py:51 +msgid "Please select a file or url" +msgstr "" + +#: frappe/model/rename_doc.py:680 +msgid "Please select a valid csv file with data" +msgstr "" + +#: frappe/utils/data.py:254 +msgid "Please select a valid date filter" +msgstr "" + +#: frappe/core/doctype/user_permission/user_permission_list.js:203 +msgid "Please select applicable Doctypes" +msgstr "" + +#: frappe/model/db_query.py:1129 +msgid "Please select atleast 1 column from {0} to sort/group" +msgstr "" + +#: frappe/core/doctype/document_naming_settings/document_naming_settings.py:214 +msgid "Please select prefix first" +msgstr "" + +#: frappe/core/doctype/data_export/data_export.js:42 +msgid "Please select the Document Type." +msgstr "" + +#. Description of the 'Directory Server' (Select) field in DocType 'LDAP +#. Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "Please select the LDAP Directory being used" +msgstr "" + +#: frappe/website/doctype/website_settings/website_settings.js:100 +msgid "Please select {0}" +msgstr "" + +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.py:305 +msgid "Please set Dropbox access keys in site config or doctype" +msgstr "" + +#: frappe/contacts/doctype/contact/contact.py:205 +msgid "Please set Email Address" +msgstr "" + +#: frappe/printing/page/print/print.js:549 +msgid "Please set a printer mapping for this print format in the Printer Settings" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:1328 +msgid "Please set filters" +msgstr "" + +#: frappe/email/doctype/auto_email_report/auto_email_report.py:251 +msgid "Please set filters value in Report Filter table." +msgstr "" + +#: frappe/model/naming.py:548 +msgid "Please set the document name" +msgstr "" + +#: frappe/desk/doctype/dashboard/dashboard.py:120 +msgid "Please set the following documents in this Dashboard as standard first." +msgstr "" + +#: frappe/core/doctype/document_naming_settings/document_naming_settings.py:120 +msgid "Please set the series to be used." +msgstr "" + +#: frappe/core/doctype/system_settings/system_settings.py:121 +msgid "Please setup SMS before setting it as an authentication method, via SMS Settings" +msgstr "" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.js:102 +msgid "Please setup a message first" +msgstr "" + +#: frappe/email/doctype/email_account/email_account.py:406 +msgid "Please setup default Email Account from Settings > Email Account" +msgstr "" + +#: frappe/core/doctype/user/user.py:358 +msgid "Please setup default outgoing Email Account from Settings > Email Account" +msgstr "" + +#: frappe/public/js/frappe/model/model.js:803 +msgid "Please specify" +msgstr "" + +#: frappe/permissions.py:773 +msgid "Please specify a valid parent DocType for {0}" +msgstr "" + +#: frappe/email/doctype/notification/notification.py:88 +msgid "Please specify which date field must be checked" +msgstr "" + +#: frappe/email/doctype/notification/notification.py:91 +msgid "Please specify which value field must be checked" +msgstr "" + +#: frappe/public/js/frappe/request.js:184 +#: frappe/public/js/frappe/views/translation_manager.js:102 +msgid "Please try again" +msgstr "" + +#: frappe/integrations/google_oauth.py:56 +msgid "Please update {} before continuing." +msgstr "" + +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:333 +msgid "Please use a valid LDAP search filter" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.py:336 +msgid "Please verify your Email Address" +msgstr "" + +#: frappe/utils/password.py:205 +msgid "Please visit https://frappecloud.com/docs/sites/migrate-an-existing-site#encryption-key for more information." +msgstr "" + +#. Label of a Select field in DocType 'Energy Point Settings' +#: frappe/social/doctype/energy_point_settings/energy_point_settings.json +msgid "Point Allocation Periodicity" +msgstr "" + +#. Label of a Int field in DocType 'Energy Point Log' +#. Label of a Int field in DocType 'Energy Point Rule' +#: frappe/public/js/frappe/form/sidebar/review.js:75 +#: frappe/social/doctype/energy_point_log/energy_point_log.json +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +msgid "Points" +msgstr "" + +#: frappe/templates/emails/energy_points_summary.html:40 +msgid "Points Given" +msgstr "" + +#. Option for the 'SocketIO Transport Mode' (Select) field in DocType 'System +#. Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Polling" +msgstr "" + +#. Label of a Check field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Popover Element" +msgstr "" + +#. Label of a HTML Editor field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Popover or Modal Description" +msgstr "" + +#. Label of a Data field in DocType 'Email Account' +#. Label of a Data field in DocType 'Email Domain' +#. Label of a Int field in DocType 'Network Printer Settings' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_domain/email_domain.json +#: frappe/printing/doctype/network_printer_settings/network_printer_settings.json +msgid "Port" +msgstr "" + +#. Label of a Card Break in the Website Workspace +#: frappe/website/workspace/website/website.json +msgid "Portal" +msgstr "" + +#. Label of a Table field in DocType 'Portal Settings' +#: frappe/website/doctype/portal_settings/portal_settings.json +msgid "Portal Menu" +msgstr "" + +#. Name of a DocType +#: frappe/website/doctype/portal_menu_item/portal_menu_item.json +msgid "Portal Menu Item" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Website Workspace +#: frappe/website/doctype/portal_settings/portal_settings.json +#: frappe/website/workspace/website/website.json +msgid "Portal Settings" +msgstr "" + +#: frappe/public/js/frappe/form/print_utils.js:31 +msgid "Portrait" +msgstr "" + +#. Label of a Select field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Position" +msgstr "" + +#: frappe/templates/discussions/comment_box.html:29 +#: frappe/templates/discussions/reply_card.html:15 +#: frappe/templates/discussions/reply_section.html:29 +#: frappe/templates/discussions/reply_section.html:53 +#: frappe/templates/discussions/topic_modal.html:11 +msgid "Post" +msgstr "" + +#: frappe/templates/discussions/reply_section.html:40 +msgid "Post it here, our mentors will help you out." +msgstr "" + +#. Option for the 'Address Type' (Select) field in DocType 'Address' +#: frappe/contacts/doctype/address/address.json +msgid "Postal" +msgstr "" + +#. Label of a Data field in DocType 'Address' +#: frappe/contacts/doctype/address/address.json +msgid "Postal Code" +msgstr "" + +#. Label of a Datetime field in DocType 'Changelog Feed' +#: frappe/desk/doctype/changelog_feed/changelog_feed.json +msgid "Posting Timestamp" +msgstr "" + +#. Group in Blog Category's connections +#: frappe/website/doctype/blog_category/blog_category.json +msgid "Posts" +msgstr "" + +#: frappe/website/doctype/blog_post/blog_post.py:258 +msgid "Posts by {0}" +msgstr "" + +#: frappe/website/doctype/blog_post/blog_post.py:250 +msgid "Posts filed under {0}" +msgstr "" + +#. Label of a Select field in DocType 'DocField' +#. Label of a Select field in DocType 'Custom Field' +#. Label of a Select field in DocType 'Customize Form Field' +#. Label of a Select field in DocType 'Web Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Precision" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1362 +msgid "Precision should be between 1 and 6" +msgstr "" + +#: frappe/utils/password_strength.py:183 +msgid "Predictable substitutions like '@' instead of 'a' don't help very much." +msgstr "" + +#: frappe/desk/page/setup_wizard/install_fixtures.py:35 +msgid "Prefer not to say" +msgstr "" + +#. Label of a Check field in DocType 'Address' +#: frappe/contacts/doctype/address/address.json +msgid "Preferred Billing Address" +msgstr "" + +#. Label of a Check field in DocType 'Address' +#: frappe/contacts/doctype/address/address.json +msgid "Preferred Shipping Address" +msgstr "" + +#. Label of a Data field in DocType 'Document Naming Rule' +#. Label of a Autocomplete field in DocType 'Document Naming Settings' +#: frappe/core/doctype/document_naming_rule/document_naming_rule.json +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Prefix" +msgstr "" + +#. Name of a DocType +#. Label of a Check field in DocType 'Report' +#: frappe/core/doctype/prepared_report/prepared_report.json +#: frappe/core/doctype/report/report.json +msgid "Prepared Report" +msgstr "" + +#. Name of a role +#: frappe/core/doctype/prepared_report/prepared_report.json +msgid "Prepared Report User" +msgstr "" + +#: frappe/desk/query_report.py:302 +msgid "Prepared report render failed" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:471 +msgid "Preparing Report" +msgstr "" + +#: frappe/public/js/frappe/views/communication.js:419 +msgid "Prepend the template to the email message" +msgstr "" + +#: frappe/public/js/frappe/ui/keyboard.js:138 +msgid "Press Alt Key to trigger additional shortcuts in Menu and Sidebar" +msgstr "" + +#: frappe/public/js/frappe/list/list_filter.js:134 +msgid "Press Enter to save" +msgstr "" + +#. Label of a Section Break field in DocType 'Data Import' +#. Label of a Section Break field in DocType 'File' +#. Label of a Section Break field in DocType 'Custom HTML Block' +#. Label of a Tab Break field in DocType 'Webhook' +#. Label of a Attach Image field in DocType 'Print Style' +#: frappe/core/doctype/data_import/data_import.json +#: frappe/core/doctype/file/file.json +#: frappe/desk/doctype/custom_html_block/custom_html_block.json +#: frappe/email/doctype/newsletter/newsletter.js:14 +#: frappe/email/doctype/newsletter/newsletter.js:42 +#: frappe/integrations/doctype/webhook/webhook.json +#: frappe/printing/doctype/print_style/print_style.json +#: frappe/public/js/frappe/form/controls/markdown_editor.js:17 +#: frappe/public/js/frappe/form/controls/markdown_editor.js:31 +#: frappe/public/js/frappe/ui/capture.js:228 +msgid "Preview" +msgstr "" + +#. Label of a HTML field in DocType 'File' +#: frappe/core/doctype/file/file.json +msgid "Preview HTML" +msgstr "" + +#. Label of a Attach Image field in DocType 'Blog Category' +#. Label of a Attach Image field in DocType 'Blog Settings' +#: frappe/website/doctype/blog_category/blog_category.json +#: frappe/website/doctype/blog_settings/blog_settings.json +msgid "Preview Image" +msgstr "" + +#. Label of a Button field in DocType 'Auto Repeat' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +msgid "Preview Message" +msgstr "" + +#: frappe/public/js/form_builder/form_builder.bundle.js:83 +msgid "Preview Mode" +msgstr "" + +#. Label of a Text field in DocType 'Document Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Preview of generated names" +msgstr "" + +#: frappe/public/js/print_format_builder/Preview.vue:103 +msgid "Preview type" +msgstr "" + +#: frappe/email/doctype/email_group/email_group.js:90 +msgid "Preview:" +msgstr "" + +#: frappe/public/js/frappe/web_form/web_form.js:95 +#: frappe/public/js/onboarding_tours/onboarding_tours.js:16 +#: frappe/templates/includes/slideshow.html:34 +#: frappe/website/web_template/slideshow/slideshow.html:40 +msgid "Previous" +msgstr "" + +#: frappe/public/js/frappe/ui/slides.js:351 +msgctxt "Go to previous slide" +msgid "Previous" +msgstr "" + +#: frappe/public/js/frappe/form/toolbar.js:290 +msgid "Previous Document" +msgstr "" + +#. Label of a Small Text field in DocType 'Transaction Log' +#: frappe/core/doctype/transaction_log/transaction_log.json +msgid "Previous Hash" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:2115 +msgid "Previous Submission" +msgstr "" + +#. Option for the 'Style' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "Primary" +msgstr "" + +#: frappe/public/js/frappe/form/templates/address_list.html:21 +msgid "Primary Address" +msgstr "" + +#. Label of a Link field in DocType 'Website Theme' +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Primary Color" +msgstr "" + +#: frappe/public/js/frappe/form/templates/contact_list.html:17 +msgid "Primary Contact" +msgstr "" + +#: frappe/public/js/frappe/form/templates/contact_list.html:63 +msgid "Primary Email" +msgstr "" + +#: frappe/public/js/frappe/form/templates/contact_list.html:43 +msgid "Primary Mobile" +msgstr "" + +#: frappe/public/js/frappe/form/templates/contact_list.html:35 +msgid "Primary Phone" +msgstr "" + +#. Label of a Check field in DocType 'Custom DocPerm' +#. Label of a Check field in DocType 'DocPerm' +#. Label of a Check field in DocType 'User Document Type' +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/docperm/docperm.json +#: frappe/core/doctype/success_action/success_action.js:58 +#: frappe/core/doctype/user_document_type/user_document_type.json +#: frappe/printing/page/print/print.js:65 +#: frappe/public/js/frappe/form/success_action.js:81 +#: frappe/public/js/frappe/form/templates/print_layout.html:46 +#: frappe/public/js/frappe/form/toolbar.js:322 +#: frappe/public/js/frappe/form/toolbar.js:334 +#: frappe/public/js/frappe/list/bulk_operations.js:95 +#: frappe/public/js/frappe/views/reports/query_report.js:1649 +#: frappe/public/js/frappe/views/reports/report_view.js:1461 +#: frappe/public/js/frappe/views/treeview.js:456 frappe/www/printview.html:18 +msgid "Print" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1918 +msgctxt "Button in list view actions menu" +msgid "Print" +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:48 +msgid "Print Documents" +msgstr "" + +#. Label of a Link field in DocType 'Auto Repeat' +#. Linked DocType in DocType's connections +#. Linked DocType in Module Def's connections +#. Label of a Link in the Build Workspace +#. Label of a Link field in DocType 'Notification' +#. Name of a DocType +#. Label of a Link field in DocType 'Web Form' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/module_def/module_def.json +#: frappe/core/workspace/build/build.json +#: frappe/email/doctype/notification/notification.json +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/printing/page/print/print.js:94 +#: frappe/printing/page/print/print.js:822 +#: frappe/public/js/frappe/list/bulk_operations.js:59 +#: frappe/website/doctype/web_form/web_form.json +msgid "Print Format" +msgstr "" + +#. Label of a Link in the Tools Workspace +#. Label of a shortcut in the Build Workspace +#. Label of a Check field in DocType 'Print Format' +#: frappe/automation/workspace/tools/tools.json +#: frappe/core/workspace/build/build.json +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/printing/page/print_format_builder/print_format_builder.js:44 +#: frappe/printing/page/print_format_builder/print_format_builder.js:67 +#: frappe/printing/page/print_format_builder_beta/print_format_builder_beta.js:4 +msgid "Print Format Builder" +msgstr "" + +#. Label of a Link in the Tools Workspace +#: frappe/automation/workspace/tools/tools.json +msgid "Print Format Builder (New)" +msgstr "" + +#. Label of a Check field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "Print Format Builder Beta" +msgstr "" + +#: frappe/utils/pdf.py:57 +msgid "Print Format Error" +msgstr "" + +#. Name of a DocType +#: frappe/printing/doctype/print_format_field_template/print_format_field_template.json +msgid "Print Format Field Template" +msgstr "" + +#. Label of a HTML field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "Print Format Help" +msgstr "" + +#. Label of a Select field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "Print Format Type" +msgstr "" + +#: frappe/www/printview.py:409 +msgid "Print Format {0} is disabled" +msgstr "" + +#. Description of the Onboarding Step 'Customize Print Formats' +#: frappe/custom/onboarding_step/print_format/print_format.json +msgid "Print Formats allow you can define looks for documents when printed or converted to PDF. You can also create a custom Print Format using drag-and-drop tools." +msgstr "" + +#. Label of a Link in the Tools Workspace +#. Name of a DocType +#. Label of a Data field in DocType 'Print Heading' +#: frappe/automation/workspace/tools/tools.json +#: frappe/printing/doctype/print_heading/print_heading.json +msgid "Print Heading" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Print Hide" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Print Hide If No Value" +msgstr "" + +#: frappe/public/js/frappe/views/communication.js:156 +msgid "Print Language" +msgstr "" + +#: frappe/public/js/frappe/form/print_utils.js:197 +msgid "Print Sent to the printer!" +msgstr "" + +#. Label of a Section Break field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Print Server" +msgstr "" + +#. Label of a Link in the Tools Workspace +#. Label of a Section Break field in DocType 'Notification' +#. Name of a DocType +#: frappe/automation/workspace/tools/tools.json +#: frappe/email/doctype/notification/notification.json +#: frappe/printing/doctype/print_settings/print_settings.json +#: frappe/printing/doctype/print_style/print_style.js:6 +#: frappe/printing/page/print/print.js:160 +#: frappe/public/js/frappe/form/print_utils.js:71 +#: frappe/public/js/frappe/form/templates/print_layout.html:35 +msgid "Print Settings" +msgstr "" + +#. Label of a Section Break field in DocType 'Print Settings' +#. Label of a Link field in DocType 'Print Settings' +#. Name of a DocType +#: frappe/printing/doctype/print_settings/print_settings.json +#: frappe/printing/doctype/print_style/print_style.json +msgid "Print Style" +msgstr "" + +#. Label of a Data field in DocType 'Print Style' +#: frappe/printing/doctype/print_style/print_style.json +msgid "Print Style Name" +msgstr "" + +#. Label of a HTML field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Print Style Preview" +msgstr "" + +#. Label of a Data field in DocType 'DocField' +#. Label of a Data field in DocType 'Custom Field' +#. Label of a Data field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Print Width" +msgstr "" + +#. Description of the 'Print Width' (Data) field in DocType 'Customize Form +#. Field' +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Print Width of the field, if the field is a column in a table" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:169 +msgid "Print document" +msgstr "" + +#. Label of a Check field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Print with letterhead" +msgstr "" + +#: frappe/printing/page/print/print.js:831 +msgid "Printer" +msgstr "" + +#: frappe/printing/page/print/print.js:808 +msgid "Printer Mapping" +msgstr "" + +#. Label of a Select field in DocType 'Network Printer Settings' +#: frappe/printing/doctype/network_printer_settings/network_printer_settings.json +msgid "Printer Name" +msgstr "" + +#: frappe/printing/page/print/print.js:800 +msgid "Printer Settings" +msgstr "" + +#: frappe/printing/page/print/print.js:548 +msgid "Printer mapping not set." +msgstr "" + +#. Label of a Card Break in the Tools Workspace +#: frappe/automation/workspace/tools/tools.json +msgid "Printing" +msgstr "" + +#: frappe/utils/print_format.py:282 +msgid "Printing failed" +msgstr "" + +#. Label of a Int field in DocType 'Assignment Rule' +#. Label of a Int field in DocType 'Document Naming Rule' +#. Label of a Select field in DocType 'ToDo' +#. Label of a Int field in DocType 'Email Queue' +#. Label of a Int field in DocType 'Web Page' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +#: frappe/core/doctype/document_naming_rule/document_naming_rule.json +#: frappe/desk/doctype/todo/todo.json frappe/desk/report/todo/todo.py:37 +#: frappe/email/doctype/email_queue/email_queue.json +#: frappe/public/js/frappe/form/sidebar/assign_to.js:210 +#: frappe/website/doctype/web_page/web_page.json +msgid "Priority" +msgstr "" + +#. Label of a Check field in DocType 'Custom HTML Block' +#. Option for the 'Event Type' (Select) field in DocType 'Event' +#. Label of a Check field in DocType 'Kanban Board' +#: frappe/desk/doctype/custom_html_block/custom_html_block.json +#: frappe/desk/doctype/event/event.json +#: frappe/desk/doctype/kanban_board/kanban_board.json +#: frappe/desk/doctype/note/note_list.js:8 +#: frappe/public/js/frappe/file_uploader/FilePreview.vue:34 +msgid "Private" +msgstr "" + +#. Label of a Float field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Private Files (MB)" +msgstr "" + +#. Description of the 'Auto Reply Message' (Text Editor) field in DocType +#. 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "ProTip: Add Reference: {{ reference_doctype }} {{ reference_name }} to send document reference" +msgstr "" + +#: frappe/core/doctype/document_naming_rule/document_naming_rule.js:22 +msgid "Proceed" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:859 +msgid "Proceed Anyway" +msgstr "" + +#: frappe/public/js/frappe/form/controls/table.js:104 +msgid "Processing" +msgstr "" + +#: frappe/email/doctype/email_queue/email_queue.py:433 +msgid "Processing..." +msgstr "" + +#: frappe/desk/page/setup_wizard/install_fixtures.py:52 +msgid "Prof" +msgstr "" + +#. Group in User's connections +#: frappe/core/doctype/user/user.json +msgid "Profile" +msgstr "" + +#: frappe/public/js/frappe/socketio_client.js:78 +msgid "Progress" +msgstr "" + +#: frappe/public/js/frappe/views/kanban/kanban_view.js:408 +msgid "Project" +msgstr "" + +#. Label of a Data field in DocType 'Property Setter' +#: frappe/core/doctype/version/version_view.html:12 +#: frappe/core/doctype/version/version_view.html:37 +#: frappe/core/doctype/version/version_view.html:74 +#: frappe/custom/doctype/property_setter/property_setter.json +msgid "Property" +msgstr "" + +#. Label of a Section Break field in DocType 'Customize Form Field' +#. Label of a Section Break field in DocType 'Web Form Field' +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Property Depends On" +msgstr "" + +#. Linked DocType in Module Def's connections +#. Name of a DocType +#: frappe/core/doctype/module_def/module_def.json +#: frappe/custom/doctype/property_setter/property_setter.json +msgid "Property Setter" +msgstr "" + +#. Description of a DocType +#: frappe/custom/doctype/property_setter/property_setter.json +msgid "Property Setter overrides a standard DocType or Field property" +msgstr "" + +#. Label of a Data field in DocType 'Property Setter' +#: frappe/custom/doctype/property_setter/property_setter.json +msgid "Property Type" +msgstr "" + +#. Description of the 'Allowed File Extensions' (Small Text) field in DocType +#. 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Provide a list of allowed file extensions for file uploads. Each line should contain one allowed file type. If unset, all file extensions are allowed. Example:
    CSV
    JPG
    PNG" +msgstr "" + +#. Label of a Data field in DocType 'User Social Login' +#: frappe/core/doctype/user_social_login/user_social_login.json +msgid "Provider" +msgstr "" + +#. Label of a Data field in DocType 'Connected App' +#. Label of a Data field in DocType 'Social Login Key' +#. Label of a Data field in DocType 'Token Cache' +#: frappe/integrations/doctype/connected_app/connected_app.json +#: frappe/integrations/doctype/social_login_key/social_login_key.json +#: frappe/integrations/doctype/token_cache/token_cache.json +msgid "Provider Name" +msgstr "" + +#. Option for the 'Event Type' (Select) field in DocType 'Event' +#. Label of a Check field in DocType 'Note' +#. Label of a Check field in DocType 'Workspace' +#: frappe/desk/doctype/event/event.json frappe/desk/doctype/note/note.json +#: frappe/desk/doctype/note/note_list.js:6 +#: frappe/desk/doctype/workspace/workspace.json +#: frappe/public/js/frappe/views/interaction.js:78 +#: frappe/public/js/frappe/views/workspace/workspace.js:658 +#: frappe/public/js/frappe/views/workspace/workspace.js:986 +#: frappe/public/js/frappe/views/workspace/workspace.js:1232 +msgid "Public" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:35 +msgctxt "Workspace Category" +msgid "Public" +msgstr "" + +#. Label of a Float field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Public Files (MB)" +msgstr "" + +#. Label of a Check field in DocType 'Package Release' +#: frappe/core/doctype/package_release/package_release.json +#: frappe/website/doctype/blog_post/blog_post.js:36 +#: frappe/website/doctype/web_form/web_form.js:86 +msgid "Publish" +msgstr "" + +#. Label of a Section Break field in DocType 'Newsletter' +#: frappe/email/doctype/newsletter/newsletter.json +msgid "Publish as a web page" +msgstr "" + +#. Label of a Check field in DocType 'Comment' +#. Label of a Check field in DocType 'Newsletter' +#. Label of a Check field in DocType 'Blog Category' +#. Label of a Check field in DocType 'Blog Post' +#. Label of a Check field in DocType 'Help Article' +#. Label of a Check field in DocType 'Help Category' +#. Label of a Check field in DocType 'Web Form' +#. Label of a Check field in DocType 'Web Page' +#: frappe/core/doctype/comment/comment.json +#: frappe/email/doctype/newsletter/newsletter.json +#: frappe/website/doctype/blog_category/blog_category.json +#: frappe/website/doctype/blog_post/blog_post.json +#: frappe/website/doctype/blog_post/blog_post_list.js:5 +#: frappe/website/doctype/help_article/help_article.json +#: frappe/website/doctype/help_category/help_category.json +#: frappe/website/doctype/web_form/web_form.json +#: frappe/website/doctype/web_form/web_form_list.js:5 +#: frappe/website/doctype/web_page/web_page.json +#: frappe/website/doctype/web_page/web_page_list.js:5 +msgid "Published" +msgstr "" + +#. Label of a Date field in DocType 'Blog Post' +#: frappe/website/doctype/blog_post/blog_post.json +msgid "Published On" +msgstr "" + +#: frappe/website/doctype/blog_post/templates/blog_post.html:59 +msgid "Published on" +msgstr "" + +#. Label of a Section Break field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "Publishing Dates" +msgstr "" + +#. Label of a Check field in DocType 'Google Calendar' +#: frappe/integrations/doctype/google_calendar/google_calendar.json +msgid "Pull from Google Calendar" +msgstr "" + +#. Label of a Check field in DocType 'Google Contacts' +#: frappe/integrations/doctype/google_contacts/google_contacts.json +msgid "Pull from Google Contacts" +msgstr "" + +#. Label of a Check field in DocType 'Event' +#: frappe/desk/doctype/event/event.json +msgid "Pulled from Google Calendar" +msgstr "" + +#. Label of a Check field in DocType 'Contact' +#: frappe/contacts/doctype/contact/contact.json +msgid "Pulled from Google Contacts" +msgstr "" + +#. Name of a role +#: frappe/contacts/doctype/contact/contact.json +msgid "Purchase Manager" +msgstr "" + +#. Name of a role +#: frappe/contacts/doctype/contact/contact.json +msgid "Purchase Master Manager" +msgstr "" + +#. Name of a role +#: frappe/contacts/doctype/address/address.json +#: frappe/contacts/doctype/contact/contact.json +#: frappe/geo/doctype/currency/currency.json +msgid "Purchase User" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'DocType State' +#. Option for the 'Indicator' (Select) field in DocType 'Kanban Board Column' +#: frappe/core/doctype/doctype_state/doctype_state.json +#: frappe/desk/doctype/kanban_board_column/kanban_board_column.json +msgid "Purple" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Integrations Workspace +#: frappe/integrations/doctype/push_notification_settings/push_notification_settings.json +#: frappe/integrations/workspace/integrations/integrations.json +msgid "Push Notification Settings" +msgstr "" + +#. Label of a Card Break in the Integrations Workspace +#: frappe/integrations/workspace/integrations/integrations.json +msgid "Push Notifications" +msgstr "" + +#. Label of a Check field in DocType 'Google Calendar' +#: frappe/integrations/doctype/google_calendar/google_calendar.json +msgid "Push to Google Calendar" +msgstr "" + +#. Label of a Check field in DocType 'Google Contacts' +#: frappe/integrations/doctype/google_contacts/google_contacts.json +msgid "Push to Google Contacts" +msgstr "" + +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.js:23 +msgid "Put on Hold" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'System Console' +#: frappe/desk/doctype/system_console/system_console.json +msgid "Python" +msgstr "" + +#: frappe/www/qrcode.html:3 +msgid "QR Code" +msgstr "" + +#: frappe/www/qrcode.html:6 +msgid "QR Code for Login Verification" +msgstr "" + +#: frappe/public/js/frappe/form/print_utils.js:206 +msgid "QZ Tray Failed: " +msgstr "" + +#. Option for the 'Frequency' (Select) field in DocType 'Auto Repeat' +#. Option for the 'Time Interval' (Select) field in DocType 'Dashboard Chart' +#. Option for the 'Period' (Select) field in DocType 'Auto Email Report' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +#: frappe/public/js/frappe/utils/common.js:401 +msgid "Quarterly" +msgstr "" + +#. Label of a Data field in DocType 'Recorder Query' +#. Label of a Code field in DocType 'Report' +#: frappe/core/doctype/recorder_query/recorder_query.json +#: frappe/core/doctype/report/report.json +msgid "Query" +msgstr "" + +#. Label of a Section Break field in DocType 'Report' +#: frappe/core/doctype/report/report.json +msgid "Query / Script" +msgstr "" + +#. Label of a Small Text field in DocType 'Contact Us Settings' +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +msgid "Query Options" +msgstr "" + +#. Label of a Table field in DocType 'Connected App' +#. Name of a DocType +#: frappe/integrations/doctype/connected_app/connected_app.json +#: frappe/integrations/doctype/query_parameters/query_parameters.json +msgid "Query Parameters" +msgstr "" + +#. Option for the 'Report Type' (Select) field in DocType 'Report' +#: frappe/core/doctype/report/report.json +#: frappe/public/js/frappe/views/reports/query_report.js:17 +msgid "Query Report" +msgstr "" + +#: frappe/core/doctype/recorder/recorder.py:198 +msgid "Query analysis complete. Check suggested indexes." +msgstr "" + +#: frappe/utils/safe_exec.py:477 +msgid "Query must be of SELECT or read-only WITH type." +msgstr "" + +#. Label of a Select field in DocType 'RQ Job' +#. Label of a Data field in DocType 'System Health Report Queue' +#: frappe/core/doctype/rq_job/rq_job.json +#: frappe/desk/doctype/system_health_report_queue/system_health_report_queue.json +msgid "Queue" +msgstr "" + +#. Label of a Table field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Queue Status" +msgstr "" + +#. Label of a Select field in DocType 'RQ Worker' +#: frappe/core/doctype/rq_worker/rq_worker.json +msgid "Queue Type(s)" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#. Label of a Check field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Queue in Background (BETA)" +msgstr "" + +#: frappe/utils/background_jobs.py:441 +msgid "Queue should be one of {0}" +msgstr "" + +#. Label of a Data field in DocType 'RQ Worker' +#: frappe/core/doctype/rq_worker/rq_worker.json +msgid "Queue(s)" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Prepared Report' +#. Option for the 'Status' (Select) field in DocType 'Submission Queue' +#. Option for the 'Status' (Select) field in DocType 'Integration Request' +#: frappe/core/doctype/prepared_report/prepared_report.json +#: frappe/core/doctype/submission_queue/submission_queue.json +#: frappe/email/doctype/newsletter/newsletter.js:208 +#: frappe/integrations/doctype/integration_request/integration_request.json +msgid "Queued" +msgstr "" + +#. Label of a Datetime field in DocType 'Prepared Report' +#: frappe/core/doctype/prepared_report/prepared_report.json +msgid "Queued At" +msgstr "" + +#. Label of a Data field in DocType 'Prepared Report' +#: frappe/core/doctype/prepared_report/prepared_report.json +msgid "Queued By" +msgstr "" + +#: frappe/core/doctype/submission_queue/submission_queue.py:174 +msgid "Queued for Submission. You can track the progress over {0}." +msgstr "" + +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.py:65 +#: frappe/integrations/doctype/google_drive/google_drive.py:155 +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.py:82 +msgid "Queued for backup. It may take a few minutes to an hour." +msgstr "" + +#: frappe/desk/page/backups/backups.py:93 +msgid "Queued for backup. You will receive an email with the download link" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.js:95 +msgid "Queued {0} emails" +msgstr "" + +#. Label of a Data field in DocType 'System Health Report Workers' +#: frappe/desk/doctype/system_health_report_workers/system_health_report_workers.json +msgid "Queues" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.js:90 +msgid "Queuing emails..." +msgstr "" + +#: frappe/desk/doctype/bulk_update/bulk_update.py:87 +msgid "Queuing {0} for Submission" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#. Label of a Check field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Quick Entry" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:3 +msgid "Quick Help for Setting Permissions" +msgstr "" + +#. Label of a Code field in DocType 'Workspace Quick List' +#: frappe/desk/doctype/workspace_quick_list/workspace_quick_list.json +msgid "Quick List Filter" +msgstr "" + +#. Label of a Tab Break field in DocType 'Workspace' +#. Label of a Table field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "Quick Lists" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_utils.js:286 +msgid "Quoting must be between 0 and 3" +msgstr "" + +#. Label of a Section Break field in DocType 'Access Log' +#: frappe/core/doctype/access_log/access_log.json +msgid "RAW Information Log" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/rq_job/rq_job.json +msgid "RQ Job" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/rq_worker/rq_worker.json +msgid "RQ Worker" +msgstr "" + +#. Option for the 'Naming Rule' (Select) field in DocType 'DocType' +#. Option for the 'Naming Rule' (Select) field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Random" +msgstr "" + +#: frappe/website/report/website_analytics/website_analytics.js:20 +msgid "Range" +msgstr "" + +#: frappe/desk/page/user_profile/user_profile_controller.js:402 +msgid "Rank" +msgstr "" + +#. Label of a Section Break field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "Rate Limiting" +msgstr "" + +#. Label of a Section Break field in DocType 'Blog Settings' +#: frappe/website/doctype/blog_settings/blog_settings.json +msgid "Rate Limits" +msgstr "" + +#. Label of a Int field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Rate limit for email link login" +msgstr "" + +#. Label of a Int field in DocType 'Communication' +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Rating" +msgstr "" + +#. Label of a Code field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/printing/doctype/print_format/print_format.py:89 +msgid "Raw Commands" +msgstr "" + +#. Label of a Code field in DocType 'Unhandled Email' +#: frappe/email/doctype/unhandled_email/unhandled_email.json +msgid "Raw Email" +msgstr "" + +#. Label of a Check field in DocType 'Print Format' +#. Label of a Section Break field in DocType 'Print Settings' +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Raw Printing" +msgstr "" + +#: frappe/printing/page/print/print.js:165 +msgid "Raw Printing Setting" +msgstr "" + +#: frappe/public/js/frappe/form/templates/print_layout.html:37 +msgid "Raw Printing Settings" +msgstr "" + +#: frappe/desk/doctype/console_log/console_log.js:6 +msgid "Re-Run in Console" +msgstr "" + +#: frappe/email/doctype/email_account/email_account.py:673 +msgid "Re:" +msgstr "" + +#: frappe/core/doctype/communication/communication.js:268 +#: frappe/public/js/frappe/form/footer/form_timeline.js:589 +#: frappe/public/js/frappe/views/communication.js:355 +msgid "Re: {0}" +msgstr "" + +#. Option for the 'Delivery Status' (Select) field in DocType 'Communication' +#. Label of a Check field in DocType 'Custom DocPerm' +#. Label of a Check field in DocType 'DocPerm' +#. Label of a Check field in DocType 'DocShare' +#. Label of a Check field in DocType 'User Document Type' +#. Label of a Check field in DocType 'Notification Log' +#. Option for the 'Action' (Select) field in DocType 'Email Flag Queue' +#: frappe/client.py:459 frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/docperm/docperm.json +#: frappe/core/doctype/docshare/docshare.json +#: frappe/core/doctype/user_document_type/user_document_type.json +#: frappe/desk/doctype/notification_log/notification_log.json +#: frappe/email/doctype/email_flag_queue/email_flag_queue.json +msgid "Read" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Label of a Check field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Label of a Check field in DocType 'Customize Form Field' +#. Label of a Check field in DocType 'Web Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/public/js/form_builder/form_builder.bundle.js:83 +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Read Only" +msgstr "" + +#. Label of a Code field in DocType 'Custom Field' +#. Label of a Code field in DocType 'Customize Form Field' +#. Label of a Code field in DocType 'Web Form Field' +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Read Only Depends On" +msgstr "" + +#. Label of a Code field in DocType 'DocField' +#: frappe/core/doctype/docfield/docfield.json +msgid "Read Only Depends On (JS)" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/navbar.html:16 +#: frappe/templates/includes/navbar/navbar_items.html:97 +msgid "Read Only Mode" +msgstr "" + +#. Label of a Int field in DocType 'Blog Post' +#: frappe/website/doctype/blog_post/blog_post.json +msgid "Read Time" +msgstr "" + +#. Label of a Check field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Read by Recipient" +msgstr "" + +#. Label of a Datetime field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Read by Recipient On" +msgstr "" + +#: frappe/desk/doctype/note/note.js:10 +msgid "Read mode" +msgstr "" + +#: frappe/utils/safe_exec.py:93 +msgid "Read the documentation to know more" +msgstr "" + +#. Label of a Markdown Editor field in DocType 'Package' +#: frappe/core/doctype/package/package.json +msgid "Readme" +msgstr "" + +#. Label of a Section Break field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Realtime (SocketIO)" +msgstr "" + +#. Label of a Long Text field in DocType 'Unhandled Email' +#. Label of a Text field in DocType 'Energy Point Log' +#: frappe/email/doctype/unhandled_email/unhandled_email.json +#: frappe/public/js/frappe/form/sidebar/review.js:85 +#: frappe/social/doctype/energy_point_log/energy_point_log.js:20 +#: frappe/social/doctype/energy_point_log/energy_point_log.json +msgid "Reason" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:820 +msgid "Rebuild" +msgstr "" + +#: frappe/public/js/frappe/views/treeview.js:475 +msgid "Rebuild Tree" +msgstr "" + +#: frappe/utils/nestedset.py:181 +msgid "Rebuilding of tree is not supported for {}" +msgstr "" + +#. Option for the 'Sent or Received' (Select) field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Received" +msgstr "" + +#: frappe/integrations/doctype/token_cache/token_cache.py:50 +msgid "Received an invalid token type." +msgstr "" + +#. Label of a Select field in DocType 'Notification Recipient' +#: frappe/email/doctype/notification_recipient/notification_recipient.json +msgid "Receiver By Document Field" +msgstr "" + +#. Label of a Link field in DocType 'Notification Recipient' +#: frappe/email/doctype/notification_recipient/notification_recipient.json +msgid "Receiver By Role" +msgstr "" + +#. Label of a Data field in DocType 'SMS Settings' +#: frappe/core/doctype/sms_settings/sms_settings.json +msgid "Receiver Parameter" +msgstr "" + +#: frappe/desk/page/user_profile/user_profile.html:39 +msgid "Recent Activity" +msgstr "" + +#: frappe/utils/password_strength.py:117 +msgid "Recent years are easy to guess." +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:532 +msgid "Recents" +msgstr "" + +#. Label of a Table field in DocType 'Email Queue' +#. Label of a Data field in DocType 'Email Queue Recipient' +#: frappe/email/doctype/email_queue/email_queue.json +#: frappe/email/doctype/email_queue_recipient/email_queue_recipient.json +msgid "Recipient" +msgstr "" + +#. Option for the 'Delivery Status' (Select) field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Recipient Unsubscribed" +msgstr "" + +#. Label of a Small Text field in DocType 'Auto Repeat' +#. Label of a Section Break field in DocType 'Notification' +#. Label of a Table field in DocType 'Notification' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/email/doctype/notification/notification.json +msgid "Recipients" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/recorder/recorder.json +msgid "Recorder" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/recorder_query/recorder_query.json +msgid "Recorder Query" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/recorder_suggested_index/recorder_suggested_index.json +msgid "Recorder Suggested Index" +msgstr "" + +#: frappe/core/doctype/user_permission/user_permission_help.html:2 +msgid "Records for following doctypes will be filtered" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1570 +msgid "Recursive Fetch From" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'DocType State' +#. Option for the 'Indicator' (Select) field in DocType 'Kanban Board Column' +#: frappe/core/doctype/doctype_state/doctype_state.json +#: frappe/desk/doctype/kanban_board_column/kanban_board_column.json +msgid "Red" +msgstr "" + +#. Label of a Select field in DocType 'Website Route Redirect' +#: frappe/website/doctype/website_route_redirect/website_route_redirect.json +msgid "Redirect HTTP Status" +msgstr "" + +#. Label of a Data field in DocType 'Connected App' +#: frappe/integrations/doctype/connected_app/connected_app.json +msgid "Redirect URI" +msgstr "" + +#. Label of a Data field in DocType 'OAuth Authorization Code' +#: frappe/integrations/doctype/oauth_authorization_code/oauth_authorization_code.json +msgid "Redirect URI Bound To Auth Code" +msgstr "" + +#. Label of a Text field in DocType 'OAuth Client' +#: frappe/integrations/doctype/oauth_client/oauth_client.json +msgid "Redirect URIs" +msgstr "" + +#. Label of a Small Text field in DocType 'User' +#. Label of a Data field in DocType 'Social Login Key' +#: frappe/core/doctype/user/user.json +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Redirect URL" +msgstr "" + +#. Description of the 'Default App' (Select) field in DocType 'System Settings' +#. Description of the 'Default App' (Select) field in DocType 'User' +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/core/doctype/user/user.json +msgid "Redirect to the selected app after login" +msgstr "" + +#. Description of the 'Welcome URL' (Data) field in DocType 'Email Group' +#: frappe/email/doctype/email_group/email_group.json +msgid "Redirect to this URL after successful confirmation." +msgstr "" + +#. Label of a Tab Break field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Redirects" +msgstr "" + +#: frappe/sessions.py:147 +msgid "Redis cache server not running. Please contact Administrator / Tech support" +msgstr "" + +#: frappe/public/js/frappe/form/toolbar.js:463 +msgid "Redo" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:163 +#: frappe/public/js/frappe/form/toolbar.js:471 +msgid "Redo last action" +msgstr "" + +#. Label of a Link field in DocType 'Report' +#: frappe/core/doctype/report/report.json +msgid "Ref DocType" +msgstr "" + +#: frappe/desk/doctype/form_tour/form_tour.js:38 +msgid "Referance Doctype and Dashboard Name both can't be used at the same time." +msgstr "" + +#. Label of a Section Break field in DocType 'Address' +#. Label of a Section Break field in DocType 'Contact' +#. Label of a Section Break field in DocType 'Activity Log' +#. Label of a Section Break field in DocType 'Communication' +#. Label of a Section Break field in DocType 'ToDo' +#. Label of a Section Break field in DocType 'Integration Request' +#: frappe/contacts/doctype/address/address.json +#: frappe/contacts/doctype/contact/contact.json +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/user_type/user_type_dashboard.py:5 +#: frappe/desk/doctype/todo/todo.json frappe/desk/report/todo/todo.py:42 +#: frappe/integrations/doctype/integration_request/integration_request.json +#: frappe/public/js/frappe/views/interaction.js:54 +msgid "Reference" +msgstr "" + +#. Label of a Select field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Reference Date" +msgstr "" + +#. Label of a Data field in DocType 'Email Queue' +#: frappe/email/doctype/email_queue/email_queue.json +msgid "Reference DocName" +msgstr "" + +#. Label of a Link field in DocType 'Error Log' +#. Label of a Link field in DocType 'Submission Queue' +#: frappe/core/doctype/error_log/error_log.json +#: frappe/core/doctype/submission_queue/submission_queue.json +msgid "Reference DocType" +msgstr "" + +#: frappe/email/doctype/email_unsubscribe/email_unsubscribe.py:26 +msgid "Reference DocType and Reference Name are required" +msgstr "" + +#. Label of a Dynamic Link field in DocType 'Submission Queue' +#. Label of a Dynamic Link field in DocType 'Discussion Topic' +#: frappe/core/doctype/submission_queue/submission_queue.json +#: frappe/website/doctype/discussion_topic/discussion_topic.json +msgid "Reference Docname" +msgstr "" + +#. Label of a Link field in DocType 'Discussion Topic' +#: frappe/core/doctype/communication/communication.js:143 +#: frappe/core/report/transaction_log_report/transaction_log_report.py:88 +#: frappe/website/doctype/discussion_topic/discussion_topic.json +msgid "Reference Doctype" +msgstr "" + +#. Label of a Dynamic Link field in DocType 'Auto Repeat' +#. Label of a Data field in DocType 'Access Log' +#. Label of a Link field in DocType 'Form Tour' +#. Label of a Link field in DocType 'Onboarding Step' +#. Label of a Data field in DocType 'Webhook Request Log' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/automation/doctype/auto_repeat/auto_repeat_schedule.html:4 +#: frappe/core/doctype/access_log/access_log.json +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +#: frappe/integrations/doctype/webhook_request_log/webhook_request_log.json +msgid "Reference Document" +msgstr "" + +#. Label of a Dynamic Link field in DocType 'Document Share Key' +#. Label of a Dynamic Link field in DocType 'Integration Request' +#: frappe/core/doctype/document_share_key/document_share_key.json +#: frappe/integrations/doctype/integration_request/integration_request.json +msgid "Reference Document Name" +msgstr "" + +#. Label of a Link field in DocType 'Auto Repeat' +#. Label of a Link field in DocType 'Activity Log' +#. Label of a Link field in DocType 'Comment' +#. Label of a Link field in DocType 'Communication' +#. Label of a Data field in DocType 'Custom DocPerm' +#. Label of a Data field in DocType 'Custom Role' +#. Label of a Link field in DocType 'Document Share Key' +#. Label of a Link field in DocType 'Server Script' +#. Label of a Link field in DocType 'Success Action' +#. Label of a Data field in DocType 'Transaction Log' +#. Label of a Link field in DocType 'View Log' +#. Label of a Link field in DocType 'Calendar View' +#. Label of a Link field in DocType 'Event Participants' +#. Label of a Link field in DocType 'Kanban Board' +#. Label of a Link field in DocType 'List Filter' +#. Label of a Link field in DocType 'Email Queue' +#. Label of a Link field in DocType 'Email Unsubscribe' +#. Label of a Link field in DocType 'Integration Request' +#. Label of a Link field in DocType 'Energy Point Log' +#. Label of a Link field in DocType 'Energy Point Rule' +#. Label of a Link field in DocType 'Portal Menu Item' +#. Label of a Link field in DocType 'Workflow Action' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/custom_role/custom_role.json +#: frappe/core/doctype/document_share_key/document_share_key.json +#: frappe/core/doctype/server_script/server_script.json +#: frappe/core/doctype/success_action/success_action.json +#: frappe/core/doctype/transaction_log/transaction_log.json +#: frappe/core/doctype/view_log/view_log.json +#: frappe/desk/doctype/calendar_view/calendar_view.json +#: frappe/desk/doctype/event_participants/event_participants.json +#: frappe/desk/doctype/kanban_board/kanban_board.json +#: frappe/desk/doctype/list_filter/list_filter.json +#: frappe/email/doctype/email_queue/email_queue.json +#: frappe/email/doctype/email_unsubscribe/email_unsubscribe.json +#: frappe/integrations/doctype/integration_request/integration_request.json +#: frappe/social/doctype/energy_point_log/energy_point_log.json +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +#: frappe/website/doctype/portal_menu_item/portal_menu_item.json +#: frappe/workflow/doctype/workflow_action/workflow_action.json +msgid "Reference Document Type" +msgstr "" + +#. Label of a Dynamic Link field in DocType 'Activity Log' +#. Label of a Dynamic Link field in DocType 'Comment' +#. Label of a Dynamic Link field in DocType 'Communication' +#. Label of a Data field in DocType 'Data Import Log' +#. Label of a Data field in DocType 'Error Log' +#. Label of a Dynamic Link field in DocType 'Event Participants' +#. Label of a Dynamic Link field in DocType 'ToDo' +#. Label of a Dynamic Link field in DocType 'Email Unsubscribe' +#. Label of a Data field in DocType 'Energy Point Log' +#. Label of a Dynamic Link field in DocType 'Workflow Action' +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.js:152 +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/data_import_log/data_import_log.json +#: frappe/core/doctype/error_log/error_log.json +#: frappe/core/report/transaction_log_report/transaction_log_report.py:94 +#: frappe/desk/doctype/event_participants/event_participants.json +#: frappe/desk/doctype/todo/todo.json +#: frappe/email/doctype/email_unsubscribe/email_unsubscribe.json +#: frappe/social/doctype/energy_point_log/energy_point_log.json +#: frappe/workflow/doctype/workflow_action/workflow_action.json +msgid "Reference Name" +msgstr "" + +#. Label of a Read Only field in DocType 'Activity Log' +#. Label of a Data field in DocType 'Comment' +#. Label of a Read Only field in DocType 'Communication' +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +msgid "Reference Owner" +msgstr "" + +#. Label of a Data field in DocType 'Report' +#. Label of a Link field in DocType 'Onboarding Step' +#. Label of a Data field in DocType 'Auto Email Report' +#: frappe/core/doctype/report/report.json +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Reference Report" +msgstr "" + +#. Label of a Link field in DocType 'ToDo' +#: frappe/desk/doctype/todo/todo.json +msgid "Reference Type" +msgstr "" + +#: frappe/social/doctype/energy_point_rule/energy_point_rule.py:145 +msgid "Reference document has been cancelled" +msgstr "" + +#. Label of a Dynamic Link field in DocType 'View Log' +#: frappe/core/doctype/view_log/view_log.json +msgid "Reference name" +msgstr "" + +#: frappe/templates/emails/auto_reply.html:3 +msgid "Reference: {0} {1}" +msgstr "" + +#. Label of a Data field in DocType 'Web Page View' +#: frappe/website/doctype/web_page_view/web_page_view.json +#: frappe/website/report/website_analytics/website_analytics.js:37 +msgid "Referrer" +msgstr "" + +#: frappe/printing/page/print/print.js:73 frappe/public/js/frappe/desk.js:134 +#: frappe/public/js/frappe/desk.js:533 +#: frappe/public/js/frappe/form/form.js:1132 +#: frappe/public/js/frappe/form/templates/print_layout.html:6 +#: frappe/public/js/frappe/list/base_list.js:65 +#: frappe/public/js/frappe/views/reports/query_report.js:1638 +#: frappe/public/js/frappe/views/treeview.js:462 +#: frappe/public/js/frappe/widgets/chart_widget.js:290 +#: frappe/public/js/frappe/widgets/number_card_widget.js:324 +#: frappe/public/js/print_format_builder/Preview.vue:24 +msgid "Refresh" +msgstr "" + +#: frappe/core/page/dashboard_view/dashboard_view.js:177 +msgid "Refresh All" +msgstr "" + +#. Label of a Button field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Refresh Google Sheet" +msgstr "" + +#. Label of a Password field in DocType 'Google Calendar' +#. Label of a Password field in DocType 'Google Contacts' +#. Label of a Data field in DocType 'Google Drive' +#. Label of a Data field in DocType 'OAuth Bearer Token' +#. Label of a Password field in DocType 'Token Cache' +#: frappe/integrations/doctype/google_calendar/google_calendar.json +#: frappe/integrations/doctype/google_contacts/google_contacts.json +#: frappe/integrations/doctype/google_drive/google_drive.json +#: frappe/integrations/doctype/oauth_bearer_token/oauth_bearer_token.json +#: frappe/integrations/doctype/token_cache/token_cache.json +msgid "Refresh Token" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:506 +msgctxt "Document count in list view" +msgid "Refreshing" +msgstr "" + +#: frappe/core/doctype/system_settings/system_settings.js:57 +#: frappe/core/doctype/user/user.js:361 +#: frappe/desk/page/setup_wizard/setup_wizard.js:204 +msgid "Refreshing..." +msgstr "" + +#: frappe/core/doctype/user/user.py:962 +msgid "Registered but disabled" +msgstr "" + +#. Option for the 'Delivery Status' (Select) field in DocType 'Communication' +#. Option for the 'Contribution Status' (Select) field in DocType 'Translation' +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/translation/translation.json +msgid "Rejected" +msgstr "" + +#: frappe/integrations/doctype/push_notification_settings/push_notification_settings.py:30 +msgid "Relay Server URL missing" +msgstr "" + +#. Label of a Section Break field in DocType 'Push Notification Settings' +#: frappe/integrations/doctype/push_notification_settings/push_notification_settings.json +msgid "Relay Settings" +msgstr "" + +#. Group in Package's connections +#: frappe/core/doctype/package/package.json +msgid "Release" +msgstr "" + +#. Label of a Markdown Editor field in DocType 'Package Release' +#: frappe/core/doctype/package_release/package_release.json +msgid "Release Notes" +msgstr "" + +#: frappe/core/doctype/communication/communication.js:48 +#: frappe/core/doctype/communication/communication.js:159 +msgid "Relink" +msgstr "" + +#: frappe/core/doctype/communication/communication.js:138 +msgid "Relink Communication" +msgstr "" + +#. Option for the 'Comment Type' (Select) field in DocType 'Comment' +#. Option for the 'Comment Type' (Select) field in DocType 'Communication' +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +msgid "Relinked" +msgstr "" + +#. Label of a standard navbar item +#. Type: Action +#: frappe/custom/doctype/customize_form/customize_form.js:120 frappe/hooks.py +#: frappe/public/js/frappe/form/toolbar.js:409 +msgid "Reload" +msgstr "" + +#: frappe/public/js/frappe/form/controls/attach.js:16 +msgid "Reload File" +msgstr "" + +#: frappe/public/js/frappe/list/base_list.js:249 +msgid "Reload List" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:100 +msgid "Reload Report" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Remember Last Selected Value" +msgstr "" + +#. Label of a Datetime field in DocType 'Reminder' +#: frappe/automation/doctype/reminder/reminder.json +#: frappe/public/js/frappe/form/reminders.js:33 +msgid "Remind At" +msgstr "" + +#: frappe/public/js/frappe/form/toolbar.js:437 +msgid "Remind Me" +msgstr "" + +#: frappe/public/js/frappe/form/reminders.js:13 +msgid "Remind Me In" +msgstr "" + +#. Name of a DocType +#: frappe/automation/doctype/reminder/reminder.json +msgid "Reminder" +msgstr "" + +#: frappe/automation/doctype/reminder/reminder.py:39 +msgid "Reminder cannot be created in past." +msgstr "" + +#: frappe/public/js/frappe/form/reminders.js:96 +msgid "Reminder set at {0}" +msgstr "" + +#: frappe/public/js/frappe/form/templates/form_sidebar.html:14 +#: frappe/public/js/frappe/ui/filters/edit_filter.html:4 +#: frappe/public/js/frappe/ui/group_by/group_by.html:4 +msgid "Remove" +msgstr "" + +#: frappe/core/doctype/rq_job/rq_job_list.js:8 +msgid "Remove Failed Jobs" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:488 +msgid "Remove Field" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:427 +msgid "Remove Section" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:138 +msgid "Remove all customizations?" +msgstr "" + +#: frappe/public/js/form_builder/components/Section.vue:286 +msgid "Remove all fields in the column" +msgstr "" + +#: frappe/public/js/form_builder/components/Section.vue:278 +#: frappe/public/js/frappe/utils/datatable.js:9 +#: frappe/public/js/print_format_builder/PrintFormatSection.vue:120 +msgid "Remove column" +msgstr "" + +#: frappe/public/js/form_builder/components/Field.vue:246 +msgid "Remove field" +msgstr "" + +#: frappe/public/js/form_builder/components/Section.vue:279 +msgid "Remove last column" +msgstr "" + +#: frappe/public/js/print_format_builder/PrintFormatSection.vue:130 +msgid "Remove page break" +msgstr "" + +#: frappe/public/js/form_builder/components/Section.vue:266 +#: frappe/public/js/print_format_builder/PrintFormatSection.vue:135 +msgid "Remove section" +msgstr "" + +#: frappe/public/js/form_builder/components/Tabs.vue:140 +msgid "Remove tab" +msgstr "" + +#: frappe/core/doctype/file/file.py:154 +msgid "Removed {0}" +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.js:137 +#: frappe/public/js/frappe/form/toolbar.js:235 +#: frappe/public/js/frappe/form/toolbar.js:239 +#: frappe/public/js/frappe/form/toolbar.js:399 +#: frappe/public/js/frappe/model/model.js:752 +#: frappe/public/js/frappe/views/treeview.js:277 +msgid "Rename" +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.js:116 +#: frappe/custom/doctype/custom_field/custom_field.js:136 +msgid "Rename Fieldname" +msgstr "" + +#: frappe/public/js/frappe/model/model.js:739 +msgid "Rename {0}" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:684 +msgid "Renamed files and replaced code in controllers, please check!" +msgstr "" + +#: frappe/public/js/print_format_builder/PrintFormatSection.vue:17 +msgid "Render labels to the left and values to the right in this section" +msgstr "" + +#: frappe/core/doctype/communication/communication.js:43 +#: frappe/desk/doctype/todo/todo.js:36 +msgid "Reopen" +msgstr "" + +#: frappe/public/js/frappe/form/toolbar.js:480 +msgid "Repeat" +msgstr "" + +#. Label of a Check field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Repeat Header and Footer" +msgstr "" + +#. Label of a Select field in DocType 'Event' +#: frappe/desk/doctype/event/event.json +msgid "Repeat On" +msgstr "" + +#. Label of a Date field in DocType 'Event' +#: frappe/desk/doctype/event/event.json +msgid "Repeat Till" +msgstr "" + +#. Label of a Int field in DocType 'Auto Repeat' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +msgid "Repeat on Day" +msgstr "" + +#. Label of a Table field in DocType 'Auto Repeat' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +msgid "Repeat on Days" +msgstr "" + +#. Label of a Check field in DocType 'Auto Repeat' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +msgid "Repeat on Last Day of the Month" +msgstr "" + +#. Label of a Check field in DocType 'Event' +#: frappe/desk/doctype/event/event.json +msgid "Repeat this Event" +msgstr "" + +#: frappe/utils/password_strength.py:104 +msgid "Repeats like \"aaa\" are easy to guess" +msgstr "" + +#: frappe/utils/password_strength.py:99 +msgid "Repeats like \"abcabcabc\" are only slightly harder to guess than \"abc\"" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/form_sidebar.js:135 +msgid "Repeats {0}" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Contact' +#. Option for the 'Status' (Select) field in DocType 'Communication' +#: frappe/contacts/doctype/contact/contact.json +#: frappe/core/doctype/communication/communication.json +msgid "Replied" +msgstr "" + +#. Label of a Text Editor field in DocType 'Discussion Reply' +#: frappe/core/doctype/communication/communication.js:57 +#: frappe/public/js/frappe/form/footer/form_timeline.js:552 +#: frappe/website/doctype/discussion_reply/discussion_reply.json +msgid "Reply" +msgstr "" + +#: frappe/core/doctype/communication/communication.js:62 +msgid "Reply All" +msgstr "" + +#. Label of a Check field in DocType 'Custom DocPerm' +#. Label of a Link field in DocType 'Custom Role' +#. Label of a Check field in DocType 'DocPerm' +#. Linked DocType in DocType's connections +#. Name of a DocType +#. Option for the 'Set Role For' (Select) field in DocType 'Role Permission for +#. Page and Report' +#. Label of a Link field in DocType 'Role Permission for Page and Report' +#. Label of a Link in the Build Workspace +#. Label of a shortcut in the Build Workspace +#. Option for the 'Chart Type' (Select) field in DocType 'Dashboard Chart' +#. Option for the 'Select List View' (Select) field in DocType 'Form Tour' +#. Option for the 'Type' (Select) field in DocType 'Number Card' +#. Label of a Tab Break field in DocType 'System Health Report' +#. Option for the 'Link Type' (Select) field in DocType 'Workspace Link' +#. Option for the 'Type' (Select) field in DocType 'Workspace Shortcut' +#. Label of a Link field in DocType 'Auto Email Report' +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/custom_role/custom_role.json +#: frappe/core/doctype/docperm/docperm.json +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/report/report.json +#: frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.json +#: frappe/core/workspace/build/build.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/desk/doctype/system_health_report/system_health_report.json +#: frappe/desk/doctype/workspace_link/workspace_link.json +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +#: frappe/public/js/frappe/request.js:610 +msgid "Report" +msgstr "" + +#. Option for the 'Report Type' (Select) field in DocType 'Report' +#. Option for the 'DocType View' (Select) field in DocType 'Workspace Shortcut' +#: frappe/core/doctype/report/report.json +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +#: frappe/public/js/frappe/list/list_view_select.js:66 +msgid "Report Builder" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/report_column/report_column.json +msgid "Report Column" +msgstr "" + +#. Label of a Data field in DocType 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Report Description" +msgstr "" + +#: frappe/core/doctype/report/report.py:145 +msgid "Report Document Error" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/report_filter/report_filter.json +msgid "Report Filter" +msgstr "" + +#. Label of a Section Break field in DocType 'Auto Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Report Filters" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Report Hide" +msgstr "" + +#. Label of a Section Break field in DocType 'Access Log' +#: frappe/core/doctype/access_log/access_log.json +msgid "Report Information" +msgstr "" + +#. Name of a role +#: frappe/core/doctype/report/report.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Report Manager" +msgstr "" + +#. Label of a Data field in DocType 'Access Log' +#. Label of a Data field in DocType 'Prepared Report' +#. Label of a Data field in DocType 'Report' +#. Label of a Link field in DocType 'Dashboard Chart' +#. Label of a Link field in DocType 'Number Card' +#: frappe/core/doctype/access_log/access_log.json +#: frappe/core/doctype/prepared_report/prepared_report.json +#: frappe/core/doctype/report/report.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/public/js/frappe/views/reports/query_report.js:1819 +msgid "Report Name" +msgstr "" + +#: frappe/desk/doctype/number_card/number_card.py:66 +msgid "Report Name, Report Field and Fucntion are required to create a number card" +msgstr "" + +#. Label of a Link field in DocType 'Workspace Link' +#: frappe/desk/doctype/workspace_link/workspace_link.json +msgid "Report Ref DocType" +msgstr "" + +#. Label of a Data field in DocType 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Report Reference Doctype" +msgstr "" + +#. Label of a Select field in DocType 'Report' +#. Label of a Data field in DocType 'Onboarding Step' +#. Label of a Read Only field in DocType 'Auto Email Report' +#: frappe/core/doctype/report/report.json +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Report Type" +msgstr "" + +#: frappe/public/js/frappe/list/base_list.js:203 +msgid "Report View" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1771 +msgid "Report cannot be set for Single types" +msgstr "" + +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:208 +#: frappe/desk/doctype/number_card/number_card.js:191 +msgid "Report has no data, please modify the filters or change the Report Name" +msgstr "" + +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:196 +#: frappe/desk/doctype/number_card/number_card.js:186 +msgid "Report has no numeric fields, please change the Report Name" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:940 +msgid "Report initiated, click to view status" +msgstr "" + +#: frappe/email/doctype/auto_email_report/auto_email_report.py:108 +msgid "Report limit reached" +msgstr "" + +#: frappe/core/doctype/prepared_report/prepared_report.py:213 +msgid "Report timed out." +msgstr "" + +#: frappe/desk/query_report.py:574 +msgid "Report updated successfully" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1281 +msgid "Report was not saved (there were errors)" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:1857 +msgid "Report with more than 10 columns looks better in Landscape mode." +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:251 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:252 +msgid "Report {0}" +msgstr "" + +#: frappe/desk/reportview.py:340 +msgid "Report {0} deleted" +msgstr "" + +#: frappe/desk/query_report.py:53 +msgid "Report {0} is disabled" +msgstr "" + +#: frappe/desk/reportview.py:317 +msgid "Report {0} saved" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:20 +msgid "Report:" +msgstr "" + +#. Label of a Section Break field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:547 +msgid "Reports" +msgstr "" + +#: frappe/patches/v14_0/update_workspace2.py:50 +msgid "Reports & Masters" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:856 +msgid "Reports already in Queue" +msgstr "" + +#. Description of a DocType +#: frappe/core/doctype/user/user.json +msgid "Represents a User in the system." +msgstr "" + +#. Description of a DocType +#: frappe/workflow/doctype/workflow_document_state/workflow_document_state.json +msgid "Represents the states allowed in one document and role assigned to change the state." +msgstr "" + +#: frappe/www/me.html:66 +msgid "Request Account Deletion" +msgstr "" + +#. Label of a Code field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "Request Body" +msgstr "" + +#. Label of a Code field in DocType 'Integration Request' +#: frappe/integrations/doctype/integration_request/integration_request.json +msgid "Request Data" +msgstr "" + +#. Label of a Data field in DocType 'Integration Request' +#: frappe/integrations/doctype/integration_request/integration_request.json +msgid "Request Description" +msgstr "" + +#. Label of a Code field in DocType 'Recorder' +#. Label of a Code field in DocType 'Integration Request' +#: frappe/core/doctype/recorder/recorder.json +#: frappe/integrations/doctype/integration_request/integration_request.json +msgid "Request Headers" +msgstr "" + +#. Label of a Data field in DocType 'Integration Request' +#: frappe/integrations/doctype/integration_request/integration_request.json +msgid "Request ID" +msgstr "" + +#. Label of a Int field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "Request Limit" +msgstr "" + +#. Label of a Select field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "Request Method" +msgstr "" + +#. Label of a Select field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "Request Structure" +msgstr "" + +#: frappe/public/js/frappe/request.js:228 +msgid "Request Timed Out" +msgstr "" + +#. Label of a Int field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +#: frappe/public/js/frappe/request.js:241 +msgid "Request Timeout" +msgstr "" + +#. Label of a Small Text field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "Request URL" +msgstr "" + +#. Label of a Select field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "Require Trusted Certificate" +msgstr "" + +#. Description of the 'LDAP search path for Groups' (Data) field in DocType +#. 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "Requires any valid fdn path. i.e. ou=groups,dc=example,dc=com" +msgstr "" + +#. Description of the 'LDAP search path for Users' (Data) field in DocType +#. 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "Requires any valid fdn path. i.e. ou=users,dc=example,dc=com" +msgstr "" + +#: frappe/core/doctype/communication/communication.js:279 +msgid "Res: {0}" +msgstr "" + +#: frappe/desk/doctype/form_tour/form_tour.js:101 +#: frappe/desk/doctype/global_search_settings/global_search_settings.js:19 +#: frappe/desk/doctype/module_onboarding/module_onboarding.js:17 +#: frappe/website/doctype/portal_settings/portal_settings.js:19 +msgid "Reset" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:136 +msgid "Reset All Customizations" +msgstr "" + +#: frappe/public/js/print_format_builder/print_format_builder.bundle.js:21 +#: frappe/public/js/workflow_builder/workflow_builder.bundle.js:37 +msgid "Reset Changes" +msgstr "" + +#: frappe/public/js/frappe/widgets/chart_widget.js:305 +msgid "Reset Chart" +msgstr "" + +#: frappe/public/js/frappe/views/dashboard/dashboard_view.js:38 +msgid "Reset Dashboard Customizations" +msgstr "" + +#: frappe/public/js/frappe/list/list_settings.js:230 +msgid "Reset Fields" +msgstr "" + +#: frappe/core/doctype/user/user.js:177 frappe/core/doctype/user/user.js:180 +msgid "Reset LDAP Password" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:128 +msgid "Reset Layout" +msgstr "" + +#: frappe/core/doctype/user/user.js:228 +msgid "Reset OTP Secret" +msgstr "" + +#: frappe/core/doctype/user/user.js:161 frappe/www/login.html:179 +#: frappe/www/me.html:35 frappe/www/me.html:44 +#: frappe/www/update-password.html:3 frappe/www/update-password.html:9 +msgid "Reset Password" +msgstr "" + +#. Label of a Data field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Reset Password Key" +msgstr "" + +#. Label of a Duration field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Reset Password Link Expiry Duration" +msgstr "" + +#. Label of a Link field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Reset Password Template" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager.js:109 +msgid "Reset Permissions for {0}?" +msgstr "" + +#: frappe/public/js/form_builder/components/Field.vue:114 +msgid "Reset To Default" +msgstr "" + +#: frappe/public/js/frappe/utils/datatable.js:8 +msgid "Reset sorting" +msgstr "" + +#: frappe/www/me.html:36 +msgid "Reset the password for your account" +msgstr "" + +#: frappe/public/js/frappe/form/grid_row.js:410 +msgid "Reset to default" +msgstr "" + +#: frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js:19 +msgid "Reset to defaults" +msgstr "" + +#: frappe/templates/emails/password_reset.html:3 +msgid "Reset your password" +msgstr "" + +#. Label of a Text Editor field in DocType 'Email Template' +#. Label of a Section Break field in DocType 'Integration Request' +#. Label of a Code field in DocType 'Webhook Request Log' +#: frappe/email/doctype/email_template/email_template.json +#: frappe/integrations/doctype/integration_request/integration_request.json +#: frappe/integrations/doctype/webhook_request_log/webhook_request_log.json +msgid "Response" +msgstr "" + +#. Label of a Code field in DocType 'Email Template' +#: frappe/email/doctype/email_template/email_template.json +msgid "Response " +msgstr "" + +#. Label of a Select field in DocType 'OAuth Client' +#: frappe/integrations/doctype/oauth_client/oauth_client.json +msgid "Response Type" +msgstr "" + +#: frappe/public/js/frappe/ui/notifications/notifications.js:407 +msgid "Rest of the day" +msgstr "" + +#: frappe/core/doctype/deleted_document/deleted_document.js:11 +#: frappe/core/doctype/deleted_document/deleted_document_list.js:48 +msgid "Restore" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager.js:502 +msgid "Restore Original Permissions" +msgstr "" + +#: frappe/website/doctype/portal_settings/portal_settings.js:20 +msgid "Restore to default settings?" +msgstr "" + +#. Label of a Check field in DocType 'Deleted Document' +#: frappe/core/doctype/deleted_document/deleted_document.json +msgid "Restored" +msgstr "" + +#: frappe/core/doctype/deleted_document/deleted_document.py:74 +msgid "Restoring Deleted Document" +msgstr "" + +#. Label of a Small Text field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Restrict IP" +msgstr "" + +#. Label of a Link field in DocType 'DocType' +#. Label of a Link field in DocType 'Module Def' +#. Label of a Link field in DocType 'Page' +#. Label of a Link field in DocType 'Role' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/module_def/module_def.json +#: frappe/core/doctype/page/page.json frappe/core/doctype/role/role.json +msgid "Restrict To Domain" +msgstr "" + +#. Label of a Link field in DocType 'Workspace' +#. Label of a Link field in DocType 'Workspace Shortcut' +#: frappe/desk/doctype/workspace/workspace.json +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +msgid "Restrict to Domain" +msgstr "" + +#. Description of the 'Restrict IP' (Small Text) field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Restrict user from this IP address only. Multiple IP addresses can be added by separating with commas. Also accepts partial IP addresses like (111.111.111)" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:174 +msgctxt "Title of message showing restrictions in list view" +msgid "Restrictions" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:356 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:371 +msgid "Result" +msgstr "" + +#: frappe/email/doctype/email_queue/email_queue_list.js:27 +msgid "Resume Sending" +msgstr "" + +#. Label of a Int field in DocType 'Email Queue' +#: frappe/core/doctype/data_import/data_import.js:110 +#: frappe/desk/page/setup_wizard/setup_wizard.js:285 +#: frappe/email/doctype/email_queue/email_queue.json +msgid "Retry" +msgstr "" + +#: frappe/email/doctype/email_queue/email_queue_list.js:47 +msgid "Retry Sending" +msgstr "" + +#: frappe/www/qrcode.html:15 +msgid "Return to the Verification screen and enter the code displayed by your authentication app" +msgstr "" + +#. Label of a Check field in DocType 'Desktop Icon' +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +msgid "Reverse Icon Color" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Energy Point Log' +#: frappe/social/doctype/energy_point_log/energy_point_log.js:10 +#: frappe/social/doctype/energy_point_log/energy_point_log.js:15 +#: frappe/social/doctype/energy_point_log/energy_point_log.json +msgid "Revert" +msgstr "" + +#. Label of a Link field in DocType 'Energy Point Log' +#: frappe/social/doctype/energy_point_log/energy_point_log.json +msgid "Revert Of" +msgstr "" + +#. Label of a Check field in DocType 'Energy Point Log' +#: frappe/social/doctype/energy_point_log/energy_point_log.json +msgid "Reverted" +msgstr "" + +#: frappe/database/schema.py:156 +msgid "Reverting length to {0} for '{1}' in '{2}'. Setting the length as {3} will cause truncation of data." +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Energy Point Log' +#: frappe/social/doctype/energy_point_log/energy_point_log.json +msgid "Review" +msgstr "" + +#. Name of a DocType +#: frappe/social/doctype/review_level/review_level.json +msgid "Review Level" +msgstr "" + +#. Label of a Table field in DocType 'Energy Point Settings' +#: frappe/social/doctype/energy_point_settings/energy_point_settings.json +msgid "Review Levels" +msgstr "" + +#. Label of a Int field in DocType 'Review Level' +#: frappe/desk/page/user_profile/user_profile_controller.js:402 +#: frappe/social/doctype/review_level/review_level.json +msgid "Review Points" +msgstr "" + +#: frappe/public/js/frappe/form/templates/form_sidebar.html:87 +msgid "Reviews" +msgstr "" + +#. Label of a Data field in DocType 'Connected App' +#: frappe/integrations/doctype/connected_app/connected_app.json +msgid "Revocation URI" +msgstr "" + +#: frappe/www/third_party_apps.html:45 +msgid "Revoke" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'OAuth Bearer Token' +#: frappe/integrations/doctype/oauth_bearer_token/oauth_bearer_token.json +msgid "Revoked" +msgstr "" + +#. Option for the 'Content Type' (Select) field in DocType 'Newsletter' +#. Option for the 'Content Type' (Select) field in DocType 'Blog Post' +#. Option for the 'Content Type' (Select) field in DocType 'Web Page' +#: frappe/email/doctype/newsletter/newsletter.json +#: frappe/website/doctype/blog_post/blog_post.json +#: frappe/website/doctype/web_page/web_page.js:92 +#: frappe/website/doctype/web_page/web_page.json +msgid "Rich Text" +msgstr "" + +#. Option for the 'Position' (Select) field in DocType 'Form Tour Step' +#. Option for the 'Align' (Select) field in DocType 'Letter Head' +#. Option for the 'Text Align' (Select) field in DocType 'Web Page' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +#: frappe/printing/doctype/letter_head/letter_head.json +#: frappe/website/doctype/web_page/web_page.json +msgid "Right" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:484 +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:156 +msgctxt "alignment" +msgid "Right" +msgstr "" + +#. Option for the 'Position' (Select) field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Right Bottom" +msgstr "" + +#. Option for the 'Position' (Select) field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Right Center" +msgstr "" + +#. Label of a Code field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Robots.txt" +msgstr "" + +#. Label of a Link field in DocType 'Custom DocPerm' +#. Label of a Table field in DocType 'Custom Role' +#. Label of a Link field in DocType 'DocPerm' +#. Label of a Link field in DocType 'Has Role' +#. Name of a DocType +#. Label of a Link field in DocType 'User Type' +#. Label of a Link in the Users Workspace +#. Label of a shortcut in the Users Workspace +#. Label of a Link field in DocType 'Onboarding Permission' +#. Label of a Link field in DocType 'ToDo' +#. Label of a Link field in DocType 'OAuth Client Role' +#. Label of a Link field in DocType 'Review Level' +#. Label of a Link field in DocType 'Portal Menu Item' +#. Label of a Link field in DocType 'Workflow Action Permitted Role' +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/custom_role/custom_role.json +#: frappe/core/doctype/docperm/docperm.json +#: frappe/core/doctype/has_role/has_role.json +#: frappe/core/doctype/role/role.json +#: frappe/core/doctype/user_type/user_type.json +#: frappe/core/doctype/user_type/user_type.py:109 +#: frappe/core/page/permission_manager/permission_manager.js:212 +#: frappe/core/page/permission_manager/permission_manager.js:449 +#: frappe/core/workspace/users/users.json +#: frappe/desk/doctype/onboarding_permission/onboarding_permission.json +#: frappe/desk/doctype/todo/todo.json +#: frappe/integrations/doctype/oauth_client_role/oauth_client_role.json +#: frappe/social/doctype/review_level/review_level.json +#: frappe/website/doctype/portal_menu_item/portal_menu_item.json +#: frappe/workflow/doctype/workflow_action_permitted_role/workflow_action_permitted_role.json +msgid "Role" +msgstr "" + +#: frappe/core/doctype/role/role.js:8 +msgid "Role 'All' will be given to all system + website users." +msgstr "" + +#: frappe/core/doctype/role/role.js:13 +msgid "Role 'Desk User' will be given to all system users." +msgstr "" + +#. Label of a Data field in DocType 'Role' +#. Label of a Data field in DocType 'Role Profile' +#: frappe/core/doctype/role/role.json +#: frappe/core/doctype/role_profile/role_profile.json +msgid "Role Name" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Users Workspace +#: frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.json +#: frappe/core/workspace/users/users.json +msgid "Role Permission for Page and Report" +msgstr "" + +#. Label of a Section Break field in DocType 'User Document Type' +#: frappe/core/doctype/user_document_type/user_document_type.json +#: frappe/public/js/frappe/roles_editor.js:102 +msgid "Role Permissions" +msgstr "" + +#. Label of a Link in the Users Workspace +#: frappe/core/page/permission_manager/permission_manager.js:4 +#: frappe/core/workspace/users/users.json +msgid "Role Permissions Manager" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1687 +msgctxt "Button in list view menu" +msgid "Role Permissions Manager" +msgstr "" + +#. Name of a DocType +#. Label of a Link field in DocType 'User' +#. Label of a Link in the Users Workspace +#: frappe/core/doctype/role_profile/role_profile.json +#: frappe/core/doctype/user/user.json frappe/core/workspace/users/users.json +msgid "Role Profile" +msgstr "" + +#. Label of a Section Break field in DocType 'Custom DocPerm' +#. Label of a Section Break field in DocType 'DocPerm' +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/docperm/docperm.json +msgid "Role and Level" +msgstr "" + +#: frappe/core/doctype/user/user.py:299 +msgid "Role has been set as per the user type {0}" +msgstr "" + +#. Label of a Table field in DocType 'Page' +#. Label of a Table field in DocType 'Report' +#. Label of a Table field in DocType 'Role Permission for Page and Report' +#. Label of a Section Break field in DocType 'User' +#. Label of a Section Break field in DocType 'Custom HTML Block' +#. Label of a Table field in DocType 'Custom HTML Block' +#. Label of a Table field in DocType 'Dashboard Chart' +#. Label of a Table field in DocType 'Workspace' +#. Label of a Tab Break field in DocType 'Workspace' +#: frappe/core/doctype/page/page.json frappe/core/doctype/report/report.json +#: frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.json +#: frappe/core/doctype/user/user.json +#: frappe/core/page/permission_manager/permission_manager.js:59 +#: frappe/desk/doctype/custom_html_block/custom_html_block.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/workspace/workspace.json +msgid "Roles" +msgstr "" + +#. Label of a Tab Break field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Roles & Permissions" +msgstr "" + +#. Label of a Table field in DocType 'Role Profile' +#. Label of a Table field in DocType 'User' +#: frappe/core/doctype/role_profile/role_profile.json +#: frappe/core/doctype/user/user.json +msgid "Roles Assigned" +msgstr "" + +#. Label of a HTML field in DocType 'Role Profile' +#. Label of a HTML field in DocType 'User' +#: frappe/core/doctype/role_profile/role_profile.json +#: frappe/core/doctype/user/user.json +msgid "Roles HTML" +msgstr "" + +#. Label of a HTML field in DocType 'Role Permission for Page and Report' +#: frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.json +msgid "Roles Html" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:7 +msgid "Roles can be set for users from their User page." +msgstr "" + +#: frappe/utils/nestedset.py:284 +msgid "Root {0} cannot be deleted" +msgstr "" + +#. Option for the 'Rule' (Select) field in DocType 'Assignment Rule' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +msgid "Round Robin" +msgstr "" + +#. Label of a Select field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Rounding Method" +msgstr "" + +#. Label of a Data field in DocType 'DocType' +#. Option for the 'Action Type' (Select) field in DocType 'DocType Action' +#. Option for the 'Item Type' (Select) field in DocType 'Navbar Item' +#. Label of a Data field in DocType 'Navbar Item' +#. Label of a Data field in DocType 'DocType Layout' +#. Label of a Data field in DocType 'Route History' +#. Label of a Data field in DocType 'Newsletter' +#. Label of a Data field in DocType 'Blog Category' +#. Label of a Data field in DocType 'Blog Post' +#. Label of a Data field in DocType 'Help Article' +#. Label of a Data field in DocType 'Help Category' +#. Label of a Data field in DocType 'Portal Menu Item' +#. Label of a Data field in DocType 'Web Form' +#. Label of a Data field in DocType 'Web Page' +#. Label of a Data field in DocType 'Website Sidebar Item' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/doctype_action/doctype_action.json +#: frappe/core/doctype/navbar_item/navbar_item.json +#: frappe/custom/doctype/doctype_layout/doctype_layout.json +#: frappe/desk/doctype/route_history/route_history.json +#: frappe/email/doctype/newsletter/newsletter.json +#: frappe/website/doctype/blog_category/blog_category.json +#: frappe/website/doctype/blog_post/blog_post.json +#: frappe/website/doctype/help_article/help_article.json +#: frappe/website/doctype/help_category/help_category.json +#: frappe/website/doctype/portal_menu_item/portal_menu_item.json +#: frappe/website/doctype/web_form/web_form.json +#: frappe/website/doctype/web_page/web_page.json +#: frappe/website/doctype/website_sidebar_item/website_sidebar_item.json +msgid "Route" +msgstr "" + +#. Linked DocType in User's connections +#. Name of a DocType +#: frappe/core/doctype/user/user.json +#: frappe/desk/doctype/route_history/route_history.json +msgid "Route History" +msgstr "" + +#. Label of a Table field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Route Redirects" +msgstr "" + +#. Description of the 'Home Page' (Data) field in DocType 'Role' +#: frappe/core/doctype/role/role.json +msgid "Route: Example \"/app\"" +msgstr "" + +#: frappe/model/base_document.py:727 frappe/model/base_document.py:768 +#: frappe/model/document.py:614 +msgid "Row" +msgstr "" + +#: frappe/core/doctype/version/version_view.html:73 +msgid "Row #" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1793 +#: frappe/core/doctype/doctype/doctype.py:1803 +msgid "Row # {0}: Non administrator user can not set the role {1} to the custom doctype" +msgstr "" + +#: frappe/model/base_document.py:886 +msgid "Row #{0}:" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:485 +msgid "Row #{}: Fieldname is required" +msgstr "" + +#. Label of a Data field in DocType 'Transaction Log' +#: frappe/core/doctype/transaction_log/transaction_log.json +msgid "Row Index" +msgstr "" + +#. Label of a Code field in DocType 'Data Import Log' +#: frappe/core/doctype/data_import_log/data_import_log.json +msgid "Row Indexes" +msgstr "" + +#. Label of a Data field in DocType 'Property Setter' +#: frappe/custom/doctype/property_setter/property_setter.json +msgid "Row Name" +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:488 +msgid "Row Number" +msgstr "" + +#: frappe/core/doctype/version/version_view.html:68 +msgid "Row Values Changed" +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:372 +msgid "Row {0}" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.py:349 +msgid "Row {0}: Not allowed to disable Mandatory for standard fields" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.py:338 +msgid "Row {0}: Not allowed to enable Allow on Submit for standard fields" +msgstr "" + +#. Label of a Section Break field in DocType 'Audit Trail' +#: frappe/core/doctype/audit_trail/audit_trail.json +#: frappe/core/doctype/version/version_view.html:32 +msgid "Rows Added" +msgstr "" + +#. Label of a Section Break field in DocType 'Audit Trail' +#: frappe/core/doctype/audit_trail/audit_trail.json +#: frappe/core/doctype/version/version_view.html:32 +msgid "Rows Removed" +msgstr "" + +#. Label of a Select field in DocType 'Assignment Rule' +#. Label of a Link field in DocType 'Energy Point Log' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +#: frappe/social/doctype/energy_point_log/energy_point_log.json +msgid "Rule" +msgstr "" + +#. Label of a Section Break field in DocType 'Document Naming Rule' +#: frappe/core/doctype/document_naming_rule/document_naming_rule.json +msgid "Rule Conditions" +msgstr "" + +#. Label of a Data field in DocType 'Energy Point Rule' +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +msgid "Rule Name" +msgstr "" + +#: frappe/permissions.py:649 +msgid "Rule for this doctype, role, permlevel and if-owner combination already exists." +msgstr "" + +#. Group in DocType's connections +#: frappe/core/doctype/doctype/doctype.json +msgid "Rules" +msgstr "" + +#. Description of the 'Transitions' (Table) field in DocType 'Workflow' +#: frappe/workflow/doctype/workflow/workflow.json +msgid "Rules defining transition of state in the workflow." +msgstr "" + +#. Description of the 'Transition Rules' (Section Break) field in DocType +#. 'Workflow' +#: frappe/workflow/doctype/workflow/workflow.json +msgid "Rules for how states are transitions, like next state and which role is allowed to change state etc." +msgstr "" + +#. Description of the 'Priority' (Int) field in DocType 'Document Naming Rule' +#: frappe/core/doctype/document_naming_rule/document_naming_rule.json +msgid "Rules with higher priority number will be applied first." +msgstr "" + +#. Label of a Int field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Run Jobs only Daily if Inactive For (Days)" +msgstr "" + +#. Description of the 'Enable Scheduled Jobs' (Check) field in DocType 'System +#. Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Run scheduled jobs only if checked" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Integrations Workspace +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +#: frappe/integrations/workspace/integrations/integrations.json +msgid "S3 Backup Settings" +msgstr "" + +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.js:18 +msgid "S3 Backup complete!" +msgstr "" + +#. Label of a Section Break field in DocType 'S3 Backup Settings' +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +msgid "S3 Bucket Details" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Communication' +#. Option for the 'Two Factor Authentication method' (Select) field in DocType +#. 'System Settings' +#. Option for the 'Channel' (Select) field in DocType 'Notification' +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/email/doctype/notification/notification.json +msgid "SMS" +msgstr "" + +#. Label of a Small Text field in DocType 'SMS Settings' +#: frappe/core/doctype/sms_settings/sms_settings.json +msgid "SMS Gateway URL" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/sms_parameter/sms_parameter.json +msgid "SMS Parameter" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Integrations Workspace +#: frappe/core/doctype/sms_settings/sms_settings.json +#: frappe/integrations/workspace/integrations/integrations.json +msgid "SMS Settings" +msgstr "" + +#: frappe/core/doctype/sms_settings/sms_settings.py:109 +msgid "SMS sent successfully" +msgstr "" + +#: frappe/templates/includes/login/login.js:377 +msgid "SMS was not sent. Please contact Administrator." +msgstr "" + +#: frappe/email/doctype/email_account/email_account.py:188 +msgid "SMTP Server is required" +msgstr "" + +#. Description of the 'Enable Outgoing' (Check) field in DocType 'Email +#. Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "SMTP Settings for outgoing emails" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'System Console' +#: frappe/desk/doctype/system_console/system_console.json +msgid "SQL" +msgstr "" + +#. Description of the 'Condition' (Small Text) field in DocType 'Bulk Update' +#: frappe/desk/doctype/bulk_update/bulk_update.json +msgid "SQL Conditions. Example: status=\"Open\"" +msgstr "" + +#. Label of a HTML field in DocType 'Recorder Query' +#: frappe/core/doctype/recorder/recorder.js:85 +#: frappe/core/doctype/recorder_query/recorder_query.json +msgid "SQL Explain" +msgstr "" + +#. Label of a HTML field in DocType 'System Console' +#: frappe/desk/doctype/system_console/system_console.json +msgid "SQL Output" +msgstr "" + +#. Label of a Table field in DocType 'Recorder' +#: frappe/core/doctype/recorder/recorder.json +msgid "SQL Queries" +msgstr "" + +#. Label of a Select field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "SSL/TLS Mode" +msgstr "" + +#: frappe/public/js/frappe/color_picker/color_picker.js:20 +msgid "SWATCHES" +msgstr "" + +#. Name of a role +#: frappe/contacts/doctype/contact/contact.json +msgid "Sales Manager" +msgstr "" + +#. Name of a role +#: frappe/contacts/doctype/contact/contact.json +msgid "Sales Master Manager" +msgstr "" + +#. Name of a role +#: frappe/contacts/doctype/address/address.json +#: frappe/contacts/doctype/contact/contact.json +#: frappe/geo/doctype/currency/currency.json +msgid "Sales User" +msgstr "" + +#. Option for the 'Social Login Provider' (Select) field in DocType 'Social +#. Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Salesforce" +msgstr "" + +#. Label of a Link field in DocType 'Contact' +#. Name of a DocType +#. Label of a Data field in DocType 'Salutation' +#: frappe/contacts/doctype/contact/contact.json +#: frappe/contacts/doctype/salutation/salutation.json +msgid "Salutation" +msgstr "" + +#: frappe/integrations/doctype/webhook/webhook.py:112 +msgid "Same Field is entered more than once" +msgstr "" + +#. Label of a HTML field in DocType 'Client Script' +#: frappe/custom/doctype/client_script/client_script.json +msgid "Sample" +msgstr "" + +#. Option for the 'Day' (Select) field in DocType 'Assignment Rule Day' +#. Option for the 'Day' (Select) field in DocType 'Auto Repeat Day' +#. Option for the 'First Day of the Week' (Select) field in DocType 'System +#. Settings' +#. Label of a Check field in DocType 'Event' +#. Option for the 'Day of Week' (Select) field in DocType 'Auto Email Report' +#: frappe/automation/doctype/assignment_rule_day/assignment_rule_day.json +#: frappe/automation/doctype/auto_repeat_day/auto_repeat_day.json +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/desk/doctype/event/event.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Saturday" +msgstr "" + +#. Option for the 'Send Alert On' (Select) field in DocType 'Notification' +#: frappe/core/doctype/data_import/data_import.js:113 +#: frappe/desk/page/user_profile/user_profile_controller.js:319 +#: frappe/email/doctype/notification/notification.json +#: frappe/printing/page/print/print.js:859 +#: frappe/printing/page/print_format_builder/print_format_builder.js:160 +#: frappe/public/js/frappe/form/footer/form_timeline.js:663 +#: frappe/public/js/frappe/form/quick_entry.js:161 +#: frappe/public/js/frappe/list/list_settings.js:36 +#: frappe/public/js/frappe/list/list_settings.js:247 +#: frappe/public/js/frappe/list/list_sidebar_group_by.js:25 +#: frappe/public/js/frappe/ui/toolbar/toolbar.js:322 +#: frappe/public/js/frappe/utils/common.js:443 +#: frappe/public/js/frappe/views/kanban/kanban_settings.js:45 +#: frappe/public/js/frappe/views/kanban/kanban_settings.js:189 +#: frappe/public/js/frappe/views/kanban/kanban_view.js:343 +#: frappe/public/js/frappe/views/reports/query_report.js:1811 +#: frappe/public/js/frappe/views/reports/report_view.js:1649 +#: frappe/public/js/frappe/views/workspace/workspace.js:532 +#: frappe/public/js/frappe/widgets/base_widget.js:142 +#: frappe/public/js/frappe/widgets/quick_list_widget.js:119 +#: frappe/public/js/print_format_builder/print_format_builder.bundle.js:15 +#: frappe/public/js/workflow_builder/workflow_builder.bundle.js:33 +msgid "Save" +msgstr "" + +#: frappe/core/doctype/user/user.js:332 +msgid "Save API Secret: {0}" +msgstr "" + +#: frappe/workflow/doctype/workflow/workflow.js:143 +msgid "Save Anyway" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1312 +#: frappe/public/js/frappe/views/reports/report_view.js:1656 +msgid "Save As" +msgstr "" + +#: frappe/public/js/frappe/views/dashboard/dashboard_view.js:62 +msgid "Save Customizations" +msgstr "" + +#: frappe/public/js/frappe/list/list_sidebar.html:73 +msgid "Save Filter" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:1814 +msgid "Save Report" +msgstr "" + +#: frappe/public/js/frappe/views/kanban/kanban_view.js:94 +msgid "Save filters" +msgstr "" + +#. Label of a Check field in DocType 'Form Tour' +#: frappe/desk/doctype/form_tour/form_tour.json +msgid "Save on Completion" +msgstr "" + +#: frappe/public/js/frappe/form/form_tour.js:289 +msgid "Save the document." +msgstr "" + +#: frappe/desk/form/save.py:46 frappe/model/rename_doc.py:106 +#: frappe/printing/page/print_format_builder/print_format_builder.js:845 +#: frappe/public/js/frappe/form/toolbar.js:261 +#: frappe/public/js/frappe/views/kanban/kanban_board.bundle.js:911 +msgid "Saved" +msgstr "" + +#: frappe/public/js/frappe/list/list_settings.js:40 +#: frappe/public/js/frappe/views/kanban/kanban_settings.js:47 +#: frappe/public/js/frappe/views/workspace/workspace.js:544 +msgid "Saving" +msgstr "" + +#: frappe/public/js/frappe/form/save.js:9 +msgctxt "Freeze message while saving a document" +msgid "Saving" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:411 +msgid "Saving Customization..." +msgstr "" + +#: frappe/desk/doctype/module_onboarding/module_onboarding.js:8 +msgid "Saving this will export this document as well as the steps linked here as json." +msgstr "" + +#: frappe/public/js/form_builder/store.js:233 +#: frappe/public/js/frappe/form/quick_entry.js:169 +#: frappe/public/js/print_format_builder/store.js:36 +#: frappe/public/js/workflow_builder/store.js:73 +msgid "Saving..." +msgstr "" + +#: frappe/public/js/frappe/scanner/index.js:72 +msgid "Scan QRCode" +msgstr "" + +#: frappe/www/qrcode.html:14 +msgid "Scan the QR Code and enter the resulting code displayed." +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.js:125 +msgid "Schedule" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.js:106 +msgid "Schedule Newsletter" +msgstr "" + +#: frappe/public/js/frappe/views/communication.js:85 +msgid "Schedule Send At" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.js:70 +msgid "Schedule sending" +msgstr "" + +#. Label of a Check field in DocType 'Newsletter' +#: frappe/email/doctype/newsletter/newsletter.json +msgid "Schedule sending at a later time" +msgstr "" + +#. Option for the 'Delivery Status' (Select) field in DocType 'Communication' +#. Option for the 'Status' (Select) field in DocType 'Scheduled Job Log' +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/scheduled_job_log/scheduled_job_log.json +#: frappe/email/doctype/newsletter/newsletter_list.js:7 +msgid "Scheduled" +msgstr "" + +#. Label of a Link field in DocType 'Scheduled Job Log' +#: frappe/core/doctype/scheduled_job_log/scheduled_job_log.json +msgid "Scheduled Job" +msgstr "" + +#. Name of a DocType +#. Linked DocType in Scheduled Job Type's connections +#: frappe/core/doctype/scheduled_job_log/scheduled_job_log.json +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +msgid "Scheduled Job Log" +msgstr "" + +#. Name of a DocType +#. Linked DocType in Server Script's connections +#. Label of a Link in the Build Workspace +#. Label of a Link field in DocType 'System Health Report Failing Jobs' +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +#: frappe/core/doctype/server_script/server_script.json +#: frappe/core/workspace/build/build.json +#: frappe/desk/doctype/system_health_report_failing_jobs/system_health_report_failing_jobs.json +msgid "Scheduled Job Type" +msgstr "" + +#. Label of a Link in the Build Workspace +#: frappe/core/workspace/build/build.json +msgid "Scheduled Jobs Logs" +msgstr "" + +#. Label of a Section Break field in DocType 'Newsletter' +#: frappe/email/doctype/newsletter/newsletter.json +msgid "Scheduled Sending" +msgstr "" + +#. Label of a Int field in DocType 'Newsletter' +#: frappe/email/doctype/newsletter/newsletter.json +msgid "Scheduled To Send" +msgstr "" + +#: frappe/core/doctype/server_script/server_script.py:255 +msgid "Scheduled execution for script {0} has updated" +msgstr "" + +#: frappe/email/doctype/auto_email_report/auto_email_report.js:26 +msgid "Scheduled to send" +msgstr "" + +#. Label of a Section Break field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Scheduler" +msgstr "" + +#. Option for the 'Script Type' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "Scheduler Event" +msgstr "" + +#: frappe/core/doctype/data_import/data_import.py:97 +msgid "Scheduler Inactive" +msgstr "" + +#. Label of a Data field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Scheduler Status" +msgstr "" + +#: frappe/utils/scheduler.py:196 +msgid "Scheduler can not be re-enabled when maintenance mode is active." +msgstr "" + +#: frappe/core/doctype/data_import/data_import.py:97 +msgid "Scheduler is inactive. Cannot import data." +msgstr "" + +#: frappe/core/doctype/rq_job/rq_job_list.js:19 +msgid "Scheduler: Active" +msgstr "" + +#: frappe/core/doctype/rq_job/rq_job_list.js:21 +msgid "Scheduler: Inactive" +msgstr "" + +#. Label of a Data field in DocType 'OAuth Scope' +#: frappe/integrations/doctype/oauth_scope/oauth_scope.json +msgid "Scope" +msgstr "" + +#. Label of a Section Break field in DocType 'Connected App' +#. Label of a Table field in DocType 'Connected App' +#. Label of a Text field in DocType 'OAuth Authorization Code' +#. Label of a Text field in DocType 'OAuth Bearer Token' +#. Label of a Text field in DocType 'OAuth Client' +#. Label of a Table field in DocType 'Token Cache' +#: frappe/integrations/doctype/connected_app/connected_app.json +#: frappe/integrations/doctype/oauth_authorization_code/oauth_authorization_code.json +#: frappe/integrations/doctype/oauth_bearer_token/oauth_bearer_token.json +#: frappe/integrations/doctype/oauth_client/oauth_client.json +#: frappe/integrations/doctype/token_cache/token_cache.json +msgid "Scopes" +msgstr "" + +#. Label of a Code field in DocType 'Report' +#. Label of a Code field in DocType 'Server Script' +#. Label of a Code field in DocType 'Client Script' +#. Label of a Code field in DocType 'Console Log' +#. Label of a Section Break field in DocType 'Web Page' +#. Label of a Tab Break field in DocType 'Website Theme' +#: frappe/core/doctype/report/report.json +#: frappe/core/doctype/server_script/server_script.json +#: frappe/custom/doctype/client_script/client_script.json +#: frappe/desk/doctype/console_log/console_log.json +#: frappe/website/doctype/web_page/web_page.json +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Script" +msgstr "" + +#. Name of a role +#: frappe/core/doctype/server_script/server_script.json +msgid "Script Manager" +msgstr "" + +#. Option for the 'Report Type' (Select) field in DocType 'Report' +#: frappe/core/doctype/report/report.json +msgid "Script Report" +msgstr "" + +#. Label of a Select field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "Script Type" +msgstr "" + +#. Description of a DocType +#: frappe/website/doctype/website_script/website_script.json +msgid "Script to attach to all web pages." +msgstr "" + +#. Label of a Card Break in the Build Workspace +#. Label of a Tab Break field in DocType 'Web Page' +#: frappe/core/workspace/build/build.json +#: frappe/website/doctype/web_page/web_page.json +msgid "Scripting" +msgstr "" + +#. Label of a Section Break field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Scripting / Style" +msgstr "" + +#. Label of a Section Break field in DocType 'Letter Head' +#: frappe/printing/doctype/letter_head/letter_head.json +msgid "Scripts" +msgstr "" + +#. Label of a Section Break field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/desk/page/leaderboard/leaderboard.js:211 +#: frappe/public/js/frappe/form/link_selector.js:46 +#: frappe/public/js/frappe/list/list_sidebar.html:59 +#: frappe/public/js/frappe/ui/toolbar/search.js:49 +#: frappe/public/js/frappe/ui/toolbar/search.js:68 +#: frappe/templates/includes/search_template.html:26 frappe/www/search.py:19 +msgid "Search" +msgstr "" + +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Search Bar" +msgstr "" + +#. Label of a Data field in DocType 'DocType' +#. Label of a Data field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Search Fields" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:186 +msgid "Search Help" +msgstr "" + +#. Label of a Table field in DocType 'Global Search Settings' +#: frappe/desk/doctype/global_search_settings/global_search_settings.json +msgid "Search Priorities" +msgstr "" + +#: frappe/public/js/frappe/file_uploader/FileBrowser.vue:132 +msgid "Search Results" +msgstr "" + +#: frappe/www/search.py:14 +msgid "Search Results for" +msgstr "" + +#: frappe/public/js/frappe/file_uploader/FileBrowser.vue:13 +msgid "Search by filename or extension" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1429 +msgid "Search field {0} is not valid" +msgstr "" + +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:87 +msgid "Search fields" +msgstr "" + +#: frappe/public/js/form_builder/components/AddFieldButton.vue:19 +msgid "Search fieldtypes..." +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/search.js:50 +#: frappe/public/js/frappe/ui/toolbar/search.js:69 +msgid "Search for anything" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:300 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:306 +msgid "Search for {0}" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:166 +msgid "Search in a document type" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/navbar.html:29 +msgid "Search or type a command ({0})" +msgstr "" + +#: frappe/public/js/form_builder/components/SearchBox.vue:8 +msgid "Search properties..." +msgstr "" + +#: frappe/templates/includes/search_box.html:8 +msgid "Search results for" +msgstr "" + +#: frappe/templates/includes/navbar/navbar_search.html:6 +#: frappe/templates/includes/search_box.html:2 +#: frappe/templates/includes/search_template.html:23 +msgid "Search..." +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/search.js:210 +msgid "Searching ..." +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Web Template' +#: frappe/public/js/form_builder/components/Section.vue:263 +#: frappe/website/doctype/web_template/web_template.json +msgid "Section" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Template Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/web_form_field/web_form_field.json +#: frappe/website/doctype/web_template_field/web_template_field.json +msgid "Section Break" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:421 +msgid "Section Heading" +msgstr "" + +#. Label of a Data field in DocType 'Web Page Block' +#: frappe/website/doctype/web_page_block/web_page_block.json +msgid "Section ID" +msgstr "" + +#: frappe/public/js/form_builder/components/Section.vue:28 +#: frappe/public/js/print_format_builder/PrintFormatSection.vue:8 +msgid "Section Title" +msgstr "" + +#: frappe/public/js/form_builder/components/Section.vue:217 +#: frappe/public/js/form_builder/components/Section.vue:240 +msgid "Section must have at least one column" +msgstr "" + +#. Label of a Section Break field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Security Settings" +msgstr "" + +#: frappe/public/js/frappe/ui/notifications/notifications.js:309 +msgid "See all Activity" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:789 +msgid "See all past reports." +msgstr "" + +#: frappe/public/js/frappe/form/form.js:1166 +#: frappe/website/doctype/contact_us_settings/contact_us_settings.js:4 +msgid "See on Website" +msgstr "" + +#: frappe/website/doctype/web_form/templates/web_form.html:150 +msgctxt "Button in web form" +msgid "See previous responses" +msgstr "" + +#: frappe/integrations/doctype/slack_webhook_url/slack_webhook_url.py:48 +msgid "See the document at {0}" +msgstr "" + +#. Label of a Check field in DocType 'Comment' +#. Label of a Check field in DocType 'Communication' +#. Label of a Check field in DocType 'Error Log' +#. Label of a Check field in DocType 'Notification Settings' +#. Label of a Check field in DocType 'Energy Point Log' +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/error_log/error_log.json +#: frappe/core/doctype/error_log/error_log_list.js:5 +#: frappe/desk/doctype/notification_settings/notification_settings.json +#: frappe/social/doctype/energy_point_log/energy_point_log.json +msgid "Seen" +msgstr "" + +#. Label of a Section Break field in DocType 'Note' +#: frappe/desk/doctype/note/note.json +msgid "Seen By" +msgstr "" + +#. Label of a Table field in DocType 'Note' +#: frappe/desk/doctype/note/note.json +msgid "Seen By Table" +msgstr "" + +#. Label of a Check field in DocType 'Custom DocPerm' +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Label of a Check field in DocType 'DocPerm' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Column' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Filter' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Template Field' +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/docperm/docperm.json +#: frappe/core/doctype/report_column/report_column.json +#: frappe/core/doctype/report_filter/report_filter.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/printing/page/print/print.js:602 +#: frappe/website/doctype/web_form_field/web_form_field.json +#: frappe/website/doctype/web_template_field/web_template_field.json +msgid "Select" +msgstr "" + +#: frappe/public/js/frappe/data_import/data_exporter.js:149 +#: frappe/public/js/frappe/form/controls/multicheck.js:166 +msgid "Select All" +msgstr "" + +#: frappe/public/js/frappe/views/communication.js:165 +#: frappe/public/js/frappe/views/communication.js:586 +#: frappe/public/js/frappe/views/interaction.js:93 +#: frappe/public/js/frappe/views/interaction.js:155 +msgid "Select Attachments" +msgstr "" + +#: frappe/custom/doctype/client_script/client_script.js:25 +#: frappe/custom/doctype/client_script/client_script.js:28 +msgid "Select Child Table" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:353 +msgid "Select Column" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder_field.html:41 +#: frappe/public/js/frappe/form/print_utils.js:45 +msgid "Select Columns" +msgstr "" + +#: frappe/desk/page/setup_wizard/setup_wizard.js:387 +msgid "Select Country" +msgstr "" + +#: frappe/desk/page/setup_wizard/setup_wizard.js:404 +msgid "Select Currency" +msgstr "" + +#. Label of a Link field in DocType 'Form Tour' +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/public/js/frappe/utils/dashboard_utils.js:240 +msgid "Select Dashboard" +msgstr "" + +#. Option for the 'Timespan' (Select) field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Select Date Range" +msgstr "" + +#. Label of a Link field in DocType 'Web Form' +#: frappe/public/js/form_builder/components/controls/FetchFromControl.vue:28 +#: frappe/public/js/frappe/doctype/index.js:170 +#: frappe/website/doctype/web_form/web_form.json +msgid "Select DocType" +msgstr "" + +#. Label of a Link field in DocType 'Data Export' +#: frappe/core/doctype/data_export/data_export.json +msgid "Select Doctype" +msgstr "" + +#. Label of a Dynamic Link field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "Select Document" +msgstr "" + +#: frappe/printing/page/print_format_builder_beta/print_format_builder_beta.js:50 +#: frappe/workflow/page/workflow_builder/workflow_builder.js:50 +msgid "Select Document Type" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager.js:172 +msgid "Select Document Type or Role to start." +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:34 +msgid "Select Document Types to set which User Permissions are used to limit access." +msgstr "" + +#: frappe/public/js/form_builder/components/controls/FetchFromControl.vue:33 +#: frappe/public/js/frappe/doctype/index.js:199 +#: frappe/public/js/frappe/form/toolbar.js:750 +msgid "Select Field" +msgstr "" + +#: frappe/public/js/frappe/ui/group_by/group_by.html:32 +#: frappe/public/js/frappe/ui/group_by/group_by.js:141 +msgid "Select Field..." +msgstr "" + +#: frappe/public/js/frappe/form/grid_row.js:460 +#: frappe/public/js/frappe/list/list_settings.js:236 +#: frappe/public/js/frappe/views/kanban/kanban_settings.js:181 +msgid "Select Fields" +msgstr "" + +#: frappe/public/js/frappe/data_import/data_exporter.js:147 +msgid "Select Fields To Insert" +msgstr "" + +#: frappe/public/js/frappe/data_import/data_exporter.js:148 +msgid "Select Fields To Update" +msgstr "" + +#: frappe/public/js/frappe/list/list_sidebar_group_by.js:21 +msgid "Select Filters" +msgstr "" + +#: frappe/desk/doctype/event/event.py:95 +msgid "Select Google Calendar to which event should be synced." +msgstr "" + +#: frappe/contacts/doctype/contact/contact.py:76 +msgid "Select Google Contacts to which contact should be synced." +msgstr "" + +#: frappe/public/js/frappe/ui/group_by/group_by.html:10 +msgid "Select Group By..." +msgstr "" + +#: frappe/public/js/frappe/list/list_view_select.js:185 +msgid "Select Kanban" +msgstr "" + +#: frappe/desk/page/setup_wizard/setup_wizard.js:379 +msgid "Select Language" +msgstr "" + +#. Label of a Select field in DocType 'Form Tour' +#: frappe/desk/doctype/form_tour/form_tour.json +msgid "Select List View" +msgstr "" + +#: frappe/public/js/frappe/data_import/data_exporter.js:158 +msgid "Select Mandatory" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:280 +msgid "Select Module" +msgstr "" + +#: frappe/printing/page/print/print.js:175 +#: frappe/printing/page/print/print.js:585 +msgid "Select Network Printer" +msgstr "" + +#. Label of a Link field in DocType 'Form Tour' +#: frappe/desk/doctype/form_tour/form_tour.json +msgid "Select Page" +msgstr "" + +#: frappe/printing/page/print_format_builder_beta/print_format_builder_beta.js:68 +#: frappe/public/js/frappe/views/communication.js:148 +msgid "Select Print Format" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:82 +msgid "Select Print Format to Edit" +msgstr "" + +#. Label of a Link field in DocType 'Form Tour' +#: frappe/desk/doctype/form_tour/form_tour.json +msgid "Select Report" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:623 +msgid "Select Table Columns for {0}" +msgstr "" + +#: frappe/desk/page/setup_wizard/setup_wizard.js:396 +msgid "Select Time Zone" +msgstr "" + +#. Label of a Autocomplete field in DocType 'Document Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Select Transaction" +msgstr "" + +#: frappe/workflow/page/workflow_builder/workflow_builder.js:68 +msgid "Select Workflow" +msgstr "" + +#. Label of a Link field in DocType 'Form Tour' +#: frappe/desk/doctype/form_tour/form_tour.json +msgid "Select Workspace" +msgstr "" + +#: frappe/website/doctype/website_settings/website_settings.js:23 +msgid "Select a Brand Image first." +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:108 +msgid "Select a DocType to make a new format" +msgstr "" + +#: frappe/integrations/doctype/webhook/webhook.py:133 +msgid "Select a document to check if it meets conditions." +msgstr "" + +#: frappe/integrations/doctype/webhook/webhook.py:145 +msgid "Select a document to preview request data" +msgstr "" + +#: frappe/public/js/form_builder/components/Sidebar.vue:56 +msgid "Select a field to edit its properties." +msgstr "" + +#: frappe/public/js/frappe/views/treeview.js:324 +msgid "Select a group node first." +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1904 +msgid "Select a valid Sender Field for creating documents from Email" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1888 +msgid "Select a valid Subject field for creating documents from Email" +msgstr "" + +#: frappe/public/js/frappe/form/form_tour.js:315 +msgid "Select an Image" +msgstr "" + +#: frappe/www/apps.html:10 +msgid "Select an app to continue" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder_start.html:2 +msgid "Select an existing format to edit or start a new format." +msgstr "" + +#. Description of the 'Brand Image' (Attach Image) field in DocType 'Website +#. Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Select an image of approx width 150px with a transparent background for best results." +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:36 +msgid "Select atleast 1 record for printing" +msgstr "" + +#: frappe/core/doctype/success_action/success_action.js:18 +msgid "Select atleast 2 actions" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1220 +msgctxt "Description of a list view shortcut" +msgid "Select list item" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1172 +#: frappe/public/js/frappe/list/list_view.js:1188 +msgctxt "Description of a list view shortcut" +msgid "Select multiple list items" +msgstr "" + +#: frappe/public/js/frappe/views/calendar/calendar.js:175 +msgid "Select or drag across time slots to create a new event." +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:239 +msgid "Select records for assignment" +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:260 +msgid "Select records for removing assignment" +msgstr "" + +#. Description of the 'Insert After' (Select) field in DocType 'Custom Field' +#: frappe/custom/doctype/custom_field/custom_field.json +msgid "Select the label after which you want to insert new field." +msgstr "" + +#: frappe/public/js/frappe/utils/diffview.js:102 +msgid "Select two versions to view the diff." +msgstr "" + +#: frappe/public/js/frappe/form/link_selector.js:24 +#: frappe/public/js/frappe/form/multi_select_dialog.js:81 +#: frappe/public/js/frappe/form/multi_select_dialog.js:283 +#: frappe/public/js/frappe/list/list_view_select.js:153 +#: frappe/public/js/print_format_builder/Preview.vue:90 +msgid "Select {0}" +msgstr "" + +#: frappe/model/workflow.py:117 +msgid "Self approval is not allowed" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.js:66 +#: frappe/email/doctype/newsletter/newsletter.js:74 +#: frappe/email/doctype/newsletter/newsletter.js:162 +#: frappe/public/js/frappe/views/communication.js:26 frappe/www/contact.html:41 +msgid "Send" +msgstr "" + +#. Label of a Datetime field in DocType 'Communication' +#. Label of a Datetime field in DocType 'Email Queue' +#: frappe/core/doctype/communication/communication.json +#: frappe/email/doctype/email_queue/email_queue.json +msgid "Send After" +msgstr "" + +#. Label of a Select field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Send Alert On" +msgstr "" + +#. Label of a Check field in DocType 'Workflow' +#: frappe/workflow/doctype/workflow/workflow.json +msgid "Send Email Alert" +msgstr "" + +#. Label of a Datetime field in DocType 'Newsletter' +#: frappe/email/doctype/newsletter/newsletter.json +msgid "Send Email At" +msgstr "" + +#. Description of the 'Send Print as PDF' (Check) field in DocType 'Print +#. Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Send Email Print Attachments as PDF (Recommended)" +msgstr "" + +#. Label of a Check field in DocType 'Dropbox Settings' +#. Label of a Check field in DocType 'S3 Backup Settings' +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.json +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +msgid "Send Email for Successful Backup" +msgstr "" + +#. Label of a Check field in DocType 'Google Drive' +#: frappe/integrations/doctype/google_drive/google_drive.json +msgid "Send Email for Successful backup" +msgstr "" + +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Send Me A Copy of Outgoing Emails" +msgstr "" + +#. Label of a Data field in DocType 'Google Drive' +#: frappe/integrations/doctype/google_drive/google_drive.json +msgid "Send Notification To" +msgstr "" + +#. Label of a Small Text field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Send Notification to" +msgstr "" + +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Send Notifications For Documents Followed By Me" +msgstr "" + +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Send Notifications For Email Threads" +msgstr "" + +#. Label of a Data field in DocType 'Dropbox Settings' +#. Label of a Data field in DocType 'S3 Backup Settings' +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.json +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +msgid "Send Notifications To" +msgstr "" + +#: frappe/email/doctype/auto_email_report/auto_email_report.js:21 +msgid "Send Now" +msgstr "" + +#. Label of a Check field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Send Print as PDF" +msgstr "" + +#: frappe/public/js/frappe/views/communication.js:138 +msgid "Send Read Receipt" +msgstr "" + +#. Label of a Check field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Send System Notification" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.js:153 +msgid "Send Test Email" +msgstr "" + +#. Label of a Check field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Send To All Assignees" +msgstr "" + +#. Label of a Check field in DocType 'Newsletter' +#: frappe/email/doctype/newsletter/newsletter.json +msgid "Send Unsubscribe Link" +msgstr "" + +#. Label of a Check field in DocType 'Newsletter' +#: frappe/email/doctype/newsletter/newsletter.json +msgid "Send Web View Link" +msgstr "" + +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Send Welcome Email" +msgstr "" + +#: frappe/www/me.html:67 +msgid "Send a request to delete your account" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.js:10 +msgid "Send a test email" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.js:166 +msgid "Send again" +msgstr "" + +#. Description of the 'Reference Date' (Select) field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Send alert if date matches this field's value" +msgstr "" + +#. Description of the 'Value Changed' (Select) field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Send alert if this field's value changes" +msgstr "" + +#. Label of a Check field in DocType 'Event' +#: frappe/desk/doctype/event/event.json +msgid "Send an email reminder in the morning" +msgstr "" + +#. Description of the 'Days Before or After' (Int) field in DocType +#. 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Send days before or after the reference date" +msgstr "" + +#. Description of the 'Forward To Email Address' (Data) field in DocType +#. 'Contact Us Settings' +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +msgid "Send enquiries to this email address" +msgstr "" + +#: frappe/templates/includes/login/login.js:73 frappe/www/login.html:210 +msgid "Send login link" +msgstr "" + +#: frappe/public/js/frappe/views/communication.js:132 +msgid "Send me a copy" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.js:46 +msgid "Send now" +msgstr "" + +#. Label of a Check field in DocType 'Auto Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Send only if there is any data" +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Send unsubscribe message in email" +msgstr "" + +#. Label of a Data field in DocType 'Event' +#. Label of a Data field in DocType 'ToDo' +#. Label of a Link field in DocType 'Auto Email Report' +#. Label of a Data field in DocType 'Email Queue' +#. Label of a Data field in DocType 'Newsletter' +#. Label of a Link field in DocType 'Notification' +#: frappe/desk/doctype/event/event.json frappe/desk/doctype/todo/todo.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +#: frappe/email/doctype/email_queue/email_queue.json +#: frappe/email/doctype/newsletter/newsletter.json +#: frappe/email/doctype/notification/notification.json +msgid "Sender" +msgstr "" + +#. Label of a Data field in DocType 'Newsletter' +#. Label of a Data field in DocType 'Notification' +#: frappe/email/doctype/newsletter/newsletter.json +#: frappe/email/doctype/notification/notification.json +msgid "Sender Email" +msgstr "" + +#. Label of a Data field in DocType 'DocType' +#. Label of a Data field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Sender Email Field" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1907 +msgid "Sender Field should have Email in options" +msgstr "" + +#. Label of a Data field in DocType 'Newsletter' +#: frappe/email/doctype/newsletter/newsletter.json +msgid "Sender Name" +msgstr "" + +#. Label of a Data field in DocType 'DocType' +#. Label of a Data field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Sender Name Field" +msgstr "" + +#. Option for the 'Service' (Select) field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Sendgrid" +msgstr "" + +#. Option for the 'Delivery Status' (Select) field in DocType 'Communication' +#. Option for the 'Status' (Select) field in DocType 'Email Queue' +#: frappe/core/doctype/communication/communication.json +#: frappe/email/doctype/email_queue/email_queue.json +#: frappe/email/doctype/newsletter/newsletter.js:201 +msgid "Sending" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.js:203 +msgid "Sending emails" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.js:164 +msgid "Sending..." +msgstr "" + +#. Option for the 'Delivery Status' (Select) field in DocType 'Communication' +#. Option for the 'Sent or Received' (Select) field in DocType 'Communication' +#. Option for the 'Status' (Select) field in DocType 'Email Queue' +#. Option for the 'Status' (Select) field in DocType 'Email Queue Recipient' +#: frappe/core/doctype/communication/communication.json +#: frappe/email/doctype/email_queue/email_queue.json +#: frappe/email/doctype/email_queue_recipient/email_queue_recipient.json +#: frappe/email/doctype/newsletter/newsletter.js:196 +#: frappe/email/doctype/newsletter/newsletter_list.js:5 +msgid "Sent" +msgstr "" + +#. Label of a Check field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Sent Read Receipt" +msgstr "" + +#. Label of a Select field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Sent or Received" +msgstr "" + +#. Option for the 'Event Category' (Select) field in DocType 'Event' +#: frappe/desk/doctype/event/event.json +msgid "Sent/Received Email" +msgstr "" + +#. Option for the 'Item Type' (Select) field in DocType 'Navbar Item' +#: frappe/core/doctype/navbar_item/navbar_item.json +msgid "Separator" +msgstr "" + +#. Label of a Float field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "Sequence Id" +msgstr "" + +#. Label of a Text field in DocType 'Document Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Series List for this Transaction" +msgstr "" + +#: frappe/core/doctype/document_naming_settings/document_naming_settings.py:115 +msgid "Series Updated for {}" +msgstr "" + +#: frappe/core/doctype/document_naming_settings/document_naming_settings.py:223 +msgid "Series counter for {} updated to {} successfully" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1085 +#: frappe/core/doctype/document_naming_settings/document_naming_settings.py:170 +msgid "Series {0} already used in {1}" +msgstr "" + +#. Option for the 'Action Type' (Select) field in DocType 'DocType Action' +#: frappe/core/doctype/doctype_action/doctype_action.json +msgid "Server Action" +msgstr "" + +#: frappe/public/js/frappe/request.js:606 +msgid "Server Error" +msgstr "" + +#. Label of a Data field in DocType 'Network Printer Settings' +#: frappe/printing/doctype/network_printer_settings/network_printer_settings.json +msgid "Server IP" +msgstr "" + +#. Linked DocType in DocType's connections +#. Linked DocType in Module Def's connections +#. Label of a Link field in DocType 'Scheduled Job Type' +#. Name of a DocType +#. Label of a Link in the Build Workspace +#. Label of a shortcut in the Build Workspace +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/module_def/module_def.json +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +#: frappe/core/doctype/server_script/server_script.json +#: frappe/core/workspace/build/build.json +msgid "Server Script" +msgstr "" + +#: frappe/utils/safe_exec.py:92 +msgid "Server Scripts are disabled. Please enable server scripts from bench configuration." +msgstr "" + +#: frappe/core/doctype/server_script/server_script.js:36 +msgid "Server Scripts feature is not available on this site." +msgstr "" + +#: frappe/public/js/frappe/request.js:243 +#: frappe/public/js/frappe/request.js:251 +msgid "Server was too busy to process this request. Please try again." +msgstr "" + +#. Label of a Select field in DocType 'Email Account' +#. Label of a Data field in DocType 'Integration Request' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/integrations/doctype/integration_request/integration_request.json +msgid "Service" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/session_default/session_default.json +msgid "Session Default" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/session_default_settings/session_default_settings.json +msgid "Session Default Settings" +msgstr "" + +#. Label of a standard navbar item +#. Type: Action +#. Label of a Table field in DocType 'Session Default Settings' +#: frappe/core/doctype/session_default_settings/session_default_settings.json +#: frappe/hooks.py frappe/public/js/frappe/ui/toolbar/toolbar.js:321 +msgid "Session Defaults" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/toolbar.js:306 +msgid "Session Defaults Saved" +msgstr "" + +#: frappe/app.py:348 +msgid "Session Expired" +msgstr "" + +#. Label of a Data field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Session Expiry (idle timeout)" +msgstr "" + +#: frappe/core/doctype/system_settings/system_settings.py:115 +msgid "Session Expiry must be in format {0}" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:599 +msgctxt "Field value is set" +msgid "Set" +msgstr "" + +#. Label of a Button field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Set Banner from Image" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:200 +msgid "Set Chart" +msgstr "" + +#. Description of the 'Chart Options' (Code) field in DocType 'Dashboard' +#: frappe/desk/doctype/dashboard/dashboard.json +msgid "Set Default Options for all charts on this Dashboard (Ex: \"colors\": [\"#d1d8dd\", \"#ff5858\"])" +msgstr "" + +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:467 +#: frappe/desk/doctype/number_card/number_card.js:367 +msgid "Set Dynamic Filters" +msgstr "" + +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:381 +#: frappe/desk/doctype/number_card/number_card.js:280 +#: frappe/public/js/form_builder/components/Field.vue:80 +#: frappe/website/doctype/web_form/web_form.js:269 +msgid "Set Filters" +msgstr "" + +#: frappe/public/js/frappe/widgets/chart_widget.js:395 +#: frappe/public/js/frappe/widgets/quick_list_widget.js:104 +msgid "Set Filters for {0}" +msgstr "" + +#: frappe/core/doctype/user_type/user_type.py:91 +msgid "Set Limit" +msgstr "" + +#. Description of the 'Setup Series for transactions' (Section Break) field in +#. DocType 'Document Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Set Naming Series options on your transactions." +msgstr "" + +#. Label of a Password field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Set New Password" +msgstr "" + +#: frappe/desk/page/backups/backups.js:8 +msgid "Set Number of Backups" +msgstr "" + +#: frappe/www/update-password.html:9 +msgid "Set Password" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:112 +msgid "Set Permissions" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:471 +msgid "Set Properties" +msgstr "" + +#. Label of a Section Break field in DocType 'Notification' +#. Label of a Select field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Set Property After Alert" +msgstr "" + +#: frappe/public/js/frappe/form/link_selector.js:207 +#: frappe/public/js/frappe/form/link_selector.js:208 +msgid "Set Quantity" +msgstr "" + +#. Label of a Select field in DocType 'Role Permission for Page and Report' +#: frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.json +msgid "Set Role For" +msgstr "" + +#: frappe/core/doctype/user/user.js:138 +#: frappe/core/page/permission_manager/permission_manager.js:65 +msgid "Set User Permissions" +msgstr "" + +#. Label of a Small Text field in DocType 'Property Setter' +#: frappe/custom/doctype/property_setter/property_setter.json +msgid "Set Value" +msgstr "" + +#: frappe/public/js/frappe/file_uploader/file_uploader.bundle.js:72 +#: frappe/public/js/frappe/file_uploader/file_uploader.bundle.js:124 +msgid "Set all private" +msgstr "" + +#: frappe/public/js/frappe/file_uploader/file_uploader.bundle.js:72 +msgid "Set all public" +msgstr "" + +#: frappe/printing/doctype/print_format/print_format.js:49 +msgid "Set as Default" +msgstr "" + +#: frappe/website/doctype/website_theme/website_theme.js:33 +msgid "Set as Default Theme" +msgstr "" + +#. Option for the 'Naming Rule' (Select) field in DocType 'DocType' +#. Option for the 'Naming Rule' (Select) field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Set by user" +msgstr "" + +#. Description of the 'Precision' (Select) field in DocType 'DocField' +#. Description of the 'Precision' (Select) field in DocType 'Custom Field' +#. Description of the 'Precision' (Select) field in DocType 'Customize Form +#. Field' +#. Description of the 'Precision' (Select) field in DocType 'Web Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Set non-standard precision for a Float or Currency field" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#: frappe/core/doctype/docfield/docfield.json +msgid "Set only once" +msgstr "" + +#. Description of the 'Max attachment size' (Int) field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Set size in MB" +msgstr "" + +#. Description of the 'Filters Configuration' (Code) field in DocType 'Number +#. Card' +#: frappe/desk/doctype/number_card/number_card.json +msgid "Set the filters here. For example:\n" +"
    \n"
    +"[{\n"
    +"\tfieldname: \"company\",\n"
    +"\tlabel: __(\"Company\"),\n"
    +"\tfieldtype: \"Link\",\n"
    +"\toptions: \"Company\",\n"
    +"\tdefault: frappe.defaults.get_user_default(\"Company\"),\n"
    +"\treqd: 1\n"
    +"},\n"
    +"{\n"
    +"\tfieldname: \"account\",\n"
    +"\tlabel: __(\"Account\"),\n"
    +"\tfieldtype: \"Link\",\n"
    +"\toptions: \"Account\",\n"
    +"\treqd: 1\n"
    +"}]\n"
    +"
    " +msgstr "" + +#. Description of the 'Method' (Data) field in DocType 'Number Card' +#: frappe/desk/doctype/number_card/number_card.json +msgid "Set the path to a whitelisted function that will return the data for the number card in the format:\n\n" +"
    \n"
    +"{\n"
    +"\t\"value\": value,\n"
    +"\t\"fieldtype\": \"Currency\",\n"
    +"\t\"route_options\": {\"from_date\": \"2023-05-23\"},\n"
    +"\t\"route\": [\"query-report\", \"Permitted Documents For User\"]\n"
    +"}
    " +msgstr "" + +#: frappe/contacts/doctype/address_template/address_template.py:33 +msgid "Setting this Address Template as default as there is no other default" +msgstr "" + +#: frappe/desk/doctype/global_search_settings/global_search_settings.py:86 +msgid "Setting up Global Search documents." +msgstr "" + +#: frappe/desk/page/setup_wizard/setup_wizard.js:273 +msgid "Setting up your system" +msgstr "" + +#. Label of a Tab Break field in DocType 'DocType' +#. Label of a Tab Break field in DocType 'User' +#. Group in User's connections +#. Label of a Card Break in the Integrations Workspace +#. Label of a Tab Break field in DocType 'Web Form' +#. Label of a Tab Break field in DocType 'Web Page' +#: frappe/core/doctype/doctype/doctype.json frappe/core/doctype/user/user.json +#: frappe/integrations/workspace/integrations/integrations.json +#: frappe/public/js/frappe/form/templates/print_layout.html:25 +#: frappe/public/js/frappe/ui/toolbar/toolbar.js:279 +#: frappe/public/js/frappe/views/workspace/workspace.js:560 +#: frappe/website/doctype/web_form/web_form.json +#: frappe/website/doctype/web_page/web_page.json +msgid "Settings" +msgstr "" + +#. Label of a Table field in DocType 'Navbar Settings' +#: frappe/core/doctype/navbar_settings/navbar_settings.json +msgid "Settings Dropdown" +msgstr "" + +#. Description of a DocType +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +msgid "Settings for Contact Us Page" +msgstr "" + +#. Description of a DocType +#: frappe/website/doctype/about_us_settings/about_us_settings.json +msgid "Settings for the About Us Page" +msgstr "" + +#. Description of a DocType +#: frappe/website/doctype/blog_settings/blog_settings.json +msgid "Settings to control blog categories and interactions like comments and likes" +msgstr "" + +#. Option for the 'Show in Module Section' (Select) field in DocType 'DocType' +#. Label of a Card Break in the Website Workspace +#: frappe/core/doctype/doctype/doctype.json +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:567 +#: frappe/website/workspace/website/website.json +msgid "Setup" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:27 +msgid "Setup > Customize Form" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:8 +msgid "Setup > User" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:33 +msgid "Setup > User Permissions" +msgstr "" + +#. Title of an Onboarding Step +#: frappe/custom/onboarding_step/workflows/workflows.json +msgid "Setup Approval Workflows" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:1684 +#: frappe/public/js/frappe/views/reports/report_view.js:1627 +msgid "Setup Auto Email" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/desk/page/setup_wizard/setup_wizard.js:204 +msgid "Setup Complete" +msgstr "" + +#. Title of an Onboarding Step +#: frappe/custom/onboarding_step/role_permissions/role_permissions.json +msgid "Setup Limited Access for a User" +msgstr "" + +#. Title of an Onboarding Step +#: frappe/custom/onboarding_step/naming_series/naming_series.json +msgid "Setup Naming Series" +msgstr "" + +#. Label of a Section Break field in DocType 'Document Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Setup Series for transactions" +msgstr "" + +#. Label of a Check field in DocType 'Custom DocPerm' +#. Label of a Check field in DocType 'DocPerm' +#. Label of a Check field in DocType 'DocShare' +#. Label of a Check field in DocType 'User Document Type' +#. Option for the 'Type' (Select) field in DocType 'Notification Log' +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/docperm/docperm.json +#: frappe/core/doctype/docshare/docshare.json +#: frappe/core/doctype/user_document_type/user_document_type.json +#: frappe/desk/doctype/notification_log/notification_log.json +#: frappe/public/js/frappe/form/templates/form_sidebar.html:110 +msgid "Share" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/share.js:107 +msgid "Share With" +msgstr "" + +#: frappe/public/js/frappe/form/templates/set_sharing.html:49 +msgid "Share this document with" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/share.js:45 +msgid "Share {0} with" +msgstr "" + +#. Option for the 'Comment Type' (Select) field in DocType 'Comment' +#. Option for the 'Comment Type' (Select) field in DocType 'Communication' +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +msgid "Shared" +msgstr "" + +#: frappe/desk/form/assign_to.py:131 +msgid "Shared with the following Users with Read access:{0}" +msgstr "" + +#. Option for the 'Address Type' (Select) field in DocType 'Address' +#: frappe/contacts/doctype/address/address.json +msgid "Shipping" +msgstr "" + +#: frappe/public/js/frappe/form/templates/address_list.html:25 +msgid "Shipping Address" +msgstr "" + +#. Option for the 'Address Type' (Select) field in DocType 'Address' +#: frappe/contacts/doctype/address/address.json +msgid "Shop" +msgstr "" + +#. Label of a Data field in DocType 'Blogger' +#: frappe/website/doctype/blogger/blogger.json +msgid "Short Name" +msgstr "" + +#: frappe/utils/password_strength.py:85 +msgid "Short keyboard patterns are easy to guess" +msgstr "" + +#. Label of a Table field in DocType 'Workspace' +#. Label of a Tab Break field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +#: frappe/public/js/frappe/form/grid_row_form.js:42 +msgid "Shortcuts" +msgstr "" + +#: frappe/public/js/frappe/widgets/base_widget.js:46 +#: frappe/public/js/frappe/widgets/base_widget.js:178 +#: frappe/templates/includes/login/login.js:86 frappe/www/login.html:30 +msgid "Show" +msgstr "" + +#. Label of a Check field in DocType 'Blog Settings' +#: frappe/website/doctype/blog_settings/blog_settings.json +msgid "Show \"Call to Action\" in Blog" +msgstr "" + +#. Label of a Check field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "Show Absolute Values" +msgstr "" + +#: frappe/public/js/frappe/form/templates/form_sidebar.html:78 +msgid "Show All" +msgstr "" + +#. Label of a Check field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Show Attachments" +msgstr "" + +#: frappe/desk/doctype/calendar_view/calendar_view.js:10 +msgid "Show Calendar" +msgstr "" + +#. Label of a Check field in DocType 'Currency' +#: frappe/geo/doctype/currency/currency.json +msgid "Show Currency Symbol on Right Side" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/desk/doctype/dashboard/dashboard.js:6 +msgid "Show Dashboard" +msgstr "" + +#. Label of a Button field in DocType 'Access Log' +#: frappe/core/doctype/access_log/access_log.json +msgid "Show Document" +msgstr "" + +#: frappe/www/error.html:41 frappe/www/error.html:59 +msgid "Show Error" +msgstr "" + +#: frappe/public/js/frappe/form/layout.js:553 +msgid "Show Fieldname (click to copy on clipboard)" +msgstr "" + +#. Label of a Check field in DocType 'Form Tour' +#: frappe/desk/doctype/form_tour/form_tour.json +msgid "Show First Document Tour" +msgstr "" + +#. Option for the 'Action' (Select) field in DocType 'Onboarding Step' +#. Label of a Check field in DocType 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Show Form Tour" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Show Full Error and Allow Reporting of Issues to the Developer" +msgstr "" + +#. Label of a Check field in DocType 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Show Full Form?" +msgstr "" + +#: frappe/public/js/frappe/ui/keyboard.js:231 +msgid "Show Keyboard Shortcuts" +msgstr "" + +#. Label of a Check field in DocType 'Kanban Board' +#: frappe/desk/doctype/kanban_board/kanban_board.json +#: frappe/public/js/frappe/views/kanban/kanban_settings.js:30 +msgid "Show Labels" +msgstr "" + +#. Label of a Check field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Show Language Picker" +msgstr "" + +#. Label of a Check field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "Show Line Breaks after Sections" +msgstr "" + +#. Label of a Check field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Show List" +msgstr "" + +#: frappe/desk/page/user_profile/user_profile_controller.js:472 +msgid "Show More Activity" +msgstr "" + +#. Label of a Check field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Show Only Failed Logs" +msgstr "" + +#. Label of a Check field in DocType 'Number Card' +#: frappe/desk/doctype/number_card/number_card.json +msgid "Show Percentage Stats" +msgstr "" + +#: frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.js:30 +msgid "Show Permissions" +msgstr "" + +#: frappe/public/js/form_builder/form_builder.bundle.js:31 +#: frappe/public/js/form_builder/form_builder.bundle.js:43 +#: frappe/public/js/print_format_builder/print_format_builder.bundle.js:18 +#: frappe/public/js/print_format_builder/print_format_builder.bundle.js:54 +msgid "Show Preview" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#. Label of a Check field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Show Preview Popup" +msgstr "" + +#. Label of a Check field in DocType 'System Console' +#: frappe/desk/doctype/system_console/system_console.json +msgid "Show Processlist" +msgstr "" + +#: frappe/core/doctype/error_log/error_log.js:9 +msgid "Show Related Errors" +msgstr "" + +#. Label of a Button field in DocType 'Access Log' +#: frappe/core/doctype/access_log/access_log.json +#: frappe/core/doctype/prepared_report/prepared_report.js:43 +#: frappe/core/doctype/report/report.js:13 +msgid "Show Report" +msgstr "" + +#: frappe/public/js/frappe/list/list_filter.js:15 +#: frappe/public/js/frappe/list/list_filter.js:87 +msgid "Show Saved" +msgstr "" + +#. Label of a Check field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "Show Section Headings" +msgstr "" + +#. Label of a Check field in DocType 'Web Form' +#. Label of a Check field in DocType 'Web Page' +#: frappe/website/doctype/web_form/web_form.json +#: frappe/website/doctype/web_page/web_page.json +msgid "Show Sidebar" +msgstr "" + +#: frappe/public/js/frappe/list/list_sidebar.html:66 +#: frappe/public/js/frappe/list/list_view.js:1603 +msgid "Show Tags" +msgstr "" + +#. Label of a Check field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "Show Title" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#. Label of a Check field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Show Title in Link Fields" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1451 +msgid "Show Totals" +msgstr "" + +#: frappe/desk/doctype/form_tour/form_tour.js:116 +msgid "Show Tour" +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:453 +msgid "Show Traceback" +msgstr "" + +#: frappe/public/js/frappe/data_import/import_preview.js:200 +msgid "Show Warnings" +msgstr "" + +#: frappe/public/js/frappe/views/calendar/calendar.js:185 +msgid "Show Weekends" +msgstr "" + +#. Label of a Check field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Show account deletion link in My Account page" +msgstr "" + +#: frappe/core/doctype/version/version.js:6 +msgid "Show all Versions" +msgstr "" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:69 +msgid "Show all activity" +msgstr "" + +#: frappe/website/doctype/blog_post/templates/blog_post_list.html:24 +msgid "Show all blogs" +msgstr "" + +#. Label of a Small Text field in DocType 'Email Queue' +#: frappe/email/doctype/email_queue/email_queue.json +msgid "Show as cc" +msgstr "" + +#. Label of a Check field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Show footer on login" +msgstr "" + +#. Description of the 'Show Full Form?' (Check) field in DocType 'Onboarding +#. Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Show full form instead of a quick entry modal" +msgstr "" + +#. Label of a Select field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Show in Module Section" +msgstr "" + +#. Label of a Check field in DocType 'Web Form Field' +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Show in filter" +msgstr "" + +#. Label of a Check field in DocType 'Slack Webhook URL' +#: frappe/integrations/doctype/slack_webhook_url/slack_webhook_url.json +msgid "Show link to document" +msgstr "" + +#: frappe/public/js/frappe/form/layout.js:255 +#: frappe/public/js/frappe/form/layout.js:273 +msgid "Show more details" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#: frappe/core/doctype/docfield/docfield.json +msgid "Show on Timeline" +msgstr "" + +#. Description of the 'Stats Time Interval' (Select) field in DocType 'Number +#. Card' +#: frappe/desk/doctype/number_card/number_card.json +msgid "Show percentage difference according to this time interval" +msgstr "" + +#. Description of the 'Title Prefix' (Data) field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Show title in browser window as \"Prefix - title\"" +msgstr "" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:148 +msgid "Show {0} List" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:471 +msgid "Showing only Numeric fields from Report" +msgstr "" + +#: frappe/public/js/frappe/data_import/import_preview.js:149 +msgid "Showing only first {0} rows out of {1}" +msgstr "" + +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Sidebar" +msgstr "" + +#. Label of a Table field in DocType 'Website Sidebar' +#: frappe/website/doctype/website_sidebar/website_sidebar.json +msgid "Sidebar Items" +msgstr "" + +#. Label of a Section Break field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Sidebar Settings" +msgstr "" + +#. Label of a Section Break field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "Sidebar and Comments" +msgstr "" + +#. Label of a Section Break field in DocType 'Email Group' +#: frappe/email/doctype/email_group/email_group.json +msgid "Sign Up and Confirmation" +msgstr "" + +#: frappe/core/doctype/user/user.py:955 +msgid "Sign Up is disabled" +msgstr "" + +#: frappe/templates/signup.html:16 frappe/www/login.html:120 +#: frappe/www/login.html:136 frappe/www/update-password.html:35 +msgid "Sign up" +msgstr "" + +#. Label of a Select field in DocType 'Social Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Sign ups" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Label of a Section Break field in DocType 'Email Account' +#. Label of a Text Editor field in DocType 'Email Account' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/email/doctype/email_account/email_account.json +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Signature" +msgstr "" + +#: frappe/www/login.html:148 +msgid "Signup Disabled" +msgstr "" + +#: frappe/www/login.html:149 +msgid "Signups have been disabled for this website." +msgstr "" + +#. Description of the 'Unassign Condition' (Code) field in DocType 'Assignment +#. Rule' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +msgid "Simple Python Expression, Example: Status in (\"Closed\", \"Cancelled\")" +msgstr "" + +#. Description of the 'Close Condition' (Code) field in DocType 'Assignment +#. Rule' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +msgid "Simple Python Expression, Example: Status in (\"Invalid\")" +msgstr "" + +#. Description of the 'Assign Condition' (Code) field in DocType 'Assignment +#. Rule' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +msgid "Simple Python Expression, Example: status == 'Open' and type == 'Bug'" +msgstr "" + +#. Label of a Int field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Simultaneous Sessions" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.py:122 +msgid "Single DocTypes cannot be customized." +msgstr "" + +#. Description of the 'Is Single' (Check) field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/doctype/doctype_list.js:51 +msgid "Single Types have only one record no tables associated. Values are stored in tabSingles" +msgstr "" + +#: frappe/database/database.py:242 +msgid "Site is running in read only mode for maintenance or site update, this action can not be performed right now. Please try again later." +msgstr "" + +#: frappe/public/js/frappe/views/file/file_view.js:318 +msgid "Size" +msgstr "" + +#. Label of a Float field in DocType 'System Health Report Tables' +#: frappe/desk/doctype/system_health_report_tables/system_health_report_tables.json +msgid "Size (MB)" +msgstr "" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:82 +#: frappe/public/js/onboarding_tours/onboarding_tours.js:18 +msgid "Skip" +msgstr "" + +#. Label of a Check field in DocType 'OAuth Client' +#. Label of a Select field in DocType 'OAuth Provider Settings' +#: frappe/integrations/doctype/oauth_client/oauth_client.json +#: frappe/integrations/doctype/oauth_provider_settings/oauth_provider_settings.json +msgid "Skip Authorization" +msgstr "" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:337 +msgid "Skip Step" +msgstr "" + +#. Label of a Check field in DocType 'Patch Log' +#: frappe/core/doctype/patch_log/patch_log.json +msgid "Skipped" +msgstr "" + +#: frappe/core/doctype/data_import/importer.py:914 +msgid "Skipping Duplicate Column {0}" +msgstr "" + +#: frappe/core/doctype/data_import/importer.py:939 +msgid "Skipping Untitled Column" +msgstr "" + +#: frappe/core/doctype/data_import/importer.py:925 +msgid "Skipping column {0}" +msgstr "" + +#: frappe/modules/utils.py:176 +msgid "Skipping fixture syncing for doctype {0} from file {1}" +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:39 +msgid "Skipping {0} of {1}, {2}" +msgstr "" + +#. Label of a Data field in DocType 'Contact Us Settings' +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +msgid "Skype" +msgstr "" + +#. Option for the 'Channel' (Select) field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Slack" +msgstr "" + +#. Label of a Link field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Slack Channel" +msgstr "" + +#: frappe/integrations/doctype/slack_webhook_url/slack_webhook_url.py:64 +msgid "Slack Webhook Error" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Integrations Workspace +#: frappe/integrations/doctype/slack_webhook_url/slack_webhook_url.json +#: frappe/integrations/workspace/integrations/integrations.json +msgid "Slack Webhook URL" +msgstr "" + +#. Label of a Link field in DocType 'Web Page' +#. Option for the 'Content Type' (Select) field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "Slideshow" +msgstr "" + +#. Label of a Table field in DocType 'Website Slideshow' +#: frappe/website/doctype/website_slideshow/website_slideshow.json +msgid "Slideshow Items" +msgstr "" + +#. Label of a Data field in DocType 'Website Slideshow' +#: frappe/website/doctype/website_slideshow/website_slideshow.json +msgid "Slideshow Name" +msgstr "" + +#. Description of a DocType +#: frappe/website/doctype/website_slideshow/website_slideshow.json +msgid "Slideshow like display for the website" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Template Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/web_form_field/web_form_field.json +#: frappe/website/doctype/web_template_field/web_template_field.json +msgid "Small Text" +msgstr "" + +#. Label of a Currency field in DocType 'Currency' +#: frappe/geo/doctype/currency/currency.json +msgid "Smallest Currency Fraction Value" +msgstr "" + +#. Description of the 'Smallest Currency Fraction Value' (Currency) field in +#. DocType 'Currency' +#: frappe/geo/doctype/currency/currency.json +msgid "Smallest circulating fraction unit (coin). For e.g. 1 cent for USD and it should be entered as 0.01" +msgstr "" + +#: frappe/printing/doctype/letter_head/letter_head.js:32 +msgid "Snippet and more variables: {0}" +msgstr "" + +#. Name of a DocType +#: frappe/website/doctype/social_link_settings/social_link_settings.json +msgid "Social Link Settings" +msgstr "" + +#. Label of a Select field in DocType 'Social Link Settings' +#: frappe/website/doctype/social_link_settings/social_link_settings.json +msgid "Social Link Type" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Integrations Workspace +#: frappe/integrations/doctype/social_login_key/social_login_key.json +#: frappe/integrations/workspace/integrations/integrations.json +msgid "Social Login Key" +msgstr "" + +#. Label of a Select field in DocType 'Social Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Social Login Provider" +msgstr "" + +#. Label of a Table field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Social Logins" +msgstr "" + +#. Label of a Select field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "SocketIO Ping Check" +msgstr "" + +#. Label of a Select field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "SocketIO Transport Mode" +msgstr "" + +#. Option for the 'Delivery Status' (Select) field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Soft-Bounced" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder_column_selector.html:4 +msgid "Some columns might get cut off when printing to PDF. Try to keep number of columns under 10." +msgstr "" + +#: frappe/public/js/frappe/desk.js:20 +msgid "Some of the features might not work in your browser. Please update your browser to the latest version." +msgstr "" + +#: frappe/public/js/frappe/views/translation_manager.js:101 +msgid "Something went wrong" +msgstr "" + +#: frappe/integrations/doctype/google_calendar/google_calendar.py:117 +msgid "Something went wrong during the token generation. Click on {0} to generate a new one." +msgstr "" + +#: frappe/templates/includes/login/login.js:294 +msgid "Something went wrong." +msgstr "" + +#: frappe/public/js/frappe/views/pageview.js:114 +msgid "Sorry! I could not find what you were looking for." +msgstr "" + +#: frappe/public/js/frappe/views/pageview.js:122 +msgid "Sorry! You are not permitted to view this page." +msgstr "" + +#: frappe/public/js/frappe/utils/datatable.js:6 +msgid "Sort Ascending" +msgstr "" + +#: frappe/public/js/frappe/utils/datatable.js:7 +msgid "Sort Descending" +msgstr "" + +#. Label of a Select field in DocType 'Customize Form' +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Sort Field" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Sort Options" +msgstr "" + +#. Label of a Select field in DocType 'Customize Form' +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Sort Order" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1512 +msgid "Sort field {0} must be a valid fieldname" +msgstr "" + +#. Label of a Data field in DocType 'Web Page View' +#. Label of a Small Text field in DocType 'Website Route Redirect' +#: frappe/public/js/frappe/ui/toolbar/about.js:8 +#: frappe/public/js/frappe/utils/utils.js:1727 +#: frappe/website/doctype/web_page_view/web_page_view.json +#: frappe/website/doctype/website_route_redirect/website_route_redirect.json +#: frappe/website/report/website_analytics/website_analytics.js:38 +msgid "Source" +msgstr "" + +#. Label of a Data field in DocType 'Dashboard Chart Source' +#: frappe/desk/doctype/dashboard_chart_source/dashboard_chart_source.json +msgid "Source Name" +msgstr "" + +#. Label of a Code field in DocType 'Translation' +#: frappe/core/doctype/translation/translation.json +#: frappe/public/js/frappe/views/translation_manager.js:38 +msgid "Source Text" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/blocks/spacer.js:23 +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:204 +msgid "Spacer" +msgstr "" + +#. Option for the 'Email Status' (Select) field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Spam" +msgstr "" + +#. Option for the 'Service' (Select) field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "SparkPost" +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.js:83 +msgid "Special Characters are not allowed" +msgstr "" + +#: frappe/model/naming.py:60 +msgid "Special Characters except '-', '#', '.', '/', '{{' and '}}' not allowed in naming series {0}" +msgstr "" + +#. Description of the 'Timeout (In Seconds)' (Int) field in DocType 'Report' +#: frappe/core/doctype/report/report.json +msgid "Specify a custom timeout, default timeout is 1500 seconds" +msgstr "" + +#. Description of the 'Allowed embedding domains' (Small Text) field in DocType +#. 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Specify the domains or origins that are permitted to embed this form. Enter one domain per line (e.g., https://example.com). If no domains are specified, the form can only be embedded on the same origin." +msgstr "" + +#. Label of a Attach Image field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Splash Image" +msgstr "" + +#: frappe/desk/reportview.py:383 +#: frappe/public/js/frappe/web_form/web_form_list.js:175 +#: frappe/templates/print_formats/standard_macros.html:44 +msgid "Sr" +msgstr "" + +#: frappe/public/js/print_format_builder/Field.vue:143 +#: frappe/public/js/print_format_builder/Field.vue:164 +msgid "Sr No." +msgstr "" + +#. Label of a HTML field in DocType 'Recorder Query' +#: frappe/core/doctype/recorder/recorder.js:82 +#: frappe/core/doctype/recorder_query/recorder_query.json +msgid "Stack Trace" +msgstr "" + +#. Label of a Select field in DocType 'Page' +#. Label of a Check field in DocType 'Desktop Icon' +#. Label of a Select field in DocType 'Print Format' +#. Label of a Check field in DocType 'Print Format Field Template' +#. Label of a Check field in DocType 'Print Style' +#. Label of a Check field in DocType 'Web Template' +#: frappe/core/doctype/page/page.json +#: frappe/core/doctype/user_type/user_type_list.js:5 +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/printing/doctype/print_format_field_template/print_format_field_template.json +#: frappe/printing/doctype/print_style/print_style.json +#: frappe/website/doctype/web_template/web_template.json +msgid "Standard" +msgstr "" + +#: frappe/model/delete_doc.py:78 +msgid "Standard DocType can not be deleted." +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:225 +msgid "Standard DocType cannot have default print format, use Customize Form" +msgstr "" + +#: frappe/desk/doctype/dashboard/dashboard.py:58 +msgid "Standard Not Set" +msgstr "" + +#: frappe/printing/doctype/print_format/print_format.py:75 +msgid "Standard Print Format cannot be updated" +msgstr "" + +#: frappe/printing/doctype/print_style/print_style.py:30 +msgid "Standard Print Style cannot be changed. Please duplicate to edit." +msgstr "" + +#: frappe/desk/reportview.py:330 +msgid "Standard Reports cannot be deleted" +msgstr "" + +#: frappe/desk/reportview.py:301 +msgid "Standard Reports cannot be edited" +msgstr "" + +#. Label of a Section Break field in DocType 'Portal Settings' +#: frappe/website/doctype/portal_settings/portal_settings.json +msgid "Standard Sidebar Menu" +msgstr "" + +#: frappe/website/doctype/web_form/web_form.js:40 +msgid "Standard Web Forms can not be modified, duplicate the Web Form instead." +msgstr "" + +#: frappe/website/doctype/web_page/web_page.js:92 +msgid "Standard rich text editor with controls" +msgstr "" + +#: frappe/core/doctype/role/role.py:46 +msgid "Standard roles cannot be disabled" +msgstr "" + +#: frappe/core/doctype/role/role.py:32 +msgid "Standard roles cannot be renamed" +msgstr "" + +#: frappe/core/doctype/user_type/user_type.py:60 +msgid "Standard user type {0} can not be deleted." +msgstr "" + +#: frappe/templates/emails/energy_points_summary.html:33 +msgid "Standings" +msgstr "" + +#: frappe/core/doctype/server_script/server_script_list.js:20 +msgid "Star us on GitHub" +msgstr "" + +#: frappe/core/doctype/recorder/recorder_list.js:87 +#: frappe/printing/page/print/print.js:296 +#: frappe/printing/page/print/print.js:343 +msgid "Start" +msgstr "" + +#. Label of a Date field in DocType 'Auto Repeat' +#. Label of a Datetime field in DocType 'Web Page' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:140 +#: frappe/public/js/frappe/utils/common.js:409 +#: frappe/website/doctype/web_page/web_page.json +msgid "Start Date" +msgstr "" + +#. Label of a Select field in DocType 'Calendar View' +#: frappe/desk/doctype/calendar_view/calendar_view.json +msgid "Start Date Field" +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:110 +msgid "Start Import" +msgstr "" + +#: frappe/core/doctype/recorder/recorder_list.js:201 +msgid "Start Recording" +msgstr "" + +#. Label of a Datetime field in DocType 'RQ Worker' +#: frappe/core/doctype/rq_worker/rq_worker.json +msgid "Start Time" +msgstr "" + +#: frappe/templates/includes/comments/comments.html:8 +msgid "Start a new discussion" +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:22 +msgid "Start entering data below this line" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:165 +msgid "Start new Format" +msgstr "" + +#. Option for the 'SSL/TLS Mode' (Select) field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "StartTLS" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Prepared Report' +#: frappe/core/doctype/prepared_report/prepared_report.json +msgid "Started" +msgstr "" + +#. Label of a Datetime field in DocType 'RQ Job' +#: frappe/core/doctype/rq_job/rq_job.json +msgid "Started At" +msgstr "" + +#: frappe/desk/page/setup_wizard/setup_wizard.js:274 +msgid "Starting Frappe ..." +msgstr "" + +#. Label of a Datetime field in DocType 'Event' +#: frappe/desk/doctype/event/event.json +msgid "Starts on" +msgstr "" + +#. Label of a Data field in DocType 'Token Cache' +#. Label of a Data field in DocType 'Contact Us Settings' +#. Label of a Link field in DocType 'Workflow Document State' +#. Label of a Data field in DocType 'Workflow State' +#. Label of a Link field in DocType 'Workflow Transition' +#: frappe/integrations/doctype/token_cache/token_cache.json +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +#: frappe/workflow/doctype/workflow/workflow.js:162 +#: frappe/workflow/doctype/workflow_document_state/workflow_document_state.json +#: frappe/workflow/doctype/workflow_state/workflow_state.json +#: frappe/workflow/doctype/workflow_transition/workflow_transition.json +msgid "State" +msgstr "" + +#: frappe/public/js/workflow_builder/components/Properties.vue:24 +msgid "State Properties" +msgstr "" + +#. Label of a Data field in DocType 'Address' +#: frappe/contacts/doctype/address/address.json +msgid "State/Province" +msgstr "" + +#. Label of a Table field in DocType 'DocType' +#. Label of a Table field in DocType 'Customize Form' +#. Label of a Section Break field in DocType 'Workflow' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +#: frappe/workflow/doctype/workflow/workflow.json +msgid "States" +msgstr "" + +#. Label of a Table field in DocType 'SMS Settings' +#: frappe/core/doctype/sms_settings/sms_settings.json +msgid "Static Parameters" +msgstr "" + +#. Label of a Section Break field in DocType 'RQ Worker' +#: frappe/core/doctype/rq_worker/rq_worker.json +msgid "Statistics" +msgstr "" + +#. Label of a Section Break field in DocType 'Number Card' +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/public/js/frappe/form/dashboard.js:43 +#: frappe/public/js/frappe/form/templates/form_dashboard.html:13 +msgid "Stats" +msgstr "" + +#. Label of a Select field in DocType 'Number Card' +#: frappe/desk/doctype/number_card/number_card.json +msgid "Stats Time Interval" +msgstr "" + +#: frappe/social/doctype/energy_point_log/energy_point_log.py:389 +msgid "Stats based on last month's performance (from {0} to {1})" +msgstr "" + +#: frappe/social/doctype/energy_point_log/energy_point_log.py:391 +msgid "Stats based on last week's performance (from {0} to {1})" +msgstr "" + +#. Label of a Select field in DocType 'Auto Repeat' +#. Label of a Select field in DocType 'Contact' +#. Label of a Select field in DocType 'Activity Log' +#. Label of a Section Break field in DocType 'Communication' +#. Label of a Select field in DocType 'Communication' +#. Label of a Select field in DocType 'Data Import' +#. Label of a Select field in DocType 'Prepared Report' +#. Label of a Select field in DocType 'RQ Job' +#. Label of a Data field in DocType 'RQ Worker' +#. Label of a Select field in DocType 'Scheduled Job Log' +#. Label of a Section Break field in DocType 'Scheduled Job Type' +#. Label of a Select field in DocType 'Submission Queue' +#. Label of a Select field in DocType 'Event' +#. Label of a Select field in DocType 'Kanban Board Column' +#. Label of a Select field in DocType 'ToDo' +#. Label of a Select field in DocType 'Email Queue' +#. Label of a Select field in DocType 'Email Queue Recipient' +#. Label of a Section Break field in DocType 'Newsletter' +#. Label of a Select field in DocType 'Integration Request' +#. Label of a Select field in DocType 'OAuth Bearer Token' +#. Label of a Select field in DocType 'Personal Data Deletion Request' +#. Label of a Select field in DocType 'Personal Data Deletion Step' +#. Label of a Select field in DocType 'Workflow Action' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/contacts/doctype/contact/contact.json +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/data_import/data_import.js:488 +#: frappe/core/doctype/data_import/data_import.json +#: frappe/core/doctype/prepared_report/prepared_report.json +#: frappe/core/doctype/rq_job/rq_job.json +#: frappe/core/doctype/rq_worker/rq_worker.json +#: frappe/core/doctype/scheduled_job_log/scheduled_job_log.json +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +#: frappe/core/doctype/submission_queue/submission_queue.json +#: frappe/desk/doctype/event/event.json +#: frappe/desk/doctype/kanban_board_column/kanban_board_column.json +#: frappe/desk/doctype/todo/todo.json +#: frappe/email/doctype/email_queue/email_queue.json +#: frappe/email/doctype/email_queue_recipient/email_queue_recipient.json +#: frappe/email/doctype/newsletter/newsletter.json +#: frappe/integrations/doctype/integration_request/integration_request.json +#: frappe/integrations/doctype/oauth_bearer_token/oauth_bearer_token.json +#: frappe/public/js/frappe/list/list_settings.js:359 +#: frappe/public/js/frappe/views/reports/report_view.js:909 +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.json +#: frappe/website/doctype/personal_data_deletion_step/personal_data_deletion_step.json +#: frappe/workflow/doctype/workflow_action/workflow_action.json +msgid "Status" +msgstr "" + +#: frappe/www/update-password.html:161 +msgid "Status Updated" +msgstr "" + +#: frappe/www/message.html:40 +msgid "Status: {0}" +msgstr "" + +#. Label of a Link field in DocType 'Onboarding Step Map' +#: frappe/desk/doctype/onboarding_step_map/onboarding_step_map.json +msgid "Step" +msgstr "" + +#. Label of a Table field in DocType 'Form Tour' +#. Label of a Table field in DocType 'Module Onboarding' +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/desk/doctype/module_onboarding/module_onboarding.json +msgid "Steps" +msgstr "" + +#: frappe/www/qrcode.html:11 +msgid "Steps to verify your login" +msgstr "" + +#: frappe/core/doctype/recorder/recorder_list.js:87 +msgid "Stop" +msgstr "" + +#. Label of a Check field in DocType 'Scheduled Job Type' +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +msgid "Stopped" +msgstr "" + +#. Label of a Float field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Storage Usage (MB)" +msgstr "" + +#. Label of a Table field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Storage Usage By Table" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Store Attached PDF Document" +msgstr "" + +#. Description of the 'Last Known Versions' (Text) field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Stores the JSON of last known versions of various installed apps. It is used to show release notes." +msgstr "" + +#. Description of the 'Last Reset Password Key Generated On' (Datetime) field +#. in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Stores the datetime when the last reset password key was generated." +msgstr "" + +#: frappe/utils/password_strength.py:91 +msgid "Straight rows of keys are easy to guess" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Strip EXIF tags from uploaded images" +msgstr "" + +#: frappe/public/js/frappe/form/controls/password.js:90 +msgid "Strong" +msgstr "" + +#. Label of a Tab Break field in DocType 'Web Page' +#. Label of a Select field in DocType 'Workflow State' +#: frappe/website/doctype/web_page/web_page.json +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "Style" +msgstr "" + +#. Label of a Section Break field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "Style Settings" +msgstr "" + +#. Description of the 'Style' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "Style represents the button color: Success - Green, Danger - Red, Inverse - Black, Primary - Dark Blue, Info - Light Blue, Warning - Orange" +msgstr "" + +#. Label of a Tab Break field in DocType 'Website Theme' +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Stylesheet" +msgstr "" + +#. Description of the 'Fraction' (Data) field in DocType 'Currency' +#: frappe/geo/doctype/currency/currency.json +msgid "Sub-currency. For e.g. \"Cent\"" +msgstr "" + +#. Description of the 'Subdomain' (Small Text) field in DocType 'Website +#. Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Sub-domain provided by erpnext.com" +msgstr "" + +#. Label of a Small Text field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Subdomain" +msgstr "" + +#. Label of a Data field in DocType 'Auto Repeat' +#. Label of a Small Text field in DocType 'Activity Log' +#. Label of a Text field in DocType 'Comment' +#. Label of a Small Text field in DocType 'Communication' +#. Label of a Small Text field in DocType 'Event' +#. Label of a Text field in DocType 'Notification Log' +#. Label of a Data field in DocType 'Email Template' +#. Label of a Small Text field in DocType 'Newsletter' +#. Label of a Section Break field in DocType 'Newsletter' +#. Label of a Data field in DocType 'Notification' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +#: frappe/desk/doctype/event/event.json +#: frappe/desk/doctype/notification_log/notification_log.json +#: frappe/email/doctype/email_template/email_template.json +#: frappe/email/doctype/newsletter/newsletter.json +#: frappe/email/doctype/notification/notification.json +#: frappe/public/js/frappe/views/communication.js:107 +#: frappe/public/js/frappe/views/inbox/inbox_view.js:63 +msgid "Subject" +msgstr "" + +#. Label of a Data field in DocType 'DocType' +#. Label of a Data field in DocType 'Customize Form' +#. Label of a Select field in DocType 'Calendar View' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +#: frappe/desk/doctype/calendar_view/calendar_view.json +msgid "Subject Field" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1897 +msgid "Subject Field type should be Data, Text, Long Text, Small Text, Text Editor" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/submission_queue/submission_queue.json +msgid "Submission Queue" +msgstr "" + +#. Label of a Check field in DocType 'Custom DocPerm' +#. Label of a Check field in DocType 'DocPerm' +#. Label of a Check field in DocType 'DocShare' +#. Label of a Check field in DocType 'User Document Type' +#. Option for the 'Send Alert On' (Select) field in DocType 'Notification' +#. Option for the 'For Document Event' (Select) field in DocType 'Energy Point +#. Rule' +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/docperm/docperm.json +#: frappe/core/doctype/docshare/docshare.json +#: frappe/core/doctype/user_document_type/user_document_type.json +#: frappe/core/doctype/user_permission/user_permission_list.js:138 +#: frappe/email/doctype/notification/notification.json +#: frappe/public/js/frappe/form/quick_entry.js:191 +#: frappe/public/js/frappe/form/sidebar/review.js:116 +#: frappe/public/js/frappe/ui/capture.js:299 +#: frappe/social/doctype/energy_point_log/energy_point_log.js:39 +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +#: frappe/social/doctype/energy_point_settings/energy_point_settings.js:47 +msgid "Submit" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1985 +msgctxt "Button in list view actions menu" +msgid "Submit" +msgstr "" + +#: frappe/website/doctype/web_form/templates/web_form.html:44 +msgctxt "Button in web form" +msgid "Submit" +msgstr "" + +#: frappe/public/js/frappe/ui/dialog.js:60 +msgctxt "Primary action in dialog" +msgid "Submit" +msgstr "" + +#: frappe/public/js/frappe/ui/messages.js:97 +msgctxt "Primary action of prompt dialog" +msgid "Submit" +msgstr "" + +#: frappe/public/js/frappe/desk.js:212 +msgctxt "Submit password for Email Account" +msgid "Submit" +msgstr "" + +#. Label of a Check field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Submit After Import" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:39 +msgid "Submit an Issue" +msgstr "" + +#: frappe/website/doctype/web_form/templates/web_form.html:153 +msgctxt "Button in web form" +msgid "Submit another response" +msgstr "" + +#. Label of a Data field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Submit button label" +msgstr "" + +#. Label of a Check field in DocType 'Auto Repeat' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:126 +msgid "Submit on Creation" +msgstr "" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:400 +msgid "Submit this document to complete this step." +msgstr "" + +#: frappe/public/js/frappe/form/form.js:1152 +msgid "Submit this document to confirm" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1990 +msgctxt "Title of confirmation dialog" +msgid "Submit {0} documents?" +msgstr "" + +#. Option for the 'Comment Type' (Select) field in DocType 'Comment' +#. Option for the 'Comment Type' (Select) field in DocType 'Communication' +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +#: frappe/public/js/frappe/model/indicator.js:95 +#: frappe/public/js/frappe/ui/filters/filter.js:531 +#: frappe/website/doctype/web_form/templates/web_form.html:133 +msgid "Submitted" +msgstr "" + +#: frappe/workflow/doctype/workflow/workflow.py:104 +msgid "Submitted Document cannot be converted back to draft. Transition row {0}" +msgstr "" + +#: frappe/public/js/workflow_builder/utils.js:176 +msgid "Submitted document cannot be converted back to draft while transitioning from {0} State to {1} State" +msgstr "" + +#: frappe/public/js/frappe/form/save.js:10 +msgctxt "Freeze message while submitting a document" +msgid "Submitting" +msgstr "" + +#: frappe/desk/doctype/bulk_update/bulk_update.py:90 +msgid "Submitting {0}" +msgstr "" + +#. Option for the 'Address Type' (Select) field in DocType 'Address' +#: frappe/contacts/doctype/address/address.json +msgid "Subsidiary" +msgstr "" + +#. Label of a Data field in DocType 'Module Onboarding' +#. Label of a Data field in DocType 'Blog Settings' +#: frappe/desk/doctype/module_onboarding/module_onboarding.json +#: frappe/website/doctype/blog_settings/blog_settings.json +msgid "Subtitle" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Activity Log' +#. Option for the 'Status' (Select) field in DocType 'Data Import' +#. Label of a Check field in DocType 'Data Import Log' +#. Option for the 'Style' (Select) field in DocType 'Workflow State' +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/data_import/data_import.js:464 +#: frappe/core/doctype/data_import/data_import.json +#: frappe/core/doctype/data_import_log/data_import_log.json +#: frappe/desk/doctype/bulk_update/bulk_update.js:31 +#: frappe/desk/doctype/desktop_icon/desktop_icon.py:446 +#: frappe/public/js/frappe/form/grid.js:1137 +#: frappe/public/js/frappe/views/translation_manager.js:21 +#: frappe/templates/includes/login/login.js:231 +#: frappe/templates/includes/login/login.js:237 +#: frappe/templates/includes/login/login.js:270 +#: frappe/templates/includes/login/login.js:278 +#: frappe/templates/pages/integrations/gcalendar-success.html:9 +#: frappe/workflow/doctype/workflow_action/workflow_action.py:167 +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "Success" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/success_action/success_action.json +msgid "Success Action" +msgstr "" + +#. Label of a Data field in DocType 'Module Onboarding' +#: frappe/desk/doctype/module_onboarding/module_onboarding.json +msgid "Success Message" +msgstr "" + +#. Label of a Data field in DocType 'Token Cache' +#: frappe/integrations/doctype/token_cache/token_cache.json +msgid "Success URI" +msgstr "" + +#. Label of a Data field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Success URL" +msgstr "" + +#. Label of a Text field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Success message" +msgstr "" + +#. Label of a Data field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Success title" +msgstr "" + +#: frappe/www/update-password.html:79 +msgid "Success! You are good to go 👍" +msgstr "" + +#. Label of a Int field in DocType 'RQ Worker' +#: frappe/core/doctype/rq_worker/rq_worker.json +msgid "Successful Job Count" +msgstr "" + +#: frappe/model/workflow.py:299 +msgid "Successful Transactions" +msgstr "" + +#: frappe/model/rename_doc.py:694 +msgid "Successful: {0} to {1}" +msgstr "" + +#: frappe/social/doctype/energy_point_settings/energy_point_settings.js:41 +msgid "Successfully Done" +msgstr "" + +#: frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js:100 +#: frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js:113 +msgid "Successfully Updated" +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:428 +msgid "Successfully imported {0}" +msgstr "" + +#: frappe/desk/doctype/form_tour/form_tour.py:87 +msgid "Successfully reset onboarding status for all users." +msgstr "" + +#: frappe/public/js/frappe/views/translation_manager.js:22 +msgid "Successfully updated translations" +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:436 +msgid "Successfully updated {0}" +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:149 +msgid "Successfully {0} 1 record." +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:156 +msgid "Successfully {0} {1} record out of {2}. Click on Export Errored Rows, fix the errors and import again." +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:161 +msgid "Successfully {0} {1} records out of {2}. Click on Export Errored Rows, fix the errors and import again." +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:151 +msgid "Successfully {0} {1} records." +msgstr "" + +#: frappe/core/doctype/recorder/recorder.js:15 +msgid "Suggest Optimizations" +msgstr "" + +#. Label of a Table field in DocType 'Recorder' +#: frappe/core/doctype/recorder/recorder.json +msgid "Suggested Indexes" +msgstr "" + +#: frappe/core/doctype/user/user.py:664 +msgid "Suggested Username: {0}" +msgstr "" + +#. Option for the 'Chart Type' (Select) field in DocType 'Dashboard Chart' +#. Option for the 'Group By Type' (Select) field in DocType 'Dashboard Chart' +#. Option for the 'Function' (Select) field in DocType 'Number Card' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/public/js/frappe/ui/group_by/group_by.js:20 +msgid "Sum" +msgstr "" + +#: frappe/public/js/frappe/ui/group_by/group_by.js:328 +msgid "Sum of {0}" +msgstr "" + +#: frappe/public/js/frappe/views/interaction.js:88 +msgid "Summary" +msgstr "" + +#. Option for the 'Day' (Select) field in DocType 'Assignment Rule Day' +#. Option for the 'Day' (Select) field in DocType 'Auto Repeat Day' +#. Option for the 'First Day of the Week' (Select) field in DocType 'System +#. Settings' +#. Label of a Check field in DocType 'Event' +#. Option for the 'Day of Week' (Select) field in DocType 'Auto Email Report' +#: frappe/automation/doctype/assignment_rule_day/assignment_rule_day.json +#: frappe/automation/doctype/auto_repeat_day/auto_repeat_day.json +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/desk/doctype/event/event.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Sunday" +msgstr "" + +#: frappe/email/doctype/email_queue/email_queue_list.js:27 +msgid "Suspend Sending" +msgstr "" + +#: frappe/public/js/frappe/ui/capture.js:268 +msgid "Switch Camera" +msgstr "" + +#: frappe/public/js/frappe/desk.js:51 +#: frappe/public/js/frappe/ui/theme_switcher.js:11 +msgid "Switch Theme" +msgstr "" + +#: frappe/templates/includes/navbar/navbar_login.html:17 +msgid "Switch To Desk" +msgstr "" + +#: frappe/public/js/frappe/ui/capture.js:273 +msgid "Switching Camera" +msgstr "" + +#. Label of a Data field in DocType 'Currency' +#: frappe/geo/doctype/currency/currency.json +msgid "Symbol" +msgstr "" + +#. Label of a Section Break field in DocType 'Google Calendar' +#. Label of a Section Break field in DocType 'Google Contacts' +#: frappe/integrations/doctype/google_calendar/google_calendar.json +#: frappe/integrations/doctype/google_contacts/google_contacts.json +msgid "Sync" +msgstr "" + +#: frappe/integrations/doctype/google_calendar/google_calendar.js:28 +msgid "Sync Calendar" +msgstr "" + +#: frappe/integrations/doctype/google_contacts/google_contacts.js:28 +msgid "Sync Contacts" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:256 +msgid "Sync on Migrate" +msgstr "" + +#: frappe/integrations/doctype/google_calendar/google_calendar.py:298 +msgid "Sync token was invalid and has been reset, Retry syncing." +msgstr "" + +#. Label of a Check field in DocType 'Event' +#: frappe/desk/doctype/event/event.json +msgid "Sync with Google Calendar" +msgstr "" + +#. Label of a Check field in DocType 'Contact' +#: frappe/contacts/doctype/contact/contact.json +msgid "Sync with Google Contacts" +msgstr "" + +#: frappe/custom/doctype/doctype_layout/doctype_layout.js:46 +msgid "Sync {0} Fields" +msgstr "" + +#: frappe/custom/doctype/doctype_layout/doctype_layout.js:100 +msgid "Synced Fields" +msgstr "" + +#: frappe/integrations/doctype/google_calendar/google_calendar.js:31 +#: frappe/integrations/doctype/google_contacts/google_contacts.js:31 +msgid "Syncing" +msgstr "" + +#: frappe/integrations/doctype/google_calendar/google_calendar.js:19 +msgid "Syncing {0} of {1}" +msgstr "" + +#: frappe/utils/data.py:2170 +msgid "Syntax Error" +msgstr "" + +#. Option for the 'Show in Module Section' (Select) field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "System" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/system_console/system_console.json +msgid "System Console" +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.py:359 +msgid "System Generated Fields can not be renamed" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "System Health Report" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/system_health_report_errors/system_health_report_errors.json +msgid "System Health Report Errors" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/system_health_report_failing_jobs/system_health_report_failing_jobs.json +msgid "System Health Report Failing Jobs" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/system_health_report_queue/system_health_report_queue.json +msgid "System Health Report Queue" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/system_health_report_tables/system_health_report_tables.json +msgid "System Health Report Tables" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/system_health_report_workers/system_health_report_workers.json +msgid "System Health Report Workers" +msgstr "" + +#. Label of a Card Break in the Build Workspace +#: frappe/core/workspace/build/build.json +msgid "System Logs" +msgstr "" + +#. Name of a role +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/automation/doctype/milestone/milestone.json +#: frappe/automation/doctype/milestone_tracker/milestone_tracker.json +#: frappe/contacts/doctype/address/address.json +#: frappe/contacts/doctype/address_template/address_template.json +#: frappe/contacts/doctype/contact/contact.json +#: frappe/contacts/doctype/gender/gender.json +#: frappe/contacts/doctype/salutation/salutation.json +#: frappe/core/doctype/access_log/access_log.json +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/audit_trail/audit_trail.json +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/custom_role/custom_role.json +#: frappe/core/doctype/data_export/data_export.json +#: frappe/core/doctype/data_import/data_import.json +#: frappe/core/doctype/data_import_log/data_import_log.json +#: frappe/core/doctype/deleted_document/deleted_document.json +#: frappe/core/doctype/docshare/docshare.json +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/document_naming_rule/document_naming_rule.json +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +#: frappe/core/doctype/document_share_key/document_share_key.json +#: frappe/core/doctype/domain/domain.json +#: frappe/core/doctype/domain_settings/domain_settings.json +#: frappe/core/doctype/error_log/error_log.json +#: frappe/core/doctype/file/file.json +#: frappe/core/doctype/installed_applications/installed_applications.json +#: frappe/core/doctype/language/language.json +#: frappe/core/doctype/log_settings/log_settings.json +#: frappe/core/doctype/module_def/module_def.json +#: frappe/core/doctype/module_profile/module_profile.json +#: frappe/core/doctype/navbar_settings/navbar_settings.json +#: frappe/core/doctype/package/package.json +#: frappe/core/doctype/package_import/package_import.json +#: frappe/core/doctype/package_release/package_release.json +#: frappe/core/doctype/page/page.json +#: frappe/core/doctype/patch_log/patch_log.json +#: frappe/core/doctype/permission_inspector/permission_inspector.json +#: frappe/core/doctype/prepared_report/prepared_report.json +#: frappe/core/doctype/report/report.json frappe/core/doctype/role/role.json +#: frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.json +#: frappe/core/doctype/role_profile/role_profile.json +#: frappe/core/doctype/rq_job/rq_job.json +#: frappe/core/doctype/rq_worker/rq_worker.json +#: frappe/core/doctype/scheduled_job_log/scheduled_job_log.json +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +#: frappe/core/doctype/session_default_settings/session_default_settings.json +#: frappe/core/doctype/sms_settings/sms_settings.json +#: frappe/core/doctype/submission_queue/submission_queue.json +#: frappe/core/doctype/success_action/success_action.json +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/core/doctype/translation/translation.json +#: frappe/core/doctype/user/user.json +#: frappe/core/doctype/user_group/user_group.json +#: frappe/core/doctype/user_permission/user_permission.json +#: frappe/core/doctype/user_type/user_type.json +#: frappe/core/doctype/version/version.json +#: frappe/core/doctype/view_log/view_log.json +#: frappe/custom/doctype/client_script/client_script.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form/customize_form.json +#: frappe/custom/doctype/doctype_layout/doctype_layout.json +#: frappe/custom/doctype/property_setter/property_setter.json +#: frappe/desk/doctype/bulk_update/bulk_update.json +#: frappe/desk/doctype/calendar_view/calendar_view.json +#: frappe/desk/doctype/changelog_feed/changelog_feed.json +#: frappe/desk/doctype/console_log/console_log.json +#: frappe/desk/doctype/custom_html_block/custom_html_block.json +#: frappe/desk/doctype/dashboard/dashboard.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/dashboard_chart_source/dashboard_chart_source.json +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +#: frappe/desk/doctype/event/event.json +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/desk/doctype/global_search_settings/global_search_settings.json +#: frappe/desk/doctype/kanban_board/kanban_board.json +#: frappe/desk/doctype/list_view_settings/list_view_settings.json +#: frappe/desk/doctype/module_onboarding/module_onboarding.json +#: frappe/desk/doctype/note/note.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/desk/doctype/route_history/route_history.json +#: frappe/desk/doctype/system_console/system_console.json +#: frappe/desk/doctype/system_health_report/system_health_report.json +#: frappe/desk/doctype/tag/tag.json frappe/desk/doctype/tag_link/tag_link.json +#: frappe/desk/doctype/todo/todo.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +#: frappe/email/doctype/document_follow/document_follow.json +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_domain/email_domain.json +#: frappe/email/doctype/email_flag_queue/email_flag_queue.json +#: frappe/email/doctype/email_queue/email_queue.json +#: frappe/email/doctype/email_rule/email_rule.json +#: frappe/email/doctype/email_template/email_template.json +#: frappe/email/doctype/email_unsubscribe/email_unsubscribe.json +#: frappe/email/doctype/notification/notification.json +#: frappe/email/doctype/unhandled_email/unhandled_email.json +#: frappe/geo/doctype/country/country.json +#: frappe/geo/doctype/currency/currency.json +#: frappe/integrations/doctype/connected_app/connected_app.json +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.json +#: frappe/integrations/doctype/google_calendar/google_calendar.json +#: frappe/integrations/doctype/google_contacts/google_contacts.json +#: frappe/integrations/doctype/google_drive/google_drive.json +#: frappe/integrations/doctype/google_settings/google_settings.json +#: frappe/integrations/doctype/integration_request/integration_request.json +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +#: frappe/integrations/doctype/oauth_authorization_code/oauth_authorization_code.json +#: frappe/integrations/doctype/oauth_bearer_token/oauth_bearer_token.json +#: frappe/integrations/doctype/oauth_client/oauth_client.json +#: frappe/integrations/doctype/oauth_provider_settings/oauth_provider_settings.json +#: frappe/integrations/doctype/push_notification_settings/push_notification_settings.json +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +#: frappe/integrations/doctype/slack_webhook_url/slack_webhook_url.json +#: frappe/integrations/doctype/social_login_key/social_login_key.json +#: frappe/integrations/doctype/token_cache/token_cache.json +#: frappe/integrations/doctype/webhook/webhook.json +#: frappe/integrations/doctype/webhook_request_log/webhook_request_log.json +#: frappe/printing/doctype/letter_head/letter_head.json +#: frappe/printing/doctype/network_printer_settings/network_printer_settings.json +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/printing/doctype/print_format_field_template/print_format_field_template.json +#: frappe/printing/doctype/print_heading/print_heading.json +#: frappe/printing/doctype/print_settings/print_settings.json +#: frappe/printing/doctype/print_style/print_style.json +#: frappe/social/doctype/energy_point_log/energy_point_log.json +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +#: frappe/social/doctype/energy_point_settings/energy_point_settings.json +#: frappe/website/doctype/discussion_reply/discussion_reply.json +#: frappe/website/doctype/discussion_topic/discussion_topic.json +#: frappe/website/doctype/marketing_campaign/marketing_campaign.json +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.json +#: frappe/website/doctype/personal_data_download_request/personal_data_download_request.json +#: frappe/website/doctype/web_page_view/web_page_view.json +#: frappe/website/doctype/web_template/web_template.json +#: frappe/website/doctype/website_route_meta/website_route_meta.json +#: frappe/workflow/doctype/workflow/workflow.json +#: frappe/workflow/doctype/workflow_action_master/workflow_action_master.json +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "System Manager" +msgstr "" + +#: frappe/desk/page/backups/backups.js:36 +msgid "System Manager privileges required." +msgstr "" + +#. Option for the 'Channel' (Select) field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "System Notification" +msgstr "" + +#. Label of a Section Break field in DocType 'Notification Settings' +#: frappe/desk/doctype/notification_settings/notification_settings.json +msgid "System Notifications" +msgstr "" + +#. Label of a Check field in DocType 'Page' +#: frappe/core/doctype/page/page.json +msgid "System Page" +msgstr "" + +#. Name of a DocType +#. Label of a shortcut in the Build Workspace +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/core/workspace/build/build.json +msgid "System Settings" +msgstr "" + +#. Description of the 'Allow Roles' (Table MultiSelect) field in DocType +#. 'Module Onboarding' +#: frappe/desk/doctype/module_onboarding/module_onboarding.json +msgid "System managers are allowed by default" +msgstr "" + +#: frappe/public/js/frappe/utils/number_systems.js:5 +msgctxt "Number system" +msgid "T" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Tab Break" +msgstr "" + +#: frappe/public/js/form_builder/components/Tabs.vue:135 +msgid "Tab Label" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Label of a Data field in DocType 'Recorder Suggested Index' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Label of a Data field in DocType 'System Health Report Tables' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#: frappe/core/doctype/data_export/exporter.py:23 +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/recorder_suggested_index/recorder_suggested_index.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/desk/doctype/system_health_report_tables/system_health_report_tables.json +#: frappe/printing/page/print_format_builder/print_format_builder_field.html:38 +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Table" +msgstr "" + +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Template Field' +#: frappe/website/doctype/web_template_field/web_template_field.json +msgid "Table Break" +msgstr "" + +#: frappe/core/doctype/version/version_view.html:72 +msgid "Table Field" +msgstr "" + +#. Label of a Data field in DocType 'DocType Link' +#: frappe/core/doctype/doctype_link/doctype_link.json +msgid "Table Fieldname" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1165 +msgid "Table Fieldname Missing" +msgstr "" + +#. Label of a HTML field in DocType 'Version' +#: frappe/core/doctype/version/version.json +msgid "Table HTML" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Table MultiSelect" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:229 +msgid "Table Trimmed" +msgstr "" + +#: frappe/public/js/frappe/form/grid.js:1136 +msgid "Table updated" +msgstr "" + +#: frappe/model/document.py:1374 +msgid "Table {0} cannot be empty" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Tabloid" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/tag/tag.json +msgid "Tag" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/tag_link/tag_link.json +msgid "Tag Link" +msgstr "" + +#: frappe/model/meta.py:51 +#: frappe/public/js/frappe/form/templates/form_sidebar.html:100 +#: frappe/public/js/frappe/list/bulk_operations.js:430 +#: frappe/public/js/frappe/list/list_sidebar.html:50 +#: frappe/public/js/frappe/list/list_sidebar.js:228 +#: frappe/public/js/frappe/model/meta.js:204 +#: frappe/public/js/frappe/model/model.js:133 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:171 +msgid "Tags" +msgstr "" + +#: frappe/integrations/doctype/google_drive/google_drive.js:29 +msgid "Take Backup" +msgstr "" + +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.js:39 +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.js:12 +msgid "Take Backup Now" +msgstr "" + +#: frappe/public/js/frappe/ui/capture.js:212 +msgid "Take Photo" +msgstr "" + +#. Label of a Data field in DocType 'Portal Menu Item' +#. Label of a Small Text field in DocType 'Website Route Redirect' +#: frappe/website/doctype/portal_menu_item/portal_menu_item.json +#: frappe/website/doctype/website_route_redirect/website_route_redirect.json +msgid "Target" +msgstr "" + +#: frappe/desk/doctype/todo/todo_calendar.js:19 +#: frappe/desk/doctype/todo/todo_calendar.js:25 +msgid "Task" +msgstr "" + +#. Label of a Section Break field in DocType 'About Us Settings' +#. Label of a Table field in DocType 'About Us Settings' +#: frappe/website/doctype/about_us_settings/about_us_settings.json +#: frappe/www/about.html:45 +msgid "Team Members" +msgstr "" + +#. Label of a Data field in DocType 'About Us Settings' +#: frappe/website/doctype/about_us_settings/about_us_settings.json +msgid "Team Members Heading" +msgstr "" + +#. Label of a Small Text field in DocType 'About Us Settings' +#: frappe/website/doctype/about_us_settings/about_us_settings.json +msgid "Team Members Subtitle" +msgstr "" + +#. Label of a Section Break field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Telemetry" +msgstr "" + +#. Label of a Link field in DocType 'Auto Repeat' +#. Label of a Code field in DocType 'Address Template' +#. Label of a Code field in DocType 'Print Format Field Template' +#. Label of a Code field in DocType 'Web Template' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/contacts/doctype/address_template/address_template.json +#: frappe/printing/doctype/print_format_field_template/print_format_field_template.json +#: frappe/website/doctype/web_template/web_template.json +msgid "Template" +msgstr "" + +#: frappe/core/doctype/data_import/importer.py:476 +#: frappe/core/doctype/data_import/importer.py:603 +msgid "Template Error" +msgstr "" + +#. Label of a Data field in DocType 'Print Format Field Template' +#: frappe/printing/doctype/print_format_field_template/print_format_field_template.json +msgid "Template File" +msgstr "" + +#. Label of a Code field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Template Options" +msgstr "" + +#. Label of a Code field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Template Warnings" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/blocks/paragraph.js:78 +msgid "Templates" +msgstr "" + +#: frappe/core/doctype/user/user.py:966 +msgid "Temporarily Disabled" +msgstr "" + +#: frappe/core/doctype/translation/test_translation.py:47 +#: frappe/core/doctype/translation/test_translation.py:54 +msgid "Test Data" +msgstr "" + +#. Label of a Data field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Test Job ID" +msgstr "" + +#: frappe/core/doctype/translation/test_translation.py:49 +#: frappe/core/doctype/translation/test_translation.py:57 +msgid "Test Spanish" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.py:94 +msgid "Test email sent to {0}" +msgstr "" + +#: frappe/core/doctype/file/test_file.py:361 +msgid "Test_Folder" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Template Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/web_form_field/web_form_field.json +#: frappe/website/doctype/web_template_field/web_template_field.json +msgid "Text" +msgstr "" + +#. Label of a Select field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "Text Align" +msgstr "" + +#. Label of a Link field in DocType 'Website Theme' +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Text Color" +msgstr "" + +#. Label of a Code field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Text Content" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Text Editor" +msgstr "" + +#: frappe/templates/emails/password_reset.html:5 +msgid "Thank you" +msgstr "" + +#: frappe/www/contact.py:37 +msgid "Thank you for reaching out to us. We will get back to you at the earliest.\n\n\n" +"Your query:\n\n" +"{0}" +msgstr "" + +#: frappe/website/doctype/web_form/templates/web_form.html:137 +msgid "Thank you for spending your valuable time to fill this form" +msgstr "" + +#: frappe/templates/emails/auto_reply.html:1 +msgid "Thank you for your email" +msgstr "" + +#: frappe/website/doctype/help_article/templates/help_article.html:27 +msgid "Thank you for your feedback!" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.py:335 +msgid "Thank you for your interest in subscribing to our updates" +msgstr "" + +#: frappe/templates/includes/contact.js:36 +msgid "Thank you for your message" +msgstr "" + +#: frappe/templates/emails/new_user.html:16 +msgid "Thanks" +msgstr "" + +#: frappe/templates/emails/auto_repeat_fail.html:3 +msgid "The Auto Repeat for this document has been disabled." +msgstr "" + +#: frappe/public/js/frappe/form/grid.js:1159 +msgid "The CSV format is case sensitive" +msgstr "" + +#. Description of the 'Client ID' (Data) field in DocType 'Google Settings' +#: frappe/integrations/doctype/google_settings/google_settings.json +msgid "The Client ID obtained from the Google Cloud Console under \n" +"\"APIs & Services\" > \"Credentials\"\n" +"" +msgstr "" + +#: frappe/email/doctype/notification/notification.py:131 +msgid "The Condition '{0}' is invalid" +msgstr "" + +#: frappe/core/doctype/file/file.py:204 +msgid "The File URL you've entered is incorrect" +msgstr "" + +#: frappe/integrations/doctype/push_notification_settings/push_notification_settings.py:29 +msgid "The Push Relay Server URL key (`push_relay_server_url`) is missing in your site config" +msgstr "" + +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:363 +msgid "The User record for this request has been auto-deleted due to inactivity by system admins." +msgstr "" + +#: frappe/public/js/frappe/desk.js:128 +msgid "The application has been updated to a new version, please refresh this page" +msgstr "" + +#. Description of the 'Application Name' (Data) field in DocType 'System +#. Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "The application name will be used in the Login page." +msgstr "" + +#: frappe/public/js/frappe/views/interaction.js:322 +msgid "The attachments could not be correctly linked to the new document" +msgstr "" + +#. Description of the 'API Key' (Data) field in DocType 'Google Settings' +#: frappe/integrations/doctype/google_settings/google_settings.json +msgid "The browser API key obtained from the Google Cloud Console under \n" +"\"APIs & Services\" > \"Credentials\"\n" +"" +msgstr "" + +#: frappe/database/database.py:430 +msgid "The changes have been reverted." +msgstr "" + +#: frappe/core/doctype/data_import/importer.py:971 +msgid "The column {0} has {1} different date formats. Automatically setting {2} as the default format as it is the most common. Please change other values in this column to this format." +msgstr "" + +#: frappe/templates/includes/comments/comments.py:34 +msgid "The comment cannot be empty" +msgstr "" + +#: frappe/templates/emails/workflow_action.html:9 +msgid "The contents of this email are strictly confidential. Please do not forward this email to anyone." +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:632 +msgid "The count shown is an estimated count. Click here to see the accurate count." +msgstr "" + +#: frappe/public/js/frappe/views/interaction.js:300 +msgid "The document could not be correctly assigned" +msgstr "" + +#: frappe/public/js/frappe/views/interaction.js:294 +msgid "The document has been assigned to {0}" +msgstr "" + +#. Description of the 'Parent Document Type' (Link) field in DocType 'Dashboard +#. Chart' +#. Description of the 'Parent Document Type' (Link) field in DocType 'Number +#. Card' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/number_card/number_card.json +msgid "The document type selected is a child table, so the parent document type is required." +msgstr "" + +#: frappe/core/doctype/user_type/user_type.py:109 +msgid "The field {0} is mandatory" +msgstr "" + +#: frappe/core/doctype/file/file.py:142 +msgid "The fieldname you've specified in Attached To Field is invalid" +msgstr "" + +#: frappe/automation/doctype/assignment_rule/assignment_rule.py:62 +msgid "The following Assignment Days have been repeated: {0}" +msgstr "" + +#: frappe/printing/doctype/letter_head/letter_head.js:30 +msgid "The following Header Script will add the current date to an element in 'Header HTML' with class 'header-content'" +msgstr "" + +#: frappe/core/doctype/data_import/importer.py:1042 +msgid "The following values are invalid: {0}. Values must be one of {1}" +msgstr "" + +#: frappe/core/doctype/data_import/importer.py:1005 +msgid "The following values do not exist for {0}: {1}" +msgstr "" + +#: frappe/core/doctype/user_type/user_type.py:88 +msgid "The limit has not set for the user type {0} in the site config file." +msgstr "" + +#: frappe/templates/emails/login_with_email_link.html:21 +msgid "The link will expire in {0} minutes" +msgstr "" + +#: frappe/www/login.py:184 +msgid "The link you trying to login is invalid or expired." +msgstr "" + +#: frappe/website/doctype/web_page/web_page.js:125 +msgid "The meta description is an HTML attribute that provides a brief summary of a web page. Search engines such as Google often display the meta description in search results, which can influence click-through rates." +msgstr "" + +#: frappe/website/doctype/web_page/web_page.js:132 +msgid "The meta image is unique image representing the content of the page. Images for this Card should be at least 280px in width, and at least 150px in height." +msgstr "" + +#. Description of the 'Calendar Name' (Data) field in DocType 'Google Calendar' +#: frappe/integrations/doctype/google_calendar/google_calendar.json +msgid "The name that will appear in Google Calendar" +msgstr "" + +#. Description of the 'Track Steps' (Check) field in DocType 'Form Tour' +#: frappe/desk/doctype/form_tour/form_tour.json +msgid "The next tour will start from where the user left off." +msgstr "" + +#. Description of the 'Request Timeout' (Int) field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "The number of seconds until the request expires" +msgstr "" + +#: frappe/www/404.html:18 +msgid "The page you are looking for has gone missing." +msgstr "" + +#: frappe/www/update-password.html:86 +msgid "The password of your account has expired." +msgstr "" + +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:394 +msgid "The process for deletion of {0} data associated with {1} has been initiated." +msgstr "" + +#. Description of the 'App ID' (Data) field in DocType 'Google Settings' +#: frappe/integrations/doctype/google_settings/google_settings.json +msgid "The project number obtained from Google Cloud Console under \n" +"\"IAM & Admin\" > \"Settings\"\n" +"" +msgstr "" + +#: frappe/core/doctype/user/user.py:926 +msgid "The reset password link has been expired" +msgstr "" + +#: frappe/core/doctype/user/user.py:928 +msgid "The reset password link has either been used before or is invalid" +msgstr "" + +#: frappe/app.py:367 frappe/public/js/frappe/request.js:147 +msgid "The resource you are looking for is not available" +msgstr "" + +#: frappe/core/doctype/user_type/user_type.py:113 +msgid "The role {0} should be a custom role." +msgstr "" + +#: frappe/utils/response.py:317 +msgid "The system is being updated. Please refresh again after a few moments." +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:9 +msgid "The system provides many pre-defined roles. You can add new roles to set finer permissions." +msgstr "" + +#: frappe/public/js/frappe/form/grid_row.js:636 +msgid "The total column width cannot be more than 10." +msgstr "" + +#: frappe/core/doctype/user_type/user_type.py:96 +msgid "The total number of user document types limit has been crossed." +msgstr "" + +#. Description of the 'User Field' (Select) field in DocType 'Energy Point +#. Rule' +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +msgid "The user from this field will be rewarded points" +msgstr "" + +#: frappe/public/js/frappe/form/controls/data.js:24 +msgid "The value you pasted was {0} characters long. Max allowed characters is {1}." +msgstr "" + +#. Description of the 'Condition' (Small Text) field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "The webhook will be triggered if this expression is true" +msgstr "" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:173 +msgid "The {0} is already on auto repeat {1}" +msgstr "" + +#. Label of a Section Break field in DocType 'Website Settings' +#. Label of a Data field in DocType 'Website Theme' +#. Label of a Code field in DocType 'Website Theme' +#: frappe/website/doctype/website_settings/website_settings.json +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Theme" +msgstr "" + +#: frappe/public/js/frappe/ui/theme_switcher.js:130 +msgid "Theme Changed" +msgstr "" + +#. Label of a Tab Break field in DocType 'Website Theme' +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Theme Configuration" +msgstr "" + +#. Label of a Data field in DocType 'Website Theme' +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Theme URL" +msgstr "" + +#: frappe/workflow/doctype/workflow/workflow.js:125 +msgid "There are documents which have workflow states that do not exist in this Workflow. It is recommended that you add these states to the Workflow and change their states before removing these states." +msgstr "" + +#: frappe/public/js/frappe/ui/notifications/notifications.js:435 +msgid "There are no upcoming events for you." +msgstr "" + +#: frappe/website/web_template/discussions/discussions.html:3 +msgid "There are no {0} for this {1}, why don't you start one!" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:892 +msgid "There are {0} with the same filters already in the queue:" +msgstr "" + +#: frappe/website/doctype/web_form/web_form.js:81 +#: frappe/website/doctype/web_form/web_form.js:317 +msgid "There can be only 9 Page Break fields in a Web Form" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1405 +msgid "There can be only one Fold in a form" +msgstr "" + +#: frappe/contacts/doctype/address/address.py:183 +msgid "There is an error in your Address Template {0}" +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:162 +msgid "There is no data to be exported" +msgstr "" + +#: frappe/public/js/frappe/ui/notifications/notifications.js:485 +msgid "There is nothing new to show you right now." +msgstr "" + +#: frappe/core/doctype/file/file.py:575 frappe/utils/file_manager.py:375 +msgid "There is some problem with the file url: {0}" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:889 +msgid "There is {0} with the same filters already in the queue:" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager.py:155 +msgid "There must be atleast one permission rule." +msgstr "" + +#: frappe/www/error.py:16 +msgid "There was an error building this page" +msgstr "" + +#: frappe/public/js/frappe/views/kanban/kanban_view.js:183 +msgid "There was an error saving filters" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/attachments.js:201 +msgid "There were errors" +msgstr "" + +#: frappe/public/js/frappe/views/interaction.js:276 +msgid "There were errors while creating the document. Please try again." +msgstr "" + +#: frappe/public/js/frappe/views/communication.js:828 +msgid "There were errors while sending email. Please try again." +msgstr "" + +#: frappe/model/naming.py:468 +msgid "There were some errors setting the name, please contact the administrator" +msgstr "" + +#: frappe/www/404.html:15 +msgid "There's nothing here" +msgstr "" + +#. Description of the 'Announcement Widget' (Text Editor) field in DocType +#. 'Navbar Settings' +#: frappe/core/doctype/navbar_settings/navbar_settings.json +msgid "These announcements will appear inside a dismissible alert below the Navbar." +msgstr "" + +#. Description of the 'LDAP Custom Settings' (Section Break) field in DocType +#. 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "These settings are required if 'Custom' LDAP Directory is used" +msgstr "" + +#. Description of the 'Defaults' (Section Break) field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "These values will be automatically updated in transactions and also will be useful to restrict permissions for this user on transactions containing these values." +msgstr "" + +#: frappe/www/third_party_apps.html:3 frappe/www/third_party_apps.html:13 +msgid "Third Party Apps" +msgstr "" + +#. Label of a Section Break field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Third Party Authentication" +msgstr "" + +#: frappe/geo/doctype/currency/currency.js:8 +msgid "This Currency is disabled. Enable to use in transactions" +msgstr "" + +#: frappe/geo/utils.py:84 +msgid "This Doctype does not contain latitude and longitude fields" +msgstr "" + +#: frappe/geo/utils.py:67 +msgid "This Doctype does not contain location fields" +msgstr "" + +#: frappe/public/js/frappe/views/kanban/kanban_view.js:391 +msgid "This Kanban Board will be private" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:220 +msgid "This action is irreversible. Do you wish to continue?" +msgstr "" + +#: frappe/__init__.py:935 +msgid "This action is only allowed for {}" +msgstr "" + +#: frappe/public/js/frappe/form/toolbar.js:108 +#: frappe/public/js/frappe/model/model.js:735 +msgid "This cannot be undone" +msgstr "" + +#. Description of the 'Is Public' (Check) field in DocType 'Number Card' +#: frappe/desk/doctype/number_card/number_card.json +msgid "This card will be available to all Users if this is set" +msgstr "" + +#. Description of the 'Is Public' (Check) field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "This chart will be available to all Users if this is set" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:212 +msgid "This doctype has no orphan fields to trim" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1030 +msgid "This doctype has pending migrations, run 'bench migrate' before modifying the doctype to avoid losing changes." +msgstr "" + +#: frappe/desk/doctype/workspace/workspace.js:23 +msgid "This document allows you to edit limited fields. For all kinds of workspace customization, use the Edit button located on the workspace page" +msgstr "" + +#: frappe/model/delete_doc.py:112 +msgid "This document can not be deleted right now as it's being modified by another user. Please try again after some time." +msgstr "" + +#: frappe/social/doctype/energy_point_log/energy_point_log.py:90 +msgid "This document cannot be reverted" +msgstr "" + +#: frappe/www/confirm_workflow_action.html:8 +msgid "This document has been modified after the email was sent." +msgstr "" + +#: frappe/social/doctype/energy_point_log/energy_point_log.js:8 +msgid "This document has been reverted" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:1240 +msgid "This document has unsaved changes which might not appear in final PDF.
    Consider saving the document before printing." +msgstr "" + +#: frappe/public/js/frappe/form/form.js:1033 +msgid "This document is already amended, you cannot ammend it again" +msgstr "" + +#: frappe/model/document.py:1542 +msgid "This document is currently locked and queued for execution. Please try again after some time." +msgstr "" + +#: frappe/templates/emails/auto_repeat_fail.html:7 +msgid "This email is autogenerated" +msgstr "" + +#: frappe/printing/doctype/network_printer_settings/network_printer_settings.py:30 +msgid "This feature can not be used as dependencies are missing.\n" +"\t\t\t\tPlease contact your system manager to enable this by installing pycups!" +msgstr "" + +#: frappe/public/js/frappe/form/templates/form_sidebar.html:23 +msgid "This feature is brand new and still experimental" +msgstr "" + +#. Description of the 'Depends On' (Code) field in DocType 'Customize Form +#. Field' +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "This field will appear only if the fieldname defined here has value OR the rules are true (examples):\n" +"myfield\n" +"eval:doc.myfield=='My Value'\n" +"eval:doc.age>18" +msgstr "" + +#: frappe/core/doctype/file/file.js:10 +msgid "This file is public. It can be accessed without authentication." +msgstr "" + +#: frappe/public/js/frappe/form/form.js:1130 +msgid "This form has been modified after you have loaded it" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:415 +msgid "This form is not editable due to a Workflow." +msgstr "" + +#. Description of the 'Is Default' (Check) field in DocType 'Address Template' +#: frappe/contacts/doctype/address_template/address_template.json +msgid "This format is used if country specific format is not found" +msgstr "" + +#. Description of the 'Header' (HTML Editor) field in DocType 'Website +#. Slideshow' +#: frappe/website/doctype/website_slideshow/website_slideshow.json +msgid "This goes above the slideshow." +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:2021 +msgid "This is a background report. Please set the appropriate filters and then generate a new one." +msgstr "" + +#: frappe/utils/password_strength.py:154 +msgid "This is a top-10 common password." +msgstr "" + +#: frappe/utils/password_strength.py:156 +msgid "This is a top-100 common password." +msgstr "" + +#: frappe/utils/password_strength.py:158 +msgid "This is a very common password." +msgstr "" + +#: frappe/core/doctype/rq_job/rq_job.js:9 +msgid "This is a virtual doctype and data is cleared periodically." +msgstr "" + +#: frappe/templates/emails/auto_reply.html:5 +msgid "This is an automatically generated reply" +msgstr "" + +#. Description of the 'Google Snippet Preview' (HTML) field in DocType 'Blog +#. Post' +#: frappe/website/doctype/blog_post/blog_post.json +msgid "This is an example Google SERP Preview." +msgstr "" + +#: frappe/utils/password_strength.py:160 +msgid "This is similar to a commonly used password." +msgstr "" + +#. Description of the 'Current Value' (Int) field in DocType 'Document Naming +#. Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "This is the number of the last created transaction with this prefix" +msgstr "" + +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:403 +msgid "This link has already been activated for verification." +msgstr "" + +#: frappe/utils/verified_command.py:49 +msgid "This link is invalid or expired. Please make sure you have pasted correctly." +msgstr "" + +#: frappe/printing/page/print/print.js:410 +msgid "This may get printed on multiple pages" +msgstr "" + +#: frappe/utils/goal.py:109 +msgid "This month" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.js:223 +msgid "This newsletter is scheduled to be sent on {0}" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.js:50 +msgid "This newsletter was scheduled to send on a later date. Are you sure you want to send it now?" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:964 +msgid "This report contains {0} rows and is too big to display in browser, you can {1} this report instead." +msgstr "" + +#: frappe/templates/emails/auto_email_report.html:57 +msgid "This report was generated on {0}" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:787 +msgid "This report was generated {0}." +msgstr "" + +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:118 +msgid "This request has not yet been approved by the user." +msgstr "" + +#: frappe/templates/includes/navbar/navbar_items.html:95 +msgid "This site is in read only mode, full functionality will be restored soon." +msgstr "" + +#: frappe/core/doctype/doctype/doctype.js:77 +msgid "This site is running in developer mode. Any change made here will be updated in code." +msgstr "" + +#: frappe/website/doctype/web_page/web_page.js:71 +msgid "This title will be used as the title of the webpage as well as in meta tags" +msgstr "" + +#: frappe/public/js/frappe/form/controls/base_input.js:120 +msgid "This value is fetched from {0}'s {1} field" +msgstr "" + +#: frappe/website/doctype/web_page/web_page.js:85 +msgid "This will be automatically generated when you publish the page, you can also enter a route yourself if you wish" +msgstr "" + +#. Description of the 'Callback Message' (Small Text) field in DocType +#. 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "This will be shown in a modal after routing" +msgstr "" + +#. Description of the 'Report Description' (Data) field in DocType 'Onboarding +#. Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "This will be shown to the user in a dialog after routing to the report" +msgstr "" + +#: frappe/www/third_party_apps.html:21 +msgid "This will log out {0} from all other devices" +msgstr "" + +#: frappe/templates/emails/delete_data_confirmation.html:3 +msgid "This will permanently remove your data." +msgstr "" + +#: frappe/desk/doctype/form_tour/form_tour.js:103 +msgid "This will reset this tour and show it to all users. Are you sure?" +msgstr "" + +#: frappe/core/doctype/rq_job/rq_job.js:15 +msgid "This will terminate the job immediately and might be dangerous, are you sure? " +msgstr "" + +#: frappe/core/doctype/user/user.py:1178 +msgid "Throttled" +msgstr "" + +#. Label of a Small Text field in DocType 'File' +#: frappe/core/doctype/file/file.json +msgid "Thumbnail URL" +msgstr "" + +#. Option for the 'Day' (Select) field in DocType 'Assignment Rule Day' +#. Option for the 'Day' (Select) field in DocType 'Auto Repeat Day' +#. Option for the 'First Day of the Week' (Select) field in DocType 'System +#. Settings' +#. Label of a Check field in DocType 'Event' +#. Option for the 'Day of Week' (Select) field in DocType 'Auto Email Report' +#: frappe/automation/doctype/assignment_rule_day/assignment_rule_day.json +#: frappe/automation/doctype/auto_repeat_day/auto_repeat_day.json +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/desk/doctype/event/event.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Thursday" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Label of a Datetime field in DocType 'Recorder' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Column' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Filter' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/recorder/recorder.json +#: frappe/core/doctype/report_column/report_column.json +#: frappe/core/doctype/report_filter/report_filter.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/email/doctype/newsletter/newsletter.js:118 +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Time" +msgstr "" + +#. Label of a Select field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Time Format" +msgstr "" + +#. Label of a Select field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Time Interval" +msgstr "" + +#. Label of a Check field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Time Series" +msgstr "" + +#. Label of a Select field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Time Series Based On" +msgstr "" + +#. Label of a Duration field in DocType 'RQ Job' +#: frappe/core/doctype/rq_job/rq_job.json +msgid "Time Taken" +msgstr "" + +#. Label of a Int field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "Time Window (Seconds)" +msgstr "" + +#. Label of a Select field in DocType 'System Settings' +#. Label of a Autocomplete field in DocType 'User' +#. Label of a Data field in DocType 'Web Page View' +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/core/doctype/user/user.json +#: frappe/desk/page/setup_wizard/setup_wizard.js:395 +#: frappe/website/doctype/web_page_view/web_page_view.json +msgid "Time Zone" +msgstr "" + +#. Label of a Text field in DocType 'Country' +#: frappe/geo/doctype/country/country.json +msgid "Time Zones" +msgstr "" + +#. Label of a Data field in DocType 'Country' +#: frappe/geo/doctype/country/country.json +msgid "Time format" +msgstr "" + +#. Label of a Float field in DocType 'Recorder' +#: frappe/core/doctype/recorder/recorder.json +msgid "Time in Queries" +msgstr "" + +#. Description of the 'Expiry time of QR Code Image Page' (Int) field in +#. DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Time in seconds to retain QR code image on server. Min:240" +msgstr "" + +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.py:402 +msgid "Time series based on is required to create a dashboard chart" +msgstr "" + +#: frappe/public/js/frappe/form/controls/time.js:107 +msgid "Time {0} must be in format: {1}" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Timed Out" +msgstr "" + +#: frappe/public/js/frappe/ui/theme_switcher.js:64 +msgid "Timeless Night" +msgstr "" + +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Timeline" +msgstr "" + +#. Label of a Link field in DocType 'Activity Log' +#: frappe/core/doctype/activity_log/activity_log.json +msgid "Timeline DocType" +msgstr "" + +#. Label of a Data field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Timeline Field" +msgstr "" + +#. Label of a Section Break field in DocType 'Communication' +#. Label of a Table field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Timeline Links" +msgstr "" + +#. Label of a Dynamic Link field in DocType 'Activity Log' +#: frappe/core/doctype/activity_log/activity_log.json +msgid "Timeline Name" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1500 +msgid "Timeline field must be a Link or Dynamic Link" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1496 +msgid "Timeline field must be a valid fieldname" +msgstr "" + +#. Label of a Duration field in DocType 'RQ Job' +#: frappe/core/doctype/rq_job/rq_job.json +msgid "Timeout" +msgstr "" + +#. Label of a Int field in DocType 'Report' +#: frappe/core/doctype/report/report.json +msgid "Timeout (In Seconds)" +msgstr "" + +#. Label of a Check field in DocType 'Dashboard Chart Source' +#: frappe/desk/doctype/dashboard_chart_source/dashboard_chart_source.json +msgid "Timeseries" +msgstr "" + +#. Label of a Select field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/page/leaderboard/leaderboard.js:123 +#: frappe/public/js/frappe/ui/filters/filter.js:28 +msgid "Timespan" +msgstr "" + +#. Label of a Datetime field in DocType 'Access Log' +#. Label of a Datetime field in DocType 'Transaction Log' +#: frappe/core/doctype/access_log/access_log.json +#: frappe/core/doctype/transaction_log/transaction_log.json +#: frappe/core/report/transaction_log_report/transaction_log_report.py:112 +msgid "Timestamp" +msgstr "" + +#. Label of a Data field in DocType 'DocType State' +#. Label of a Data field in DocType 'Error Log' +#. Label of a Data field in DocType 'Page' +#. Label of a Data field in DocType 'Changelog Feed' +#. Label of a Data field in DocType 'Form Tour' +#. Label of a Data field in DocType 'Form Tour Step' +#. Label of a Data field in DocType 'Module Onboarding' +#. Label of a Data field in DocType 'Note' +#. Label of a Data field in DocType 'Onboarding Step' +#. Label of a Data field in DocType 'System Health Report Errors' +#. Label of a Data field in DocType 'Workspace' +#. Label of a Data field in DocType 'Email Group' +#. Label of a Data field in DocType 'Blog Category' +#. Label of a Data field in DocType 'Blog Post' +#. Label of a Data field in DocType 'Blog Settings' +#. Label of a Data field in DocType 'Discussion Topic' +#. Label of a Data field in DocType 'Help Article' +#. Label of a Data field in DocType 'Portal Menu Item' +#. Label of a Data field in DocType 'Web Form' +#. Label of a Data field in DocType 'Web Page' +#. Label of a Data field in DocType 'Website Sidebar' +#. Label of a Data field in DocType 'Website Sidebar Item' +#: frappe/core/doctype/doctype/boilerplate/controller_list.html:14 +#: frappe/core/doctype/doctype/boilerplate/controller_list.html:23 +#: frappe/core/doctype/doctype_state/doctype_state.json +#: frappe/core/doctype/error_log/error_log.json +#: frappe/core/doctype/page/page.json +#: frappe/desk/doctype/changelog_feed/changelog_feed.json +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +#: frappe/desk/doctype/module_onboarding/module_onboarding.json +#: frappe/desk/doctype/note/note.json +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +#: frappe/desk/doctype/system_health_report_errors/system_health_report_errors.json +#: frappe/desk/doctype/workspace/workspace.json +#: frappe/email/doctype/email_group/email_group.json +#: frappe/public/js/frappe/views/workspace/workspace.js:644 +#: frappe/public/js/frappe/views/workspace/workspace.js:973 +#: frappe/public/js/frappe/views/workspace/workspace.js:1220 +#: frappe/website/doctype/blog_category/blog_category.json +#: frappe/website/doctype/blog_post/blog_post.json +#: frappe/website/doctype/blog_settings/blog_settings.json +#: frappe/website/doctype/discussion_topic/discussion_topic.json +#: frappe/website/doctype/help_article/help_article.json +#: frappe/website/doctype/portal_menu_item/portal_menu_item.json +#: frappe/website/doctype/web_form/web_form.json +#: frappe/website/doctype/web_page/web_page.json +#: frappe/website/doctype/website_sidebar/website_sidebar.json +#: frappe/website/doctype/website_sidebar_item/website_sidebar_item.json +msgid "Title" +msgstr "" + +#. Label of a Data field in DocType 'DocType' +#. Label of a Data field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Title Field" +msgstr "" + +#. Label of a Data field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Title Prefix" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1437 +msgid "Title field must be a valid fieldname" +msgstr "" + +#: frappe/website/doctype/web_page/web_page.js:70 +msgid "Title of the page" +msgstr "" + +#. Label of a Code field in DocType 'Communication' +#. Label of a Section Break field in DocType 'Newsletter' +#: frappe/core/doctype/communication/communication.json +#: frappe/email/doctype/newsletter/newsletter.json +#: frappe/public/js/frappe/views/communication.js:53 +#: frappe/public/js/frappe/views/inbox/inbox_view.js:70 +msgid "To" +msgstr "" + +#. Label of a Date field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/website/report/website_analytics/website_analytics.js:14 +msgid "To Date" +msgstr "" + +#. Label of a Select field in DocType 'Auto Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "To Date Field" +msgstr "" + +#. Label of a Link in the Tools Workspace +#: frappe/automation/workspace/tools/tools.json +#: frappe/desk/doctype/todo/todo_list.js:6 +msgid "To Do" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/review.js:50 +msgid "To User" +msgstr "" + +#. Description of the 'Subject' (Data) field in DocType 'Auto Repeat' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +msgid "To add dynamic subject, use jinja tags like\n\n" +"
    New {{ doc.doctype }} #{{ doc.name }}
    " +msgstr "" + +#. Description of the 'Subject' (Data) field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "To add dynamic subject, use jinja tags like\n\n" +"
    {{ doc.name }} Delivered
    " +msgstr "" + +#. Description of the 'JSON Request Body' (Code) field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "To add dynamic values from the document, use jinja tags like\n\n" +"
    \n" +"
    { \"id\": \"{{ doc.name }}\" }\n"
    +"
    \n" +"
    " +msgstr "" + +#: frappe/email/doctype/auto_email_report/auto_email_report.py:107 +msgid "To allow more reports update limit in System Settings." +msgstr "" + +#. Label of a Section Break field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "To and CC" +msgstr "" + +#. Description of the 'Use First Day of Period' (Check) field in DocType 'Auto +#. Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "To begin the date range at the start of the chosen period. For example, if 'Year' is selected as the period, the report will start from January 1st of the current year." +msgstr "" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.js:35 +msgid "To configure Auto Repeat, enable \"Allow Auto Repeat\" from {0}." +msgstr "" + +#: frappe/www/login.html:73 +msgid "To enable it follow the instructions in the following link: {0}" +msgstr "" + +#: frappe/core/doctype/server_script/server_script.js:37 +msgid "To enable server scripts, read the {0}." +msgstr "" + +#: frappe/desk/doctype/onboarding_step/onboarding_step.js:18 +msgid "To export this step as JSON, link it in a Onboarding document and save the document." +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:788 +msgid "To get the updated report, click on {0}." +msgstr "" + +#: frappe/www/me.html:51 +msgid "To manage your authorized third party apps" +msgstr "" + +#. Description of the 'Console' (Code) field in DocType 'System Console' +#: frappe/desk/doctype/system_console/system_console.json +msgid "To print output use print(text)" +msgstr "" + +#: frappe/core/doctype/user_type/user_type.py:292 +msgid "To set the role {0} in the user {1}, kindly set the {2} field as {3} in one of the {4} record." +msgstr "" + +#: frappe/integrations/doctype/google_calendar/google_calendar.js:8 +msgid "To use Google Calendar, enable {0}." +msgstr "" + +#: frappe/integrations/doctype/google_contacts/google_contacts.js:8 +msgid "To use Google Contacts, enable {0}." +msgstr "" + +#: frappe/integrations/doctype/google_drive/google_drive.js:8 +msgid "To use Google Drive, enable {0}." +msgstr "" + +#. Description of the 'Enable Google indexing' (Check) field in DocType +#. 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "To use Google Indexing, enable Google Settings." +msgstr "" + +#. Description of the 'Slack Channel' (Link) field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "To use Slack Channel, add a Slack Webhook URL." +msgstr "" + +#: frappe/public/js/frappe/utils/diffview.js:44 +msgid "To version" +msgstr "" + +#. Label of a shortcut in the Tools Workspace +#. Linked DocType in User's connections +#. Name of a DocType +#. Name of a report +#: frappe/automation/doctype/assignment_rule/assignment_rule.py:55 +#: frappe/automation/workspace/tools/tools.json +#: frappe/core/doctype/user/user.json frappe/desk/doctype/todo/todo.json +#: frappe/desk/report/todo/todo.json +msgid "ToDo" +msgstr "" + +#: frappe/public/js/frappe/form/controls/date.js:58 +#: frappe/public/js/frappe/views/calendar/calendar.js:268 +msgid "Today" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1494 +msgid "Toggle Chart" +msgstr "" + +#. Label of a standard navbar item +#. Type: Action +#: frappe/hooks.py +msgid "Toggle Full Width" +msgstr "" + +#: frappe/public/js/frappe/views/file/file_view.js:33 +msgid "Toggle Grid View" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:212 +msgid "Toggle Section: {0}" +msgstr "" + +#: frappe/public/js/frappe/ui/page.js:193 +#: frappe/public/js/frappe/ui/page.js:195 +#: frappe/public/js/frappe/views/reports/report_view.js:1498 +msgid "Toggle Sidebar" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1718 +msgctxt "Button in list view menu" +msgid "Toggle Sidebar" +msgstr "" + +#. Label of a standard navbar item +#. Type: Action +#: frappe/hooks.py +msgid "Toggle Theme" +msgstr "" + +#. Option for the 'Response Type' (Select) field in DocType 'OAuth Client' +#: frappe/integrations/doctype/oauth_client/oauth_client.json +msgid "Token" +msgstr "" + +#. Linked DocType in User's connections +#. Linked DocType in Connected App's connections +#. Name of a DocType +#: frappe/core/doctype/user/user.json +#: frappe/integrations/doctype/connected_app/connected_app.json +#: frappe/integrations/doctype/token_cache/token_cache.json +msgid "Token Cache" +msgstr "" + +#. Label of a Data field in DocType 'Token Cache' +#: frappe/integrations/doctype/token_cache/token_cache.json +msgid "Token Type" +msgstr "" + +#. Label of a Data field in DocType 'Connected App' +#: frappe/integrations/doctype/connected_app/connected_app.json +msgid "Token URI" +msgstr "" + +#: frappe/utils/oauth.py:185 +msgid "Token is missing" +msgstr "" + +#: frappe/desk/doctype/bulk_update/bulk_update.py:70 +#: frappe/model/workflow.py:246 +msgid "Too Many Documents" +msgstr "" + +#: frappe/rate_limiter.py:88 +msgid "Too Many Requests" +msgstr "" + +#: frappe/database/database.py:429 +msgid "Too many changes to database in single action." +msgstr "" + +#: frappe/core/doctype/user/user.py:967 +msgid "Too many users signed up recently, so the registration is disabled. Please try back in an hour" +msgstr "" + +#. Name of a Workspace +#. Label of a Card Break in the Tools Workspace +#: frappe/automation/workspace/tools/tools.json +msgid "Tools" +msgstr "" + +#. Option for the 'Position' (Select) field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:153 +msgid "Top" +msgstr "" + +#. Name of a DocType +#: frappe/website/doctype/top_bar_item/top_bar_item.json +msgid "Top Bar Item" +msgstr "" + +#. Label of a Table field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Top Bar Items" +msgstr "" + +#. Option for the 'Position' (Select) field in DocType 'Form Tour Step' +#. Option for the 'Page Number' (Select) field in DocType 'Print Format' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:245 +msgid "Top Center" +msgstr "" + +#. Label of a Table field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Top Errors" +msgstr "" + +#. Option for the 'Page Number' (Select) field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:244 +msgid "Top Left" +msgstr "" + +#: frappe/templates/emails/energy_points_summary.html:3 +msgid "Top Performer" +msgstr "" + +#: frappe/templates/emails/energy_points_summary.html:18 +msgid "Top Reviewer" +msgstr "" + +#. Option for the 'Position' (Select) field in DocType 'Form Tour Step' +#. Option for the 'Page Number' (Select) field in DocType 'Print Format' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:246 +msgid "Top Right" +msgstr "" + +#: frappe/templates/emails/energy_points_summary.html:33 +msgid "Top {0}" +msgstr "" + +#. Label of a Link field in DocType 'Discussion Reply' +#: frappe/website/doctype/discussion_reply/discussion_reply.json +msgid "Topic" +msgstr "" + +#: frappe/desk/query_report.py:510 +#: frappe/public/js/frappe/views/reports/print_grid.html:45 +#: frappe/public/js/frappe/views/reports/report_view.js:1475 +msgid "Total" +msgstr "" + +#. Label of a Int field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Total Background Workers" +msgstr "" + +#. Label of a Int field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Total Errors (last 1 day)" +msgstr "" + +#: frappe/public/js/frappe/ui/capture.js:251 +msgid "Total Images" +msgstr "" + +#. Label of a Int field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Total Outgoing Emails" +msgstr "" + +#. Label of a Int field in DocType 'Newsletter' +#: frappe/email/doctype/newsletter/newsletter.json +msgid "Total Recipients" +msgstr "" + +#. Label of a Int field in DocType 'Email Group' +#. Label of a Read Only field in DocType 'Newsletter Email Group' +#: frappe/email/doctype/email_group/email_group.json +#: frappe/email/doctype/newsletter_email_group/newsletter_email_group.json +msgid "Total Subscribers" +msgstr "" + +#. Label of a Int field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Total Users" +msgstr "" + +#. Label of a Int field in DocType 'Newsletter' +#: frappe/email/doctype/newsletter/newsletter.json +msgid "Total Views" +msgstr "" + +#. Label of a Duration field in DocType 'RQ Worker' +#: frappe/core/doctype/rq_worker/rq_worker.json +msgid "Total Working Time" +msgstr "" + +#. Description of the 'Initial Sync Count' (Select) field in DocType 'Email +#. Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Total number of emails to sync in initial sync process " +msgstr "" + +#: frappe/public/js/print_format_builder/ConfigureColumns.vue:12 +msgid "Total:" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1179 +msgid "Totals" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1154 +msgid "Totals Row" +msgstr "" + +#. Label of a Data field in DocType 'Error Log' +#: frappe/core/doctype/error_log/error_log.json +msgid "Trace ID" +msgstr "" + +#. Label of a Code field in DocType 'Patch Log' +#: frappe/core/doctype/patch_log/patch_log.json +msgid "Traceback" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#. Label of a Check field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Track Changes" +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Track Email Status" +msgstr "" + +#. Label of a Data field in DocType 'Milestone' +#: frappe/automation/doctype/milestone/milestone.json +msgid "Track Field" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Track Seen" +msgstr "" + +#. Label of a Check field in DocType 'Form Tour' +#: frappe/desk/doctype/form_tour/form_tour.json +msgid "Track Steps" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#. Label of a Check field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Track Views" +msgstr "" + +#. Description of the 'Track Email Status' (Check) field in DocType 'Email +#. Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Track if your email has been opened by the recipient.\n" +"
    \n" +"Note: If you're sending to multiple recipients, even if 1 recipient reads the email, it'll be considered \"Opened\"" +msgstr "" + +#. Description of a DocType +#: frappe/automation/doctype/milestone_tracker/milestone_tracker.json +msgid "Track milestones for any document" +msgstr "" + +#: frappe/public/js/frappe/utils/utils.js:1766 +msgid "Tracking URL generated and copied to clipboard" +msgstr "" + +#. Label of a Small Text field in DocType 'Transaction Log' +#: frappe/core/doctype/transaction_log/transaction_log.json +msgid "Transaction Hash" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/transaction_log/transaction_log.json +msgid "Transaction Log" +msgstr "" + +#. Name of a report +#: frappe/core/report/transaction_log_report/transaction_log_report.json +msgid "Transaction Log Report" +msgstr "" + +#: frappe/desk/page/setup_wizard/install_fixtures.py:32 +msgid "Transgender" +msgstr "" + +#: frappe/public/js/workflow_builder/components/Properties.vue:19 +msgid "Transition Properties" +msgstr "" + +#. Label of a Section Break field in DocType 'Workflow' +#: frappe/workflow/doctype/workflow/workflow.json +msgid "Transition Rules" +msgstr "" + +#. Label of a Table field in DocType 'Workflow' +#: frappe/workflow/doctype/workflow/workflow.json +msgid "Transitions" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Translatable" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#. Label of a Check field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Translate Link Fields" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1580 +msgid "Translate values" +msgstr "" + +#: frappe/public/js/frappe/views/translation_manager.js:11 +msgid "Translate {0}" +msgstr "" + +#. Label of a Code field in DocType 'Translation' +#: frappe/core/doctype/translation/translation.json +msgid "Translated Text" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/translation/translation.json +msgid "Translation" +msgstr "" + +#: frappe/public/js/frappe/views/translation_manager.js:46 +msgid "Translations" +msgstr "" + +#. Option for the 'Email Status' (Select) field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Trash" +msgstr "" + +#. Option for the 'View' (Select) field in DocType 'Form Tour' +#. Option for the 'DocType View' (Select) field in DocType 'Workspace Shortcut' +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +msgid "Tree" +msgstr "" + +#: frappe/public/js/frappe/list/base_list.js:210 +msgid "Tree View" +msgstr "" + +#. Description of the 'Is Tree' (Check) field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Tree structures are implemented using Nested Set" +msgstr "" + +#: frappe/public/js/frappe/views/treeview.js:20 +msgid "Tree view is not available for {0}" +msgstr "" + +#. Label of a Data field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Trigger Method" +msgstr "" + +#: frappe/public/js/frappe/ui/keyboard.js:194 +msgid "Trigger Primary Action" +msgstr "" + +#: frappe/tests/test_translate.py:55 +msgid "Trigger caching" +msgstr "" + +#. Description of the 'Trigger Method' (Data) field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Trigger on valid methods like \"before_insert\", \"after_update\", etc (will depend on the DocType selected)" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:144 +msgid "Trim Table" +msgstr "" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:323 +msgid "Try Again" +msgstr "" + +#. Label of a Data field in DocType 'Document Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Try a Naming Series" +msgstr "" + +#: frappe/printing/page/print/print.js:189 +#: frappe/printing/page/print/print.js:195 +msgid "Try the new Print Designer" +msgstr "" + +#: frappe/utils/password_strength.py:100 +msgid "Try to avoid repeated words and characters" +msgstr "" + +#: frappe/utils/password_strength.py:92 +msgid "Try to use a longer keyboard pattern with more turns" +msgstr "" + +#. Option for the 'Day' (Select) field in DocType 'Assignment Rule Day' +#. Option for the 'Day' (Select) field in DocType 'Auto Repeat Day' +#. Option for the 'First Day of the Week' (Select) field in DocType 'System +#. Settings' +#. Label of a Check field in DocType 'Event' +#. Option for the 'Day of Week' (Select) field in DocType 'Auto Email Report' +#: frappe/automation/doctype/assignment_rule_day/assignment_rule_day.json +#: frappe/automation/doctype/auto_repeat_day/auto_repeat_day.json +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/desk/doctype/event/event.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Tuesday" +msgstr "" + +#. Label of a Check field in DocType 'Role' +#. Label of a Section Break field in DocType 'System Settings' +#: frappe/core/doctype/role/role.json +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Two Factor Authentication" +msgstr "" + +#. Label of a Select field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Two Factor Authentication method" +msgstr "" + +#. Label of a Select field in DocType 'Communication' +#. Label of a Select field in DocType 'DocField' +#. Label of a Select field in DocType 'Customize Form Field' +#. Label of a Data field in DocType 'Console Log' +#. Label of a Select field in DocType 'Dashboard Chart' +#. Label of a Select field in DocType 'Desktop Icon' +#. Label of a Select field in DocType 'Notification Log' +#. Label of a Select field in DocType 'Number Card' +#. Label of a Select field in DocType 'System Console' +#. Label of a Select field in DocType 'Workspace Link' +#. Label of a Select field in DocType 'Workspace Shortcut' +#. Label of a Select field in DocType 'Energy Point Log' +#. Label of a Select field in DocType 'Web Template' +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/desk/doctype/console_log/console_log.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +#: frappe/desk/doctype/notification_log/notification_log.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/desk/doctype/system_console/system_console.json +#: frappe/desk/doctype/workspace_link/workspace_link.json +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +#: frappe/public/js/frappe/views/file/file_view.js:318 +#: frappe/public/js/frappe/widgets/widget_dialog.js:366 +#: frappe/social/doctype/energy_point_log/energy_point_log.json +#: frappe/website/doctype/web_template/web_template.json +msgid "Type" +msgstr "" + +#: frappe/desk/page/user_profile/user_profile.html:17 +msgid "Type Distribution" +msgstr "" + +#: frappe/public/js/frappe/form/controls/comment.js:78 +msgid "Type a reply / comment" +msgstr "" + +#: frappe/templates/includes/search_template.html:51 +msgid "Type something in the search box to search" +msgstr "" + +#: frappe/templates/discussions/comment_box.html:8 +#: frappe/templates/discussions/reply_section.html:53 +#: frappe/templates/discussions/topic_modal.html:11 +msgid "Type title" +msgstr "" + +#: frappe/templates/discussions/discussions.js:341 +msgid "Type your reply here..." +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:143 +msgid "Type:" +msgstr "" + +#. Label of a Check field in DocType 'Form Tour' +#. Label of a Check field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "UI Tour" +msgstr "" + +#. Label of a Int field in DocType 'Communication' +#. Label of a Data field in DocType 'Email Flag Queue' +#. Label of a Data field in DocType 'Unhandled Email' +#: frappe/core/doctype/communication/communication.json +#: frappe/email/doctype/email_flag_queue/email_flag_queue.json +#: frappe/email/doctype/unhandled_email/unhandled_email.json +msgid "UID" +msgstr "" + +#. Label of a Int field in DocType 'Email Account' +#. Label of a Data field in DocType 'IMAP Folder' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/imap_folder/imap_folder.json +msgid "UIDNEXT" +msgstr "" + +#. Label of a Data field in DocType 'Email Account' +#. Label of a Data field in DocType 'IMAP Folder' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/imap_folder/imap_folder.json +msgid "UIDVALIDITY" +msgstr "" + +#. Option for the 'Email Sync Option' (Select) field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "UNSEEN" +msgstr "" + +#. Description of the 'Redirect URIs' (Text) field in DocType 'OAuth Client' +#: frappe/integrations/doctype/oauth_client/oauth_client.json +msgid "URIs for receiving authorization code once the user allows access, as well as failure responses. Typically a REST endpoint exposed by the Client App.\n" +"
    e.g. http://hostname/api/method/frappe.integrations.oauth2_logins.login_via_facebook" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Workspace Shortcut' +#. Label of a Data field in DocType 'Workspace Shortcut' +#. Label of a Small Text field in DocType 'Integration Request' +#. Label of a Data field in DocType 'Webhook Request Log' +#. Label of a Data field in DocType 'Top Bar Item' +#. Label of a Data field in DocType 'Website Slideshow Item' +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +#: frappe/integrations/doctype/integration_request/integration_request.json +#: frappe/integrations/doctype/webhook_request_log/webhook_request_log.json +#: frappe/public/js/frappe/widgets/widget_dialog.js:435 +#: frappe/website/doctype/top_bar_item/top_bar_item.json +#: frappe/website/doctype/website_slideshow_item/website_slideshow_item.json +msgid "URL" +msgstr "" + +#. Description of the 'Documentation Link' (Data) field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "URL for documentation or help" +msgstr "" + +#: frappe/core/doctype/file/file.py:215 +msgid "URL must start with http:// or https://" +msgstr "" + +#: frappe/website/doctype/web_page/web_page.js:84 +msgid "URL of the page" +msgstr "" + +#. Description of the 'URL' (Data) field in DocType 'Website Slideshow Item' +#: frappe/website/doctype/website_slideshow_item/website_slideshow_item.json +msgid "URL to go to on clicking the slideshow image" +msgstr "" + +#: frappe/core/doctype/document_naming_settings/document_naming_settings.py:67 +msgid "Unable to find DocType {0}" +msgstr "" + +#: frappe/public/js/frappe/ui/capture.js:330 +msgid "Unable to load camera." +msgstr "" + +#: frappe/public/js/frappe/model/model.js:268 +msgid "Unable to load: {0}" +msgstr "" + +#: frappe/utils/csvutils.py:35 +msgid "Unable to open attached file. Did you export it as CSV?" +msgstr "" + +#: frappe/core/doctype/file/utils.py:99 frappe/core/doctype/file/utils.py:131 +msgid "Unable to read file format for {0}" +msgstr "" + +#: frappe/core/doctype/communication/email.py:179 +msgid "Unable to send mail because of a missing email account. Please setup default Email Account from Settings > Email Account" +msgstr "" + +#: frappe/public/js/frappe/views/calendar/calendar.js:440 +msgid "Unable to update event" +msgstr "" + +#: frappe/core/doctype/file/file.py:457 +msgid "Unable to write file format for {0}" +msgstr "" + +#. Label of a Code field in DocType 'Assignment Rule' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +msgid "Unassign Condition" +msgstr "" + +#: frappe/www/error.py:15 +msgid "Uncaught Server Exception" +msgstr "" + +#: frappe/public/js/frappe/form/toolbar.js:94 +msgid "Unchanged" +msgstr "" + +#: frappe/public/js/frappe/form/toolbar.js:451 +msgid "Undo" +msgstr "" + +#: frappe/public/js/frappe/form/toolbar.js:459 +msgid "Undo last action" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/form_sidebar.js:232 +#: frappe/public/js/frappe/form/templates/form_sidebar.html:132 +msgid "Unfollow" +msgstr "" + +#. Name of a DocType +#: frappe/email/doctype/unhandled_email/unhandled_email.json +msgid "Unhandled Email" +msgstr "" + +#. Label of a Int field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Unhandled Emails" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:601 +msgid "Unhide Workspace" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Unique" +msgstr "" + +#: frappe/website/report/website_analytics/website_analytics.js:59 +msgid "Unknown" +msgstr "" + +#: frappe/public/js/frappe/model/model.js:209 +msgid "Unknown Column: {0}" +msgstr "" + +#: frappe/utils/data.py:1062 +msgid "Unknown Rounding Method: {}" +msgstr "" + +#: frappe/auth.py:304 +msgid "Unknown User" +msgstr "" + +#: frappe/utils/csvutils.py:52 +msgid "Unknown file encoding. Tried utf-8, windows-1250, windows-1252." +msgstr "" + +#: frappe/core/doctype/submission_queue/submission_queue.js:7 +msgid "Unlock Reference Document" +msgstr "" + +#: frappe/website/doctype/blog_post/blog_post.js:36 +#: frappe/website/doctype/web_form/web_form.js:86 +msgid "Unpublish" +msgstr "" + +#. Option for the 'Action' (Select) field in DocType 'Email Flag Queue' +#: frappe/email/doctype/email_flag_queue/email_flag_queue.json +msgid "Unread" +msgstr "" + +#. Label of a Check field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Unread Notification Sent" +msgstr "" + +#: frappe/utils/safe_exec.py:478 +msgid "Unsafe SQL query" +msgstr "" + +#: frappe/public/js/frappe/data_import/data_exporter.js:159 +#: frappe/public/js/frappe/form/controls/multicheck.js:166 +msgid "Unselect All" +msgstr "" + +#. Option for the 'Comment Type' (Select) field in DocType 'Comment' +#. Option for the 'Comment Type' (Select) field in DocType 'Communication' +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +msgid "Unshared" +msgstr "" + +#: frappe/email/queue.py:66 +msgid "Unsubscribe" +msgstr "" + +#. Label of a Data field in DocType 'Email Queue' +#: frappe/email/doctype/email_queue/email_queue.json +msgid "Unsubscribe Method" +msgstr "" + +#. Label of a Data field in DocType 'Email Queue' +#: frappe/email/doctype/email_queue/email_queue.json +msgid "Unsubscribe Param" +msgstr "" + +#. Label of a Check field in DocType 'Contact' +#. Label of a Check field in DocType 'User' +#. Label of a Check field in DocType 'Email Group Member' +#: frappe/contacts/doctype/contact/contact.json +#: frappe/core/doctype/user/user.json +#: frappe/email/doctype/email_group_member/email_group_member.json +#: frappe/email/queue.py:122 +msgid "Unsubscribed" +msgstr "" + +#: frappe/public/js/frappe/data_import/import_preview.js:72 +msgid "Untitled Column" +msgstr "" + +#: frappe/core/doctype/file/file.js:28 +msgid "Unzip" +msgstr "" + +#: frappe/public/js/frappe/views/file/file_view.js:132 +msgid "Unzipped {0} files" +msgstr "" + +#: frappe/public/js/frappe/views/file/file_view.js:125 +msgid "Unzipping files..." +msgstr "" + +#: frappe/desk/doctype/event/event.py:255 +msgid "Upcoming Events for Today" +msgstr "" + +#. Label of a Button field in DocType 'Document Naming Settings' +#: frappe/core/doctype/data_import/data_import_list.js:36 +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +#: frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js:23 +#: frappe/custom/doctype/customize_form/customize_form.js:438 +#: frappe/desk/doctype/bulk_update/bulk_update.js:15 +#: frappe/printing/page/print_format_builder/print_format_builder.js:447 +#: frappe/printing/page/print_format_builder/print_format_builder.js:501 +#: frappe/printing/page/print_format_builder/print_format_builder.js:670 +#: frappe/printing/page/print_format_builder/print_format_builder.js:757 +#: frappe/public/js/frappe/form/grid_row.js:403 +#: frappe/public/js/frappe/views/workspace/workspace.js:692 +msgid "Update" +msgstr "" + +#. Label of a Button field in DocType 'Document Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Update Amendment Naming" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:641 +msgid "Update Details" +msgstr "" + +#. Option for the 'Import Type' (Select) field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Update Existing Records" +msgstr "" + +#. Label of a Select field in DocType 'Workflow Document State' +#: frappe/workflow/doctype/workflow_document_state/workflow_document_state.json +msgid "Update Field" +msgstr "" + +#: frappe/core/doctype/installed_applications/installed_applications.js:6 +#: frappe/core/doctype/installed_applications/installed_applications.js:13 +msgid "Update Hooks Resolution Order" +msgstr "" + +#: frappe/core/doctype/installed_applications/installed_applications.js:45 +msgid "Update Order" +msgstr "" + +#: frappe/desk/page/setup_wizard/setup_wizard.js:472 +msgid "Update Password" +msgstr "" + +#. Label of a Section Break field in DocType 'Document Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Update Series Counter" +msgstr "" + +#. Label of a Button field in DocType 'Document Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Update Series Number" +msgstr "" + +#. Option for the 'Action' (Select) field in DocType 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Update Settings" +msgstr "" + +#: frappe/public/js/frappe/views/translation_manager.js:13 +msgid "Update Translations" +msgstr "" + +#. Label of a Small Text field in DocType 'Bulk Update' +#. Label of a Data field in DocType 'Workflow Document State' +#: frappe/desk/doctype/bulk_update/bulk_update.json +#: frappe/workflow/doctype/workflow_document_state/workflow_document_state.json +msgid "Update Value" +msgstr "" + +#: frappe/utils/change_log.py:386 +msgid "Update from Frappe Cloud" +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:375 +msgid "Update {0} records" +msgstr "" + +#. Option for the 'Comment Type' (Select) field in DocType 'Comment' +#. Option for the 'Comment Type' (Select) field in DocType 'Communication' +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +#: frappe/desk/doctype/desktop_icon/desktop_icon.py:446 +#: frappe/public/js/frappe/web_form/web_form.js:427 +msgid "Updated" +msgstr "" + +#: frappe/desk/doctype/bulk_update/bulk_update.js:32 +msgid "Updated Successfully" +msgstr "" + +#: frappe/public/js/frappe/desk.js:426 +msgid "Updated To A New Version 🎉" +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:372 +msgid "Updated successfully" +msgstr "" + +#. Label of a Tab Break field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Updates" +msgstr "" + +#: frappe/utils/response.py:316 +msgid "Updating" +msgstr "" + +#: frappe/public/js/frappe/form/save.js:11 +msgctxt "Freeze message while updating a document" +msgid "Updating" +msgstr "" + +#: frappe/email/doctype/email_queue/email_queue.py:432 +msgid "Updating Email Queue Statuses. The emails will be picked up in the next scheduled run." +msgstr "" + +#: frappe/core/doctype/document_naming_rule/document_naming_rule.js:17 +msgid "Updating counter may lead to document name conflicts if not done properly" +msgstr "" + +#: frappe/desk/page/setup_wizard/setup_wizard.py:22 +msgid "Updating global settings" +msgstr "" + +#: frappe/core/doctype/document_naming_settings/document_naming_settings.js:59 +msgid "Updating naming series options" +msgstr "" + +#: frappe/public/js/frappe/form/toolbar.js:127 +msgid "Updating related fields..." +msgstr "" + +#: frappe/desk/doctype/bulk_update/bulk_update.py:97 +msgid "Updating {0}" +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:36 +msgid "Updating {0} of {1}, {2}" +msgstr "" + +#: frappe/public/js/billing.bundle.js:30 +msgid "Upgrade plan" +msgstr "" + +#: frappe/public/js/frappe/file_uploader/file_uploader.bundle.js:121 +#: frappe/public/js/frappe/file_uploader/file_uploader.bundle.js:122 +#: frappe/public/js/frappe/form/grid.js:63 +#: frappe/public/js/frappe/form/templates/form_sidebar.html:13 +msgid "Upload" +msgstr "" + +#: frappe/public/js/print_format_builder/LetterHeadEditor.vue:93 +msgid "Upload Image" +msgstr "" + +#: frappe/public/js/frappe/file_uploader/FileUploader.vue:193 +msgid "Upload file" +msgstr "" + +#: frappe/public/js/frappe/file_uploader/FileUploader.vue:196 +msgid "Upload {0} files" +msgstr "" + +#. Label of a Check field in DocType 'File' +#: frappe/core/doctype/file/file.json +msgid "Uploaded To Dropbox" +msgstr "" + +#. Label of a Check field in DocType 'File' +#: frappe/core/doctype/file/file.json +msgid "Uploaded To Google Drive" +msgstr "" + +#: frappe/integrations/doctype/google_drive/google_drive.py:198 +msgid "Uploading backup to Google Drive." +msgstr "" + +#: frappe/integrations/doctype/google_drive/google_drive.py:203 +msgid "Uploading successful." +msgstr "" + +#: frappe/integrations/doctype/google_drive/google_drive.js:16 +msgid "Uploading to Google Drive" +msgstr "" + +#. Description of the 'Value to Validate' (Data) field in DocType 'Onboarding +#. Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +#, python-format +msgid "Use % for any non empty value." +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Use ASCII encoding for password" +msgstr "" + +#. Label of a Check field in DocType 'Auto Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Use First Day of Period" +msgstr "" + +#. Label of a Check field in DocType 'Email Template' +#: frappe/email/doctype/email_template/email_template.json +msgid "Use HTML" +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#. Label of a Check field in DocType 'Email Domain' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_domain/email_domain.json +msgid "Use IMAP" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Use Number Format from Currency" +msgstr "" + +#. Label of a Check field in DocType 'SMS Settings' +#: frappe/core/doctype/sms_settings/sms_settings.json +msgid "Use POST" +msgstr "" + +#. Label of a Check field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Use Report Chart" +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#. Label of a Check field in DocType 'Email Domain' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_domain/email_domain.json +msgid "Use SSL" +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#. Label of a Check field in DocType 'Email Domain' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_domain/email_domain.json +msgid "Use STARTTLS" +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#. Label of a Check field in DocType 'Email Domain' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_domain/email_domain.json +msgid "Use TLS" +msgstr "" + +#: frappe/utils/password_strength.py:34 +msgid "Use a few words, avoid common phrases." +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Use different Email ID" +msgstr "" + +#: frappe/model/db_query.py:424 +msgid "Use of function {0} in field is restricted" +msgstr "" + +#: frappe/model/db_query.py:403 +msgid "Use of sub-query or function is restricted" +msgstr "" + +#: frappe/printing/page/print/print.js:279 +msgid "Use the new Print Format Builder" +msgstr "" + +#. Description of the 'Title Field' (Data) field in DocType 'Customize Form' +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Use this fieldname to generate title" +msgstr "" + +#. Label of a Check field in DocType 'User Email' +#: frappe/core/doctype/user_email/user_email.json +msgid "Used OAuth" +msgstr "" + +#. Label of a Link field in DocType 'Assignment Rule User' +#. Label of a Link field in DocType 'Reminder' +#. Label of a Link field in DocType 'Activity Log' +#. Label of a Link field in DocType 'Communication' +#. Label of a Link field in DocType 'DocShare' +#. Label of a Link field in DocType 'Log Setting User' +#. Linked DocType in Module Profile's connections +#. Label of a Link field in DocType 'Permission Inspector' +#. Linked DocType in Role Profile's connections +#. Name of a DocType +#. Label of a Link field in DocType 'User Group Member' +#. Label of a Link field in DocType 'User Permission' +#. Label of a Link in the Users Workspace +#. Label of a shortcut in the Users Workspace +#. Label of a Link field in DocType 'Dashboard Settings' +#. Label of a Link field in DocType 'Note Seen By' +#. Label of a Link field in DocType 'Notification Settings' +#. Label of a Link field in DocType 'Route History' +#. Label of a Link field in DocType 'Document Follow' +#. Label of a Link field in DocType 'Google Calendar' +#. Label of a Link field in DocType 'OAuth Authorization Code' +#. Label of a Link field in DocType 'OAuth Bearer Token' +#. Label of a Link field in DocType 'OAuth Client' +#. Label of a Link field in DocType 'Token Cache' +#. Label of a Link field in DocType 'Webhook Request Log' +#. Label of a Link field in DocType 'Energy Point Log' +#. Label of a Link field in DocType 'Blogger' +#. Label of a Link field in DocType 'Personal Data Download Request' +#. Label of a Link field in DocType 'Workflow Action' +#: frappe/automation/doctype/assignment_rule_user/assignment_rule_user.json +#: frappe/automation/doctype/reminder/reminder.json +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/docshare/docshare.json +#: frappe/core/doctype/log_setting_user/log_setting_user.json +#: frappe/core/doctype/module_profile/module_profile.json +#: frappe/core/doctype/permission_inspector/permission_inspector.json +#: frappe/core/doctype/role_profile/role_profile.json +#: frappe/core/doctype/user/user.json +#: frappe/core/doctype/user_group_member/user_group_member.json +#: frappe/core/doctype/user_permission/user_permission.json +#: frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.js:8 +#: frappe/core/workspace/users/users.json +#: frappe/desk/doctype/dashboard_settings/dashboard_settings.json +#: frappe/desk/doctype/note_seen_by/note_seen_by.json +#: frappe/desk/doctype/notification_settings/notification_settings.json +#: frappe/desk/doctype/route_history/route_history.json +#: frappe/desk/page/user_profile/user_profile_controller.js:65 +#: frappe/email/doctype/document_follow/document_follow.json +#: frappe/integrations/doctype/google_calendar/google_calendar.json +#: frappe/integrations/doctype/oauth_authorization_code/oauth_authorization_code.json +#: frappe/integrations/doctype/oauth_bearer_token/oauth_bearer_token.json +#: frappe/integrations/doctype/oauth_client/oauth_client.json +#: frappe/integrations/doctype/token_cache/token_cache.json +#: frappe/integrations/doctype/webhook_request_log/webhook_request_log.json +#: frappe/public/js/frappe/form/templates/set_sharing.html:3 +#: frappe/social/doctype/energy_point_log/energy_point_log.json +#: frappe/templates/emails/energy_points_summary.html:38 +#: frappe/website/doctype/blogger/blogger.json +#: frappe/website/doctype/personal_data_download_request/personal_data_download_request.json +#: frappe/workflow/doctype/workflow_action/workflow_action.json +msgid "User" +msgstr "" + +#. Label of a Link field in DocType 'Access Log' +#: frappe/core/doctype/access_log/access_log.json +msgid "User " +msgstr "" + +#: frappe/core/doctype/has_role/has_role.py:25 +msgid "User '{0}' already has the role '{1}'" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/report/user_activity_report.json +msgid "User Activity Report" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/report/user_activity_report_without_sort.json +msgid "User Activity Report Without Sort" +msgstr "" + +#. Label of a Data field in DocType 'Web Page View' +#: frappe/website/doctype/web_page_view/web_page_view.json +msgid "User Agent" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "User Cannot Create" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "User Cannot Search" +msgstr "" + +#: frappe/public/js/frappe/desk.js:531 +msgid "User Changed" +msgstr "" + +#. Label of a Table field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "User Defaults" +msgstr "" + +#. Label of a Tab Break field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "User Details" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/user_document_type/user_document_type.json +msgid "User Document Type" +msgstr "" + +#: frappe/core/doctype/user_type/user_type.py:97 +msgid "User Document Types Limit Exceeded" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/user_email/user_email.json +msgid "User Email" +msgstr "" + +#. Label of a Table field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "User Emails" +msgstr "" + +#. Label of a Select field in DocType 'Energy Point Rule' +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +msgid "User Field" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/user_group/user_group.json +msgid "User Group" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/user_group_member/user_group_member.json +msgid "User Group Member" +msgstr "" + +#. Label of a Table MultiSelect field in DocType 'User Group' +#: frappe/core/doctype/user_group/user_group.json +msgid "User Group Members" +msgstr "" + +#. Label of a Data field in DocType 'User Social Login' +#: frappe/core/doctype/user_social_login/user_social_login.json +msgid "User ID" +msgstr "" + +#. Label of a Data field in DocType 'Social Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "User ID Property" +msgstr "" + +#. Description of a DocType +#: frappe/website/doctype/blogger/blogger.json +msgid "User ID of a Blogger" +msgstr "" + +#. Label of a Link field in DocType 'Contact' +#: frappe/contacts/doctype/contact/contact.json +msgid "User Id" +msgstr "" + +#. Label of a Select field in DocType 'User Type' +#: frappe/core/doctype/user_type/user_type.json +msgid "User Id Field" +msgstr "" + +#: frappe/core/doctype/user_type/user_type.py:284 +msgid "User Id Field is mandatory in the user type {0}" +msgstr "" + +#. Label of a Attach Image field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "User Image" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/navbar.html:115 +msgid "User Menu" +msgstr "" + +#. Label of a Data field in DocType 'Personal Data Download Request' +#: frappe/website/doctype/personal_data_download_request/personal_data_download_request.json +msgid "User Name" +msgstr "" + +#. Linked DocType in User's connections +#. Name of a DocType +#: frappe/core/doctype/user/user.json +#: frappe/core/doctype/user_permission/user_permission.json +msgid "User Permission" +msgstr "" + +#. Label of a Link in the Users Workspace +#: frappe/core/page/permission_manager/permission_manager_help.html:30 +#: frappe/core/workspace/users/users.json +#: frappe/public/js/frappe/views/reports/query_report.js:1798 +#: frappe/public/js/frappe/views/reports/report_view.js:1675 +msgid "User Permissions" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1676 +msgctxt "Button in list view menu" +msgid "User Permissions" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:32 +msgid "User Permissions are used to limit users to specific records." +msgstr "" + +#: frappe/core/doctype/user_permission/user_permission_list.js:124 +msgid "User Permissions created sucessfully" +msgstr "" + +#. Label of a shortcut in the Users Workspace +#: frappe/core/workspace/users/users.json +msgid "User Profile" +msgstr "" + +#. Label of a Link field in DocType 'LDAP Group Mapping' +#: frappe/integrations/doctype/ldap_group_mapping/ldap_group_mapping.json +msgid "User Role" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/user_select_document_type/user_select_document_type.json +msgid "User Select Document Type" +msgstr "" + +#: frappe/desk/page/user_profile/user_profile_sidebar.html:52 +msgid "User Settings" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/user_social_login/user_social_login.json +msgid "User Social Login" +msgstr "" + +#. Label of a Data field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "User Tags" +msgstr "" + +#. Label of a Link field in DocType 'User' +#. Name of a DocType +#. Label of a shortcut in the Users Workspace +#: frappe/core/doctype/user/user.json +#: frappe/core/doctype/user_type/user_type.json +#: frappe/core/doctype/user_type/user_type.py:82 +#: frappe/core/workspace/users/users.json +msgid "User Type" +msgstr "" + +#. Label of a Table field in DocType 'User Type' +#. Name of a DocType +#: frappe/core/doctype/user_type/user_type.json +#: frappe/core/doctype/user_type_module/user_type_module.json +msgid "User Type Module" +msgstr "" + +#. Description of the 'Allow Login using Mobile Number' (Check) field in +#. DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "User can login using Email id or Mobile number" +msgstr "" + +#. Description of the 'Allow Login using User Name' (Check) field in DocType +#. 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "User can login using Email id or User Name" +msgstr "" + +#: frappe/desk/page/user_profile/user_profile_controller.js:26 +msgid "User does not exist" +msgstr "" + +#: frappe/templates/includes/login/login.js:293 +msgid "User does not exist." +msgstr "" + +#: frappe/core/doctype/user_type/user_type.py:82 +msgid "User does not have permission to create the new {0}" +msgstr "" + +#: frappe/core/doctype/docshare/docshare.py:55 +msgid "User is mandatory for Share" +msgstr "" + +#. Label of a Check field in DocType 'Document Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "User must always select" +msgstr "" + +#: frappe/model/delete_doc.py:246 +msgid "User not allowed to delete {0}: {1}" +msgstr "" + +#: frappe/core/doctype/user_permission/user_permission.py:60 +msgid "User permission already exists" +msgstr "" + +#: frappe/www/login.py:157 +msgid "User with email address {0} does not exist" +msgstr "" + +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:225 +msgid "User with email: {0} does not exist in the system. Please ask 'System Administrator' to create the user for you." +msgstr "" + +#: frappe/core/doctype/user/user.py:472 +msgid "User {0} cannot be deleted" +msgstr "" + +#: frappe/core/doctype/user/user.py:263 +msgid "User {0} cannot be disabled" +msgstr "" + +#: frappe/core/doctype/user/user.py:552 +msgid "User {0} cannot be renamed" +msgstr "" + +#: frappe/permissions.py:132 +msgid "User {0} does not have access to this document" +msgstr "" + +#: frappe/permissions.py:155 +msgid "User {0} does not have doctype access via role permission for document {1}" +msgstr "" + +#: frappe/desk/doctype/workspace/workspace.py:261 +msgid "User {0} does not have the permission to create a Workspace." +msgstr "" + +#: frappe/templates/emails/data_deletion_approval.html:1 +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:108 +msgid "User {0} has requested for data deletion" +msgstr "" + +#: frappe/core/doctype/user/user.py:1312 +msgid "User {0} impersonated as {1}" +msgstr "" + +#: frappe/utils/oauth.py:271 +msgid "User {0} is disabled" +msgstr "" + +#: frappe/sessions.py:231 +msgid "User {0} is disabled. Please contact your System Manager." +msgstr "" + +#: frappe/desk/form/assign_to.py:103 +msgid "User {0} is not permitted to access this document." +msgstr "" + +#. Label of a Data field in DocType 'Connected App' +#: frappe/integrations/doctype/connected_app/connected_app.json +msgid "Userinfo URI" +msgstr "" + +#. Label of a Data field in DocType 'User' +#. Label of a Data field in DocType 'User Social Login' +#: frappe/core/doctype/user/user.json +#: frappe/core/doctype/user_social_login/user_social_login.json +#: frappe/www/login.py:105 +msgid "Username" +msgstr "" + +#: frappe/core/doctype/user/user.py:631 +msgid "Username {0} already exists" +msgstr "" + +#. Label of a Table MultiSelect field in DocType 'Assignment Rule' +#. Name of a Workspace +#. Label of a Card Break in the Users Workspace +#. Label of a Section Break field in DocType 'System Health Report' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +#: frappe/core/workspace/users/users.json +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Users" +msgstr "" + +#. Description of the 'Allot Points To Assigned Users' (Check) field in DocType +#. 'Energy Point Rule' +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +msgid "Users assigned to the reference document will get points." +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager.js:348 +msgid "Users with role {0}:" +msgstr "" + +#: frappe/public/js/frappe/ui/theme_switcher.js:70 +msgid "Uses system's theme to switch between light and dark mode" +msgstr "" + +#: frappe/public/js/frappe/desk.js:113 +msgid "Using this console may allow attackers to impersonate you and steal your information. Do not enter or paste code that you do not understand." +msgstr "" + +#. Label of a Percent field in DocType 'System Health Report Workers' +#: frappe/desk/doctype/system_health_report_workers/system_health_report_workers.json +msgid "Utilization" +msgstr "" + +#. Label of a Percent field in DocType 'RQ Worker' +#: frappe/core/doctype/rq_worker/rq_worker.json +msgid "Utilization %" +msgstr "" + +#. Option for the 'Validity' (Select) field in DocType 'OAuth Authorization +#. Code' +#: frappe/integrations/doctype/oauth_authorization_code/oauth_authorization_code.json +msgid "Valid" +msgstr "" + +#: frappe/templates/includes/login/login.js:53 +#: frappe/templates/includes/login/login.js:66 +msgid "Valid Login id required." +msgstr "" + +#: frappe/templates/includes/login/login.js:40 +msgid "Valid email and name required" +msgstr "" + +#. Label of a Check field in DocType 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Validate Field" +msgstr "" + +#: frappe/public/js/frappe/web_form/web_form.js:360 +msgid "Validation Error" +msgstr "" + +#. Label of a Select field in DocType 'OAuth Authorization Code' +#: frappe/integrations/doctype/oauth_authorization_code/oauth_authorization_code.json +msgid "Validity" +msgstr "" + +#. Label of a Data field in DocType 'Milestone' +#. Label of a Text field in DocType 'DefaultValue' +#. Label of a Data field in DocType 'Document Naming Rule Condition' +#. Label of a Data field in DocType 'SMS Parameter' +#. Label of a Data field in DocType 'Query Parameters' +#. Label of a Small Text field in DocType 'Webhook Header' +#. Label of a Text field in DocType 'Website Meta Tag' +#: frappe/automation/doctype/milestone/milestone.json +#: frappe/core/doctype/defaultvalue/defaultvalue.json +#: frappe/core/doctype/document_naming_rule_condition/document_naming_rule_condition.json +#: frappe/core/doctype/prepared_report/prepared_report.js:8 +#: frappe/core/doctype/sms_parameter/sms_parameter.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:305 +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:439 +#: frappe/desk/doctype/number_card/number_card.js:205 +#: frappe/desk/doctype/number_card/number_card.js:336 +#: frappe/email/doctype/auto_email_report/auto_email_report.js:95 +#: frappe/integrations/doctype/query_parameters/query_parameters.json +#: frappe/integrations/doctype/webhook_header/webhook_header.json +#: frappe/public/js/frappe/list/bulk_operations.js:336 +#: frappe/public/js/frappe/list/bulk_operations.js:398 +#: frappe/public/js/frappe/list/list_view_permission_restrictions.html:4 +#: frappe/website/doctype/web_form/web_form.js:197 +#: frappe/website/doctype/website_meta_tag/website_meta_tag.json +msgid "Value" +msgstr "" + +#. Label of a Select field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Value Based On" +msgstr "" + +#. Option for the 'Send Alert On' (Select) field in DocType 'Notification' +#. Option for the 'For Document Event' (Select) field in DocType 'Energy Point +#. Rule' +#: frappe/email/doctype/notification/notification.json +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +msgid "Value Change" +msgstr "" + +#. Label of a Select field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Value Changed" +msgstr "" + +#. Label of a Data field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Value To Be Set" +msgstr "" + +#: frappe/model/base_document.py:948 frappe/model/document.py:670 +msgid "Value cannot be changed for {0}" +msgstr "" + +#: frappe/model/document.py:616 +msgid "Value cannot be negative for" +msgstr "" + +#: frappe/model/document.py:620 +msgid "Value cannot be negative for {0}: {1}" +msgstr "" + +#: frappe/custom/doctype/property_setter/property_setter.js:7 +msgid "Value for a check field can be either 0 or 1" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.py:608 +msgid "Value for field {0} is too long in {1}. Length should be lesser than {2} characters" +msgstr "" + +#: frappe/model/base_document.py:382 +msgid "Value for {0} cannot be a list" +msgstr "" + +#. Description of the 'Due Date Based On' (Select) field in DocType 'Assignment +#. Rule' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +msgid "Value from this field will be set as the due date in the ToDo" +msgstr "" + +#: frappe/model/base_document.py:729 +msgid "Value missing for" +msgstr "" + +#: frappe/core/doctype/data_import/importer.py:707 +msgid "Value must be one of {0}" +msgstr "" + +#. Label of a Data field in DocType 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Value to Validate" +msgstr "" + +#: frappe/model/base_document.py:1018 +msgid "Value too big" +msgstr "" + +#: frappe/core/doctype/data_import/importer.py:720 +msgid "Value {0} missing for {1}" +msgstr "" + +#: frappe/core/doctype/data_import/importer.py:751 frappe/utils/data.py:704 +msgid "Value {0} must be in the valid duration format: d h m s" +msgstr "" + +#: frappe/core/doctype/data_import/importer.py:738 +msgid "Value {0} must in {1} format" +msgstr "" + +#: frappe/core/doctype/version/version_view.html:8 +msgid "Values Changed" +msgstr "" + +#. Option for the 'Font' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Verdana" +msgstr "" + +#: frappe/templates/includes/login/login.js:341 +msgid "Verification" +msgstr "" + +#: frappe/templates/includes/login/login.js:344 frappe/twofactor.py:353 +msgid "Verification Code" +msgstr "" + +#: frappe/templates/emails/delete_data_confirmation.html:10 +msgid "Verification Link" +msgstr "" + +#: frappe/templates/includes/login/login.js:391 +msgid "Verification code email not sent. Please contact Administrator." +msgstr "" + +#: frappe/twofactor.py:249 +msgid "Verification code has been sent to your registered email address." +msgstr "" + +#. Option for the 'Contribution Status' (Select) field in DocType 'Translation' +#: frappe/core/doctype/translation/translation.json +msgid "Verified" +msgstr "" + +#: frappe/public/js/frappe/ui/messages.js:352 +#: frappe/templates/includes/login/login.js:345 +msgid "Verify" +msgstr "" + +#: frappe/public/js/frappe/ui/messages.js:351 +msgid "Verify Password" +msgstr "" + +#: frappe/templates/includes/login/login.js:172 +msgid "Verifying..." +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/version/version.json +msgid "Version" +msgstr "" + +#: frappe/public/js/frappe/desk.js:132 +msgid "Version Updated" +msgstr "" + +#. Label of a Data field in DocType 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Video URL" +msgstr "" + +#. Label of a Select field in DocType 'Form Tour' +#: frappe/desk/doctype/form_tour/form_tour.json +msgid "View" +msgstr "" + +#: frappe/core/doctype/success_action/success_action.js:60 +#: frappe/public/js/frappe/form/success_action.js:89 +msgid "View All" +msgstr "" + +#: frappe/templates/includes/likes/likes.py:34 +msgid "View Blog Post" +msgstr "" + +#: frappe/templates/includes/comments/comments.py:56 +msgid "View Comment" +msgstr "" + +#: frappe/public/js/frappe/ui/notifications/notifications.js:220 +msgid "View Full Log" +msgstr "" + +#: frappe/public/js/frappe/views/treeview.js:450 +#: frappe/public/js/frappe/widgets/quick_list_widget.js:251 +msgid "View List" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/view_log/view_log.json +msgid "View Log" +msgstr "" + +#: frappe/core/doctype/user/user.js:149 +#: frappe/core/doctype/user_permission/user_permission.js:24 +msgid "View Permitted Documents" +msgstr "" + +#. Label of a Button field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "View Properties (via Customize Form)" +msgstr "" + +#: frappe/social/doctype/energy_point_log/energy_point_log_list.js:20 +msgid "View Ref" +msgstr "" + +#. Option for the 'Action' (Select) field in DocType 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "View Report" +msgstr "" + +#. Label of a Section Break field in DocType 'DocType' +#. Label of a Section Break field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "View Settings" +msgstr "" + +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "View Switcher" +msgstr "" + +#. Label of a standard navbar item +#. Type: Action +#: frappe/hooks.py +#: frappe/website/doctype/website_settings/website_settings.js:16 +msgid "View Website" +msgstr "" + +#: frappe/www/confirm_workflow_action.html:12 +msgid "View document" +msgstr "" + +#: frappe/core/doctype/file/file.js:31 +msgid "View file" +msgstr "" + +#: frappe/templates/emails/auto_email_report.html:60 +msgid "View report in your browser" +msgstr "" + +#: frappe/templates/emails/print_link.html:2 +msgid "View this in your browser" +msgstr "" + +#: frappe/public/js/frappe/web_form/web_form.js:454 +msgctxt "Button in web form" +msgid "View your response" +msgstr "" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.js:43 +#: frappe/desk/doctype/calendar_view/calendar_view_list.js:10 +#: frappe/desk/doctype/dashboard/dashboard_list.js:10 +msgid "View {0}" +msgstr "" + +#. Label of a Data field in DocType 'View Log' +#: frappe/core/doctype/view_log/view_log.json +msgid "Viewed By" +msgstr "" + +#. Group in DocType's connections +#. Label of a Card Break in the Build Workspace +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/workspace/build/build.json +msgid "Views" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#: frappe/core/doctype/docfield/docfield.json +msgid "Virtual" +msgstr "" + +#: frappe/model/virtual_doctype.py:76 +msgid "Virtual DocType {} requires a static method called {} found {}" +msgstr "" + +#: frappe/model/virtual_doctype.py:89 +msgid "Virtual DocType {} requires overriding an instance method called {} found {}" +msgstr "" + +#. Label of a Section Break field in DocType 'DocField' +#: frappe/core/doctype/docfield/docfield.json +msgid "Visibility" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Visit" +msgstr "" + +#: frappe/website/doctype/website_route_meta/website_route_meta.js:7 +msgid "Visit Web Page" +msgstr "" + +#. Label of a Data field in DocType 'Web Page View' +#: frappe/website/doctype/web_page_view/web_page_view.json +msgid "Visitor ID" +msgstr "" + +#: frappe/templates/discussions/reply_section.html:39 +msgid "Want to discuss?" +msgstr "" + +#. Option for the 'Address Type' (Select) field in DocType 'Address' +#: frappe/contacts/doctype/address/address.json +msgid "Warehouse" +msgstr "" + +#. Option for the 'Style' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "Warning" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:217 +msgid "Warning: DATA LOSS IMMINENT! Proceeding will permanently delete following database columns from doctype {0}:" +msgstr "" + +#: frappe/public/js/frappe/model/meta.js:179 +msgid "Warning: Unable to find {0} in any table related to {1}" +msgstr "" + +#. Description of the 'Counter' (Int) field in DocType 'Document Naming Rule' +#: frappe/core/doctype/document_naming_rule/document_naming_rule.json +msgid "Warning: Updating counter may lead to document name conflicts if not done properly" +msgstr "" + +#: frappe/website/doctype/help_article/templates/help_article.html:24 +msgid "Was this article helpful?" +msgstr "" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:127 +msgid "Watch Tutorial" +msgstr "" + +#. Option for the 'Action' (Select) field in DocType 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Watch Video" +msgstr "" + +#: frappe/desk/doctype/workspace/workspace.js:38 +msgid "We do not allow editing of this document. Simply click the Edit button on the workspace page to make your workspace editable and customize it as you wish" +msgstr "" + +#: frappe/templates/emails/delete_data_confirmation.html:2 +msgid "We have received a request for deletion of {0} data associated with: {1}" +msgstr "" + +#: frappe/templates/emails/download_data.html:2 +msgid "We have received a request from you to download your {0} data associated with: {1}" +msgstr "" + +#: frappe/www/contact.py:48 +msgid "We've received your query!" +msgstr "" + +#: frappe/public/js/frappe/form/controls/password.js:88 +msgid "Weak" +msgstr "" + +#. Linked DocType in DocType's connections +#. Linked DocType in Module Def's connections +#. Name of a DocType +#. Label of a Link in the Website Workspace +#. Label of a shortcut in the Website Workspace +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/module_def/module_def.json +#: frappe/website/doctype/web_form/web_form.json +#: frappe/website/workspace/website/website.json +msgid "Web Form" +msgstr "" + +#. Name of a DocType +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Web Form Field" +msgstr "" + +#. Label of a Table field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Web Form Fields" +msgstr "" + +#. Name of a DocType +#: frappe/website/doctype/web_form_list_column/web_form_list_column.json +msgid "Web Form List Column" +msgstr "" + +#. Linked DocType in Module Def's connections +#. Name of a DocType +#. Label of a Link in the Website Workspace +#. Label of a shortcut in the Website Workspace +#: frappe/core/doctype/module_def/module_def.json +#: frappe/website/doctype/web_page/web_page.json +#: frappe/website/workspace/website/website.json +msgid "Web Page" +msgstr "" + +#. Name of a DocType +#: frappe/website/doctype/web_page_block/web_page_block.json +msgid "Web Page Block" +msgstr "" + +#: frappe/public/js/frappe/utils/utils.js:1719 +msgid "Web Page URL" +msgstr "" + +#. Name of a DocType +#: frappe/website/doctype/web_page_view/web_page_view.json +msgid "Web Page View" +msgstr "" + +#. Label of a Card Break in the Website Workspace +#: frappe/website/workspace/website/website.json +msgid "Web Site" +msgstr "" + +#. Linked DocType in Module Def's connections +#. Label of a Link field in DocType 'Web Page Block' +#. Name of a DocType +#: frappe/core/doctype/module_def/module_def.json +#: frappe/website/doctype/web_page_block/web_page_block.json +#: frappe/website/doctype/web_template/web_template.json +msgid "Web Template" +msgstr "" + +#. Name of a DocType +#: frappe/website/doctype/web_template_field/web_template_field.json +msgid "Web Template Field" +msgstr "" + +#. Label of a Code field in DocType 'Web Page Block' +#: frappe/website/doctype/web_page_block/web_page_block.json +msgid "Web Template Values" +msgstr "" + +#: frappe/utils/jinja_globals.py:48 +msgid "Web Template is not specified" +msgstr "" + +#. Label of a Section Break field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Web View" +msgstr "" + +#. Linked DocType in DocType's connections +#. Name of a DocType +#. Label of a Link field in DocType 'Webhook Request Log' +#. Label of a Link in the Integrations Workspace +#: frappe/core/doctype/doctype/doctype.json +#: frappe/integrations/doctype/webhook/webhook.json +#: frappe/integrations/doctype/webhook_request_log/webhook_request_log.json +#: frappe/integrations/workspace/integrations/integrations.json +msgid "Webhook" +msgstr "" + +#. Label of a Section Break field in DocType 'Webhook' +#. Name of a DocType +#: frappe/integrations/doctype/webhook/webhook.json +#: frappe/integrations/doctype/webhook_data/webhook_data.json +msgid "Webhook Data" +msgstr "" + +#. Name of a DocType +#: frappe/integrations/doctype/webhook_header/webhook_header.json +msgid "Webhook Header" +msgstr "" + +#. Label of a Section Break field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "Webhook Headers" +msgstr "" + +#. Label of a Section Break field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "Webhook Request" +msgstr "" + +#. Linked DocType in Webhook's connections +#. Name of a DocType +#: frappe/integrations/doctype/webhook/webhook.json +#: frappe/integrations/doctype/webhook_request_log/webhook_request_log.json +msgid "Webhook Request Log" +msgstr "" + +#. Label of a Password field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "Webhook Secret" +msgstr "" + +#. Label of a Section Break field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "Webhook Security" +msgstr "" + +#. Label of a Section Break field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "Webhook Trigger" +msgstr "" + +#. Label of a Data field in DocType 'Slack Webhook URL' +#: frappe/integrations/doctype/slack_webhook_url/slack_webhook_url.json +msgid "Webhook URL" +msgstr "" + +#. Group in Module Def's connections +#. Name of a Workspace +#: frappe/core/doctype/module_def/module_def.json +#: frappe/email/doctype/newsletter/newsletter.py:460 +#: frappe/public/js/frappe/ui/toolbar/about.js:8 +#: frappe/website/workspace/website/website.json +msgid "Website" +msgstr "" + +#. Name of a report +#: frappe/website/report/website_analytics/website_analytics.json +msgid "Website Analytics" +msgstr "" + +#. Name of a role +#: frappe/core/doctype/comment/comment.json +#: frappe/website/doctype/about_us_settings/about_us_settings.json +#: frappe/website/doctype/blog_category/blog_category.json +#: frappe/website/doctype/blog_post/blog_post.json +#: frappe/website/doctype/blog_settings/blog_settings.json +#: frappe/website/doctype/blogger/blogger.json +#: frappe/website/doctype/color/color.json +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +#: frappe/website/doctype/help_category/help_category.json +#: frappe/website/doctype/portal_settings/portal_settings.json +#: frappe/website/doctype/web_form/web_form.json +#: frappe/website/doctype/web_page/web_page.json +#: frappe/website/doctype/website_script/website_script.json +#: frappe/website/doctype/website_settings/website_settings.json +#: frappe/website/doctype/website_sidebar/website_sidebar.json +#: frappe/website/doctype/website_slideshow/website_slideshow.json +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Website Manager" +msgstr "" + +#. Name of a DocType +#: frappe/website/doctype/website_meta_tag/website_meta_tag.json +msgid "Website Meta Tag" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Website Workspace +#: frappe/website/doctype/website_route_meta/website_route_meta.json +#: frappe/website/workspace/website/website.json +msgid "Website Route Meta" +msgstr "" + +#. Name of a DocType +#: frappe/website/doctype/website_route_redirect/website_route_redirect.json +msgid "Website Route Redirect" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Website Workspace +#: frappe/website/doctype/website_script/website_script.json +#: frappe/website/workspace/website/website.json +msgid "Website Script" +msgstr "" + +#. Label of a Data field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Website Search Field" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1484 +msgid "Website Search Field must be a valid fieldname" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Website Workspace +#. Label of a shortcut in the Website Workspace +#: frappe/website/doctype/website_settings/website_settings.json +#: frappe/website/workspace/website/website.json +msgid "Website Settings" +msgstr "" + +#. Label of a Link field in DocType 'Web Form' +#. Label of a Link field in DocType 'Web Page' +#. Name of a DocType +#. Label of a Link in the Website Workspace +#: frappe/website/doctype/web_form/web_form.json +#: frappe/website/doctype/web_page/web_page.json +#: frappe/website/doctype/website_sidebar/website_sidebar.json +#: frappe/website/workspace/website/website.json +msgid "Website Sidebar" +msgstr "" + +#. Name of a DocType +#: frappe/website/doctype/website_sidebar_item/website_sidebar_item.json +msgid "Website Sidebar Item" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Website Workspace +#: frappe/website/doctype/website_slideshow/website_slideshow.json +#: frappe/website/workspace/website/website.json +msgid "Website Slideshow" +msgstr "" + +#. Name of a DocType +#: frappe/website/doctype/website_slideshow_item/website_slideshow_item.json +msgid "Website Slideshow Item" +msgstr "" + +#. Linked DocType in Module Def's connections +#. Label of a Link field in DocType 'Website Settings' +#. Name of a DocType +#. Label of a Link in the Website Workspace +#: frappe/core/doctype/module_def/module_def.json +#: frappe/website/doctype/website_settings/website_settings.json +#: frappe/website/doctype/website_theme/website_theme.json +#: frappe/website/workspace/website/website.json +msgid "Website Theme" +msgstr "" + +#. Name of a DocType +#: frappe/website/doctype/website_theme_ignore_app/website_theme_ignore_app.json +msgid "Website Theme Ignore App" +msgstr "" + +#. Label of a Image field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Website Theme Image" +msgstr "" + +#. Label of a Code field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Website Theme image link" +msgstr "" + +#. Option for the 'SocketIO Transport Mode' (Select) field in DocType 'System +#. Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Websocket" +msgstr "" + +#. Option for the 'Day' (Select) field in DocType 'Assignment Rule Day' +#. Option for the 'Day' (Select) field in DocType 'Auto Repeat Day' +#. Option for the 'First Day of the Week' (Select) field in DocType 'System +#. Settings' +#. Label of a Check field in DocType 'Event' +#. Option for the 'Day of Week' (Select) field in DocType 'Auto Email Report' +#: frappe/automation/doctype/assignment_rule_day/assignment_rule_day.json +#: frappe/automation/doctype/auto_repeat_day/auto_repeat_day.json +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/desk/doctype/event/event.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Wednesday" +msgstr "" + +#: frappe/public/js/frappe/views/calendar/calendar.js:270 +msgid "Week" +msgstr "" + +#. Option for the 'Frequency' (Select) field in DocType 'Auto Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Weekdays" +msgstr "" + +#. Option for the 'Frequency' (Select) field in DocType 'Auto Repeat' +#. Option for the 'Frequency' (Select) field in DocType 'Scheduled Job Type' +#. Option for the 'Event Frequency' (Select) field in DocType 'Server Script' +#. Option for the 'Frequency' (Select) field in DocType 'User' +#. Option for the 'Time Interval' (Select) field in DocType 'Dashboard Chart' +#. Option for the 'Repeat On' (Select) field in DocType 'Event' +#. Option for the 'Stats Time Interval' (Select) field in DocType 'Number Card' +#. Option for the 'Period' (Select) field in DocType 'Auto Email Report' +#. Option for the 'Frequency' (Select) field in DocType 'Auto Email Report' +#. Option for the 'Backup Frequency' (Select) field in DocType 'Dropbox +#. Settings' +#. Option for the 'Frequency' (Select) field in DocType 'Google Drive' +#. Option for the 'Backup Frequency' (Select) field in DocType 'S3 Backup +#. Settings' +#. Option for the 'Point Allocation Periodicity' (Select) field in DocType +#. 'Energy Point Settings' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +#: frappe/core/doctype/server_script/server_script.json +#: frappe/core/doctype/user/user.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/event/event.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.json +#: frappe/integrations/doctype/google_drive/google_drive.json +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +#: frappe/public/js/frappe/utils/common.js:399 +#: frappe/social/doctype/energy_point_settings/energy_point_settings.json +#: frappe/website/report/website_analytics/website_analytics.js:24 +msgid "Weekly" +msgstr "" + +#. Option for the 'Frequency' (Select) field in DocType 'Scheduled Job Type' +#. Option for the 'Event Frequency' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +#: frappe/core/doctype/server_script/server_script.json +msgid "Weekly Long" +msgstr "" + +#: frappe/desk/page/setup_wizard/setup_wizard.js:372 +msgid "Welcome" +msgstr "" + +#. Label of a Link field in DocType 'System Settings' +#. Label of a Link field in DocType 'Email Group' +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/email/doctype/email_group/email_group.json +msgid "Welcome Email Template" +msgstr "" + +#. Label of a Data field in DocType 'Email Group' +#: frappe/email/doctype/email_group/email_group.json +msgid "Welcome URL" +msgstr "" + +#. Name of a Workspace +#: frappe/core/workspace/welcome_workspace/welcome_workspace.json +#: frappe/desk/desktop.py:470 +msgid "Welcome Workspace" +msgstr "" + +#: frappe/core/doctype/user/user.py:350 +msgid "Welcome email sent" +msgstr "" + +#: frappe/core/doctype/user/user.py:411 +msgid "Welcome to {0}" +msgstr "" + +#: frappe/public/js/frappe/ui/notifications/notifications.js:62 +msgid "What's New" +msgstr "" + +#. Description of the 'Allow Guests to Upload Files' (Check) field in DocType +#. 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "When enabled this will allow guests to upload files to your application, You can enable this if you wish to collect files from user without having them to log in, for example in job applications web form." +msgstr "" + +#. Description of the 'Store Attached PDF Document' (Check) field in DocType +#. 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "When sending document using email, store the PDF on Communication. Warning: This can increase your storage usage." +msgstr "" + +#. Description of the 'Force Web Capture Mode for Uploads' (Check) field in +#. DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "When uploading files, force the use of the web-based image capture. If this is unchecked, the default behavior is to use the mobile native camera when use from a mobile is detected." +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:18 +msgid "When you Amend a document after Cancel and save it, it will get a new number that is a version of the old number." +msgstr "" + +#. Description of the 'DocType View' (Select) field in DocType 'Workspace +#. Shortcut' +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +#: frappe/public/js/frappe/widgets/widget_dialog.js:445 +msgid "Which view of the associated DocType should this shortcut take you to?" +msgstr "" + +#. Label of a Data field in DocType 'DocField' +#. Label of a Int field in DocType 'Report Column' +#. Label of a Data field in DocType 'Custom Field' +#. Label of a Data field in DocType 'Customize Form Field' +#. Label of a Select field in DocType 'Dashboard Chart Link' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/report_column/report_column.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/desk/doctype/dashboard_chart_link/dashboard_chart_link.json +#: frappe/printing/page/print_format_builder/print_format_builder_column_selector.html:8 +#: frappe/public/js/print_format_builder/ConfigureColumns.vue:11 +msgid "Width" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder_column_selector.html:2 +msgid "Widths can be set in px or %." +msgstr "" + +#. Label of a Check field in DocType 'Report Filter' +#: frappe/core/doctype/report_filter/report_filter.json +msgid "Wildcard Filter" +msgstr "" + +#. Description of the 'Wildcard Filter' (Check) field in DocType 'Report +#. Filter' +#: frappe/core/doctype/report_filter/report_filter.json +msgid "Will add \"%\" before and after the query" +msgstr "" + +#. Description of the 'Short Name' (Data) field in DocType 'Blogger' +#: frappe/website/doctype/blogger/blogger.json +msgid "Will be used in url (usually first name)." +msgstr "" + +#: frappe/desk/page/setup_wizard/setup_wizard.js:463 +msgid "Will be your login ID" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:424 +msgid "Will only be shown if section headings are enabled" +msgstr "" + +#. Description of the 'Run Jobs only Daily if Inactive For (Days)' (Int) field +#. in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Will run scheduled jobs only once a day for inactive sites. Default 4 days if set to 0." +msgstr "" + +#: frappe/public/js/frappe/form/print_utils.js:15 +msgid "With Letter head" +msgstr "" + +#: frappe/workflow/doctype/workflow/workflow.js:140 +msgid "Worflow States Don't Exist" +msgstr "" + +#. Label of a Section Break field in DocType 'RQ Worker' +#: frappe/core/doctype/rq_worker/rq_worker.json +msgid "Worker Information" +msgstr "" + +#. Label of a Data field in DocType 'RQ Worker' +#: frappe/core/doctype/rq_worker/rq_worker.json +msgid "Worker Name" +msgstr "" + +#. Option for the 'Comment Type' (Select) field in DocType 'Comment' +#. Option for the 'Comment Type' (Select) field in DocType 'Communication' +#. Group in DocType's connections +#. Linked DocType in DocType's connections +#. Label of a Link in the Build Workspace +#. Name of a DocType +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/workspace/build/build.json +#: frappe/public/js/workflow_builder/store.js:129 +#: frappe/workflow/doctype/workflow/workflow.json +msgid "Workflow" +msgstr "" + +#. Name of a DocType +#: frappe/workflow/doctype/workflow_action/workflow_action.json +#: frappe/workflow/doctype/workflow_action/workflow_action.py:477 +msgid "Workflow Action" +msgstr "" + +#. Name of a DocType +#. Description of a DocType +#: frappe/workflow/doctype/workflow_action_master/workflow_action_master.json +msgid "Workflow Action Master" +msgstr "" + +#. Label of a Data field in DocType 'Workflow Action Master' +#: frappe/workflow/doctype/workflow_action_master/workflow_action_master.json +msgid "Workflow Action Name" +msgstr "" + +#. Name of a DocType +#: frappe/workflow/doctype/workflow_action_permitted_role/workflow_action_permitted_role.json +msgid "Workflow Action Permitted Role" +msgstr "" + +#. Description of the 'Is Optional State' (Check) field in DocType 'Workflow +#. Document State' +#: frappe/workflow/doctype/workflow_document_state/workflow_document_state.json +msgid "Workflow Action is not created for optional states" +msgstr "" + +#: frappe/public/js/workflow_builder/store.js:129 +#: frappe/workflow/doctype/workflow/workflow.js:25 +#: frappe/workflow/page/workflow_builder/workflow_builder.js:4 +msgid "Workflow Builder" +msgstr "" + +#. Label of a Data field in DocType 'Workflow Document State' +#. Label of a Data field in DocType 'Workflow Transition' +#: frappe/workflow/doctype/workflow_document_state/workflow_document_state.json +#: frappe/workflow/doctype/workflow_transition/workflow_transition.json +msgid "Workflow Builder ID" +msgstr "" + +#: frappe/workflow/doctype/workflow/workflow.js:11 +msgid "Workflow Builder allows you to create workflows visually. You can drag and drop states and link them to create transitions. Also you can update thieir properties from the sidebar." +msgstr "" + +#. Label of a JSON field in DocType 'Workflow' +#: frappe/workflow/doctype/workflow/workflow.json +msgid "Workflow Data" +msgstr "" + +#: frappe/public/js/workflow_builder/components/Properties.vue:42 +msgid "Workflow Details" +msgstr "" + +#. Name of a DocType +#: frappe/workflow/doctype/workflow_document_state/workflow_document_state.json +msgid "Workflow Document State" +msgstr "" + +#. Label of a Data field in DocType 'Workflow' +#: frappe/workflow/doctype/workflow/workflow.json +msgid "Workflow Name" +msgstr "" + +#. Label of a Data field in DocType 'Workflow Action' +#. Name of a DocType +#: frappe/workflow/doctype/workflow_action/workflow_action.json +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "Workflow State" +msgstr "" + +#. Label of a Data field in DocType 'Workflow' +#: frappe/workflow/doctype/workflow/workflow.json +msgid "Workflow State Field" +msgstr "" + +#: frappe/model/workflow.py:61 +msgid "Workflow State not set" +msgstr "" + +#: frappe/model/workflow.py:197 frappe/model/workflow.py:205 +msgid "Workflow State transition not allowed from {0} to {1}" +msgstr "" + +#: frappe/model/workflow.py:320 +msgid "Workflow Status" +msgstr "" + +#. Name of a DocType +#: frappe/workflow/doctype/workflow_transition/workflow_transition.json +msgid "Workflow Transition" +msgstr "" + +#. Description of a DocType +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "Workflow state represents the current state of a document." +msgstr "" + +#: frappe/public/js/workflow_builder/store.js:83 +msgid "Workflow updated successfully" +msgstr "" + +#. Description of the Onboarding Step 'Setup Approval Workflows' +#: frappe/custom/onboarding_step/workflows/workflows.json +msgid "Workflows allow you to define custom rules for the approval process of a particular document in ERPNext. You can also set complex Workflow Rules and set approval conditions." +msgstr "" + +#. Linked DocType in Module Def's connections +#. Label of a Section Break field in DocType 'User' +#. Label of a Link in the Build Workspace +#. Name of a DocType +#: frappe/core/doctype/module_def/module_def.json +#: frappe/core/doctype/user/user.json frappe/core/workspace/build/build.json +#: frappe/desk/doctype/workspace/workspace.json +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:557 +#: frappe/public/js/frappe/views/workspace/workspace.js:10 +msgid "Workspace" +msgstr "" + +#: frappe/public/js/frappe/router.js:193 +msgid "Workspace {0} does not exist" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/workspace_chart/workspace_chart.json +msgid "Workspace Chart" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/workspace_custom_block/workspace_custom_block.json +msgid "Workspace Custom Block" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/workspace_link/workspace_link.json +msgid "Workspace Link" +msgstr "" + +#. Name of a role +#: frappe/desk/doctype/custom_html_block/custom_html_block.json +#: frappe/desk/doctype/workspace/workspace.json +msgid "Workspace Manager" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/workspace_number_card/workspace_number_card.json +msgid "Workspace Number Card" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/workspace_quick_list/workspace_quick_list.json +msgid "Workspace Quick List" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +msgid "Workspace Shortcut" +msgstr "" + +#: frappe/desk/doctype/workspace/workspace.py:293 +msgid "Workspace not found" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:1310 +msgid "Workspace {0} Created Successfully" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:939 +msgid "Workspace {0} Deleted Successfully" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:717 +msgid "Workspace {0} Edited Successfully" +msgstr "" + +#. Option for the 'View' (Select) field in DocType 'Form Tour' +#: frappe/desk/doctype/form_tour/form_tour.json +msgid "Workspaces" +msgstr "" + +#. Label of a Check field in DocType 'Custom DocPerm' +#. Label of a Check field in DocType 'DocPerm' +#. Label of a Check field in DocType 'DocShare' +#. Label of a Check field in DocType 'User Document Type' +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/docperm/docperm.json +#: frappe/core/doctype/docshare/docshare.json +#: frappe/core/doctype/user_document_type/user_document_type.json +msgid "Write" +msgstr "" + +#: frappe/model/base_document.py:858 +msgid "Wrong Fetch From value" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:460 +msgid "X Axis Field" +msgstr "" + +#. Label of a Select field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "X Field" +msgstr "" + +#. Option for the 'Format' (Select) field in DocType 'Auto Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "XLSX" +msgstr "" + +#. Label of a Table field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Y Axis" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:467 +msgid "Y Axis Fields" +msgstr "" + +#. Label of a Select field in DocType 'Dashboard Chart Field' +#: frappe/desk/doctype/dashboard_chart_field/dashboard_chart_field.json +#: frappe/public/js/frappe/views/reports/query_report.js:1152 +msgid "Y Field" +msgstr "" + +#. Option for the 'Service' (Select) field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Yahoo Mail" +msgstr "" + +#. Option for the 'Service' (Select) field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Yandex.Mail" +msgstr "" + +#. Label of a Select field in DocType 'Dashboard Chart' +#. Label of a Data field in DocType 'Company History' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/website/doctype/company_history/company_history.json +msgid "Year" +msgstr "" + +#. Option for the 'Frequency' (Select) field in DocType 'Auto Repeat' +#. Option for the 'Frequency' (Select) field in DocType 'Scheduled Job Type' +#. Option for the 'Event Frequency' (Select) field in DocType 'Server Script' +#. Option for the 'Time Interval' (Select) field in DocType 'Dashboard Chart' +#. Option for the 'Repeat On' (Select) field in DocType 'Event' +#. Option for the 'Stats Time Interval' (Select) field in DocType 'Number Card' +#. Option for the 'Period' (Select) field in DocType 'Auto Email Report' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +#: frappe/core/doctype/server_script/server_script.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/event/event.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +#: frappe/public/js/frappe/utils/common.js:403 +msgid "Yearly" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'DocType State' +#. Option for the 'Indicator' (Select) field in DocType 'Kanban Board Column' +#: frappe/core/doctype/doctype_state/doctype_state.json +#: frappe/desk/doctype/kanban_board_column/kanban_board_column.json +msgid "Yellow" +msgstr "" + +#. Option for the 'Standard' (Select) field in DocType 'Page' +#. Option for the 'Is Standard' (Select) field in DocType 'Report' +#. Option for the 'Require Trusted Certificate' (Select) field in DocType 'LDAP +#. Settings' +#. Option for the 'Standard' (Select) field in DocType 'Print Format' +#: frappe/core/doctype/page/page.json frappe/core/doctype/report/report.json +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +#: frappe/integrations/doctype/webhook/webhook.py:130 +#: frappe/integrations/doctype/webhook/webhook.py:140 +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/public/js/form_builder/utils.js:336 +#: frappe/public/js/frappe/form/controls/link.js:486 +#: frappe/public/js/frappe/list/list_sidebar_group_by.js:223 +#: frappe/public/js/frappe/views/reports/query_report.js:1534 +#: frappe/website/doctype/help_article/templates/help_article.html:25 +msgid "Yes" +msgstr "" + +#: frappe/public/js/frappe/ui/messages.js:32 +msgctxt "Approve confirmation dialog" +msgid "Yes" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:537 +msgctxt "Checkbox is checked" +msgid "Yes" +msgstr "" + +#: frappe/public/js/frappe/utils/user.js:33 +msgctxt "Name of the current user. For example: You edited this 5 hours ago." +msgid "You" +msgstr "" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:464 +msgid "You Liked" +msgstr "" + +#: frappe/public/js/frappe/dom.js:424 +msgid "You are connected to internet." +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/navbar.html:20 +msgid "You are impersonating as another user." +msgstr "" + +#: frappe/integrations/frappe_providers/frappecloud_billing.py:24 +msgid "You are not allowed to access this resource" +msgstr "" + +#: frappe/permissions.py:403 +msgid "You are not allowed to access this {0} record because it is linked to {1} '{2}' in field {3}" +msgstr "" + +#: frappe/permissions.py:392 +msgid "You are not allowed to access this {0} record because it is linked to {1} '{2}' in row {3}, field {4}" +msgstr "" + +#: frappe/public/js/frappe/views/kanban/kanban_board.bundle.js:68 +msgid "You are not allowed to create columns" +msgstr "" + +#: frappe/core/doctype/report/report.py:94 +msgid "You are not allowed to delete Standard Report" +msgstr "" + +#: frappe/website/doctype/website_theme/website_theme.py:71 +msgid "You are not allowed to delete a standard Website Theme" +msgstr "" + +#: frappe/core/doctype/report/report.py:378 +msgid "You are not allowed to edit the report." +msgstr "" + +#: frappe/permissions.py:601 +msgid "You are not allowed to export {} doctype" +msgstr "" + +#: frappe/public/js/frappe/views/treeview.js:414 +msgid "You are not allowed to print this report" +msgstr "" + +#: frappe/public/js/frappe/views/communication.js:772 +msgid "You are not allowed to send emails related to this document" +msgstr "" + +#: frappe/website/doctype/web_form/web_form.py:462 +msgid "You are not allowed to update this Web Form Document" +msgstr "" + +#: frappe/public/js/frappe/request.js:35 +msgid "You are not connected to Internet. Retry after sometime." +msgstr "" + +#: frappe/public/js/frappe/web_form/webform_script.js:22 +msgid "You are not permitted to access this page without login." +msgstr "" + +#: frappe/www/app.py:26 +msgid "You are not permitted to access this page." +msgstr "" + +#: frappe/__init__.py:854 +msgid "You are not permitted to access this resource." +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/document_follow.js:131 +msgid "You are now following this document. You will receive daily updates via email. You can change this in User Settings." +msgstr "" + +#: frappe/core/doctype/installed_applications/installed_applications.py:60 +msgid "You are only allowed to update order, do not remove or add apps." +msgstr "" + +#: frappe/email/doctype/email_account/email_account.js:216 +msgid "You are selecting Sync Option as ALL, It will resync all read as well as unread message from server. This may also cause the duplication of Communication (emails)." +msgstr "" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:415 +msgctxt "Form timeline" +msgid "You attached {0}" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:741 +msgid "You can add dynamic properties from the document by using Jinja templating." +msgstr "" + +#: frappe/printing/doctype/letter_head/letter_head.js:32 +msgid "You can also access wkhtmltopdf variables (valid only in PDF print):" +msgstr "" + +#: frappe/templates/emails/new_user.html:22 +msgid "You can also copy-paste following link in your browser" +msgstr "" + +#: frappe/templates/emails/download_data.html:9 +msgid "You can also copy-paste this " +msgstr "" + +#: frappe/templates/emails/delete_data_confirmation.html:11 +msgid "You can also copy-paste this {0} to your browser" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:17 +msgid "You can change Submitted documents by cancelling them and then, amending them." +msgstr "" + +#: frappe/public/js/frappe/logtypes.js:21 +msgid "You can change the retention policy from {0}." +msgstr "" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:199 +msgid "You can continue with the onboarding after exploring this page" +msgstr "" + +#: frappe/model/delete_doc.py:136 +msgid "You can disable this {0} instead of deleting it." +msgstr "" + +#: frappe/core/doctype/file/file.py:688 +msgid "You can increase the limit from System Settings." +msgstr "" + +#: frappe/utils/synchronization.py:48 +msgid "You can manually remove the lock if you think it's safe: {}" +msgstr "" + +#: frappe/public/js/frappe/form/controls/markdown_editor.js:75 +msgid "You can only insert images in Markdown fields" +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:42 +msgid "You can only print upto {0} documents at a time" +msgstr "" + +#: frappe/core/doctype/user_type/user_type.py:103 +msgid "You can only set the 3 custom doctypes in the Document Types table." +msgstr "" + +#: frappe/handler.py:229 +msgid "You can only upload JPG, PNG, PDF, TXT or Microsoft documents." +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:199 +msgid "You can only upload upto 5000 records in one go. (may be less in some cases)" +msgstr "" + +#: frappe/website/doctype/web_page/web_page.js:92 +msgid "You can select one from the following," +msgstr "" + +#. Description of the 'Rate limit for email link login' (Int) field in DocType +#. 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "You can set a high value here if multiple users will be logging in from the same network." +msgstr "" + +#: frappe/desk/query_report.py:340 +msgid "You can try changing the filters of your report." +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:27 +msgid "You can use Customize Form to set levels on fields." +msgstr "" + +#: frappe/public/js/frappe/form/link_selector.js:30 +msgid "You can use wildcard %" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.py:386 +msgid "You can't set 'Options' for field {0}" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.py:390 +msgid "You can't set 'Translatable' for field {0}" +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:74 +msgctxt "Form timeline" +msgid "You cancelled this document" +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:61 +msgctxt "Form timeline" +msgid "You cancelled this document {1}" +msgstr "" + +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.py:406 +msgid "You cannot create a dashboard chart from single DocTypes" +msgstr "" + +#: frappe/social/doctype/energy_point_log/energy_point_log.py:45 +msgid "You cannot give review points to yourself" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.py:382 +msgid "You cannot unset 'Read Only' for field {0}" +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:125 +msgid "You changed the value of {0}" +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:114 +msgid "You changed the value of {0} {1}" +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:191 +msgid "You changed the values for {0}" +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:180 +msgid "You changed the values for {0} {1}" +msgstr "" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:444 +msgctxt "Form timeline" +msgid "You changed {0} to {1}" +msgstr "" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:140 +#: frappe/public/js/frappe/form/sidebar/form_sidebar.js:106 +msgid "You created this" +msgstr "" + +#: frappe/client.py:430 +msgid "You do not have Read or Select Permissions for {}" +msgstr "" + +#: frappe/public/js/frappe/request.js:174 +msgid "You do not have enough permissions to access this resource. Please contact your manager to get access." +msgstr "" + +#: frappe/app.py:358 +msgid "You do not have enough permissions to complete the action" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/review.js:91 +msgid "You do not have enough points" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/review.js:31 +#: frappe/social/doctype/energy_point_log/energy_point_log.py:294 +msgid "You do not have enough review points" +msgstr "" + +#: frappe/desk/query_report.py:807 +msgid "You do not have permission to access {0}: {1}." +msgstr "" + +#: frappe/www/printview.py:361 +msgid "You do not have permission to view this document" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:937 +msgid "You do not have permissions to cancel all linked documents." +msgstr "" + +#: frappe/desk/query_report.py:42 +msgid "You don't have access to Report: {0}" +msgstr "" + +#: frappe/website/doctype/web_form/web_form.py:663 +msgid "You don't have permission to access the {0} DocType." +msgstr "" + +#: frappe/utils/response.py:270 frappe/utils/response.py:274 +msgid "You don't have permission to access this file" +msgstr "" + +#: frappe/desk/query_report.py:48 +msgid "You don't have permission to get a report on: {0}" +msgstr "" + +#: frappe/website/doctype/web_form/web_form.py:168 +msgid "You don't have the permissions to access this document" +msgstr "" + +#: frappe/social/doctype/energy_point_log/energy_point_log.py:156 +msgid "You gained {0} point" +msgstr "" + +#: frappe/social/doctype/energy_point_log/energy_point_log.py:158 +msgid "You gained {0} points" +msgstr "" + +#: frappe/templates/emails/new_message.html:1 +msgid "You have a new message from: " +msgstr "" + +#: frappe/handler.py:123 +msgid "You have been successfully logged out" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.py:241 +msgid "You have hit the row size limit on database table: {0}" +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:412 +msgid "You have not entered a value. The field will be set to empty." +msgstr "" + +#: frappe/templates/includes/likes/likes.py:31 +msgid "You have received a ❤️ like on your blog post" +msgstr "" + +#: frappe/twofactor.py:433 +msgid "You have to enable Two Factor Auth from System Settings." +msgstr "" + +#: frappe/public/js/frappe/model/create_new.js:332 +msgid "You have unsaved changes in this form. Please save before you continue." +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/navbar.html:50 +msgid "You have unseen notifications" +msgstr "" + +#: frappe/core/doctype/log_settings/log_settings.py:126 +msgid "You have unseen {0}" +msgstr "" + +#: frappe/public/js/frappe/views/dashboard/dashboard_view.js:191 +msgid "You haven't added any Dashboard Charts or Number Cards yet." +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:472 +msgid "You haven't created a {0} yet" +msgstr "" + +#: frappe/rate_limiter.py:150 +msgid "You hit the rate limit because of too many requests. Please try after sometime." +msgstr "" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:151 +#: frappe/public/js/frappe/form/sidebar/form_sidebar.js:95 +msgid "You last edited this" +msgstr "" + +#: frappe/public/js/frappe/widgets/widget_dialog.js:314 +msgid "You must add atleast one link." +msgstr "" + +#: frappe/website/doctype/web_form/web_form.py:659 +msgid "You must be logged in to use this form." +msgstr "" + +#: frappe/website/doctype/web_form/web_form.py:502 +msgid "You must login to submit this form" +msgstr "" + +#: frappe/model/document.py:238 +msgid "You need the '{0}' permission on {1} {2} to perform this action." +msgstr "" + +#: frappe/desk/doctype/workspace/workspace.py:113 +msgid "You need to be Workspace Manager to delete a public workspace." +msgstr "" + +#: frappe/desk/doctype/workspace/workspace.py:71 +msgid "You need to be Workspace Manager to edit this document" +msgstr "" + +#: frappe/website/doctype/web_form/web_form.py:91 +msgid "You need to be in developer mode to edit a Standard Web Form" +msgstr "" + +#: frappe/utils/response.py:259 +msgid "You need to be logged in and have System Manager Role to be able to access backups." +msgstr "" + +#: frappe/www/me.py:13 frappe/www/third_party_apps.py:10 +msgid "You need to be logged in to access this page" +msgstr "" + +#: frappe/website/doctype/web_form/web_form.py:159 +msgid "You need to be logged in to access this {0}." +msgstr "" + +#: frappe/public/js/frappe/widgets/links_widget.js:63 +msgid "You need to create these first: " +msgstr "" + +#: frappe/www/login.html:73 +msgid "You need to enable JavaScript for your app to work." +msgstr "" + +#: frappe/core/doctype/docshare/docshare.py:61 +msgid "You need to have \"Share\" permission" +msgstr "" + +#: frappe/utils/print_format.py:259 +msgid "You need to install pycups to use this feature!" +msgstr "" + +#: frappe/core/doctype/recorder/recorder.js:38 +msgid "You need to select indexes you want to add first." +msgstr "" + +#: frappe/email/doctype/email_account/email_account.py:146 +msgid "You need to set one IMAP folder for {0}" +msgstr "" + +#: frappe/model/rename_doc.py:388 +msgid "You need write permission on {0} {1} to merge" +msgstr "" + +#: frappe/model/rename_doc.py:383 +msgid "You need write permission on {0} {1} to rename" +msgstr "" + +#: frappe/client.py:458 +msgid "You need {0} permission to fetch values from {1} {2}" +msgstr "" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:420 +msgctxt "Form timeline" +msgid "You removed attachment {0}" +msgstr "" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:525 +msgid "You seem good to go!" +msgstr "" + +#: frappe/templates/includes/contact.js:20 +msgid "You seem to have written your name instead of your email. Please enter a valid email address so that we can get back." +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:31 +msgid "You selected Draft or Cancelled documents" +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:48 +msgctxt "Form timeline" +msgid "You submitted this document" +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:35 +msgctxt "Form timeline" +msgid "You submitted this document {0}" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/document_follow.js:144 +msgid "You unfollowed this document" +msgstr "" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:184 +msgid "You viewed this" +msgstr "" + +#: frappe/public/js/frappe/desk.js:528 +msgid "You've logged in as another user from another tab. Refresh this page to continue using system." +msgstr "" + +#: frappe/desk/page/setup_wizard/setup_wizard.js:385 +msgid "Your Country" +msgstr "" + +#: frappe/desk/page/setup_wizard/setup_wizard.js:377 +msgid "Your Language" +msgstr "" + +#: frappe/templates/includes/comments/comments.html:21 +msgid "Your Name" +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:132 +msgid "Your PDF is ready for download" +msgstr "" + +#: frappe/patches/v14_0/update_workspace2.py:34 +msgid "Your Shortcuts" +msgstr "" + +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:141 +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:147 +msgid "Your account has been deleted" +msgstr "" + +#: frappe/auth.py:496 +msgid "Your account has been locked and will resume after {0} seconds" +msgstr "" + +#: frappe/desk/form/assign_to.py:278 +msgid "Your assignment on {0} {1} has been removed by {2}" +msgstr "" + +#: frappe/core/doctype/file/file.js:66 +msgid "Your browser does not support the audio element." +msgstr "" + +#: frappe/core/doctype/file/file.js:48 +msgid "Your browser does not support the video element." +msgstr "" + +#: frappe/templates/pages/integrations/gcalendar-success.html:11 +msgid "Your connection request to Google Calendar was successfully accepted" +msgstr "" + +#: frappe/www/contact.html:35 +msgid "Your email address" +msgstr "" + +#: frappe/public/js/frappe/web_form/web_form.js:428 +msgid "Your form has been successfully updated" +msgstr "" + +#: frappe/templates/emails/new_user.html:6 +msgid "Your login id is" +msgstr "" + +#: frappe/www/update-password.html:165 +msgid "Your new password has been set successfully." +msgstr "" + +#: frappe/www/update-password.html:145 +msgid "Your old password is incorrect." +msgstr "" + +#. Description of the 'Email Footer Address' (Small Text) field in DocType +#. 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Your organization name and address for the email footer." +msgstr "" + +#: frappe/templates/emails/auto_reply.html:2 +msgid "Your query has been received. We will reply back shortly. If you have any additional information, please reply to this mail." +msgstr "" + +#: frappe/app.py:349 +msgid "Your session has expired, please login again to continue." +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/navbar.html:15 +msgid "Your site is undergoing maintenance or being updated." +msgstr "" + +#: frappe/templates/emails/verification_code.html:1 +msgid "Your verification code is {0}" +msgstr "" + +#. Success message of the Module Onboarding 'Website' +#: frappe/website/module_onboarding/website/website.json +msgid "Your website is all set up!" +msgstr "" + +#: frappe/utils/data.py:1362 +msgid "Zero" +msgstr "" + +#. Description of the 'Only Send Records Updated in Last X Hours' (Int) field +#. in DocType 'Auto Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Zero means send records updated at anytime" +msgstr "" + +#. Label of a Link field in DocType 'Desktop Icon' +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +msgid "_doctype" +msgstr "" + +#. Label of a Link field in DocType 'Desktop Icon' +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +msgid "_report" +msgstr "" + +#: frappe/database/database.py:319 +msgid "`as_iterator` only works with `as_list=True` or `as_dict=True`" +msgstr "" + +#: frappe/utils/background_jobs.py:93 +msgid "`job_id` paramater is required for deduplication." +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:232 +msgid "added rows for {0}" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "adjust" +msgstr "" + +#. Option for the 'Doc Event' (Select) field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "after_insert" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "align-center" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "align-justify" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "align-left" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "align-right" +msgstr "" + +#. Option for the 'Permission Type' (Select) field in DocType 'Permission +#. Inspector' +#: frappe/core/doctype/permission_inspector/permission_inspector.json +msgid "amend" +msgstr "" + +#: frappe/public/js/frappe/utils/utils.js:410 frappe/utils/data.py:1370 +msgid "and" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "arrow-down" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "arrow-left" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "arrow-right" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "arrow-up" +msgstr "" + +#: frappe/public/js/frappe/ui/sort_selector.html:5 +#: frappe/public/js/frappe/ui/sort_selector.js:48 +msgid "ascending" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "asterisk" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "backward" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "ban-circle" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "barcode" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "bell" +msgstr "" + +#. Option for the 'Indicator Color' (Select) field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "blue" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "bold" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "book" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "bookmark" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "briefcase" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "bullhorn" +msgstr "" + +#: frappe/public/js/frappe/form/workflow.js:35 +msgid "by Role" +msgstr "" + +#. Label of a Code field in DocType 'Recorder' +#: frappe/core/doctype/recorder/recorder.json +msgid "cProfile Output" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:286 +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "calendar" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "camera" +msgstr "" + +#. Option for the 'Permission Type' (Select) field in DocType 'Permission +#. Inspector' +#: frappe/core/doctype/permission_inspector/permission_inspector.json +msgid "cancel" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'RQ Job' +#: frappe/core/doctype/rq_job/rq_job.json +msgid "canceled" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "certificate" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "check" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "chevron-down" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "chevron-left" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "chevron-right" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "chevron-up" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "circle-arrow-down" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "circle-arrow-left" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "circle-arrow-right" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "circle-arrow-up" +msgstr "" + +#: frappe/templates/includes/list/filters.html:19 +msgid "clear" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "cog" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "comment" +msgstr "" + +#: frappe/public/js/frappe/form/templates/timeline_message_box.html:33 +msgid "commented" +msgstr "" + +#. Option for the 'Permission Type' (Select) field in DocType 'Permission +#. Inspector' +#: frappe/core/doctype/permission_inspector/permission_inspector.json +msgid "create" +msgstr "" + +#. Option for the 'Indicator Color' (Select) field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "cyan" +msgstr "" + +#: frappe/public/js/frappe/utils/utils.js:1128 +msgctxt "Days (Field: Duration)" +msgid "d" +msgstr "" + +#. Option for the 'Indicator Color' (Select) field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "darkgrey" +msgstr "" + +#: frappe/core/page/dashboard_view/dashboard_view.js:65 +msgid "dashboard" +msgstr "" + +#. Option for the 'Date Format' (Select) field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "dd-mm-yyyy" +msgstr "" + +#. Option for the 'Date Format' (Select) field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "dd.mm.yyyy" +msgstr "" + +#. Option for the 'Date Format' (Select) field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "dd/mm/yyyy" +msgstr "" + +#. Option for the 'Queue' (Select) field in DocType 'RQ Job' +#. Option for the 'Queue Type(s)' (Select) field in DocType 'RQ Worker' +#: frappe/core/doctype/rq_job/rq_job.json +#: frappe/core/doctype/rq_worker/rq_worker.json +msgid "default" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'RQ Job' +#: frappe/core/doctype/rq_job/rq_job.json +msgid "deferred" +msgstr "" + +#. Option for the 'Permission Type' (Select) field in DocType 'Permission +#. Inspector' +#: frappe/core/doctype/permission_inspector/permission_inspector.json +msgid "delete" +msgstr "" + +#: frappe/public/js/frappe/ui/sort_selector.html:5 +#: frappe/public/js/frappe/ui/sort_selector.js:48 +msgid "descending" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:163 +msgid "document type..., e.g. customer" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "download" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "download-alt" +msgstr "" + +#. Description of the 'Email Account Name' (Data) field in DocType 'Email +#. Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "e.g. \"Support\", \"Sales\", \"Jerry Yang\"" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:183 +msgid "e.g. (55 + 434) / 4 or =Math.sin(Math.PI/2)..." +msgstr "" + +#. Description of the 'Incoming Server' (Data) field in DocType 'Email Account' +#. Description of the 'Incoming Server' (Data) field in DocType 'Email Domain' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_domain/email_domain.json +msgid "e.g. pop.gmail.com / imap.gmail.com" +msgstr "" + +#. Description of the 'Default Incoming' (Check) field in DocType 'Email +#. Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "e.g. replies@yourcomany.com. All replies will come to this inbox." +msgstr "" + +#. Description of the 'Outgoing Server' (Data) field in DocType 'Email Account' +#. Description of the 'Outgoing Server' (Data) field in DocType 'Email Domain' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_domain/email_domain.json +msgid "e.g. smtp.gmail.com" +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.js:98 +msgid "e.g.:" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "edit" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "eject" +msgstr "" + +#. Option for the 'Permission Type' (Select) field in DocType 'Permission +#. Inspector' +#. Option for the 'Social Link Type' (Select) field in DocType 'Social Link +#. Settings' +#: frappe/core/doctype/permission_inspector/permission_inspector.json +#: frappe/website/doctype/social_link_settings/social_link_settings.json +msgid "email" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:305 +msgid "email inbox" +msgstr "" + +#: frappe/permissions.py:397 frappe/permissions.py:408 +#: frappe/public/js/frappe/form/controls/link.js:495 +msgid "empty" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "envelope" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "exclamation-sign" +msgstr "" + +#. Option for the 'Permission Type' (Select) field in DocType 'Permission +#. Inspector' +#: frappe/core/doctype/permission_inspector/permission_inspector.json +msgid "export" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "eye-close" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "eye-open" +msgstr "" + +#. Option for the 'Social Link Type' (Select) field in DocType 'Social Link +#. Settings' +#: frappe/website/doctype/social_link_settings/social_link_settings.json +msgid "facebook" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "facetime-video" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'RQ Job' +#: frappe/core/doctype/rq_job/rq_job.json +msgid "failed" +msgstr "" + +#. Option for the 'Social Login Provider' (Select) field in DocType 'Social +#. Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "fairlogin" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "fast-backward" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "fast-forward" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "file" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "film" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "filter" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'RQ Job' +#: frappe/core/doctype/rq_job/rq_job.json +msgid "finished" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "fire" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "flag" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "folder-close" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "folder-open" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "font" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "forward" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "fullscreen" +msgstr "" + +#: frappe/public/js/frappe/utils/energy_point_utils.js:61 +msgid "gained by {0} via automatic rule {1}" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "gift" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "glass" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "globe" +msgstr "" + +#. Option for the 'Indicator Color' (Select) field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "gray" +msgstr "" + +#. Option for the 'Indicator Color' (Select) field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "green" +msgstr "" + +#. Option for the 'Indicator Color' (Select) field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "grey" +msgstr "" + +#: frappe/utils/backups.py:391 +msgid "gzip not found in PATH! This is required to take a backup." +msgstr "" + +#: frappe/public/js/frappe/utils/utils.js:1132 +msgctxt "Hours (Field: Duration)" +msgid "h" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "hand-down" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "hand-left" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "hand-right" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "hand-up" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "hdd" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "headphones" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "heart" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "home" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:296 +msgid "hub" +msgstr "" + +#. Label of a Data field in DocType 'Page' +#: frappe/core/doctype/page/page.json +msgid "icon" +msgstr "" + +#. Option for the 'Permission Type' (Select) field in DocType 'Permission +#. Inspector' +#: frappe/core/doctype/permission_inspector/permission_inspector.json +msgid "import" +msgstr "" + +#. Description of the 'Read Time' (Int) field in DocType 'Blog Post' +#: frappe/website/doctype/blog_post/blog_post.json +msgid "in minutes" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "inbox" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "indent-left" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "indent-right" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "info-sign" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "italic" +msgstr "" + +#: frappe/templates/signup.html:11 frappe/www/login.html:10 +msgid "jane@example.com" +msgstr "" + +#: frappe/public/js/frappe/utils/pretty_date.js:46 +msgid "just now" +msgstr "" + +#: frappe/desk/desktop.py:255 frappe/desk/query_report.py:285 +msgid "label" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "leaf" +msgstr "" + +#. Option for the 'Indicator Color' (Select) field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "light-blue" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Desktop Icon' +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +msgid "link" +msgstr "" + +#. Option for the 'Social Link Type' (Select) field in DocType 'Social Link +#. Settings' +#: frappe/website/doctype/social_link_settings/social_link_settings.json +msgid "linkedin" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Desktop Icon' +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "list" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "list-alt" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "lock" +msgstr "" + +#: frappe/www/third_party_apps.html:41 +msgid "logged in" +msgstr "" + +#: frappe/website/doctype/web_form/web_form.js:362 +msgid "login_required" +msgstr "" + +#. Option for the 'Queue' (Select) field in DocType 'RQ Job' +#. Option for the 'Queue Type(s)' (Select) field in DocType 'RQ Worker' +#: frappe/core/doctype/rq_job/rq_job.json +#: frappe/core/doctype/rq_worker/rq_worker.json +msgid "long" +msgstr "" + +#: frappe/public/js/frappe/utils/utils.js:1136 +msgctxt "Minutes (Field: Duration)" +msgid "m" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "magnet" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "map-marker" +msgstr "" + +#: frappe/model/rename_doc.py:213 +msgid "merged {0} into {1}" +msgstr "" + +#: frappe/website/doctype/blog_post/templates/blog_post.html:25 +#: frappe/website/doctype/blog_post/templates/blog_post_row.html:36 +msgid "min read" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "minus" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "minus-sign" +msgstr "" + +#. Option for the 'Date Format' (Select) field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "mm-dd-yyyy" +msgstr "" + +#. Option for the 'Date Format' (Select) field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "mm/dd/yyyy" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Desktop Icon' +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +msgid "module" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:178 +msgid "module name..." +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "move" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "music" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:160 +msgid "new" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:158 +msgid "new type of document" +msgstr "" + +#. Label of a Int field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "no failed attempts" +msgstr "" + +#. Label of a Data field in DocType 'OAuth Authorization Code' +#: frappe/integrations/doctype/oauth_authorization_code/oauth_authorization_code.json +msgid "nonce" +msgstr "" + +#. Label of a Check field in DocType 'Reminder' +#: frappe/automation/doctype/reminder/reminder.json +msgid "notified" +msgstr "" + +#: frappe/public/js/frappe/utils/pretty_date.js:25 +msgid "now" +msgstr "" + +#: frappe/public/js/frappe/form/grid_pagination.js:116 +msgid "of" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "off" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "ok" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "ok-circle" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "ok-sign" +msgstr "" + +#. Label of a Data field in DocType 'File' +#: frappe/core/doctype/file/file.json +msgid "old_parent" +msgstr "" + +#. Option for the 'Doc Event' (Select) field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "on_cancel" +msgstr "" + +#. Option for the 'Doc Event' (Select) field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "on_change" +msgstr "" + +#. Option for the 'Doc Event' (Select) field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "on_submit" +msgstr "" + +#. Option for the 'Doc Event' (Select) field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "on_trash" +msgstr "" + +#. Option for the 'Doc Event' (Select) field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "on_update" +msgstr "" + +#. Option for the 'Doc Event' (Select) field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "on_update_after_submit" +msgstr "" + +#: frappe/utils/data.py:1373 +msgid "only." +msgstr "" + +#: frappe/public/js/frappe/utils/utils.js:407 frappe/www/login.html:87 +#: frappe/www/login.py:107 +msgid "or" +msgstr "" + +#. Option for the 'Indicator Color' (Select) field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "orange" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Desktop Icon' +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +msgid "page" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "pause" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "pencil" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "picture" +msgstr "" + +#. Option for the 'Indicator Color' (Select) field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "pink" +msgstr "" + +#. Option for the 'Code challenge method' (Select) field in DocType 'OAuth +#. Authorization Code' +#: frappe/integrations/doctype/oauth_authorization_code/oauth_authorization_code.json +msgid "plain" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "plane" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "play" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "play-circle" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "plus" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "plus-sign" +msgstr "" + +#. Option for the 'Permission Type' (Select) field in DocType 'Permission +#. Inspector' +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/core/doctype/permission_inspector/permission_inspector.json +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "print" +msgstr "" + +#. Label of a HTML field in DocType 'System Console' +#: frappe/desk/doctype/system_console/system_console.json +msgid "processlist" +msgstr "" + +#. Option for the 'Indicator Color' (Select) field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "purple" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "qrcode" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Desktop Icon' +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +msgid "query-report" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "question-sign" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'RQ Job' +#: frappe/core/doctype/rq_job/rq_job.json +msgid "queued" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "random" +msgstr "" + +#. Option for the 'Permission Type' (Select) field in DocType 'Permission +#. Inspector' +#: frappe/core/doctype/permission_inspector/permission_inspector.json +msgid "read" +msgstr "" + +#. Option for the 'Indicator Color' (Select) field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "red" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "refresh" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "remove" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "remove-circle" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "remove-sign" +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:234 +msgid "removed rows for {0}" +msgstr "" + +#: frappe/model/rename_doc.py:215 +msgid "renamed from {0} to {1}" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "repeat" +msgstr "" + +#. Option for the 'Permission Type' (Select) field in DocType 'Permission +#. Inspector' +#: frappe/core/doctype/permission_inspector/permission_inspector.json +msgid "report" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "resize-full" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "resize-horizontal" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "resize-small" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "resize-vertical" +msgstr "" + +#. Label of a HTML field in DocType 'Custom Role' +#: frappe/core/doctype/custom_role/custom_role.json +msgid "response" +msgstr "" + +#: frappe/core/doctype/deleted_document/deleted_document.py:61 +msgid "restored {0} as {1}" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "retweet" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "road" +msgstr "" + +#: frappe/public/js/frappe/utils/utils.js:1140 +msgctxt "Seconds (Field: Duration)" +msgid "s" +msgstr "" + +#. Option for the 'Code challenge method' (Select) field in DocType 'OAuth +#. Authorization Code' +#: frappe/integrations/doctype/oauth_authorization_code/oauth_authorization_code.json +msgid "s256" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'RQ Job' +#: frappe/core/doctype/rq_job/rq_job.json +msgid "scheduled" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "screenshot" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "search" +msgstr "" + +#. Option for the 'Permission Type' (Select) field in DocType 'Permission +#. Inspector' +#: frappe/core/doctype/permission_inspector/permission_inspector.json +msgid "select" +msgstr "" + +#. Option for the 'Permission Type' (Select) field in DocType 'Permission +#. Inspector' +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/core/doctype/permission_inspector/permission_inspector.json +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "share" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "share-alt" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "shopping-cart" +msgstr "" + +#. Option for the 'Queue' (Select) field in DocType 'RQ Job' +#. Option for the 'Queue Type(s)' (Select) field in DocType 'RQ Worker' +#: frappe/core/doctype/rq_job/rq_job.json +#: frappe/core/doctype/rq_worker/rq_worker.json +msgid "short" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "signal" +msgstr "" + +#: frappe/public/js/frappe/widgets/number_card_widget.js:282 +msgid "since last month" +msgstr "" + +#: frappe/public/js/frappe/widgets/number_card_widget.js:281 +msgid "since last week" +msgstr "" + +#: frappe/public/js/frappe/widgets/number_card_widget.js:283 +msgid "since last year" +msgstr "" + +#: frappe/public/js/frappe/widgets/number_card_widget.js:280 +msgid "since yesterday" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "star" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "star-empty" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'RQ Job' +#: frappe/core/doctype/rq_job/rq_job.json +msgid "started" +msgstr "" + +#: frappe/desk/page/setup_wizard/setup_wizard.js:194 +msgid "starting the setup..." +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "step-backward" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "step-forward" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "stop" +msgstr "" + +#. Description of the 'Group Object Class' (Data) field in DocType 'LDAP +#. Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "string value, i.e. group" +msgstr "" + +#. Description of the 'LDAP Group Member attribute' (Data) field in DocType +#. 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "string value, i.e. member" +msgstr "" + +#. Description of the 'Custom Group Search' (Data) field in DocType 'LDAP +#. Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "string value, i.e. {0} or uid={0},ou=users,dc=example,dc=com" +msgstr "" + +#. Option for the 'Permission Type' (Select) field in DocType 'Permission +#. Inspector' +#: frappe/core/doctype/permission_inspector/permission_inspector.json +msgid "submit" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "tag" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:173 +msgid "tag name..., e.g. #tag" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "tags" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "tasks" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:168 +msgid "text in document type" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "text-height" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "text-width" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "th" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "th-large" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "th-list" +msgstr "" + +#: frappe/public/js/frappe/form/controls/data.js:35 +msgid "this form" +msgstr "" + +#: frappe/tests/test_translate.py:158 +msgid "this shouldn't break" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "thumbs-down" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "thumbs-up" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "time" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "tint" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "trash" +msgstr "" + +#. Option for the 'Social Link Type' (Select) field in DocType 'Social Link +#. Settings' +#: frappe/website/doctype/social_link_settings/social_link_settings.json +msgid "twitter" +msgstr "" + +#: frappe/public/js/frappe/change_log.html:7 +msgid "updated to {0}" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "upload" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:354 +msgid "use % as wildcard" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "user" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:353 +msgid "values separated by commas" +msgstr "" + +#. Label of a HTML field in DocType 'Audit Trail' +#: frappe/core/doctype/audit_trail/audit_trail.json +msgid "version_table" +msgstr "" + +#: frappe/automation/doctype/assignment_rule/assignment_rule.py:382 +msgid "via Assignment Rule" +msgstr "" + +#: frappe/core/doctype/data_import/importer.py:267 +#: frappe/core/doctype/data_import/importer.py:288 +msgid "via Data Import" +msgstr "" + +#. Description of the 'Add Video Conferencing' (Check) field in DocType 'Event' +#: frappe/desk/doctype/event/event.json +msgid "via Google Meet" +msgstr "" + +#: frappe/email/doctype/notification/notification.py:220 +msgid "via Notification" +msgstr "" + +#: frappe/public/js/frappe/utils/energy_point_utils.js:46 +msgid "via automatic rule {0} on {1}" +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:17 +msgid "via {0}" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "volume-down" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "volume-off" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "volume-up" +msgstr "" + +#: frappe/templates/includes/oauth_confirmation.html:5 +msgid "wants to access the following details from your account" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "warning-sign" +msgstr "" + +#. Description of the 'Popover Element' (Check) field in DocType 'Form Tour +#. Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "when clicked on element it will focus popover if present." +msgstr "" + +#: frappe/printing/page/print/print.js:622 +msgid "wkhtmltopdf 0.12.x (with patched qt)." +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "wrench" +msgstr "" + +#. Option for the 'Permission Type' (Select) field in DocType 'Permission +#. Inspector' +#: frappe/core/doctype/permission_inspector/permission_inspector.json +msgid "write" +msgstr "" + +#. Option for the 'Indicator Color' (Select) field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "yellow" +msgstr "" + +#: frappe/public/js/frappe/utils/pretty_date.js:58 +msgid "yesterday" +msgstr "" + +#. Option for the 'Date Format' (Select) field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "yyyy-mm-dd" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "zoom-in" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "zoom-out" +msgstr "" + +#: frappe/desk/doctype/event/event.js:87 +msgid "{0}" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:193 +msgid "{0} ${skip_list ? \"\" : type}" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:198 +msgid "{0} ${type}" +msgstr "" + +#: frappe/public/js/frappe/data_import/data_exporter.js:80 +#: frappe/public/js/frappe/views/gantt/gantt_view.js:54 +msgid "{0} ({1})" +msgstr "" + +#: frappe/public/js/frappe/data_import/data_exporter.js:77 +msgid "{0} ({1}) (1 row mandatory)" +msgstr "" + +#: frappe/public/js/frappe/views/gantt/gantt_view.js:53 +msgid "{0} ({1}) - {2}%" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:348 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:351 +msgid "{0} = {1}" +msgstr "" + +#: frappe/public/js/frappe/views/calendar/calendar.js:30 +msgid "{0} Calendar" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:540 +msgid "{0} Chart" +msgstr "" + +#: frappe/core/page/dashboard_view/dashboard_view.js:67 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:347 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:348 +#: frappe/public/js/frappe/utils/utils.js:944 +#: frappe/public/js/frappe/views/dashboard/dashboard_view.js:10 +msgid "{0} Dashboard" +msgstr "" + +#: frappe/public/js/frappe/form/grid_row.js:457 +#: frappe/public/js/frappe/list/list_settings.js:227 +#: frappe/public/js/frappe/views/kanban/kanban_settings.js:178 +msgid "{0} Fields" +msgstr "" + +#: frappe/integrations/doctype/google_calendar/google_calendar.py:363 +msgid "{0} Google Calendar Events synced." +msgstr "" + +#: frappe/integrations/doctype/google_contacts/google_contacts.py:195 +msgid "{0} Google Contacts synced." +msgstr "" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:465 +msgid "{0} Liked" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:83 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:84 +#: frappe/public/js/frappe/utils/utils.js:938 +#: frappe/public/js/frappe/widgets/chart_widget.js:317 frappe/www/list.html:4 +#: frappe/www/list.html:8 +msgid "{0} List" +msgstr "" + +#: frappe/public/js/frappe/utils/pretty_date.js:37 +msgid "{0} M" +msgstr "" + +#: frappe/public/js/frappe/views/map/map_view.js:14 +msgid "{0} Map" +msgstr "" + +#: frappe/public/js/frappe/utils/utils.js:941 +msgid "{0} Modules" +msgstr "" + +#: frappe/public/js/frappe/form/quick_entry.js:118 +msgid "{0} Name" +msgstr "" + +#: frappe/model/base_document.py:1048 +msgid "{0} Not allowed to change {1} after submission from {2} to {3}" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:95 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:96 +#: frappe/public/js/frappe/utils/utils.js:935 +#: frappe/public/js/frappe/widgets/chart_widget.js:325 +msgid "{0} Report" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:883 +msgid "{0} Reports" +msgstr "" + +#: frappe/public/js/frappe/list/list_settings.js:32 +#: frappe/public/js/frappe/views/kanban/kanban_settings.js:26 +msgid "{0} Settings" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:87 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:88 +#: frappe/public/js/frappe/views/treeview.js:128 +msgid "{0} Tree" +msgstr "" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:128 +#: frappe/public/js/frappe/form/sidebar/form_sidebar.js:86 +msgid "{0} Web page views" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:91 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:92 +msgid "{0} Workspace" +msgstr "" + +#: frappe/public/js/frappe/form/link_selector.js:225 +msgid "{0} added" +msgstr "" + +#: frappe/public/js/frappe/form/controls/data.js:203 +msgid "{0} already exists. Select another name" +msgstr "" + +#: frappe/email/doctype/email_unsubscribe/email_unsubscribe.py:36 +msgid "{0} already unsubscribed" +msgstr "" + +#: frappe/email/doctype/email_unsubscribe/email_unsubscribe.py:49 +msgid "{0} already unsubscribed for {1} {2}" +msgstr "" + +#: frappe/utils/data.py:1524 +msgid "{0} and {1}" +msgstr "" + +#: frappe/public/js/frappe/utils/energy_point_utils.js:38 +msgid "{0} appreciated on {1}" +msgstr "" + +#: frappe/social/doctype/energy_point_log/energy_point_log.py:126 +#: frappe/social/doctype/energy_point_log/energy_point_log.py:163 +msgid "{0} appreciated your work on {1} with {2} point" +msgstr "" + +#: frappe/social/doctype/energy_point_log/energy_point_log.py:128 +#: frappe/social/doctype/energy_point_log/energy_point_log.py:165 +msgid "{0} appreciated your work on {1} with {2} points" +msgstr "" + +#: frappe/public/js/frappe/utils/energy_point_utils.js:53 +msgid "{0} appreciated {1}" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/review.js:148 +msgid "{0} appreciation point for {1}" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/review.js:150 +msgid "{0} appreciation points for {1}" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/form_sidebar_users.js:72 +msgid "{0} are currently {1}" +msgstr "" + +#: frappe/printing/doctype/print_format/print_format.py:89 +msgid "{0} are required" +msgstr "" + +#: frappe/desk/form/assign_to.py:285 +msgid "{0} assigned a new task {1} {2} to you" +msgstr "" + +#: frappe/desk/doctype/todo/todo.py:47 +msgid "{0} assigned {1}: {2}" +msgstr "" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:416 +msgctxt "Form timeline" +msgid "{0} attached {1}" +msgstr "" + +#: frappe/core/doctype/system_settings/system_settings.py:145 +msgid "{0} can not be more than {1}" +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:77 +msgid "{0} cancelled this document" +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:68 +msgctxt "Form timeline" +msgid "{0} cancelled this document {1}" +msgstr "" + +#: frappe/public/js/form_builder/store.js:190 +msgid "{0} cannot be hidden and mandatory without any default value" +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:128 +msgid "{0} changed the value of {1}" +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:119 +msgid "{0} changed the value of {1} {2}" +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:194 +msgid "{0} changed the values for {1}" +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:185 +msgid "{0} changed the values for {1} {2}" +msgstr "" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:445 +msgctxt "Form timeline" +msgid "{0} changed {1} to {2}" +msgstr "" + +#: frappe/website/doctype/blog_post/blog_post.py:376 +msgid "{0} comments" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1567 +msgid "{0} contains an invalid Fetch From expression, Fetch From can't be self-referential." +msgstr "" + +#: frappe/public/js/frappe/views/interaction.js:261 +msgid "{0} created successfully" +msgstr "" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:141 +#: frappe/public/js/frappe/form/sidebar/form_sidebar.js:107 +msgid "{0} created this" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/review.js:154 +msgid "{0} criticism point for {1}" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/review.js:156 +msgid "{0} criticism points for {1}" +msgstr "" + +#: frappe/public/js/frappe/utils/energy_point_utils.js:41 +msgid "{0} criticized on {1}" +msgstr "" + +#: frappe/social/doctype/energy_point_log/energy_point_log.py:132 +#: frappe/social/doctype/energy_point_log/energy_point_log.py:170 +msgid "{0} criticized your work on {1} with {2} point" +msgstr "" + +#: frappe/social/doctype/energy_point_log/energy_point_log.py:134 +#: frappe/social/doctype/energy_point_log/energy_point_log.py:172 +msgid "{0} criticized your work on {1} with {2} points" +msgstr "" + +#: frappe/public/js/frappe/utils/energy_point_utils.js:56 +msgid "{0} criticized {1}" +msgstr "" + +#: frappe/public/js/frappe/utils/pretty_date.js:33 +msgid "{0} d" +msgstr "" + +#: frappe/public/js/frappe/utils/pretty_date.js:60 +msgid "{0} days ago" +msgstr "" + +#: frappe/website/doctype/website_settings/website_settings.py:96 +#: frappe/website/doctype/website_settings/website_settings.py:116 +msgid "{0} does not exist in row {1}" +msgstr "" + +#: frappe/database/mariadb/schema.py:120 frappe/database/postgres/schema.py:154 +msgid "{0} field cannot be set as unique in {1}, as there are non-unique existing values" +msgstr "" + +#: frappe/core/doctype/data_import/importer.py:1024 +msgid "{0} format could not be determined from the values in this column. Defaulting to {1}." +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:101 +msgid "{0} from {1} to {2}" +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:165 +msgid "{0} from {1} to {2} in row #{3}" +msgstr "" + +#: frappe/social/doctype/energy_point_log/energy_point_log.py:120 +msgid "{0} gained {1} point for {2} {3}" +msgstr "" + +#: frappe/templates/emails/energy_points_summary.html:8 +msgid "{0} gained {1} points" +msgstr "" + +#: frappe/social/doctype/energy_point_log/energy_point_log.py:122 +msgid "{0} gained {1} points for {2} {3}" +msgstr "" + +#: frappe/templates/emails/energy_points_summary.html:23 +msgid "{0} gave {1} points" +msgstr "" + +#: frappe/public/js/frappe/utils/pretty_date.js:29 +msgid "{0} h" +msgstr "" + +#: frappe/core/doctype/user_permission/user_permission.py:77 +msgid "{0} has already assigned default value for {1}." +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.py:383 +msgid "{0} has been successfully added to the Email Group." +msgstr "" + +#: frappe/email/queue.py:123 +msgid "{0} has left the conversation in {1} {2}" +msgstr "" + +#: frappe/__init__.py:2410 +msgid "{0} has no versions tracked." +msgstr "" + +#: frappe/public/js/frappe/utils/pretty_date.js:54 +msgid "{0} hours ago" +msgstr "" + +#: frappe/website/doctype/web_form/templates/web_form.html:145 +msgid "{0} if you are not redirected within {1} seconds" +msgstr "" + +#: frappe/website/doctype/website_settings/website_settings.py:102 +#: frappe/website/doctype/website_settings/website_settings.py:122 +msgid "{0} in row {1} cannot have both URL and child items" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:910 +msgid "{0} is a mandatory field" +msgstr "" + +#: frappe/core/doctype/file/file.py:507 +msgid "{0} is a not a valid zip file" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1580 +msgid "{0} is an invalid Data field." +msgstr "" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:152 +msgid "{0} is an invalid email address in 'Recipients'" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1392 +msgid "{0} is between {1} and {2}" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/form_sidebar_users.js:41 +#: frappe/public/js/frappe/form/sidebar/form_sidebar_users.js:69 +msgid "{0} is currently {1}" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1361 +msgid "{0} is equal to {1}" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1381 +msgid "{0} is greater than or equal to {1}" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1371 +msgid "{0} is greater than {1}" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1386 +msgid "{0} is less than or equal to {1}" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1376 +msgid "{0} is less than {1}" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1411 +msgid "{0} is like {1}" +msgstr "" + +#: frappe/email/doctype/email_account/email_account.py:175 +msgid "{0} is mandatory" +msgstr "" + +#: frappe/core/doctype/document_naming_rule/document_naming_rule.py:50 +msgid "{0} is not a field of doctype {1}" +msgstr "" + +#: frappe/www/printview.py:344 +msgid "{0} is not a raw printing format." +msgstr "" + +#: frappe/public/js/frappe/views/calendar/calendar.js:82 +msgid "{0} is not a valid Calendar. Redirecting to default Calendar." +msgstr "" + +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.py:65 +msgid "{0} is not a valid Cron expression." +msgstr "" + +#: frappe/public/js/frappe/form/controls/dynamic_link.js:27 +msgid "{0} is not a valid DocType for Dynamic Link" +msgstr "" + +#: frappe/email/doctype/email_group/email_group.py:131 +#: frappe/utils/__init__.py:188 +msgid "{0} is not a valid Email Address" +msgstr "" + +#: frappe/utils/__init__.py:156 +msgid "{0} is not a valid Name" +msgstr "" + +#: frappe/utils/__init__.py:136 +msgid "{0} is not a valid Phone Number" +msgstr "" + +#: frappe/model/workflow.py:182 +msgid "{0} is not a valid Workflow State. Please update your Workflow and try again." +msgstr "" + +#: frappe/permissions.py:786 +msgid "{0} is not a valid parent DocType for {1}" +msgstr "" + +#: frappe/permissions.py:806 +msgid "{0} is not a valid parentfield for {1}" +msgstr "" + +#: frappe/email/doctype/auto_email_report/auto_email_report.py:115 +msgid "{0} is not a valid report format. Report format should one of the following {1}" +msgstr "" + +#: frappe/core/doctype/file/file.py:487 +msgid "{0} is not a zip file" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1366 +msgid "{0} is not equal to {1}" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1413 +msgid "{0} is not like {1}" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1407 +msgid "{0} is not one of {1}" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1417 +msgid "{0} is not set" +msgstr "" + +#: frappe/printing/doctype/print_format/print_format.py:165 +msgid "{0} is now default print format for {1} doctype" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1400 +msgid "{0} is one of {1}" +msgstr "" + +#: frappe/email/doctype/email_account/email_account.py:276 +#: frappe/model/naming.py:201 +#: frappe/printing/doctype/print_format/print_format.py:92 +#: frappe/utils/csvutils.py:131 +msgid "{0} is required" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1416 +msgid "{0} is set" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1395 +msgid "{0} is within {1}" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1593 +msgid "{0} items selected" +msgstr "" + +#: frappe/core/doctype/user/user.py:1321 +msgid "{0} just impersonated as you. They gave this reason: {1}" +msgstr "" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:152 +#: frappe/public/js/frappe/form/sidebar/form_sidebar.js:96 +msgid "{0} last edited this" +msgstr "" + +#: frappe/core/doctype/activity_log/feed.py:13 +msgid "{0} logged in" +msgstr "" + +#: frappe/core/doctype/activity_log/feed.py:19 +msgid "{0} logged out: {1}" +msgstr "" + +#: frappe/public/js/frappe/utils/pretty_date.js:27 +msgid "{0} m" +msgstr "" + +#: frappe/desk/notifications.py:397 +msgid "{0} mentioned you in a comment in {1} {2}" +msgstr "" + +#: frappe/public/js/frappe/utils/pretty_date.js:50 +msgid "{0} minutes ago" +msgstr "" + +#: frappe/public/js/frappe/utils/pretty_date.js:68 +msgid "{0} months ago" +msgstr "" + +#: frappe/model/document.py:1599 +msgid "{0} must be after {1}" +msgstr "" + +#: frappe/model/document.py:1360 +msgid "{0} must be beginning with '{1}'" +msgstr "" + +#: frappe/model/document.py:1362 +msgid "{0} must be equal to '{1}'" +msgstr "" + +#: frappe/model/document.py:1358 +msgid "{0} must be none of {1}" +msgstr "" + +#: frappe/model/document.py:1356 frappe/utils/csvutils.py:136 +msgid "{0} must be one of {1}" +msgstr "" + +#: frappe/model/base_document.py:786 +msgid "{0} must be set first" +msgstr "" + +#: frappe/model/base_document.py:644 +msgid "{0} must be unique" +msgstr "" + +#: frappe/model/document.py:1364 +msgid "{0} must be {1} {2}" +msgstr "" + +#: frappe/core/doctype/language/language.py:43 +msgid "{0} must begin and end with a letter and can only contain letters,\n" +"\t\t\t\thyphen or underscore." +msgstr "" + +#: frappe/workflow/doctype/workflow/workflow.py:91 +msgid "{0} not a valid State" +msgstr "" + +#: frappe/model/rename_doc.py:391 +msgid "{0} not allowed to be renamed" +msgstr "" + +#: frappe/desk/doctype/desktop_icon/desktop_icon.py:365 +msgid "{0} not found" +msgstr "" + +#: frappe/core/doctype/report/report.py:414 +#: frappe/public/js/frappe/list/list_view.js:984 +msgid "{0} of {1}" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:986 +msgid "{0} of {1} ({2} rows with children)" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.js:205 +msgid "{0} of {1} sent" +msgstr "" + +#: frappe/utils/data.py:1520 +msgid "{0} or {1}" +msgstr "" + +#: frappe/core/doctype/user_permission/user_permission_list.js:177 +msgid "{0} record deleted" +msgstr "" + +#: frappe/public/js/frappe/logtypes.js:22 +msgid "{0} records are not automatically deleted." +msgstr "" + +#: frappe/public/js/frappe/logtypes.js:29 +msgid "{0} records are retained for {1} days." +msgstr "" + +#: frappe/core/doctype/user_permission/user_permission_list.js:179 +msgid "{0} records deleted" +msgstr "" + +#: frappe/public/js/frappe/data_import/data_exporter.js:229 +msgid "{0} records will be exported" +msgstr "" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:421 +msgctxt "Form timeline" +msgid "{0} removed attachment {1}" +msgstr "" + +#: frappe/desk/doctype/todo/todo.py:57 +msgid "{0} removed their assignment." +msgstr "" + +#: frappe/social/doctype/energy_point_log/energy_point_log.py:139 +#: frappe/social/doctype/energy_point_log/energy_point_log.py:178 +msgid "{0} reverted your point on {1}" +msgstr "" + +#: frappe/social/doctype/energy_point_log/energy_point_log.py:141 +#: frappe/social/doctype/energy_point_log/energy_point_log.py:180 +msgid "{0} reverted your points on {1}" +msgstr "" + +#: frappe/public/js/frappe/utils/energy_point_utils.js:44 +#: frappe/public/js/frappe/utils/energy_point_utils.js:59 +msgid "{0} reverted {1}" +msgstr "" + +#: frappe/public/js/frappe/roles_editor.js:61 +msgid "{0} role does not have permission on any doctype" +msgstr "" + +#: frappe/desk/query_report.py:589 +msgid "{0} saved successfully" +msgstr "" + +#: frappe/desk/doctype/todo/todo.py:43 +msgid "{0} self assigned this task: {1}" +msgstr "" + +#: frappe/share.py:233 +msgid "{0} shared a document {1} {2} with you" +msgstr "" + +#: frappe/core/doctype/docshare/docshare.py:76 +msgid "{0} shared this document with everyone" +msgstr "" + +#: frappe/core/doctype/docshare/docshare.py:79 +msgid "{0} shared this document with {1}" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:317 +msgid "{0} should be indexed because it's referred in dashboard connections" +msgstr "" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:139 +msgid "{0} should not be same as {1}" +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:51 +msgid "{0} submitted this document" +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:42 +msgctxt "Form timeline" +msgid "{0} submitted this document {1}" +msgstr "" + +#: frappe/email/doctype/email_group/email_group.py:62 +#: frappe/email/doctype/email_group/email_group.py:133 +msgid "{0} subscribers added" +msgstr "" + +#: frappe/email/queue.py:68 +msgid "{0} to stop receiving emails of this type" +msgstr "" + +#: frappe/public/js/frappe/form/controls/date_range.js:46 +#: frappe/public/js/frappe/form/controls/date_range.js:62 +#: frappe/public/js/frappe/form/formatters.js:234 +msgid "{0} to {1}" +msgstr "" + +#: frappe/core/doctype/docshare/docshare.py:88 +msgid "{0} un-shared this document with {1}" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.py:250 +msgid "{0} updated" +msgstr "" + +#: frappe/public/js/frappe/form/controls/multiselect_list.js:178 +msgid "{0} values selected" +msgstr "" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:185 +msgid "{0} viewed this" +msgstr "" + +#: frappe/public/js/frappe/utils/pretty_date.js:35 +msgid "{0} w" +msgstr "" + +#: frappe/public/js/frappe/utils/pretty_date.js:64 +msgid "{0} weeks ago" +msgstr "" + +#: frappe/public/js/frappe/utils/pretty_date.js:39 +msgid "{0} y" +msgstr "" + +#: frappe/public/js/frappe/utils/pretty_date.js:72 +msgid "{0} years ago" +msgstr "" + +#: frappe/public/js/frappe/form/link_selector.js:219 +msgid "{0} {1} added" +msgstr "" + +#: frappe/public/js/frappe/utils/dashboard_utils.js:270 +msgid "{0} {1} added to Dashboard {2}" +msgstr "" + +#: frappe/model/base_document.py:577 frappe/model/rename_doc.py:110 +msgid "{0} {1} already exists" +msgstr "" + +#: frappe/model/base_document.py:891 +msgid "{0} {1} cannot be \"{2}\". It should be one of \"{3}\"" +msgstr "" + +#: frappe/utils/nestedset.py:344 +msgid "{0} {1} cannot be a leaf node as it has children" +msgstr "" + +#: frappe/model/rename_doc.py:373 +msgid "{0} {1} does not exist, select a new target to merge" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:928 +msgid "{0} {1} is linked with the following submitted documents: {2}" +msgstr "" + +#: frappe/model/document.py:173 frappe/permissions.py:553 +msgid "{0} {1} not found" +msgstr "" + +#: frappe/model/delete_doc.py:253 +msgid "{0} {1}: Submitted Record cannot be deleted. You must {2} Cancel {3} it first." +msgstr "" + +#: frappe/model/base_document.py:1009 +msgid "{0}, Row {1}" +msgstr "" + +#: frappe/utils/print_format.py:151 frappe/utils/print_format.py:195 +msgid "{0}/{1} complete | Please leave this tab open until completion." +msgstr "" + +#: frappe/model/base_document.py:1014 +msgid "{0}: '{1}' ({3}) will get truncated, as max characters allowed is {2}" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1762 +msgid "{0}: Cannot set Amend without Cancel" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1780 +msgid "{0}: Cannot set Assign Amend if not Submittable" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1778 +msgid "{0}: Cannot set Assign Submit if not Submittable" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1757 +msgid "{0}: Cannot set Cancel without Submit" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1764 +msgid "{0}: Cannot set Import without Create" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1760 +msgid "{0}: Cannot set Submit, Cancel, Amend without Write" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1784 +msgid "{0}: Cannot set import as {1} is not importable" +msgstr "" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:398 +msgid "{0}: Failed to attach new recurring document. To enable attaching document in the auto repeat notification email, enable {1} in Print Settings" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1388 +msgid "{0}: Field '{1}' cannot be set as Unique as it has non-unique values" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1296 +msgid "{0}: Field {1} in row {2} cannot be hidden and mandatory without default" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1255 +msgid "{0}: Field {1} of type {2} cannot be mandatory" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1243 +msgid "{0}: Fieldname {1} appears multiple times in rows {2}" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1375 +msgid "{0}: Fieldtype {1} for {2} cannot be unique" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1717 +msgid "{0}: No basic permissions set" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1731 +msgid "{0}: Only one rule allowed with the same Role, Level and {1}" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1277 +msgid "{0}: Options must be a valid DocType for field {1} in row {2}" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1266 +msgid "{0}: Options required for Link or Table type field {1} in row {2}" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1284 +msgid "{0}: Options {1} must be the same as doctype name {2} for the field {3}" +msgstr "" + +#: frappe/public/js/frappe/form/workflow.js:45 +msgid "{0}: Other permission rules may also apply" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1746 +msgid "{0}: Permission at level 0 must be set before higher levels are set" +msgstr "" + +#: frappe/public/js/frappe/form/controls/data.js:50 +msgid "{0}: You can increase the limit for the field if required via {1}" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1230 +msgid "{0}: fieldname cannot be set to reserved keyword {1}" +msgstr "" + +#: frappe/contacts/doctype/address/address.js:35 +#: frappe/contacts/doctype/contact/contact.js:88 +msgid "{0}: {1}" +msgstr "" + +#: frappe/workflow/doctype/workflow_action/workflow_action.py:168 +msgid "{0}: {1} is set to state {2}" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:1210 +msgid "{0}: {1} vs {2}" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1396 +msgid "{0}:Fieldtype {1} for {2} cannot be indexed" +msgstr "" + +#: frappe/public/js/frappe/utils/datatable.js:12 +msgid "{count} cell copied" +msgstr "" + +#: frappe/public/js/frappe/utils/datatable.js:13 +msgid "{count} cells copied" +msgstr "" + +#: frappe/public/js/frappe/utils/datatable.js:16 +msgid "{count} row selected" +msgstr "" + +#: frappe/public/js/frappe/utils/datatable.js:17 +msgid "{count} rows selected" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1450 +msgid "{{{0}}} is not a valid fieldname pattern. It should be {{field_name}}." +msgstr "" + +#. Count format of shortcut in the Website Workspace +#: frappe/website/workspace/website/website.json +msgid "{} Active" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:511 +msgid "{} Complete" +msgstr "" + +#: frappe/utils/data.py:2164 +msgid "{} Invalid python code on line {}" +msgstr "" + +#: frappe/utils/data.py:2173 +msgid "{} Possibly invalid python code.
    {}" +msgstr "" + +#. Count format of shortcut in the Website Workspace +#: frappe/website/workspace/website/website.json +msgid "{} Published" +msgstr "" + +#: frappe/core/doctype/log_settings/log_settings.py:55 +msgid "{} does not support automated log clearing." +msgstr "" + +#: frappe/core/doctype/audit_trail/audit_trail.py:32 +#: frappe/core/doctype/audit_trail/audit_trail.py:36 +msgid "{} field cannot be empty." +msgstr "" + +#: frappe/email/doctype/email_account/email_account.py:199 +#: frappe/email/doctype/email_account/email_account.py:207 +msgid "{} has been disabled. It can only be enabled if {} is checked." +msgstr "" + +#: frappe/utils/data.py:103 +msgid "{} is not a valid date string." +msgstr "" + +#: frappe/commands/utils.py:528 +msgid "{} not found in PATH! This is required to access the console." +msgstr "" + +#: frappe/database/db_manager.py:95 +msgid "{} not found in PATH! This is required to restore the database." +msgstr "" + +#: frappe/utils/backups.py:458 +msgid "{} not found in PATH! This is required to take a backup." +msgstr "" + +#: frappe/public/js/frappe/file_uploader/FileBrowser.vue:5 +#: frappe/public/js/frappe/file_uploader/WebLink.vue:4 +msgid "← Back to upload files" +msgstr "" diff --git a/frappe/locale/ru.po b/frappe/locale/ru.po new file mode 100644 index 000000000000..25e54a836e4f --- /dev/null +++ b/frappe/locale/ru.po @@ -0,0 +1,31674 @@ +msgid "" +msgstr "" +"Project-Id-Version: frappe\n" +"Report-Msgid-Bugs-To: developers@frappe.io\n" +"POT-Creation-Date: 2024-12-01 17:58+0000\n" +"PO-Revision-Date: 2024-12-04 19:52\n" +"Last-Translator: developers@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.frappe] version-15-hotfix/frappe/locale/main.pot\n" +"X-Crowdin-File-ID: 66\n" +"Language: ru_RU\n" + +#: frappe/templates/emails/download_data.html:9 +msgid " to your browser" +msgstr "" + +#. Option for the 'Condition' (Select) field in DocType 'Document Naming Rule +#. Condition' +#: frappe/core/doctype/document_naming_rule_condition/document_naming_rule_condition.json +msgid "!=" +msgstr "" + +#. Description of the 'Org History Heading' (Data) field in DocType 'About Us +#. Settings' +#: frappe/website/doctype/about_us_settings/about_us_settings.json +msgid "\"Company History\"" +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:202 +msgid "\"Parent\" signifies the parent table in which this row must be added" +msgstr "" + +#. Description of the 'Team Members Heading' (Data) field in DocType 'About Us +#. Settings' +#: frappe/website/doctype/about_us_settings/about_us_settings.json +msgid "\"Team Members\" or \"Management\"" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:1021 +msgid "\"amended_from\" field must be present to do an amendment." +msgstr "" + +#: frappe/utils/csvutils.py:221 +msgid "\"{0}\" is not a valid Google Sheets URL" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/tag_utils.js:22 +#: frappe/public/js/frappe/ui/toolbar/tag_utils.js:23 +msgid "#{0}" +msgstr "" + +#: frappe/core/report/database_storage_usage_by_tables/database_storage_usage_by_tables.js:36 +msgid "${values.doctype_name} has been added to queue for optimization" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/about.js:8 +msgid "© Frappe Technologies Pvt. Ltd. and contributors" +msgstr "" + +#. Label of a Code field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "<head> HTML" +msgstr "" + +#: frappe/public/js/form_builder/store.js:206 +msgid "'In Global Search' is not allowed for field {0} of type {1}" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1316 +msgid "'In Global Search' not allowed for type {0} in row {1}" +msgstr "" + +#: frappe/public/js/form_builder/store.js:198 +msgid "'In List View' is not allowed for field {0} of type {1}" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.py:359 +msgid "'In List View' not allowed for type {0} in row {1}" +msgstr "" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:154 +msgid "'Recipients' not specified" +msgstr "" + +#: frappe/utils/__init__.py:242 +msgid "'{0}' is not a valid URL" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1310 +msgid "'{0}' not allowed for type {1} in row {2}" +msgstr "" + +#: frappe/public/js/frappe/data_import/data_exporter.js:302 +msgid "(Mandatory)" +msgstr "" + +#: frappe/model/rename_doc.py:699 +msgid "** Failed: {0} to {1}: {2}" +msgstr "" + +#: frappe/public/js/frappe/list/list_settings.js:135 +#: frappe/public/js/frappe/views/kanban/kanban_settings.js:111 +msgid "+ Add / Remove Fields" +msgstr "" + +#. Description of the 'Doc Status' (Select) field in DocType 'Workflow Document +#. State' +#: frappe/workflow/doctype/workflow_document_state/workflow_document_state.json +msgid "0 - Draft; 1 - Submitted; 2 - Cancelled" +msgstr "" + +#. Description of the 'Priority' (Int) field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "0 is highest" +msgstr "" + +#: frappe/public/js/frappe/form/grid_row.js:807 +msgid "1 = True & 0 = False" +msgstr "" + +#. Description of the 'Fraction Units' (Int) field in DocType 'Currency' +#: frappe/geo/doctype/currency/currency.json +msgid "1 Currency = [?] Fraction\n" +"For e.g. 1 USD = 100 Cent" +msgstr "" + +#: frappe/public/js/frappe/form/reminders.js:19 +msgid "1 Day" +msgstr "" + +#: frappe/integrations/doctype/google_calendar/google_calendar.py:361 +msgid "1 Google Calendar Event synced." +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:882 +msgid "1 Report" +msgstr "" + +#: frappe/website/doctype/blog_post/blog_post.py:374 +msgid "1 comment" +msgstr "" + +#: frappe/tests/test_utils.py:646 +msgid "1 day ago" +msgstr "" + +#: frappe/public/js/frappe/form/reminders.js:17 +msgid "1 hour" +msgstr "" + +#: frappe/public/js/frappe/utils/pretty_date.js:52 +#: frappe/tests/test_utils.py:644 +msgid "1 hour ago" +msgstr "" + +#: frappe/public/js/frappe/utils/pretty_date.js:48 +#: frappe/tests/test_utils.py:642 +msgid "1 minute ago" +msgstr "" + +#: frappe/public/js/frappe/utils/pretty_date.js:66 +#: frappe/tests/test_utils.py:650 +msgid "1 month ago" +msgstr "" + +#: frappe/public/js/print_format_builder/PrintFormat.vue:3 +msgid "1 of 2" +msgstr "" + +#: frappe/public/js/frappe/data_import/data_exporter.js:227 +msgid "1 record will be exported" +msgstr "" + +#: frappe/tests/test_utils.py:641 +msgid "1 second ago" +msgstr "" + +#: frappe/public/js/frappe/utils/pretty_date.js:62 +#: frappe/tests/test_utils.py:648 +msgid "1 week ago" +msgstr "" + +#: frappe/public/js/frappe/utils/pretty_date.js:70 +#: frappe/tests/test_utils.py:652 +msgid "1 year ago" +msgstr "" + +#: frappe/tests/test_utils.py:645 +msgid "2 hours ago" +msgstr "" + +#: frappe/tests/test_utils.py:651 +msgid "2 months ago" +msgstr "" + +#: frappe/tests/test_utils.py:649 +msgid "2 weeks ago" +msgstr "" + +#: frappe/tests/test_utils.py:653 +msgid "2 years ago" +msgstr "" + +#: frappe/tests/test_utils.py:643 +msgid "3 minutes ago" +msgstr "" + +#: frappe/public/js/frappe/form/reminders.js:16 +msgid "30 minutes" +msgstr "" + +#: frappe/public/js/frappe/form/reminders.js:18 +msgid "4 hours" +msgstr "" + +#: frappe/public/js/frappe/data_import/data_exporter.js:37 +msgid "5 Records" +msgstr "" + +#: frappe/tests/test_utils.py:647 +msgid "5 days ago" +msgstr "" + +#: frappe/desk/doctype/bulk_update/bulk_update.py:38 +msgid "; not allowed in condition" +msgstr "" + +#. Option for the 'Condition' (Select) field in DocType 'Document Naming Rule +#. Condition' +#: frappe/core/doctype/document_naming_rule_condition/document_naming_rule_condition.json +msgid "<" +msgstr "" + +#. Option for the 'Condition' (Select) field in DocType 'Document Naming Rule +#. Condition' +#: frappe/core/doctype/document_naming_rule_condition/document_naming_rule_condition.json +msgid "<=" +msgstr "" + +#: frappe/public/js/frappe/widgets/widget_dialog.js:569 +msgid "{0} is not a valid URL" +msgstr "" + +#. Content of the 'Help' (HTML) field in DocType 'Property Setter' +#: frappe/custom/doctype/property_setter/property_setter.json +msgid "
    Please don't update it as it can mess up your form. Use the Customize Form View and Custom Fields to set properties!
    " +msgstr "" + +#. Content of the 'Help HTML' (HTML) field in DocType 'Document Naming +#. Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "
    \n" +" Edit list of Series in the box. Rules:\n" +"
      \n" +"
    • Each Series Prefix on a new line.
    • \n" +"
    • Allowed special characters are \"/\" and \"-\"
    • \n" +"
    • \n" +" Optionally, set the number of digits in the series using dot (.)\n" +" followed by hashes (#). For example, \".####\" means that the series\n" +" will have four digits. Default is five digits.\n" +"
    • \n" +"
    • \n" +" You can also use variables in the series name by putting them\n" +" between (.) dots\n" +"
      \n" +" Supported Variables:\n" +"
        \n" +"
      • .YYYY. - Year in 4 digits
      • \n" +"
      • .YY. - Year in 2 digits
      • \n" +"
      • .MM. - Month
      • \n" +"
      • .DD. - Day of month
      • \n" +"
      • .WW. - Week of the year
      • \n" +"
      • .FY. - Fiscal Year
      • \n" +"
      • \n" +" .{fieldname}. - fieldname on the document e.g.\n" +" branch\n" +"
      • \n" +"
      \n" +"
    • \n" +"
    \n" +" Examples:\n" +"
      \n" +"
    • INV-
    • \n" +"
    • INV-10-
    • \n" +"
    • INVK-
    • \n" +"
    • INV-.YYYY.-.{branch}.-.MM.-.####
    • \n" +"
    \n" +"
    \n" +"
    \n" +msgstr "" + +#. Content of the 'Custom HTML Help' (HTML) field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "

    Custom CSS Help

    \n\n" +"

    Notes:

    \n\n" +"
      \n" +"
    1. All field groups (label + value) are set attributes data-fieldtype and data-fieldname
    2. \n" +"
    3. All values are given class value
    4. \n" +"
    5. All Section Breaks are given class section-break
    6. \n" +"
    7. All Column Breaks are given class column-break
    8. \n" +"
    \n\n" +"

    Examples

    \n\n" +"

    1. Left align integers

    \n\n" +"
    [data-fieldtype=\"Int\"] .value { text-align: left; }
    \n\n" +"

    1. Add border to sections except the last section

    \n\n" +"
    .section-break { padding: 30px 0px; border-bottom: 1px solid #eee; }\n"
    +".section-break:last-child { padding-bottom: 0px; border-bottom: 0px;  }
    \n" +msgstr "" + +#. Content of the 'Print Format Help' (HTML) field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +#, python-format +msgid "

    Print Format Help

    \n" +"
    \n" +"

    Introduction

    \n" +"

    Print Formats are rendered on the server side using the Jinja Templating Language. All forms have access to the doc object which contains information about the document that is being formatted. You can also access common utilities via the frappe module.

    \n" +"

    For styling, the Boostrap CSS framework is provided and you can enjoy the full range of classes.

    \n" +"
    \n" +"

    References

    \n" +"
      \n" +"\t
    1. Jinja Templating Language
    2. \n" +"\t
    3. Bootstrap CSS Framework
    4. \n" +"
    \n" +"
    \n" +"

    Example

    \n" +"
    <h3>{{ doc.select_print_heading or \"Invoice\" }}</h3>\n"
    +"<div class=\"row\">\n"
    +"\t<div class=\"col-md-3 text-right\">Customer Name</div>\n"
    +"\t<div class=\"col-md-9\">{{ doc.customer_name }}</div>\n"
    +"</div>\n"
    +"<div class=\"row\">\n"
    +"\t<div class=\"col-md-3 text-right\">Date</div>\n"
    +"\t<div class=\"col-md-9\">{{ doc.get_formatted(\"invoice_date\") }}</div>\n"
    +"</div>\n"
    +"<table class=\"table table-bordered\">\n"
    +"\t<tbody>\n"
    +"\t\t<tr>\n"
    +"\t\t\t<th>Sr</th>\n"
    +"\t\t\t<th>Item Name</th>\n"
    +"\t\t\t<th>Description</th>\n"
    +"\t\t\t<th class=\"text-right\">Qty</th>\n"
    +"\t\t\t<th class=\"text-right\">Rate</th>\n"
    +"\t\t\t<th class=\"text-right\">Amount</th>\n"
    +"\t\t</tr>\n"
    +"\t\t{%- for row in doc.items -%}\n"
    +"\t\t<tr>\n"
    +"\t\t\t<td style=\"width: 3%;\">{{ row.idx }}</td>\n"
    +"\t\t\t<td style=\"width: 20%;\">\n"
    +"\t\t\t\t{{ row.item_name }}\n"
    +"\t\t\t\t{% if row.item_code != row.item_name -%}\n"
    +"\t\t\t\t<br>Item Code: {{ row.item_code}}\n"
    +"\t\t\t\t{%- endif %}\n"
    +"\t\t\t</td>\n"
    +"\t\t\t<td style=\"width: 37%;\">\n"
    +"\t\t\t\t<div style=\"border: 0px;\">{{ row.description }}</div></td>\n"
    +"\t\t\t<td style=\"width: 10%; text-align: right;\">{{ row.qty }} {{ row.uom or row.stock_uom }}</td>\n"
    +"\t\t\t<td style=\"width: 15%; text-align: right;\">{{\n"
    +"\t\t\t\trow.get_formatted(\"rate\", doc) }}</td>\n"
    +"\t\t\t<td style=\"width: 15%; text-align: right;\">{{\n"
    +"\t\t\t\trow.get_formatted(\"amount\", doc) }}</td>\n"
    +"\t\t</tr>\n"
    +"\t\t{%- endfor -%}\n"
    +"\t</tbody>\n"
    +"</table>
    \n" +"
    \n" +"

    Common Functions

    \n" +"\n" +"\t\n" +"\t\t\n" +"\t\t\t\n" +"\t\t\t\n" +"\t\t\n" +"\t\t\n" +"\t\t\t\n" +"\t\t\t\n" +"\t\t\n" +"\t\n" +"
    doc.get_formatted(\"[fieldname]\", [parent_doc])Get document value formatted as Date, Currency, etc. Pass parent doc for currency type fields.
    frappe.db.get_value(\"[doctype]\", \"[name]\", \"fieldname\")Get value from another document.
    \n" +msgstr "" + +#. Description of the 'Template' (Code) field in DocType 'Address Template' +#: frappe/contacts/doctype/address_template/address_template.json +#, python-format +msgid "

    Default Template

    \n" +"

    Uses Jinja Templating and all the fields of Address (including Custom Fields if any) will be available

    \n" +"
    {{ address_line1 }}<br>\n"
    +"{% if address_line2 %}{{ address_line2 }}<br>{% endif -%}\n"
    +"{{ city }}<br>\n"
    +"{% if state %}{{ state }}<br>{% endif -%}\n"
    +"{% if pincode %} PIN:  {{ pincode }}<br>{% endif -%}\n"
    +"{{ country }}<br>\n"
    +"{% if phone %}Phone: {{ phone }}<br>{% endif -%}\n"
    +"{% if fax %}Fax: {{ fax }}<br>{% endif -%}\n"
    +"{% if email_id %}Email: {{ email_id }}<br>{% endif -%}\n"
    +"
    " +msgstr "" + +#. Content of the 'Email Reply Help' (HTML) field in DocType 'Email Template' +#: frappe/email/doctype/email_template/email_template.json +msgid "

    Email Reply Example

    \n\n" +"
    Order Overdue\n\n"
    +"Transaction {{ name }} has exceeded Due Date. Please take necessary action.\n\n"
    +"Details\n\n"
    +"- Customer: {{ customer }}\n"
    +"- Amount: {{ grand_total }}\n"
    +"
    \n\n" +"

    How to get fieldnames

    \n\n" +"

    The fieldnames you can use in your email template are the fields in the document from which you are sending the email. You can find out the fields of any documents via Setup > Customize Form View and selecting the document type (e.g. Sales Invoice)

    \n\n" +"

    Templating

    \n\n" +"

    Templates are compiled using the Jinja Templating Language. To learn more about Jinja, read this documentation.

    \n" +msgstr "" + +#. Content of the 'html_5' (HTML) field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "
    Or
    " +msgstr "" + +#. Content of the 'Message Examples' (HTML) field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +#, python-format +msgid "
    Message Example
    \n\n" +"
    <h3>Order Overdue</h3>\n\n"
    +"<p>Transaction {{ doc.name }} has exceeded Due Date. Please take necessary action.</p>\n\n"
    +"<!-- show last comment -->\n"
    +"{% if comments %}\n"
    +"Last comment: {{ comments[-1].comment }} by {{ comments[-1].by }}\n"
    +"{% endif %}\n\n"
    +"<h4>Details</h4>\n\n"
    +"<ul>\n"
    +"<li>Customer: {{ doc.customer }}\n"
    +"<li>Amount: {{ doc.grand_total }}\n"
    +"</ul>\n"
    +"
    " +msgstr "" + +#. Content of the 'html_condition' (HTML) field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "

    Condition Examples:

    \n" +"
    doc.status==\"Open\"
    doc.due_date==nowdate()
    doc.total > 40000\n" +"
    " +msgstr "" + +#. Content of the 'html_7' (HTML) field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "

    Condition Examples:

    \n" +"
    doc.status==\"Open\"
    doc.due_date==nowdate()
    doc.total > 40000\n" +"
    \n" +msgstr "" + +#. Content of the 'Condition description' (HTML) field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "

    Multiple webforms can be created for a single doctype. Add filters specific to this webform to display correct record after submission.

    For Example:

    \n" +"

    If you create a separate webform every year to capture feedback from employees add a \n" +" field named year in doctype and add a filter year = 2023

    \n" +msgstr "" + +#. Description of the 'Context Script' (Code) field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "

    Set context before rendering a template. Example:

    \n" +"

    \n"
    +"context.project = frappe.get_doc(\"Project\", frappe.form_dict.name)\n"
    +"
    " +msgstr "" + +#. Content of the 'JS Message' (HTML) field in DocType 'Custom HTML Block' +#: frappe/desk/doctype/custom_html_block/custom_html_block.json +msgid "

    To interact with above HTML you will have to use `root_element` as a parent selector.

    For example:

    // here root_element is provided by default\n"
    +"let some_class_element = root_element.querySelector('.some-class');\n"
    +"some_class_element.textContent = \"New content\";\n"
    +"
    " +msgstr "" + +#: frappe/twofactor.py:447 +msgid "

    Your OTP secret on {0} has been reset. If you did not perform this reset and did not request it, please contact your System Administrator immediately.

    " +msgstr "" + +#. Description of the 'Cron Format' (Data) field in DocType 'Scheduled Job +#. Type' +#. Description of the 'Cron Format' (Data) field in DocType 'Server Script' +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +#: frappe/core/doctype/server_script/server_script.json +msgid "
    *  *  *  *  *\n"
    +"┬  ┬  ┬  ┬  ┬\n"
    +"│  │  │  │  │\n"
    +"│  │  │  │  └ day of week (0 - 6) (0 is Sunday)\n"
    +"│  │  │  └───── month (1 - 12)\n"
    +"│  │  └────────── day of month (1 - 31)\n"
    +"│  └─────────────── hour (0 - 23)\n"
    +"└──────────────────── minute (0 - 59)\n\n"
    +"---\n\n"
    +"* - Any value\n"
    +"/ - Step values\n"
    +"
    \n" +msgstr "" + +#. Content of the 'Example' (HTML) field in DocType 'Workflow Transition' +#: frappe/workflow/doctype/workflow_transition/workflow_transition.json +msgid "
    doc.grand_total > 0
    \n\n" +"

    Conditions should be written in simple Python. Please use properties available in the form only.

    \n" +"

    Allowed functions:\n" +"

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

    Example:

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

    " +msgstr "" + +#. Header text in the Welcome Workspace Workspace +#: frappe/core/workspace/welcome_workspace/welcome_workspace.json +msgid "Hi," +msgstr "" + +#. Header text in the Tools Workspace +#: frappe/automation/workspace/tools/tools.json +msgid "Documents" +msgstr "" + +#. Header text in the Website Workspace +#: frappe/website/workspace/website/website.json +msgid "Reports & Masters" +msgstr "" + +#. Header text in the Users Workspace +#. Header text in the Integrations Workspace +#: frappe/core/workspace/users/users.json +#: frappe/integrations/workspace/integrations/integrations.json +msgid "Reports & Masters" +msgstr "" + +#. Header text in the Tools Workspace +#. Header text in the Users Workspace +#. Header text in the Website Workspace +#: frappe/automation/workspace/tools/tools.json +#: frappe/core/workspace/users/users.json +#: frappe/website/workspace/website/website.json +msgid "Your Shortcuts" +msgstr "" + +#. Header text in the Build Workspace +#: frappe/core/workspace/build/build.json +msgid "Components to build your app" +msgstr "" + +#. Header text in the Build Workspace +#: frappe/core/workspace/build/build.json +msgid "Get started
    " +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.js:39 +msgid "Warning: This field is system generated and may be overwritten by a future update. Modify it using {0} instead." +msgstr "" + +#. Option for the 'Condition' (Select) field in DocType 'Document Naming Rule +#. Condition' +#: frappe/core/doctype/document_naming_rule_condition/document_naming_rule_condition.json +msgid "=" +msgstr "" + +#. Option for the 'Condition' (Select) field in DocType 'Document Naming Rule +#. Condition' +#: frappe/core/doctype/document_naming_rule_condition/document_naming_rule_condition.json +msgid ">" +msgstr "" + +#. Option for the 'Condition' (Select) field in DocType 'Document Naming Rule +#. Condition' +#: frappe/core/doctype/document_naming_rule_condition/document_naming_rule_condition.json +msgid ">=" +msgstr "" + +#. Description of the Onboarding Step 'Custom Document Types' +#: frappe/custom/onboarding_step/custom_doctype/custom_doctype.json +msgid "A DocType (Document Type) is used to insert forms in ERPNext. Forms such as Customer, Orders, and Invoices are Doctypes in the backend. You can also create new DocTypes to create new forms in ERPNext as per your business needs." +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1010 +msgid "A DocType's name should start with a letter and can only consist of letters, numbers, spaces, underscores and hyphens" +msgstr "" + +#: frappe/website/doctype/blog_post/blog_post.py:93 +msgid "A featured post must have a cover image" +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.py:174 +msgid "A field with the name {0} already exists in {1}" +msgstr "" + +#: frappe/core/doctype/file/file.py:253 +msgid "A file with same name {} already exists" +msgstr "" + +#. Description of the 'Scopes' (Text) field in DocType 'OAuth Client' +#: frappe/integrations/doctype/oauth_client/oauth_client.json +msgid "A list of resources which the Client App will have access to after the user allows it.
    e.g. project" +msgstr "" + +#: frappe/templates/emails/new_user.html:5 +msgid "A new account has been created for you at {0}" +msgstr "" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:393 +msgid "A recurring {0} {1} has been created for you via Auto Repeat {2}." +msgstr "" + +#. Description of the 'Symbol' (Data) field in DocType 'Currency' +#: frappe/geo/doctype/currency/currency.json +msgid "A symbol for this currency. For e.g. $" +msgstr "" + +#: frappe/printing/doctype/print_format_field_template/print_format_field_template.py:49 +msgid "A template already exists for field {0} of {1}" +msgstr "" + +#: frappe/utils/password_strength.py:165 +msgid "A word by itself is easy to guess." +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "A0" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "A1" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "A2" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "A3" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "A4" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "A5" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "A6" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "A7" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "A8" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "A9" +msgstr "" + +#. Option for the 'Email Sync Option' (Select) field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "ALL" +msgstr "" + +#. Option for the 'Script Type' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "API" +msgstr "" + +#. Label of a Section Break field in DocType 'User' +#. Label of a Section Break field in DocType 'S3 Backup Settings' +#: frappe/core/doctype/user/user.json +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +msgid "API Access" +msgstr "" + +#. Label of a Data field in DocType 'Social Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "API Endpoint" +msgstr "" + +#. Label of a Code field in DocType 'Social Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "API Endpoint Args" +msgstr "" + +#. Label of a Data field in DocType 'User' +#. Label of a Data field in DocType 'Google Settings' +#. Label of a Section Break field in DocType 'Google Settings' +#. Label of a Data field in DocType 'Push Notification Settings' +#: frappe/core/doctype/user/user.json +#: frappe/integrations/doctype/google_settings/google_settings.json +#: frappe/integrations/doctype/push_notification_settings/push_notification_settings.json +msgid "API Key" +msgstr "" + +#. Description of the 'Authentication' (Section Break) field in DocType 'Push +#. Notification Settings' +#: frappe/integrations/doctype/push_notification_settings/push_notification_settings.json +msgid "API Key and Secret to interact with the relay server. These will be auto-generated when the first push notification is sent from any of the apps installed on this site." +msgstr "" + +#. Description of the 'API Key' (Data) field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "API Key cannot be regenerated" +msgstr "" + +#. Label of a Data field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "API Method" +msgstr "" + +#. Label of a Password field in DocType 'User' +#. Label of a Password field in DocType 'Push Notification Settings' +#: frappe/core/doctype/user/user.json +#: frappe/integrations/doctype/push_notification_settings/push_notification_settings.json +msgid "API Secret" +msgstr "" + +#. Option for the 'Default Sort Order' (Select) field in DocType 'DocType' +#. Option for the 'Sort Order' (Select) field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "ASC" +msgstr "" + +#. Label of a standard help item +#. Type: Action +#: frappe/hooks.py +msgid "About" +msgstr "" + +#: frappe/www/about.html:11 frappe/www/about.html:18 +msgid "About Us" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Website Workspace +#: frappe/website/doctype/about_us_settings/about_us_settings.json +#: frappe/website/workspace/website/website.json +msgid "About Us Settings" +msgstr "" + +#. Name of a DocType +#: frappe/website/doctype/about_us_team_member/about_us_team_member.json +msgid "About Us Team Member" +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:27 +msgid "About {0} minute remaining" +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:28 +msgid "About {0} minutes remaining" +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:25 +msgid "About {0} seconds remaining" +msgstr "" + +#. Label of a Section Break field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Access Control" +msgstr "" + +#. Label of a Data field in DocType 'S3 Backup Settings' +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +msgid "Access Key ID" +msgstr "" + +#. Label of a Password field in DocType 'S3 Backup Settings' +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +msgid "Access Key Secret" +msgstr "" + +#. Name of a DocType +#. Linked DocType in User's connections +#. Label of a Link in the Users Workspace +#: frappe/core/doctype/access_log/access_log.json +#: frappe/core/doctype/user/user.json frappe/core/workspace/users/users.json +msgid "Access Log" +msgstr "" + +#. Label of a Data field in DocType 'OAuth Bearer Token' +#. Label of a Password field in DocType 'Token Cache' +#: frappe/integrations/doctype/oauth_bearer_token/oauth_bearer_token.json +#: frappe/integrations/doctype/token_cache/token_cache.json +msgid "Access Token" +msgstr "" + +#. Label of a Data field in DocType 'Social Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Access Token URL" +msgstr "" + +#: frappe/auth.py:475 +msgid "Access not allowed from this IP Address" +msgstr "" + +#. Label of a Section Break field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Account" +msgstr "" + +#. Label of a Section Break field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Account Deletion Settings" +msgstr "" + +#. Name of a role +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/contacts/doctype/contact/contact.json +#: frappe/geo/doctype/currency/currency.json +msgid "Accounts Manager" +msgstr "" + +#. Name of a role +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/contacts/doctype/address/address.json +#: frappe/contacts/doctype/contact/contact.json +#: frappe/geo/doctype/currency/currency.json +msgid "Accounts User" +msgstr "" + +#. Label of a Select field in DocType 'Amended Document Naming Settings' +#. Option for the 'Item Type' (Select) field in DocType 'Navbar Item' +#. Label of a Data field in DocType 'Navbar Item' +#. Label of a Select field in DocType 'Onboarding Step' +#. Label of a Select field in DocType 'Email Flag Queue' +#. Label of a Link field in DocType 'Workflow Transition' +#: frappe/core/doctype/amended_document_naming_settings/amended_document_naming_settings.json +#: frappe/core/doctype/navbar_item/navbar_item.json +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +#: frappe/email/doctype/email_flag_queue/email_flag_queue.json +#: frappe/email/doctype/email_group/email_group.js:34 +#: frappe/email/doctype/email_group/email_group.js:63 +#: frappe/email/doctype/email_group/email_group.js:72 +#: frappe/printing/page/print_format_builder_beta/print_format_builder_beta.js:37 +#: frappe/public/js/frappe/form/sidebar/review.js:59 +#: frappe/workflow/doctype/workflow_transition/workflow_transition.json +#: frappe/workflow/page/workflow_builder/workflow_builder.js:37 +msgid "Action" +msgstr "" + +#. Label of a Small Text field in DocType 'DocType Action' +#: frappe/core/doctype/doctype_action/doctype_action.json +msgid "Action / Route" +msgstr "" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:310 +#: frappe/public/js/frappe/widgets/onboarding_widget.js:381 +msgid "Action Complete" +msgstr "" + +#: frappe/model/document.py:1683 +msgid "Action Failed" +msgstr "" + +#. Label of a Data field in DocType 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Action Label" +msgstr "" + +#. Label of a Int field in DocType 'Success Action' +#: frappe/core/doctype/success_action/success_action.json +msgid "Action Timeout (Seconds)" +msgstr "" + +#. Label of a Select field in DocType 'DocType Action' +#: frappe/core/doctype/doctype_action/doctype_action.json +msgid "Action Type" +msgstr "" + +#: frappe/core/doctype/submission_queue/submission_queue.py:120 +msgid "Action {0} completed successfully on {1} {2}. View it {3}" +msgstr "" + +#: frappe/core/doctype/submission_queue/submission_queue.py:116 +msgid "Action {0} failed on {1} {2}. View it {3}" +msgstr "" + +#. Label of a Section Break field in DocType 'DocType' +#. Label of a Table field in DocType 'DocType' +#. Label of a Table field in DocType 'Customize Form' +#: frappe/core/doctype/communication/communication.js:66 +#: frappe/core/doctype/communication/communication.js:74 +#: frappe/core/doctype/communication/communication.js:82 +#: frappe/core/doctype/communication/communication.js:90 +#: frappe/core/doctype/communication/communication.js:99 +#: frappe/core/doctype/communication/communication.js:108 +#: frappe/core/doctype/communication/communication.js:131 +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/rq_job/rq_job_list.js:14 +#: frappe/core/doctype/rq_job/rq_job_list.js:39 +#: frappe/core/report/database_storage_usage_by_tables/database_storage_usage_by_tables.js:48 +#: frappe/custom/doctype/customize_form/customize_form.js:108 +#: frappe/custom/doctype/customize_form/customize_form.js:116 +#: frappe/custom/doctype/customize_form/customize_form.js:124 +#: frappe/custom/doctype/customize_form/customize_form.js:132 +#: frappe/custom/doctype/customize_form/customize_form.js:140 +#: frappe/custom/doctype/customize_form/customize_form.js:148 +#: frappe/custom/doctype/customize_form/customize_form.js:283 +#: frappe/custom/doctype/customize_form/customize_form.json +#: frappe/public/js/frappe/ui/page.html:56 +#: frappe/public/js/frappe/views/reports/query_report.js:191 +#: frappe/public/js/frappe/views/reports/query_report.js:204 +#: frappe/public/js/frappe/views/reports/query_report.js:214 +#: frappe/public/js/frappe/views/reports/query_report.js:776 +msgid "Actions" +msgstr "" + +#. Label of a Check field in DocType 'Package Import' +#: frappe/core/doctype/package_import/package_import.json +msgid "Activate" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Auto Repeat' +#. Option for the 'Status' (Select) field in DocType 'Kanban Board Column' +#. Option for the 'Status' (Select) field in DocType 'OAuth Bearer Token' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/core/doctype/recorder/recorder_list.js:207 +#: frappe/core/doctype/user/user_list.js:12 +#: frappe/desk/doctype/kanban_board_column/kanban_board_column.json +#: frappe/integrations/doctype/oauth_bearer_token/oauth_bearer_token.json +#: frappe/workflow/doctype/workflow/workflow_list.js:5 +msgid "Active" +msgstr "" + +#. Option for the 'Directory Server' (Select) field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "Active Directory" +msgstr "" + +#. Label of a Section Break field in DocType 'Domain Settings' +#. Label of a Table field in DocType 'Domain Settings' +#: frappe/core/doctype/domain_settings/domain_settings.json +msgid "Active Domains" +msgstr "" + +#. Label of a Int field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +#: frappe/www/third_party_apps.html:32 +msgid "Active Sessions" +msgstr "" + +#. Group in User's connections +#: frappe/core/doctype/user/user.json +#: frappe/public/js/frappe/form/dashboard.js:22 +#: frappe/public/js/frappe/form/footer/form_timeline.js:60 +msgid "Activity" +msgstr "" + +#. Name of a DocType +#. Linked DocType in User's connections +#. Label of a Link in the Build Workspace +#. Label of a Link in the Users Workspace +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/user/user.json frappe/core/workspace/build/build.json +#: frappe/core/workspace/users/users.json +msgid "Activity Log" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager.js:475 +#: frappe/email/doctype/email_group/email_group.js:60 +#: frappe/public/js/frappe/form/grid_row.js:470 +#: frappe/public/js/frappe/form/sidebar/assign_to.js:100 +#: frappe/public/js/frappe/form/templates/set_sharing.html:68 +#: frappe/public/js/frappe/list/bulk_operations.js:437 +#: frappe/public/js/frappe/views/dashboard/dashboard_view.js:440 +#: frappe/public/js/frappe/views/reports/query_report.js:266 +#: frappe/public/js/frappe/views/reports/query_report.js:294 +#: frappe/public/js/frappe/widgets/widget_dialog.js:30 +msgid "Add" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:266 +msgctxt "Primary action in list view" +msgid "Add" +msgstr "" + +#: frappe/public/js/frappe/form/grid_row.js:430 +msgid "Add / Remove Columns" +msgstr "" + +#: frappe/core/doctype/user_permission/user_permission_list.js:4 +msgid "Add / Update" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager.js:435 +msgid "Add A New Rule" +msgstr "" + +#: frappe/public/js/frappe/views/communication.js:586 +#: frappe/public/js/frappe/views/interaction.js:159 +msgid "Add Attachment" +msgstr "" + +#. Label of a Check field in DocType 'Web Page Block' +#: frappe/website/doctype/web_page_block/web_page_block.json +msgid "Add Background Image" +msgstr "" + +#. Title of an Onboarding Step +#: frappe/website/onboarding_step/add_blog_category/add_blog_category.json +msgid "Add Blog Category" +msgstr "" + +#. Label of a Check field in DocType 'Web Page Block' +#: frappe/website/doctype/web_page_block/web_page_block.json +msgid "Add Border at Bottom" +msgstr "" + +#. Label of a Check field in DocType 'Web Page Block' +#: frappe/website/doctype/web_page_block/web_page_block.json +msgid "Add Border at Top" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:210 +msgid "Add Chart to Dashboard" +msgstr "" + +#: frappe/public/js/frappe/views/treeview.js:267 +msgid "Add Child" +msgstr "" + +#: frappe/public/js/frappe/views/kanban/kanban_board.html:4 +#: frappe/public/js/frappe/views/reports/query_report.js:1690 +#: frappe/public/js/frappe/views/reports/query_report.js:1693 +#: frappe/public/js/frappe/views/reports/report_view.js:325 +#: frappe/public/js/frappe/views/reports/report_view.js:350 +#: frappe/public/js/print_format_builder/Field.vue:112 +msgid "Add Column" +msgstr "" + +#: frappe/core/doctype/communication/communication.js:127 +msgid "Add Contact" +msgstr "" + +#: frappe/desk/doctype/event/event.js:38 +msgid "Add Contacts" +msgstr "" + +#. Label of a Check field in DocType 'Web Page Block' +#: frappe/website/doctype/web_page_block/web_page_block.json +msgid "Add Container" +msgstr "" + +#. Label of a Button field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "Add Custom Tags" +msgstr "" + +#: frappe/public/js/frappe/widgets/widget_dialog.js:159 +#: frappe/public/js/frappe/widgets/widget_dialog.js:688 +msgid "Add Filters" +msgstr "" + +#. Label of a Check field in DocType 'Web Page Block' +#: frappe/website/doctype/web_page_block/web_page_block.json +msgid "Add Gray Background" +msgstr "" + +#: frappe/public/js/frappe/ui/group_by/group_by.js:230 +#: frappe/public/js/frappe/ui/group_by/group_by.js:418 +msgid "Add Group" +msgstr "" + +#: frappe/core/doctype/recorder/recorder.js:30 +msgid "Add Indexes" +msgstr "" + +#: frappe/public/js/frappe/form/grid.js:63 +msgid "Add Multiple" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager.js:438 +msgid "Add New Permission Rule" +msgstr "" + +#: frappe/desk/doctype/event/event.js:35 frappe/desk/doctype/event/event.js:42 +msgid "Add Participants" +msgstr "" + +#. Label of a Check field in DocType 'Email Group' +#: frappe/email/doctype/email_group/email_group.json +msgid "Add Query Parameters" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/review.js:45 +msgid "Add Review" +msgstr "" + +#: frappe/core/doctype/user/user.py:751 +msgid "Add Roles" +msgstr "" + +#: frappe/public/js/frappe/form/grid.js:63 +msgid "Add Row" +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/public/js/frappe/views/communication.js:121 +msgid "Add Signature" +msgstr "" + +#. Label of a Check field in DocType 'Web Page Block' +#: frappe/website/doctype/web_page_block/web_page_block.json +msgid "Add Space at Bottom" +msgstr "" + +#. Label of a Check field in DocType 'Web Page Block' +#: frappe/website/doctype/web_page_block/web_page_block.json +msgid "Add Space at Top" +msgstr "" + +#: frappe/email/doctype/email_group/email_group.js:38 +#: frappe/email/doctype/email_group/email_group.js:59 +msgid "Add Subscribers" +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:425 +msgid "Add Tags" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1903 +msgctxt "Button in list view actions menu" +msgid "Add Tags" +msgstr "" + +#: frappe/public/js/frappe/views/communication.js:418 +msgid "Add Template" +msgstr "" + +#. Label of a Check field in DocType 'Report' +#: frappe/core/doctype/report/report.json +msgid "Add Total Row" +msgstr "" + +#. Label of a Check field in DocType 'Email Queue' +#: frappe/email/doctype/email_queue/email_queue.json +msgid "Add Unsubscribe Link" +msgstr "" + +#: frappe/core/doctype/user_permission/user_permission_list.js:6 +msgid "Add User Permissions" +msgstr "" + +#. Label of a Check field in DocType 'Event' +#: frappe/desk/doctype/event/event.json +msgid "Add Video Conferencing" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter_list.js:298 +msgid "Add a Filter" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:9 +msgid "Add a New Role" +msgstr "" + +#: frappe/public/js/frappe/form/form_tour.js:205 +msgid "Add a Row" +msgstr "" + +#: frappe/templates/includes/comments/comments.html:30 +#: frappe/templates/includes/comments/comments.html:47 +msgid "Add a comment" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder_layout.html:28 +#: frappe/public/js/form_builder/components/Tabs.vue:192 +msgid "Add a new section" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:192 +msgid "Add a row above the current row" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:204 +msgid "Add a row at the bottom" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:200 +msgid "Add a row at the top" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:196 +msgid "Add a row below the current row" +msgstr "" + +#: frappe/public/js/frappe/views/dashboard/dashboard_view.js:285 +msgid "Add a {0} Chart" +msgstr "" + +#: frappe/public/js/form_builder/components/Section.vue:271 +#: frappe/public/js/print_format_builder/PrintFormatSection.vue:115 +msgid "Add column" +msgstr "" + +#: frappe/public/js/form_builder/components/AddFieldButton.vue:9 +#: frappe/public/js/form_builder/components/AddFieldButton.vue:48 +msgid "Add field" +msgstr "" + +#: frappe/public/js/form_builder/components/Sidebar.vue:49 +#: frappe/public/js/form_builder/components/Tabs.vue:153 +msgid "Add new tab" +msgstr "" + +#: frappe/public/js/print_format_builder/PrintFormatSection.vue:125 +msgid "Add page break" +msgstr "" + +#: frappe/custom/doctype/client_script/client_script.js:16 +msgid "Add script for Child Table" +msgstr "" + +#: frappe/public/js/print_format_builder/PrintFormatSection.vue:111 +msgid "Add section above" +msgstr "" + +#: frappe/public/js/form_builder/components/Section.vue:265 +msgid "Add section below" +msgstr "" + +#: frappe/public/js/form_builder/components/Sidebar.vue:52 +#: frappe/public/js/form_builder/components/Tabs.vue:157 +msgid "Add tab" +msgstr "" + +#: frappe/public/js/frappe/utils/dashboard_utils.js:263 +#: frappe/public/js/frappe/views/reports/query_report.js:252 +msgid "Add to Dashboard" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/assign_to.js:98 +msgid "Add to ToDo" +msgstr "" + +#: frappe/website/doctype/website_slideshow/website_slideshow.js:32 +msgid "Add to table" +msgstr "" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:99 +msgid "Add to this activity by mailing to {0}" +msgstr "" + +#: frappe/public/js/frappe/views/kanban/kanban_column.html:20 +msgid "Add {0}" +msgstr "" + +#. Description of the '<head> HTML' (Code) field in DocType 'Website +#. Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Added HTML in the <head> section of the web page, primarily used for website verification and SEO" +msgstr "" + +#: frappe/core/doctype/log_settings/log_settings.py:82 +msgid "Added default log doctypes: {}" +msgstr "" + +#: frappe/core/doctype/file/file.py:722 +msgid "Added {0}" +msgstr "" + +#: frappe/public/js/frappe/form/link_selector.js:180 +#: frappe/public/js/frappe/form/link_selector.js:202 +msgid "Added {0} ({1})" +msgstr "" + +#. Label of a Section Break field in DocType 'Custom DocPerm' +#. Label of a Section Break field in DocType 'DocPerm' +#. Label of a Section Break field in DocType 'User Document Type' +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/docperm/docperm.json +#: frappe/core/doctype/user_document_type/user_document_type.json +msgid "Additional Permissions" +msgstr "" + +#. Name of a DocType +#. Label of a Link field in DocType 'Contact' +#. Label of a Section Break field in DocType 'Contact Us Settings' +#. Label of a Small Text field in DocType 'Website Settings' +#: frappe/contacts/doctype/address/address.json +#: frappe/contacts/doctype/contact/contact.json +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Address" +msgstr "" + +#. Label of a Data field in DocType 'Address' +#. Label of a Data field in DocType 'Contact Us Settings' +#: frappe/contacts/doctype/address/address.json +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +msgid "Address Line 1" +msgstr "" + +#. Label of a Data field in DocType 'Address' +#. Label of a Data field in DocType 'Contact Us Settings' +#: frappe/contacts/doctype/address/address.json +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +msgid "Address Line 2" +msgstr "" + +#. Name of a DocType +#: frappe/contacts/doctype/address_template/address_template.json +msgid "Address Template" +msgstr "" + +#. Label of a Data field in DocType 'Address' +#. Label of a Data field in DocType 'Contact Us Settings' +#: frappe/contacts/doctype/address/address.json +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +msgid "Address Title" +msgstr "" + +#: frappe/contacts/doctype/address/address.py:72 +msgid "Address Title is mandatory." +msgstr "" + +#. Label of a Select field in DocType 'Address' +#: frappe/contacts/doctype/address/address.json +msgid "Address Type" +msgstr "" + +#. Description of the 'Address' (Small Text) field in DocType 'Website +#. Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Address and other legal information you may want to put in the footer." +msgstr "" + +#: frappe/contacts/doctype/address/address.py:206 +msgid "Addresses" +msgstr "" + +#. Name of a report +#: frappe/contacts/report/addresses_and_contacts/addresses_and_contacts.json +msgid "Addresses And Contacts" +msgstr "" + +#. Description of a DocType +#: frappe/custom/doctype/client_script/client_script.json +msgid "Adds a custom client script to a DocType" +msgstr "" + +#. Description of a DocType +#: frappe/custom/doctype/custom_field/custom_field.json +msgid "Adds a custom field to a DocType" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:552 +msgid "Administration" +msgstr "" + +#. Name of a role +#: frappe/contacts/doctype/salutation/salutation.json +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/domain/domain.json +#: frappe/core/doctype/module_def/module_def.json +#: frappe/core/doctype/page/page.json +#: frappe/core/doctype/patch_log/patch_log.json +#: frappe/core/doctype/recorder/recorder.json +#: frappe/core/doctype/report/report.json +#: frappe/core/doctype/rq_job/rq_job.json +#: frappe/core/doctype/transaction_log/transaction_log.json +#: frappe/core/doctype/user_type/user_type.json +#: frappe/core/doctype/version/version.json +#: frappe/custom/doctype/client_script/client_script.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/property_setter/property_setter.json +#: frappe/desk/doctype/dashboard_chart_source/dashboard_chart_source.json +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Administrator" +msgstr "" + +#: frappe/core/doctype/user/user.py:1149 +msgid "Administrator Logged In" +msgstr "" + +#: frappe/core/doctype/user/user.py:1143 +msgid "Administrator accessed {0} on {1} via IP Address {2}." +msgstr "" + +#. Label of a Section Break field in DocType 'DocType' +#. Label of a Tab Break field in DocType 'System Settings' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Advanced" +msgstr "" + +#. Label of a Section Break field in DocType 'User Permission' +#: frappe/core/doctype/user_permission/user_permission.json +msgid "Advanced Control" +msgstr "" + +#: frappe/public/js/frappe/form/controls/link.js:327 +#: frappe/public/js/frappe/form/controls/link.js:329 +msgid "Advanced Search" +msgstr "" + +#. Label of a Section Break field in DocType 'OAuth Client' +#: frappe/integrations/doctype/oauth_client/oauth_client.json +msgid "Advanced Settings" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:61 +#: frappe/public/js/frappe/ui/filters/filter.js:67 +msgid "After" +msgstr "" + +#. Option for the 'DocType Event' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "After Cancel" +msgstr "" + +#. Option for the 'DocType Event' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "After Delete" +msgstr "" + +#. Option for the 'DocType Event' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "After Insert" +msgstr "" + +#. Option for the 'DocType Event' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "After Rename" +msgstr "" + +#. Option for the 'DocType Event' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "After Save" +msgstr "" + +#. Option for the 'DocType Event' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "After Save (Submitted Document)" +msgstr "" + +#. Label of a Section Break field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "After Submission" +msgstr "" + +#. Option for the 'DocType Event' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "After Submit" +msgstr "" + +#: frappe/desk/doctype/number_card/number_card.py:59 +msgid "Aggregate Field is required to create a number card" +msgstr "" + +#. Label of a Select field in DocType 'Dashboard Chart' +#. Label of a Select field in DocType 'Number Card' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/number_card/number_card.json +msgid "Aggregate Function Based On" +msgstr "" + +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.py:399 +msgid "Aggregate Function field is required to create a dashboard chart" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Notification Log' +#: frappe/desk/doctype/notification_log/notification_log.json +msgid "Alert" +msgstr "" + +#. Label of a Card Break in the Tools Workspace +#: frappe/automation/workspace/tools/tools.json +msgid "Alerts and Notifications" +msgstr "" + +#. Label of a Select field in DocType 'Letter Head' +#: frappe/printing/doctype/letter_head/letter_head.json +msgid "Align" +msgstr "" + +#. Label of a Check field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "Align Labels to the Right" +msgstr "" + +#. Label of a Check field in DocType 'Top Bar Item' +#: frappe/website/doctype/top_bar_item/top_bar_item.json +msgid "Align Right" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:479 +msgid "Align Value" +msgstr "" + +#. Name of a role +#. Option for the 'Frequency' (Select) field in DocType 'Scheduled Job Type' +#. Option for the 'Event Frequency' (Select) field in DocType 'Server Script' +#: frappe/contacts/doctype/address/address.json +#: frappe/contacts/doctype/contact/contact.json +#: frappe/contacts/doctype/gender/gender.json +#: frappe/contacts/doctype/salutation/salutation.json +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/file/file.json +#: frappe/core/doctype/language/language.json +#: frappe/core/doctype/module_def/module_def.json +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +#: frappe/core/doctype/server_script/server_script.json +#: frappe/desk/doctype/event/event.json +#: frappe/desk/doctype/notification_log/notification_log.json +#: frappe/desk/doctype/notification_settings/notification_settings.json +#: frappe/desk/doctype/tag/tag.json frappe/desk/doctype/tag_link/tag_link.json +#: frappe/desk/doctype/todo/todo.json frappe/geo/doctype/country/country.json +#: frappe/integrations/doctype/connected_app/connected_app.json +#: frappe/integrations/doctype/token_cache/token_cache.json +#: frappe/printing/doctype/print_heading/print_heading.json +#: frappe/website/doctype/personal_data_download_request/personal_data_download_request.json +#: frappe/website/doctype/website_settings/website_settings.json +msgid "All" +msgstr "" + +#. Label of a Check field in DocType 'Calendar View' +#. Label of a Check field in DocType 'Event' +#: frappe/desk/doctype/calendar_view/calendar_view.json +#: frappe/desk/doctype/event/event.json +#: frappe/public/js/frappe/ui/notifications/notifications.js:401 +msgid "All Day" +msgstr "" + +#: frappe/website/doctype/website_slideshow/website_slideshow.py:43 +msgid "All Images attached to Website Slideshow should be public" +msgstr "" + +#: frappe/public/js/frappe/data_import/data_exporter.js:29 +msgid "All Records" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:2123 +msgid "All Submissions" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:452 +msgid "All customizations will be removed. Please confirm." +msgstr "" + +#: frappe/templates/includes/comments/comments.html:158 +msgid "All fields are necessary to submit the comment." +msgstr "" + +#. Description of the 'Document States' (Table) field in DocType 'Workflow' +#: frappe/workflow/doctype/workflow/workflow.json +msgid "All possible Workflow States and roles of the workflow. Docstatus Options: 0 is \"Saved\", 1 is \"Submitted\" and 2 is \"Cancelled\"" +msgstr "" + +#: frappe/utils/password_strength.py:179 +msgid "All-uppercase is almost as easy to guess as all-lowercase." +msgstr "" + +#. Label of a Link field in DocType 'ToDo' +#: frappe/desk/doctype/todo/todo.json +msgid "Allocated To" +msgstr "" + +#. Label of a Check field in DocType 'Energy Point Rule' +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +msgid "Allot Points To Assigned Users" +msgstr "" + +#. Label of a Link field in DocType 'User Permission' +#. Option for the 'Sign ups' (Select) field in DocType 'Social Login Key' +#: frappe/core/doctype/user_permission/user_permission.json +#: frappe/integrations/doctype/social_login_key/social_login_key.json +#: frappe/templates/includes/oauth_confirmation.html:15 +msgid "Allow" +msgstr "" + +#: frappe/website/doctype/website_settings/website_settings.py:160 +msgid "Allow API Indexing Access" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#. Label of a Check field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Allow Auto Repeat" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Allow Bulk Edit" +msgstr "" + +#. Label of a Check field in DocType 'List View Settings' +#: frappe/desk/doctype/list_view_settings/list_view_settings.json +msgid "Allow Bulk Editing" +msgstr "" + +#. Label of a Check field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Allow Comments" +msgstr "" + +#. Label of a Int field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Allow Consecutive Login Attempts " +msgstr "" + +#. Label of a Check field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Allow Delete" +msgstr "" + +#. Label of a Button field in DocType 'Dropbox Settings' +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.json +msgid "Allow Dropbox Access" +msgstr "" + +#. Label of a Check field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Allow Editing After Submit" +msgstr "" + +#: frappe/integrations/doctype/google_calendar/google_calendar.py:101 +#: frappe/integrations/doctype/google_calendar/google_calendar.py:115 +msgid "Allow Google Calendar Access" +msgstr "" + +#: frappe/integrations/doctype/google_contacts/google_contacts.py:40 +msgid "Allow Google Contacts Access" +msgstr "" + +#: frappe/integrations/doctype/google_drive/google_drive.py:52 +msgid "Allow Google Drive Access" +msgstr "" + +#. Label of a Check field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "Allow Guest" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Allow Guest to View" +msgstr "" + +#. Label of a Check field in DocType 'Blog Settings' +#: frappe/website/doctype/blog_settings/blog_settings.json +msgid "Allow Guest to comment" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Allow Guests to Upload Files" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#. Label of a Check field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Allow Import (via Data Import Tool)" +msgstr "" + +#. Label of a Check field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Allow Incomplete Forms" +msgstr "" + +#. Label of a Int field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Allow Login After Fail" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Allow Login using Mobile Number" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Allow Login using User Name" +msgstr "" + +#. Label of a Section Break field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Allow Modules" +msgstr "" + +#. Label of a Check field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Allow Multiple Responses" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Allow Older Web View Links (Insecure)" +msgstr "" + +#. Label of a Check field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Allow Print" +msgstr "" + +#. Label of a Check field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Allow Print for Cancelled" +msgstr "" + +#. Label of a Check field in DocType 'Print Settings' +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:400 +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Allow Print for Draft" +msgstr "" + +#. Label of a Check field in DocType 'Web Form Field' +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Allow Read On All Link Options" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Allow Rename" +msgstr "" + +#. Label of a Section Break field in DocType 'Role Permission for Page and +#. Report' +#. Label of a Table MultiSelect field in DocType 'Module Onboarding' +#: frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.json +#: frappe/desk/doctype/module_onboarding/module_onboarding.json +msgid "Allow Roles" +msgstr "" + +#. Label of a Check field in DocType 'Workflow Transition' +#: frappe/workflow/doctype/workflow_transition/workflow_transition.json +msgid "Allow Self Approval" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Allow Sending Usage Data for Improving Applications" +msgstr "" + +#. Description of the 'Allow Self Approval' (Check) field in DocType 'Workflow +#. Transition' +#: frappe/workflow/doctype/workflow_transition/workflow_transition.json +msgid "Allow approval for creator of the document" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#. Label of a Check field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Allow document creation via Email" +msgstr "" + +#. Description of the 'Allow Bulk Editing' (Check) field in DocType 'List View +#. Settings' +#: frappe/desk/doctype/list_view_settings/list_view_settings.json +msgid "Allow editing even if the doctype has a workflow set up.\n\n" +"Does nothing if a workflow isn't set up." +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Allow events in timeline" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Allow in Quick Entry" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Allow on Submit" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Allow only one session per user" +msgstr "" + +#. Label of a Check field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Allow page break inside tables" +msgstr "" + +#. Description of the 'Allow Incomplete Forms' (Check) field in DocType 'Web +#. Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Allow saving if mandatory fields are not filled" +msgstr "" + +#: frappe/desk/page/setup_wizard/setup_wizard.js:413 +msgid "Allow sending usage data for improving applications" +msgstr "" + +#. Description of the 'Login After' (Int) field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Allow user to login only after this hour (0-24)" +msgstr "" + +#. Description of the 'Login Before' (Int) field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Allow user to login only before this hour (0-24)" +msgstr "" + +#. Description of the 'Login with email link' (Check) field in DocType 'System +#. Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Allow users to log in without a password, using a login link sent to their email" +msgstr "" + +#. Label of a Link field in DocType 'Workflow Transition' +#: frappe/workflow/doctype/workflow_transition/workflow_transition.json +msgid "Allowed" +msgstr "" + +#. Label of a Small Text field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Allowed File Extensions" +msgstr "" + +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Allowed In Mentions" +msgstr "" + +#. Label of a Section Break field in DocType 'User Type' +#: frappe/core/doctype/user_type/user_type.json +msgid "Allowed Modules" +msgstr "" + +#. Label of a Table MultiSelect field in DocType 'OAuth Client' +#: frappe/integrations/doctype/oauth_client/oauth_client.json +msgid "Allowed Roles" +msgstr "" + +#. Label of a Small Text field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Allowed embedding domains" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:1187 +msgid "Allowing DocType, DocType. Be careful!" +msgstr "" + +#: frappe/core/doctype/user/user.py:960 +msgid "Already Registered" +msgstr "" + +#: frappe/desk/form/assign_to.py:136 +msgid "Already in the following Users ToDo list:{0}" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:836 +msgid "Also adding the dependent currency field {0}" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:849 +msgid "Also adding the status dependency field {0}" +msgstr "" + +#. Label of a Data field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Alternative Email ID" +msgstr "" + +#. Label of a Check field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Always add \"Draft\" Heading for printing draft documents" +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Always use this email address as sender address" +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Always use this name as sender name" +msgstr "" + +#. Label of a Check field in DocType 'Custom DocPerm' +#. Label of a Check field in DocType 'DocPerm' +#. Label of a Check field in DocType 'User Document Type' +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/docperm/docperm.json +#: frappe/core/doctype/user_document_type/user_document_type.json +msgid "Amend" +msgstr "" + +#. Option for the 'Action' (Select) field in DocType 'Amended Document Naming +#. Settings' +#. Option for the 'Default Amendment Naming' (Select) field in DocType +#. 'Document Naming Settings' +#: frappe/core/doctype/amended_document_naming_settings/amended_document_naming_settings.json +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Amend Counter" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/amended_document_naming_settings/amended_document_naming_settings.json +msgid "Amended Document Naming Settings" +msgstr "" + +#. Label of a Section Break field in DocType 'Document Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Amended Documents" +msgstr "" + +#. Label of a Link field in DocType 'Transaction Log' +#. Label of a Link field in DocType 'Personal Data Download Request' +#: frappe/core/doctype/transaction_log/transaction_log.json +#: frappe/website/doctype/personal_data_download_request/personal_data_download_request.json +msgid "Amended From" +msgstr "" + +#: frappe/public/js/frappe/form/save.js:12 +msgctxt "Freeze message while amending a document" +msgid "Amending" +msgstr "" + +#. Label of a Table field in DocType 'Document Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Amendment Naming Override" +msgstr "" + +#: frappe/core/doctype/document_naming_settings/document_naming_settings.py:207 +msgid "Amendment naming rules updated." +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/toolbar.js:312 +msgid "An error occurred while setting Session Defaults" +msgstr "" + +#. Description of the 'FavIcon' (Attach) field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "An icon file with .ico extension. Should be 16 x 16 px. Generated using a favicon generator. [favicon-generator.org]" +msgstr "" + +#: frappe/templates/includes/oauth_confirmation.html:35 +msgid "An unexpected error occurred while authorizing {}." +msgstr "" + +#. Label of a Section Break field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Analytics" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:35 +msgid "Ancestors Of" +msgstr "" + +#. Label of a Text Editor field in DocType 'Navbar Settings' +#: frappe/core/doctype/navbar_settings/navbar_settings.json +msgid "Announcement Widget" +msgstr "" + +#. Label of a Section Break field in DocType 'Navbar Settings' +#: frappe/core/doctype/navbar_settings/navbar_settings.json +msgid "Announcements" +msgstr "" + +#. Option for the 'Frequency' (Select) field in DocType 'Scheduled Job Type' +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +msgid "Annual" +msgstr "" + +#. Label of a Code field in DocType 'Personal Data Deletion Request' +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.json +msgid "Anonymization Matrix" +msgstr "" + +#. Label of a Check field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Anonymous responses" +msgstr "" + +#: frappe/public/js/frappe/request.js:186 +msgid "Another transaction is blocking this one. Please try again in a few seconds." +msgstr "" + +#: frappe/model/rename_doc.py:376 +msgid "Another {0} with name {1} exists, select another name" +msgstr "" + +#. Description of the 'Raw Commands' (Code) field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "Any string-based printer languages can be used. Writing raw commands requires knowledge of the printer's native language provided by the printer manufacturer. Please refer to the developer manual provided by the printer manufacturer on how to write their native commands. These commands are rendered on the server side using the Jinja Templating Language." +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:36 +msgid "Apart from System Manager, roles with Set User Permissions right can set permissions for other users for that Document Type." +msgstr "" + +#. Label of a Tab Break field in DocType 'System Settings' +#. Label of a Section Break field in DocType 'User' +#. Label of a Data field in DocType 'Desktop Icon' +#. Label of a Data field in DocType 'Website Theme Ignore App' +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/core/doctype/user/user.json +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +#: frappe/website/doctype/website_theme_ignore_app/website_theme_ignore_app.json +msgid "App" +msgstr "" + +#. Label of a Data field in DocType 'Dropbox Settings' +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.json +msgid "App Access Key" +msgstr "" + +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.js:22 +msgid "App Access Key and/or Secret Key are not present." +msgstr "" + +#. Label of a Data field in DocType 'OAuth Client' +#: frappe/integrations/doctype/oauth_client/oauth_client.json +msgid "App Client ID" +msgstr "" + +#. Label of a Data field in DocType 'OAuth Client' +#: frappe/integrations/doctype/oauth_client/oauth_client.json +msgid "App Client Secret" +msgstr "" + +#. Label of a Data field in DocType 'Google Settings' +#: frappe/integrations/doctype/google_settings/google_settings.json +msgid "App ID" +msgstr "" + +#. Label of a Attach Image field in DocType 'Website Settings' +#: frappe/public/js/frappe/ui/toolbar/navbar.html:8 +#: frappe/website/doctype/website_settings/website_settings.json +msgid "App Logo" +msgstr "" + +#. Label of a Select field in DocType 'Module Def' +#. Label of a Data field in DocType 'Changelog Feed' +#. Label of a Data field in DocType 'OAuth Client' +#. Label of a Data field in DocType 'Website Settings' +#: frappe/core/doctype/installed_applications/installed_applications.js:27 +#: frappe/core/doctype/module_def/module_def.json +#: frappe/desk/doctype/changelog_feed/changelog_feed.json +#: frappe/integrations/doctype/oauth_client/oauth_client.json +#: frappe/website/doctype/website_settings/website_settings.json +msgid "App Name" +msgstr "" + +#. Label of a Password field in DocType 'Dropbox Settings' +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.json +msgid "App Secret Key" +msgstr "" + +#: frappe/modules/utils.py:280 +msgid "App not found for module: {0}" +msgstr "" + +#: frappe/__init__.py:1711 +msgid "App {0} is not installed" +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#. Label of a Check field in DocType 'Email Domain' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_domain/email_domain.json +msgid "Append Emails to Sent Folder" +msgstr "" + +#. Label of a Link field in DocType 'Email Account' +#. Label of a Link field in DocType 'IMAP Folder' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/imap_folder/imap_folder.json +msgid "Append To" +msgstr "" + +#: frappe/email/doctype/email_account/email_account.py:184 +msgid "Append To can be one of {0}" +msgstr "" + +#. Description of the 'Append To' (Link) field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Append as communication against this DocType (must have fields: \"Sender\" and \"Subject\"). These fields can be defined in the email settings section of the appended doctype." +msgstr "" + +#: frappe/core/doctype/user_permission/user_permission_list.js:105 +msgid "Applicable Document Types" +msgstr "" + +#. Label of a Link field in DocType 'User Permission' +#: frappe/core/doctype/user_permission/user_permission.json +msgid "Applicable For" +msgstr "" + +#. Label of a Attach Image field in DocType 'Navbar Settings' +#. Label of a Section Break field in DocType 'Navbar Settings' +#: frappe/core/doctype/navbar_settings/navbar_settings.json +msgid "Application Logo" +msgstr "" + +#. Label of a Data field in DocType 'Installed Application' +#. Label of a Data field in DocType 'System Settings' +#: frappe/core/doctype/installed_application/installed_application.json +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Application Name" +msgstr "" + +#. Label of a Data field in DocType 'Installed Application' +#: frappe/core/doctype/installed_application/installed_application.json +msgid "Application Version" +msgstr "" + +#. Label of a Select field in DocType 'Property Setter' +#: frappe/custom/doctype/property_setter/property_setter.json +msgid "Applied On" +msgstr "" + +#: frappe/public/js/form_builder/components/Field.vue:103 +msgid "Apply" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1888 +msgctxt "Button in list view actions menu" +msgid "Apply Assignment Rule" +msgstr "" + +#. Label of a Check field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Apply Document Permissions" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter_list.js:317 +msgid "Apply Filters" +msgstr "" + +#. Label of a Check field in DocType 'Energy Point Rule' +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +msgid "Apply Only Once" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Apply Strict User Permissions" +msgstr "" + +#. Label of a Select field in DocType 'Client Script' +#: frappe/custom/doctype/client_script/client_script.json +msgid "Apply To" +msgstr "" + +#. Label of a Check field in DocType 'User Permission' +#: frappe/core/doctype/user_permission/user_permission.json +msgid "Apply To All Document Types" +msgstr "" + +#. Label of a Link field in DocType 'User Type' +#: frappe/core/doctype/user_type/user_type.json +msgid "Apply User Permission On" +msgstr "" + +#. Description of the 'If user is the owner' (Check) field in DocType 'Custom +#. DocPerm' +#. Description of the 'If user is the owner' (Check) field in DocType 'DocPerm' +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/docperm/docperm.json +msgid "Apply this rule if the User is the Owner" +msgstr "" + +#. Description of the 'Apply Only Once' (Check) field in DocType 'Energy Point +#. Rule' +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +msgid "Apply this rule only once per document" +msgstr "" + +#: frappe/core/doctype/user_permission/user_permission_list.js:75 +msgid "Apply to all Documents Types" +msgstr "" + +#: frappe/model/workflow.py:258 +msgid "Applying: {0}" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/review.js:62 +msgid "Appreciate" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Energy Point Log' +#: frappe/social/doctype/energy_point_log/energy_point_log.json +msgid "Appreciation" +msgstr "" + +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:111 +msgid "Approval Required" +msgstr "" + +#. Label of a standard navbar item +#. Type: Route +#: frappe/hooks.py frappe/templates/includes/navbar/navbar_login.html:18 +#: frappe/website/js/website.js:617 +msgid "Apps" +msgstr "" + +#: frappe/public/js/frappe/utils/number_systems.js:41 +msgctxt "Number system" +msgid "Ar" +msgstr "" + +#: frappe/public/js/frappe/views/kanban/kanban_column.html:14 +msgid "Archive" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Kanban Board Column' +#: frappe/desk/doctype/kanban_board_column/kanban_board_column.json +msgid "Archived" +msgstr "" + +#: frappe/public/js/frappe/views/kanban/kanban_board.bundle.js:489 +msgid "Archived Columns" +msgstr "" + +#: frappe/public/js/frappe/form/grid.js:269 +msgid "Are you sure you want to delete all rows?" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:930 +msgid "Are you sure you want to delete page {0}?" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/attachments.js:135 +msgid "Are you sure you want to delete the attachment?" +msgstr "" + +#: frappe/public/js/form_builder/components/Section.vue:197 +msgctxt "Confirmation dialog message" +msgid "Are you sure you want to delete the column? All the fields in the column will be moved to the previous column." +msgstr "" + +#: frappe/public/js/form_builder/components/Section.vue:126 +msgctxt "Confirmation dialog message" +msgid "Are you sure you want to delete the section? All the columns along with fields in the section will be moved to the previous section." +msgstr "" + +#: frappe/public/js/form_builder/components/Tabs.vue:65 +msgctxt "Confirmation dialog message" +msgid "Are you sure you want to delete the tab? All the sections along with fields in the tab will be moved to the previous tab." +msgstr "" + +#: frappe/public/js/frappe/web_form/web_form.js:185 +msgid "Are you sure you want to discard the changes?" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:896 +msgid "Are you sure you want to generate a new report?" +msgstr "" + +#: frappe/public/js/frappe/form/toolbar.js:111 +msgid "Are you sure you want to merge {0} with {1}?" +msgstr "" + +#: frappe/public/js/frappe/views/kanban/kanban_view.js:105 +msgid "Are you sure you want to proceed?" +msgstr "" + +#: frappe/core/doctype/rq_job/rq_job_list.js:25 +msgid "Are you sure you want to re-enable scheduler?" +msgstr "" + +#: frappe/core/doctype/communication/communication.js:163 +msgid "Are you sure you want to relink this communication to {0}?" +msgstr "" + +#: frappe/core/doctype/rq_job/rq_job_list.js:10 +msgid "Are you sure you want to remove all failed jobs?" +msgstr "" + +#: frappe/public/js/frappe/list/list_filter.js:109 +msgid "Are you sure you want to remove the {0} filter?" +msgstr "" + +#: frappe/public/js/frappe/views/dashboard/dashboard_view.js:267 +msgid "Are you sure you want to reset all customizations?" +msgstr "" + +#: frappe/workflow/doctype/workflow/workflow.js:125 +msgid "Are you sure you want to save this document?" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.js:60 +msgid "Are you sure you want to send this newsletter now?" +msgstr "" + +#: frappe/core/doctype/document_naming_rule/document_naming_rule.js:16 +#: frappe/core/doctype/user_permission/user_permission_list.js:165 +msgid "Are you sure?" +msgstr "" + +#. Label of a Code field in DocType 'RQ Job' +#: frappe/core/doctype/rq_job/rq_job.json +msgid "Arguments" +msgstr "" + +#. Option for the 'Font' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Arial" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:11 +msgid "As a best practice, do not assign the same set of permission rule to different Roles. Instead, set multiple Roles to the same User." +msgstr "" + +#: frappe/desk/form/assign_to.py:106 +msgid "As document sharing is disabled, please give them the required permissions before assigning." +msgstr "" + +#: frappe/templates/emails/account_deletion_notification.html:3 +msgid "As per your request, your account and data on {0} associated with email {1} has been permanently deleted" +msgstr "" + +#. Label of a Code field in DocType 'Assignment Rule' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +msgid "Assign Condition" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/assign_to.js:189 +msgid "Assign To" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1849 +msgctxt "Button in list view actions menu" +msgid "Assign To" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/assign_to.js:180 +msgid "Assign To User Group" +msgstr "" + +#. Label of a Section Break field in DocType 'Assignment Rule' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +msgid "Assign To Users" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/assign_to.js:258 +msgid "Assign a user" +msgstr "" + +#: frappe/automation/doctype/assignment_rule/assignment_rule.js:52 +msgid "Assign one by one, in sequence" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/assign_to.js:173 +msgid "Assign to me" +msgstr "" + +#: frappe/automation/doctype/assignment_rule/assignment_rule.js:53 +msgid "Assign to the one who has the least assignments" +msgstr "" + +#: frappe/automation/doctype/assignment_rule/assignment_rule.js:54 +msgid "Assign to the user set in this field" +msgstr "" + +#. Option for the 'Comment Type' (Select) field in DocType 'Comment' +#. Option for the 'Comment Type' (Select) field in DocType 'Communication' +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +msgid "Assigned" +msgstr "" + +#. Label of a Link field in DocType 'ToDo' +#: frappe/desk/doctype/todo/todo.json frappe/desk/report/todo/todo.py:41 +msgid "Assigned By" +msgstr "" + +#. Label of a Read Only field in DocType 'ToDo' +#: frappe/desk/doctype/todo/todo.json +msgid "Assigned By Full Name" +msgstr "" + +#: frappe/model/meta.py:54 +#: frappe/public/js/frappe/form/templates/form_sidebar.html:48 +#: frappe/public/js/frappe/list/list_sidebar_group_by.js:71 +#: frappe/public/js/frappe/model/meta.js:207 +#: frappe/public/js/frappe/model/model.js:136 +#: frappe/public/js/frappe/views/interaction.js:82 +msgid "Assigned To" +msgstr "" + +#: frappe/desk/report/todo/todo.py:40 +msgid "Assigned To/Owner" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/assign_to.js:267 +msgid "Assigning..." +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Notification Log' +#: frappe/desk/doctype/notification_log/notification_log.json +msgid "Assignment" +msgstr "" + +#. Option for the 'Comment Type' (Select) field in DocType 'Comment' +#. Option for the 'Comment Type' (Select) field in DocType 'Communication' +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +msgid "Assignment Completed" +msgstr "" + +#. Label of a Section Break field in DocType 'Assignment Rule' +#. Label of a Table field in DocType 'Assignment Rule' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +msgid "Assignment Days" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Tools Workspace +#. Label of a shortcut in the Tools Workspace +#. Linked DocType in DocType's connections +#. Label of a Link field in DocType 'ToDo' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +#: frappe/automation/workspace/tools/tools.json +#: frappe/core/doctype/doctype/doctype.json frappe/desk/doctype/todo/todo.json +msgid "Assignment Rule" +msgstr "" + +#. Name of a DocType +#: frappe/automation/doctype/assignment_rule_day/assignment_rule_day.json +msgid "Assignment Rule Day" +msgstr "" + +#. Name of a DocType +#: frappe/automation/doctype/assignment_rule_user/assignment_rule_user.json +msgid "Assignment Rule User" +msgstr "" + +#: frappe/automation/doctype/assignment_rule/assignment_rule.py:55 +msgid "Assignment Rule is not allowed on document type {0}" +msgstr "" + +#. Label of a Section Break field in DocType 'Assignment Rule' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +msgid "Assignment Rules" +msgstr "" + +#: frappe/desk/doctype/notification_log/notification_log.py:157 +msgid "Assignment Update on {0}" +msgstr "" + +#: frappe/desk/form/assign_to.py:61 +msgid "Assignment for {0} {1}" +msgstr "" + +#: frappe/desk/doctype/todo/todo.py:61 +msgid "Assignment of {0} removed by {1}" +msgstr "" + +#. Label of a Check field in DocType 'Notification Settings' +#: frappe/desk/doctype/notification_settings/notification_settings.json +#: frappe/public/js/frappe/form/sidebar/assign_to.js:253 +msgid "Assignments" +msgstr "" + +#: frappe/public/js/frappe/form/grid_row.js:650 +msgid "At least one column is required to show in the grid." +msgstr "" + +#: frappe/website/doctype/web_form/web_form.js:73 +msgid "Atleast one field is required in Web Form Fields Table" +msgstr "" + +#: frappe/core/doctype/data_export/data_export.js:44 +msgid "Atleast one field of Parent Document Type is mandatory" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/public/js/form_builder/components/controls/AttachControl.vue:15 +#: frappe/public/js/frappe/form/controls/attach.js:5 +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Attach" +msgstr "" + +#: frappe/public/js/frappe/views/communication.js:143 +msgid "Attach Document Print" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Template Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/web_form_field/web_form_field.json +#: frappe/website/doctype/web_template_field/web_template_field.json +msgid "Attach Image" +msgstr "" + +#. Label of a Attach field in DocType 'Package Import' +#: frappe/core/doctype/package_import/package_import.json +msgid "Attach Package" +msgstr "" + +#. Label of a Check field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Attach Print" +msgstr "" + +#: frappe/public/js/frappe/file_uploader/WebLink.vue:10 +msgid "Attach a web link" +msgstr "" + +#: frappe/website/doctype/website_slideshow/website_slideshow.js:8 +msgid "Attach files / urls and add in table." +msgstr "" + +#. Label of a Code field in DocType 'Notification Log' +#: frappe/desk/doctype/notification_log/notification_log.json +msgid "Attached File" +msgstr "" + +#. Label of a Link field in DocType 'File' +#: frappe/core/doctype/file/file.json +msgid "Attached To DocType" +msgstr "" + +#. Label of a Data field in DocType 'File' +#: frappe/core/doctype/file/file.json +msgid "Attached To Field" +msgstr "" + +#. Label of a Data field in DocType 'File' +#: frappe/core/doctype/file/file.json +msgid "Attached To Name" +msgstr "" + +#: frappe/core/doctype/file/file.py:139 +msgid "Attached To Name must be a string or an integer" +msgstr "" + +#. Option for the 'Comment Type' (Select) field in DocType 'Comment' +#. Option for the 'Comment Type' (Select) field in DocType 'Communication' +#. Label of a Attach field in DocType 'Newsletter Attachment' +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +#: frappe/email/doctype/newsletter_attachment/newsletter_attachment.json +msgid "Attachment" +msgstr "" + +#. Label of a Int field in DocType 'Email Account' +#. Label of a Int field in DocType 'Email Domain' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_domain/email_domain.json +msgid "Attachment Limit (MB)" +msgstr "" + +#: frappe/core/doctype/file/file.py:320 +#: frappe/public/js/frappe/form/sidebar/attachments.js:36 +msgid "Attachment Limit Reached" +msgstr "" + +#. Label of a HTML field in DocType 'Notification Log' +#: frappe/desk/doctype/notification_log/notification_log.json +msgid "Attachment Link" +msgstr "" + +#. Option for the 'Comment Type' (Select) field in DocType 'Comment' +#. Option for the 'Comment Type' (Select) field in DocType 'Communication' +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +msgid "Attachment Removed" +msgstr "" + +#. Label of a Code field in DocType 'Email Queue' +#. Label of a Table field in DocType 'Newsletter' +#: frappe/core/doctype/file/utils.py:38 +#: frappe/email/doctype/email_queue/email_queue.json +#: frappe/email/doctype/newsletter/newsletter.json +#: frappe/email/doctype/newsletter/templates/newsletter.html:47 +#: frappe/public/js/frappe/form/templates/form_sidebar.html:65 +#: frappe/website/doctype/web_form/templates/web_form.html:103 +msgid "Attachments" +msgstr "" + +#: frappe/public/js/frappe/form/print_utils.js:91 +msgid "Attempting Connection to QZ Tray..." +msgstr "" + +#: frappe/public/js/frappe/form/print_utils.js:107 +msgid "Attempting to launch QZ Tray..." +msgstr "" + +#. Label of a Table field in DocType 'Newsletter' +#: frappe/email/doctype/newsletter/newsletter.json +msgid "Audience" +msgstr "" + +#. Name of a report +#: frappe/custom/report/audit_system_hooks/audit_system_hooks.json +msgid "Audit System Hooks" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/audit_trail/audit_trail.json +msgid "Audit Trail" +msgstr "" + +#. Label of a Code field in DocType 'Social Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Auth URL Data" +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Authenticate as Service Principal" +msgstr "" + +#. Label of a Section Break field in DocType 'Email Account' +#. Label of a Section Break field in DocType 'Push Notification Settings' +#. Label of a Card Break in the Integrations Workspace +#: frappe/email/doctype/email_account/email_account.json +#: frappe/integrations/doctype/push_notification_settings/push_notification_settings.json +#: frappe/integrations/workspace/integrations/integrations.json +msgid "Authentication" +msgstr "" + +#: frappe/www/qrcode.html:19 +msgid "Authentication Apps you can use are: " +msgstr "" + +#: frappe/email/doctype/email_account/email_account.py:311 +msgid "Authentication failed while receiving emails from Email Account: {0}." +msgstr "" + +#. Label of a Data field in DocType 'Help Article' +#: frappe/website/doctype/help_article/help_article.json +msgid "Author" +msgstr "" + +#. Label of a Password field in DocType 'Google Calendar' +#. Label of a Password field in DocType 'Google Contacts' +#. Label of a Data field in DocType 'Google Drive' +#. Label of a Data field in DocType 'OAuth Authorization Code' +#. Option for the 'Grant Type' (Select) field in DocType 'OAuth Client' +#: frappe/integrations/doctype/google_calendar/google_calendar.json +#: frappe/integrations/doctype/google_contacts/google_contacts.json +#: frappe/integrations/doctype/google_drive/google_drive.json +#: frappe/integrations/doctype/oauth_authorization_code/oauth_authorization_code.json +#: frappe/integrations/doctype/oauth_client/oauth_client.json +msgid "Authorization Code" +msgstr "" + +#. Label of a Small Text field in DocType 'Connected App' +#: frappe/integrations/doctype/connected_app/connected_app.json +msgid "Authorization URI" +msgstr "" + +#: frappe/templates/includes/oauth_confirmation.html:32 +msgid "Authorization error for {}." +msgstr "" + +#. Label of a Button field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Authorize API Access" +msgstr "" + +#. Label of a Button field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Authorize API Indexing Access" +msgstr "" + +#. Label of a Button field in DocType 'Google Calendar' +#: frappe/integrations/doctype/google_calendar/google_calendar.json +msgid "Authorize Google Calendar Access" +msgstr "" + +#. Label of a Button field in DocType 'Google Contacts' +#: frappe/integrations/doctype/google_contacts/google_contacts.json +msgid "Authorize Google Contacts Access" +msgstr "" + +#. Label of a Button field in DocType 'Google Drive' +#: frappe/integrations/doctype/google_drive/google_drive.json +msgid "Authorize Google Drive Access" +msgstr "" + +#. Label of a Data field in DocType 'Social Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Authorize URL" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Integration Request' +#: frappe/integrations/doctype/integration_request/integration_request.json +msgid "Authorized" +msgstr "" + +#. Option for the 'Skip Authorization' (Select) field in DocType 'OAuth +#. Provider Settings' +#. Option for the 'Type' (Select) field in DocType 'Energy Point Log' +#: frappe/integrations/doctype/oauth_provider_settings/oauth_provider_settings.json +#: frappe/social/doctype/energy_point_log/energy_point_log.json +msgid "Auto" +msgstr "" + +#. Label of a Link in the Tools Workspace +#. Name of a DocType +#: frappe/automation/workspace/tools/tools.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Auto Email Report" +msgstr "" + +#. Label of a Data field in DocType 'DocType' +#. Label of a Data field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Auto Name" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Tools Workspace +#. Linked DocType in DocType's connections +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/automation/workspace/tools/tools.json +#: frappe/core/doctype/doctype/doctype.json +#: frappe/public/js/frappe/utils/common.js:442 +msgid "Auto Repeat" +msgstr "" + +#. Name of a DocType +#: frappe/automation/doctype/auto_repeat_day/auto_repeat_day.json +msgid "Auto Repeat Day" +msgstr "" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:163 +msgid "Auto Repeat Day{0} {1} has been repeated." +msgstr "" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:441 +msgid "Auto Repeat Document Creation Failed" +msgstr "" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.js:115 +msgid "Auto Repeat Schedule" +msgstr "" + +#: frappe/public/js/frappe/utils/common.js:434 +msgid "Auto Repeat created for this document" +msgstr "" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:444 +msgid "Auto Repeat failed for {0}" +msgstr "" + +#. Label of a Section Break field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Auto Reply" +msgstr "" + +#. Label of a Text Editor field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Auto Reply Message" +msgstr "" + +#: frappe/automation/doctype/assignment_rule/assignment_rule.py:177 +msgid "Auto assignment failed: {0}" +msgstr "" + +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Auto follow documents that are assigned to you" +msgstr "" + +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Auto follow documents that are shared with you" +msgstr "" + +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Auto follow documents that you Like" +msgstr "" + +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Auto follow documents that you comment on" +msgstr "" + +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Auto follow documents that you create" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Autocomplete" +msgstr "" + +#. Option for the 'Naming Rule' (Select) field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Autoincrement" +msgstr "" + +#. Description of a Card Break in the Build Workspace +#: frappe/core/workspace/build/build.json +msgid "Automate processes and extend standard functionality using scripts and background jobs" +msgstr "" + +#. Option for the 'Communication Type' (Select) field in DocType +#. 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Automated Message" +msgstr "" + +#. Option for the 'Desk Theme' (Select) field in DocType 'User' +#: frappe/core/doctype/user/user.json +#: frappe/public/js/frappe/ui/theme_switcher.js:69 +msgid "Automatic" +msgstr "" + +#: frappe/email/doctype/email_account/email_account.py:719 +msgid "Automatic Linking can be activated only for one Email Account." +msgstr "" + +#: frappe/email/doctype/email_account/email_account.py:713 +msgid "Automatic Linking can be activated only if Incoming is enabled." +msgstr "" + +#. Description of a DocType +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +msgid "Automatically Assign Documents to Users" +msgstr "" + +#. Label of a Int field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Automatically delete account within (hours)" +msgstr "" + +#. Label of a Card Break in the Tools Workspace +#: frappe/automation/workspace/tools/tools.json +msgid "Automation" +msgstr "" + +#. Label of a Attach Image field in DocType 'Blogger' +#: frappe/website/doctype/blogger/blogger.json +msgid "Avatar" +msgstr "" + +#. Option for the 'Chart Type' (Select) field in DocType 'Dashboard Chart' +#. Option for the 'Group By Type' (Select) field in DocType 'Dashboard Chart' +#. Option for the 'Function' (Select) field in DocType 'Number Card' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/public/js/frappe/form/controls/password.js:89 +#: frappe/public/js/frappe/ui/group_by/group_by.js:21 +msgid "Average" +msgstr "" + +#: frappe/public/js/frappe/ui/group_by/group_by.js:333 +msgid "Average of {0}" +msgstr "" + +#: frappe/utils/password_strength.py:124 +msgid "Avoid dates and years that are associated with you." +msgstr "" + +#: frappe/utils/password_strength.py:118 +msgid "Avoid recent years." +msgstr "" + +#: frappe/utils/password_strength.py:111 +msgid "Avoid sequences like abc or 6543 as they are easy to guess" +msgstr "" + +#: frappe/utils/password_strength.py:118 +msgid "Avoid years that are associated with you." +msgstr "" + +#. Label of a Check field in DocType 'User Email' +#: frappe/core/doctype/user_email/user_email.json +msgid "Awaiting Password" +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Awaiting password" +msgstr "" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:200 +msgid "Awesome Work" +msgstr "" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:358 +msgid "Awesome, now try making an entry yourself" +msgstr "" + +#: frappe/public/js/frappe/utils/number_systems.js:9 +msgctxt "Number system" +msgid "B" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "B0" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "B1" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "B10" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "B2" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "B3" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "B4" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "B5" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "B6" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "B7" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "B8" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "B9" +msgstr "" + +#. Label of a Code field in DocType 'Communication' +#. Label of a Code field in DocType 'Notification Recipient' +#: frappe/core/doctype/communication/communication.json +#: frappe/email/doctype/notification_recipient/notification_recipient.json +#: frappe/public/js/frappe/views/communication.js:79 +msgid "BCC" +msgstr "" + +#: frappe/public/js/frappe/file_uploader/ImageCropper.vue:31 +#: frappe/public/js/frappe/widgets/onboarding_widget.js:186 +msgid "Back" +msgstr "" + +#: frappe/templates/pages/integrations/gcalendar-success.html:13 +msgid "Back to Desk" +msgstr "" + +#: frappe/www/404.html:20 +msgid "Back to Home" +msgstr "" + +#: frappe/www/login.html:181 frappe/www/login.html:212 +msgid "Back to Login" +msgstr "" + +#. Label of a Color field in DocType 'Social Link Settings' +#. Label of a Link field in DocType 'Website Theme' +#: frappe/website/doctype/social_link_settings/social_link_settings.json +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Background Color" +msgstr "" + +#. Label of a Attach Image field in DocType 'Web Page Block' +#: frappe/website/doctype/web_page_block/web_page_block.json +msgid "Background Image" +msgstr "" + +#. Label of a Link in the Build Workspace +#. Label of a Section Break field in DocType 'System Health Report' +#: frappe/core/workspace/build/build.json +#: frappe/desk/doctype/system_health_report/system_health_report.json +#: frappe/public/js/frappe/ui/toolbar/toolbar.js:168 +msgid "Background Jobs" +msgstr "" + +#. Label of a Data field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Background Jobs Check" +msgstr "" + +#. Label of a Autocomplete field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "Background Jobs Queue" +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:87 +msgid "Background Print (required for >25 documents)" +msgstr "" + +#. Label of a Section Break field in DocType 'System Settings' +#. Label of a Table field in DocType 'System Health Report' +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Background Workers" +msgstr "" + +#: frappe/integrations/doctype/google_drive/google_drive.py:172 +msgid "Backing up Data." +msgstr "" + +#: frappe/integrations/doctype/google_drive/google_drive.js:32 +msgid "Backing up to Google Drive." +msgstr "" + +#. Label of a Card Break in the Integrations Workspace +#: frappe/integrations/workspace/integrations/integrations.json +msgid "Backup" +msgstr "" + +#. Label of a Section Break field in DocType 'S3 Backup Settings' +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +msgid "Backup Details" +msgstr "" + +#: frappe/desk/page/backups/backups.js:26 +msgid "Backup Encryption Key" +msgstr "" + +#. Label of a Check field in DocType 'S3 Backup Settings' +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +msgid "Backup Files" +msgstr "" + +#. Label of a Data field in DocType 'Google Drive' +#: frappe/integrations/doctype/google_drive/google_drive.json +msgid "Backup Folder ID" +msgstr "" + +#. Label of a Data field in DocType 'Google Drive' +#: frappe/integrations/doctype/google_drive/google_drive.json +msgid "Backup Folder Name" +msgstr "" + +#. Label of a Select field in DocType 'Dropbox Settings' +#. Label of a Select field in DocType 'S3 Backup Settings' +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.json +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +msgid "Backup Frequency" +msgstr "" + +#: frappe/desk/page/backups/backups.py:95 +msgid "Backup job is already queued. You will receive an email with the download link" +msgstr "" + +#. Description of the 'Backup Files' (Check) field in DocType 'S3 Backup +#. Settings' +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +msgid "Backup public and private files along with the database." +msgstr "" + +#. Label of a Tab Break field in DocType 'System Settings' +#. Label of a Section Break field in DocType 'System Health Report' +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Backups" +msgstr "" + +#. Label of a Float field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Backups (MB)" +msgstr "" + +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.py:66 +msgid "Bad Cron Expression" +msgstr "" + +#. Option for the 'Rounding Method' (Select) field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Banker's Rounding" +msgstr "" + +#. Option for the 'Rounding Method' (Select) field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Banker's Rounding (legacy)" +msgstr "" + +#. Label of a Section Break field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Banner" +msgstr "" + +#. Label of a Code field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Banner HTML" +msgstr "" + +#. Label of a Attach Image field in DocType 'User' +#. Label of a Attach Image field in DocType 'Web Form' +#: frappe/core/doctype/user/user.json +#: frappe/website/doctype/web_form/web_form.json +msgid "Banner Image" +msgstr "" + +#. Description of the 'Banner HTML' (Code) field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Banner is above the Top Menu Bar." +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Bar" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Barcode" +msgstr "" + +#. Label of a Data field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "Base Distinguished Name (DN)" +msgstr "" + +#. Label of a Data field in DocType 'Social Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Base URL" +msgstr "" + +#. Label of a Link field in DocType 'Language' +#: frappe/core/doctype/language/language.json +#: frappe/printing/page/print/print.js:273 +#: frappe/printing/page/print/print.js:327 +msgid "Based On" +msgstr "" + +#. Option for the 'Rule' (Select) field in DocType 'Assignment Rule' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +msgid "Based on Field" +msgstr "" + +#. Label of a Link field in DocType 'Auto Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Based on Permissions For User" +msgstr "" + +#. Option for the 'Method' (Select) field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Basic" +msgstr "" + +#. Label of a Section Break field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Basic Info" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:60 +#: frappe/public/js/frappe/ui/filters/filter.js:66 +msgid "Before" +msgstr "" + +#. Option for the 'DocType Event' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "Before Cancel" +msgstr "" + +#. Option for the 'DocType Event' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "Before Delete" +msgstr "" + +#. Option for the 'DocType Event' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "Before Insert" +msgstr "" + +#. Option for the 'DocType Event' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "Before Print" +msgstr "" + +#. Option for the 'DocType Event' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "Before Rename" +msgstr "" + +#. Option for the 'DocType Event' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "Before Save" +msgstr "" + +#. Option for the 'DocType Event' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "Before Save (Submitted Document)" +msgstr "" + +#. Option for the 'DocType Event' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "Before Submit" +msgstr "" + +#. Option for the 'DocType Event' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "Before Validate" +msgstr "" + +#. Option for the 'Level' (Select) field in DocType 'Help Article' +#: frappe/website/doctype/help_article/help_article.json +msgid "Beginner" +msgstr "" + +#: frappe/public/js/frappe/form/link_selector.js:29 +msgid "Beginning with" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Beta" +msgstr "" + +#: frappe/utils/password_strength.py:65 +msgid "Better add a few more letters or another word" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:27 +msgid "Between" +msgstr "" + +#. Option for the 'Address Type' (Select) field in DocType 'Address' +#: frappe/contacts/doctype/address/address.json +msgid "Billing" +msgstr "" + +#: frappe/public/js/frappe/form/templates/contact_list.html:21 +msgid "Billing Contact" +msgstr "" + +#. Label of a Data field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Binary Logging" +msgstr "" + +#. Label of a Small Text field in DocType 'User' +#. Label of a Small Text field in DocType 'About Us Team Member' +#. Label of a Small Text field in DocType 'Blogger' +#: frappe/core/doctype/user/user.json +#: frappe/website/doctype/about_us_team_member/about_us_team_member.json +#: frappe/website/doctype/blogger/blogger.json +msgid "Bio" +msgstr "" + +#. Label of a Date field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Birth Date" +msgstr "" + +#: frappe/public/js/frappe/data_import/data_exporter.js:41 +msgid "Blank Template" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/block_module/block_module.json +msgid "Block Module" +msgstr "" + +#. Label of a Table field in DocType 'Module Profile' +#. Label of a Table field in DocType 'User' +#: frappe/core/doctype/module_profile/module_profile.json +#: frappe/core/doctype/user/user.json +msgid "Block Modules" +msgstr "" + +#. Label of a Check field in DocType 'Desktop Icon' +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +msgid "Blocked" +msgstr "" + +#. Label of a Card Break in the Website Workspace +#: frappe/website/doctype/blog_post/blog_post.py:239 +#: frappe/website/doctype/blog_post/templates/blog_post.html:13 +#: frappe/website/doctype/blog_post/templates/blog_post_list.html:2 +#: frappe/website/doctype/blog_post/templates/blog_post_list.html:11 +#: frappe/website/workspace/website/website.json +msgid "Blog" +msgstr "" + +#. Name of a DocType +#. Label of a Link field in DocType 'Blog Post' +#. Label of a Link in the Website Workspace +#: frappe/website/doctype/blog_category/blog_category.json +#: frappe/website/doctype/blog_post/blog_post.json +#: frappe/website/workspace/website/website.json +msgid "Blog Category" +msgstr "" + +#. Label of a Small Text field in DocType 'Blog Post' +#: frappe/website/doctype/blog_post/blog_post.json +msgid "Blog Intro" +msgstr "" + +#. Label of a Small Text field in DocType 'Blog Settings' +#: frappe/website/doctype/blog_settings/blog_settings.json +msgid "Blog Introduction" +msgstr "" + +#. Linked DocType in Blog Category's connections +#. Name of a DocType +#. Linked DocType in Blogger's connections +#. Label of a Link in the Website Workspace +#. Label of a shortcut in the Website Workspace +#: frappe/website/doctype/blog_category/blog_category.json +#: frappe/website/doctype/blog_post/blog_post.json +#: frappe/website/doctype/blogger/blogger.json +#: frappe/website/workspace/website/website.json +msgid "Blog Post" +msgstr "" + +#. Name of a DocType +#: frappe/website/doctype/blog_settings/blog_settings.json +msgid "Blog Settings" +msgstr "" + +#. Label of a Data field in DocType 'Blog Settings' +#: frappe/website/doctype/blog_settings/blog_settings.json +msgid "Blog Title" +msgstr "" + +#. Linked DocType in User's connections +#. Name of a role +#. Label of a Link field in DocType 'Blog Post' +#. Name of a DocType +#. Label of a Link in the Website Workspace +#. Label of a shortcut in the Website Workspace +#: frappe/core/doctype/user/user.json +#: frappe/website/doctype/blog_category/blog_category.json +#: frappe/website/doctype/blog_post/blog_post.json +#: frappe/website/doctype/blog_settings/blog_settings.json +#: frappe/website/doctype/blogger/blogger.json +#: frappe/website/workspace/website/website.json +msgid "Blogger" +msgstr "" + +#. Subtitle of the Module Onboarding 'Website' +#: frappe/website/module_onboarding/website/website.json +msgid "Blogs, Website View Tracking, and more." +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'DocType State' +#. Option for the 'Indicator' (Select) field in DocType 'Kanban Board Column' +#: frappe/core/doctype/doctype_state/doctype_state.json +#: frappe/desk/doctype/kanban_board_column/kanban_board_column.json +msgid "Blue" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Bold" +msgstr "" + +#. Option for the 'Comment Type' (Select) field in DocType 'Comment' +#: frappe/core/doctype/comment/comment.json +msgid "Bot" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:126 +msgid "Both DocType and Name required" +msgstr "" + +#: frappe/templates/includes/login/login.js:25 +#: frappe/templates/includes/login/login.js:97 +msgid "Both login and password required" +msgstr "" + +#. Option for the 'Position' (Select) field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:154 +msgid "Bottom" +msgstr "" + +#. Option for the 'Position' (Select) field in DocType 'Form Tour Step' +#. Option for the 'Page Number' (Select) field in DocType 'Print Format' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:248 +msgid "Bottom Center" +msgstr "" + +#. Option for the 'Page Number' (Select) field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:247 +msgid "Bottom Left" +msgstr "" + +#. Option for the 'Position' (Select) field in DocType 'Form Tour Step' +#. Option for the 'Page Number' (Select) field in DocType 'Print Format' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:249 +msgid "Bottom Right" +msgstr "" + +#. Option for the 'Delivery Status' (Select) field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Bounced" +msgstr "" + +#. Label of a Section Break field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Brand" +msgstr "" + +#. Label of a Code field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Brand HTML" +msgstr "" + +#. Label of a Attach Image field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Brand Image" +msgstr "" + +#. Label of a Attach Image field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Brand Logo" +msgstr "" + +#. Description of the 'Brand HTML' (Code) field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Brand is what appears on the top-left of the toolbar. If it is an image, make sure it\n" +"has a transparent background and use the <img /> tag. Keep size as 200px x 30px" +msgstr "" + +#. Label of a Code field in DocType 'Web Form' +#. Label of a Code field in DocType 'Web Page' +#: frappe/website/doctype/web_form/web_form.json +#: frappe/website/doctype/web_page/web_page.json +msgid "Breadcrumbs" +msgstr "" + +#. Label of a Check field in DocType 'Blog Settings' +#: frappe/website/doctype/blog_post/templates/blog_post_list.html:18 +#: frappe/website/doctype/blog_post/templates/blog_post_list.html:21 +#: frappe/website/doctype/blog_settings/blog_settings.json +msgid "Browse by category" +msgstr "" + +#. Label of a Data field in DocType 'Web Page View' +#: frappe/website/doctype/web_page_view/web_page_view.json +#: frappe/website/report/website_analytics/website_analytics.js:36 +msgid "Browser" +msgstr "" + +#. Label of a Data field in DocType 'Web Page View' +#: frappe/website/doctype/web_page_view/web_page_view.json +msgid "Browser Version" +msgstr "" + +#: frappe/public/js/frappe/desk.js:19 +msgid "Browser not supported" +msgstr "" + +#. Label of a Section Break field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Brute Force Security" +msgstr "" + +#. Label of a Data field in DocType 'S3 Backup Settings' +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +msgid "Bucket Name" +msgstr "" + +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.py:67 +msgid "Bucket {0} not found." +msgstr "" + +#. Label of a Data field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Bufferpool Size" +msgstr "" + +#. Name of a Workspace +#: frappe/core/workspace/build/build.json +msgid "Build" +msgstr "" + +#. Description of a Card Break in the Build Workspace +#: frappe/core/workspace/build/build.json +msgid "Build your own reports, print formats, and dashboards. Create personalized workspaces for easier navigation" +msgstr "" + +#: frappe/workflow/doctype/workflow/workflow_list.js:18 +msgid "Build {0}" +msgstr "" + +#: frappe/templates/includes/footer/footer_powered.html:1 +msgid "Built on {0}" +msgstr "" + +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Bulk Actions" +msgstr "" + +#: frappe/core/doctype/user_permission/user_permission_list.js:142 +msgid "Bulk Delete" +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:321 +msgid "Bulk Edit" +msgstr "" + +#: frappe/public/js/frappe/form/grid.js:1155 +msgid "Bulk Edit {0}" +msgstr "" + +#: frappe/desk/reportview.py:563 +msgid "Bulk Operation Failed" +msgstr "" + +#: frappe/desk/reportview.py:567 +msgid "Bulk Operation Successful" +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:131 +msgid "Bulk PDF Export" +msgstr "" + +#. Label of a Link in the Tools Workspace +#. Name of a DocType +#: frappe/automation/workspace/tools/tools.json +#: frappe/desk/doctype/bulk_update/bulk_update.json +msgid "Bulk Update" +msgstr "" + +#: frappe/model/workflow.py:246 +msgid "Bulk approval only support up to 500 documents." +msgstr "" + +#: frappe/desk/doctype/bulk_update/bulk_update.py:58 +msgid "Bulk operation is enqueued in background." +msgstr "" + +#: frappe/desk/doctype/bulk_update/bulk_update.py:70 +msgid "Bulk operations only support up to 500 documents." +msgstr "" + +#: frappe/model/workflow.py:236 +msgid "Bulk {0} is enqueued in background." +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Button" +msgstr "" + +#. Label of a Check field in DocType 'Website Theme' +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Button Gradients" +msgstr "" + +#. Label of a Check field in DocType 'Website Theme' +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Button Rounded Corners" +msgstr "" + +#. Label of a Check field in DocType 'Website Theme' +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Button Shadows" +msgstr "" + +#. Option for the 'Naming Rule' (Select) field in DocType 'DocType' +#. Option for the 'Naming Rule' (Select) field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "By \"Naming Series\" field" +msgstr "" + +#: frappe/website/doctype/web_page/web_page.js:111 +#: frappe/website/doctype/web_page/web_page.js:118 +msgid "By default the title is used as meta title, adding a value here will override it." +msgstr "" + +#. Description of the 'Send Email for Successful Backup' (Check) field in +#. DocType 'S3 Backup Settings' +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +msgid "By default, emails are only sent for failed backups." +msgstr "" + +#. Option for the 'Naming Rule' (Select) field in DocType 'DocType' +#. Option for the 'Naming Rule' (Select) field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "By fieldname" +msgstr "" + +#. Option for the 'Naming Rule' (Select) field in DocType 'DocType' +#. Option for the 'Naming Rule' (Select) field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "By script" +msgstr "" + +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Bypass Restricted IP Address Check If Two Factor Auth Enabled" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Bypass Two Factor Auth for users who login from restricted IP Address" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Bypass restricted IP Address check If Two Factor Auth Enabled" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "C5E" +msgstr "" + +#: frappe/templates/print_formats/standard_macros.html:212 +msgid "CANCELLED" +msgstr "" + +#. Label of a Code field in DocType 'Communication' +#. Label of a Code field in DocType 'Notification Recipient' +#: frappe/core/doctype/communication/communication.json +#: frappe/email/doctype/notification_recipient/notification_recipient.json +#: frappe/public/js/frappe/views/communication.js:73 +msgid "CC" +msgstr "" + +#. Label of a Data field in DocType 'Recorder' +#: frappe/core/doctype/recorder/recorder.json +msgid "CMD" +msgstr "" + +#: frappe/public/js/frappe/color_picker/color_picker.js:20 +msgid "COLOR PICKER" +msgstr "" + +#. Label of a Section Break field in DocType 'Custom HTML Block' +#. Label of a Code field in DocType 'Print Style' +#. Label of a Code field in DocType 'Web Page' +#: frappe/desk/doctype/custom_html_block/custom_html_block.json +#: frappe/printing/doctype/print_style/print_style.json +#: frappe/website/doctype/web_page/web_page.json +msgid "CSS" +msgstr "" + +#. Label of a Small Text field in DocType 'Web Page Block' +#: frappe/website/doctype/web_page_block/web_page_block.json +msgid "CSS Class" +msgstr "" + +#. Description of the 'Element Selector' (Data) field in DocType 'Form Tour +#. Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "CSS selector for the element you want to highlight." +msgstr "" + +#. Option for the 'File Type' (Select) field in DocType 'Data Export' +#. Option for the 'Format' (Select) field in DocType 'Auto Email Report' +#: frappe/core/doctype/data_export/data_export.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "CSV" +msgstr "" + +#. Label of a Data field in DocType 'Blog Settings' +#: frappe/website/doctype/blog_settings/blog_settings.json +msgid "CTA Label" +msgstr "" + +#. Label of a Data field in DocType 'Blog Settings' +#: frappe/website/doctype/blog_settings/blog_settings.json +msgid "CTA URL" +msgstr "" + +#. Label of a Section Break field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Cache" +msgstr "" + +#: frappe/sessions.py:33 +msgid "Cache Cleared" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:181 +msgid "Calculate" +msgstr "" + +#. Label of a Link in the Tools Workspace +#. Option for the 'Select List View' (Select) field in DocType 'Form Tour' +#. Option for the 'DocType View' (Select) field in DocType 'Workspace Shortcut' +#: frappe/automation/workspace/tools/tools.json +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +msgid "Calendar" +msgstr "" + +#. Label of a Data field in DocType 'Google Calendar' +#: frappe/integrations/doctype/google_calendar/google_calendar.json +msgid "Calendar Name" +msgstr "" + +#. Linked DocType in DocType's connections +#. Name of a DocType +#: frappe/core/doctype/doctype/doctype.json +#: frappe/desk/doctype/calendar_view/calendar_view.json +#: frappe/public/js/frappe/list/base_list.js:207 +msgid "Calendar View" +msgstr "" + +#. Option for the 'Event Category' (Select) field in DocType 'Event' +#: frappe/contacts/doctype/contact/contact.js:55 +#: frappe/desk/doctype/event/event.json +msgid "Call" +msgstr "" + +#. Label of a Data field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Call To Action" +msgstr "" + +#. Label of a Data field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Call To Action URL" +msgstr "" + +#. Label of a Section Break field in DocType 'Blog Settings' +#: frappe/website/doctype/blog_settings/blog_settings.json +msgid "Call to Action" +msgstr "" + +#. Label of a Small Text field in DocType 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Callback Message" +msgstr "" + +#. Label of a Data field in DocType 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Callback Title" +msgstr "" + +#: frappe/public/js/frappe/file_uploader/FileUploader.vue:150 +#: frappe/public/js/frappe/ui/capture.js:326 +msgid "Camera" +msgstr "" + +#. Label of a Link field in DocType 'Newsletter' +#. Label of a Data field in DocType 'Web Page View' +#: frappe/email/doctype/newsletter/newsletter.json +#: frappe/public/js/frappe/utils/utils.js:1733 +#: frappe/website/doctype/web_page_view/web_page_view.json +#: frappe/website/report/website_analytics/website_analytics.js:39 +msgid "Campaign" +msgstr "" + +#. Label of a Small Text field in DocType 'Marketing Campaign' +#: frappe/website/doctype/marketing_campaign/marketing_campaign.json +msgid "Campaign Description (Optional)" +msgstr "" + +#: frappe/public/js/frappe/form/templates/set_sharing.html:4 +#: frappe/public/js/frappe/form/templates/set_sharing.html:50 +msgid "Can Read" +msgstr "" + +#: frappe/public/js/frappe/form/templates/set_sharing.html:7 +#: frappe/public/js/frappe/form/templates/set_sharing.html:53 +msgid "Can Share" +msgstr "" + +#: frappe/public/js/frappe/form/templates/set_sharing.html:6 +#: frappe/public/js/frappe/form/templates/set_sharing.html:52 +msgid "Can Submit" +msgstr "" + +#: frappe/public/js/frappe/form/templates/set_sharing.html:5 +#: frappe/public/js/frappe/form/templates/set_sharing.html:51 +msgid "Can Write" +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.py:361 +msgid "Can not rename as column {0} is already present on DocType." +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1125 +msgid "Can only change to/from Autoincrement naming rule when there is no data in the doctype" +msgstr "" + +#. Description of the 'Apply User Permission On' (Link) field in DocType 'User +#. Type' +#: frappe/core/doctype/user_type/user_type.json +msgid "Can only list down the document types which has been linked to the User document type." +msgstr "" + +#: frappe/model/rename_doc.py:363 +msgid "Can't rename {0} to {1} because {0} doesn't exist." +msgstr "" + +#. Label of a Check field in DocType 'Custom DocPerm' +#. Label of a Check field in DocType 'DocPerm' +#. Label of a Check field in DocType 'User Document Type' +#. Option for the 'Send Alert On' (Select) field in DocType 'Notification' +#. Option for the 'For Document Event' (Select) field in DocType 'Energy Point +#. Rule' +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/docperm/docperm.json +#: frappe/core/doctype/doctype/doctype_list.js:113 +#: frappe/core/doctype/user_document_type/user_document_type.json +#: frappe/email/doctype/notification/notification.json +#: frappe/public/js/frappe/form/reminders.js:54 +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +msgid "Cancel" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1958 +msgctxt "Button in list view actions menu" +msgid "Cancel" +msgstr "" + +#: frappe/public/js/frappe/ui/messages.js:68 +msgctxt "Secondary button in warning dialog" +msgid "Cancel" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:956 +msgid "Cancel All" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:943 +msgid "Cancel All Documents" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.js:132 +msgid "Cancel Scheduling" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1963 +msgctxt "Title of confirmation dialog" +msgid "Cancel {0} documents?" +msgstr "" + +#. Option for the 'Comment Type' (Select) field in DocType 'Comment' +#. Option for the 'Comment Type' (Select) field in DocType 'Communication' +#. Option for the 'Status' (Select) field in DocType 'Event' +#. Option for the 'Status' (Select) field in DocType 'ToDo' +#. Option for the 'Status' (Select) field in DocType 'Integration Request' +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +#: frappe/desk/doctype/event/event.json frappe/desk/doctype/todo/todo.json +#: frappe/desk/form/save.py:59 +#: frappe/integrations/doctype/integration_request/integration_request.json +#: frappe/public/js/frappe/model/indicator.js:78 +#: frappe/public/js/frappe/ui/filters/filter.js:532 +msgid "Cancelled" +msgstr "" + +#: frappe/core/doctype/deleted_document/deleted_document.py:52 +msgid "Cancelled Document restored as Draft" +msgstr "" + +#: frappe/public/js/frappe/form/save.js:13 +msgctxt "Freeze message while cancelling a document" +msgid "Cancelling" +msgstr "" + +#: frappe/desk/form/linked_with.py:375 +msgid "Cancelling documents" +msgstr "" + +#: frappe/desk/doctype/bulk_update/bulk_update.py:93 +msgid "Cancelling {0}" +msgstr "" + +#: frappe/core/doctype/prepared_report/prepared_report.py:255 +msgid "Cannot Download Report due to insufficient permissions" +msgstr "" + +#: frappe/client.py:461 +msgid "Cannot Fetch Values" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager.py:155 +msgid "Cannot Remove" +msgstr "" + +#: frappe/model/base_document.py:1055 +msgid "Cannot Update After Submit" +msgstr "" + +#: frappe/core/doctype/file/file.py:578 +msgid "Cannot access file path {0}" +msgstr "" + +#: frappe/public/js/workflow_builder/utils.js:183 +msgid "Cannot cancel before submitting while transitioning from {0} State to {1} State" +msgstr "" + +#: frappe/workflow/doctype/workflow/workflow.py:110 +msgid "Cannot cancel before submitting. See Transition {0}" +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:294 +msgid "Cannot cancel {0}." +msgstr "" + +#: frappe/model/document.py:850 +msgid "Cannot change docstatus from 0 (Draft) to 2 (Cancelled)" +msgstr "" + +#: frappe/model/document.py:864 +msgid "Cannot change docstatus from 1 (Submitted) to 0 (Draft)" +msgstr "" + +#: frappe/public/js/workflow_builder/utils.js:170 +msgid "Cannot change state of Cancelled Document ({0} State)" +msgstr "" + +#: frappe/workflow/doctype/workflow/workflow.py:99 +msgid "Cannot change state of Cancelled Document. Transition row {0}" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1115 +msgid "Cannot change to/from autoincrement autoname in Customize Form" +msgstr "" + +#: frappe/core/doctype/communication/communication.py:192 +msgid "Cannot create a {0} against a child document: {1}" +msgstr "" + +#: frappe/desk/doctype/workspace/workspace.py:258 +msgid "Cannot create private workspace of other users" +msgstr "" + +#: frappe/core/doctype/file/file.py:150 +msgid "Cannot delete Home and Attachments folders" +msgstr "" + +#: frappe/model/delete_doc.py:384 +msgid "Cannot delete or cancel because {0} {1} is linked with {2} {3} {4}" +msgstr "" + +#: frappe/desk/doctype/workspace/workspace.py:424 +msgid "Cannot delete private workspace of other users" +msgstr "" + +#: frappe/desk/doctype/workspace/workspace.py:417 +msgid "Cannot delete public workspace without Workspace Manager role" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:369 +msgid "Cannot delete standard action. You can hide it if you want" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:391 +msgid "Cannot delete standard document state." +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:321 +msgid "Cannot delete standard field {0}. You can hide it instead." +msgstr "" + +#: frappe/public/js/form_builder/components/Field.vue:38 +#: frappe/public/js/form_builder/components/Section.vue:117 +#: frappe/public/js/form_builder/components/Section.vue:190 +#: frappe/public/js/form_builder/components/Tabs.vue:56 +msgid "Cannot delete standard field. You can hide it if you want" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:347 +msgid "Cannot delete standard link. You can hide it if you want" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:313 +msgid "Cannot delete system generated field {0}. You can hide it instead." +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:215 +msgid "Cannot delete {0}" +msgstr "" + +#: frappe/utils/nestedset.py:303 +msgid "Cannot delete {0} as it has child nodes" +msgstr "" + +#: frappe/desk/doctype/dashboard/dashboard.py:48 +msgid "Cannot edit Standard Dashboards" +msgstr "" + +#: frappe/email/doctype/notification/notification.py:122 +msgid "Cannot edit Standard Notification. To edit, please disable this and duplicate it" +msgstr "" + +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.py:377 +msgid "Cannot edit Standard charts" +msgstr "" + +#: frappe/core/doctype/report/report.py:70 +msgid "Cannot edit a standard report. Please duplicate and create a new report" +msgstr "" + +#: frappe/model/document.py:870 +msgid "Cannot edit cancelled document" +msgstr "" + +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:378 +msgid "Cannot edit filters for standard charts" +msgstr "" + +#: frappe/desk/doctype/number_card/number_card.js:277 +#: frappe/desk/doctype/number_card/number_card.js:364 +msgid "Cannot edit filters for standard number cards" +msgstr "" + +#: frappe/client.py:166 +msgid "Cannot edit standard fields" +msgstr "" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:125 +msgid "Cannot enable {0} for a non-submittable doctype" +msgstr "" + +#: frappe/core/doctype/file/file.py:248 +msgid "Cannot find file {} on disk" +msgstr "" + +#: frappe/core/doctype/file/file.py:524 +msgid "Cannot get file contents of a Folder" +msgstr "" + +#: frappe/printing/page/print/print.js:845 +msgid "Cannot have multiple printers mapped to a single print format." +msgstr "" + +#: frappe/model/document.py:938 +msgid "Cannot link cancelled document: {0}" +msgstr "" + +#: frappe/model/mapper.py:171 +msgid "Cannot map because following condition fails:" +msgstr "" + +#: frappe/core/doctype/data_import/importer.py:933 +msgid "Cannot match column {0} with any field" +msgstr "" + +#: frappe/public/js/frappe/form/grid_row.js:171 +msgid "Cannot move row" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:861 +msgid "Cannot remove ID field" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager.py:132 +msgid "Cannot set 'Report' permission if 'Only If Creator' permission is set" +msgstr "" + +#: frappe/email/doctype/notification/notification.py:139 +msgid "Cannot set Notification with event {0} on Document Type {1}" +msgstr "" + +#: frappe/core/doctype/docshare/docshare.py:66 +msgid "Cannot share {0} with submit permission as the doctype {1} is not submittable" +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:291 +msgid "Cannot submit {0}." +msgstr "" + +#: frappe/desk/doctype/workspace/workspace.py:358 +msgid "Cannot update private workspace of other users" +msgstr "" + +#: frappe/desk/doctype/bulk_update/bulk_update.js:26 +#: frappe/public/js/frappe/list/bulk_operations.js:366 +msgid "Cannot update {0}" +msgstr "" + +#: frappe/model/db_query.py:1114 +msgid "Cannot use sub-query in order by" +msgstr "" + +#: frappe/model/db_query.py:1132 +msgid "Cannot use {0} in order/group by" +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:297 +msgid "Cannot {0} {1}." +msgstr "" + +#: frappe/utils/password_strength.py:177 +msgid "Capitalization doesn't help very much." +msgstr "" + +#: frappe/public/js/frappe/ui/capture.js:286 +msgid "Capture" +msgstr "" + +#. Label of a Link field in DocType 'Number Card Link' +#: frappe/desk/doctype/number_card_link/number_card_link.json +msgid "Card" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Workspace Link' +#: frappe/desk/doctype/workspace_link/workspace_link.json +msgid "Card Break" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:262 +msgid "Card Label" +msgstr "" + +#: frappe/public/js/frappe/widgets/widget_dialog.js:233 +msgid "Card Links" +msgstr "" + +#. Label of a Table field in DocType 'Dashboard' +#: frappe/desk/doctype/dashboard/dashboard.json +msgid "Cards" +msgstr "" + +#. Label of a Data field in DocType 'Desktop Icon' +#. Label of a Link field in DocType 'Help Article' +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +#: frappe/public/js/frappe/views/interaction.js:72 +#: frappe/website/doctype/help_article/help_article.json +msgid "Category" +msgstr "" + +#. Label of a Text field in DocType 'Help Category' +#: frappe/website/doctype/help_category/help_category.json +msgid "Category Description" +msgstr "" + +#. Label of a Data field in DocType 'Help Category' +#: frappe/website/doctype/help_category/help_category.json +msgid "Category Name" +msgstr "" + +#: frappe/utils/data.py:1335 +msgid "Cent" +msgstr "" + +#. Option for the 'Align' (Select) field in DocType 'Letter Head' +#. Option for the 'Text Align' (Select) field in DocType 'Web Page' +#: frappe/printing/doctype/letter_head/letter_head.json +#: frappe/website/doctype/web_page/web_page.json +msgid "Center" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:16 +msgid "Certain documents, like an Invoice, should not be changed once final. The final state for such documents is called Submitted. You can restrict which roles can Submit." +msgstr "" + +#: frappe/core/report/transaction_log_report/transaction_log_report.py:82 +msgid "Chain Integrity" +msgstr "" + +#. Label of a Small Text field in DocType 'Transaction Log' +#: frappe/core/doctype/transaction_log/transaction_log.json +msgid "Chaining Hash" +msgstr "" + +#: frappe/public/js/frappe/form/templates/form_sidebar.html:11 +#: frappe/tests/test_translate.py:98 +msgid "Change" +msgstr "" + +#: frappe/tests/test_translate.py:99 +msgctxt "Coins" +msgid "Change" +msgstr "" + +#: frappe/public/js/print_format_builder/LetterHeadEditor.vue:38 +msgid "Change Image" +msgstr "" + +#. Label of a Data field in DocType 'Customize Form' +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Change Label (via Custom Translation)" +msgstr "" + +#: frappe/public/js/print_format_builder/LetterHeadEditor.vue:45 +#: frappe/public/js/print_format_builder/LetterHeadEditor.vue:141 +msgid "Change Letter Head" +msgstr "" + +#. Label of a Section Break field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Change Password" +msgstr "" + +#: frappe/public/js/print_format_builder/print_format_builder.bundle.js:27 +msgid "Change Print Format" +msgstr "" + +#: frappe/desk/page/user_profile/user_profile_controller.js:51 +#: frappe/desk/page/user_profile/user_profile_controller.js:59 +msgid "Change User" +msgstr "" + +#. Description of the 'Update Series Counter' (Section Break) field in DocType +#. 'Document Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Change the starting / current sequence number of an existing series.
    \n\n" +"Warning: Incorrectly updating counters can prevent documents from getting created. " +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/changelog_feed/changelog_feed.json +msgid "Changelog Feed" +msgstr "" + +#: frappe/email/doctype/email_domain/email_domain.js:5 +msgid "Changing any setting will reflect on all the email accounts associated with this domain." +msgstr "" + +#: frappe/core/doctype/system_settings/system_settings.js:67 +msgid "Changing rounding method on site with data can result in unexpected behaviour." +msgstr "" + +#. Label of a Select field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Channel" +msgstr "" + +#. Label of a Link field in DocType 'Dashboard Chart Link' +#: frappe/desk/doctype/dashboard_chart_link/dashboard_chart_link.json +msgid "Chart" +msgstr "" + +#. Label of a Code field in DocType 'Dashboard Settings' +#: frappe/desk/doctype/dashboard_settings/dashboard_settings.json +msgid "Chart Configuration" +msgstr "" + +#. Label of a Data field in DocType 'Dashboard Chart' +#. Label of a Link field in DocType 'Workspace Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/workspace_chart/workspace_chart.json +#: frappe/public/js/frappe/views/reports/query_report.js:289 +#: frappe/public/js/frappe/widgets/widget_dialog.js:104 +msgid "Chart Name" +msgstr "" + +#. Label of a Code field in DocType 'Dashboard' +#. Label of a Section Break field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard/dashboard.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Chart Options" +msgstr "" + +#. Label of a Link field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Chart Source" +msgstr "" + +#. Label of a Select field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/public/js/frappe/views/reports/report_view.js:475 +msgid "Chart Type" +msgstr "" + +#. Label of a Table field in DocType 'Dashboard' +#. Label of a Table field in DocType 'Workspace' +#: frappe/desk/doctype/dashboard/dashboard.json +#: frappe/desk/doctype/workspace/workspace.json +msgid "Charts" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Communication' +#. Option for the 'Communication Type' (Select) field in DocType +#. 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Chat" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Column' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Filter' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Template Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/report_column/report_column.json +#: frappe/core/doctype/report_filter/report_filter.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/web_form_field/web_form_field.json +#: frappe/website/doctype/web_template_field/web_template_field.json +msgid "Check" +msgstr "" + +#: frappe/integrations/doctype/webhook/webhook.py:98 +msgid "Check Request URL" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.js:18 +msgid "Check broken links" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder_column_selector.html:1 +msgid "Check columns to select, drag to set order." +msgstr "" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:447 +msgid "Check the Error Log for more information: {0}" +msgstr "" + +#: frappe/website/doctype/website_settings/website_settings.js:147 +msgid "Check this if you don't want users to sign up for an account on your site. Users won't get desk access unless you explicitly provide it." +msgstr "" + +#. Description of the 'User must always select' (Check) field in DocType +#. 'Document Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Check this if you want to force the user to select a series before saving. There will be no default if you check this." +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.js:20 +msgid "Checking broken links..." +msgstr "" + +#: frappe/public/js/frappe/desk.js:220 +msgid "Checking one moment" +msgstr "" + +#: frappe/website/doctype/website_settings/website_settings.js:140 +msgid "Checking this will enable tracking page views for blogs, web pages, etc." +msgstr "" + +#. Description of the 'Hide Custom DocTypes and Reports' (Check) field in +#. DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "Checking this will hide custom doctypes and reports cards in Links section" +msgstr "" + +#: frappe/website/doctype/web_page/web_page.js:78 +msgid "Checking this will publish the page on your website and it'll be visible to everyone." +msgstr "" + +#: frappe/website/doctype/web_page/web_page.js:104 +msgid "Checking this will show a text area where you can write custom javascript that will run on this page." +msgstr "" + +#. Label of a Data field in DocType 'Transaction Log' +#: frappe/core/doctype/transaction_log/transaction_log.json +msgid "Checksum Version" +msgstr "" + +#: frappe/www/list.py:84 +msgid "Child DocTypes are not allowed" +msgstr "" + +#. Label of a Data field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Child Doctype" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1609 +msgid "Child Table {0} for field {1}" +msgstr "" + +#. Description of the 'Is Child Table' (Check) field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/doctype/doctype_list.js:37 +msgid "Child Tables are shown as a Grid in other DocTypes" +msgstr "" + +#: frappe/public/js/frappe/widgets/widget_dialog.js:619 +msgid "Choose Existing Card or create New Card" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:1430 +msgid "Choose a block or continue typing" +msgstr "" + +#: frappe/public/js/form_builder/components/controls/DataControl.vue:18 +#: frappe/public/js/frappe/form/controls/color.js:5 +msgid "Choose a color" +msgstr "" + +#: frappe/public/js/form_builder/components/controls/DataControl.vue:21 +#: frappe/public/js/frappe/form/controls/icon.js:5 +msgid "Choose an icon" +msgstr "" + +#. Description of the 'Two Factor Authentication method' (Select) field in +#. DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Choose authentication method to be used by all users" +msgstr "" + +#. Label of a Data field in DocType 'Contact Us Settings' +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +msgid "City" +msgstr "" + +#. Label of a Data field in DocType 'Address' +#: frappe/contacts/doctype/address/address.json +msgid "City/Town" +msgstr "" + +#: frappe/core/doctype/recorder/recorder_list.js:12 +#: frappe/public/js/frappe/form/controls/attach.js:16 +msgid "Clear" +msgstr "" + +#: frappe/public/js/frappe/views/communication.js:423 +msgid "Clear & Add Template" +msgstr "" + +#: frappe/public/js/frappe/views/communication.js:102 +msgid "Clear & Add template" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1864 +msgctxt "Button in list view actions menu" +msgid "Clear Assignment" +msgstr "" + +#: frappe/public/js/frappe/ui/keyboard.js:278 +msgid "Clear Cache and Reload" +msgstr "" + +#: frappe/core/doctype/error_log/error_log_list.js:12 +msgid "Clear Error Logs" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter_list.js:298 +msgid "Clear Filters" +msgstr "" + +#. Label of a Int field in DocType 'Logs To Clear' +#: frappe/core/doctype/logs_to_clear/logs_to_clear.json +msgid "Clear Logs After (days)" +msgstr "" + +#: frappe/core/doctype/user_permission/user_permission_list.js:144 +msgid "Clear User Permissions" +msgstr "" + +#: frappe/public/js/frappe/views/communication.js:424 +msgid "Clear the email message and add the template" +msgstr "" + +#: frappe/website/doctype/web_page/web_page.py:215 +msgid "Clearing end date, as it cannot be in the past for published pages." +msgstr "" + +#: frappe/public/js/frappe/views/dashboard/dashboard_view.js:193 +msgid "Click On Customize to add your first widget" +msgstr "" + +#: frappe/website/doctype/web_form/templates/web_form.html:144 +msgid "Click here" +msgstr "" + +#: frappe/public/js/frappe/form/templates/form_sidebar.html:26 +msgid "Click here to post bugs and suggestions" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.py:338 +msgid "Click here to verify" +msgstr "" + +#: frappe/integrations/doctype/google_drive/google_drive.js:47 +msgid "Click on Authorize Google Drive Access to authorize Google Drive Access." +msgstr "" + +#: frappe/public/js/frappe/file_uploader/FileUploader.vue:499 +msgid "Click on a file to select it." +msgstr "" + +#: frappe/templates/emails/login_with_email_link.html:19 +msgid "Click on the button to log in to {0}" +msgstr "" + +#: frappe/templates/emails/data_deletion_approval.html:2 +msgid "Click on the link below to approve the request" +msgstr "" + +#: frappe/templates/emails/new_user.html:7 +msgid "Click on the link below to complete your registration and set a new password" +msgstr "" + +#: frappe/templates/emails/download_data.html:3 +msgid "Click on the link below to download your data" +msgstr "" + +#: frappe/templates/emails/delete_data_confirmation.html:4 +msgid "Click on the link below to verify your request" +msgstr "" + +#: frappe/public/js/frappe/file_uploader/FileUploader.vue:200 +msgid "Click on the lock icon to toggle public/private" +msgstr "" + +#: frappe/integrations/doctype/google_calendar/google_calendar.py:102 +#: frappe/integrations/doctype/google_contacts/google_contacts.py:41 +#: frappe/integrations/doctype/google_drive/google_drive.py:53 +#: frappe/website/doctype/website_settings/website_settings.py:161 +msgid "Click on {0} to generate Refresh Token." +msgstr "" + +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:315 +#: frappe/desk/doctype/number_card/number_card.js:215 +#: frappe/email/doctype/auto_email_report/auto_email_report.js:99 +#: frappe/website/doctype/web_form/web_form.js:236 +msgid "Click table to edit" +msgstr "" + +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:502 +#: frappe/desk/doctype/number_card/number_card.js:402 +msgid "Click to Set Dynamic Filters" +msgstr "" + +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:372 +#: frappe/desk/doctype/number_card/number_card.js:270 +#: frappe/website/doctype/web_form/web_form.js:262 +msgid "Click to Set Filters" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:681 +msgid "Click to sort by {0}" +msgstr "" + +#. Option for the 'Delivery Status' (Select) field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Clicked" +msgstr "" + +#. Label of a Link field in DocType 'OAuth Authorization Code' +#. Label of a Link field in DocType 'OAuth Bearer Token' +#: frappe/integrations/doctype/oauth_authorization_code/oauth_authorization_code.json +#: frappe/integrations/doctype/oauth_bearer_token/oauth_bearer_token.json +msgid "Client" +msgstr "" + +#. Label of a Section Break field in DocType 'Report' +#: frappe/core/doctype/report/report.json +msgid "Client Code" +msgstr "" + +#. Label of a Section Break field in DocType 'Connected App' +#. Label of a Section Break field in DocType 'Social Login Key' +#: frappe/integrations/doctype/connected_app/connected_app.json +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Client Credentials" +msgstr "" + +#. Label of a Data field in DocType 'Google Settings' +#. Label of a Data field in DocType 'Social Login Key' +#: frappe/integrations/doctype/google_settings/google_settings.json +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Client ID" +msgstr "" + +#. Label of a Data field in DocType 'Connected App' +#: frappe/integrations/doctype/connected_app/connected_app.json +msgid "Client Id" +msgstr "" + +#. Label of a Section Break field in DocType 'Social Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Client Information" +msgstr "" + +#. Linked DocType in DocType's connections +#. Linked DocType in Module Def's connections +#. Label of a Link in the Build Workspace +#. Label of a shortcut in the Build Workspace +#. Name of a DocType +#. Label of a Code field in DocType 'DocType Layout' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/module_def/module_def.json +#: frappe/core/workspace/build/build.json +#: frappe/custom/doctype/client_script/client_script.json +#: frappe/custom/doctype/doctype_layout/doctype_layout.json +#: frappe/website/doctype/web_page/web_page.js:103 +msgid "Client Script" +msgstr "" + +#. Label of a Password field in DocType 'Connected App' +#. Label of a Password field in DocType 'Google Settings' +#. Label of a Password field in DocType 'Social Login Key' +#: frappe/integrations/doctype/connected_app/connected_app.json +#: frappe/integrations/doctype/google_settings/google_settings.json +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Client Secret" +msgstr "" + +#. Label of a Section Break field in DocType 'Social Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Client URLs" +msgstr "" + +#. Label of a Code field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Client script" +msgstr "" + +#: frappe/core/doctype/communication/communication.js:39 +#: frappe/desk/doctype/todo/todo.js:23 +#: frappe/public/js/frappe/ui/messages.js:245 +#: frappe/website/js/bootstrap-4.js:24 +msgid "Close" +msgstr "" + +#. Label of a Code field in DocType 'Assignment Rule' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +msgid "Close Condition" +msgstr "" + +#: frappe/public/js/form_builder/components/FieldProperties.vue:79 +msgid "Close properties" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Activity Log' +#. Option for the 'Status' (Select) field in DocType 'Communication' +#. Option for the 'Status' (Select) field in DocType 'Event' +#. Option for the 'Status' (Select) field in DocType 'ToDo' +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/communication/communication.json +#: frappe/desk/doctype/event/event.json frappe/desk/doctype/todo/todo.json +msgid "Closed" +msgstr "" + +#: frappe/templates/discussions/comment_box.html:25 +#: frappe/templates/discussions/reply_section.html:53 +#: frappe/templates/discussions/topic_modal.html:11 +msgid "Cmd+Enter to add comment" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Label of a Data field in DocType 'Country' +#. Option for the 'Response Type' (Select) field in DocType 'OAuth Client' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/geo/doctype/country/country.json +#: frappe/integrations/doctype/oauth_client/oauth_client.json +msgid "Code" +msgstr "" + +#. Label of a Data field in DocType 'OAuth Authorization Code' +#: frappe/integrations/doctype/oauth_authorization_code/oauth_authorization_code.json +msgid "Code Challenge" +msgstr "" + +#. Label of a Select field in DocType 'OAuth Authorization Code' +#: frappe/integrations/doctype/oauth_authorization_code/oauth_authorization_code.json +msgid "Code challenge method" +msgstr "" + +#: frappe/public/js/frappe/form/form_tour.js:270 +#: frappe/public/js/frappe/widgets/base_widget.js:159 +msgid "Collapse" +msgstr "" + +#: frappe/public/js/frappe/form/controls/code.js:179 +msgctxt "Shrink code field." +msgid "Collapse" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:1973 +#: frappe/public/js/frappe/views/treeview.js:110 +msgid "Collapse All" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Collapsible" +msgstr "" + +#. Label of a Code field in DocType 'Custom Field' +#. Label of a Code field in DocType 'Customize Form Field' +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Collapsible Depends On" +msgstr "" + +#. Label of a Code field in DocType 'DocField' +#: frappe/core/doctype/docfield/docfield.json +msgid "Collapsible Depends On (JS)" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Label of a Data field in DocType 'DocType' +#. Label of a Select field in DocType 'DocType State' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Label of a Color field in DocType 'Dashboard Chart' +#. Label of a Color field in DocType 'Dashboard Chart Field' +#. Label of a Data field in DocType 'Desktop Icon' +#. Label of a Color field in DocType 'Event' +#. Label of a Color field in DocType 'Number Card' +#. Label of a Color field in DocType 'ToDo' +#. Label of a Color field in DocType 'Workspace Shortcut' +#. Name of a DocType +#. Label of a Color field in DocType 'Color' +#. Label of a Color field in DocType 'Social Link Settings' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/doctype_state/doctype_state.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/dashboard_chart_field/dashboard_chart_field.json +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +#: frappe/desk/doctype/event/event.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/desk/doctype/todo/todo.json +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +#: frappe/public/js/frappe/views/reports/query_report.js:1160 +#: frappe/public/js/frappe/widgets/widget_dialog.js:510 +#: frappe/public/js/frappe/widgets/widget_dialog.js:662 +#: frappe/website/doctype/color/color.json +#: frappe/website/doctype/social_link_settings/social_link_settings.json +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Color" +msgstr "" + +#. Label of a Data field in DocType 'Recorder Suggested Index' +#: frappe/core/doctype/recorder_suggested_index/recorder_suggested_index.json +#: frappe/printing/page/print_format_builder/print_format_builder_column_selector.html:7 +#: frappe/public/js/form_builder/components/Section.vue:270 +#: frappe/public/js/print_format_builder/ConfigureColumns.vue:8 +msgid "Column" +msgstr "" + +#: frappe/desk/doctype/kanban_board/kanban_board.py:84 +msgid "Column {0} already exist." +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Template Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/web_form_field/web_form_field.json +#: frappe/website/doctype/web_template_field/web_template_field.json +msgid "Column Break" +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:140 +msgid "Column Labels:" +msgstr "" + +#. Label of a Data field in DocType 'Kanban Board Column' +#: frappe/core/doctype/data_export/exporter.py:25 +#: frappe/desk/doctype/kanban_board_column/kanban_board_column.json +msgid "Column Name" +msgstr "" + +#: frappe/desk/doctype/kanban_board/kanban_board.py:45 +msgid "Column Name cannot be empty" +msgstr "" + +#: frappe/public/js/frappe/form/grid_row.js:430 +msgid "Column Width" +msgstr "" + +#: frappe/public/js/frappe/form/grid_row.js:614 +msgid "Column width cannot be zero." +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:385 +msgid "Column {0}" +msgstr "" + +#. Label of a Int field in DocType 'DocField' +#. Label of a Section Break field in DocType 'Report' +#. Label of a Table field in DocType 'Report' +#. Label of a Int field in DocType 'Custom Field' +#. Label of a Int field in DocType 'Customize Form Field' +#. Label of a Table field in DocType 'Kanban Board' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/report/report.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/desk/doctype/kanban_board/kanban_board.json +msgid "Columns" +msgstr "" + +#. Label of a HTML Editor field in DocType 'Access Log' +#: frappe/core/doctype/access_log/access_log.json +msgid "Columns / Fields" +msgstr "" + +#: frappe/public/js/frappe/views/kanban/kanban_view.js:397 +msgid "Columns based on" +msgstr "" + +#: frappe/integrations/doctype/oauth_client/oauth_client.py:48 +msgid "Combination of Grant Type ({0}) and Response Type ({1}) not allowed" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Comm10E" +msgstr "" + +#. Name of a DocType +#. Option for the 'Comment Type' (Select) field in DocType 'Comment' +#. Option for the 'Communication Type' (Select) field in DocType +#. 'Communication' +#. Option for the 'Comment Type' (Select) field in DocType 'Communication' +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/version/version_view.html:3 +#: frappe/public/js/frappe/form/controls/comment.js:9 +#: frappe/public/js/frappe/form/sidebar/assign_to.js:236 +#: frappe/templates/includes/comments/comments.html:34 +msgid "Comment" +msgstr "" + +#. Label of a Data field in DocType 'Comment' +#: frappe/core/doctype/comment/comment.json +msgid "Comment By" +msgstr "" + +#. Label of a Data field in DocType 'Comment' +#: frappe/core/doctype/comment/comment.json +msgid "Comment Email" +msgstr "" + +#. Label of a Select field in DocType 'Comment' +#. Label of a Select field in DocType 'Communication' +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +msgid "Comment Type" +msgstr "" + +#: frappe/desk/form/utils.py:58 +msgid "Comment can only be edited by the owner" +msgstr "" + +#. Label of a Int field in DocType 'Blog Settings' +#: frappe/website/doctype/blog_settings/blog_settings.json +msgid "Comment limit" +msgstr "" + +#. Description of the 'Comment limit' (Int) field in DocType 'Blog Settings' +#: frappe/website/doctype/blog_settings/blog_settings.json +msgid "Comment limit per hour" +msgstr "" + +#: frappe/model/meta.py:53 frappe/public/js/frappe/form/controls/comment.js:9 +#: frappe/public/js/frappe/model/meta.js:206 +#: frappe/public/js/frappe/model/model.js:135 +#: frappe/website/doctype/web_form/templates/web_form.html:119 +msgid "Comments" +msgstr "" + +#. Description of the 'Timeline Field' (Data) field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Comments and Communications will be associated with this linked document" +msgstr "" + +#: frappe/templates/includes/comments/comments.py:38 +msgid "Comments cannot have links or email addresses" +msgstr "" + +#. Option for the 'Rounding Method' (Select) field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Commercial Rounding" +msgstr "" + +#. Label of a Check field in DocType 'System Console' +#: frappe/desk/doctype/system_console/system_console.json +msgid "Commit" +msgstr "" + +#. Label of a Check field in DocType 'Console Log' +#: frappe/desk/doctype/console_log/console_log.json +msgid "Committed" +msgstr "" + +#: frappe/utils/password_strength.py:172 +msgid "Common names and surnames are easy to guess." +msgstr "" + +#. Name of a DocType +#. Option for the 'Communication Type' (Select) field in DocType +#. 'Communication' +#. Linked DocType in User's connections +#. Label of a Data field in DocType 'Email Flag Queue' +#. Label of a Link field in DocType 'Email Queue' +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/user/user.json +#: frappe/email/doctype/email_flag_queue/email_flag_queue.json +#: frappe/email/doctype/email_queue/email_queue.json +#: frappe/tests/test_translate.py:35 frappe/tests/test_translate.py:103 +msgid "Communication" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/communication_link/communication_link.json +msgid "Communication Link" +msgstr "" + +#. Label of a Link in the Build Workspace +#: frappe/core/workspace/build/build.json +msgid "Communication Logs" +msgstr "" + +#. Label of a Select field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Communication Type" +msgstr "" + +#: frappe/integrations/frappe_providers/frappecloud_billing.py:28 +msgid "Communication secret not set" +msgstr "" + +#: frappe/desk/page/leaderboard/leaderboard.js:112 +msgid "Company" +msgstr "" + +#. Name of a DocType +#: frappe/website/doctype/company_history/company_history.json +#: frappe/www/about.html:29 +msgid "Company History" +msgstr "" + +#. Label of a Text Editor field in DocType 'About Us Settings' +#: frappe/website/doctype/about_us_settings/about_us_settings.json +msgid "Company Introduction" +msgstr "" + +#. Label of a Data field in DocType 'Contact' +#: frappe/contacts/doctype/contact/contact.json +msgid "Company Name" +msgstr "" + +#: frappe/core/doctype/server_script/server_script.js:14 +#: frappe/custom/doctype/client_script/client_script.js:54 +#: frappe/public/js/frappe/utils/diffview.js:28 +msgid "Compare Versions" +msgstr "" + +#: frappe/core/doctype/server_script/server_script.py:139 +msgid "Compilation warning" +msgstr "" + +#: frappe/website/doctype/website_theme/website_theme.py:121 +msgid "Compiled Successfully" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Scheduled Job Log' +#: frappe/core/doctype/scheduled_job_log/scheduled_job_log.json +#: frappe/www/complete_signup.html:21 +msgid "Complete" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/assign_to.js:202 +msgid "Complete By" +msgstr "" + +#: frappe/core/doctype/user/user.py:413 +#: frappe/templates/emails/new_user.html:10 +msgid "Complete Registration" +msgstr "" + +#: frappe/public/js/frappe/ui/slides.js:355 +msgctxt "Finish the setup wizard" +msgid "Complete Setup" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Auto Repeat' +#. Option for the 'Status' (Select) field in DocType 'Prepared Report' +#. Option for the 'Status' (Select) field in DocType 'Event' +#. Option for the 'Status' (Select) field in DocType 'Integration Request' +#. Option for the 'Status' (Select) field in DocType 'Workflow Action' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/core/doctype/doctype/boilerplate/controller_list.html:31 +#: frappe/core/doctype/prepared_report/prepared_report.json +#: frappe/desk/doctype/event/event.json +#: frappe/integrations/doctype/integration_request/integration_request.json +#: frappe/utils/goal.py:117 +#: frappe/workflow/doctype/workflow_action/workflow_action.json +msgid "Completed" +msgstr "" + +#. Label of a Link field in DocType 'Workflow Action' +#: frappe/workflow/doctype/workflow_action/workflow_action.json +msgid "Completed By Role" +msgstr "" + +#. Label of a Link field in DocType 'Workflow Action' +#: frappe/workflow/doctype/workflow_action/workflow_action.json +msgid "Completed By User" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Web Template' +#: frappe/website/doctype/web_template/web_template.json +msgid "Component" +msgstr "" + +#: frappe/public/js/frappe/views/inbox/inbox_view.js:184 +msgid "Compose Email" +msgstr "" + +#. Label of a Select field in DocType 'Document Naming Rule Condition' +#. Label of a Code field in DocType 'Navbar Item' +#. Label of a Small Text field in DocType 'Bulk Update' +#. Label of a Code field in DocType 'Notification' +#. Label of a Data field in DocType 'Notification Recipient' +#. Label of a Small Text field in DocType 'Webhook' +#. Label of a Code field in DocType 'Energy Point Rule' +#. Label of a Code field in DocType 'Workflow Transition' +#: frappe/core/doctype/document_naming_rule_condition/document_naming_rule_condition.json +#: frappe/core/doctype/navbar_item/navbar_item.json +#: frappe/desk/doctype/bulk_update/bulk_update.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:305 +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:439 +#: frappe/desk/doctype/number_card/number_card.js:205 +#: frappe/desk/doctype/number_card/number_card.js:336 +#: frappe/email/doctype/notification/notification.json +#: frappe/email/doctype/notification_recipient/notification_recipient.json +#: frappe/integrations/doctype/webhook/webhook.json +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +#: frappe/website/doctype/web_form/web_form.js:197 +#: frappe/workflow/doctype/workflow_transition/workflow_transition.json +msgid "Condition" +msgstr "" + +#. Label of a JSON field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Condition JSON" +msgstr "" + +#. Label of a HTML field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Condition description" +msgstr "" + +#. Label of a Table field in DocType 'Document Naming Rule' +#. Label of a Section Break field in DocType 'Workflow Transition' +#: frappe/core/doctype/document_naming_rule/document_naming_rule.json +#: frappe/workflow/doctype/workflow_transition/workflow_transition.json +msgid "Conditions" +msgstr "" + +#. Label of a Section Break field in DocType 'Social Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Configuration" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:457 +msgid "Configure Chart" +msgstr "" + +#: frappe/public/js/frappe/form/grid_row.js:382 +msgid "Configure Columns" +msgstr "" + +#: frappe/core/doctype/recorder/recorder_list.js:200 +msgid "Configure Recorder" +msgstr "" + +#: frappe/public/js/print_format_builder/Field.vue:103 +msgid "Configure columns for {0}" +msgstr "" + +#. Description of the 'Amended Documents' (Section Break) field in DocType +#. 'Document Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Configure how amended documents will be named.
    \n\n" +"Default behaviour is to follow an amend counter which adds a number to the end of the original name indicating the amended version.
    \n\n" +"Default Naming will make the amended document to behave same as new documents." +msgstr "" + +#. Description of a DocType +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Configure various aspects of how document naming works like naming series, current counter." +msgstr "" + +#: frappe/core/doctype/user/user.js:395 frappe/public/js/frappe/dom.js:331 +#: frappe/www/update-password.html:30 +msgid "Confirm" +msgstr "" + +#: frappe/public/js/frappe/ui/messages.js:31 +msgctxt "Title of confirmation dialog" +msgid "Confirm" +msgstr "" + +#: frappe/integrations/oauth2.py:118 +msgid "Confirm Access" +msgstr "" + +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:92 +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:100 +msgid "Confirm Deletion of Account" +msgstr "" + +#: frappe/core/doctype/user/user.js:189 +msgid "Confirm New Password" +msgstr "" + +#: frappe/www/update-password.html:24 +msgid "Confirm Password" +msgstr "" + +#: frappe/templates/emails/data_deletion_approval.html:6 +#: frappe/templates/emails/delete_data_confirmation.html:7 +msgid "Confirm Request" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.py:333 +msgid "Confirm Your Email" +msgstr "" + +#. Label of a Link field in DocType 'Email Group' +#: frappe/email/doctype/email_group/email_group.json +msgid "Confirmation Email Template" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.py:382 +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:393 +msgid "Confirmed" +msgstr "" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:530 +msgid "Congratulations on completing the module setup. If you want to learn more you can refer to the documentation here." +msgstr "" + +#: frappe/integrations/doctype/connected_app/connected_app.js:25 +msgid "Connect to {}" +msgstr "" + +#. Label of a Link field in DocType 'Email Account' +#. Name of a DocType +#. Label of a Link field in DocType 'Token Cache' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/integrations/doctype/connected_app/connected_app.json +#: frappe/integrations/doctype/token_cache/token_cache.json +msgid "Connected App" +msgstr "" + +#. Label of a Link field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Connected User" +msgstr "" + +#: frappe/public/js/frappe/form/print_utils.js:97 +#: frappe/public/js/frappe/form/print_utils.js:121 +msgid "Connected to QZ Tray!" +msgstr "" + +#: frappe/public/js/frappe/request.js:34 +msgid "Connection Lost" +msgstr "" + +#: frappe/templates/pages/integrations/gcalendar-success.html:3 +msgid "Connection Success" +msgstr "" + +#: frappe/public/js/frappe/dom.js:432 +msgid "Connection lost. Some features might not work." +msgstr "" + +#. Label of a Tab Break field in DocType 'DocType' +#. Label of a Tab Break field in DocType 'Module Def' +#. Label of a Tab Break field in DocType 'User' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/module_def/module_def.json +#: frappe/core/doctype/user/user.json +#: frappe/public/js/frappe/form/dashboard.js:54 +msgid "Connections" +msgstr "" + +#. Label of a Code field in DocType 'System Console' +#: frappe/desk/doctype/system_console/system_console.json +msgid "Console" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/console_log/console_log.json +msgid "Console Log" +msgstr "" + +#: frappe/desk/doctype/console_log/console_log.py:24 +msgid "Console Logs can not be deleted" +msgstr "" + +#. Label of a Section Break field in DocType 'DocField' +#: frappe/core/doctype/docfield/docfield.json +msgid "Constraints" +msgstr "" + +#. Name of a DocType +#. Linked DocType in User's connections +#: frappe/contacts/doctype/contact/contact.json +#: frappe/core/doctype/communication/communication.js:113 +#: frappe/core/doctype/user/user.json +msgid "Contact" +msgstr "" + +#. Label of a Section Break field in DocType 'Contact' +#: frappe/contacts/doctype/contact/contact.json +msgid "Contact Details" +msgstr "" + +#. Name of a DocType +#: frappe/contacts/doctype/contact_email/contact_email.json +msgid "Contact Email" +msgstr "" + +#. Label of a Table field in DocType 'Contact' +#: frappe/contacts/doctype/contact/contact.json +msgid "Contact Numbers" +msgstr "" + +#. Name of a DocType +#: frappe/contacts/doctype/contact_phone/contact_phone.json +msgid "Contact Phone" +msgstr "" + +#: frappe/integrations/doctype/google_contacts/google_contacts.py:293 +msgid "Contact Synced with Google Contacts." +msgstr "" + +#: frappe/www/contact.html:4 +msgid "Contact Us" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Website Workspace +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +#: frappe/website/workspace/website/website.json +msgid "Contact Us Settings" +msgstr "" + +#. Description of the 'Query Options' (Small Text) field in DocType 'Contact Us +#. Settings' +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +msgid "Contact options, like \"Sales Query, Support Query\" etc each on a new line or separated by commas." +msgstr "" + +#: frappe/utils/change_log.py:363 +msgid "Contains {0} security fix" +msgstr "" + +#: frappe/utils/change_log.py:361 +msgid "Contains {0} security fixes" +msgstr "" + +#. Label of a HTML Editor field in DocType 'Comment' +#. Label of a Text Editor field in DocType 'Note' +#. Label of a Long Text field in DocType 'Workspace' +#. Label of a Section Break field in DocType 'Newsletter' +#. Label of a Text Editor field in DocType 'Blog Post' +#. Label of a Text Editor field in DocType 'Help Article' +#. Label of a Tab Break field in DocType 'Web Page' +#. Label of a Section Break field in DocType 'Web Page' +#: frappe/core/doctype/comment/comment.json frappe/desk/doctype/note/note.json +#: frappe/desk/doctype/workspace/workspace.json +#: frappe/email/doctype/newsletter/newsletter.json +#: frappe/website/doctype/blog_post/blog_post.json +#: frappe/website/doctype/help_article/help_article.json +#: frappe/website/doctype/web_page/web_page.json +msgid "Content" +msgstr "" + +#. Label of a HTML Editor field in DocType 'Blog Post' +#: frappe/website/doctype/blog_post/blog_post.json +msgid "Content (HTML)" +msgstr "" + +#. Label of a Markdown Editor field in DocType 'Blog Post' +#: frappe/website/doctype/blog_post/blog_post.json +msgid "Content (Markdown)" +msgstr "" + +#. Label of a Data field in DocType 'File' +#: frappe/core/doctype/file/file.json +msgid "Content Hash" +msgstr "" + +#. Label of a Select field in DocType 'Newsletter' +#. Label of a Select field in DocType 'Blog Post' +#. Label of a Select field in DocType 'Web Page' +#: frappe/email/doctype/newsletter/newsletter.json +#: frappe/website/doctype/blog_post/blog_post.json +#: frappe/website/doctype/web_page/web_page.json +msgid "Content Type" +msgstr "" + +#: frappe/desk/doctype/workspace/workspace.py:81 +msgid "Content data shoud be a list" +msgstr "" + +#: frappe/website/doctype/web_page/web_page.js:91 +msgid "Content type for building the page" +msgstr "" + +#. Label of a Data field in DocType 'Translation' +#. Label of a Section Break field in DocType 'Web Page' +#: frappe/core/doctype/translation/translation.json +#: frappe/website/doctype/web_page/web_page.json +msgid "Context" +msgstr "" + +#. Label of a Code field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "Context Script" +msgstr "" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:209 +#: frappe/public/js/frappe/widgets/onboarding_widget.js:237 +#: frappe/public/js/frappe/widgets/onboarding_widget.js:277 +#: frappe/public/js/frappe/widgets/onboarding_widget.js:317 +#: frappe/public/js/frappe/widgets/onboarding_widget.js:366 +#: frappe/public/js/frappe/widgets/onboarding_widget.js:388 +#: frappe/public/js/frappe/widgets/onboarding_widget.js:428 +#: frappe/public/js/frappe/widgets/onboarding_widget.js:536 +msgid "Continue" +msgstr "" + +#. Label of a Check field in DocType 'Translation' +#: frappe/core/doctype/translation/translation.json +msgid "Contributed" +msgstr "" + +#. Label of a Data field in DocType 'Translation' +#: frappe/core/doctype/translation/translation.json +msgid "Contribution Document Name" +msgstr "" + +#. Label of a Select field in DocType 'Translation' +#: frappe/core/doctype/translation/translation.json +msgid "Contribution Status" +msgstr "" + +#. Description of the 'Sign ups' (Select) field in DocType 'Social Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Controls whether new users can sign up using this Social Login Key. If unset, Website Settings is respected." +msgstr "" + +#: frappe/public/js/frappe/utils/utils.js:1045 +msgid "Copied to clipboard." +msgstr "" + +#: frappe/website/doctype/web_form/web_form.js:29 +msgid "Copy Embed Code" +msgstr "" + +#: frappe/public/js/frappe/form/templates/timeline_message_box.html:83 +msgid "Copy Link" +msgstr "" + +#: frappe/public/js/frappe/request.js:615 +msgid "Copy error to clipboard" +msgstr "" + +#: frappe/public/js/frappe/form/toolbar.js:389 +msgid "Copy to Clipboard" +msgstr "" + +#. Label of a Data field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Copyright" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.py:119 +msgid "Core DocTypes cannot be customized." +msgstr "" + +#: frappe/desk/doctype/global_search_settings/global_search_settings.py:36 +msgid "Core Modules {0} cannot be searched in Global Search." +msgstr "" + +#: frappe/printing/page/print/print.js:620 +msgid "Correct version :" +msgstr "" + +#: frappe/email/smtp.py:78 +msgid "Could not connect to outgoing email server" +msgstr "" + +#: frappe/model/document.py:934 +msgid "Could not find {0}" +msgstr "" + +#: frappe/core/doctype/data_import/importer.py:895 +msgid "Could not map column {0} to field {1}" +msgstr "" + +#: frappe/public/js/frappe/web_form/web_form.js:359 +msgid "Couldn't save, please check the data you have entered" +msgstr "" + +#. Option for the 'Chart Type' (Select) field in DocType 'Dashboard Chart' +#. Option for the 'Group By Type' (Select) field in DocType 'Dashboard Chart' +#. Option for the 'Function' (Select) field in DocType 'Number Card' +#. Label of a Int field in DocType 'System Health Report Workers' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/desk/doctype/system_health_report_workers/system_health_report_workers.json +#: frappe/public/js/frappe/ui/group_by/group_by.js:19 +#: frappe/public/js/frappe/ui/group_by/group_by.js:316 +#: frappe/workflow/doctype/workflow/workflow.js:162 +msgid "Count" +msgstr "" + +#: frappe/public/js/frappe/widgets/widget_dialog.js:504 +msgid "Count Customizations" +msgstr "" + +#. Label of a Section Break field in DocType 'Workspace Shortcut' +#. Label of a Code field in DocType 'Workspace Shortcut' +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +#: frappe/public/js/frappe/widgets/widget_dialog.js:489 +msgid "Count Filter" +msgstr "" + +#. Label of a Int field in DocType 'Document Naming Rule' +#: frappe/core/doctype/document_naming_rule/document_naming_rule.json +msgid "Counter" +msgstr "" + +#. Label of a Link field in DocType 'Address' +#. Label of a Link field in DocType 'Address Template' +#. Label of a Link field in DocType 'System Settings' +#. Name of a DocType +#. Label of a Data field in DocType 'Contact Us Settings' +#: frappe/contacts/doctype/address/address.json +#: frappe/contacts/doctype/address_template/address_template.json +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/geo/doctype/country/country.json +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +msgid "Country" +msgstr "" + +#: frappe/utils/__init__.py:116 +msgid "Country Code Required" +msgstr "" + +#. Label of a Data field in DocType 'Country' +#: frappe/geo/doctype/country/country.json +msgid "Country Name" +msgstr "" + +#. Label of a Data field in DocType 'Address' +#: frappe/contacts/doctype/address/address.json +msgid "County" +msgstr "" + +#: frappe/public/js/frappe/utils/number_systems.js:23 +#: frappe/public/js/frappe/utils/number_systems.js:45 +msgctxt "Number system" +msgid "Cr" +msgstr "" + +#. Label of a Check field in DocType 'Custom DocPerm' +#. Label of a Check field in DocType 'DocPerm' +#. Label of a Check field in DocType 'User Document Type' +#: frappe/core/doctype/communication/communication.js:117 +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/docperm/docperm.json +#: frappe/core/doctype/user_document_type/user_document_type.json +#: frappe/printing/page/print_format_builder_beta/print_format_builder_beta.js:46 +#: frappe/public/js/frappe/form/reminders.js:49 +#: frappe/public/js/frappe/views/file/file_view.js:112 +#: frappe/public/js/frappe/views/interaction.js:18 +#: frappe/public/js/frappe/views/reports/query_report.js:1192 +#: frappe/public/js/frappe/views/workspace/workspace.js:1262 +#: frappe/workflow/page/workflow_builder/workflow_builder.js:46 +msgid "Create" +msgstr "" + +#: frappe/core/doctype/doctype/doctype_list.js:85 +msgid "Create & Continue" +msgstr "" + +#. Title of an Onboarding Step +#: frappe/website/onboarding_step/create_blogger/create_blogger.json +msgid "Create Blogger" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:187 +#: frappe/public/js/frappe/views/reports/query_report.js:232 +msgid "Create Card" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:285 +#: frappe/public/js/frappe/views/reports/query_report.js:1119 +msgid "Create Chart" +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Create Contacts from Incoming Emails" +msgstr "" + +#. Title of an Onboarding Step +#: frappe/custom/onboarding_step/custom_field/custom_field.json +msgid "Create Custom Fields" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:970 +msgid "Create Duplicate" +msgstr "" + +#. Option for the 'Action' (Select) field in DocType 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Create Entry" +msgstr "" + +#: frappe/public/js/print_format_builder/LetterHeadEditor.vue:59 +#: frappe/public/js/print_format_builder/LetterHeadEditor.vue:195 +msgid "Create Letter Head" +msgstr "" + +#. Label of a Check field in DocType 'Scheduled Job Type' +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +msgid "Create Log" +msgstr "" + +#: frappe/printing/page/print_format_builder_beta/print_format_builder_beta.js:41 +#: frappe/public/js/frappe/views/treeview.js:344 +#: frappe/workflow/page/workflow_builder/workflow_builder.js:41 +msgid "Create New" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:486 +msgctxt "Create a new document from list view" +msgid "Create New" +msgstr "" + +#: frappe/core/doctype/doctype/doctype_list.js:83 +msgid "Create New DocType" +msgstr "" + +#: frappe/public/js/frappe/list/list_view_select.js:204 +msgid "Create New Kanban Board" +msgstr "" + +#: frappe/core/doctype/user/user.js:267 +msgid "Create User Email" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder_start.html:16 +msgid "Create a New Format" +msgstr "" + +#: frappe/public/js/frappe/form/reminders.js:9 +msgid "Create a Reminder" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:537 +msgid "Create a new ..." +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:156 +msgid "Create a new record" +msgstr "" + +#: frappe/public/js/frappe/form/controls/link.js:303 +#: frappe/public/js/frappe/form/controls/link.js:305 +#: frappe/public/js/frappe/form/link_selector.js:139 +#: frappe/public/js/frappe/list/list_view.js:475 +#: frappe/public/js/frappe/web_form/web_form_list.js:225 +msgid "Create a new {0}" +msgstr "" + +#: frappe/www/login.html:142 +msgid "Create a {0} Account" +msgstr "" + +#. Description of a DocType +#: frappe/email/doctype/newsletter/newsletter.json +msgid "Create and send emails to a specific group of subscribers periodically." +msgstr "" + +#. Description of a Card Break in the Build Workspace +#: frappe/core/workspace/build/build.json +msgid "Create new forms and views with doctypes. Set up multi-level workflows for approval" +msgstr "" + +#: frappe/printing/page/print_format_builder_beta/print_format_builder_beta.js:34 +msgid "Create or Edit Print Format" +msgstr "" + +#: frappe/workflow/page/workflow_builder/workflow_builder.js:34 +msgid "Create or Edit Workflow" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:478 +msgid "Create your first {0}" +msgstr "" + +#: frappe/workflow/doctype/workflow/workflow.js:16 +msgid "Create your workflow visually using the Workflow Builder." +msgstr "" + +#. Option for the 'Comment Type' (Select) field in DocType 'Comment' +#. Option for the 'Comment Type' (Select) field in DocType 'Communication' +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +#: frappe/public/js/frappe/views/file/file_view.js:318 +msgid "Created" +msgstr "" + +#. Label of a Datetime field in DocType 'Submission Queue' +#: frappe/core/doctype/submission_queue/submission_queue.json +msgid "Created At" +msgstr "" + +#: frappe/model/meta.py:50 +#: frappe/public/js/frappe/list/list_sidebar_group_by.js:73 +#: frappe/public/js/frappe/model/meta.js:203 +#: frappe/public/js/frappe/model/model.js:123 +msgid "Created By" +msgstr "" + +#: frappe/workflow/doctype/workflow/workflow.py:65 +msgid "Created Custom Field {0} in {1}" +msgstr "" + +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:241 +#: frappe/email/doctype/notification/notification.js:32 frappe/model/meta.py:45 +#: frappe/public/js/frappe/model/meta.js:198 +#: frappe/public/js/frappe/model/model.js:125 +#: frappe/public/js/frappe/views/dashboard/dashboard_view.js:478 +msgid "Created On" +msgstr "" + +#: frappe/public/js/frappe/desk.js:500 +#: frappe/public/js/frappe/views/treeview.js:359 +msgid "Creating {0}" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Energy Point Log' +#: frappe/social/doctype/energy_point_log/energy_point_log.json +msgid "Criticism" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/review.js:66 +msgid "Criticize" +msgstr "" + +#. Option for the 'Frequency' (Select) field in DocType 'Scheduled Job Type' +#. Option for the 'Event Frequency' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +#: frappe/core/doctype/server_script/server_script.json +msgid "Cron" +msgstr "" + +#. Label of a Data field in DocType 'Scheduled Job Type' +#. Label of a Data field in DocType 'Server Script' +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +#: frappe/core/doctype/server_script/server_script.json +msgid "Cron Format" +msgstr "" + +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.py:60 +msgid "Cron format is required for job types with Cron frequency." +msgstr "" + +#: frappe/public/js/frappe/file_uploader/ImageCropper.vue:34 +msgid "Crop" +msgstr "" + +#: frappe/public/js/frappe/form/grid_row_form.js:42 +msgid "Ctrl + Down" +msgstr "" + +#: frappe/public/js/frappe/form/grid_row_form.js:42 +msgid "Ctrl + Up" +msgstr "" + +#: frappe/templates/includes/comments/comments.html:32 +msgid "Ctrl+Enter to add comment" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Column' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Filter' +#. Label of a Link field in DocType 'System Settings' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Name of a DocType +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/report_column/report_column.json +#: frappe/core/doctype/report_filter/report_filter.json +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/desk/page/setup_wizard/setup_wizard.js:403 +#: frappe/geo/doctype/currency/currency.json +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Currency" +msgstr "" + +#. Label of a Data field in DocType 'Currency' +#: frappe/geo/doctype/currency/currency.json +msgid "Currency Name" +msgstr "" + +#. Label of a Select field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Currency Precision" +msgstr "" + +#. Description of a DocType +#: frappe/geo/doctype/currency/currency.json +msgid "Currency list stores the currency value, its symbol and fraction unit" +msgstr "" + +#. Option for the 'Address Type' (Select) field in DocType 'Address' +#: frappe/contacts/doctype/address/address.json +msgid "Current" +msgstr "" + +#. Label of a Link field in DocType 'RQ Worker' +#: frappe/core/doctype/rq_worker/rq_worker.json +msgid "Current Job ID" +msgstr "" + +#. Label of a Int field in DocType 'Document Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Current Value" +msgstr "" + +#: frappe/public/js/frappe/form/workflow.js:45 +msgid "Current status" +msgstr "" + +#: frappe/public/js/frappe/form/form_viewers.js:5 +msgid "Currently Viewing" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/review.js:77 +msgid "Currently you have {0} review points" +msgstr "" + +#. Label of a Check field in DocType 'DocType Action' +#. Label of a Check field in DocType 'DocType Link' +#. Label of a Check field in DocType 'DocType State' +#. Label of a Check field in DocType 'Module Def' +#. Option for the 'Chart Type' (Select) field in DocType 'Dashboard Chart' +#. Label of a Check field in DocType 'Desktop Icon' +#. Option for the 'Type' (Select) field in DocType 'Number Card' +#. Option for the 'Send Alert On' (Select) field in DocType 'Notification' +#. Option for the 'Directory Server' (Select) field in DocType 'LDAP Settings' +#. Option for the 'Social Login Provider' (Select) field in DocType 'Social +#. Login Key' +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#. Option for the 'For Document Event' (Select) field in DocType 'Energy Point +#. Rule' +#: frappe/core/doctype/doctype_action/doctype_action.json +#: frappe/core/doctype/doctype_link/doctype_link.json +#: frappe/core/doctype/doctype_state/doctype_state.json +#: frappe/core/doctype/module_def/module_def.json +#: frappe/core/doctype/user_type/user_type_list.js:7 +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/email/doctype/notification/notification.json +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +#: frappe/integrations/doctype/social_login_key/social_login_key.json +#: frappe/printing/doctype/print_settings/print_settings.json +#: frappe/public/js/frappe/form/reminders.js:20 +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +msgid "Custom" +msgstr "" + +#. Label of a Check field in DocType 'Social Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Custom Base URL" +msgstr "" + +#. Label of a Link field in DocType 'Workspace Custom Block' +#: frappe/desk/doctype/workspace_custom_block/workspace_custom_block.json +msgid "Custom Block Name" +msgstr "" + +#. Label of a Tab Break field in DocType 'Workspace' +#. Label of a Table field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "Custom Blocks" +msgstr "" + +#. Label of a Code field in DocType 'Print Format' +#. Label of a Code field in DocType 'Web Form' +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/website/doctype/web_form/web_form.json +msgid "Custom CSS" +msgstr "" + +#. Label of a Section Break field in DocType 'Number Card' +#: frappe/desk/doctype/number_card/number_card.json +msgid "Custom Configuration" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/custom_docperm/custom_docperm.json +msgid "Custom DocPerm" +msgstr "" + +#. Title of an Onboarding Step +#: frappe/custom/onboarding_step/custom_doctype/custom_doctype.json +msgid "Custom Document Types" +msgstr "" + +#. Label of a Table field in DocType 'User Type' +#: frappe/core/doctype/user_type/user_type.json +msgid "Custom Document Types (Select Permission)" +msgstr "" + +#: frappe/core/doctype/user_type/user_type.py:104 +msgid "Custom Document Types Limit Exceeded" +msgstr "" + +#: frappe/desk/desktop.py:489 +msgid "Custom Documents" +msgstr "" + +#. Linked DocType in DocType's connections +#. Linked DocType in Module Def's connections +#. Label of a Link in the Build Workspace +#. Name of a DocType +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/module_def/module_def.json +#: frappe/core/workspace/build/build.json +#: frappe/custom/doctype/custom_field/custom_field.json +msgid "Custom Field" +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.py:219 +msgid "Custom Field {0} is created by the Administrator and can only be deleted through the Administrator account." +msgstr "" + +#. Subtitle of the Module Onboarding 'Customization' +#: frappe/custom/module_onboarding/customization/customization.json +msgid "Custom Field, Custom Doctype, Naming Series, Role Permission, Workflow, Print Formats, Reports" +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.py:261 +msgid "Custom Fields can only be added to a standard DocType." +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.py:258 +msgid "Custom Fields cannot be added to core DocTypes." +msgstr "" + +#. Label of a Section Break field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Custom Footer" +msgstr "" + +#. Label of a Check field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "Custom Format" +msgstr "" + +#. Label of a Data field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "Custom Group Search" +msgstr "" + +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:122 +msgid "Custom Group Search if filled needs to contain the user placeholder {0}, eg uid={0},ou=users,dc=example,dc=com" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:190 +#: frappe/printing/page/print_format_builder/print_format_builder.js:720 +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:192 +msgid "Custom HTML" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/custom_html_block/custom_html_block.json +msgid "Custom HTML Block" +msgstr "" + +#. Label of a HTML field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "Custom HTML Help" +msgstr "" + +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:114 +msgid "Custom LDAP Directoy Selected, please ensure 'LDAP Group Member attribute' and 'Group Object Class' are entered" +msgstr "" + +#. Label of a Data field in DocType 'Web Form Field' +#. Label of a Data field in DocType 'Web Form List Column' +#: frappe/website/doctype/web_form_field/web_form_field.json +#: frappe/website/doctype/web_form_list_column/web_form_list_column.json +msgid "Custom Label" +msgstr "" + +#. Label of a Table field in DocType 'Portal Settings' +#: frappe/website/doctype/portal_settings/portal_settings.json +msgid "Custom Menu Items" +msgstr "" + +#. Label of a Code field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Custom Options" +msgstr "" + +#. Label of a Code field in DocType 'Website Theme' +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Custom Overrides" +msgstr "" + +#. Option for the 'Report Type' (Select) field in DocType 'Report' +#: frappe/core/doctype/report/report.json +msgid "Custom Report" +msgstr "" + +#: frappe/desk/desktop.py:490 +msgid "Custom Reports" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/custom_role/custom_role.json +msgid "Custom Role" +msgstr "" + +#. Label of a Code field in DocType 'Website Theme' +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Custom SCSS" +msgstr "" + +#. Label of a Section Break field in DocType 'Portal Settings' +#: frappe/website/doctype/portal_settings/portal_settings.json +msgid "Custom Sidebar Menu" +msgstr "" + +#. Label of a Link in the Build Workspace +#: frappe/core/workspace/build/build.json +msgid "Custom Translation" +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.py:374 +msgid "Custom field renamed to {0} successfully." +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#. Label of a Check field in DocType 'Website Theme' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/doctype/doctype_list.js:65 +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Custom?" +msgstr "" + +#. Group in DocType's connections +#. Group in Module Def's connections +#. Label of a Card Break in the Build Workspace +#. Title of the Module Onboarding 'Customization' +#. Label of a Tab Break field in DocType 'Web Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/module_def/module_def.json +#: frappe/core/workspace/build/build.json +#: frappe/custom/module_onboarding/customization/customization.json +#: frappe/website/doctype/web_form/web_form.json +msgid "Customization" +msgstr "" + +#. Success message of the Module Onboarding 'Customization' +#: frappe/custom/module_onboarding/customization/customization.json +msgid "Customization onboarding is all done!" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:556 +msgid "Customizations Discarded" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:465 +msgid "Customizations Reset" +msgstr "" + +#: frappe/modules/utils.py:96 +msgid "Customizations for {0} exported to:
    {1}" +msgstr "" + +#: frappe/printing/page/print/print.js:171 +#: frappe/public/js/frappe/form/templates/print_layout.html:39 +#: frappe/public/js/frappe/form/toolbar.js:515 +#: frappe/public/js/frappe/views/dashboard/dashboard_view.js:196 +msgid "Customize" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1701 +msgctxt "Button in list view menu" +msgid "Customize" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:89 +msgid "Customize Child Table" +msgstr "" + +#: frappe/public/js/frappe/views/dashboard/dashboard_view.js:37 +msgid "Customize Dashboard" +msgstr "" + +#. Label of a Link in the Build Workspace +#. Label of a shortcut in the Build Workspace +#. Name of a DocType +#: frappe/automation/doctype/auto_repeat/auto_repeat.js:33 +#: frappe/core/workspace/build/build.json +#: frappe/custom/doctype/customize_form/customize_form.json +#: frappe/public/js/frappe/views/kanban/kanban_view.js:343 +msgid "Customize Form" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:100 +msgid "Customize Form - {0}" +msgstr "" + +#. Name of a DocType +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Customize Form Field" +msgstr "" + +#. Title of an Onboarding Step +#: frappe/custom/onboarding_step/print_format/print_format.json +msgid "Customize Print Formats" +msgstr "" + +#. Description of a Card Break in the Build Workspace +#: frappe/core/workspace/build/build.json +msgid "Customize properties, naming, fields and more for standard doctypes" +msgstr "" + +#: frappe/public/js/frappe/views/file/file_view.js:144 +msgid "Cut" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'DocType State' +#. Option for the 'Indicator' (Select) field in DocType 'Kanban Board Column' +#: frappe/core/doctype/doctype_state/doctype_state.json +#: frappe/desk/doctype/kanban_board_column/kanban_board_column.json +msgid "Cyan" +msgstr "" + +#. Option for the 'Method' (Select) field in DocType 'Recorder' +#. Option for the 'Request Method' (Select) field in DocType 'Webhook' +#: frappe/core/doctype/recorder/recorder.json +#: frappe/integrations/doctype/webhook/webhook.json +msgid "DELETE" +msgstr "" + +#. Option for the 'Default Sort Order' (Select) field in DocType 'DocType' +#. Option for the 'Sort Order' (Select) field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "DESC" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "DLE" +msgstr "" + +#: frappe/templates/print_formats/standard_macros.html:207 +msgid "DRAFT" +msgstr "" + +#. Option for the 'Frequency' (Select) field in DocType 'Auto Repeat' +#. Option for the 'Frequency' (Select) field in DocType 'Scheduled Job Type' +#. Option for the 'Event Frequency' (Select) field in DocType 'Server Script' +#. Option for the 'Frequency' (Select) field in DocType 'User' +#. Option for the 'Time Interval' (Select) field in DocType 'Dashboard Chart' +#. Option for the 'Repeat On' (Select) field in DocType 'Event' +#. Option for the 'Stats Time Interval' (Select) field in DocType 'Number Card' +#. Option for the 'Period' (Select) field in DocType 'Auto Email Report' +#. Option for the 'Frequency' (Select) field in DocType 'Auto Email Report' +#. Option for the 'Backup Frequency' (Select) field in DocType 'Dropbox +#. Settings' +#. Option for the 'Frequency' (Select) field in DocType 'Google Drive' +#. Option for the 'Backup Frequency' (Select) field in DocType 'S3 Backup +#. Settings' +#. Option for the 'Point Allocation Periodicity' (Select) field in DocType +#. 'Energy Point Settings' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +#: frappe/core/doctype/server_script/server_script.json +#: frappe/core/doctype/user/user.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/event/event.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.json +#: frappe/integrations/doctype/google_drive/google_drive.json +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +#: frappe/public/js/frappe/utils/common.js:398 +#: frappe/social/doctype/energy_point_settings/energy_point_settings.json +#: frappe/website/report/website_analytics/website_analytics.js:23 +msgid "Daily" +msgstr "" + +#: frappe/templates/emails/upcoming_events.html:8 +msgid "Daily Event Digest is sent for Calendar Events where reminders are set." +msgstr "" + +#: frappe/desk/doctype/event/event.py:92 +msgid "Daily Events should finish on the Same Day." +msgstr "" + +#. Option for the 'Frequency' (Select) field in DocType 'Scheduled Job Type' +#. Option for the 'Event Frequency' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +#: frappe/core/doctype/server_script/server_script.json +msgid "Daily Long" +msgstr "" + +#. Option for the 'Style' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "Danger" +msgstr "" + +#. Option for the 'Desk Theme' (Select) field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Dark" +msgstr "" + +#. Label of a Link field in DocType 'Website Theme' +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Dark Color" +msgstr "" + +#: frappe/public/js/frappe/ui/theme_switcher.js:65 +msgid "Dark Theme" +msgstr "" + +#. Label of a Check field in DocType 'User' +#. Label of a Link in the Build Workspace +#. Name of a DocType +#. Option for the 'Select List View' (Select) field in DocType 'Form Tour' +#. Option for the 'Type' (Select) field in DocType 'Workspace Shortcut' +#. Option for the 'DocType View' (Select) field in DocType 'Workspace Shortcut' +#: frappe/core/doctype/user/user.json +#: frappe/core/page/dashboard_view/dashboard_view.js:10 +#: frappe/core/workspace/build/build.json +#: frappe/desk/doctype/dashboard/dashboard.json +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:562 +msgid "Dashboard" +msgstr "" + +#. Label of a Link in the Build Workspace +#. Name of a DocType +#: frappe/core/workspace/build/build.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Dashboard Chart" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/dashboard_chart_field/dashboard_chart_field.json +msgid "Dashboard Chart Field" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/dashboard_chart_link/dashboard_chart_link.json +msgid "Dashboard Chart Link" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/dashboard_chart_source/dashboard_chart_source.json +msgid "Dashboard Chart Source" +msgstr "" + +#. Name of a role +#: frappe/desk/doctype/dashboard/dashboard.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/number_card/number_card.json +msgid "Dashboard Manager" +msgstr "" + +#. Label of a Data field in DocType 'Dashboard' +#: frappe/desk/doctype/dashboard/dashboard.json +msgid "Dashboard Name" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/dashboard_settings/dashboard_settings.json +msgid "Dashboard Settings" +msgstr "" + +#: frappe/public/js/frappe/list/base_list.js:204 +msgid "Dashboard View" +msgstr "" + +#. Label of a Tab Break field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "Dashboards" +msgstr "" + +#. Label of a Card Break in the Tools Workspace +#. Label of a Code field in DocType 'Deleted Document' +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Column' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Filter' +#. Label of a Long Text field in DocType 'Transaction Log' +#. Label of a Code field in DocType 'Version' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Label of a Table field in DocType 'Webhook' +#. Label of a Code field in DocType 'Webhook Request Log' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Template Field' +#: frappe/automation/workspace/tools/tools.json +#: frappe/core/doctype/deleted_document/deleted_document.json +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/report_column/report_column.json +#: frappe/core/doctype/report_filter/report_filter.json +#: frappe/core/doctype/transaction_log/transaction_log.json +#: frappe/core/doctype/version/version.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/integrations/doctype/webhook/webhook.json +#: frappe/integrations/doctype/webhook_request_log/webhook_request_log.json +#: frappe/website/doctype/web_form_field/web_form_field.json +#: frappe/website/doctype/web_template_field/web_template_field.json +msgid "Data" +msgstr "" + +#: frappe/public/js/frappe/form/controls/data.js:58 +msgid "Data Clipped" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/data_export/data_export.json +msgid "Data Export" +msgstr "" + +#. Name of a DocType +#. Label of a Link field in DocType 'Data Import Log' +#: frappe/core/doctype/data_import/data_import.json +#: frappe/core/doctype/data_import_log/data_import_log.json +msgid "Data Import" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/data_import_log/data_import_log.json +msgid "Data Import Log" +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:174 +msgid "Data Import Template" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.py:611 +msgid "Data Too Long" +msgstr "" + +#: frappe/model/base_document.py:719 +msgid "Data missing in table" +msgstr "" + +#. Label of a Data field in DocType 'System Health Report' +#. Label of a Section Break field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Database" +msgstr "" + +#. Label of a Select field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Database Engine" +msgstr "" + +#. Label of a Section Break field in DocType 'System Console' +#: frappe/desk/doctype/system_console/system_console.json +msgid "Database Processes" +msgstr "" + +#: frappe/public/js/frappe/doctype/index.js:38 +msgid "Database Row Size Utilization" +msgstr "" + +#. Name of a report +#: frappe/core/report/database_storage_usage_by_tables/database_storage_usage_by_tables.json +msgid "Database Storage Usage By Tables" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.py:245 +msgid "Database Table Row Size Limit" +msgstr "" + +#: frappe/public/js/frappe/doctype/index.js:40 +msgid "Database Table Row Size Utilization: {0}%, this limits number of fields you can add." +msgstr "" + +#. Label of a Data field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Database Version" +msgstr "" + +#. Label of a Datetime field in DocType 'Activity Log' +#. Label of a Datetime field in DocType 'Communication' +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Column' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Filter' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/report_column/report_column.json +#: frappe/core/doctype/report_filter/report_filter.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/desk/report/todo/todo.py:38 +#: frappe/email/doctype/newsletter/newsletter.js:109 +#: frappe/public/js/frappe/views/interaction.js:80 +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Date" +msgstr "" + +#. Label of a Select field in DocType 'System Settings' +#. Label of a Data field in DocType 'Country' +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/geo/doctype/country/country.json +msgid "Date Format" +msgstr "" + +#: frappe/desk/page/leaderboard/leaderboard.js:165 +msgid "Date Range" +msgstr "" + +#. Label of a Section Break field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Date and Number Format" +msgstr "" + +#: frappe/public/js/frappe/form/controls/date.js:164 +msgid "Date {0} must be in format: {1}" +msgstr "" + +#: frappe/utils/password_strength.py:123 +msgid "Dates are often easy to guess." +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Column' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Filter' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/report_column/report_column.json +#: frappe/core/doctype/report_filter/report_filter.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Datetime" +msgstr "" + +#. Label of a Select field in DocType 'Assignment Rule Day' +#. Label of a Select field in DocType 'Auto Repeat Day' +#: frappe/automation/doctype/assignment_rule_day/assignment_rule_day.json +#: frappe/automation/doctype/auto_repeat_day/auto_repeat_day.json +#: frappe/public/js/frappe/views/calendar/calendar.js:271 +msgid "Day" +msgstr "" + +#. Label of a Select field in DocType 'Auto Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Day of Week" +msgstr "" + +#. Option for the 'Send Alert On' (Select) field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Days After" +msgstr "" + +#. Option for the 'Send Alert On' (Select) field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Days Before" +msgstr "" + +#. Label of a Int field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Days Before or After" +msgstr "" + +#: frappe/public/js/frappe/request.js:249 +msgid "Deadlock Occurred" +msgstr "" + +#: frappe/templates/emails/password_reset.html:1 +msgid "Dear" +msgstr "" + +#: frappe/templates/emails/administrator_logged_in.html:1 +msgid "Dear System Manager," +msgstr "" + +#: frappe/templates/emails/account_deletion_notification.html:1 +#: frappe/templates/emails/delete_data_confirmation.html:1 +msgid "Dear User," +msgstr "" + +#: frappe/templates/emails/download_data.html:1 +msgid "Dear {0}" +msgstr "" + +#. Label of a Code field in DocType 'Scheduled Job Log' +#: frappe/core/doctype/scheduled_job_log/scheduled_job_log.json +msgid "Debug Log" +msgstr "" + +#. Label of a Small Text field in DocType 'DocField' +#. Label of a Small Text field in DocType 'Report Filter' +#. Label of a Small Text field in DocType 'Customize Form Field' +#. Option for the 'Font' (Select) field in DocType 'Print Settings' +#. Label of a Data field in DocType 'Web Form Field' +#. Label of a Small Text field in DocType 'Web Template Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/report_filter/report_filter.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/printing/doctype/print_settings/print_settings.json +#: frappe/templates/form_grid/fields.html:30 +#: frappe/website/doctype/web_form_field/web_form_field.json +#: frappe/website/doctype/web_template_field/web_template_field.json +msgid "Default" +msgstr "" + +#: frappe/contacts/doctype/address_template/address_template.py:41 +msgid "Default Address Template cannot be deleted" +msgstr "" + +#. Label of a Select field in DocType 'Document Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Default Amendment Naming" +msgstr "" + +#. Label of a Select field in DocType 'System Settings' +#. Label of a Select field in DocType 'User' +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/core/doctype/user/user.json +msgid "Default App" +msgstr "" + +#. Label of a Link field in DocType 'DocType' +#. Label of a Link field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Default Email Template" +msgstr "" + +#: frappe/email/doctype/email_account/email_account_list.js:13 +msgid "Default Inbox" +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_account/email_account.py:200 +msgid "Default Incoming" +msgstr "" + +#. Label of a Check field in DocType 'Letter Head' +#: frappe/printing/doctype/letter_head/letter_head.json +msgid "Default Letter Head" +msgstr "" + +#. Option for the 'Action' (Select) field in DocType 'Amended Document Naming +#. Settings' +#. Option for the 'Default Amendment Naming' (Select) field in DocType +#. 'Document Naming Settings' +#: frappe/core/doctype/amended_document_naming_settings/amended_document_naming_settings.json +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Default Naming" +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_account/email_account.py:208 +msgid "Default Outgoing" +msgstr "" + +#. Label of a Data field in DocType 'Portal Settings' +#: frappe/website/doctype/portal_settings/portal_settings.json +msgid "Default Portal Home" +msgstr "" + +#. Label of a Data field in DocType 'DocType' +#. Label of a Link field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Default Print Format" +msgstr "" + +#. Label of a Link field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "Default Print Language" +msgstr "" + +#. Label of a Data field in DocType 'OAuth Client' +#: frappe/integrations/doctype/oauth_client/oauth_client.json +msgid "Default Redirect URI" +msgstr "" + +#. Label of a Link field in DocType 'Portal Settings' +#: frappe/website/doctype/portal_settings/portal_settings.json +msgid "Default Role at Time of Signup" +msgstr "" + +#: frappe/email/doctype/email_account/email_account_list.js:16 +msgid "Default Sending" +msgstr "" + +#: frappe/email/doctype/email_account/email_account_list.js:7 +msgid "Default Sending and Inbox" +msgstr "" + +#. Label of a Data field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Default Sort Field" +msgstr "" + +#. Label of a Select field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Default Sort Order" +msgstr "" + +#. Label of a Data field in DocType 'Print Format Field Template' +#: frappe/printing/doctype/print_format_field_template/print_format_field_template.json +msgid "Default Template For Field" +msgstr "" + +#: frappe/website/doctype/website_theme/website_theme.js:28 +msgid "Default Theme" +msgstr "" + +#. Label of a Link field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "Default User Role" +msgstr "" + +#. Label of a Link field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "Default User Type" +msgstr "" + +#. Label of a Text field in DocType 'Custom Field' +#. Label of a Data field in DocType 'Property Setter' +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/property_setter/property_setter.json +msgid "Default Value" +msgstr "" + +#. Label of a Select field in DocType 'DocType' +#. Label of a Select field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Default View" +msgstr "" + +#. Label of a Link field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Default Workspace" +msgstr "" + +#. Description of the 'Currency' (Link) field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Default display currency" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1338 +msgid "Default for 'Check' type of field {0} must be either '0' or '1'" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1351 +msgid "Default value for {0} must be in the list of options." +msgstr "" + +#: frappe/core/doctype/session_default_settings/session_default_settings.py:37 +msgid "Default {0}" +msgstr "" + +#. Description of the 'Heading' (Data) field in DocType 'Contact Us Settings' +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +msgid "Default: \"Contact Us\"" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/defaultvalue/defaultvalue.json +msgid "DefaultValue" +msgstr "" + +#. Label of a Section Break field in DocType 'DocField' +#. Label of a Section Break field in DocType 'User' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/user/user.json +msgid "Defaults" +msgstr "" + +#: frappe/email/doctype/email_account/email_account.py:219 +msgid "Defaults Updated" +msgstr "" + +#. Description of a DocType +#: frappe/workflow/doctype/workflow_transition/workflow_transition.json +msgid "Defines actions on states and the next step and allowed roles." +msgstr "" + +#. Description of a DocType +#: frappe/workflow/doctype/workflow/workflow.json +msgid "Defines workflow states and rules for a document." +msgstr "" + +#. Option for the 'Delivery Status' (Select) field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Delayed" +msgstr "" + +#. Label of a Check field in DocType 'Custom DocPerm' +#. Label of a Check field in DocType 'DocPerm' +#. Label of a Check field in DocType 'User Document Type' +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/docperm/docperm.json +#: frappe/core/doctype/user_document_type/user_document_type.json +#: frappe/core/doctype/user_permission/user_permission_list.js:189 +#: frappe/public/js/frappe/form/footer/form_timeline.js:615 +#: frappe/public/js/frappe/form/grid.js:63 +#: frappe/public/js/frappe/form/toolbar.js:424 +#: frappe/public/js/frappe/views/reports/report_view.js:1663 +#: frappe/public/js/frappe/views/treeview.js:295 +#: frappe/public/js/frappe/views/workspace/workspace.js:868 +#: frappe/templates/discussions/reply_card.html:35 +#: frappe/templates/discussions/reply_section.html:29 +msgid "Delete" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1926 +msgctxt "Button in list view actions menu" +msgid "Delete" +msgstr "" + +#: frappe/www/me.html:75 +msgid "Delete Account" +msgstr "" + +#: frappe/public/js/frappe/form/grid.js:63 +msgid "Delete All" +msgstr "" + +#: frappe/public/js/form_builder/components/Section.vue:196 +msgctxt "Title of confirmation dialog" +msgid "Delete Column" +msgstr "" + +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.js:10 +msgid "Delete Data" +msgstr "" + +#: frappe/public/js/frappe/views/kanban/kanban_view.js:103 +msgid "Delete Kanban Board" +msgstr "" + +#: frappe/public/js/form_builder/components/Section.vue:125 +msgctxt "Title of confirmation dialog" +msgid "Delete Section" +msgstr "" + +#: frappe/public/js/form_builder/components/Tabs.vue:64 +msgctxt "Title of confirmation dialog" +msgid "Delete Tab" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:869 +msgid "Delete Workspace" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:863 +msgid "Delete and Generate New" +msgstr "" + +#: frappe/public/js/form_builder/components/Section.vue:203 +msgctxt "Button text" +msgid "Delete column" +msgstr "" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:721 +msgid "Delete comment?" +msgstr "" + +#: frappe/public/js/form_builder/components/Section.vue:205 +msgctxt "Button text" +msgid "Delete entire column with fields" +msgstr "" + +#: frappe/public/js/form_builder/components/Section.vue:134 +msgctxt "Button text" +msgid "Delete entire section with fields" +msgstr "" + +#: frappe/public/js/form_builder/components/Tabs.vue:73 +msgctxt "Button text" +msgid "Delete entire tab with fields" +msgstr "" + +#: frappe/public/js/form_builder/components/Section.vue:132 +msgctxt "Button text" +msgid "Delete section" +msgstr "" + +#: frappe/public/js/form_builder/components/Tabs.vue:71 +msgctxt "Button text" +msgid "Delete tab" +msgstr "" + +#: frappe/email/doctype/email_unsubscribe/email_unsubscribe.py:29 +msgid "Delete this record to allow sending to this email address" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1931 +msgctxt "Title of confirmation dialog" +msgid "Delete {0} item permanently?" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1937 +msgctxt "Title of confirmation dialog" +msgid "Delete {0} items permanently?" +msgstr "" + +#. Option for the 'Comment Type' (Select) field in DocType 'Comment' +#. Option for the 'Comment Type' (Select) field in DocType 'Communication' +#. Option for the 'Status' (Select) field in DocType 'Personal Data Deletion +#. Request' +#. Option for the 'Status' (Select) field in DocType 'Personal Data Deletion +#. Step' +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.json +#: frappe/website/doctype/personal_data_deletion_step/personal_data_deletion_step.json +msgid "Deleted" +msgstr "" + +#. Label of a Data field in DocType 'Deleted Document' +#: frappe/core/doctype/deleted_document/deleted_document.json +msgid "Deleted DocType" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/deleted_document/deleted_document.json +msgid "Deleted Document" +msgstr "" + +#. Label of a Link in the Tools Workspace +#: frappe/automation/workspace/tools/tools.json +msgid "Deleted Documents" +msgstr "" + +#. Label of a Data field in DocType 'Deleted Document' +#: frappe/core/doctype/deleted_document/deleted_document.json +msgid "Deleted Name" +msgstr "" + +#: frappe/desk/reportview.py:567 +msgid "Deleted all documents successfully" +msgstr "" + +#: frappe/desk/reportview.py:545 +msgid "Deleting {0}" +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:202 +msgid "Deleting {0} records..." +msgstr "" + +#: frappe/public/js/frappe/model/model.js:721 +msgid "Deleting {0}..." +msgstr "" + +#. Label of a Table field in DocType 'Personal Data Deletion Request' +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.json +msgid "Deletion Steps " +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_utils.js:282 +msgid "Delimiter must be a single character" +msgstr "" + +#. Label of a Select field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Delivery Status" +msgstr "" + +#. Option for the 'Sign ups' (Select) field in DocType 'Social Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +#: frappe/templates/includes/oauth_confirmation.html:14 +msgid "Deny" +msgstr "" + +#. Label of a Data field in DocType 'Contact' +#: frappe/contacts/doctype/contact/contact.json +msgid "Department" +msgstr "" + +#. Label of a Data field in DocType 'Workspace Link' +#: frappe/desk/doctype/workspace_link/workspace_link.json +#: frappe/public/js/frappe/widgets/widget_dialog.js:285 +msgid "Dependencies" +msgstr "" + +#. Label of a Code field in DocType 'Custom Field' +#. Label of a Code field in DocType 'Customize Form Field' +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Depends On" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:32 +msgid "Descendants Of" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:33 +msgid "Descendants Of (inclusive)" +msgstr "" + +#. Label of a Small Text field in DocType 'Assignment Rule' +#. Label of a Small Text field in DocType 'Reminder' +#. Label of a Small Text field in DocType 'DocField' +#. Label of a Small Text field in DocType 'DocType' +#. Label of a Text field in DocType 'Customize Form Field' +#. Label of a Small Text field in DocType 'Desktop Icon' +#. Label of a Text Editor field in DocType 'Event' +#. Label of a HTML Editor field in DocType 'Form Tour Step' +#. Label of a Section Break field in DocType 'Onboarding Step' +#. Label of a Markdown Editor field in DocType 'Onboarding Step' +#. Label of a Small Text field in DocType 'Tag' +#. Label of a Text Editor field in DocType 'ToDo' +#. Label of a HTML Editor field in DocType 'Workspace Link' +#. Label of a Small Text field in DocType 'Print Heading' +#. Label of a Small Text field in DocType 'Blog Category' +#. Label of a Text field in DocType 'Web Form Field' +#. Label of a Small Text field in DocType 'Web Page' +#. Label of a Text field in DocType 'Website Slideshow Item' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +#: frappe/automation/doctype/reminder/reminder.json +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +#: frappe/desk/doctype/event/event.json +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +#: frappe/desk/doctype/tag/tag.json frappe/desk/doctype/todo/todo.json +#: frappe/desk/doctype/workspace_link/workspace_link.json +#: frappe/desk/report/todo/todo.py:39 +#: frappe/printing/doctype/print_heading/print_heading.json +#: frappe/public/js/frappe/form/reminders.js:44 +#: frappe/public/js/frappe/widgets/widget_dialog.js:227 +#: frappe/website/doctype/blog_category/blog_category.json +#: frappe/website/doctype/web_form_field/web_form_field.json +#: frappe/website/doctype/web_page/web_page.json +#: frappe/website/doctype/website_slideshow_item/website_slideshow_item.json +msgid "Description" +msgstr "" + +#. Description of the 'Blog Intro' (Small Text) field in DocType 'Blog Post' +#: frappe/website/doctype/blog_post/blog_post.json +msgid "Description for listing page, in plain text, only a couple of lines. (max 200 characters)" +msgstr "" + +#. Description of the 'Description' (Section Break) field in DocType +#. 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Description to inform the user about any action that is going to be performed" +msgstr "" + +#. Label of a Data field in DocType 'Contact' +#: frappe/contacts/doctype/contact/contact.json +msgid "Designation" +msgstr "" + +#. Label of a Check field in DocType 'Role' +#: frappe/core/doctype/role/role.json +msgid "Desk Access" +msgstr "" + +#. Label of a Section Break field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Desk Settings" +msgstr "" + +#. Label of a Select field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Desk Theme" +msgstr "" + +#. Name of a role +#: frappe/automation/doctype/reminder/reminder.json +#: frappe/core/doctype/report/report.json +#: frappe/core/doctype/submission_queue/submission_queue.json +#: frappe/core/doctype/user/user.json +#: frappe/core/doctype/user_group/user_group.json +#: frappe/custom/doctype/doctype_layout/doctype_layout.json +#: frappe/desk/doctype/calendar_view/calendar_view.json +#: frappe/desk/doctype/custom_html_block/custom_html_block.json +#: frappe/desk/doctype/dashboard/dashboard.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/dashboard_settings/dashboard_settings.json +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/desk/doctype/kanban_board/kanban_board.json +#: frappe/desk/doctype/list_filter/list_filter.json +#: frappe/desk/doctype/module_onboarding/module_onboarding.json +#: frappe/desk/doctype/note/note.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +#: frappe/desk/doctype/workspace/workspace.json +#: frappe/email/doctype/document_follow/document_follow.json +#: frappe/email/doctype/email_template/email_template.json +#: frappe/integrations/doctype/google_calendar/google_calendar.json +#: frappe/integrations/doctype/google_contacts/google_contacts.json +#: frappe/printing/doctype/letter_head/letter_head.json +#: frappe/printing/doctype/network_printer_settings/network_printer_settings.json +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/social/doctype/energy_point_log/energy_point_log.json +#: frappe/website/doctype/marketing_campaign/marketing_campaign.json +#: frappe/workflow/doctype/workflow_action/workflow_action.json +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "Desk User" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +msgid "Desktop Icon" +msgstr "" + +#: frappe/desk/doctype/desktop_icon/desktop_icon.py:225 +msgid "Desktop Icon already exists" +msgstr "" + +#. Label of a Code field in DocType 'Scheduled Job Log' +#. Label of a Tab Break field in DocType 'Customize Form' +#. Label of a Section Break field in DocType 'Event' +#: frappe/core/doctype/scheduled_job_log/scheduled_job_log.json +#: frappe/custom/doctype/customize_form/customize_form.json +#: frappe/desk/doctype/event/event.json +#: frappe/desk/page/user_profile/user_profile_sidebar.html:45 +#: frappe/public/js/form_builder/components/Tabs.vue:92 +#: frappe/public/js/form_builder/store.js:259 +#: frappe/public/js/form_builder/utils.js:38 +#: frappe/public/js/frappe/form/layout.js:135 +#: frappe/public/js/frappe/views/treeview.js:258 +msgid "Details" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager.js:487 +msgid "Did not add" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager.js:381 +msgid "Did not remove" +msgstr "" + +#: frappe/public/js/frappe/utils/diffview.js:57 +msgid "Diff" +msgstr "" + +#. Description of the 'States' (Section Break) field in DocType 'Workflow' +#: frappe/workflow/doctype/workflow/workflow.json +msgid "Different \"States\" this document can exist in. Like \"Open\", \"Pending Approval\" etc." +msgstr "" + +#. Label of a Int field in DocType 'Document Naming Rule' +#: frappe/core/doctype/document_naming_rule/document_naming_rule.json +msgid "Digits" +msgstr "" + +#. Label of a Select field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "Directory Server" +msgstr "" + +#. Label of a Check field in DocType 'List View Settings' +#: frappe/desk/doctype/list_view_settings/list_view_settings.json +msgid "Disable Auto Refresh" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Disable Change Log Notification" +msgstr "" + +#. Label of a Check field in DocType 'List View Settings' +#: frappe/desk/doctype/list_view_settings/list_view_settings.json +msgid "Disable Comment Count" +msgstr "" + +#. Label of a Check field in DocType 'Blog Post' +#: frappe/website/doctype/blog_post/blog_post.json +msgid "Disable Comments" +msgstr "" + +#. Label of a Check field in DocType 'List View Settings' +#: frappe/desk/doctype/list_view_settings/list_view_settings.json +msgid "Disable Count" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Disable Document Sharing" +msgstr "" + +#. Label of a Check field in DocType 'Blog Post' +#: frappe/website/doctype/blog_post/blog_post.json +msgid "Disable Likes" +msgstr "" + +#: frappe/core/doctype/report/report.js:36 +msgid "Disable Report" +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Disable SMTP server authentication" +msgstr "" + +#. Label of a Check field in DocType 'List View Settings' +#: frappe/desk/doctype/list_view_settings/list_view_settings.json +msgid "Disable Sidebar Stats" +msgstr "" + +#: frappe/website/doctype/website_settings/website_settings.js:146 +msgid "Disable Signup for your site" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Disable Standard Email Footer" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Disable System Update Notification" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Disable Username/Password Login" +msgstr "" + +#. Label of a Check field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Disable signups" +msgstr "" + +#. Label of a Check field in DocType 'Assignment Rule' +#. Label of a Check field in DocType 'Auto Repeat' +#. Option for the 'Status' (Select) field in DocType 'Auto Repeat' +#. Label of a Check field in DocType 'Milestone Tracker' +#. Label of a Check field in DocType 'Address' +#. Label of a Check field in DocType 'Document Naming Rule' +#. Label of a Check field in DocType 'Report' +#. Label of a Check field in DocType 'Role' +#. Label of a Check field in DocType 'Server Script' +#. Label of a Check field in DocType 'Letter Head' +#. Label of a Check field in DocType 'Print Format' +#. Label of a Check field in DocType 'Print Style' +#. Label of a Check field in DocType 'Blogger' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/automation/doctype/milestone_tracker/milestone_tracker.json +#: frappe/contacts/doctype/address/address.json +#: frappe/core/doctype/document_naming_rule/document_naming_rule.json +#: frappe/core/doctype/report/report.json frappe/core/doctype/role/role.json +#: frappe/core/doctype/server_script/server_script.json +#: frappe/core/doctype/user/user_list.js:14 +#: frappe/printing/doctype/letter_head/letter_head.json +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/printing/doctype/print_style/print_style.json +#: frappe/public/js/frappe/form/templates/address_list.html:29 +#: frappe/public/js/frappe/model/indicator.js:108 +#: frappe/public/js/frappe/model/indicator.js:115 +#: frappe/website/doctype/blogger/blogger.json +msgid "Disabled" +msgstr "" + +#: frappe/email/doctype/email_account/email_account.js:232 +msgid "Disabled Auto Reply" +msgstr "" + +#: frappe/public/js/frappe/views/communication.js:30 +#: frappe/public/js/frappe/views/dashboard/dashboard_view.js:70 +#: frappe/public/js/frappe/views/workspace/workspace.js:547 +#: frappe/public/js/frappe/web_form/web_form.js:187 +msgid "Discard" +msgstr "" + +#: frappe/website/doctype/web_form/templates/web_form.html:41 +msgctxt "Button in web form" +msgid "Discard" +msgstr "" + +#: frappe/public/js/frappe/web_form/web_form.js:184 +msgid "Discard?" +msgstr "" + +#. Description of the 'Suggested Indexes' (Table) field in DocType 'Recorder' +#: frappe/core/doctype/recorder/recorder.json +msgid "Disclaimer: These indexes are suggested based on data and queries performed during this recording. These suggestions may or may not help." +msgstr "" + +#. Name of a DocType +#: frappe/website/doctype/discussion_reply/discussion_reply.json +msgid "Discussion Reply" +msgstr "" + +#. Name of a DocType +#: frappe/website/doctype/discussion_topic/discussion_topic.json +msgid "Discussion Topic" +msgstr "" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:625 +#: frappe/templates/discussions/reply_card.html:16 +#: frappe/templates/discussions/reply_section.html:29 +msgid "Dismiss" +msgstr "" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:577 +msgctxt "Stop showing the onboarding widget." +msgid "Dismiss" +msgstr "" + +#. Label of a Section Break field in DocType 'DocField' +#. Label of a Section Break field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Display" +msgstr "" + +#. Label of a Code field in DocType 'Web Form Field' +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Display Depends On" +msgstr "" + +#. Label of a Code field in DocType 'DocField' +#: frappe/core/doctype/docfield/docfield.json +msgid "Display Depends On (JS)" +msgstr "" + +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:210 +msgid "Divider" +msgstr "" + +#. Label of a Check field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "Do Not Create New User " +msgstr "" + +#. Description of the 'Do Not Create New User ' (Check) field in DocType 'LDAP +#. Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "Do not create new user if user with email does not exist in the system" +msgstr "" + +#: frappe/public/js/frappe/form/grid.js:1160 +msgid "Do not edit headers which are preset in the template" +msgstr "" + +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.py:65 +msgid "Do not have permission to access bucket {0}." +msgstr "" + +#: frappe/core/doctype/system_settings/system_settings.js:71 +msgid "Do you still want to proceed?" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:935 +msgid "Do you want to cancel all linked documents?" +msgstr "" + +#. Label of a Select field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "Doc Event" +msgstr "" + +#. Label of a Section Break field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "Doc Events" +msgstr "" + +#. Label of a Select field in DocType 'Workflow Document State' +#: frappe/workflow/doctype/workflow_document_state/workflow_document_state.json +msgid "Doc Status" +msgstr "" + +#. Name of a DocType +#. Option for the 'Applied On' (Select) field in DocType 'Property Setter' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/property_setter/property_setter.json +msgid "DocField" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/docperm/docperm.json +msgid "DocPerm" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/docshare/docshare.json +msgid "DocShare" +msgstr "" + +#: frappe/workflow/doctype/workflow/workflow.js:264 +msgid "DocStatus of the following states have changed:
    {0}
    \n" +"\t\t\t\tDo you want to update the docstatus of existing documents in those states?
    \n" +"\t\t\t\tThis does not undo any effect bought in by the document's existing docstatus.\n" +"\t\t\t\t" +msgstr "" + +#. Label of a Link field in DocType 'Amended Document Naming Settings' +#. Label of a Link field in DocType 'Audit Trail' +#. Name of a DocType +#. Group in Module Def's connections +#. Linked DocType in Module Def's connections +#. Label of a Link field in DocType 'Permission Inspector' +#. Label of a Link field in DocType 'Version' +#. Label of a Link in the Build Workspace +#. Label of a shortcut in the Build Workspace +#. Label of a Link field in DocType 'Client Script' +#. Label of a Link field in DocType 'Custom Field' +#. Option for the 'Applied On' (Select) field in DocType 'Property Setter' +#. Label of a Link field in DocType 'Property Setter' +#. Option for the 'Link Type' (Select) field in DocType 'Workspace Link' +#. Label of a Link field in DocType 'Workspace Quick List' +#. Option for the 'Type' (Select) field in DocType 'Workspace Shortcut' +#. Label of a Link field in DocType 'Webhook' +#. Label of a Link field in DocType 'Print Format' +#: frappe/core/doctype/amended_document_naming_settings/amended_document_naming_settings.json +#: frappe/core/doctype/audit_trail/audit_trail.json +#: frappe/core/doctype/data_export/exporter.py:26 +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/module_def/module_def.json +#: frappe/core/doctype/permission_inspector/permission_inspector.json +#: frappe/core/doctype/version/version.json +#: frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.js:15 +#: frappe/core/workspace/build/build.json +#: frappe/custom/doctype/client_script/client_script.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/property_setter/property_setter.json +#: frappe/desk/doctype/workspace_link/workspace_link.json +#: frappe/desk/doctype/workspace_quick_list/workspace_quick_list.json +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +#: frappe/integrations/doctype/webhook/webhook.json +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/public/js/frappe/widgets/widget_dialog.js:131 +#: frappe/website/doctype/website_slideshow/website_slideshow.js:18 +msgid "DocType" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1539 +msgid "DocType {0} provided for the field {1} must have atleast one Link field" +msgstr "" + +#. Name of a DocType +#. Option for the 'Applied On' (Select) field in DocType 'Property Setter' +#: frappe/core/doctype/doctype_action/doctype_action.json +#: frappe/custom/doctype/property_setter/property_setter.json +msgid "DocType Action" +msgstr "" + +#. Option for the 'Script Type' (Select) field in DocType 'Server Script' +#. Label of a Select field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "DocType Event" +msgstr "" + +#. Name of a DocType +#: frappe/custom/doctype/doctype_layout/doctype_layout.json +msgid "DocType Layout" +msgstr "" + +#. Name of a DocType +#: frappe/custom/doctype/doctype_layout_field/doctype_layout_field.json +msgid "DocType Layout Field" +msgstr "" + +#. Name of a DocType +#. Option for the 'Applied On' (Select) field in DocType 'Property Setter' +#: frappe/core/doctype/doctype_link/doctype_link.json +#: frappe/custom/doctype/property_setter/property_setter.json +msgid "DocType Link" +msgstr "" + +#. Name of a DocType +#. Option for the 'Applied On' (Select) field in DocType 'Property Setter' +#: frappe/core/doctype/doctype_state/doctype_state.json +#: frappe/custom/doctype/property_setter/property_setter.json +msgid "DocType State" +msgstr "" + +#. Label of a Select field in DocType 'Workspace Shortcut' +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +#: frappe/public/js/frappe/widgets/widget_dialog.js:443 +msgid "DocType View" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:642 +msgid "DocType can not be merged" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:636 +msgid "DocType can only be renamed by Administrator" +msgstr "" + +#. Description of a DocType +#: frappe/core/doctype/doctype/doctype.json +msgid "DocType is a Table / Form in the application." +msgstr "" + +#: frappe/integrations/doctype/webhook/webhook.py:82 +msgid "DocType must be Submittable for the selected Doc Event" +msgstr "" + +#: frappe/client.py:421 +msgid "DocType must be a string" +msgstr "" + +#: frappe/public/js/form_builder/store.js:154 +msgid "DocType must have atleast one field" +msgstr "" + +#: frappe/core/doctype/log_settings/log_settings.py:58 +msgid "DocType not supported by Log Settings." +msgstr "" + +#. Description of the 'Document Type' (Link) field in DocType 'Workflow' +#: frappe/workflow/doctype/workflow/workflow.json +msgid "DocType on which this Workflow is applicable." +msgstr "" + +#: frappe/public/js/frappe/views/kanban/kanban_settings.js:4 +msgid "DocType required" +msgstr "" + +#: frappe/modules/utils.py:175 +msgid "DocType {0} does not exist." +msgstr "" + +#: frappe/modules/utils.py:238 +msgid "DocType {} not found" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1004 +msgid "DocType's name should not start or end with whitespace" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.js:71 +msgid "DocTypes can not be modified, please use {0} instead" +msgstr "" + +#. Label of a Link field in DocType 'Document Follow' +#: frappe/email/doctype/document_follow/document_follow.json +#: frappe/public/js/frappe/widgets/widget_dialog.js:650 +msgid "Doctype" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:998 +msgid "Doctype name is limited to {0} characters ({1})" +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:3 +msgid "Doctype required" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:1348 +msgid "Doctype with same route already exist. Please choose different title." +msgstr "" + +#. Label of a Data field in DocType 'Milestone' +#. Label of a Dynamic Link field in DocType 'Audit Trail' +#. Option for the 'Show in Module Section' (Select) field in DocType 'DocType' +#. Label of a Dynamic Link field in DocType 'Permission Inspector' +#. Label of a Link field in DocType 'Notification Subscribed Document' +#: frappe/automation/doctype/milestone/milestone.json +#: frappe/core/doctype/audit_trail/audit_trail.json +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/permission_inspector/permission_inspector.json +#: frappe/desk/doctype/notification_subscribed_document/notification_subscribed_document.json +msgid "Document" +msgstr "" + +#. Label of a Section Break field in DocType 'Customize Form' +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Document Actions" +msgstr "" + +#. Label of a Section Break field in DocType 'User' +#. Linked DocType in User's connections +#. Name of a DocType +#: frappe/core/doctype/user/user.json +#: frappe/email/doctype/document_follow/document_follow.json +msgid "Document Follow" +msgstr "" + +#: frappe/desk/form/document_follow.py:84 +msgid "Document Follow Notification" +msgstr "" + +#. Label of a Data field in DocType 'Notification Log' +#: frappe/desk/doctype/notification_log/notification_log.json +msgid "Document Link" +msgstr "" + +#. Label of a Section Break field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Document Linking" +msgstr "" + +#. Label of a Section Break field in DocType 'Customize Form' +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Document Links" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1173 +msgid "Document Links Row #{0}: Could not find field {1} in {2} DocType" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1193 +msgid "Document Links Row #{0}: Invalid doctype or fieldname." +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1156 +msgid "Document Links Row #{0}: Parent DocType is mandatory for internal links" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1162 +msgid "Document Links Row #{0}: Table Fieldname is mandatory for internal links" +msgstr "" + +#. Label of a Dynamic Link field in DocType 'Reminder' +#. Label of a Dynamic Link field in DocType 'DocShare' +#. Label of a Data field in DocType 'Transaction Log' +#. Label of a Data field in DocType 'Version' +#. Label of a Dynamic Link field in DocType 'Tag Link' +#. Label of a Dynamic Link field in DocType 'Document Follow' +#: frappe/automation/doctype/reminder/reminder.json +#: frappe/core/doctype/docshare/docshare.json +#: frappe/core/doctype/transaction_log/transaction_log.json +#: frappe/core/doctype/user_permission/user_permission_list.js:36 +#: frappe/core/doctype/version/version.json +#: frappe/desk/doctype/tag_link/tag_link.json +#: frappe/email/doctype/document_follow/document_follow.json +#: frappe/public/js/frappe/form/form_tour.js:60 +msgid "Document Name" +msgstr "" + +#: frappe/client.py:424 +msgid "Document Name must be a string" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/document_naming_rule/document_naming_rule.json +msgid "Document Naming Rule" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/document_naming_rule_condition/document_naming_rule_condition.json +msgid "Document Naming Rule Condition" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Document Naming Settings" +msgstr "" + +#: frappe/model/document.py:1545 +msgid "Document Queued" +msgstr "" + +#: frappe/core/doctype/deleted_document/deleted_document_list.js:38 +msgid "Document Restoration Summary" +msgstr "" + +#: frappe/core/doctype/deleted_document/deleted_document.py:68 +msgid "Document Restored" +msgstr "" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:359 +#: frappe/public/js/frappe/widgets/onboarding_widget.js:401 +#: frappe/public/js/frappe/widgets/onboarding_widget.js:420 +#: frappe/public/js/frappe/widgets/onboarding_widget.js:439 +msgid "Document Saved" +msgstr "" + +#. Label of a Check field in DocType 'Notification Settings' +#: frappe/desk/doctype/notification_settings/notification_settings.json +msgid "Document Share" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/document_share_key/document_share_key.json +msgid "Document Share Key" +msgstr "" + +#. Label of a Int field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Document Share Key Expiry (in Days)" +msgstr "" + +#. Name of a report +#. Label of a Link in the Users Workspace +#: frappe/core/report/document_share_report/document_share_report.json +#: frappe/core/workspace/users/users.json +msgid "Document Share Report" +msgstr "" + +#. Label of a Section Break field in DocType 'DocType' +#. Label of a Section Break field in DocType 'Customize Form' +#. Label of a Table field in DocType 'Workflow' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +#: frappe/workflow/doctype/workflow/workflow.json +msgid "Document States" +msgstr "" + +#: frappe/model/meta.py:46 frappe/public/js/frappe/model/meta.js:199 +#: frappe/public/js/frappe/model/model.js:137 +msgid "Document Status" +msgstr "" + +#. Label of a Link field in DocType 'Tag Link' +#: frappe/desk/doctype/tag_link/tag_link.json +msgid "Document Tag" +msgstr "" + +#. Label of a Data field in DocType 'Tag Link' +#: frappe/desk/doctype/tag_link/tag_link.json +msgid "Document Title" +msgstr "" + +#. Label of a Link field in DocType 'Assignment Rule' +#. Label of a Link field in DocType 'Milestone' +#. Label of a Link field in DocType 'Reminder' +#. Label of a Link field in DocType 'Data Import' +#. Label of a Link field in DocType 'DocShare' +#. Label of a Link field in DocType 'Document Naming Rule' +#. Label of a Link field in DocType 'Session Default' +#. Label of a Link field in DocType 'User Document Type' +#. Label of a Link field in DocType 'User Select Document Type' +#. Label of a Link field in DocType 'DocType Layout' +#. Label of a Link field in DocType 'Bulk Update' +#. Label of a Link field in DocType 'Dashboard Chart' +#. Label of a Link field in DocType 'Global Search DocType' +#. Label of a Link field in DocType 'Notification Log' +#. Label of a Link field in DocType 'Number Card' +#. Option for the 'Type' (Select) field in DocType 'Number Card' +#. Label of a Link field in DocType 'Tag Link' +#. Label of a Link field in DocType 'Notification' +#. Label of a Link field in DocType 'Print Format Field Template' +#. Label of a Data field in DocType 'Personal Data Deletion Step' +#. Label of a Link field in DocType 'Workflow' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +#: frappe/automation/doctype/milestone/milestone.json +#: frappe/automation/doctype/reminder/reminder.json +#: frappe/core/doctype/data_import/data_import.json +#: frappe/core/doctype/docshare/docshare.json +#: frappe/core/doctype/document_naming_rule/document_naming_rule.json +#: frappe/core/doctype/session_default/session_default.json +#: frappe/core/doctype/user_document_type/user_document_type.json +#: frappe/core/doctype/user_permission/user_permission_list.js:26 +#: frappe/core/doctype/user_select_document_type/user_select_document_type.json +#: frappe/core/page/permission_manager/permission_manager.js:49 +#: frappe/core/page/permission_manager/permission_manager.js:211 +#: frappe/core/page/permission_manager/permission_manager.js:442 +#: frappe/custom/doctype/doctype_layout/doctype_layout.json +#: frappe/desk/doctype/bulk_update/bulk_update.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/global_search_doctype/global_search_doctype.json +#: frappe/desk/doctype/notification_log/notification_log.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/desk/doctype/tag_link/tag_link.json +#: frappe/email/doctype/notification/notification.json +#: frappe/printing/doctype/print_format_field_template/print_format_field_template.json +#: frappe/public/js/frappe/roles_editor.js:65 +#: frappe/website/doctype/personal_data_deletion_step/personal_data_deletion_step.json +#: frappe/workflow/doctype/workflow/workflow.json +msgid "Document Type" +msgstr "" + +#: frappe/desk/doctype/number_card/number_card.py:56 +msgid "Document Type and Function are required to create a number card" +msgstr "" + +#: frappe/permissions.py:142 +msgid "Document Type is not importable" +msgstr "" + +#: frappe/permissions.py:138 +msgid "Document Type is not submittable" +msgstr "" + +#. Label of a Link field in DocType 'Milestone Tracker' +#: frappe/automation/doctype/milestone_tracker/milestone_tracker.json +msgid "Document Type to Track" +msgstr "" + +#: frappe/desk/doctype/global_search_settings/global_search_settings.py:40 +msgid "Document Type {0} has been repeated." +msgstr "" + +#. Label of a Table field in DocType 'User Type' +#: frappe/core/doctype/user_type/user_type.json +msgid "Document Types" +msgstr "" + +#. Label of a Table field in DocType 'User Type' +#: frappe/core/doctype/user_type/user_type.json +msgid "Document Types (Select Permissions Only)" +msgstr "" + +#. Label of a Section Break field in DocType 'User Type' +#: frappe/core/doctype/user_type/user_type.json +msgid "Document Types and Permissions" +msgstr "" + +#: frappe/core/doctype/submission_queue/submission_queue.py:163 +#: frappe/model/document.py:1752 +msgid "Document Unlocked" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1073 +msgid "Document has been cancelled" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1072 +msgid "Document has been submitted" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1071 +msgid "Document is in draft state" +msgstr "" + +#: frappe/public/js/frappe/form/workflow.js:45 +msgid "Document is only editable by users with role" +msgstr "" + +#: frappe/core/doctype/communication/communication.js:182 +msgid "Document not Relinked" +msgstr "" + +#: frappe/model/rename_doc.py:227 frappe/public/js/frappe/form/toolbar.js:146 +msgid "Document renamed from {0} to {1}" +msgstr "" + +#: frappe/public/js/frappe/form/toolbar.js:155 +msgid "Document renaming from {0} to {1} has been queued" +msgstr "" + +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.py:386 +msgid "Document type is required to create a dashboard chart" +msgstr "" + +#: frappe/core/doctype/deleted_document/deleted_document.py:45 +msgid "Document {0} Already Restored" +msgstr "" + +#: frappe/workflow/doctype/workflow_action/workflow_action.py:199 +msgid "Document {0} has been set to state {1} by {2}" +msgstr "" + +#: frappe/client.py:443 +msgid "Document {0} {1} does not exist" +msgstr "" + +#. Label of a Data field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Documentation Link" +msgstr "" + +#. Label of a Data field in DocType 'DocField' +#. Label of a Data field in DocType 'Module Onboarding' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/desk/doctype/module_onboarding/module_onboarding.json +msgid "Documentation URL" +msgstr "" + +#: frappe/public/js/frappe/form/templates/form_dashboard.html:17 +msgid "Documents" +msgstr "" + +#: frappe/core/doctype/deleted_document/deleted_document_list.js:25 +msgid "Documents restored successfully" +msgstr "" + +#: frappe/core/doctype/deleted_document/deleted_document_list.js:33 +msgid "Documents that failed to restore" +msgstr "" + +#: frappe/core/doctype/deleted_document/deleted_document_list.js:29 +msgid "Documents that were already restored" +msgstr "" + +#. Name of a DocType +#. Label of a Data field in DocType 'Domain' +#. Label of a Link field in DocType 'Has Domain' +#. Label of a Link field in DocType 'Email Account' +#: frappe/core/doctype/domain/domain.json +#: frappe/core/doctype/has_domain/has_domain.json +#: frappe/email/doctype/email_account/email_account.json +msgid "Domain" +msgstr "" + +#. Label of a Data field in DocType 'Email Domain' +#: frappe/email/doctype/email_domain/email_domain.json +msgid "Domain Name" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/domain_settings/domain_settings.json +msgid "Domain Settings" +msgstr "" + +#. Label of a HTML field in DocType 'Domain Settings' +#: frappe/core/doctype/domain_settings/domain_settings.json +msgid "Domains HTML" +msgstr "" + +#. Description of the 'Ignore XSS Filter' (Check) field in DocType 'Custom +#. Field' +#: frappe/custom/doctype/custom_field/custom_field.json +msgid "Don't HTML Encode HTML tags like <script> or just characters like < or >, as they could be intentionally used in this field" +msgstr "" + +#: frappe/public/js/frappe/data_import/import_preview.js:268 +msgid "Don't Import" +msgstr "" + +#. Label of a Check field in DocType 'Workflow' +#. Label of a Check field in DocType 'Workflow Document State' +#: frappe/workflow/doctype/workflow/workflow.json +#: frappe/workflow/doctype/workflow_document_state/workflow_document_state.json +msgid "Don't Override Status" +msgstr "" + +#. Label of a Check field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Don't Send Emails" +msgstr "" + +#. Description of the 'Ignore XSS Filter' (Check) field in DocType 'DocField' +#. Description of the 'Ignore XSS Filter' (Check) field in DocType 'Customize +#. Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Don't encode HTML tags like <script> or just characters like < or >, as they could be intentionally used in this field" +msgstr "" + +#: frappe/www/login.html:119 frappe/www/login.html:135 +#: frappe/www/update-password.html:34 +msgid "Don't have an account?" +msgstr "" + +#: frappe/public/js/frappe/ui/messages.js:233 +#: frappe/public/js/onboarding_tours/onboarding_tours.js:17 +#: frappe/public/js/print_format_builder/HTMLEditor.vue:5 +#: frappe/public/js/print_format_builder/LetterHeadEditor.vue:52 +msgid "Done" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Donut" +msgstr "" + +#: frappe/public/js/form_builder/components/EditableInput.vue:43 +msgid "Double click to edit label" +msgstr "" + +#: frappe/core/doctype/file/file.js:5 +#: frappe/email/doctype/auto_email_report/auto_email_report.js:8 +#: frappe/public/js/frappe/form/grid.js:63 +msgid "Download" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_utils.js:229 +msgctxt "Export report" +msgid "Download" +msgstr "" + +#. Label of a Link in the Tools Workspace +#: frappe/automation/workspace/tools/tools.json +#: frappe/desk/page/backups/backups.js:4 +msgid "Download Backups" +msgstr "" + +#: frappe/templates/emails/download_data.html:6 +msgid "Download Data" +msgstr "" + +#: frappe/desk/page/backups/backups.js:12 +msgid "Download Files Backup" +msgstr "" + +#: frappe/templates/emails/download_data.html:9 +msgid "Download Link" +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:134 +msgid "Download PDF" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:766 +msgid "Download Report" +msgstr "" + +#. Label of a Button field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Download Template" +msgstr "" + +#: frappe/website/doctype/personal_data_download_request/personal_data_download_request.py:61 +#: frappe/website/doctype/personal_data_download_request/personal_data_download_request.py:69 +#: frappe/website/doctype/personal_data_download_request/test_personal_data_download_request.py:48 +msgid "Download Your Data" +msgstr "" + +#: frappe/desk/page/setup_wizard/install_fixtures.py:47 +msgid "Dr" +msgstr "" + +#: frappe/public/js/frappe/model/indicator.js:73 +#: frappe/public/js/frappe/ui/filters/filter.js:530 +msgid "Draft" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/blocks/header.js:46 +#: frappe/public/js/frappe/views/workspace/blocks/paragraph.js:136 +#: frappe/public/js/frappe/views/workspace/blocks/spacer.js:44 +#: frappe/public/js/frappe/views/workspace/workspace.js:610 +#: frappe/public/js/frappe/widgets/base_widget.js:33 +msgid "Drag" +msgstr "" + +#: frappe/public/js/form_builder/components/Tabs.vue:189 +msgid "Drag & Drop a section here from another tab" +msgstr "" + +#: frappe/public/js/frappe/file_uploader/FileUploader.vue:14 +msgid "Drag and drop files here or upload from" +msgstr "" + +#: frappe/public/js/print_format_builder/ConfigureColumns.vue:76 +msgid "Drag columns to set order. Column width is set in percentage. The total width should not be more than 100. Columns marked in red will be removed." +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder_layout.html:3 +msgid "Drag elements from the sidebar to add. Drag them back to trash." +msgstr "" + +#: frappe/public/js/workflow_builder/WorkflowBuilder.vue:296 +msgid "Drag to add state" +msgstr "" + +#: frappe/public/js/frappe/file_uploader/FileUploader.vue:172 +msgid "Drop files here" +msgstr "" + +#. Label of a Password field in DocType 'Dropbox Settings' +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.json +msgid "Dropbox Access Token" +msgstr "" + +#. Label of a Password field in DocType 'Dropbox Settings' +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.json +msgid "Dropbox Refresh Token" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Integrations Workspace +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.json +#: frappe/integrations/workspace/integrations/integrations.json +msgid "Dropbox Settings" +msgstr "" + +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.py:347 +msgid "Dropbox Setup" +msgstr "" + +#. Label of a Section Break field in DocType 'Navbar Settings' +#: frappe/core/doctype/navbar_settings/navbar_settings.json +msgid "Dropdowns" +msgstr "" + +#. Label of a Date field in DocType 'ToDo' +#: frappe/desk/doctype/todo/todo.json +msgid "Due Date" +msgstr "" + +#. Label of a Select field in DocType 'Assignment Rule' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +msgid "Due Date Based On" +msgstr "" + +#: frappe/public/js/frappe/form/grid_row_form.js:42 +#: frappe/public/js/frappe/form/toolbar.js:378 +#: frappe/public/js/frappe/views/workspace/workspace.js:853 +#: frappe/public/js/frappe/views/workspace/workspace.js:1020 +msgid "Duplicate" +msgstr "" + +#: frappe/printing/doctype/print_format_field_template/print_format_field_template.py:53 +msgid "Duplicate Entry" +msgstr "" + +#: frappe/public/js/frappe/list/list_filter.js:137 +msgid "Duplicate Filter Name" +msgstr "" + +#: frappe/model/base_document.py:578 frappe/model/rename_doc.py:111 +msgid "Duplicate Name" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:592 +#: frappe/public/js/frappe/views/workspace/workspace.js:854 +msgid "Duplicate Workspace" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:208 +msgid "Duplicate current row" +msgstr "" + +#: frappe/public/js/form_builder/components/Field.vue:239 +msgid "Duplicate field" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:1035 +msgid "Duplicate of {0} named as {1} is created successfully" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Label of a Float field in DocType 'Recorder' +#. Label of a Float field in DocType 'Recorder Query' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Column' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/recorder/recorder.json +#: frappe/core/doctype/recorder_query/recorder_query.json +#: frappe/core/doctype/report_column/report_column.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Duration" +msgstr "" + +#. Label of a Section Break field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Dynamic Filters" +msgstr "" + +#. Label of a Code field in DocType 'Dashboard Chart' +#. Label of a Code field in DocType 'Number Card' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/number_card/number_card.json +msgid "Dynamic Filters JSON" +msgstr "" + +#. Label of a Section Break field in DocType 'Number Card' +#: frappe/desk/doctype/number_card/number_card.json +msgid "Dynamic Filters Section" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Name of a DocType +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Column' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Filter' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/dynamic_link/dynamic_link.json +#: frappe/core/doctype/report_column/report_column.json +#: frappe/core/doctype/report_filter/report_filter.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Dynamic Link" +msgstr "" + +#. Label of a Section Break field in DocType 'Auto Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Dynamic Report Filters" +msgstr "" + +#. Label of a Check field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "Dynamic Route" +msgstr "" + +#. Label of a Check field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "Dynamic Template" +msgstr "" + +#: frappe/public/js/frappe/form/grid_row_form.js:42 +msgid "ESC" +msgstr "" + +#. Description of the Onboarding Step 'Setup Naming Series' +#: frappe/custom/onboarding_step/naming_series/naming_series.json +msgid "Each document created in ERPNext can have a unique ID generated for it, using a prefix defined for it. Though each document has some prefix pre-configured, you can further customize it using tools like Naming Series Tool and Document Naming Rule.\n" +msgstr "" + +#. Option for the 'Comment Type' (Select) field in DocType 'Comment' +#: frappe/core/doctype/comment/comment.json +#: frappe/core/page/dashboard_view/dashboard_view.js:169 +#: frappe/printing/page/print_format_builder/print_format_builder_start.html:8 +#: frappe/printing/page/print_format_builder_beta/print_format_builder_beta.js:46 +#: frappe/printing/page/print_format_builder_beta/print_format_builder_beta.js:85 +#: frappe/public/js/frappe/form/controls/markdown_editor.js:31 +#: frappe/public/js/frappe/form/footer/form_timeline.js:654 +#: frappe/public/js/frappe/form/footer/form_timeline.js:663 +#: frappe/public/js/frappe/form/templates/address_list.html:7 +#: frappe/public/js/frappe/form/templates/contact_list.html:7 +#: frappe/public/js/frappe/form/toolbar.js:660 +#: frappe/public/js/frappe/views/reports/query_report.js:814 +#: frappe/public/js/frappe/views/reports/query_report.js:1643 +#: frappe/public/js/frappe/views/workspace/workspace.js:98 +#: frappe/public/js/frappe/views/workspace/workspace.js:847 +#: frappe/public/js/frappe/widgets/base_widget.js:64 +#: frappe/public/js/frappe/widgets/chart_widget.js:298 +#: frappe/public/js/frappe/widgets/number_card_widget.js:331 +#: frappe/templates/discussions/reply_card.html:29 +#: frappe/templates/discussions/reply_section.html:29 +#: frappe/workflow/page/workflow_builder/workflow_builder.js:46 +#: frappe/workflow/page/workflow_builder/workflow_builder.js:84 +msgid "Edit" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:2012 +msgctxt "Button in list view actions menu" +msgid "Edit" +msgstr "" + +#: frappe/website/doctype/web_form/templates/web_form.html:20 +msgctxt "Button in web form" +msgid "Edit" +msgstr "" + +#: frappe/public/js/frappe/form/grid_row.js:337 +msgctxt "Edit grid row" +msgid "Edit" +msgstr "" + +#: frappe/templates/emails/auto_email_report.html:63 +msgid "Edit Auto Email Report Settings" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:719 +msgid "Edit Custom HTML" +msgstr "" + +#: frappe/public/js/frappe/form/toolbar.js:534 +msgid "Edit DocType" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1728 +msgctxt "Button in list view menu" +msgid "Edit DocType" +msgstr "" + +#: frappe/printing/page/print_format_builder_beta/print_format_builder_beta.js:42 +#: frappe/workflow/page/workflow_builder/workflow_builder.js:42 +msgid "Edit Existing" +msgstr "" + +#: frappe/public/js/frappe/list/list_sidebar_group_by.js:55 +msgid "Edit Filters" +msgstr "" + +#: frappe/public/js/print_format_builder/PrintFormat.vue:29 +msgid "Edit Footer" +msgstr "" + +#: frappe/printing/doctype/print_format/print_format.js:28 +msgid "Edit Format" +msgstr "" + +#: frappe/public/js/frappe/form/quick_entry.js:287 +msgid "Edit Full Form" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder_field.html:26 +#: frappe/public/js/print_format_builder/Field.vue:83 +msgid "Edit HTML" +msgstr "" + +#: frappe/public/js/print_format_builder/PrintFormat.vue:9 +msgid "Edit Header" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:602 +#: frappe/printing/page/print_format_builder/print_format_builder_layout.html:8 +msgid "Edit Heading" +msgstr "" + +#: frappe/public/js/print_format_builder/LetterHeadEditor.vue:52 +msgid "Edit Letter Head" +msgstr "" + +#: frappe/public/js/print_format_builder/PrintFormat.vue:35 +msgid "Edit Letter Head Footer" +msgstr "" + +#: frappe/public/js/print_format_builder/print_format_builder.bundle.js:24 +msgid "Edit Print Format" +msgstr "" + +#: frappe/desk/page/user_profile/user_profile_controller.js:273 +#: frappe/desk/page/user_profile/user_profile_sidebar.html:51 +#: frappe/www/me.html:27 +msgid "Edit Profile" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:173 +msgid "Edit Properties" +msgstr "" + +#. Label of a Button field in DocType 'Web Page Block' +#. Label of a Button field in DocType 'Website Settings' +#: frappe/public/js/frappe/utils/web_template.js:5 +#: frappe/website/doctype/web_page_block/web_page_block.json +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Edit Values" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:848 +msgid "Edit Workspace" +msgstr "" + +#: frappe/desk/doctype/note/note.js:11 +msgid "Edit mode" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:713 +msgid "Edit to add content" +msgstr "" + +#: frappe/public/js/frappe/web_form/web_form.js:446 +msgctxt "Button in web form" +msgid "Edit your response" +msgstr "" + +#: frappe/workflow/doctype/workflow/workflow.js:18 +msgid "Edit your workflow visually using the Workflow Builder." +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:648 +msgid "Edit {0}" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#. Label of a Check field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/doctype/doctype_list.js:41 +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Editable Grid" +msgstr "" + +#: frappe/public/js/frappe/form/grid_row_form.js:42 +msgid "Editing Row" +msgstr "" + +#: frappe/public/js/print_format_builder/print_format_builder.bundle.js:14 +#: frappe/public/js/workflow_builder/workflow_builder.bundle.js:20 +msgid "Editing {0}" +msgstr "" + +#. Description of the 'SMS Gateway URL' (Small Text) field in DocType 'SMS +#. Settings' +#: frappe/core/doctype/sms_settings/sms_settings.json +msgid "Eg. smsgateway.com/api/send_sms.cgi" +msgstr "" + +#: frappe/rate_limiter.py:139 +msgid "Either key or IP flag is required." +msgstr "" + +#. Label of a Data field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Element Selector" +msgstr "" + +#. Label of a Card Break in the Tools Workspace +#. Option for the 'Type' (Select) field in DocType 'Communication' +#. Label of a Check field in DocType 'Custom DocPerm' +#. Label of a Check field in DocType 'DocPerm' +#. Option for the 'Two Factor Authentication method' (Select) field in DocType +#. 'System Settings' +#. Label of a Tab Break field in DocType 'System Settings' +#. Label of a Data field in DocType 'User' +#. Label of a Section Break field in DocType 'User' +#. Label of a Check field in DocType 'User Document Type' +#. Label of a Data field in DocType 'Event Participants' +#. Label of a Data field in DocType 'Email Group Member' +#. Label of a Data field in DocType 'Email Unsubscribe' +#. Option for the 'Channel' (Select) field in DocType 'Notification' +#. Label of a Data field in DocType 'Personal Data Deletion Request' +#: frappe/automation/workspace/tools/tools.json +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/docperm/docperm.json +#: frappe/core/doctype/success_action/success_action.js:59 +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/core/doctype/user/user.json +#: frappe/core/doctype/user_document_type/user_document_type.json +#: frappe/desk/doctype/event_participants/event_participants.json +#: frappe/email/doctype/email_group_member/email_group_member.json +#: frappe/email/doctype/email_unsubscribe/email_unsubscribe.json +#: frappe/email/doctype/newsletter/newsletter.js:156 +#: frappe/email/doctype/notification/notification.json +#: frappe/public/js/frappe/form/success_action.js:85 +#: frappe/public/js/frappe/form/toolbar.js:342 +#: frappe/templates/includes/comments/comments.html:25 +#: frappe/templates/signup.html:9 +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.json +#: frappe/www/login.html:7 frappe/www/login.py:99 +msgid "Email" +msgstr "" + +#. Label of a Link in the Tools Workspace +#. Label of a Link field in DocType 'Communication' +#. Label of a Link field in DocType 'User Email' +#. Name of a DocType +#. Linked DocType in Email Domain's connections +#. Label of a Data field in DocType 'Email Flag Queue' +#. Label of a Link field in DocType 'Email Queue' +#. Label of a Link field in DocType 'Unhandled Email' +#: frappe/automation/workspace/tools/tools.json +#: frappe/core/doctype/communication/communication.js:199 +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/user_email/user_email.json +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_domain/email_domain.json +#: frappe/email/doctype/email_flag_queue/email_flag_queue.json +#: frappe/email/doctype/email_queue/email_queue.json +#: frappe/email/doctype/unhandled_email/unhandled_email.json +msgid "Email Account" +msgstr "" + +#: frappe/email/doctype/email_account/email_account.py:315 +msgid "Email Account Disabled." +msgstr "" + +#. Label of a Data field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Email Account Name" +msgstr "" + +#: frappe/core/doctype/user/user.py:680 +msgid "Email Account added multiple times" +msgstr "" + +#: frappe/email/smtp.py:43 +msgid "Email Account not setup. Please create a new Email Account from Settings > Email Account" +msgstr "" + +#. Label of a Data field in DocType 'Address' +#. Label of a Data field in DocType 'Contact' +#. Label of a Data field in DocType 'Email Account' +#. Label of a Data field in DocType 'Google Contacts' +#: frappe/contacts/doctype/address/address.json +#: frappe/contacts/doctype/contact/contact.json +#: frappe/desk/page/setup_wizard/setup_wizard.js:463 +#: frappe/email/doctype/email_account/email_account.json +#: frappe/integrations/doctype/google_contacts/google_contacts.json +#: frappe/www/complete_signup.html:11 frappe/www/login.html:164 +#: frappe/www/login.html:196 +msgid "Email Address" +msgstr "" + +#. Description of the 'Email Address' (Data) field in DocType 'Google Contacts' +#: frappe/integrations/doctype/google_contacts/google_contacts.json +msgid "Email Address whose Google Contacts are to be synced." +msgstr "" + +#. Description of the 'Send Notification to' (Small Text) field in DocType +#. 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_group/email_group.js:43 +msgid "Email Addresses" +msgstr "" + +#. Label of a Link in the Tools Workspace +#. Name of a DocType +#: frappe/automation/workspace/tools/tools.json +#: frappe/email/doctype/email_domain/email_domain.json +msgid "Email Domain" +msgstr "" + +#. Name of a DocType +#: frappe/email/doctype/email_flag_queue/email_flag_queue.json +msgid "Email Flag Queue" +msgstr "" + +#. Label of a Small Text field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Email Footer Address" +msgstr "" + +#. Label of a Link in the Tools Workspace +#. Name of a DocType +#. Label of a Link field in DocType 'Email Group Member' +#. Label of a Link field in DocType 'Newsletter Email Group' +#: frappe/automation/workspace/tools/tools.json +#: frappe/email/doctype/email_group/email_group.json +#: frappe/email/doctype/email_group_member/email_group_member.json +#: frappe/email/doctype/newsletter_email_group/newsletter_email_group.json +msgid "Email Group" +msgstr "" + +#. Linked DocType in Email Group's connections +#. Name of a DocType +#: frappe/email/doctype/email_group/email_group.json +#: frappe/email/doctype/email_group_member/email_group_member.json +msgid "Email Group Member" +msgstr "" + +#. Label of a Data field in DocType 'Contact Email' +#. Label of a Data field in DocType 'User Email' +#. Label of a Data field in DocType 'Email Rule' +#: frappe/contacts/doctype/contact/contact.py:130 +#: frappe/contacts/doctype/contact_email/contact_email.json +#: frappe/core/doctype/user_email/user_email.json +#: frappe/email/doctype/email_rule/email_rule.json +msgid "Email ID" +msgstr "" + +#. Label of a Table field in DocType 'Contact' +#: frappe/contacts/doctype/contact/contact.json +msgid "Email IDs" +msgstr "" + +#. Label of a Data field in DocType 'Contact Us Settings' +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +msgid "Email Id" +msgstr "" + +#. Label of a Section Break field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Email Inbox" +msgstr "" + +#. Name of a DocType +#: frappe/email/doctype/email_queue/email_queue.json +msgid "Email Queue" +msgstr "" + +#. Name of a DocType +#: frappe/email/doctype/email_queue_recipient/email_queue_recipient.json +msgid "Email Queue Recipient" +msgstr "" + +#: frappe/email/queue.py:160 +msgid "Email Queue flushing aborted due to too many failures." +msgstr "" + +#. Description of a DocType +#: frappe/email/doctype/email_queue/email_queue.json +msgid "Email Queue records." +msgstr "" + +#. Label of a HTML field in DocType 'Email Template' +#: frappe/email/doctype/email_template/email_template.json +msgid "Email Reply Help" +msgstr "" + +#. Label of a Int field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Email Retry Limit" +msgstr "" + +#. Name of a DocType +#: frappe/email/doctype/email_rule/email_rule.json +msgid "Email Rule" +msgstr "" + +#. Label of a Check field in DocType 'Newsletter' +#. Label of a Check field in DocType 'Blog Post' +#: frappe/email/doctype/newsletter/newsletter.json +#: frappe/website/doctype/blog_post/blog_post.json +msgid "Email Sent" +msgstr "" + +#. Label of a Datetime field in DocType 'Newsletter' +#: frappe/email/doctype/newsletter/newsletter.json +msgid "Email Sent At" +msgstr "" + +#. Label of a Section Break field in DocType 'DocType' +#. Label of a Section Break field in DocType 'Customize Form' +#. Label of a Section Break field in DocType 'Notification Settings' +#. Label of a Section Break field in DocType 'Auto Email Report' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +#: frappe/desk/doctype/notification_settings/notification_settings.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Email Settings" +msgstr "" + +#. Label of a Small Text field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Email Signature" +msgstr "" + +#. Label of a Select field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Email Status" +msgstr "" + +#. Label of a Select field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Email Sync Option" +msgstr "" + +#. Label of a Link in the Tools Workspace +#. Label of a Link field in DocType 'Communication' +#. Name of a DocType +#: frappe/automation/workspace/tools/tools.json +#: frappe/core/doctype/communication/communication.json +#: frappe/email/doctype/email_template/email_template.json +#: frappe/public/js/frappe/views/communication.js:95 +msgid "Email Template" +msgstr "" + +#. Label of a Check field in DocType 'Notification Settings' +#: frappe/desk/doctype/notification_settings/notification_settings.json +msgid "Email Threads on Assigned Document" +msgstr "" + +#. Label of a Small Text field in DocType 'Auto Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Email To" +msgstr "" + +#. Name of a DocType +#: frappe/email/doctype/email_unsubscribe/email_unsubscribe.json +msgid "Email Unsubscribe" +msgstr "" + +#: frappe/core/doctype/communication/communication.js:342 +msgid "Email has been marked as spam" +msgstr "" + +#: frappe/core/doctype/communication/communication.js:355 +msgid "Email has been moved to trash" +msgstr "" + +#: frappe/public/js/frappe/views/communication.js:807 +msgid "Email not sent to {0} (unsubscribed / disabled)" +msgstr "" + +#: frappe/utils/oauth.py:164 +msgid "Email not verified with {0}" +msgstr "" + +#: frappe/email/doctype/email_queue/email_queue.js:18 +msgid "Email queue is currently suspended. Resume to automatically send emails." +msgstr "" + +#. Label of a Section Break field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Emails" +msgstr "" + +#: frappe/email/queue.py:137 +msgid "Emails are muted" +msgstr "" + +#. Description of the 'Send Email Alert' (Check) field in DocType 'Workflow' +#: frappe/workflow/doctype/workflow/workflow.json +msgid "Emails will be sent with next possible workflow actions" +msgstr "" + +#: frappe/website/doctype/web_form/web_form.js:34 +msgid "Embed code copied" +msgstr "" + +#: frappe/public/js/form_builder/components/Section.vue:285 +msgid "Empty column" +msgstr "" + +#. Label of a Check field in DocType 'Google Calendar' +#. Label of a Check field in DocType 'Google Contacts' +#. Label of a Check field in DocType 'Google Drive' +#. Label of a Check field in DocType 'Google Settings' +#: frappe/integrations/doctype/google_calendar/google_calendar.json +#: frappe/integrations/doctype/google_contacts/google_contacts.json +#: frappe/integrations/doctype/google_drive/google_drive.json +#: frappe/integrations/doctype/google_settings/google_settings.json +msgid "Enable" +msgstr "" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:117 +msgid "Enable Allow Auto Repeat for the doctype {0} in Customize Form" +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Enable Auto Reply" +msgstr "" + +#. Label of a Check field in DocType 'S3 Backup Settings' +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +msgid "Enable Automatic Backup" +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Enable Automatic Linking in Documents" +msgstr "" + +#. Label of a Check field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "Enable Comments" +msgstr "" + +#. Label of a Check field in DocType 'Blog Post' +#: frappe/website/doctype/blog_post/blog_post.json +msgid "Enable Email Notification" +msgstr "" + +#. Label of a Check field in DocType 'Notification Settings' +#: frappe/desk/doctype/notification_settings/notification_settings.json +msgid "Enable Email Notifications" +msgstr "" + +#: frappe/integrations/doctype/google_calendar/google_calendar.py:90 +#: frappe/integrations/doctype/google_contacts/google_contacts.py:36 +#: frappe/website/doctype/website_settings/website_settings.py:129 +msgid "Enable Google API in Google Settings." +msgstr "" + +#. Label of a Check field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Enable Google indexing" +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_account/email_account.py:201 +msgid "Enable Incoming" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Enable Onboarding" +msgstr "" + +#. Label of a Check field in DocType 'User Email' +#. Label of a Check field in DocType 'Email Account' +#: frappe/core/doctype/user_email/user_email.json +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_account/email_account.py:209 +msgid "Enable Outgoing" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Enable Password Policy" +msgstr "" + +#. Label of a Check field in DocType 'Role Permission for Page and Report' +#: frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.json +msgid "Enable Prepared Report" +msgstr "" + +#. Label of a Check field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Enable Print Server" +msgstr "" + +#. Label of a Check field in DocType 'Push Notification Settings' +#: frappe/integrations/doctype/push_notification_settings/push_notification_settings.json +msgid "Enable Push Notification Relay" +msgstr "" + +#. Label of a Check field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "Enable Rate Limit" +msgstr "" + +#. Label of a Check field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Enable Raw Printing" +msgstr "" + +#: frappe/core/doctype/report/report.js:36 +msgid "Enable Report" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Enable Scheduled Jobs" +msgstr "" + +#: frappe/core/doctype/rq_job/rq_job_list.js:23 +msgid "Enable Scheduler" +msgstr "" + +#. Label of a Check field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "Enable Security" +msgstr "" + +#. Label of a Check field in DocType 'Social Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Enable Social Login" +msgstr "" + +#. Label of a Check field in DocType 'Blog Settings' +#: frappe/website/doctype/blog_settings/blog_settings.json +msgid "Enable Social Sharing" +msgstr "" + +#: frappe/website/doctype/website_settings/website_settings.js:139 +msgid "Enable Tracking Page Views" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/twofactor.py:434 +msgid "Enable Two Factor Auth" +msgstr "" + +#. Title of an Onboarding Step +#: frappe/website/onboarding_step/enable_website_tracking/enable_website_tracking.json +msgid "Enable Website Tracking" +msgstr "" + +#: frappe/printing/doctype/print_format_field_template/print_format_field_template.py:28 +msgid "Enable developer mode to create a standard Print Template" +msgstr "" + +#: frappe/website/doctype/web_template/web_template.py:34 +msgid "Enable developer mode to create a standard Web Template" +msgstr "" + +#. Description of the 'Enable Email Notification' (Check) field in DocType +#. 'Blog Post' +#: frappe/website/doctype/blog_post/blog_post.json +msgid "Enable email notification for any comment or likes received on your Blog Post." +msgstr "" + +#. Description of the 'Modal Trigger' (Check) field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Enable if on click\n" +"opens modal." +msgstr "" + +#. Label of a Check field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Enable in-app website tracking" +msgstr "" + +#. Label of a Check field in DocType 'Language' +#. Label of a Check field in DocType 'User' +#. Label of a Check field in DocType 'Client Script' +#. Label of a Check field in DocType 'Notification Settings' +#. Label of a Check field in DocType 'Auto Email Report' +#. Label of a Check field in DocType 'Notification' +#. Label of a Check field in DocType 'Currency' +#. Label of a Check field in DocType 'Dropbox Settings' +#. Label of a Check field in DocType 'LDAP Settings' +#. Label of a Check field in DocType 'Webhook' +#. Label of a Check field in DocType 'Energy Point Rule' +#. Label of a Check field in DocType 'Energy Point Settings' +#. Label of a Check field in DocType 'Portal Menu Item' +#: frappe/core/doctype/language/language.json +#: frappe/core/doctype/user/user.json +#: frappe/custom/doctype/client_script/client_script.json +#: frappe/desk/doctype/notification_settings/notification_settings.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +#: frappe/email/doctype/notification/notification.json +#: frappe/geo/doctype/currency/currency.json +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.json +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +#: frappe/integrations/doctype/webhook/webhook.json +#: frappe/public/js/frappe/model/indicator.js:106 +#: frappe/public/js/frappe/model/indicator.js:117 +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +#: frappe/social/doctype/energy_point_settings/energy_point_settings.json +#: frappe/website/doctype/portal_menu_item/portal_menu_item.json +msgid "Enabled" +msgstr "" + +#: frappe/core/doctype/rq_job/rq_job_list.js:29 +msgid "Enabled Scheduler" +msgstr "" + +#: frappe/email/doctype/email_account/email_account.py:939 +msgid "Enabled email inbox for user {0}" +msgstr "" + +#: frappe/core/doctype/server_script/server_script.py:243 +msgid "Enabled scheduled execution for script {0}" +msgstr "" + +#. Description of the 'Is Calendar and Gantt' (Check) field in DocType +#. 'DocType' +#. Description of the 'Is Calendar and Gantt' (Check) field in DocType +#. 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Enables Calendar and Gantt views." +msgstr "" + +#: frappe/email/doctype/email_account/email_account.js:227 +msgid "Enabling auto reply on an incoming email account will send automated replies to all the synchronized emails. Do you wish to continue?" +msgstr "" + +#. Description of a DocType +#: frappe/integrations/doctype/push_notification_settings/push_notification_settings.json +msgid "Enabling this will register your site on a central relay server to send push notifications for all installed apps through Firebase Cloud Messaging. This server only stores user tokens and error logs, and no messages are saved." +msgstr "" + +#. Description of the 'Relay Settings' (Section Break) field in DocType 'Push +#. Notification Settings' +#: frappe/integrations/doctype/push_notification_settings/push_notification_settings.json +msgid "Enabling this will register your site on a central relay server to send push notifications for all installed apps through Firebase Cloud Messaging. This server only stores user tokens and error logs, and no messages are saved. " +msgstr "" + +#. Description of the 'Queue in Background (BETA)' (Check) field in DocType +#. 'DocType' +#. Description of the 'Queue in Background (BETA)' (Check) field in DocType +#. 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Enabling this will submit documents in background" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Encrypt Backups" +msgstr "" + +#: frappe/utils/password.py:184 +msgid "Encryption key is in invalid format!" +msgstr "" + +#: frappe/utils/password.py:199 +msgid "Encryption key is invalid! Please check site_config.json" +msgstr "" + +#. Label of a Date field in DocType 'Auto Repeat' +#. Label of a Datetime field in DocType 'Web Page' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:140 +#: frappe/public/js/frappe/utils/common.js:416 +#: frappe/website/doctype/web_page/web_page.json +msgid "End Date" +msgstr "" + +#. Label of a Select field in DocType 'Calendar View' +#: frappe/desk/doctype/calendar_view/calendar_view.json +msgid "End Date Field" +msgstr "" + +#: frappe/website/doctype/web_page/web_page.py:208 +msgid "End Date cannot be before Start Date!" +msgstr "" + +#. Label of a Datetime field in DocType 'RQ Job' +#. Label of a Datetime field in DocType 'Submission Queue' +#: frappe/core/doctype/rq_job/rq_job.json +#: frappe/core/doctype/submission_queue/submission_queue.json +msgid "Ended At" +msgstr "" + +#. Label of a Data field in DocType 'S3 Backup Settings' +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +msgid "Endpoint URL" +msgstr "" + +#. Label of a Section Break field in DocType 'Connected App' +#: frappe/integrations/doctype/connected_app/connected_app.json +msgid "Endpoints" +msgstr "" + +#. Label of a Datetime field in DocType 'Event' +#: frappe/desk/doctype/event/event.json +msgid "Ends on" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Notification Log' +#: frappe/desk/doctype/notification_log/notification_log.json +msgid "Energy Point" +msgstr "" + +#. Linked DocType in User's connections +#. Name of a DocType +#: frappe/core/doctype/user/user.json +#: frappe/social/doctype/energy_point_log/energy_point_log.json +msgid "Energy Point Log" +msgstr "" + +#. Linked DocType in DocType's connections +#. Name of a DocType +#: frappe/core/doctype/doctype/doctype.json +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +msgid "Energy Point Rule" +msgstr "" + +#. Name of a DocType +#: frappe/social/doctype/energy_point_settings/energy_point_settings.json +msgid "Energy Point Settings" +msgstr "" + +#: frappe/desk/doctype/notification_log/notification_log.py:159 +msgid "Energy Point Update on {0}" +msgstr "" + +#. Label of a Check field in DocType 'Notification Settings' +#: frappe/desk/doctype/notification_settings/notification_settings.json +#: frappe/desk/page/user_profile/user_profile.html:28 +#: frappe/desk/page/user_profile/user_profile_controller.js:402 +#: frappe/templates/emails/energy_points_summary.html:39 +msgid "Energy Points" +msgstr "" + +#. Label of a Data field in DocType 'Submission Queue' +#: frappe/core/doctype/submission_queue/submission_queue.json +msgid "Enqueued By" +msgstr "" + +#: frappe/core/doctype/recorder/recorder.py:127 +msgid "Enqueued creation of indexes" +msgstr "" + +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:108 +msgid "Ensure the user and group search paths are correct." +msgstr "" + +#: frappe/integrations/doctype/google_calendar/google_calendar.py:93 +msgid "Enter Client Id and Client Secret in Google Settings." +msgstr "" + +#: frappe/templates/includes/login/login.js:359 +msgid "Enter Code displayed in OTP App." +msgstr "" + +#: frappe/public/js/frappe/views/communication.js:762 +msgid "Enter Email Recipient(s)" +msgstr "" + +#. Label of a Link field in DocType 'Customize Form' +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Enter Form Type" +msgstr "" + +#: frappe/public/js/frappe/ui/messages.js:94 +msgctxt "Title of prompt dialog" +msgid "Enter Value" +msgstr "" + +#: frappe/public/js/frappe/form/form_tour.js:58 +msgid "Enter a name for this {0}" +msgstr "" + +#. Description of the 'User Defaults' (Table) field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Enter default value fields (keys) and values. If you add multiple values for a field, the first one will be picked. These defaults are also used to set \"match\" permission rules. To see list of fields, go to \"Customize Form\"." +msgstr "" + +#: frappe/public/js/frappe/views/file/file_view.js:111 +msgid "Enter folder name" +msgstr "" + +#. Description of the 'Static Parameters' (Table) field in DocType 'SMS +#. Settings' +#: frappe/core/doctype/sms_settings/sms_settings.json +msgid "Enter static url parameters here (Eg. sender=ERPNext, username=ERPNext, password=1234 etc.)" +msgstr "" + +#. Description of the 'Message Parameter' (Data) field in DocType 'SMS +#. Settings' +#: frappe/core/doctype/sms_settings/sms_settings.json +msgid "Enter url parameter for message" +msgstr "" + +#. Description of the 'Receiver Parameter' (Data) field in DocType 'SMS +#. Settings' +#: frappe/core/doctype/sms_settings/sms_settings.json +msgid "Enter url parameter for receiver nos" +msgstr "" + +#: frappe/public/js/frappe/ui/messages.js:334 +msgid "Enter your password" +msgstr "" + +#: frappe/contacts/report/addresses_and_contacts/addresses_and_contacts.js:22 +msgid "Entity Name" +msgstr "" + +#: frappe/contacts/report/addresses_and_contacts/addresses_and_contacts.js:9 +msgid "Entity Type" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:16 +msgid "Equals" +msgstr "" + +#. Option for the 'Delivery Status' (Select) field in DocType 'Communication' +#. Option for the 'Status' (Select) field in DocType 'Data Import' +#. Label of a Code field in DocType 'Error Log' +#. Option for the 'Status' (Select) field in DocType 'Prepared Report' +#. Option for the 'Status' (Select) field in DocType 'Email Queue' +#. Label of a Code field in DocType 'Email Queue' +#. Label of a Code field in DocType 'Email Queue Recipient' +#. Label of a Code field in DocType 'Integration Request' +#. Label of a Text field in DocType 'Webhook Request Log' +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/data_import/data_import.json +#: frappe/core/doctype/error_log/error_log.json +#: frappe/core/doctype/prepared_report/prepared_report.json +#: frappe/desk/page/backups/backups.js:35 +#: frappe/email/doctype/email_queue/email_queue.json +#: frappe/email/doctype/email_queue_recipient/email_queue_recipient.json +#: frappe/integrations/doctype/integration_request/integration_request.json +#: frappe/integrations/doctype/webhook_request_log/webhook_request_log.json +#: frappe/model/base_document.py:719 frappe/model/base_document.py:725 +#: frappe/public/js/frappe/ui/messages.js:22 +msgid "Error" +msgstr "" + +#: frappe/public/js/frappe/web_form/web_form.js:240 +msgctxt "Title of error message in web form" +msgid "Error" +msgstr "" + +#: frappe/www/error.html:34 +msgid "Error Code: {0}" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/error_log/error_log.json +msgid "Error Log" +msgstr "" + +#. Label of a Link in the Build Workspace +#: frappe/core/workspace/build/build.json +msgid "Error Logs" +msgstr "" + +#. Label of a Text field in DocType 'Prepared Report' +#: frappe/core/doctype/prepared_report/prepared_report.json +msgid "Error Message" +msgstr "" + +#: frappe/public/js/frappe/form/print_utils.js:128 +msgid "Error connecting to QZ Tray Application...

    You need to have QZ Tray application installed and running, to use the Raw Print feature.

    Click here to Download and install QZ Tray.
    Click here to learn more about Raw Printing." +msgstr "" + +#: frappe/email/doctype/email_domain/email_domain.py:32 +msgid "Error connecting via IMAP/POP3: {e}" +msgstr "" + +#: frappe/email/doctype/email_domain/email_domain.py:33 +msgid "Error connecting via SMTP: {e}" +msgstr "" + +#: frappe/email/doctype/email_domain/email_domain.py:98 +msgid "Error has occurred in {0}" +msgstr "" + +#: frappe/public/js/frappe/form/script_manager.js:187 +msgid "Error in Client Script" +msgstr "" + +#: frappe/public/js/frappe/form/script_manager.js:243 +msgid "Error in Client Script." +msgstr "" + +#: frappe/printing/doctype/letter_head/letter_head.js:21 +msgid "Error in Header/Footer Script" +msgstr "" + +#: frappe/email/doctype/notification/notification.py:396 +#: frappe/email/doctype/notification/notification.py:512 +#: frappe/email/doctype/notification/notification.py:518 +msgid "Error in Notification" +msgstr "" + +#: frappe/utils/pdf.py:53 +msgid "Error in print format on line {0}: {1}" +msgstr "" + +#: frappe/email/doctype/email_account/email_account.py:618 +msgid "Error while connecting to email account {0}" +msgstr "" + +#: frappe/email/doctype/notification/notification.py:509 +msgid "Error while evaluating Notification {0}. Please fix your template." +msgstr "" + +#: frappe/model/document.py:820 +msgid "Error: Document has been modified after you have opened it" +msgstr "" + +#: frappe/model/base_document.py:733 +msgid "Error: Value missing for {0}: {1}" +msgstr "" + +#. Label of a Section Break field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Errors" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Communication' +#. Name of a DocType +#. Option for the 'Event Category' (Select) field in DocType 'Event' +#: frappe/core/doctype/communication/communication.json +#: frappe/desk/doctype/event/event.json +msgid "Event" +msgstr "" + +#. Label of a Select field in DocType 'Event' +#: frappe/desk/doctype/event/event.json +msgid "Event Category" +msgstr "" + +#. Label of a Select field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "Event Frequency" +msgstr "" + +#. Label of a Table field in DocType 'Event' +#. Name of a DocType +#: frappe/desk/doctype/event/event.json +#: frappe/desk/doctype/event_participants/event_participants.json +msgid "Event Participants" +msgstr "" + +#. Label of a Check field in DocType 'Notification Settings' +#: frappe/desk/doctype/notification_settings/notification_settings.json +msgid "Event Reminders" +msgstr "" + +#: frappe/integrations/doctype/google_calendar/google_calendar.py:454 +#: frappe/integrations/doctype/google_calendar/google_calendar.py:538 +msgid "Event Synced with Google Calendar." +msgstr "" + +#. Label of a Data field in DocType 'Recorder' +#. Label of a Select field in DocType 'Event' +#: frappe/core/doctype/recorder/recorder.json +#: frappe/desk/doctype/event/event.json +msgid "Event Type" +msgstr "" + +#: frappe/public/js/frappe/ui/notifications/notifications.js:56 +msgid "Events" +msgstr "" + +#: frappe/desk/doctype/event/event.py:260 +msgid "Events in Today's Calendar" +msgstr "" + +#. Description of the Onboarding Step 'Create Custom Fields' +#: frappe/custom/onboarding_step/custom_field/custom_field.json +msgid "Every form in ERPNext has a standard set of fields. If you need to capture some information, but there is no standard Field available for it, you can insert Custom Field for it.\n\n" +"Once custom fields are added, you can use them for reports and analytics charts as well.\n" +msgstr "" + +#. Label of a Check field in DocType 'DocShare' +#: frappe/core/doctype/docshare/docshare.json +#: frappe/public/js/frappe/form/templates/set_sharing.html:11 +msgid "Everyone" +msgstr "" + +#. Description of the 'Custom Options' (Code) field in DocType 'Dashboard +#. Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Ex: \"colors\": [\"#d1d8dd\", \"#ff5858\"]" +msgstr "" + +#. Label of a Int field in DocType 'Recorder Query' +#: frappe/core/doctype/recorder_query/recorder_query.json +msgid "Exact Copies" +msgstr "" + +#. Label of a HTML field in DocType 'Workflow Transition' +#: frappe/workflow/doctype/workflow_transition/workflow_transition.json +msgid "Example" +msgstr "" + +#. Description of the 'Default Portal Home' (Data) field in DocType 'Portal +#. Settings' +#: frappe/website/doctype/portal_settings/portal_settings.json +msgid "Example: \"/desk\"" +msgstr "" + +#. Description of the 'Path' (Data) field in DocType 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Example: #Tree/Account" +msgstr "" + +#. Description of the 'Digits' (Int) field in DocType 'Document Naming Rule' +#: frappe/core/doctype/document_naming_rule/document_naming_rule.json +msgid "Example: 00001" +msgstr "" + +#. Description of the 'Session Expiry (idle timeout)' (Data) field in DocType +#. 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Example: Setting this to 24:00 will log out a user if they are not active for 24:00 hours." +msgstr "" + +#. Description of the 'Description' (Small Text) field in DocType 'Assignment +#. Rule' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +msgid "Example: {{ subject }}" +msgstr "" + +#. Option for the 'File Type' (Select) field in DocType 'Data Export' +#: frappe/core/doctype/data_export/data_export.json +msgid "Excel" +msgstr "" + +#: frappe/public/js/frappe/form/controls/password.js:91 +msgid "Excellent" +msgstr "" + +#. Label of a Text field in DocType 'Data Import Log' +#. Label of a Code field in DocType 'RQ Job' +#. Label of a Long Text field in DocType 'Submission Queue' +#: frappe/core/doctype/data_import_log/data_import_log.json +#: frappe/core/doctype/rq_job/rq_job.json +#: frappe/core/doctype/submission_queue/submission_queue.json +msgid "Exception" +msgstr "" + +#. Label of a Section Break field in DocType 'System Console' +#: frappe/desk/doctype/system_console/system_console.js:17 +#: frappe/desk/doctype/system_console/system_console.js:22 +#: frappe/desk/doctype/system_console/system_console.json +msgid "Execute" +msgstr "" + +#: frappe/desk/doctype/system_console/system_console.js:10 +msgid "Execute Console script" +msgstr "" + +#: frappe/desk/doctype/system_console/system_console.js:18 +msgid "Executing..." +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:1987 +msgid "Execution Time: {0} sec" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Executive" +msgstr "" + +#: frappe/public/js/frappe/widgets/base_widget.js:159 +msgid "Expand" +msgstr "" + +#: frappe/public/js/frappe/form/controls/code.js:180 +msgctxt "Enlarge code field." +msgid "Expand" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:1973 +#: frappe/public/js/frappe/views/treeview.js:114 +msgid "Expand All" +msgstr "" + +#: frappe/public/js/frappe/form/templates/form_sidebar.html:23 +msgid "Experimental" +msgstr "" + +#. Option for the 'Level' (Select) field in DocType 'Help Article' +#: frappe/website/doctype/help_article/help_article.json +msgid "Expert" +msgstr "" + +#. Label of a Datetime field in DocType 'OAuth Authorization Code' +#. Label of a Datetime field in DocType 'OAuth Bearer Token' +#: frappe/integrations/doctype/oauth_authorization_code/oauth_authorization_code.json +#: frappe/integrations/doctype/oauth_bearer_token/oauth_bearer_token.json +msgid "Expiration time" +msgstr "" + +#. Label of a Date field in DocType 'Note' +#: frappe/desk/doctype/note/note.json +msgid "Expire Notification On" +msgstr "" + +#. Option for the 'Delivery Status' (Select) field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Expired" +msgstr "" + +#. Label of a Int field in DocType 'OAuth Bearer Token' +#. Label of a Int field in DocType 'Token Cache' +#: frappe/integrations/doctype/oauth_bearer_token/oauth_bearer_token.json +#: frappe/integrations/doctype/token_cache/token_cache.json +msgid "Expires In" +msgstr "" + +#. Label of a Date field in DocType 'Document Share Key' +#: frappe/core/doctype/document_share_key/document_share_key.json +msgid "Expires On" +msgstr "" + +#. Label of a Int field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Expiry time of QR Code Image Page" +msgstr "" + +#. Label of a Check field in DocType 'Custom DocPerm' +#. Label of a Check field in DocType 'DocPerm' +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/docperm/docperm.json +#: frappe/core/doctype/recorder/recorder_list.js:37 +#: frappe/public/js/frappe/data_import/data_exporter.js:92 +#: frappe/public/js/frappe/data_import/data_exporter.js:243 +#: frappe/public/js/frappe/views/reports/query_report.js:1678 +#: frappe/public/js/frappe/views/reports/report_view.js:1551 +msgid "Export" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:2034 +msgctxt "Button in list view actions menu" +msgid "Export" +msgstr "" + +#: frappe/public/js/frappe/data_import/data_exporter.js:245 +msgid "Export 1 record" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:262 +msgid "Export Custom Permissions" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:242 +msgid "Export Customizations" +msgstr "" + +#. Label of a Link in the Tools Workspace +#: frappe/automation/workspace/tools/tools.json +#: frappe/public/js/frappe/data_import/data_exporter.js:14 +msgid "Export Data" +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:86 +#: frappe/public/js/frappe/data_import/import_preview.js:195 +msgid "Export Errored Rows" +msgstr "" + +#. Label of a Data field in DocType 'Access Log' +#: frappe/core/doctype/access_log/access_log.json +msgid "Export From" +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:523 +msgid "Export Import Log" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_utils.js:227 +msgctxt "Export report" +msgid "Export Report: {0}" +msgstr "" + +#: frappe/public/js/frappe/data_import/data_exporter.js:26 +msgid "Export Type" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1562 +msgid "Export all matching rows?" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1572 +msgid "Export all {0} rows?" +msgstr "" + +#: frappe/public/js/frappe/views/file/file_view.js:154 +msgid "Export as zip" +msgstr "" + +#: frappe/public/js/frappe/utils/tools.js:11 +msgid "Export not allowed. You need {0} role to export." +msgstr "" + +#. Description of the 'Export without main header' (Check) field in DocType +#. 'Data Export' +#: frappe/core/doctype/data_export/data_export.json +msgid "Export the data without any header notes and column descriptions" +msgstr "" + +#. Label of a Check field in DocType 'Data Export' +#: frappe/core/doctype/data_export/data_export.json +msgid "Export without main header" +msgstr "" + +#: frappe/public/js/frappe/data_import/data_exporter.js:247 +msgid "Export {0} records" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:263 +msgid "Exported permissions will be force-synced on every migrate overriding any other customization." +msgstr "" + +#. Label of a Data field in DocType 'Email Queue' +#: frappe/email/doctype/email_queue/email_queue.json +msgid "Expose Recipients" +msgstr "" + +#. Option for the 'Naming Rule' (Select) field in DocType 'DocType' +#. Option for the 'Naming Rule' (Select) field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Expression" +msgstr "" + +#. Option for the 'Naming Rule' (Select) field in DocType 'DocType' +#. Option for the 'Naming Rule' (Select) field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Expression (old style)" +msgstr "" + +#. Description of the 'Condition' (Data) field in DocType 'Notification +#. Recipient' +#: frappe/email/doctype/notification_recipient/notification_recipient.json +msgid "Expression, Optional" +msgstr "" + +#. Label of a Section Break field in DocType 'Connected App' +#: frappe/integrations/doctype/connected_app/connected_app.json +msgid "Extra Parameters" +msgstr "" + +#. Option for the 'Social Login Provider' (Select) field in DocType 'Social +#. Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Facebook" +msgstr "" + +#. Option for the 'SocketIO Ping Check' (Select) field in DocType 'System +#. Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Fail" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Activity Log' +#. Option for the 'Status' (Select) field in DocType 'Scheduled Job Log' +#. Option for the 'Status' (Select) field in DocType 'Submission Queue' +#. Option for the 'Status' (Select) field in DocType 'Integration Request' +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/scheduled_job_log/scheduled_job_log.json +#: frappe/core/doctype/submission_queue/submission_queue.json +#: frappe/integrations/doctype/integration_request/integration_request.json +msgid "Failed" +msgstr "" + +#. Label of a Int field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Failed Emails" +msgstr "" + +#. Label of a Int field in DocType 'RQ Worker' +#: frappe/core/doctype/rq_worker/rq_worker.json +msgid "Failed Job Count" +msgstr "" + +#. Label of a Int field in DocType 'System Health Report Workers' +#: frappe/desk/doctype/system_health_report_workers/system_health_report_workers.json +msgid "Failed Jobs" +msgstr "" + +#. Label of a Int field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Failed Logins (Last 30 days)" +msgstr "" + +#: frappe/model/workflow.py:298 +msgid "Failed Transactions" +msgstr "" + +#: frappe/utils/synchronization.py:46 +msgid "Failed to aquire lock: {}. Lock may be held by another process." +msgstr "" + +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:359 +msgid "Failed to change password." +msgstr "" + +#: frappe/desk/page/setup_wizard/setup_wizard.js:220 +msgid "Failed to complete setup" +msgstr "" + +#: frappe/integrations/doctype/webhook/webhook.py:151 +msgid "Failed to compute request body: {}" +msgstr "" + +#: frappe/printing/doctype/network_printer_settings/network_printer_settings.py:46 +#: frappe/printing/doctype/network_printer_settings/network_printer_settings.py:48 +msgid "Failed to connect to server" +msgstr "" + +#: frappe/auth.py:678 +msgid "Failed to decode token, please provide a valid base64-encoded token." +msgstr "" + +#: frappe/utils/password.py:198 +msgid "Failed to decrypt key {0}" +msgstr "" + +#: frappe/desk/reportview.py:561 +msgid "Failed to delete {0} documents: {1}" +msgstr "" + +#: frappe/core/doctype/rq_job/rq_job_list.js:33 +msgid "Failed to enable scheduler: {0}" +msgstr "" + +#: frappe/integrations/doctype/webhook/webhook.py:139 +msgid "Failed to evaluate conditions: {}" +msgstr "" + +#: frappe/types/exporter.py:192 +msgid "Failed to export python type hints" +msgstr "" + +#: frappe/integrations/frappe_providers/frappecloud_billing.py:48 +msgid "Failed to generate access token" +msgstr "" + +#: frappe/core/doctype/document_naming_settings/document_naming_settings.py:249 +msgid "Failed to generate names from the series" +msgstr "" + +#: frappe/core/doctype/document_naming_settings/document_naming_settings.js:75 +msgid "Failed to generate preview of series" +msgstr "" + +#: frappe/handler.py:76 +msgid "Failed to get method for command {0} with {1}" +msgstr "" + +#: frappe/api/v2.py:48 +msgid "Failed to get method {0} with {1}" +msgstr "" + +#: frappe/integrations/frappe_providers/frappecloud_billing.py:68 +msgid "Failed to get site info" +msgstr "" + +#: frappe/model/virtual_doctype.py:63 +msgid "Failed to import virtual doctype {}, is controller file present?" +msgstr "" + +#: frappe/utils/image.py:76 +msgid "Failed to optimize image: {0}" +msgstr "" + +#: frappe/integrations/frappe_providers/frappecloud_billing.py:104 +msgid "Failed to request login to Frappe Cloud" +msgstr "" + +#: frappe/email/doctype/email_queue/email_queue.py:280 +msgid "Failed to send email with subject:" +msgstr "" + +#: frappe/desk/doctype/notification_log/notification_log.py:41 +msgid "Failed to send notification email" +msgstr "" + +#: frappe/desk/page/setup_wizard/setup_wizard.py:23 +msgid "Failed to update global settings" +msgstr "" + +#: frappe/integrations/frappe_providers/frappecloud_billing.py:83 +msgid "Failed while calling API {0}" +msgstr "" + +#. Label of a Table field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Failing Scheduled Jobs (last 7 days)" +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:464 +msgid "Failure" +msgstr "" + +#. Label of a Percent field in DocType 'System Health Report Failing Jobs' +#: frappe/desk/doctype/system_health_report_failing_jobs/system_health_report_failing_jobs.json +msgid "Failure Rate" +msgstr "" + +#. Label of a Attach field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "FavIcon" +msgstr "" + +#. Label of a Data field in DocType 'Address' +#: frappe/contacts/doctype/address/address.json +msgid "Fax" +msgstr "" + +#. Label of a Check field in DocType 'Blog Post' +#: frappe/website/doctype/blog_post/blog_post.json +#: frappe/website/doctype/blog_post/templates/blog_post_row.html:19 +msgid "Featured" +msgstr "" + +#. Option for the 'Communication Type' (Select) field in DocType +#. 'Communication' +#. Label of a Section Break field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +#: frappe/public/js/frappe/form/templates/form_sidebar.html:33 +msgid "Feedback" +msgstr "" + +#. Label of a Data field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Feedback Request" +msgstr "" + +#: frappe/desk/page/setup_wizard/install_fixtures.py:30 +msgid "Female" +msgstr "" + +#. Label of a Small Text field in DocType 'DocField' +#. Label of a Small Text field in DocType 'Custom Field' +#. Label of a Small Text field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/public/js/form_builder/components/controls/FetchFromControl.vue:29 +#: frappe/public/js/form_builder/components/controls/FetchFromControl.vue:34 +msgid "Fetch From" +msgstr "" + +#: frappe/website/doctype/website_slideshow/website_slideshow.js:15 +msgid "Fetch Images" +msgstr "" + +#: frappe/website/doctype/website_slideshow/website_slideshow.js:13 +msgid "Fetch attached images from document" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Fetch on Save if Empty" +msgstr "" + +#: frappe/desk/doctype/global_search_settings/global_search_settings.py:61 +msgid "Fetching default Global Search documents." +msgstr "" + +#. Label of a Select field in DocType 'Assignment Rule' +#. Label of a Select field in DocType 'Document Naming Rule Condition' +#. Label of a Select field in DocType 'Bulk Update' +#. Label of a Select field in DocType 'Number Card' +#. Label of a Select field in DocType 'Onboarding Step' +#. Label of a Select field in DocType 'Web Form Field' +#. Label of a Select field in DocType 'Web Form List Column' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +#: frappe/core/doctype/document_naming_rule_condition/document_naming_rule_condition.json +#: frappe/desk/doctype/bulk_update/bulk_update.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +#: frappe/desk/page/leaderboard/leaderboard.js:131 +#: frappe/public/js/frappe/list/bulk_operations.js:327 +#: frappe/public/js/frappe/list/list_view_permission_restrictions.html:3 +#: frappe/public/js/frappe/views/reports/query_report.js:236 +#: frappe/public/js/frappe/views/reports/query_report.js:1732 +#: frappe/website/doctype/web_form_field/web_form_field.json +#: frappe/website/doctype/web_form_list_column/web_form_list_column.json +msgid "Field" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:411 +msgid "Field \"route\" is mandatory for Web Views" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1488 +msgid "Field \"title\" is mandatory if \"Website Search Field\" is set." +msgstr "" + +#: frappe/desk/doctype/bulk_update/bulk_update.js:17 +msgid "Field \"value\" is mandatory. Please specify value to be updated" +msgstr "" + +#. Label of a Text field in DocType 'Custom Field' +#: frappe/custom/doctype/custom_field/custom_field.json +msgid "Field Description" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1053 +msgid "Field Missing" +msgstr "" + +#. Label of a Data field in DocType 'Property Setter' +#. Label of a Select field in DocType 'Kanban Board' +#: frappe/custom/doctype/property_setter/property_setter.json +#: frappe/desk/doctype/kanban_board/kanban_board.json +msgid "Field Name" +msgstr "" + +#: frappe/public/js/print_format_builder/PrintFormatSection.vue:141 +msgid "Field Orientation (Left-Right)" +msgstr "" + +#: frappe/public/js/print_format_builder/PrintFormatSection.vue:148 +msgid "Field Orientation (Top-Down)" +msgstr "" + +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:233 +#: frappe/public/js/print_format_builder/utils.js:69 +msgid "Field Template" +msgstr "" + +#. Label of a Select field in DocType 'Energy Point Rule' +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +msgid "Field To Check" +msgstr "" + +#. Label of a Select field in DocType 'Custom Field' +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/templates/form_grid/fields.html:40 +msgid "Field Type" +msgstr "" + +#: frappe/desk/reportview.py:182 +msgid "Field not permitted in query" +msgstr "" + +#. Description of the 'Workflow State Field' (Data) field in DocType 'Workflow' +#: frappe/workflow/doctype/workflow/workflow.json +msgid "Field that represents the Workflow State of the transaction (if field is not present, a new hidden Custom Field will be created)" +msgstr "" + +#. Label of a Select field in DocType 'Milestone Tracker' +#: frappe/automation/doctype/milestone_tracker/milestone_tracker.json +msgid "Field to Track" +msgstr "" + +#: frappe/custom/doctype/property_setter/property_setter.py:51 +msgid "Field type cannot be changed for {0}" +msgstr "" + +#: frappe/database/database.py:843 +msgid "Field {0} does not exist on {1}" +msgstr "" + +#: frappe/desk/form/meta.py:203 +msgid "Field {0} is referring to non-existing doctype {1}." +msgstr "" + +#: frappe/public/js/frappe/form/form.js:1678 +msgid "Field {0} not found." +msgstr "" + +#. Label of a Data field in DocType 'Report Column' +#. Label of a Data field in DocType 'Report Filter' +#. Label of a Data field in DocType 'Custom Field' +#. Label of a Select field in DocType 'DocType Layout Field' +#. Label of a Select field in DocType 'Form Tour Step' +#. Label of a Select field in DocType 'Webhook Data' +#. Label of a Data field in DocType 'Web Template Field' +#: frappe/core/doctype/report_column/report_column.json +#: frappe/core/doctype/report_filter/report_filter.json +#: frappe/custom/doctype/custom_field/custom_field.js:120 +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/doctype_layout_field/doctype_layout_field.json +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +#: frappe/integrations/doctype/webhook_data/webhook_data.json +#: frappe/public/js/frappe/form/grid_row.js:430 +#: frappe/website/doctype/web_template_field/web_template_field.json +msgid "Fieldname" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:267 +msgid "Fieldname '{0}' conflicting with a {1} of the name {2} in {3}" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1052 +msgid "Fieldname called {0} must exist to enable autonaming" +msgstr "" + +#: frappe/database/schema.py:122 frappe/database/schema.py:316 +msgid "Fieldname is limited to 64 characters ({0})" +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.py:196 +msgid "Fieldname not set for Custom Field" +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.js:107 +msgid "Fieldname which will be the DocType for this link field." +msgstr "" + +#: frappe/public/js/form_builder/store.js:175 +msgid "Fieldname {0} appears multiple times" +msgstr "" + +#: frappe/database/schema.py:306 +msgid "Fieldname {0} cannot have special characters like {1}" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1869 +msgid "Fieldname {0} conflicting with meta object" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:490 +#: frappe/public/js/form_builder/utils.js:302 +msgid "Fieldname {0} is restricted" +msgstr "" + +#. Label of a Table field in DocType 'DocType' +#. Label of a Section Break field in DocType 'DocType' +#. Label of a Section Break field in DocType 'Customize Form' +#. Label of a Table field in DocType 'Customize Form' +#. Label of a Table field in DocType 'DocType Layout' +#. Label of a Code field in DocType 'Kanban Board' +#. Label of a HTML field in DocType 'List View Settings' +#. Label of a Code field in DocType 'List View Settings' +#. Label of a Small Text field in DocType 'Personal Data Deletion Step' +#. Label of a Table field in DocType 'Web Template' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +#: frappe/custom/doctype/doctype_layout/doctype_layout.json +#: frappe/desk/doctype/kanban_board/kanban_board.json +#: frappe/desk/doctype/list_view_settings/list_view_settings.json +#: frappe/public/js/frappe/list/list_settings.js:135 +#: frappe/public/js/frappe/views/kanban/kanban_settings.js:111 +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:83 +#: frappe/website/doctype/personal_data_deletion_step/personal_data_deletion_step.json +#: frappe/website/doctype/web_template/web_template.json +msgid "Fields" +msgstr "" + +#. Label of a HTML field in DocType 'Data Export' +#: frappe/core/doctype/data_export/data_export.json +msgid "Fields Multicheck" +msgstr "" + +#: frappe/core/doctype/file/file.py:403 +msgid "Fields `file_name` or `file_url` must be set for File" +msgstr "" + +#. Description of the 'Search Fields' (Data) field in DocType 'Customize Form' +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Fields separated by comma (,) will be included in the \"Search By\" list of Search dialog box" +msgstr "" + +#. Label of a Select field in DocType 'Report Column' +#. Label of a Select field in DocType 'Report Filter' +#. Label of a Data field in DocType 'Form Tour Step' +#. Label of a Select field in DocType 'Web Form Field' +#. Label of a Data field in DocType 'Web Form List Column' +#. Label of a Select field in DocType 'Web Template Field' +#: frappe/core/doctype/report_column/report_column.json +#: frappe/core/doctype/report_filter/report_filter.json +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +#: frappe/website/doctype/web_form_field/web_form_field.json +#: frappe/website/doctype/web_form_list_column/web_form_list_column.json +#: frappe/website/doctype/web_template_field/web_template_field.json +msgid "Fieldtype" +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.py:192 +msgid "Fieldtype cannot be changed from {0} to {1}" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.py:585 +msgid "Fieldtype cannot be changed from {0} to {1} in row {2}" +msgstr "" + +#. Label of a shortcut in the Tools Workspace +#. Name of a DocType +#. Option for the 'Select List View' (Select) field in DocType 'Form Tour' +#: frappe/automation/workspace/tools/tools.json +#: frappe/core/doctype/file/file.json +#: frappe/desk/doctype/form_tour/form_tour.json +msgid "File" +msgstr "" + +#: frappe/public/js/frappe/file_uploader/FileUploader.vue:459 +msgid "File \"{0}\" was skipped because of invalid file type" +msgstr "" + +#: frappe/core/doctype/file/utils.py:129 +msgid "File '{0}' not found" +msgstr "" + +#. Label of a Check field in DocType 'Dropbox Settings' +#. Label of a Check field in DocType 'Google Drive' +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.json +#: frappe/integrations/doctype/google_drive/google_drive.json +msgid "File Backup" +msgstr "" + +#. Label of a Section Break field in DocType 'Access Log' +#: frappe/core/doctype/access_log/access_log.json +msgid "File Information" +msgstr "" + +#: frappe/public/js/frappe/views/file/file_view.js:74 +msgid "File Manager" +msgstr "" + +#. Label of a Data field in DocType 'File' +#: frappe/core/doctype/file/file.json +msgid "File Name" +msgstr "" + +#. Label of a Int field in DocType 'File' +#: frappe/core/doctype/file/file.json +msgid "File Size" +msgstr "" + +#. Label of a Section Break field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "File Storage" +msgstr "" + +#. Label of a Data field in DocType 'Access Log' +#. Label of a Select field in DocType 'Data Export' +#. Label of a Data field in DocType 'File' +#: frappe/core/doctype/access_log/access_log.json +#: frappe/core/doctype/data_export/data_export.json +#: frappe/core/doctype/file/file.json +#: frappe/public/js/frappe/data_import/data_exporter.js:19 +msgid "File Type" +msgstr "" + +#. Label of a Code field in DocType 'File' +#: frappe/core/doctype/file/file.json +msgid "File URL" +msgstr "" + +#: frappe/desk/page/backups/backups.py:104 +msgid "File backup is ready" +msgstr "" + +#: frappe/core/doctype/file/file.py:581 +msgid "File name cannot have {0}" +msgstr "" + +#: frappe/utils/csvutils.py:26 +msgid "File not attached" +msgstr "" + +#: frappe/core/doctype/file/file.py:686 frappe/public/js/frappe/request.js:197 +#: frappe/utils/file_manager.py:222 +msgid "File size exceeded the maximum allowed size of {0} MB" +msgstr "" + +#: frappe/public/js/frappe/request.js:195 +msgid "File too big" +msgstr "" + +#: frappe/core/doctype/file/file.py:371 +msgid "File type of {0} is not allowed" +msgstr "" + +#: frappe/core/doctype/file/file.py:359 frappe/core/doctype/file/file.py:419 +msgid "File {0} does not exist" +msgstr "" + +#. Label of a Link in the Tools Workspace +#. Label of a Tab Break field in DocType 'System Settings' +#: frappe/automation/workspace/tools/tools.json +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Files" +msgstr "" + +#: frappe/core/doctype/prepared_report/prepared_report.js:8 +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:305 +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:439 +#: frappe/desk/doctype/number_card/number_card.js:205 +#: frappe/desk/doctype/number_card/number_card.js:336 +#: frappe/email/doctype/auto_email_report/auto_email_report.js:93 +#: frappe/public/js/frappe/list/base_list.js:876 +#: frappe/public/js/frappe/ui/filters/filter_list.js:134 +#: frappe/website/doctype/web_form/web_form.js:197 +msgid "Filter" +msgstr "" + +#: frappe/public/js/frappe/list/list_sidebar.html:35 +msgid "Filter By" +msgstr "" + +#. Label of a Section Break field in DocType 'Auto Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Filter Data" +msgstr "" + +#. Label of a HTML field in DocType 'Data Export' +#: frappe/core/doctype/data_export/data_export.json +msgid "Filter List" +msgstr "" + +#. Label of a Text field in DocType 'Auto Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Filter Meta" +msgstr "" + +#. Label of a Data field in DocType 'List Filter' +#: frappe/desk/doctype/list_filter/list_filter.json +#: frappe/public/js/frappe/list/list_filter.js:33 +msgid "Filter Name" +msgstr "" + +#. Label of a HTML field in DocType 'Prepared Report' +#: frappe/core/doctype/prepared_report/prepared_report.json +msgid "Filter Values" +msgstr "" + +#: frappe/utils/data.py:1795 +msgid "Filter must be a tuple or list (in a list)" +msgstr "" + +#: frappe/utils/data.py:1803 +msgid "Filter must have 4 values (doctype, fieldname, operator, value): {0}" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder_sidebar.html:3 +msgid "Filter..." +msgstr "" + +#. Label of a Data field in DocType 'Personal Data Deletion Step' +#: frappe/website/doctype/personal_data_deletion_step/personal_data_deletion_step.json +msgid "Filtered By" +msgstr "" + +#: frappe/public/js/frappe/data_import/data_exporter.js:33 +msgid "Filtered Records" +msgstr "" + +#: frappe/website/doctype/blog_post/blog_post.py:262 +#: frappe/website/doctype/help_article/help_article.py:92 frappe/www/list.py:44 +msgid "Filtered by \"{0}\"" +msgstr "" + +#. Label of a Code field in DocType 'Access Log' +#. Label of a Section Break field in DocType 'Prepared Report' +#. Label of a Small Text field in DocType 'Prepared Report' +#. Label of a Section Break field in DocType 'Report' +#. Label of a Table field in DocType 'Report' +#. Label of a Section Break field in DocType 'Dashboard Chart' +#. Label of a Code field in DocType 'Kanban Board' +#. Label of a Long Text field in DocType 'List Filter' +#. Label of a Text field in DocType 'Auto Email Report' +#. Label of a Section Break field in DocType 'Notification' +#: frappe/core/doctype/access_log/access_log.json +#: frappe/core/doctype/prepared_report/prepared_report.json +#: frappe/core/doctype/report/report.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/kanban_board/kanban_board.json +#: frappe/desk/doctype/list_filter/list_filter.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +#: frappe/email/doctype/notification/notification.json +msgid "Filters" +msgstr "" + +#. Label of a Code field in DocType 'Number Card' +#: frappe/desk/doctype/number_card/number_card.json +msgid "Filters Configuration" +msgstr "" + +#. Label of a HTML field in DocType 'Auto Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Filters Display" +msgstr "" + +#. Label of a Code field in DocType 'Dashboard Chart' +#. Label of a Code field in DocType 'Number Card' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/number_card/number_card.json +msgid "Filters JSON" +msgstr "" + +#. Label of a Section Break field in DocType 'Number Card' +#: frappe/desk/doctype/number_card/number_card.json +msgid "Filters Section" +msgstr "" + +#: frappe/public/js/frappe/form/controls/link.js:502 +msgid "Filters applied for {0}" +msgstr "" + +#: frappe/public/js/frappe/views/kanban/kanban_view.js:189 +msgid "Filters saved" +msgstr "" + +#. Description of the 'Script' (Code) field in DocType 'Report' +#: frappe/core/doctype/report/report.json +msgid "Filters will be accessible via filters.

    Send output as result = [result], or for old style data = [columns], [result]" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter_list.js:133 +msgid "Filters {0}" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1351 +msgid "Filters:" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:572 +msgid "Find '{0}' in ..." +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:327 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:328 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:141 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:144 +msgid "Find {0} in {1}" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Submission Queue' +#: frappe/core/doctype/submission_queue/submission_queue.json +msgid "Finished" +msgstr "" + +#. Label of a Datetime field in DocType 'Prepared Report' +#: frappe/core/doctype/prepared_report/prepared_report.json +msgid "Finished At" +msgstr "" + +#. Label of a Select field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "First Day of the Week" +msgstr "" + +#. Label of a Data field in DocType 'Contact' +#. Label of a Data field in DocType 'User' +#: frappe/contacts/doctype/contact/contact.json +#: frappe/core/doctype/user/user.json frappe/www/complete_signup.html:15 +msgid "First Name" +msgstr "" + +#. Label of a Data field in DocType 'Success Action' +#: frappe/core/doctype/success_action/success_action.json +msgid "First Success Message" +msgstr "" + +#: frappe/core/report/transaction_log_report/transaction_log_report.py:49 +msgid "First Transaction" +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:185 +msgid "First data column must be blank." +msgstr "" + +#: frappe/website/doctype/website_slideshow/website_slideshow.js:7 +msgid "First set the name and save the record." +msgstr "" + +#: frappe/public/js/workflow_builder/WorkflowBuilder.vue:304 +msgid "Fit" +msgstr "" + +#. Label of a Data field in DocType 'Language' +#: frappe/core/doctype/language/language.json +msgid "Flag" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Column' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Filter' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/report_column/report_column.json +#: frappe/core/doctype/report_filter/report_filter.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Float" +msgstr "" + +#. Label of a Select field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Float Precision" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Column' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Filter' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/report_column/report_column.json +#: frappe/core/doctype/report_filter/report_filter.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Fold" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1412 +msgid "Fold can not be at the end of the form" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1410 +msgid "Fold must come before a Section Break" +msgstr "" + +#. Label of a Link field in DocType 'File' +#: frappe/core/doctype/file/file.json +msgid "Folder" +msgstr "" + +#. Label of a Data field in DocType 'IMAP Folder' +#: frappe/email/doctype/imap_folder/imap_folder.json +msgid "Folder Name" +msgstr "" + +#: frappe/public/js/frappe/views/file/file_view.js:100 +msgid "Folder name should not include '/' (slash)" +msgstr "" + +#: frappe/core/doctype/file/file.py:465 +msgid "Folder {0} is not empty" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Folio" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/form_sidebar.js:232 +#: frappe/public/js/frappe/form/templates/form_sidebar.html:129 +msgid "Follow" +msgstr "" + +#: frappe/public/js/frappe/form/templates/form_sidebar.html:124 +msgid "Followed by" +msgstr "" + +#: frappe/email/doctype/auto_email_report/auto_email_report.py:130 +msgid "Following Report Filters have missing values:" +msgstr "" + +#: frappe/website/doctype/web_form/web_form.py:108 +msgid "Following fields are missing:" +msgstr "" + +#: frappe/public/js/frappe/ui/field_group.js:133 +msgid "Following fields have invalid values:" +msgstr "" + +#: frappe/public/js/frappe/widgets/widget_dialog.js:320 +msgid "Following fields have missing values" +msgstr "" + +#: frappe/public/js/frappe/ui/field_group.js:120 +msgid "Following fields have missing values:" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.js:30 +msgid "Following links are broken in the email content: {0}" +msgstr "" + +#. Label of a Select field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Font" +msgstr "" + +#. Label of a Data field in DocType 'Website Theme' +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Font Properties" +msgstr "" + +#. Label of a Int field in DocType 'Print Format' +#. Label of a Float field in DocType 'Print Settings' +#. Label of a Data field in DocType 'Website Theme' +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/printing/doctype/print_settings/print_settings.json +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:45 +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Font Size" +msgstr "" + +#. Label of a Section Break field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Fonts" +msgstr "" + +#. Label of a Section Break field in DocType 'Email Account' +#. Label of a Section Break field in DocType 'Letter Head' +#. Label of a Text Editor field in DocType 'About Us Settings' +#. Option for the 'Type' (Select) field in DocType 'Web Template' +#. Label of a Tab Break field in DocType 'Website Settings' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/printing/doctype/letter_head/letter_head.json +#: frappe/website/doctype/about_us_settings/about_us_settings.json +#: frappe/website/doctype/web_template/web_template.json +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Footer" +msgstr "" + +#. Label of a Small Text field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Footer \"Powered By\"" +msgstr "" + +#. Label of a Select field in DocType 'Letter Head' +#: frappe/printing/doctype/letter_head/letter_head.json +msgid "Footer Based On" +msgstr "" + +#. Label of a Text Editor field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Footer Content" +msgstr "" + +#. Label of a Section Break field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Footer Details" +msgstr "" + +#. Label of a HTML Editor field in DocType 'Letter Head' +#: frappe/printing/doctype/letter_head/letter_head.json +msgid "Footer HTML" +msgstr "" + +#: frappe/printing/doctype/letter_head/letter_head.py:73 +msgid "Footer HTML set from attachment {0}" +msgstr "" + +#. Label of a Section Break field in DocType 'Letter Head' +#: frappe/printing/doctype/letter_head/letter_head.json +msgid "Footer Image" +msgstr "" + +#. Label of a Section Break field in DocType 'Website Settings' +#. Label of a Table field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Footer Items" +msgstr "" + +#. Label of a Attach Image field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Footer Logo" +msgstr "" + +#. Label of a Code field in DocType 'Letter Head' +#: frappe/printing/doctype/letter_head/letter_head.json +msgid "Footer Script" +msgstr "" + +#. Label of a Link field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Footer Template" +msgstr "" + +#. Label of a Code field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Footer Template Values" +msgstr "" + +#: frappe/printing/page/print/print.js:116 +msgid "Footer might not be visible as {0} option is disabled" +msgstr "" + +#. Description of the 'Footer HTML' (HTML Editor) field in DocType 'Letter +#. Head' +#: frappe/printing/doctype/letter_head/letter_head.json +msgid "Footer will display correctly only in PDF" +msgstr "" + +#. Description of the 'Row Name' (Data) field in DocType 'Property Setter' +#: frappe/custom/doctype/property_setter/property_setter.json +msgid "For DocType Link / DocType Action" +msgstr "" + +#. Label of a Select field in DocType 'Energy Point Rule' +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +msgid "For Document Event" +msgstr "" + +#: frappe/core/doctype/user_permission/user_permission_list.js:155 +msgid "For Document Type" +msgstr "" + +#: frappe/public/js/frappe/widgets/widget_dialog.js:534 +msgid "For Example: {} Open" +msgstr "" + +#. Description of the 'Options' (Small Text) field in DocType 'DocField' +#. Description of the 'Options' (Small Text) field in DocType 'Customize Form +#. Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "For Links, enter the DocType as range.\n" +"For Select, enter list of Options, each on a new line." +msgstr "" + +#. Label of a Link field in DocType 'List Filter' +#. Label of a Link field in DocType 'Notification Log' +#. Label of a Data field in DocType 'Workspace' +#: frappe/core/doctype/user_permission/user_permission_list.js:10 +#: frappe/core/doctype/user_permission/user_permission_list.js:148 +#: frappe/desk/doctype/list_filter/list_filter.json +#: frappe/desk/doctype/notification_log/notification_log.json +#: frappe/desk/doctype/workspace/workspace.json +msgid "For User" +msgstr "" + +#. Label of a Dynamic Link field in DocType 'User Permission' +#: frappe/core/doctype/user_permission/user_permission.json +msgid "For Value" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:1984 +#: frappe/public/js/frappe/views/reports/report_view.js:96 +msgid "For comparison, use >5, <10 or =324. For ranges, use 5:10 (for values between 5 & 10)." +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:19 +msgid "For example if you cancel and amend INV004 it will become a new document INV004-1. This helps you to keep track of each amendment." +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:744 +msgid "For example: If you want to include the document ID, use {0}" +msgstr "" + +#. Description of the 'Format' (Data) field in DocType 'Workspace Shortcut' +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +msgid "For example: {} Open" +msgstr "" + +#. Description of the 'Client script' (Code) field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "For help see Client Script API and Examples" +msgstr "" + +#. Description of the 'Enable Automatic Linking in Documents' (Check) field in +#. DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "For more information, click here." +msgstr "" + +#: frappe/integrations/doctype/google_settings/google_settings.js:7 +msgid "For more information, {0}." +msgstr "" + +#. Description of the 'Email To' (Small Text) field in DocType 'Auto Email +#. Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "For multiple addresses, enter the address on different line. e.g. test@test.com ⏎ test1@test.com" +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:197 +msgid "For updating, you can update only selective columns." +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1713 +msgid "For {0} at level {1} in {2} in row {3}" +msgstr "" + +#. Label of a Check field in DocType 'Package Import' +#. Option for the 'Skip Authorization' (Select) field in DocType 'OAuth +#. Provider Settings' +#: frappe/core/doctype/package_import/package_import.json +#: frappe/integrations/doctype/oauth_provider_settings/oauth_provider_settings.json +msgid "Force" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#. Label of a Check field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Force Re-route to Default View" +msgstr "" + +#. Label of a Check field in DocType 'Desktop Icon' +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +msgid "Force Show" +msgstr "" + +#: frappe/core/doctype/rq_job/rq_job.js:13 +msgid "Force Stop job" +msgstr "" + +#. Label of a Int field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Force User to Reset Password" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Force Web Capture Mode for Uploads" +msgstr "" + +#: frappe/www/login.html:35 +msgid "Forgot Password?" +msgstr "" + +#. Label of a Tab Break field in DocType 'DocType' +#. Option for the 'Apply To' (Select) field in DocType 'Client Script' +#. Label of a Tab Break field in DocType 'Customize Form' +#. Option for the 'View' (Select) field in DocType 'Form Tour' +#. Label of a Tab Break field in DocType 'Web Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/client_script/client_script.json +#: frappe/custom/doctype/customize_form/customize_form.json +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/printing/page/print/print.js:83 +#: frappe/website/doctype/web_form/web_form.json +msgid "Form" +msgstr "" + +#. Label of a HTML field in DocType 'DocType' +#. Label of a HTML field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Form Builder" +msgstr "" + +#. Label of a Code field in DocType 'Recorder' +#: frappe/core/doctype/recorder/recorder.json +msgid "Form Dict" +msgstr "" + +#. Label of a Section Break field in DocType 'DocType' +#. Label of a Section Break field in DocType 'User' +#. Label of a Section Break field in DocType 'Customize Form' +#. Label of a Section Break field in DocType 'Web Form' +#: frappe/core/doctype/doctype/doctype.json frappe/core/doctype/user/user.json +#: frappe/custom/doctype/customize_form/customize_form.json +#: frappe/website/doctype/web_form/web_form.json +msgid "Form Settings" +msgstr "" + +#. Name of a DocType +#. Label of a Link field in DocType 'Onboarding Step' +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Form Tour" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Form Tour Step" +msgstr "" + +#. Option for the 'Request Structure' (Select) field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "Form URL-Encoded" +msgstr "" + +#. Label of a Data field in DocType 'Workspace Shortcut' +#. Label of a Select field in DocType 'Auto Email Report' +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +#: frappe/public/js/frappe/widgets/widget_dialog.js:533 +msgid "Format" +msgstr "" + +#. Label of a Code field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "Format Data" +msgstr "" + +#: frappe/core/doctype/communication/communication.js:70 +msgid "Forward" +msgstr "" + +#. Label of a Data field in DocType 'Contact Us Settings' +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +msgid "Forward To Email Address" +msgstr "" + +#. Label of a Data field in DocType 'Currency' +#: frappe/geo/doctype/currency/currency.json +msgid "Fraction" +msgstr "" + +#. Label of a Int field in DocType 'Currency' +#: frappe/geo/doctype/currency/currency.json +msgid "Fraction Units" +msgstr "" + +#. Option for the 'Social Login Provider' (Select) field in DocType 'Social +#. Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +#: frappe/www/login.html:61 frappe/www/login.html:142 frappe/www/login.py:50 +#: frappe/www/login.py:139 +msgid "Frappe" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/about.js:4 +msgid "Frappe Framework" +msgstr "" + +#: frappe/public/js/frappe/list/list_sidebar.js:275 +msgid "Frappe Insights" +msgstr "" + +#: frappe/public/js/frappe/ui/theme_switcher.js:59 +msgid "Frappe Light" +msgstr "" + +#. Label of a standard help item +#. Type: Action +#: frappe/hooks.py +msgid "Frappe Support" +msgstr "" + +#: frappe/website/doctype/web_page/web_page.js:92 +msgid "Frappe page builder using components" +msgstr "" + +#: frappe/public/js/frappe/file_uploader/ImageCropper.vue:112 +msgctxt "Image Cropper" +msgid "Free" +msgstr "" + +#. Label of a Select field in DocType 'Auto Repeat' +#. Label of a Select field in DocType 'Scheduled Job Type' +#. Label of a Select field in DocType 'User' +#. Label of a Select field in DocType 'Auto Email Report' +#. Label of a Select field in DocType 'Google Drive' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/automation/doctype/auto_repeat/auto_repeat_schedule.html:5 +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +#: frappe/core/doctype/user/user.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +#: frappe/integrations/doctype/google_drive/google_drive.json +#: frappe/public/js/frappe/utils/common.js:395 +msgid "Frequency" +msgstr "" + +#. Option for the 'Day' (Select) field in DocType 'Assignment Rule Day' +#. Option for the 'Day' (Select) field in DocType 'Auto Repeat Day' +#. Option for the 'First Day of the Week' (Select) field in DocType 'System +#. Settings' +#. Label of a Check field in DocType 'Event' +#. Option for the 'Day of Week' (Select) field in DocType 'Auto Email Report' +#: frappe/automation/doctype/assignment_rule_day/assignment_rule_day.json +#: frappe/automation/doctype/auto_repeat_day/auto_repeat_day.json +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/desk/doctype/event/event.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Friday" +msgstr "" + +#. Label of a Data field in DocType 'Communication' +#. Label of a Section Break field in DocType 'Newsletter' +#: frappe/core/doctype/communication/communication.json +#: frappe/email/doctype/newsletter/newsletter.json +#: frappe/public/js/frappe/views/communication.js:185 +#: frappe/public/js/frappe/views/inbox/inbox_view.js:70 +msgid "From" +msgstr "" + +#. Label of a Date field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/website/report/website_analytics/website_analytics.js:8 +msgid "From Date" +msgstr "" + +#. Label of a Select field in DocType 'Auto Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "From Date Field" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:1698 +msgid "From Document Type" +msgstr "" + +#. Label of a Data field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "From Full Name" +msgstr "" + +#. Label of a Link field in DocType 'Notification Log' +#: frappe/desk/doctype/notification_log/notification_log.json +msgid "From User" +msgstr "" + +#: frappe/public/js/frappe/utils/diffview.js:31 +msgid "From version" +msgstr "" + +#. Option for the 'Width' (Select) field in DocType 'Dashboard Chart Link' +#: frappe/desk/doctype/dashboard_chart_link/dashboard_chart_link.json +msgid "Full" +msgstr "" + +#. Label of a Data field in DocType 'Contact' +#. Label of a Data field in DocType 'Activity Log' +#. Label of a Data field in DocType 'User' +#. Label of a Data field in DocType 'About Us Team Member' +#. Label of a Data field in DocType 'Blogger' +#: frappe/contacts/doctype/contact/contact.json +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/user/user.json +#: frappe/desk/page/setup_wizard/setup_wizard.js:457 +#: frappe/templates/signup.html:4 +#: frappe/website/doctype/about_us_team_member/about_us_team_member.json +#: frappe/website/doctype/blogger/blogger.json +msgid "Full Name" +msgstr "" + +#: frappe/printing/page/print/print.js:67 +#: frappe/public/js/frappe/form/templates/print_layout.html:42 +msgid "Full Page" +msgstr "" + +#. Label of a Check field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "Full Width" +msgstr "" + +#. Label of a Select field in DocType 'Number Card' +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/public/js/frappe/views/reports/query_report.js:246 +#: frappe/public/js/frappe/widgets/widget_dialog.js:671 +msgid "Function" +msgstr "" + +#: frappe/public/js/frappe/widgets/widget_dialog.js:678 +msgid "Function Based On" +msgstr "" + +#: frappe/__init__.py:855 +msgid "Function {0} is not whitelisted." +msgstr "" + +#: frappe/public/js/frappe/views/treeview.js:385 +msgid "Further nodes can be only created under 'Group' type nodes" +msgstr "" + +#: frappe/core/doctype/communication/communication.js:291 +msgid "Fw: {0}" +msgstr "" + +#. Option for the 'Method' (Select) field in DocType 'Recorder' +#: frappe/core/doctype/recorder/recorder.json +msgid "GET" +msgstr "" + +#. Option for the 'Service' (Select) field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "GMail" +msgstr "" + +#. Option for the 'License Type' (Select) field in DocType 'Package' +#: frappe/core/doctype/package/package.json +msgid "GNU Affero General Public License" +msgstr "" + +#. Option for the 'License Type' (Select) field in DocType 'Package' +#: frappe/core/doctype/package/package.json +msgid "GNU General Public License" +msgstr "" + +#. Option for the 'Select List View' (Select) field in DocType 'Form Tour' +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/public/js/frappe/views/gantt/gantt_view.js:10 +msgid "Gantt" +msgstr "" + +#: frappe/public/js/frappe/list/base_list.js:205 +msgid "Gantt View" +msgstr "" + +#. Label of a Link field in DocType 'Contact' +#. Name of a DocType +#. Label of a Data field in DocType 'Gender' +#. Label of a Link field in DocType 'User' +#: frappe/contacts/doctype/contact/contact.json +#: frappe/contacts/doctype/gender/gender.json +#: frappe/core/doctype/user/user.json +msgid "Gender" +msgstr "" + +#: frappe/desk/page/setup_wizard/install_fixtures.py:33 +msgid "Genderqueer" +msgstr "" + +#: frappe/www/contact.html:29 +msgid "General" +msgstr "" + +#. Title of an Onboarding Step +#: frappe/custom/onboarding_step/report_builder/report_builder.json +msgid "Generate Custom Reports" +msgstr "" + +#. Label of a Button field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Generate Keys" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:808 +msgid "Generate New Report" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:368 +msgid "Generate Random Password" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/toolbar.js:162 +#: frappe/public/js/frappe/utils/utils.js:1772 +msgid "Generate Tracking URL" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Geolocation" +msgstr "" + +#: frappe/email/doctype/notification/notification.js:175 +msgid "Get Alerts for Today" +msgstr "" + +#: frappe/desk/page/backups/backups.js:19 +msgid "Get Backup Encryption Key" +msgstr "" + +#. Label of a Button field in DocType 'Auto Repeat' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +msgid "Get Contacts" +msgstr "" + +#: frappe/website/doctype/web_form/web_form.js:93 +msgid "Get Fields" +msgstr "" + +#: frappe/printing/doctype/letter_head/letter_head.js:32 +msgid "Get Header and Footer wkhtmltopdf variables" +msgstr "" + +#: frappe/public/js/frappe/form/multi_select_dialog.js:87 +msgid "Get Items" +msgstr "" + +#: frappe/integrations/doctype/connected_app/connected_app.js:6 +msgid "Get OpenID Configuration" +msgstr "" + +#: frappe/www/printview.html:22 +msgid "Get PDF" +msgstr "" + +#. Description of the 'Try a Naming Series' (Data) field in DocType 'Document +#. Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Get a preview of generated names with a series." +msgstr "" + +#: frappe/public/js/frappe/list/list_sidebar.js:273 +msgid "Get more insights with" +msgstr "" + +#. Description of the 'Email Threads on Assigned Document' (Check) field in +#. DocType 'Notification Settings' +#: frappe/desk/doctype/notification_settings/notification_settings.json +msgid "Get notified when an email is received on any of the documents assigned to you." +msgstr "" + +#. Description of the 'User Image' (Attach Image) field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Get your globally recognized avatar from Gravatar.com" +msgstr "" + +#. Label of a Data field in DocType 'Installed Application' +#: frappe/core/doctype/installed_application/installed_application.json +msgid "Git Branch" +msgstr "" + +#. Option for the 'Social Login Provider' (Select) field in DocType 'Social +#. Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "GitHub" +msgstr "" + +#: frappe/website/doctype/web_page/web_page.js:92 +msgid "Github flavoured markdown syntax" +msgstr "" + +#: frappe/social/doctype/energy_point_settings/energy_point_settings.js:7 +#: frappe/social/doctype/energy_point_settings/energy_point_settings.js:14 +msgid "Give Review Points" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/global_search_doctype/global_search_doctype.json +msgid "Global Search DocType" +msgstr "" + +#: frappe/desk/doctype/global_search_settings/global_search_settings.js:24 +msgid "Global Search Document Types Reset." +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/global_search_settings/global_search_settings.json +msgid "Global Search Settings" +msgstr "" + +#: frappe/public/js/frappe/ui/keyboard.js:121 +msgid "Global Shortcuts" +msgstr "" + +#. Label of a Check field in DocType 'Email Unsubscribe' +#: frappe/email/doctype/email_unsubscribe/email_unsubscribe.json +msgid "Global Unsubscribe" +msgstr "" + +#: frappe/desk/page/user_profile/user_profile_controller.js:68 +#: frappe/public/js/frappe/form/toolbar.js:755 +msgid "Go" +msgstr "" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:246 +#: frappe/public/js/frappe/widgets/onboarding_widget.js:326 +msgid "Go Back" +msgstr "" + +#: frappe/desk/doctype/notification_settings/notification_settings.js:17 +msgid "Go to Notification Settings List" +msgstr "" + +#. Option for the 'Action' (Select) field in DocType 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Go to Page" +msgstr "" + +#: frappe/public/js/workflow_builder/workflow_builder.bundle.js:41 +msgid "Go to Workflow" +msgstr "" + +#: frappe/desk/doctype/workspace/workspace.js:18 +msgid "Go to Workspace" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:143 +msgid "Go to next record" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:153 +msgid "Go to previous record" +msgstr "" + +#: frappe/integrations/doctype/slack_webhook_url/slack_webhook_url.py:52 +msgid "Go to the document" +msgstr "" + +#. Description of the 'Success URL' (Data) field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Go to this URL after completing the form" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.js:55 +#: frappe/custom/doctype/client_script/client_script.js:10 +msgid "Go to {0}" +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:92 +#: frappe/core/doctype/doctype/doctype.js:59 +#: frappe/custom/doctype/customize_form/customize_form.js:104 +#: frappe/custom/doctype/doctype_layout/doctype_layout.js:42 +#: frappe/workflow/doctype/workflow/workflow.js:44 +msgid "Go to {0} List" +msgstr "" + +#: frappe/core/doctype/page/page.js:11 +msgid "Go to {0} Page" +msgstr "" + +#: frappe/utils/goal.py:115 frappe/utils/goal.py:122 +msgid "Goal" +msgstr "" + +#. Option for the 'Social Login Provider' (Select) field in DocType 'Social +#. Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Google" +msgstr "" + +#. Label of a Data field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Google Analytics ID" +msgstr "" + +#. Label of a Check field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Google Analytics anonymise IP" +msgstr "" + +#. Label of a Section Break field in DocType 'Event' +#. Label of a Link field in DocType 'Event' +#. Name of a DocType +#. Label of a Section Break field in DocType 'Google Calendar' +#. Label of a Link in the Integrations Workspace +#: frappe/desk/doctype/event/event.json +#: frappe/integrations/doctype/google_calendar/google_calendar.json +#: frappe/integrations/workspace/integrations/integrations.json +msgid "Google Calendar" +msgstr "" + +#: frappe/integrations/doctype/google_calendar/google_calendar.py:784 +msgid "Google Calendar - Contact / email not found. Did not add attendee for -
    {0}" +msgstr "" + +#: frappe/integrations/doctype/google_calendar/google_calendar.py:254 +msgid "Google Calendar - Could not create Calendar for {0}, error code {1}." +msgstr "" + +#: frappe/integrations/doctype/google_calendar/google_calendar.py:574 +msgid "Google Calendar - Could not delete Event {0} from Google Calendar, error code {1}." +msgstr "" + +#: frappe/integrations/doctype/google_calendar/google_calendar.py:291 +msgid "Google Calendar - Could not fetch event from Google Calendar, error code {0}." +msgstr "" + +#: frappe/integrations/doctype/google_contacts/google_contacts.py:234 +msgid "Google Calendar - Could not insert contact in Google Contacts {0}, error code {1}." +msgstr "" + +#: frappe/integrations/doctype/google_calendar/google_calendar.py:457 +msgid "Google Calendar - Could not insert event in Google Calendar {0}, error code {1}." +msgstr "" + +#: frappe/integrations/doctype/google_calendar/google_calendar.py:541 +msgid "Google Calendar - Could not update Event {0} in Google Calendar, error code {1}." +msgstr "" + +#. Label of a Data field in DocType 'Event' +#: frappe/desk/doctype/event/event.json +msgid "Google Calendar Event ID" +msgstr "" + +#. Label of a Data field in DocType 'Event' +#. Label of a Data field in DocType 'Google Calendar' +#: frappe/desk/doctype/event/event.json +#: frappe/integrations/doctype/google_calendar/google_calendar.json +msgid "Google Calendar ID" +msgstr "" + +#: frappe/integrations/doctype/google_calendar/google_calendar.py:167 +msgid "Google Calendar has been configured." +msgstr "" + +#. Label of a Section Break field in DocType 'Contact' +#. Label of a Link field in DocType 'Contact' +#. Name of a DocType +#. Label of a Section Break field in DocType 'Google Contacts' +#. Label of a Link in the Integrations Workspace +#: frappe/contacts/doctype/contact/contact.json +#: frappe/integrations/doctype/google_contacts/google_contacts.json +#: frappe/integrations/workspace/integrations/integrations.json +msgid "Google Contacts" +msgstr "" + +#: frappe/integrations/doctype/google_contacts/google_contacts.py:139 +msgid "Google Contacts - Could not sync contacts from Google Contacts {0}, error code {1}." +msgstr "" + +#: frappe/integrations/doctype/google_contacts/google_contacts.py:296 +msgid "Google Contacts - Could not update contact in Google Contacts {0}, error code {1}." +msgstr "" + +#. Label of a Data field in DocType 'Contact' +#: frappe/contacts/doctype/contact/contact.json +msgid "Google Contacts Id" +msgstr "" + +#. Name of a DocType +#. Label of a Section Break field in DocType 'Google Drive' +#. Label of a Link in the Integrations Workspace +#: frappe/integrations/doctype/google_drive/google_drive.json +#: frappe/integrations/workspace/integrations/integrations.json +#: frappe/public/js/frappe/file_uploader/FileUploader.vue:164 +msgid "Google Drive" +msgstr "" + +#: frappe/integrations/doctype/google_drive/google_drive.py:119 +msgid "Google Drive - Could not create folder in Google Drive - Error Code {0}" +msgstr "" + +#: frappe/integrations/doctype/google_drive/google_drive.py:134 +msgid "Google Drive - Could not find folder in Google Drive - Error Code {0}" +msgstr "" + +#: frappe/integrations/doctype/google_drive/google_drive.py:195 +msgid "Google Drive - Could not locate - {0}" +msgstr "" + +#: frappe/integrations/doctype/google_drive/google_drive.py:206 +msgid "Google Drive Backup Successful." +msgstr "" + +#. Label of a Section Break field in DocType 'Google Settings' +#: frappe/integrations/doctype/google_settings/google_settings.json +msgid "Google Drive Picker" +msgstr "" + +#. Label of a Check field in DocType 'Google Settings' +#: frappe/integrations/doctype/google_settings/google_settings.json +msgid "Google Drive Picker Enabled" +msgstr "" + +#. Label of a Data field in DocType 'Print Format' +#. Label of a Data field in DocType 'Website Theme' +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:28 +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Google Font" +msgstr "" + +#. Label of a Data field in DocType 'Event' +#: frappe/desk/doctype/event/event.json +msgid "Google Meet Link" +msgstr "" + +#. Label of a Card Break in the Integrations Workspace +#: frappe/integrations/workspace/integrations/integrations.json +msgid "Google Services" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Integrations Workspace +#: frappe/integrations/doctype/google_settings/google_settings.json +#: frappe/integrations/workspace/integrations/integrations.json +msgid "Google Settings" +msgstr "" + +#: frappe/utils/csvutils.py:201 +msgid "Google Sheets URL is invalid or not publicly accessible." +msgstr "" + +#: frappe/utils/csvutils.py:206 +msgid "Google Sheets URL must end with \"gid={number}\". Copy and paste the URL from the browser address bar and try again." +msgstr "" + +#. Label of a HTML field in DocType 'Blog Post' +#: frappe/website/doctype/blog_post/blog_post.json +msgid "Google Snippet Preview" +msgstr "" + +#. Label of a Select field in DocType 'OAuth Client' +#: frappe/integrations/doctype/oauth_client/oauth_client.json +msgid "Grant Type" +msgstr "" + +#: frappe/public/js/frappe/form/dashboard.js:34 +#: frappe/public/js/frappe/form/templates/form_dashboard.html:10 +msgid "Graph" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'DocType State' +#. Option for the 'Indicator' (Select) field in DocType 'Kanban Board Column' +#: frappe/core/doctype/doctype_state/doctype_state.json +#: frappe/desk/doctype/kanban_board_column/kanban_board_column.json +msgid "Gray" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:23 +msgid "Greater Than" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:25 +msgid "Greater Than Or Equal To" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'DocType State' +#. Option for the 'Indicator' (Select) field in DocType 'Kanban Board Column' +#: frappe/core/doctype/doctype_state/doctype_state.json +#: frappe/desk/doctype/kanban_board_column/kanban_board_column.json +msgid "Green" +msgstr "" + +#: frappe/public/js/form_builder/components/controls/TableControl.vue:46 +msgid "Grid Empty State" +msgstr "" + +#: frappe/public/js/frappe/ui/keyboard.js:126 +msgid "Grid Shortcuts" +msgstr "" + +#. Label of a Data field in DocType 'DocType Action' +#. Label of a Data field in DocType 'DocType Link' +#. Label of a Data field in DocType 'Website Sidebar Item' +#: frappe/core/doctype/doctype_action/doctype_action.json +#: frappe/core/doctype/doctype_link/doctype_link.json +#: frappe/website/doctype/website_sidebar_item/website_sidebar_item.json +msgid "Group" +msgstr "" + +#. Option for the 'Chart Type' (Select) field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/website/report/website_analytics/website_analytics.js:32 +msgid "Group By" +msgstr "" + +#. Label of a Select field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Group By Based On" +msgstr "" + +#. Label of a Select field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Group By Type" +msgstr "" + +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.py:397 +msgid "Group By field is required to create a dashboard chart" +msgstr "" + +#: frappe/public/js/frappe/views/treeview.js:384 +msgid "Group Node" +msgstr "" + +#. Label of a Data field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "Group Object Class" +msgstr "" + +#. Description of a Card Break in the Build Workspace +#: frappe/core/workspace/build/build.json +msgid "Group your custom doctypes under modules" +msgstr "" + +#: frappe/public/js/frappe/ui/group_by/group_by.js:416 +msgid "Grouped by {0}" +msgstr "" + +#. Option for the 'Method' (Select) field in DocType 'Recorder' +#: frappe/core/doctype/recorder/recorder.json +msgid "HEAD" +msgstr "" + +#. Option for the 'Time Format' (Select) field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "HH:mm" +msgstr "" + +#. Option for the 'Time Format' (Select) field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "HH:mm:ss" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Label of a Section Break field in DocType 'Custom HTML Block' +#. Option for the 'Format' (Select) field in DocType 'Auto Email Report' +#. Option for the 'Content Type' (Select) field in DocType 'Newsletter' +#. Option for the 'Message Type' (Select) field in DocType 'Notification' +#. Option for the 'Letter Head Based On' (Select) field in DocType 'Letter +#. Head' +#. Option for the 'Footer Based On' (Select) field in DocType 'Letter Head' +#. Label of a Code field in DocType 'Print Format' +#. Option for the 'Content Type' (Select) field in DocType 'Blog Post' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#. Option for the 'Content Type' (Select) field in DocType 'Web Page' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/desk/doctype/custom_html_block/custom_html_block.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +#: frappe/email/doctype/newsletter/newsletter.json +#: frappe/email/doctype/notification/notification.json +#: frappe/printing/doctype/letter_head/letter_head.json +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/printing/doctype/print_format/print_format.py:92 +#: frappe/public/js/print_format_builder/Field.vue:86 +#: frappe/website/doctype/blog_post/blog_post.json +#: frappe/website/doctype/web_form_field/web_form_field.json +#: frappe/website/doctype/web_page/web_page.js:92 +#: frappe/website/doctype/web_page/web_page.json +msgid "HTML" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "HTML Editor" +msgstr "" + +#. Label of a HTML Editor field in DocType 'Access Log' +#: frappe/core/doctype/access_log/access_log.json +msgid "HTML Page" +msgstr "" + +#. Description of the 'Header' (HTML Editor) field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "HTML for header section. Optional" +msgstr "" + +#: frappe/website/doctype/web_page/web_page.js:92 +msgid "HTML with jinja support" +msgstr "" + +#. Option for the 'Width' (Select) field in DocType 'Dashboard Chart Link' +#: frappe/desk/doctype/dashboard_chart_link/dashboard_chart_link.json +msgid "Half" +msgstr "" + +#. Option for the 'Period' (Select) field in DocType 'Auto Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Half Yearly" +msgstr "" + +#. Option for the 'Frequency' (Select) field in DocType 'Auto Repeat' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/public/js/frappe/utils/common.js:402 +msgid "Half-yearly" +msgstr "" + +#. Label of a Int field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Handled Emails" +msgstr "" + +#. Label of a Check field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Has Attachment" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/has_domain/has_domain.json +msgid "Has Domain" +msgstr "" + +#. Label of a Check field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Has Next Condition" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/has_role/has_role.json +msgid "Has Role" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Has Web View" +msgstr "" + +#: frappe/templates/signup.html:19 +msgid "Have an account? Login" +msgstr "" + +#. Label of a Check field in DocType 'SMS Parameter' +#. Label of a Section Break field in DocType 'Letter Head' +#. Label of a HTML Editor field in DocType 'Web Page' +#. Label of a HTML Editor field in DocType 'Website Slideshow' +#: frappe/core/doctype/sms_parameter/sms_parameter.json +#: frappe/printing/doctype/letter_head/letter_head.json +#: frappe/website/doctype/web_page/web_page.json +#: frappe/website/doctype/website_slideshow/website_slideshow.json +msgid "Header" +msgstr "" + +#. Label of a HTML Editor field in DocType 'Letter Head' +#: frappe/printing/doctype/letter_head/letter_head.json +msgid "Header HTML" +msgstr "" + +#: frappe/printing/doctype/letter_head/letter_head.py:61 +msgid "Header HTML set from attachment {0}" +msgstr "" + +#. Label of a Code field in DocType 'Letter Head' +#: frappe/printing/doctype/letter_head/letter_head.json +msgid "Header Script" +msgstr "" + +#. Label of a Section Break field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "Header and Breadcrumbs" +msgstr "" + +#. Label of a Tab Break field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Header, Robots" +msgstr "" + +#: frappe/printing/doctype/letter_head/letter_head.js:30 +msgid "Header/Footer scripts can be used to add dynamic behaviours." +msgstr "" + +#. Label of a Table field in DocType 'Webhook' +#. Label of a Code field in DocType 'Webhook Request Log' +#: frappe/integrations/doctype/webhook/webhook.json +#: frappe/integrations/doctype/webhook_request_log/webhook_request_log.json +msgid "Headers" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Label of a Data field in DocType 'Contact Us Settings' +#. Label of a Data field in DocType 'Website Slideshow Item' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/printing/page/print_format_builder/print_format_builder.js:602 +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +#: frappe/website/doctype/website_slideshow_item/website_slideshow_item.json +msgid "Heading" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Heatmap" +msgstr "" + +#: frappe/templates/emails/new_user.html:2 +msgid "Hello" +msgstr "" + +#. Label of a Section Break field in DocType 'Server Script' +#. Label of a HTML field in DocType 'Property Setter' +#: frappe/core/doctype/server_script/server_script.json +#: frappe/custom/doctype/property_setter/property_setter.json +#: frappe/public/js/frappe/form/templates/form_sidebar.html:40 +#: frappe/public/js/frappe/form/workflow.js:23 +#: frappe/public/js/frappe/ui/toolbar/navbar.html:87 +#: frappe/public/js/frappe/utils/help.js:27 +msgid "Help" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Website Workspace +#: frappe/website/doctype/help_article/help_article.json +#: frappe/website/workspace/website/website.json +msgid "Help Article" +msgstr "" + +#. Label of a Int field in DocType 'Help Category' +#: frappe/website/doctype/help_category/help_category.json +msgid "Help Articles" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Website Workspace +#: frappe/website/doctype/help_category/help_category.json +#: frappe/website/workspace/website/website.json +msgid "Help Category" +msgstr "" + +#. Label of a Table field in DocType 'Navbar Settings' +#: frappe/core/doctype/navbar_settings/navbar_settings.json +#: frappe/public/js/frappe/ui/toolbar/navbar.html:84 +msgid "Help Dropdown" +msgstr "" + +#. Label of a HTML field in DocType 'Document Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Help HTML" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:149 +msgid "Help on Search" +msgstr "" + +#. Description of the 'Content' (Text Editor) field in DocType 'Note' +#: frappe/desk/doctype/note/note.json +msgid "Help: To link to another record in the system, use \"/app/note/[Note Name]\" as the Link URL. (don't use \"http://\")" +msgstr "" + +#. Label of a Int field in DocType 'Help Article' +#: frappe/website/doctype/help_article/help_article.json +msgid "Helpful" +msgstr "" + +#. Option for the 'Font' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Helvetica" +msgstr "" + +#. Option for the 'Font' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Helvetica Neue" +msgstr "" + +#: frappe/public/js/frappe/utils/utils.js:1769 +msgid "Here's your tracking URL" +msgstr "" + +#: frappe/www/qrcode.html:9 +msgid "Hi {0}" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'DocType Action' +#. Label of a Check field in DocType 'DocType Link' +#. Label of a Check field in DocType 'Navbar Item' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#. Label of a Check field in DocType 'Desktop Icon' +#. Label of a Check field in DocType 'Workspace Link' +#. Label of a Check field in DocType 'Web Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/doctype_action/doctype_action.json +#: frappe/core/doctype/doctype_link/doctype_link.json +#: frappe/core/doctype/navbar_item/navbar_item.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +#: frappe/desk/doctype/workspace_link/workspace_link.json +#: frappe/printing/page/print_format_builder/print_format_builder_field.html:3 +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Hidden" +msgstr "" + +#. Label of a Section Break field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Hidden Fields" +msgstr "" + +#. Option for the 'Page Number' (Select) field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/public/js/frappe/views/workspace/workspace.js:859 +#: frappe/public/js/frappe/widgets/base_widget.js:46 +#: frappe/public/js/frappe/widgets/base_widget.js:178 +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:243 +#: frappe/templates/includes/login/login.js:83 +msgid "Hide" +msgstr "" + +#. Label of a Check field in DocType 'Web Page Block' +#: frappe/website/doctype/web_page_block/web_page_block.json +msgid "Hide Block" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Hide Border" +msgstr "" + +#. Label of a Check field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Hide Buttons" +msgstr "" + +#. Label of a Check field in DocType 'Blog Post' +#: frappe/website/doctype/blog_post/blog_post.json +msgid "Hide CTA" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#. Label of a Check field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Hide Copy" +msgstr "" + +#. Label of a Check field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "Hide Custom DocTypes and Reports" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Hide Days" +msgstr "" + +#. Label of a Check field in DocType 'User Permission' +#: frappe/core/doctype/user_permission/user_permission.json +#: frappe/core/doctype/user_permission/user_permission_list.js:96 +msgid "Hide Descendants" +msgstr "" + +#: frappe/www/error.html:41 frappe/www/error.html:56 +msgid "Hide Error" +msgstr "" + +#. Label of a Check field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Hide Login" +msgstr "" + +#: frappe/public/js/form_builder/form_builder.bundle.js:43 +#: frappe/public/js/print_format_builder/print_format_builder.bundle.js:54 +msgid "Hide Preview" +msgstr "" + +#. Description of the 'Hide Buttons' (Check) field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Hide Previous, Next and Close button on highlight dialog." +msgstr "" + +#: frappe/public/js/frappe/list/list_filter.js:87 +msgid "Hide Saved" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Hide Seconds" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Hide Sidebar, Menu, and Comments" +msgstr "" + +#. Label of a Check field in DocType 'Portal Settings' +#: frappe/website/doctype/portal_settings/portal_settings.json +msgid "Hide Standard Menu" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1603 +msgid "Hide Tags" +msgstr "" + +#: frappe/public/js/frappe/views/calendar/calendar.js:185 +msgid "Hide Weekends" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:860 +msgid "Hide Workspace" +msgstr "" + +#. Description of the 'Hide Descendants' (Check) field in DocType 'User +#. Permission' +#: frappe/core/doctype/user_permission/user_permission.json +msgid "Hide descendant records of For Value." +msgstr "" + +#: frappe/public/js/frappe/form/layout.js:268 +msgid "Hide details" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Hide footer in auto email reports" +msgstr "" + +#. Label of a Check field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Hide footer signup" +msgstr "" + +#. Option for the 'Priority' (Select) field in DocType 'ToDo' +#: frappe/desk/doctype/todo/todo.json +#: frappe/public/js/frappe/form/sidebar/assign_to.js:224 +msgid "High" +msgstr "" + +#. Description of the 'Priority' (Int) field in DocType 'Assignment Rule' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +msgid "Higher priority rule will be applied first" +msgstr "" + +#. Label of a Text field in DocType 'Company History' +#: frappe/website/doctype/company_history/company_history.json +msgid "Highlight" +msgstr "" + +#: frappe/www/update-password.html:274 +msgid "Hint: Include symbols, numbers and capital letters in the password" +msgstr "" + +#. Label of a Tab Break field in DocType 'Website Settings' +#: frappe/core/doctype/file/utils.py:29 +#: frappe/public/js/frappe/file_uploader/FileBrowser.vue:38 +#: frappe/public/js/frappe/views/file/file_view.js:67 +#: frappe/public/js/frappe/views/file/file_view.js:88 +#: frappe/public/js/frappe/views/pageview.js:153 frappe/templates/doc.html:19 +#: frappe/templates/includes/navbar/navbar.html:9 +#: frappe/website/doctype/blog_post/blog_post.py:153 +#: frappe/website/doctype/blog_post/blog_post.py:265 +#: frappe/website/doctype/blog_post/blog_post.py:267 +#: frappe/website/doctype/website_settings/website_settings.json +#: frappe/website/web_template/primary_navbar/primary_navbar.html:9 +#: frappe/www/contact.py:22 frappe/www/error.html:30 frappe/www/login.html:150 +#: frappe/www/message.html:34 +msgid "Home" +msgstr "" + +#. Label of a Data field in DocType 'Role' +#. Label of a Data field in DocType 'Website Settings' +#: frappe/core/doctype/role/role.json +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Home Page" +msgstr "" + +#. Label of a Code field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Home Settings" +msgstr "" + +#: frappe/core/doctype/file/test_file.py:303 +#: frappe/core/doctype/file/test_file.py:305 +#: frappe/core/doctype/file/test_file.py:369 +msgid "Home/Test Folder 1" +msgstr "" + +#: frappe/core/doctype/file/test_file.py:358 +msgid "Home/Test Folder 1/Test Folder 3" +msgstr "" + +#: frappe/core/doctype/file/test_file.py:314 +msgid "Home/Test Folder 2" +msgstr "" + +#. Option for the 'Frequency' (Select) field in DocType 'Scheduled Job Type' +#. Option for the 'Event Frequency' (Select) field in DocType 'Server Script' +#. Option for the 'Frequency' (Select) field in DocType 'User' +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +#: frappe/core/doctype/server_script/server_script.json +#: frappe/core/doctype/user/user.json +msgid "Hourly" +msgstr "" + +#. Option for the 'Frequency' (Select) field in DocType 'Scheduled Job Type' +#. Option for the 'Event Frequency' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +#: frappe/core/doctype/server_script/server_script.json +msgid "Hourly Long" +msgstr "" + +#. Description of the 'Password Reset Link Generation Limit' (Int) field in +#. DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Hourly rate limit for generating password reset links" +msgstr "" + +#. Description of the 'Number Format' (Select) field in DocType 'Currency' +#: frappe/geo/doctype/currency/currency.json +msgid "How should this currency be formatted? If not set, will use system defaults" +msgstr "" + +#. Paragraph text in the Welcome Workspace Workspace +#: frappe/core/workspace/welcome_workspace/welcome_workspace.json +msgid "I guess you don't have access to any workspace yet, but you can create one just for yourself. Click on the Create Workspace button to create one.
    " +msgstr "" + +#: frappe/core/doctype/data_import/importer.py:1127 +#: frappe/core/doctype/data_import/importer.py:1133 +#: frappe/core/doctype/data_import/importer.py:1198 +#: frappe/core/doctype/data_import/importer.py:1201 +#: frappe/desk/report/todo/todo.py:36 frappe/model/meta.py:44 +#: frappe/public/js/frappe/data_import/data_exporter.js:330 +#: frappe/public/js/frappe/data_import/data_exporter.js:345 +#: frappe/public/js/frappe/list/list_settings.js:337 +#: frappe/public/js/frappe/list/list_view.js:357 +#: frappe/public/js/frappe/list/list_view.js:420 +#: frappe/public/js/frappe/model/meta.js:197 +#: frappe/public/js/frappe/model/model.js:122 +msgid "ID" +msgstr "" + +#: frappe/desk/reportview.py:455 +#: frappe/public/js/frappe/views/reports/report_view.js:918 +msgctxt "Label of name column in report" +msgid "ID" +msgstr "" + +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:199 +msgid "ID (name)" +msgstr "" + +#. Description of the 'Field Name' (Data) field in DocType 'Property Setter' +#: frappe/custom/doctype/property_setter/property_setter.json +msgid "ID (name) of the entity whose property is to be set" +msgstr "" + +#. Description of the 'Section ID' (Data) field in DocType 'Web Page Block' +#: frappe/website/doctype/web_page_block/web_page_block.json +msgid "IDs must contain only alphanumeric characters, not contain spaces, and should be unique." +msgstr "" + +#. Label of a Section Break field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "IMAP Details" +msgstr "" + +#. Label of a Data field in DocType 'Communication' +#. Label of a Table field in DocType 'Email Account' +#. Name of a DocType +#: frappe/core/doctype/communication/communication.json +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/imap_folder/imap_folder.json +msgid "IMAP Folder" +msgstr "" + +#. Label of a Data field in DocType 'Activity Log' +#. Label of a Data field in DocType 'Comment' +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/comment/comment.json +msgid "IP Address" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Label of a Data field in DocType 'DocType' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Label of a Data field in DocType 'Desktop Icon' +#. Label of a Icon field in DocType 'Workspace' +#. Label of a Data field in DocType 'Workspace Link' +#. Label of a Data field in DocType 'Workspace Shortcut' +#. Label of a Data field in DocType 'Social Login Key' +#. Label of a Select field in DocType 'Workflow State' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +#: frappe/desk/doctype/workspace/workspace.json +#: frappe/desk/doctype/workspace_link/workspace_link.json +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +#: frappe/integrations/doctype/social_login_key/social_login_key.json +#: frappe/public/js/frappe/views/workspace/workspace.js:677 +#: frappe/public/js/frappe/views/workspace/workspace.js:1005 +#: frappe/public/js/frappe/views/workspace/workspace.js:1250 +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "Icon" +msgstr "" + +#. Description of the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "Icon will appear on the button" +msgstr "" + +#. Label of a Section Break field in DocType 'Social Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Identity Details" +msgstr "" + +#. Label of a Int field in DocType 'Desktop Icon' +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +msgid "Idx" +msgstr "" + +#. Description of the 'Apply Strict User Permissions' (Check) field in DocType +#. 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "If Apply Strict User Permission is checked and User Permission is defined for a DocType for a User, then all the documents where value of the link is blank, will not be shown to that User" +msgstr "" + +#. Description of the 'Don't Override Status' (Check) field in DocType +#. 'Workflow' +#. Description of the 'Don't Override Status' (Check) field in DocType +#. 'Workflow Document State' +#: frappe/workflow/doctype/workflow/workflow.json +#: frappe/workflow/doctype/workflow_document_state/workflow_document_state.json +msgid "If Checked workflow status will not override status in list view" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1725 +#: frappe/public/js/frappe/roles_editor.js:65 +msgid "If Owner" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:25 +msgid "If a Role does not have access at Level 0, then higher levels are meaningless." +msgstr "" + +#. Description of the 'Is Active' (Check) field in DocType 'Workflow' +#: frappe/workflow/doctype/workflow/workflow.json +msgid "If checked, all other workflows become inactive." +msgstr "" + +#. Description of the 'Show Absolute Values' (Check) field in DocType 'Print +#. Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "If checked, negative numeric values of Currency, Quantity or Count would be shown as positive" +msgstr "" + +#. Description of the 'Skip Authorization' (Check) field in DocType 'OAuth +#. Client' +#: frappe/integrations/doctype/oauth_client/oauth_client.json +msgid "If checked, users will not see the Confirm Access dialog." +msgstr "" + +#. Description of the 'Disabled' (Check) field in DocType 'Role' +#: frappe/core/doctype/role/role.json +msgid "If disabled, this role will be removed from all users." +msgstr "" + +#. Description of the 'Bypass Restricted IP Address Check If Two Factor Auth +#. Enabled' (Check) field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "If enabled, user can login from any IP Address using Two Factor Auth, this can also be set for all users in System Settings" +msgstr "" + +#. Description of the 'Anonymous responses' (Check) field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "If enabled, all responses on the web form will be submitted anonymously" +msgstr "" + +#. Description of the 'Bypass restricted IP Address check If Two Factor Auth +#. Enabled' (Check) field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "If enabled, all users can login from any IP Address using Two Factor Auth. This can also be set only for specific user(s) in User Page" +msgstr "" + +#. Description of the 'Track Changes' (Check) field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "If enabled, changes to the document are tracked and shown in timeline" +msgstr "" + +#. Description of the 'Track Views' (Check) field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "If enabled, document views are tracked, this can happen multiple times" +msgstr "" + +#. Description of the 'Track Seen' (Check) field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "If enabled, the document is marked as seen, the first time a user opens it" +msgstr "" + +#. Description of the 'Send System Notification' (Check) field in DocType +#. 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "If enabled, the notification will show up in the notifications dropdown on the top right corner of the navigation bar." +msgstr "" + +#. Description of the 'Enable Password Policy' (Check) field in DocType 'System +#. Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "If enabled, the password strength will be enforced based on the Minimum Password Score value. A value of 2 being medium strong and 4 being very strong." +msgstr "" + +#. Description of the 'Bypass Two Factor Auth for users who login from +#. restricted IP Address' (Check) field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "If enabled, users who login from Restricted IP Address, won't be prompted for Two Factor Auth" +msgstr "" + +#. Description of the 'Notify Users On Every Login' (Check) field in DocType +#. 'Note' +#: frappe/desk/doctype/note/note.json +msgid "If enabled, users will be notified every time they login. If not enabled, users will only be notified once." +msgstr "" + +#. Description of the 'Default Workspace' (Link) field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "If left empty, the default workspace will be the last visited workspace" +msgstr "" + +#. Description of the 'Port' (Data) field in DocType 'Email Domain' +#: frappe/email/doctype/email_domain/email_domain.json +msgid "If non standard port (e.g. 587)" +msgstr "" + +#. Description of the 'Port' (Data) field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "If non standard port (e.g. 587). If on Google Cloud, try port 2525." +msgstr "" + +#. Description of the 'Port' (Data) field in DocType 'Email Account' +#. Description of the 'Port' (Data) field in DocType 'Email Domain' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_domain/email_domain.json +msgid "If non-standard port (e.g. POP3: 995/110, IMAP: 993/143)" +msgstr "" + +#. Description of the 'Currency Precision' (Select) field in DocType 'System +#. Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "If not set, the currency precision will depend on number format" +msgstr "" + +#. Description of the 'Roles' (Table) field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "If set, only user with these roles can access this chart. If not set, DocType or Report permissions will be used." +msgstr "" + +#. Description of the 'Condition' (Code) field in DocType 'Energy Point Rule' +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +msgid "If the condition is satisfied user will be rewarded with the points. eg. doc.status == 'Closed'\n" +msgstr "" + +#. Description of the 'User Type' (Link) field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "If the user has any role checked, then the user becomes a \"System User\". \"System User\" has access to the desktop" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:38 +msgid "If these instructions where not helpful, please add in your suggestions on GitHub Issues." +msgstr "" + +#. Description of the 'Fetch on Save if Empty' (Check) field in DocType +#. 'DocField' +#. Description of the 'Fetch on Save if Empty' (Check) field in DocType 'Custom +#. Field' +#. Description of the 'Fetch on Save if Empty' (Check) field in DocType +#. 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "If unchecked, the value will always be re-fetched on save." +msgstr "" + +#. Label of a Check field in DocType 'Custom DocPerm' +#. Label of a Check field in DocType 'DocPerm' +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/docperm/docperm.json +msgid "If user is the owner" +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:204 +msgid "If you are updating, please select \"Overwrite\" else existing rows will not be deleted." +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:188 +msgid "If you are uploading new records, \"Naming Series\" becomes mandatory, if present." +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:186 +msgid "If you are uploading new records, leave the \"name\" (ID) column blank." +msgstr "" + +#: frappe/utils/password.py:201 +msgid "If you have recently restored the site you may need to copy the site config contaning original Encryption Key." +msgstr "" + +#: frappe/core/doctype/doctype/doctype.js:81 +msgid "If you just want to customize for your site, use {0} instead." +msgstr "" + +#. Description of the 'Parent Label' (Select) field in DocType 'Top Bar Item' +#: frappe/website/doctype/top_bar_item/top_bar_item.json +msgid "If you set this, this Item will come in a drop-down under the selected parent." +msgstr "" + +#: frappe/templates/emails/administrator_logged_in.html:3 +msgid "If you think this is unauthorized, please change the Administrator password." +msgstr "" + +#. Description of the 'Source Text' (Code) field in DocType 'Translation' +#: frappe/core/doctype/translation/translation.json +msgid "If your data is in HTML, please copy paste the exact HTML code with the tags." +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Ignore User Permissions" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Ignore XSS Filter" +msgstr "" + +#. Description of the 'Attachment Limit (MB)' (Int) field in DocType 'Email +#. Account' +#. Description of the 'Attachment Limit (MB)' (Int) field in DocType 'Email +#. Domain' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_domain/email_domain.json +msgid "Ignore attachments over this size" +msgstr "" + +#. Label of a Table field in DocType 'Website Theme' +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Ignored Apps" +msgstr "" + +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.py:348 +msgid "Illegal Access Token. Please try again" +msgstr "" + +#: frappe/model/workflow.py:139 +msgid "Illegal Document Status for {0}" +msgstr "" + +#: frappe/model/db_query.py:441 frappe/model/db_query.py:444 +#: frappe/model/db_query.py:1117 +msgid "Illegal SQL Query" +msgstr "" + +#: frappe/utils/jinja.py:95 +msgid "Illegal template" +msgstr "" + +#. Label of a Attach Image field in DocType 'Contact' +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Option for the 'Select List View' (Select) field in DocType 'Form Tour' +#. Option for the 'Letter Head Based On' (Select) field in DocType 'Letter +#. Head' +#. Label of a Attach Image field in DocType 'Letter Head' +#. Option for the 'Footer Based On' (Select) field in DocType 'Letter Head' +#. Label of a Attach Image field in DocType 'Web Page' +#. Label of a Attach field in DocType 'Website Slideshow Item' +#: frappe/contacts/doctype/contact/contact.json +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/printing/doctype/letter_head/letter_head.json +#: frappe/website/doctype/web_page/web_page.json +#: frappe/website/doctype/website_slideshow_item/website_slideshow_item.json +msgid "Image" +msgstr "" + +#. Label of a Data field in DocType 'DocType' +#. Label of a Data field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Image Field" +msgstr "" + +#. Label of a Float field in DocType 'Letter Head' +#: frappe/printing/doctype/letter_head/letter_head.json +msgid "Image Height" +msgstr "" + +#. Label of a Attach field in DocType 'About Us Team Member' +#: frappe/website/doctype/about_us_team_member/about_us_team_member.json +msgid "Image Link" +msgstr "" + +#: frappe/public/js/frappe/list/base_list.js:208 +msgid "Image View" +msgstr "" + +#. Label of a Float field in DocType 'Letter Head' +#: frappe/printing/doctype/letter_head/letter_head.json +msgid "Image Width" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1468 +msgid "Image field must be a valid fieldname" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1470 +msgid "Image field must be of type Attach Image" +msgstr "" + +#: frappe/core/doctype/file/utils.py:137 +msgid "Image link '{0}' is not valid" +msgstr "" + +#: frappe/core/doctype/file/file.js:91 +msgid "Image optimized" +msgstr "" + +#: frappe/core/doctype/file/utils.py:286 +msgid "Image: Corrupted Data Stream" +msgstr "" + +#: frappe/public/js/frappe/views/image/image_view.js:13 +msgid "Images" +msgstr "" + +#. Option for the 'Operation' (Select) field in DocType 'Activity Log' +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/user/user.js:367 +msgid "Impersonate" +msgstr "" + +#: frappe/core/doctype/user/user.js:394 +msgid "Impersonate as {0}" +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:246 +msgid "Impersonated by {0}" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/navbar.html:21 +msgid "Impersonating {0}" +msgstr "" + +#: frappe/core/doctype/log_settings/log_settings.py:57 +msgid "Implement `clear_old_logs` method to enable auto error clearing." +msgstr "" + +#. Option for the 'Grant Type' (Select) field in DocType 'OAuth Client' +#: frappe/integrations/doctype/oauth_client/oauth_client.json +msgid "Implicit" +msgstr "" + +#. Label of a Check field in DocType 'Custom DocPerm' +#. Label of a Check field in DocType 'DocPerm' +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/docperm/docperm.json +#: frappe/core/doctype/recorder/recorder_list.js:16 +#: frappe/email/doctype/email_group/email_group.js:31 +msgid "Import" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1665 +msgctxt "Button in list view menu" +msgid "Import" +msgstr "" + +#. Label of a Link in the Tools Workspace +#. Label of a shortcut in the Tools Workspace +#: frappe/automation/workspace/tools/tools.json +msgid "Import Data" +msgstr "" + +#: frappe/email/doctype/email_group/email_group.js:14 +msgid "Import Email From" +msgstr "" + +#. Label of a Attach field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Import File" +msgstr "" + +#. Label of a Section Break field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Import File Errors and Warnings" +msgstr "" + +#. Label of a Section Break field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Import Log" +msgstr "" + +#. Label of a HTML field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Import Log Preview" +msgstr "" + +#. Label of a HTML field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Import Preview" +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:41 +msgid "Import Progress" +msgstr "" + +#: frappe/email/doctype/email_group/email_group.js:8 +#: frappe/email/doctype/email_group/email_group.js:30 +msgid "Import Subscribers" +msgstr "" + +#. Label of a Select field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Import Type" +msgstr "" + +#. Label of a HTML field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Import Warnings" +msgstr "" + +#: frappe/public/js/frappe/views/file/file_view.js:117 +msgid "Import Zip" +msgstr "" + +#. Label of a Data field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Import from Google Sheets" +msgstr "" + +#: frappe/core/doctype/data_import/importer.py:605 +msgid "Import template should be of type .csv, .xlsx or .xls" +msgstr "" + +#: frappe/core/doctype/data_import/importer.py:475 +msgid "Import template should contain a Header and atleast one row." +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:170 +msgid "Import timed out, please re-try." +msgstr "" + +#: frappe/core/doctype/data_import/data_import.py:60 +msgid "Importing {0} is not allowed." +msgstr "" + +#: frappe/integrations/doctype/google_contacts/google_contacts.js:19 +msgid "Importing {0} of {1}" +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:35 +msgid "Importing {0} of {1}, {2}" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:20 +msgid "In" +msgstr "" + +#. Description of the 'Force User to Reset Password' (Int) field in DocType +#. 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "In Days" +msgstr "" + +#. Description of the Onboarding Step 'Setup Limited Access for a User' +#: frappe/custom/onboarding_step/role_permissions/role_permissions.json +msgid "In ERPNext, you can add your Employees as Users, and give them restricted access. Tools like Role Permission and User Permission allow you to define rules which give restricted access to the user to masters and transactions." +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "In Filter" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "In Global Search" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.js:96 +msgid "In Grid View" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#: frappe/core/doctype/docfield/docfield.json +msgid "In List Filter" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/doctype/doctype.js:97 +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "In List View" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "In Preview" +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:42 +msgid "In Progress" +msgstr "" + +#: frappe/database/database.py:245 +msgid "In Read Only Mode" +msgstr "" + +#. Label of a Link field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "In Reply To" +msgstr "" + +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "In Standard Filter" +msgstr "" + +#. Description of the Onboarding Step 'Generate Custom Reports' +#: frappe/custom/onboarding_step/report_builder/report_builder.json +msgid "In each module, you will find a host of single-click reports, ranging from financial statements to sales and purchase analytics and stock tracking reports. If a required new report is not available out-of-the-box, you can create custom reports in ERPNext by pulling values from the same multiple ERPNext tables.\n" +msgstr "" + +#. Description of the 'Font Size' (Float) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "In points. Default is 9." +msgstr "" + +#. Description of the 'Allow Login After Fail' (Int) field in DocType 'System +#. Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "In seconds" +msgstr "" + +#: frappe/core/doctype/recorder/recorder_list.js:209 +msgid "Inactive" +msgstr "" + +#: frappe/public/js/frappe/ui/field_group.js:131 +msgid "Inavlid Values" +msgstr "" + +#. Option for the 'Select List View' (Select) field in DocType 'Form Tour' +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/email/doctype/email_account/email_account_list.js:19 +msgid "Inbox" +msgstr "" + +#. Name of a role +#: frappe/core/doctype/communication/communication.json +#: frappe/email/doctype/email_account/email_account.json +msgid "Inbox User" +msgstr "" + +#: frappe/public/js/frappe/list/base_list.js:209 +msgid "Inbox View" +msgstr "" + +#. Label of a Check field in DocType 'Form Tour' +#: frappe/desk/doctype/form_tour/form_tour.json +msgid "Include Name Field" +msgstr "" + +#. Label of a Check field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Include Search in Top Bar" +msgstr "" + +#: frappe/website/doctype/website_theme/website_theme.js:61 +msgid "Include Theme from Apps" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Include Web View Link in Email" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:1515 +msgid "Include filters" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:1507 +msgid "Include indentation" +msgstr "" + +#: frappe/public/js/frappe/form/controls/password.js:107 +msgid "Include symbols, numbers and capital letters in the password" +msgstr "" + +#. Label of a Section Break field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Incoming (POP/IMAP) Settings" +msgstr "" + +#. Label of a Column Break field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Incoming Emails (Last 7 days)" +msgstr "" + +#. Label of a Data field in DocType 'Email Account' +#. Label of a Data field in DocType 'Email Domain' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_domain/email_domain.json +msgid "Incoming Server" +msgstr "" + +#. Label of a Section Break field in DocType 'Email Domain' +#: frappe/email/doctype/email_domain/email_domain.json +msgid "Incoming Settings" +msgstr "" + +#: frappe/email/doctype/email_domain/email_domain.py:32 +msgid "Incoming email account not correct" +msgstr "" + +#: frappe/model/virtual_doctype.py:79 frappe/model/virtual_doctype.py:92 +msgid "Incomplete Virtual Doctype Implementation" +msgstr "" + +#: frappe/auth.py:241 +msgid "Incomplete login details" +msgstr "" + +#: frappe/email/smtp.py:104 +msgid "Incorrect Configuration" +msgstr "" + +#: frappe/utils/csvutils.py:209 +msgid "Incorrect URL" +msgstr "" + +#: frappe/utils/password.py:90 +msgid "Incorrect User or Password" +msgstr "" + +#: frappe/twofactor.py:177 frappe/twofactor.py:189 +msgid "Incorrect Verification code" +msgstr "" + +#: frappe/model/document.py:1351 +msgid "Incorrect value in row {0}:" +msgstr "" + +#: frappe/model/document.py:1353 +msgid "Incorrect value:" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Int field in DocType 'Recorder Query' +#. Label of a Check field in DocType 'Custom Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/recorder_query/recorder_query.json +#: frappe/custom/doctype/custom_field/custom_field.json frappe/model/meta.py:47 +#: frappe/public/js/frappe/model/meta.js:200 +#: frappe/public/js/frappe/model/model.js:124 +#: frappe/public/js/frappe/views/reports/report_view.js:939 +msgid "Index" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Index Web Pages for Search" +msgstr "" + +#: frappe/core/doctype/recorder/recorder.py:142 +msgid "Index created successfully on column {0} of doctype {1}" +msgstr "" + +#. Label of a Data field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Indexing authorization code" +msgstr "" + +#. Label of a Data field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Indexing refresh token" +msgstr "" + +#. Label of a Select field in DocType 'Kanban Board Column' +#: frappe/desk/doctype/kanban_board_column/kanban_board_column.json +msgid "Indicator" +msgstr "" + +#. Label of a Select field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "Indicator Color" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:684 +#: frappe/public/js/frappe/views/workspace/workspace.js:1012 +#: frappe/public/js/frappe/views/workspace/workspace.js:1256 +msgid "Indicator color" +msgstr "" + +#. Option for the 'Comment Type' (Select) field in DocType 'Comment' +#. Option for the 'Comment Type' (Select) field in DocType 'Communication' +#. Option for the 'Style' (Select) field in DocType 'Workflow State' +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "Info" +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:144 +msgid "Info:" +msgstr "" + +#. Label of a Select field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Initial Sync Count" +msgstr "" + +#. Option for the 'Database Engine' (Select) field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "InnoDB" +msgstr "" + +#: frappe/core/doctype/data_import/data_import_list.js:35 +msgid "Insert" +msgstr "" + +#: frappe/public/js/frappe/form/grid_row_form.js:42 +msgid "Insert Above" +msgstr "" + +#. Label of a Select field in DocType 'Custom Field' +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/public/js/frappe/views/reports/query_report.js:1738 +msgid "Insert After" +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.py:250 +msgid "Insert After cannot be set as {0}" +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.py:243 +msgid "Insert After field '{0}' mentioned in Custom Field '{1}', with label '{2}', does not exist" +msgstr "" + +#: frappe/public/js/frappe/form/grid_row_form.js:42 +msgid "Insert Below" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:360 +msgid "Insert Column Before {0}" +msgstr "" + +#: frappe/public/js/frappe/form/controls/markdown_editor.js:82 +msgid "Insert Image in Markdown" +msgstr "" + +#. Option for the 'Import Type' (Select) field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Insert New Records" +msgstr "" + +#. Label of a Check field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "Insert Style" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:691 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:692 +msgid "Install {0} from Marketplace" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/installed_application/installed_application.json +msgid "Installed Application" +msgstr "" + +#. Name of a DocType +#. Label of a Table field in DocType 'Installed Applications' +#: frappe/core/doctype/installed_applications/installed_applications.json +msgid "Installed Applications" +msgstr "" + +#: frappe/core/doctype/installed_applications/installed_applications.js:18 +#: frappe/public/js/frappe/ui/toolbar/about.js:8 +msgid "Installed Apps" +msgstr "" + +#. Label of a HTML field in DocType 'Letter Head' +#: frappe/printing/doctype/letter_head/letter_head.json +msgid "Instructions" +msgstr "" + +#: frappe/templates/includes/login/login.js:262 +msgid "Instructions Emailed" +msgstr "" + +#: frappe/permissions.py:817 +msgid "Insufficient Permission Level for {0}" +msgstr "" + +#: frappe/database/query.py:375 frappe/desk/form/load.py:40 +msgid "Insufficient Permission for {0}" +msgstr "" + +#: frappe/desk/reportview.py:336 +msgid "Insufficient Permissions for deleting Report" +msgstr "" + +#: frappe/desk/reportview.py:307 +msgid "Insufficient Permissions for editing Report" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:439 +msgid "Insufficient attachment limit" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Column' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Filter' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Template Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/report_column/report_column.json +#: frappe/core/doctype/report_filter/report_filter.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/web_form_field/web_form_field.json +#: frappe/website/doctype/web_template_field/web_template_field.json +msgid "Int" +msgstr "" + +#. Name of a DocType +#: frappe/integrations/doctype/integration_request/integration_request.json +msgid "Integration Request" +msgstr "" + +#. Group in User's connections +#. Name of a Workspace +#. Label of a Tab Break field in DocType 'Website Settings' +#: frappe/core/doctype/user/user.json +#: frappe/integrations/workspace/integrations/integrations.json +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Integrations" +msgstr "" + +#. Description of the 'Delivery Status' (Select) field in DocType +#. 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Integrations can use this field to set email delivery status" +msgstr "" + +#. Option for the 'Font' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Inter" +msgstr "" + +#. Label of a Small Text field in DocType 'User' +#: frappe/core/doctype/user/user.json +#: frappe/desk/page/user_profile/user_profile_sidebar.html:37 +msgid "Interests" +msgstr "" + +#. Option for the 'Level' (Select) field in DocType 'Help Article' +#: frappe/website/doctype/help_article/help_article.json +msgid "Intermediate" +msgstr "" + +#: frappe/public/js/frappe/request.js:232 +msgid "Internal Server Error" +msgstr "" + +#. Description of a DocType +#: frappe/core/doctype/docshare/docshare.json +msgid "Internal record of document shares" +msgstr "" + +#: frappe/desk/page/user_profile/user_profile_sidebar.html:22 +msgid "Intro" +msgstr "" + +#. Label of a Data field in DocType 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Intro Video URL" +msgstr "" + +#. Description of the 'Company Introduction' (Text Editor) field in DocType +#. 'About Us Settings' +#: frappe/website/doctype/about_us_settings/about_us_settings.json +msgid "Introduce your company to the website visitor." +msgstr "" + +#. Label of a Section Break field in DocType 'Contact Us Settings' +#. Label of a Text Editor field in DocType 'Contact Us Settings' +#. Label of a Text Editor field in DocType 'Web Form' +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +#: frappe/website/doctype/web_form/web_form.json +msgid "Introduction" +msgstr "" + +#. Title of an Onboarding Step +#: frappe/website/onboarding_step/introduction_to_website/introduction_to_website.json +msgid "Introduction to Website" +msgstr "" + +#. Description of the 'Introduction' (Text Editor) field in DocType 'Contact Us +#. Settings' +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +msgid "Introductory information for the Contact Us Page" +msgstr "" + +#. Label of a Data field in DocType 'Connected App' +#: frappe/integrations/doctype/connected_app/connected_app.json +msgid "Introspection URI" +msgstr "" + +#. Option for the 'Validity' (Select) field in DocType 'OAuth Authorization +#. Code' +#: frappe/integrations/doctype/oauth_authorization_code/oauth_authorization_code.json +msgid "Invalid" +msgstr "" + +#: frappe/public/js/form_builder/utils.js:221 +#: frappe/public/js/frappe/form/grid_row.js:769 +#: frappe/public/js/frappe/form/layout.js:785 +msgid "Invalid \"depends_on\" expression" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:512 +msgid "Invalid \"depends_on\" expression set in filter {0}" +msgstr "" + +#: frappe/public/js/frappe/form/save.js:206 +msgid "Invalid \"mandatory_depends_on\" expression" +msgstr "" + +#: frappe/utils/nestedset.py:182 +msgid "Invalid Action" +msgstr "" + +#: frappe/utils/csvutils.py:35 +msgid "Invalid CSV Format" +msgstr "" + +#: frappe/integrations/frappe_providers/frappecloud_billing.py:121 +msgid "Invalid Code. Please try again." +msgstr "" + +#: frappe/integrations/doctype/webhook/webhook.py:90 +msgid "Invalid Condition: {}" +msgstr "" + +#: frappe/email/smtp.py:135 +msgid "Invalid Credentials" +msgstr "" + +#: frappe/utils/data.py:104 frappe/utils/data.py:254 +msgid "Invalid Date" +msgstr "" + +#: frappe/www/list.py:84 +msgid "Invalid DocType" +msgstr "" + +#: frappe/database/query.py:97 +msgid "Invalid DocType: {0}" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1234 +msgid "Invalid Fieldname" +msgstr "" + +#: frappe/core/doctype/file/file.py:205 +msgid "Invalid File URL" +msgstr "" + +#: frappe/public/js/form_builder/store.js:221 +msgid "Invalid Filter Format for field {0} of type {1}. Try using filter icon on the field to set it correctly" +msgstr "" + +#: frappe/utils/dashboard.py:61 +msgid "Invalid Filter Value" +msgstr "" + +#: frappe/website/doctype/website_settings/website_settings.py:83 +msgid "Invalid Home Page" +msgstr "" + +#: frappe/utils/verified_command.py:48 frappe/www/update-password.html:151 +msgid "Invalid Link" +msgstr "" + +#: frappe/www/login.py:118 +msgid "Invalid Login Token" +msgstr "" + +#: frappe/templates/includes/login/login.js:291 +msgid "Invalid Login. Try again." +msgstr "" + +#: frappe/email/receive.py:109 frappe/email/receive.py:146 +msgid "Invalid Mail Server. Please rectify and try again." +msgstr "" + +#: frappe/model/naming.py:93 +msgid "Invalid Naming Series: {}" +msgstr "" + +#: frappe/core/doctype/rq_job/rq_job.py:117 +msgid "Invalid Operation" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1603 +#: frappe/core/doctype/doctype/doctype.py:1612 +msgid "Invalid Option" +msgstr "" + +#: frappe/email/smtp.py:103 +msgid "Invalid Outgoing Mail Server or Port: {0}" +msgstr "" + +#: frappe/email/doctype/auto_email_report/auto_email_report.py:188 +msgid "Invalid Output Format" +msgstr "" + +#: frappe/integrations/doctype/connected_app/connected_app.py:190 +msgid "Invalid Parameters." +msgstr "" + +#: frappe/core/doctype/user/user.py:1164 frappe/www/update-password.html:121 +#: frappe/www/update-password.html:142 frappe/www/update-password.html:144 +#: frappe/www/update-password.html:245 +msgid "Invalid Password" +msgstr "" + +#: frappe/utils/__init__.py:109 +msgid "Invalid Phone Number" +msgstr "" + +#: frappe/auth.py:95 frappe/utils/oauth.py:185 frappe/utils/oauth.py:192 +#: frappe/www/login.py:118 +msgid "Invalid Request" +msgstr "" + +#: frappe/desk/search.py:26 +msgid "Invalid Search Field {0}" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1176 +msgid "Invalid Table Fieldname" +msgstr "" + +#: frappe/public/js/workflow_builder/store.js:182 +msgid "Invalid Transition" +msgstr "" + +#: frappe/core/doctype/file/file.py:216 +#: frappe/public/js/frappe/file_uploader/FileUploader.vue:511 +#: frappe/public/js/frappe/widgets/widget_dialog.js:570 +#: frappe/utils/csvutils.py:201 frappe/utils/csvutils.py:222 +msgid "Invalid URL" +msgstr "" + +#: frappe/email/receive.py:154 +msgid "Invalid User Name or Support Password. Please rectify and try again." +msgstr "" + +#: frappe/integrations/doctype/webhook/webhook.py:119 +msgid "Invalid Webhook Secret" +msgstr "" + +#: frappe/desk/reportview.py:167 +msgid "Invalid aggregate function" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:369 +msgid "Invalid column" +msgstr "" + +#: frappe/model/document.py:853 frappe/model/document.py:867 +msgid "Invalid docstatus" +msgstr "" + +#: frappe/public/js/frappe/utils/dashboard_utils.js:229 +msgid "Invalid expression set in filter {0}" +msgstr "" + +#: frappe/public/js/frappe/utils/dashboard_utils.js:219 +msgid "Invalid expression set in filter {0} ({1})" +msgstr "" + +#: frappe/utils/data.py:1902 +msgid "Invalid field name {0}" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1061 +msgid "Invalid fieldname '{0}' in autoname" +msgstr "" + +#: frappe/client.py:344 +msgid "Invalid file path: {0}" +msgstr "" + +#: frappe/database/query.py:173 +#: frappe/public/js/frappe/ui/filters/filter_list.js:201 +msgid "Invalid filter: {0}" +msgstr "" + +#: frappe/model/utils/__init__.py:68 +msgid "Invalid include path" +msgstr "" + +#: frappe/desk/doctype/dashboard/dashboard.py:67 +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.py:413 +msgid "Invalid json added in the custom options: {0}" +msgstr "" + +#: frappe/model/naming.py:464 +msgid "Invalid name type (integer) for varchar name column" +msgstr "" + +#: frappe/model/naming.py:54 +msgid "Invalid naming series {}: dot (.) missing" +msgstr "" + +#: frappe/core/doctype/data_import/importer.py:446 +msgid "Invalid or corrupted content for import" +msgstr "" + +#: frappe/website/doctype/website_settings/website_settings.py:139 +msgid "Invalid redirect regex in row #{}: {}" +msgstr "" + +#: frappe/app.py:309 +msgid "Invalid request arguments" +msgstr "" + +#: frappe/core/doctype/data_import/importer.py:423 +msgid "Invalid template file for import" +msgstr "" + +#: frappe/integrations/doctype/connected_app/connected_app.py:196 +msgid "Invalid token state! Check if the token has been created by the OAuth user." +msgstr "" + +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:165 +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:336 +msgid "Invalid username or password" +msgstr "" + +#: frappe/public/js/frappe/web_form/web_form.js:229 +msgctxt "Error message in web form" +msgid "Invalid values for fields:" +msgstr "" + +#: frappe/printing/page/print/print.js:614 +msgid "Invalid wkhtmltopdf version" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1526 +msgid "Invalid {0} condition" +msgstr "" + +#. Option for the 'Style' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "Inverse" +msgstr "" + +#: frappe/contacts/doctype/contact/contact.js:30 +msgid "Invite as User" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:22 +msgid "Is" +msgstr "" + +#. Label of a Check field in DocType 'Workflow' +#: frappe/workflow/doctype/workflow/workflow.json +msgid "Is Active" +msgstr "" + +#. Label of a Check field in DocType 'File' +#: frappe/core/doctype/file/file.json +msgid "Is Attachments Folder" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#. Label of a Check field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Is Calendar and Gantt" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#. Label of a Check field in DocType 'DocType Link' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/doctype/doctype_list.js:34 +#: frappe/core/doctype/doctype_link/doctype_link.json +msgid "Is Child Table" +msgstr "" + +#. Label of a Check field in DocType 'Module Onboarding' +#. Label of a Check field in DocType 'Onboarding Step' +#: frappe/desk/doctype/module_onboarding/module_onboarding.json +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Is Complete" +msgstr "" + +#. Label of a Check field in DocType 'Email Flag Queue' +#: frappe/email/doctype/email_flag_queue/email_flag_queue.json +msgid "Is Completed" +msgstr "" + +#. Label of a Check field in DocType 'Role' +#. Label of a Check field in DocType 'User Document Type' +#: frappe/core/doctype/role/role.json +#: frappe/core/doctype/user_document_type/user_document_type.json +msgid "Is Custom" +msgstr "" + +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Is Custom Field" +msgstr "" + +#. Label of a Check field in DocType 'Address Template' +#. Label of a Check field in DocType 'User Permission' +#. Label of a Check field in DocType 'Dashboard' +#: frappe/contacts/doctype/address_template/address_template.json +#: frappe/core/doctype/user_permission/user_permission.json +#: frappe/core/doctype/user_permission/user_permission_list.js:69 +#: frappe/desk/doctype/dashboard/dashboard.json +msgid "Is Default" +msgstr "" + +#. Label of a Check field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "Is Dynamic URL?" +msgstr "" + +#. Label of a Check field in DocType 'File' +#: frappe/core/doctype/file/file.json +msgid "Is Folder" +msgstr "" + +#: frappe/public/js/frappe/list/list_filter.js:43 +msgid "Is Global" +msgstr "" + +#. Label of a Check field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "Is Hidden" +msgstr "" + +#. Label of a Check field in DocType 'File' +#: frappe/core/doctype/file/file.json +msgid "Is Home Folder" +msgstr "" + +#. Label of a Check field in DocType 'Custom Field' +#: frappe/custom/doctype/custom_field/custom_field.json +msgid "Is Mandatory Field" +msgstr "" + +#. Label of a Check field in DocType 'Workflow Document State' +#: frappe/workflow/doctype/workflow_document_state/workflow_document_state.json +msgid "Is Optional State" +msgstr "" + +#. Label of a Check field in DocType 'Contact Email' +#: frappe/contacts/doctype/contact_email/contact_email.json +msgid "Is Primary" +msgstr "" + +#. Label of a Check field in DocType 'Contact' +#: frappe/contacts/doctype/contact/contact.json +msgid "Is Primary Contact" +msgstr "" + +#. Label of a Check field in DocType 'Contact Phone' +#: frappe/contacts/doctype/contact_phone/contact_phone.json +msgid "Is Primary Mobile" +msgstr "" + +#. Label of a Check field in DocType 'Contact Phone' +#: frappe/contacts/doctype/contact_phone/contact_phone.json +msgid "Is Primary Phone" +msgstr "" + +#. Label of a Check field in DocType 'File' +#: frappe/core/doctype/file/file.json +msgid "Is Private" +msgstr "" + +#. Label of a Check field in DocType 'Dashboard Chart' +#. Label of a Check field in DocType 'Number Card' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/number_card/number_card.json +msgid "Is Public" +msgstr "" + +#. Label of a Data field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Is Published Field" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1477 +msgid "Is Published Field must be a valid fieldname" +msgstr "" + +#. Label of a Check field in DocType 'Workspace Link' +#: frappe/desk/doctype/workspace_link/workspace_link.json +#: frappe/public/js/frappe/widgets/widget_dialog.js:303 +msgid "Is Query Report" +msgstr "" + +#. Label of a Check field in DocType 'Integration Request' +#: frappe/integrations/doctype/integration_request/integration_request.json +msgid "Is Remote Request?" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#. Label of a Check field in DocType 'Onboarding Step' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/doctype/doctype_list.js:48 +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Is Single" +msgstr "" + +#. Label of a Check field in DocType 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Is Skipped" +msgstr "" + +#. Label of a Check field in DocType 'Email Rule' +#: frappe/email/doctype/email_rule/email_rule.json +msgid "Is Spam" +msgstr "" + +#. Label of a Check field in DocType 'Navbar Item' +#. Label of a Select field in DocType 'Report' +#. Label of a Check field in DocType 'User Type' +#. Label of a Check field in DocType 'Dashboard' +#. Label of a Check field in DocType 'Dashboard Chart' +#. Label of a Check field in DocType 'Form Tour' +#. Label of a Check field in DocType 'Number Card' +#. Label of a Check field in DocType 'Notification' +#. Label of a Check field in DocType 'Web Form' +#: frappe/core/doctype/navbar_item/navbar_item.json +#: frappe/core/doctype/report/report.json +#: frappe/core/doctype/user_type/user_type.json +#: frappe/desk/doctype/dashboard/dashboard.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/email/doctype/notification/notification.json +#: frappe/website/doctype/web_form/web_form.json +msgid "Is Standard" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/doctype/doctype_list.js:25 +msgid "Is Submittable" +msgstr "" + +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#. Label of a Check field in DocType 'Property Setter' +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/custom/doctype/property_setter/property_setter.json +msgid "Is System Generated" +msgstr "" + +#. Label of a Check field in DocType 'Customize Form' +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Is Table" +msgstr "" + +#. Label of a Check field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Is Table Field" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Is Tree" +msgstr "" + +#. Label of a Data field in DocType 'Web Page View' +#: frappe/website/doctype/web_page_view/web_page_view.json +msgid "Is Unique" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Is Virtual" +msgstr "" + +#: frappe/core/doctype/file/utils.py:158 frappe/utils/file_manager.py:314 +msgid "It is risky to delete this file: {0}. Please contact your System Manager." +msgstr "" + +#. Label of a Data field in DocType 'Navbar Item' +#: frappe/core/doctype/navbar_item/navbar_item.json +msgid "Item Label" +msgstr "" + +#. Label of a Select field in DocType 'Navbar Item' +#: frappe/core/doctype/navbar_item/navbar_item.json +msgid "Item Type" +msgstr "" + +#: frappe/utils/nestedset.py:233 +msgid "Item cannot be added to its own descendants" +msgstr "" + +#. Option for the 'Print Format Type' (Select) field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "JS" +msgstr "" + +#. Label of a HTML field in DocType 'Custom HTML Block' +#: frappe/desk/doctype/custom_html_block/custom_html_block.json +msgid "JS Message" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Label of a Code field in DocType 'Report' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Request Structure' (Select) field in DocType 'Webhook' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/report/report.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/integrations/doctype/webhook/webhook.json +msgid "JSON" +msgstr "" + +#. Label of a Code field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "JSON Request Body" +msgstr "" + +#: frappe/templates/signup.html:5 +msgid "Jane Doe" +msgstr "" + +#. Label of a Code field in DocType 'Website Theme' +#: frappe/website/doctype/website_theme/website_theme.json +msgid "JavaScript" +msgstr "" + +#. Description of the 'Javascript' (Code) field in DocType 'Report' +#: frappe/core/doctype/report/report.json +msgid "JavaScript Format: frappe.query_reports['REPORTNAME'] = {}" +msgstr "" + +#. Label of a Code field in DocType 'Report' +#. Label of a Section Break field in DocType 'Custom HTML Block' +#. Label of a Code field in DocType 'Web Page' +#. Label of a Code field in DocType 'Website Script' +#: frappe/core/doctype/report/report.json +#: frappe/desk/doctype/custom_html_block/custom_html_block.json +#: frappe/website/doctype/web_page/web_page.json +#: frappe/website/doctype/website_script/website_script.json +msgid "Javascript" +msgstr "" + +#: frappe/www/login.html:71 +msgid "Javascript is disabled on your browser" +msgstr "" + +#. Option for the 'Print Format Type' (Select) field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "Jinja" +msgstr "" + +#. Label of a Data field in DocType 'Prepared Report' +#. Label of a Data field in DocType 'RQ Job' +#: frappe/core/doctype/prepared_report/prepared_report.json +#: frappe/core/doctype/rq_job/rq_job.json +msgid "Job ID" +msgstr "" + +#. Label of a Link field in DocType 'Submission Queue' +#: frappe/core/doctype/submission_queue/submission_queue.json +msgid "Job Id" +msgstr "" + +#. Label of a Section Break field in DocType 'RQ Job' +#: frappe/core/doctype/rq_job/rq_job.json +msgid "Job Info" +msgstr "" + +#. Label of a Data field in DocType 'RQ Job' +#: frappe/core/doctype/rq_job/rq_job.json +msgid "Job Name" +msgstr "" + +#. Label of a Section Break field in DocType 'RQ Job' +#: frappe/core/doctype/rq_job/rq_job.json +msgid "Job Status" +msgstr "" + +#: frappe/core/doctype/rq_job/rq_job.js:24 +msgid "Job Stopped Successfully" +msgstr "" + +#: frappe/core/doctype/rq_job/rq_job.py:117 +msgid "Job is not running." +msgstr "" + +#: frappe/desk/doctype/event/event.js:55 +msgid "Join video conference with {0}" +msgstr "" + +#: frappe/public/js/frappe/form/toolbar.js:356 +#: frappe/public/js/frappe/form/toolbar.js:745 +msgid "Jump to field" +msgstr "" + +#: frappe/public/js/frappe/utils/number_systems.js:17 +#: frappe/public/js/frappe/utils/number_systems.js:31 +#: frappe/public/js/frappe/utils/number_systems.js:53 +msgctxt "Number system" +msgid "K" +msgstr "" + +#. Option for the 'Select List View' (Select) field in DocType 'Form Tour' +#. Option for the 'DocType View' (Select) field in DocType 'Workspace Shortcut' +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +msgid "Kanban" +msgstr "" + +#. Linked DocType in DocType's connections +#. Name of a DocType +#. Label of a Link field in DocType 'Workspace Shortcut' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/desk/doctype/kanban_board/kanban_board.json +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +#: frappe/public/js/frappe/widgets/widget_dialog.js:475 +msgid "Kanban Board" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/kanban_board_column/kanban_board_column.json +msgid "Kanban Board Column" +msgstr "" + +#. Label of a Data field in DocType 'Kanban Board' +#: frappe/desk/doctype/kanban_board/kanban_board.json +#: frappe/public/js/frappe/views/kanban/kanban_view.js:388 +msgid "Kanban Board Name" +msgstr "" + +#: frappe/public/js/frappe/views/kanban/kanban_view.js:265 +msgctxt "Button in kanban view menu" +msgid "Kanban Settings" +msgstr "" + +#: frappe/public/js/frappe/list/base_list.js:206 +msgid "Kanban View" +msgstr "" + +#. Description of a DocType +#: frappe/core/doctype/activity_log/activity_log.json +msgid "Keep track of all update feeds" +msgstr "" + +#. Description of a DocType +#: frappe/core/doctype/communication/communication.json +msgid "Keeps track of all communications" +msgstr "" + +#. Label of a Data field in DocType 'DefaultValue' +#. Label of a Data field in DocType 'Document Share Key' +#. Label of a Data field in DocType 'Query Parameters' +#. Label of a Data field in DocType 'Webhook Data' +#. Label of a Small Text field in DocType 'Webhook Header' +#. Label of a Data field in DocType 'Website Meta Tag' +#: frappe/core/doctype/defaultvalue/defaultvalue.json +#: frappe/core/doctype/document_share_key/document_share_key.json +#: frappe/integrations/doctype/query_parameters/query_parameters.json +#: frappe/integrations/doctype/webhook_data/webhook_data.json +#: frappe/integrations/doctype/webhook_header/webhook_header.json +#: frappe/website/doctype/website_meta_tag/website_meta_tag.json +msgid "Key" +msgstr "" + +#. Label of a standard help item +#. Type: Action +#: frappe/hooks.py frappe/public/js/frappe/ui/keyboard.js:129 +msgid "Keyboard Shortcuts" +msgstr "" + +#. Option for the 'Social Login Provider' (Select) field in DocType 'Social +#. Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Keycloak" +msgstr "" + +#: frappe/public/js/frappe/utils/number_systems.js:37 +msgctxt "Number system" +msgid "Kh" +msgstr "" + +#. Label of a Card Break in the Website Workspace +#: frappe/website/doctype/help_article/help_article.py:81 +#: frappe/website/workspace/website/website.json +msgid "Knowledge Base" +msgstr "" + +#. Name of a role +#: frappe/website/doctype/help_article/help_article.json +msgid "Knowledge Base Contributor" +msgstr "" + +#. Name of a role +#: frappe/website/doctype/help_article/help_article.json +msgid "Knowledge Base Editor" +msgstr "" + +#: frappe/public/js/frappe/utils/number_systems.js:27 +#: frappe/public/js/frappe/utils/number_systems.js:49 +msgctxt "Number system" +msgid "L" +msgstr "" + +#. Label of a Section Break field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP Auth" +msgstr "" + +#. Label of a Section Break field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP Custom Settings" +msgstr "" + +#. Label of a Data field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP Email Field" +msgstr "" + +#. Label of a Data field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP First Name Field" +msgstr "" + +#. Label of a Data field in DocType 'LDAP Group Mapping' +#: frappe/integrations/doctype/ldap_group_mapping/ldap_group_mapping.json +msgid "LDAP Group" +msgstr "" + +#. Label of a Data field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP Group Field" +msgstr "" + +#. Name of a DocType +#: frappe/integrations/doctype/ldap_group_mapping/ldap_group_mapping.json +msgid "LDAP Group Mapping" +msgstr "" + +#. Label of a Section Break field in DocType 'LDAP Settings' +#. Label of a Table field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP Group Mappings" +msgstr "" + +#. Label of a Data field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP Group Member attribute" +msgstr "" + +#. Label of a Data field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP Last Name Field" +msgstr "" + +#. Label of a Data field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP Middle Name Field" +msgstr "" + +#. Label of a Data field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP Mobile Field" +msgstr "" + +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:163 +msgid "LDAP Not Installed" +msgstr "" + +#. Label of a Data field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP Phone Field" +msgstr "" + +#. Label of a Data field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP Search String" +msgstr "" + +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:130 +msgid "LDAP Search String must be enclosed in '()' and needs to contian the user placeholder {0}, eg sAMAccountName={0}" +msgstr "" + +#. Label of a Section Break field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP Search and Paths" +msgstr "" + +#. Label of a Section Break field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP Security" +msgstr "" + +#. Label of a Section Break field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP Server Settings" +msgstr "" + +#. Label of a Data field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP Server Url" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Integrations Workspace +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +#: frappe/integrations/workspace/integrations/integrations.json +msgid "LDAP Settings" +msgstr "" + +#. Label of a Section Break field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP User Creation and Mapping" +msgstr "" + +#. Label of a Data field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP Username Field" +msgstr "" + +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:309 +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:426 +msgid "LDAP is not enabled." +msgstr "" + +#. Label of a Data field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP search path for Groups" +msgstr "" + +#. Label of a Data field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP search path for Users" +msgstr "" + +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:102 +msgid "LDAP settings incorrect. validation response was: {0}" +msgstr "" + +#. Option for the 'Comment Type' (Select) field in DocType 'Comment' +#. Option for the 'Comment Type' (Select) field in DocType 'Communication' +#. Label of a Data field in DocType 'DocField' +#. Label of a Data field in DocType 'DocType Action' +#. Label of a Data field in DocType 'Report Column' +#. Label of a Data field in DocType 'Report Filter' +#. Label of a Data field in DocType 'Custom Field' +#. Label of a Data field in DocType 'Customize Form Field' +#. Label of a Data field in DocType 'DocType Layout Field' +#. Label of a Data field in DocType 'Desktop Icon' +#. Label of a Data field in DocType 'Form Tour Step' +#. Label of a Data field in DocType 'Number Card' +#. Label of a Data field in DocType 'Workspace Chart' +#. Label of a Data field in DocType 'Workspace Custom Block' +#. Label of a Data field in DocType 'Workspace Link' +#. Label of a Data field in DocType 'Workspace Number Card' +#. Label of a Data field in DocType 'Workspace Quick List' +#. Label of a Data field in DocType 'Workspace Shortcut' +#. Label of a Data field in DocType 'Top Bar Item' +#. Label of a Data field in DocType 'Web Template Field' +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/doctype_action/doctype_action.json +#: frappe/core/doctype/report_column/report_column.json +#: frappe/core/doctype/report_filter/report_filter.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/custom/doctype/doctype_layout_field/doctype_layout_field.json +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/desk/doctype/workspace_chart/workspace_chart.json +#: frappe/desk/doctype/workspace_custom_block/workspace_custom_block.json +#: frappe/desk/doctype/workspace_link/workspace_link.json +#: frappe/desk/doctype/workspace_number_card/workspace_number_card.json +#: frappe/desk/doctype/workspace_quick_list/workspace_quick_list.json +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +#: frappe/printing/page/print_format_builder/print_format_builder.js:474 +#: frappe/public/js/form_builder/components/Field.vue:202 +#: frappe/public/js/frappe/widgets/widget_dialog.js:154 +#: frappe/public/js/frappe/widgets/widget_dialog.js:222 +#: frappe/public/js/frappe/widgets/widget_dialog.js:271 +#: frappe/public/js/frappe/widgets/widget_dialog.js:388 +#: frappe/public/js/frappe/widgets/widget_dialog.js:611 +#: frappe/public/js/frappe/widgets/widget_dialog.js:644 +#: frappe/public/js/print_format_builder/Field.vue:18 +#: frappe/templates/form_grid/fields.html:37 +#: frappe/website/doctype/top_bar_item/top_bar_item.json +#: frappe/website/doctype/web_template_field/web_template_field.json +msgid "Label" +msgstr "" + +#. Label of a HTML field in DocType 'Custom Field' +#: frappe/custom/doctype/custom_field/custom_field.json +msgid "Label Help" +msgstr "" + +#. Label of a Section Break field in DocType 'Customize Form Field' +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Label and Type" +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.py:144 +msgid "Label is mandatory" +msgstr "" + +#. Label of a Section Break field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Landing Page" +msgstr "" + +#: frappe/public/js/frappe/form/print_utils.js:30 +msgid "Landscape" +msgstr "" + +#. Name of a DocType +#. Label of a Link field in DocType 'System Settings' +#. Label of a Link field in DocType 'Translation' +#. Label of a Link field in DocType 'User' +#: frappe/core/doctype/language/language.json +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/core/doctype/translation/translation.json +#: frappe/core/doctype/user/user.json frappe/printing/page/print/print.js:104 +#: frappe/public/js/frappe/form/templates/print_layout.html:11 +msgid "Language" +msgstr "" + +#. Label of a Data field in DocType 'Language' +#: frappe/core/doctype/language/language.json +msgid "Language Code" +msgstr "" + +#. Label of a Data field in DocType 'Language' +#: frappe/core/doctype/language/language.json +msgid "Language Name" +msgstr "" + +#. Label of a Code field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Last 10 active users" +msgstr "" + +#. Label of a Datetime field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Last Active" +msgstr "" + +#. Label of a Datetime field in DocType 'Google Drive' +#: frappe/integrations/doctype/google_drive/google_drive.json +msgid "Last Backup On" +msgstr "" + +#. Label of a Datetime field in DocType 'Scheduled Job Type' +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +msgid "Last Execution" +msgstr "" + +#. Label of a Datetime field in DocType 'RQ Worker' +#: frappe/core/doctype/rq_worker/rq_worker.json +msgid "Last Heartbeat" +msgstr "" + +#. Label of a Read Only field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Last IP" +msgstr "" + +#. Label of a Text field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Last Known Versions" +msgstr "" + +#. Label of a Read Only field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Last Login" +msgstr "" + +#: frappe/email/doctype/notification/notification.js:33 +msgid "Last Modified Date" +msgstr "" + +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:242 +#: frappe/public/js/frappe/views/dashboard/dashboard_view.js:479 +msgid "Last Modified On" +msgstr "" + +#. Option for the 'Timespan' (Select) field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Last Month" +msgstr "" + +#. Label of a Data field in DocType 'Contact' +#. Label of a Data field in DocType 'User' +#: frappe/contacts/doctype/contact/contact.json +#: frappe/core/doctype/user/user.json frappe/www/complete_signup.html:19 +msgid "Last Name" +msgstr "" + +#. Label of a Date field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Last Password Reset Date" +msgstr "" + +#. Label of a Date field in DocType 'Energy Point Settings' +#: frappe/social/doctype/energy_point_settings/energy_point_settings.json +msgid "Last Point Allocation Date" +msgstr "" + +#. Option for the 'Timespan' (Select) field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Last Quarter" +msgstr "" + +#. Label of a Datetime field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Last Reset Password Key Generated On" +msgstr "" + +#. Label of a Datetime field in DocType 'Google Contacts' +#: frappe/integrations/doctype/google_contacts/google_contacts.json +msgid "Last Sync On" +msgstr "" + +#. Label of a Datetime field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Last Synced On" +msgstr "" + +#: frappe/model/meta.py:49 frappe/public/js/frappe/model/meta.js:202 +#: frappe/public/js/frappe/model/model.js:130 +msgid "Last Updated By" +msgstr "" + +#: frappe/model/meta.py:48 frappe/public/js/frappe/model/meta.js:201 +#: frappe/public/js/frappe/model/model.js:126 +msgid "Last Updated On" +msgstr "" + +#. Label of a Link field in DocType 'Assignment Rule' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +msgid "Last User" +msgstr "" + +#. Option for the 'Timespan' (Select) field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Last Week" +msgstr "" + +#. Option for the 'Timespan' (Select) field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Last Year" +msgstr "" + +#: frappe/public/js/frappe/widgets/chart_widget.js:704 +msgid "Last synced {0}" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:194 +msgid "Layout Reset" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:186 +msgid "Layout will be reset to standard layout, are you sure you want to do this?" +msgstr "" + +#: frappe/desk/page/leaderboard/leaderboard.js:15 +#: frappe/desk/page/user_profile/user_profile_sidebar.html:55 +msgid "Leaderboard" +msgstr "" + +#. Label of an action in the Onboarding Step 'Customize Print Formats' +#: frappe/custom/onboarding_step/print_format/print_format.json +msgid "Learn about Standard and Custom Print Formats" +msgstr "" + +#. Title of an Onboarding Step +#: frappe/website/onboarding_step/web_page_tour/web_page_tour.json +msgid "Learn about Web Pages" +msgstr "" + +#. Label of an action in the Onboarding Step 'Create Custom Fields' +#: frappe/custom/onboarding_step/custom_field/custom_field.json +msgid "Learn how to add Custom Fields" +msgstr "" + +#: frappe/website/web_template/section_with_features/section_with_features.html:26 +msgid "Learn more" +msgstr "" + +#. Label of an action in the Onboarding Step 'Generate Custom Reports' +#: frappe/custom/onboarding_step/report_builder/report_builder.json +msgid "Learn more about Report Builders" +msgstr "" + +#. Label of an action in the Onboarding Step 'Custom Document Types' +#: frappe/custom/onboarding_step/custom_doctype/custom_doctype.json +msgid "Learn more about creating new DocTypes" +msgstr "" + +#. Description of the 'Repeat Till' (Date) field in DocType 'Event' +#: frappe/desk/doctype/event/event.json +msgid "Leave blank to repeat always" +msgstr "" + +#: frappe/core/doctype/communication/mixins.py:207 +#: frappe/email/doctype/email_account/email_account.py:667 +msgid "Leave this conversation" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Ledger" +msgstr "" + +#. Option for the 'Position' (Select) field in DocType 'Form Tour Step' +#. Option for the 'Align' (Select) field in DocType 'Letter Head' +#. Option for the 'Text Align' (Select) field in DocType 'Web Page' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +#: frappe/printing/doctype/letter_head/letter_head.json +#: frappe/website/doctype/web_page/web_page.json +msgid "Left" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:483 +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:155 +msgctxt "alignment" +msgid "Left" +msgstr "" + +#. Option for the 'Position' (Select) field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Left Bottom" +msgstr "" + +#. Option for the 'Position' (Select) field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Left Center" +msgstr "" + +#: frappe/email/doctype/email_unsubscribe/email_unsubscribe.py:58 +msgid "Left this conversation" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Legal" +msgstr "" + +#. Label of a Int field in DocType 'DocField' +#. Label of a Int field in DocType 'Custom Field' +#. Label of a Int field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Length" +msgstr "" + +#: frappe/public/js/frappe/ui/chart.js:11 +msgid "Length of passed data array is greater than value of maximum allowed label points!" +msgstr "" + +#: frappe/database/schema.py:129 +msgid "Length of {0} should be between 1 and 1000" +msgstr "" + +#: frappe/public/js/frappe/widgets/chart_widget.js:680 +msgid "Less" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:24 +msgid "Less Than" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:26 +msgid "Less Than Or Equal To" +msgstr "" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:439 +msgid "Let us continue with the onboarding" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/blocks/onboarding.js:94 +#: frappe/public/js/frappe/widgets/onboarding_widget.js:602 +msgid "Let's Get Started" +msgstr "" + +#. Title of the Module Onboarding 'Website' +#: frappe/website/module_onboarding/website/website.json +msgid "Let's Set Up Your Website." +msgstr "" + +#: frappe/utils/password_strength.py:105 +msgid "Let's avoid repeated words and characters" +msgstr "" + +#: frappe/desk/page/setup_wizard/setup_wizard.js:452 +msgid "Let's set up your account" +msgstr "" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:268 +#: frappe/public/js/frappe/widgets/onboarding_widget.js:309 +#: frappe/public/js/frappe/widgets/onboarding_widget.js:380 +#: frappe/public/js/frappe/widgets/onboarding_widget.js:419 +msgid "Let's take you back to onboarding" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Letter" +msgstr "" + +#. Label of a Link field in DocType 'Report' +#. Name of a DocType +#: frappe/core/doctype/report/report.json +#: frappe/printing/doctype/letter_head/letter_head.json +#: frappe/printing/page/print/print.js:127 +#: frappe/public/js/frappe/form/print_utils.js:20 +#: frappe/public/js/frappe/form/templates/print_layout.html:16 +#: frappe/public/js/frappe/list/bulk_operations.js:52 +#: frappe/public/js/print_format_builder/LetterHeadEditor.vue:144 +msgid "Letter Head" +msgstr "" + +#. Label of a Select field in DocType 'Letter Head' +#: frappe/printing/doctype/letter_head/letter_head.json +msgid "Letter Head Based On" +msgstr "" + +#. Label of a Section Break field in DocType 'Letter Head' +#: frappe/printing/doctype/letter_head/letter_head.json +msgid "Letter Head Image" +msgstr "" + +#. Label of a Data field in DocType 'Letter Head' +#: frappe/printing/doctype/letter_head/letter_head.json +#: frappe/public/js/print_format_builder/LetterHeadEditor.vue:198 +msgid "Letter Head Name" +msgstr "" + +#: frappe/printing/doctype/letter_head/letter_head.js:30 +msgid "Letter Head Scripts" +msgstr "" + +#: frappe/printing/doctype/letter_head/letter_head.py:46 +msgid "Letter Head cannot be both disabled and default" +msgstr "" + +#. Description of the 'Header HTML' (HTML Editor) field in DocType 'Letter +#. Head' +#: frappe/printing/doctype/letter_head/letter_head.json +msgid "Letter Head in HTML" +msgstr "" + +#. Label of a Int field in DocType 'Custom DocPerm' +#. Label of a Int field in DocType 'DocPerm' +#. Label of a Select field in DocType 'Help Article' +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/docperm/docperm.json +#: frappe/core/page/permission_manager/permission_manager.js:213 +#: frappe/public/js/frappe/roles_editor.js:65 +#: frappe/website/doctype/help_article/help_article.json +msgid "Level" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager.js:460 +msgid "Level 0 is for document level permissions, higher levels for field level permissions." +msgstr "" + +#. Label of a Data field in DocType 'Review Level' +#: frappe/social/doctype/review_level/review_level.json +msgid "Level Name" +msgstr "" + +#: frappe/public/js/frappe/file_uploader/FileUploader.vue:94 +msgid "Library" +msgstr "" + +#. Label of a Markdown Editor field in DocType 'Package' +#: frappe/core/doctype/package/package.json +msgid "License" +msgstr "" + +#. Label of a Select field in DocType 'Package' +#: frappe/core/doctype/package/package.json +msgid "License Type" +msgstr "" + +#. Option for the 'Desk Theme' (Select) field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Light" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'DocType State' +#. Option for the 'Indicator' (Select) field in DocType 'Kanban Board Column' +#: frappe/core/doctype/doctype_state/doctype_state.json +#: frappe/desk/doctype/kanban_board_column/kanban_board_column.json +msgid "Light Blue" +msgstr "" + +#. Label of a Link field in DocType 'Website Theme' +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Light Color" +msgstr "" + +#: frappe/public/js/frappe/ui/theme_switcher.js:60 +msgid "Light Theme" +msgstr "" + +#. Option for the 'Comment Type' (Select) field in DocType 'Comment' +#. Option for the 'Comment Type' (Select) field in DocType 'Communication' +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +#: frappe/public/js/frappe/ui/filters/filter.js:18 +msgid "Like" +msgstr "" + +#. Label of a Int field in DocType 'Blog Settings' +#: frappe/website/doctype/blog_settings/blog_settings.json +msgid "Like limit" +msgstr "" + +#. Description of the 'Like limit' (Int) field in DocType 'Blog Settings' +#: frappe/website/doctype/blog_settings/blog_settings.json +msgid "Like limit per hour" +msgstr "" + +#: frappe/templates/includes/likes/likes.py:30 +msgid "Like on {0}: {1}" +msgstr "" + +#: frappe/desk/like.py:91 +msgid "Liked" +msgstr "" + +#: frappe/model/meta.py:52 frappe/public/js/frappe/model/meta.js:205 +#: frappe/public/js/frappe/model/model.js:134 +msgid "Liked By" +msgstr "" + +#. Label of a Int field in DocType 'Help Article' +#: frappe/website/doctype/help_article/help_article.json +msgid "Likes" +msgstr "" + +#. Label of a Int field in DocType 'Bulk Update' +#: frappe/desk/doctype/bulk_update/bulk_update.json +msgid "Limit" +msgstr "" + +#. Label of a Check field in DocType 'Dropbox Settings' +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.json +msgid "Limit Number of DB Backups" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Line" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Column' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Filter' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Label of a Long Text field in DocType 'Changelog Feed' +#. Label of a Small Text field in DocType 'Desktop Icon' +#. Label of a Data field in DocType 'Notification Log' +#. Option for the 'Type' (Select) field in DocType 'Workspace Link' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Template Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/report_column/report_column.json +#: frappe/core/doctype/report_filter/report_filter.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/desk/doctype/changelog_feed/changelog_feed.json +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +#: frappe/desk/doctype/notification_log/notification_log.json +#: frappe/desk/doctype/workspace_link/workspace_link.json +#: frappe/public/js/frappe/file_uploader/FileUploader.vue:128 +#: frappe/website/doctype/web_form_field/web_form_field.json +#: frappe/website/doctype/web_template_field/web_template_field.json +msgid "Link" +msgstr "" + +#. Label of a Tab Break field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "Link Cards" +msgstr "" + +#. Label of a Int field in DocType 'Workspace Link' +#: frappe/desk/doctype/workspace_link/workspace_link.json +msgid "Link Count" +msgstr "" + +#. Label of a Section Break field in DocType 'Workspace Link' +#: frappe/desk/doctype/workspace_link/workspace_link.json +msgid "Link Details" +msgstr "" + +#. Label of a Link field in DocType 'Activity Log' +#. Label of a Link field in DocType 'Communication Link' +#. Label of a Link field in DocType 'DocType Link' +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/communication_link/communication_link.json +#: frappe/core/doctype/doctype_link/doctype_link.json +msgid "Link DocType" +msgstr "" + +#. Label of a Link field in DocType 'Dynamic Link' +#: frappe/core/doctype/dynamic_link/dynamic_link.json +msgid "Link Document Type" +msgstr "" + +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:402 +#: frappe/workflow/doctype/workflow_action/workflow_action.py:198 +msgid "Link Expired" +msgstr "" + +#. Label of a Int field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Link Field Results Limit" +msgstr "" + +#. Label of a Data field in DocType 'DocType Link' +#: frappe/core/doctype/doctype_link/doctype_link.json +msgid "Link Fieldname" +msgstr "" + +#. Label of a JSON field in DocType 'DocField' +#. Label of a JSON field in DocType 'Custom Field' +#. Label of a JSON field in DocType 'Customize Form' +#. Label of a JSON field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form/customize_form.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Link Filters" +msgstr "" + +#. Label of a Dynamic Link field in DocType 'Activity Log' +#. Label of a Dynamic Link field in DocType 'Communication Link' +#. Label of a Dynamic Link field in DocType 'Dynamic Link' +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/communication_link/communication_link.json +#: frappe/core/doctype/dynamic_link/dynamic_link.json +msgid "Link Name" +msgstr "" + +#. Label of a Read Only field in DocType 'Communication Link' +#. Label of a Read Only field in DocType 'Dynamic Link' +#: frappe/core/doctype/communication_link/communication_link.json +#: frappe/core/doctype/dynamic_link/dynamic_link.json +msgid "Link Title" +msgstr "" + +#. Label of a Dynamic Link field in DocType 'Workspace Link' +#. Label of a Dynamic Link field in DocType 'Workspace Shortcut' +#: frappe/desk/doctype/workspace_link/workspace_link.json +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +#: frappe/public/js/frappe/widgets/widget_dialog.js:252 +#: frappe/public/js/frappe/widgets/widget_dialog.js:397 +msgid "Link To" +msgstr "" + +#: frappe/public/js/frappe/widgets/widget_dialog.js:325 +msgid "Link To in Row" +msgstr "" + +#. Label of a Select field in DocType 'Workspace Link' +#: frappe/desk/doctype/workspace_link/workspace_link.json +#: frappe/public/js/frappe/widgets/widget_dialog.js:244 +msgid "Link Type" +msgstr "" + +#: frappe/public/js/frappe/widgets/widget_dialog.js:321 +msgid "Link Type in Row" +msgstr "" + +#: frappe/website/doctype/about_us_settings/about_us_settings.js:6 +msgid "Link for About Us Page is \"/about\"." +msgstr "" + +#. Description of the 'Home Page' (Data) field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Link that is the website home page. Standard Links (home, login, products, blog, about, contact)" +msgstr "" + +#. Description of the 'URL' (Data) field in DocType 'Top Bar Item' +#: frappe/website/doctype/top_bar_item/top_bar_item.json +msgid "Link to the page you want to open. Leave blank if you want to make it a group parent." +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Activity Log' +#. Option for the 'Status' (Select) field in DocType 'Communication' +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/communication/communication.json +msgid "Linked" +msgstr "" + +#. Label of a Section Break field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Linked Documents" +msgstr "" + +#: frappe/public/js/frappe/form/linked_with.js:23 +msgid "Linked With" +msgstr "" + +#. Label of a Table field in DocType 'Address' +#. Label of a Table field in DocType 'Contact' +#. Label of a Table field in DocType 'DocType' +#. Label of a Table field in DocType 'Customize Form' +#. Label of a Table field in DocType 'Workspace' +#: frappe/contacts/doctype/address/address.js:39 +#: frappe/contacts/doctype/address/address.json +#: frappe/contacts/doctype/contact/contact.js:92 +#: frappe/contacts/doctype/contact/contact.json +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +#: frappe/desk/doctype/workspace/workspace.json +#: frappe/public/js/frappe/form/toolbar.js:367 +msgid "Links" +msgstr "" + +#. Option for the 'Apply To' (Select) field in DocType 'Client Script' +#. Option for the 'View' (Select) field in DocType 'Form Tour' +#. Option for the 'Select List View' (Select) field in DocType 'Form Tour' +#. Option for the 'DocType View' (Select) field in DocType 'Workspace Shortcut' +#: frappe/custom/doctype/client_script/client_script.json +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +msgid "List" +msgstr "" + +#. Label of a Section Break field in DocType 'DocField' +#: frappe/core/doctype/docfield/docfield.json +msgid "List / Search Settings" +msgstr "" + +#. Label of a Table field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "List Columns" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/list_filter/list_filter.json +msgid "List Filter" +msgstr "" + +#. Label of a Section Break field in DocType 'User' +#. Label of a Section Break field in DocType 'Customize Form' +#. Label of a Section Break field in DocType 'Web Form' +#: frappe/core/doctype/user/user.json +#: frappe/custom/doctype/customize_form/customize_form.json +#: frappe/website/doctype/web_form/web_form.json +msgid "List Settings" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1745 +msgctxt "Button in list view menu" +msgid "List Settings" +msgstr "" + +#: frappe/public/js/frappe/list/base_list.js:202 +msgid "List View" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/list_view_settings/list_view_settings.json +msgid "List View Settings" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:161 +msgid "List a document type" +msgstr "" + +#. Description of the 'Breadcrumbs' (Code) field in DocType 'Web Form' +#. Description of the 'Breadcrumbs' (Code) field in DocType 'Web Page' +#: frappe/website/doctype/web_form/web_form.json +#: frappe/website/doctype/web_page/web_page.json +msgid "List as [{\"label\": _(\"Jobs\"), \"route\":\"jobs\"}]" +msgstr "" + +#. Description of a DocType +#: frappe/core/doctype/patch_log/patch_log.json +msgid "List of patches executed" +msgstr "" + +#. Label of a HTML field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "List setting message" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:542 +msgid "Lists" +msgstr "" + +#. Option for the 'Rule' (Select) field in DocType 'Assignment Rule' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +msgid "Load Balancing" +msgstr "" + +#: frappe/public/js/frappe/list/base_list.js:385 +#: frappe/website/doctype/blog_post/templates/blog_post_list.html:50 +msgid "Load More" +msgstr "" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:216 +msgctxt "Form timeline" +msgid "Load More Communications" +msgstr "" + +#: frappe/public/js/frappe/file_uploader/TreeNode.vue:45 +msgid "Load more" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager.js:165 +#: frappe/public/js/frappe/form/controls/multicheck.js:13 +#: frappe/public/js/frappe/form/linked_with.js:13 +#: frappe/public/js/frappe/list/base_list.js:484 +#: frappe/public/js/frappe/list/list_view.js:334 +#: frappe/public/js/frappe/ui/listing.html:16 +#: frappe/public/js/frappe/views/reports/query_report.js:1016 +msgid "Loading" +msgstr "" + +#: frappe/public/js/frappe/widgets/widget_dialog.js:74 +msgid "Loading Filters..." +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:262 +msgid "Loading import file..." +msgstr "" + +#: frappe/desk/page/user_profile/user_profile_controller.js:20 +msgid "Loading user profile" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/about.js:8 +msgid "Loading versions..." +msgstr "" + +#: frappe/public/js/frappe/file_uploader/TreeNode.vue:45 +#: frappe/public/js/frappe/form/sidebar/share.js:51 +#: frappe/public/js/frappe/list/list_sidebar.js:218 +#: frappe/public/js/frappe/list/list_sidebar_group_by.js:125 +#: frappe/public/js/frappe/views/kanban/kanban_board.html:11 +#: frappe/public/js/frappe/widgets/chart_widget.js:50 +#: frappe/public/js/frappe/widgets/number_card_widget.js:174 +#: frappe/public/js/frappe/widgets/quick_list_widget.js:128 +msgid "Loading..." +msgstr "" + +#. Label of a Data field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Location" +msgstr "" + +#. Label of a Code field in DocType 'Package Import' +#: frappe/core/doctype/package_import/package_import.json +msgid "Log" +msgstr "" + +#. Label of a Section Break field in DocType 'Access Log' +#: frappe/core/doctype/access_log/access_log.json +msgid "Log Data" +msgstr "" + +#. Label of a Link field in DocType 'Logs To Clear' +#: frappe/core/doctype/logs_to_clear/logs_to_clear.json +msgid "Log DocType" +msgstr "" + +#: frappe/templates/emails/login_with_email_link.html:27 +msgid "Log In To {0}" +msgstr "" + +#. Label of a Int field in DocType 'Data Import Log' +#: frappe/core/doctype/data_import_log/data_import_log.json +msgid "Log Index" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/log_setting_user/log_setting_user.json +msgid "Log Setting User" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/log_settings/log_settings.json +#: frappe/public/js/frappe/logtypes.js:20 +msgid "Log Settings" +msgstr "" + +#: frappe/www/app.py:23 +msgid "Log in to access this page." +msgstr "" + +#. Label of a standard navbar item +#. Type: Action +#: frappe/hooks.py +#: frappe/website/doctype/website_settings/website_settings.py:182 +msgid "Log out" +msgstr "" + +#: frappe/handler.py:123 +msgid "Logged Out" +msgstr "" + +#. Option for the 'Operation' (Select) field in DocType 'Activity Log' +#. Label of a Tab Break field in DocType 'System Settings' +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/public/js/frappe/web_form/webform_script.js:16 +#: frappe/templates/discussions/discussions_section.html:60 +#: frappe/templates/discussions/reply_section.html:44 +#: frappe/templates/includes/navbar/dropdown_login.html:15 +#: frappe/templates/includes/navbar/navbar_login.html:25 +#: frappe/website/page_renderers/not_permitted_page.py:22 +#: frappe/www/login.html:42 +msgid "Login" +msgstr "" + +#. Label of a Int field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Login After" +msgstr "" + +#. Label of a Int field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Login Before" +msgstr "" + +#: frappe/public/js/frappe/desk.js:241 +msgid "Login Failed please try again" +msgstr "" + +#: frappe/email/doctype/email_account/email_account.py:140 +msgid "Login Id is required" +msgstr "" + +#. Label of a Section Break field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Login Methods" +msgstr "" + +#. Label of a Section Break field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Login Page" +msgstr "" + +#: frappe/www/login.py:142 +msgid "Login To {0}" +msgstr "" + +#: frappe/twofactor.py:261 +msgid "Login Verification Code from {}" +msgstr "" + +#: frappe/templates/emails/new_message.html:4 +msgid "Login and view in Browser" +msgstr "" + +#: frappe/website/doctype/web_form/web_form.js:367 +msgid "Login is required to see web form list view. Enable {0} to see list settings" +msgstr "" + +#: frappe/templates/includes/login/login.js:70 +msgid "Login link sent to your email" +msgstr "" + +#: frappe/auth.py:327 frappe/auth.py:330 +msgid "Login not allowed at this time" +msgstr "" + +#. Label of a Check field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Login required" +msgstr "" + +#: frappe/twofactor.py:165 +msgid "Login session expired, refresh page to retry" +msgstr "" + +#: frappe/templates/includes/comments/comments.html:110 +msgid "Login to comment" +msgstr "" + +#: frappe/templates/includes/comments/comments.html:6 +msgid "Login to start a new discussion" +msgstr "" + +#: frappe/www/login.html:61 +msgid "Login to {0}" +msgstr "" + +#: frappe/templates/includes/login/login.js:327 +msgid "Login token required" +msgstr "" + +#: frappe/www/login.html:106 frappe/www/login.html:190 +msgid "Login with Email Link" +msgstr "" + +#: frappe/www/login.html:46 +msgid "Login with LDAP" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Login with email link" +msgstr "" + +#. Label of a Int field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Login with email link expiry (in minutes)" +msgstr "" + +#: frappe/auth.py:131 +msgid "Login with username and password is not allowed." +msgstr "" + +#: frappe/www/login.html:97 +msgid "Login with {0}" +msgstr "" + +#. Option for the 'Operation' (Select) field in DocType 'Activity Log' +#: frappe/core/doctype/activity_log/activity_log.json frappe/www/apps.html:59 +msgid "Logout" +msgstr "" + +#: frappe/core/doctype/user/user.js:195 +msgid "Logout All Sessions" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Logout All Sessions on Password Reset" +msgstr "" + +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Logout From All Devices After Changing Password" +msgstr "" + +#. Group in User's connections +#. Label of a Card Break in the Users Workspace +#: frappe/core/doctype/user/user.json frappe/core/workspace/users/users.json +msgid "Logs" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/logs_to_clear/logs_to_clear.json +msgid "Logs To Clear" +msgstr "" + +#. Label of a Table field in DocType 'Log Settings' +#: frappe/core/doctype/log_settings/log_settings.json +msgid "Logs to Clear" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Long Text" +msgstr "" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:322 +msgid "Looks like you didn't change the value" +msgstr "" + +#: frappe/www/third_party_apps.html:57 +msgid "Looks like you haven’t added any third party apps." +msgstr "" + +#: frappe/public/js/frappe/ui/notifications/notifications.js:315 +msgid "Looks like you haven’t received any notifications." +msgstr "" + +#: frappe/core/doctype/server_script/server_script_list.js:18 +msgid "Loving Frappe Framework?" +msgstr "" + +#. Option for the 'Priority' (Select) field in DocType 'ToDo' +#: frappe/desk/doctype/todo/todo.json +#: frappe/public/js/frappe/form/sidebar/assign_to.js:216 +msgid "Low" +msgstr "" + +#: frappe/public/js/frappe/utils/number_systems.js:13 +msgctxt "Number system" +msgid "M" +msgstr "" + +#. Option for the 'License Type' (Select) field in DocType 'Package' +#: frappe/core/doctype/package/package.json +msgid "MIT License" +msgstr "" + +#: frappe/desk/page/setup_wizard/install_fixtures.py:49 +msgid "Madam" +msgstr "" + +#. Label of a Text Editor field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "Main Section" +msgstr "" + +#. Label of a HTML Editor field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "Main Section (HTML)" +msgstr "" + +#. Label of a Markdown Editor field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "Main Section (Markdown)" +msgstr "" + +#. Name of a role +#: frappe/contacts/doctype/contact/contact.json +msgid "Maintenance Manager" +msgstr "" + +#. Name of a role +#: frappe/contacts/doctype/address/address.json +#: frappe/contacts/doctype/contact/contact.json +msgid "Maintenance User" +msgstr "" + +#. Label of a Int field in DocType 'Package Release' +#: frappe/core/doctype/package_release/package_release.json +msgid "Major" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Make \"name\" searchable in Global Search" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#: frappe/core/doctype/docfield/docfield.json +msgid "Make Attachment Public (by default)" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#. Label of a Check field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Make Attachments Public by Default" +msgstr "" + +#. Description of the 'Disable Username/Password Login' (Check) field in +#. DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Make sure to configure a Social Login Key before disabling to prevent lockout" +msgstr "" + +#: frappe/utils/password_strength.py:86 +msgid "Make use of longer keyboard patterns" +msgstr "" + +#: frappe/public/js/frappe/form/multi_select_dialog.js:88 +msgid "Make {0}" +msgstr "" + +#: frappe/website/doctype/web_page/web_page.js:77 +msgid "Makes the page public" +msgstr "" + +#: frappe/desk/page/setup_wizard/install_fixtures.py:29 +msgid "Male" +msgstr "" + +#. Label of a standard navbar item +#. Type: Route +#: frappe/hooks.py +msgid "Manage Billing" +msgstr "" + +#: frappe/www/me.html:50 +msgid "Manage third party apps" +msgstr "" + +#: frappe/www/me.html:59 +msgid "Manage your apps" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Report Filter' +#. Label of a Check field in DocType 'Customize Form Field' +#. Label of a Check field in DocType 'Web Form Field' +#. Label of a Check field in DocType 'Web Template Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/report_filter/report_filter.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/web_form_field/web_form_field.json +#: frappe/website/doctype/web_template_field/web_template_field.json +msgid "Mandatory" +msgstr "" + +#. Label of a Code field in DocType 'Custom Field' +#. Label of a Code field in DocType 'Customize Form Field' +#. Label of a Code field in DocType 'Web Form Field' +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Mandatory Depends On" +msgstr "" + +#. Label of a Code field in DocType 'DocField' +#: frappe/core/doctype/docfield/docfield.json +msgid "Mandatory Depends On (JS)" +msgstr "" + +#: frappe/website/doctype/web_form/web_form.py:411 +msgid "Mandatory Information missing:" +msgstr "" + +#: frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js:120 +msgid "Mandatory field: set role for" +msgstr "" + +#: frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js:124 +msgid "Mandatory field: {0}" +msgstr "" + +#: frappe/public/js/frappe/form/save.js:167 +msgid "Mandatory fields required in table {0}, Row {1}" +msgstr "" + +#: frappe/public/js/frappe/form/save.js:172 +msgid "Mandatory fields required in {0}" +msgstr "" + +#: frappe/public/js/frappe/web_form/web_form.js:234 +msgctxt "Error message in web form" +msgid "Mandatory fields required:" +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:142 +msgid "Mandatory:" +msgstr "" + +#. Option for the 'Select List View' (Select) field in DocType 'Form Tour' +#: frappe/desk/doctype/form_tour/form_tour.json +msgid "Map" +msgstr "" + +#: frappe/public/js/frappe/data_import/import_preview.js:190 +#: frappe/public/js/frappe/data_import/import_preview.js:302 +msgid "Map Columns" +msgstr "" + +#: frappe/public/js/frappe/list/base_list.js:211 +msgid "Map View" +msgstr "" + +#: frappe/public/js/frappe/data_import/import_preview.js:290 +msgid "Map columns from {0} to fields in {1}" +msgstr "" + +#. Description of the 'Dynamic Route' (Check) field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "Map route parameters into form variables. Example /project/<name>" +msgstr "" + +#: frappe/core/doctype/data_import/importer.py:886 +msgid "Mapping column {0} to field {1}" +msgstr "" + +#. Label of a Float field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "Margin Bottom" +msgstr "" + +#. Label of a Float field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "Margin Left" +msgstr "" + +#. Label of a Float field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "Margin Right" +msgstr "" + +#. Label of a Float field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "Margin Top" +msgstr "" + +#. Label of a Section Break field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "MariaDB Variables" +msgstr "" + +#: frappe/public/js/frappe/ui/notifications/notifications.js:45 +msgid "Mark all as read" +msgstr "" + +#: frappe/core/doctype/communication/communication.js:78 +#: frappe/core/doctype/communication/communication_list.js:19 +msgid "Mark as Read" +msgstr "" + +#: frappe/core/doctype/communication/communication.js:95 +msgid "Mark as Spam" +msgstr "" + +#: frappe/core/doctype/communication/communication.js:78 +#: frappe/core/doctype/communication/communication_list.js:22 +msgid "Mark as Unread" +msgstr "" + +#. Option for the 'Content Type' (Select) field in DocType 'Newsletter' +#. Option for the 'Message Type' (Select) field in DocType 'Notification' +#. Option for the 'Content Type' (Select) field in DocType 'Blog Post' +#. Option for the 'Content Type' (Select) field in DocType 'Web Page' +#: frappe/email/doctype/newsletter/newsletter.json +#: frappe/email/doctype/notification/notification.json +#: frappe/website/doctype/blog_post/blog_post.json +#: frappe/website/doctype/web_page/web_page.js:92 +#: frappe/website/doctype/web_page/web_page.json +msgid "Markdown" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Template Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/web_template_field/web_template_field.json +msgid "Markdown Editor" +msgstr "" + +#. Option for the 'Delivery Status' (Select) field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Marked As Spam" +msgstr "" + +#. Name of a DocType +#: frappe/website/doctype/marketing_campaign/marketing_campaign.json +msgid "Marketing Campaign" +msgstr "" + +#: frappe/desk/page/setup_wizard/install_fixtures.py:51 +msgid "Master" +msgstr "" + +#. Description of the 'Limit' (Int) field in DocType 'Bulk Update' +#: frappe/desk/doctype/bulk_update/bulk_update.json +msgid "Max 500 records at a time" +msgstr "" + +#. Label of a Int field in DocType 'DocType' +#. Label of a Int field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Max Attachments" +msgstr "" + +#. Label of a Int field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Max File Size (MB)" +msgstr "" + +#. Label of a Data field in DocType 'DocField' +#: frappe/core/doctype/docfield/docfield.json +msgid "Max Height" +msgstr "" + +#. Label of a Int field in DocType 'Web Form Field' +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Max Length" +msgstr "" + +#. Label of a Int field in DocType 'Web Form Field' +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Max Value" +msgstr "" + +#. Label of a Int field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Max attachment size" +msgstr "" + +#. Label of a Int field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Max auto email report per user" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1304 +msgid "Max width for type Currency is 100px in row {0}" +msgstr "" + +#. Option for the 'Function' (Select) field in DocType 'Number Card' +#: frappe/desk/doctype/number_card/number_card.json +msgid "Maximum" +msgstr "" + +#: frappe/core/doctype/file/file.py:316 +msgid "Maximum Attachment Limit of {0} has been reached for {1} {2}." +msgstr "" + +#. Label of a Select field in DocType 'List View Settings' +#: frappe/desk/doctype/list_view_settings/list_view_settings.json +msgid "Maximum Number of Fields" +msgstr "" + +#. Label of a Int field in DocType 'Energy Point Rule' +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +msgid "Maximum Points" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/attachments.js:38 +msgid "Maximum attachment limit of {0} has been reached." +msgstr "" + +#. Description of the 'Maximum Points' (Int) field in DocType 'Energy Point +#. Rule' +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +msgid "Maximum points allowed after multiplying points with the multiplier value\n" +"(Note: For no limit leave this field empty or set 0)" +msgstr "" + +#: frappe/model/rename_doc.py:685 +msgid "Maximum {0} rows allowed" +msgstr "" + +#: frappe/public/js/frappe/list/list_sidebar_group_by.js:221 +msgid "Me" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:14 +msgid "Meaning of Submit, Cancel, Amend" +msgstr "" + +#. Option for the 'Priority' (Select) field in DocType 'ToDo' +#. Label of a Data field in DocType 'Web Page View' +#: frappe/desk/doctype/todo/todo.json +#: frappe/public/js/frappe/form/sidebar/assign_to.js:220 +#: frappe/public/js/frappe/utils/utils.js:1741 +#: frappe/website/doctype/web_page_view/web_page_view.json +#: frappe/website/report/website_analytics/website_analytics.js:40 +msgid "Medium" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Communication' +#. Option for the 'Event Category' (Select) field in DocType 'Event' +#: frappe/core/doctype/communication/communication.json +#: frappe/desk/doctype/event/event.json +msgid "Meeting" +msgstr "" + +#. Label of a Data field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "Meets Condition?" +msgstr "" + +#. Group in Email Group's connections +#: frappe/email/doctype/email_group/email_group.json +msgid "Members" +msgstr "" + +#. Label of a Data field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Memory Usage" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Notification Log' +#: frappe/desk/doctype/notification_log/notification_log.json +msgid "Mention" +msgstr "" + +#. Label of a Check field in DocType 'Notification Settings' +#: frappe/desk/doctype/notification_settings/notification_settings.json +msgid "Mentions" +msgstr "" + +#: frappe/public/js/frappe/ui/page.html:40 +#: frappe/public/js/frappe/ui/page.js:155 +msgid "Menu" +msgstr "" + +#: frappe/public/js/frappe/form/toolbar.js:223 +#: frappe/public/js/frappe/model/model.js:734 +msgid "Merge with existing" +msgstr "" + +#: frappe/utils/nestedset.py:311 +msgid "Merging is only possible between Group-to-Group or Leaf Node-to-Leaf Node" +msgstr "" + +#. Label of a Text field in DocType 'Auto Repeat' +#. Label of a Text Editor field in DocType 'Activity Log' +#. Label of a Text Editor field in DocType 'Communication' +#. Label of a Data field in DocType 'Success Action' +#. Label of a Text Editor field in DocType 'Notification Log' +#. Label of a Section Break field in DocType 'Auto Email Report' +#. Label of a Text Editor field in DocType 'Auto Email Report' +#. Label of a Code field in DocType 'Email Queue' +#. Label of a Text Editor field in DocType 'Newsletter' +#. Label of a Section Break field in DocType 'Notification' +#. Label of a Code field in DocType 'Notification' +#. Label of a Text field in DocType 'Workflow Document State' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/data_import/data_import.js:488 +#: frappe/core/doctype/success_action/success_action.json +#: frappe/desk/doctype/notification_log/notification_log.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +#: frappe/email/doctype/email_queue/email_queue.json +#: frappe/email/doctype/newsletter/newsletter.json +#: frappe/email/doctype/notification/notification.json +#: frappe/public/js/frappe/ui/messages.js:175 +#: frappe/public/js/frappe/views/communication.js:114 +#: frappe/workflow/doctype/workflow_document_state/workflow_document_state.json +#: frappe/www/message.html:3 frappe/www/message.html:25 +msgid "Message" +msgstr "" + +#: frappe/__init__.py:539 frappe/public/js/frappe/ui/messages.js:267 +msgctxt "Default title of the message dialog" +msgid "Message" +msgstr "" + +#. Label of a HTML Editor field in DocType 'Newsletter' +#: frappe/email/doctype/newsletter/newsletter.json +msgid "Message (HTML)" +msgstr "" + +#. Label of a Markdown Editor field in DocType 'Newsletter' +#: frappe/email/doctype/newsletter/newsletter.json +msgid "Message (Markdown)" +msgstr "" + +#. Label of a HTML field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Message Examples" +msgstr "" + +#. Label of a Small Text field in DocType 'Communication' +#. Label of a Small Text field in DocType 'Email Queue' +#: frappe/core/doctype/communication/communication.json +#: frappe/email/doctype/email_queue/email_queue.json +msgid "Message ID" +msgstr "" + +#. Label of a Data field in DocType 'SMS Settings' +#: frappe/core/doctype/sms_settings/sms_settings.json +msgid "Message Parameter" +msgstr "" + +#: frappe/templates/includes/contact.js:36 +msgid "Message Sent" +msgstr "" + +#. Label of a Select field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Message Type" +msgstr "" + +#: frappe/public/js/frappe/views/communication.js:941 +msgid "Message clipped" +msgstr "" + +#: frappe/email/doctype/email_account/email_account.py:316 +msgid "Message from server: {0}" +msgstr "" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.js:102 +msgid "Message not setup" +msgstr "" + +#. Description of the 'Success message' (Text) field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Message to be displayed on successful completion" +msgstr "" + +#. Label of a Code field in DocType 'Unhandled Email' +#: frappe/email/doctype/unhandled_email/unhandled_email.json +msgid "Message-id" +msgstr "" + +#. Label of a Code field in DocType 'Data Import Log' +#: frappe/core/doctype/data_import_log/data_import_log.json +msgid "Messages" +msgstr "" + +#. Label of a Section Break field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Meta" +msgstr "" + +#. Label of a Small Text field in DocType 'Blog Post' +#: frappe/website/doctype/blog_post/blog_post.json +#: frappe/website/doctype/web_page/web_page.js:124 +msgid "Meta Description" +msgstr "" + +#. Label of a Attach Image field in DocType 'Blog Post' +#: frappe/website/doctype/blog_post/blog_post.json +#: frappe/website/doctype/web_page/web_page.js:131 +msgid "Meta Image" +msgstr "" + +#. Label of a Section Break field in DocType 'Blog Post' +#. Label of a Section Break field in DocType 'Web Page' +#. Label of a Table field in DocType 'Website Route Meta' +#: frappe/website/doctype/blog_post/blog_post.json +#: frappe/website/doctype/web_page/web_page.json +#: frappe/website/doctype/website_route_meta/website_route_meta.json +msgid "Meta Tags" +msgstr "" + +#. Label of a Data field in DocType 'Blog Post' +#: frappe/website/doctype/blog_post/blog_post.json +#: frappe/website/doctype/web_page/web_page.js:117 +msgid "Meta Title" +msgstr "" + +#. Label of a Small Text field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Meta description" +msgstr "" + +#. Label of a Attach Image field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Meta image" +msgstr "" + +#. Label of a Data field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Meta title" +msgstr "" + +#: frappe/website/doctype/web_page/web_page.js:110 +msgid "Meta title for SEO" +msgstr "" + +#. Label of a Data field in DocType 'Access Log' +#. Label of a Select field in DocType 'Recorder' +#. Label of a Data field in DocType 'Scheduled Job Type' +#. Label of a Data field in DocType 'Number Card' +#. Label of a Select field in DocType 'Email Account' +#. Option for the 'Send Alert On' (Select) field in DocType 'Notification' +#: frappe/core/doctype/access_log/access_log.json +#: frappe/core/doctype/recorder/recorder.json +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/notification/notification.json +msgid "Method" +msgstr "" + +#: frappe/__init__.py:857 +msgid "Method Not Allowed" +msgstr "" + +#: frappe/desk/doctype/number_card/number_card.py:70 +msgid "Method is required to create a number card" +msgstr "" + +#. Option for the 'Position' (Select) field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Mid Center" +msgstr "" + +#. Label of a Data field in DocType 'Contact' +#. Label of a Data field in DocType 'User' +#: frappe/contacts/doctype/contact/contact.json +#: frappe/core/doctype/user/user.json +msgid "Middle Name" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Tools Workspace +#: frappe/automation/doctype/milestone/milestone.json +#: frappe/automation/workspace/tools/tools.json +msgid "Milestone" +msgstr "" + +#. Label of a Link field in DocType 'Milestone' +#. Name of a DocType +#: frappe/automation/doctype/milestone/milestone.json +#: frappe/automation/doctype/milestone_tracker/milestone_tracker.json +msgid "Milestone Tracker" +msgstr "" + +#. Option for the 'Function' (Select) field in DocType 'Number Card' +#: frappe/desk/doctype/number_card/number_card.json +msgid "Minimum" +msgstr "" + +#. Label of a Select field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Minimum Password Score" +msgstr "" + +#. Label of a Int field in DocType 'Package Release' +#: frappe/core/doctype/package_release/package_release.json +msgid "Minor" +msgstr "" + +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:103 +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:108 +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:117 +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:125 +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:333 +msgid "Misconfigured" +msgstr "" + +#: frappe/desk/page/setup_wizard/install_fixtures.py:50 +msgid "Miss" +msgstr "" + +#: frappe/desk/form/meta.py:213 +msgid "Missing DocType" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1488 +msgid "Missing Field" +msgstr "" + +#: frappe/public/js/frappe/form/save.js:178 +msgid "Missing Fields" +msgstr "" + +#: frappe/email/doctype/auto_email_report/auto_email_report.py:129 +msgid "Missing Filters Required" +msgstr "" + +#: frappe/desk/form/assign_to.py:109 +msgid "Missing Permission" +msgstr "" + +#: frappe/www/update-password.html:107 frappe/www/update-password.html:114 +msgid "Missing Value" +msgstr "" + +#: frappe/public/js/frappe/ui/field_group.js:118 +#: frappe/public/js/frappe/widgets/widget_dialog.js:336 +#: frappe/public/js/workflow_builder/store.js:97 +#: frappe/workflow/doctype/workflow/workflow.js:71 +msgid "Missing Values Required" +msgstr "" + +#: frappe/www/login.py:102 +msgid "Mobile" +msgstr "" + +#. Label of a Data field in DocType 'Contact' +#. Label of a Data field in DocType 'User' +#: frappe/contacts/doctype/contact/contact.json +#: frappe/core/doctype/user/user.json frappe/tests/test_translate.py:86 +#: frappe/tests/test_translate.py:89 frappe/tests/test_translate.py:91 +#: frappe/tests/test_translate.py:94 +msgid "Mobile No" +msgstr "" + +#. Label of a Check field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Modal Trigger" +msgstr "" + +#. Label of a Card Break in the Build Workspace +#: frappe/core/workspace/build/build.json +msgid "Models" +msgstr "" + +#: frappe/core/report/transaction_log_report/transaction_log_report.py:106 +#: frappe/social/doctype/energy_point_rule/energy_point_rule.js:43 +msgid "Modified By" +msgstr "" + +#. Label of a Data field in DocType 'Block Module' +#. Label of a Link field in DocType 'DocType' +#. Label of a Link field in DocType 'Page' +#. Label of a Link field in DocType 'Report' +#. Label of a Link field in DocType 'User Type Module' +#. Label of a Link field in DocType 'Dashboard' +#. Label of a Link field in DocType 'Dashboard Chart' +#. Label of a Link field in DocType 'Dashboard Chart Source' +#. Label of a Link field in DocType 'Form Tour' +#. Label of a Link field in DocType 'Module Onboarding' +#. Label of a Link field in DocType 'Number Card' +#. Label of a Link field in DocType 'Workspace' +#. Label of a Link field in DocType 'Notification' +#. Label of a Link field in DocType 'Print Format' +#. Label of a Link field in DocType 'Print Format Field Template' +#. Label of a Link field in DocType 'Web Form' +#. Label of a Link field in DocType 'Web Template' +#. Label of a Link field in DocType 'Website Theme' +#: frappe/core/doctype/block_module/block_module.json +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/doctype/doctype_list.js:17 +#: frappe/core/doctype/page/page.json frappe/core/doctype/report/report.json +#: frappe/core/doctype/user_type_module/user_type_module.json +#: frappe/desk/doctype/dashboard/dashboard.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/dashboard_chart_source/dashboard_chart_source.json +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/desk/doctype/module_onboarding/module_onboarding.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/desk/doctype/workspace/workspace.json +#: frappe/email/doctype/notification/notification.json +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/printing/doctype/print_format_field_template/print_format_field_template.json +#: frappe/website/doctype/web_form/web_form.json +#: frappe/website/doctype/web_template/web_template.json +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Module" +msgstr "" + +#. Label of a Link field in DocType 'Server Script' +#. Label of a Link field in DocType 'Client Script' +#. Label of a Link field in DocType 'Custom Field' +#. Label of a Link field in DocType 'Property Setter' +#. Label of a Link field in DocType 'Web Page' +#: frappe/core/doctype/server_script/server_script.json +#: frappe/custom/doctype/client_script/client_script.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/property_setter/property_setter.json +#: frappe/website/doctype/web_page/web_page.json +msgid "Module (for export)" +msgstr "" + +#. Name of a DocType +#. Linked DocType in Package's connections +#. Label of a Link in the Build Workspace +#: frappe/core/doctype/module_def/module_def.json +#: frappe/core/doctype/package/package.json +#: frappe/core/workspace/build/build.json +msgid "Module Def" +msgstr "" + +#. Label of a HTML field in DocType 'Module Profile' +#: frappe/core/doctype/module_profile/module_profile.json +msgid "Module HTML" +msgstr "" + +#. Label of a Data field in DocType 'Module Def' +#. Label of a Data field in DocType 'Desktop Icon' +#: frappe/core/doctype/module_def/module_def.json +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +msgid "Module Name" +msgstr "" + +#. Label of a Link in the Build Workspace +#. Name of a DocType +#: frappe/core/workspace/build/build.json +#: frappe/desk/doctype/module_onboarding/module_onboarding.json +msgid "Module Onboarding" +msgstr "" + +#. Name of a DocType +#. Label of a Link field in DocType 'User' +#. Label of a Link in the Users Workspace +#: frappe/core/doctype/module_profile/module_profile.json +#: frappe/core/doctype/user/user.json frappe/core/workspace/users/users.json +msgid "Module Profile" +msgstr "" + +#. Label of a Data field in DocType 'Module Profile' +#: frappe/core/doctype/module_profile/module_profile.json +msgid "Module Profile Name" +msgstr "" + +#: frappe/desk/doctype/module_onboarding/module_onboarding.py:69 +msgid "Module onboarding progress reset" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:250 +msgid "Module to Export" +msgstr "" + +#: frappe/modules/utils.py:273 +msgid "Module {} not found" +msgstr "" + +#. Group in Package's connections +#. Label of a Card Break in the Build Workspace +#: frappe/core/doctype/package/package.json +#: frappe/core/workspace/build/build.json +msgid "Modules" +msgstr "" + +#. Label of a HTML field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Modules HTML" +msgstr "" + +#. Option for the 'Day' (Select) field in DocType 'Assignment Rule Day' +#. Option for the 'Day' (Select) field in DocType 'Auto Repeat Day' +#. Option for the 'First Day of the Week' (Select) field in DocType 'System +#. Settings' +#. Label of a Check field in DocType 'Event' +#. Option for the 'Day of Week' (Select) field in DocType 'Auto Email Report' +#: frappe/automation/doctype/assignment_rule_day/assignment_rule_day.json +#: frappe/automation/doctype/auto_repeat_day/auto_repeat_day.json +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/desk/doctype/event/event.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Monday" +msgstr "" + +#. Description of a Card Break in the Build Workspace +#: frappe/core/workspace/build/build.json +msgid "Monitor logs for errors, background jobs, communications, and user activity" +msgstr "" + +#. Option for the 'Font' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Monospace" +msgstr "" + +#: frappe/public/js/frappe/views/calendar/calendar.js:269 +msgid "Month" +msgstr "" + +#. Option for the 'Frequency' (Select) field in DocType 'Auto Repeat' +#. Option for the 'Frequency' (Select) field in DocType 'Scheduled Job Type' +#. Option for the 'Event Frequency' (Select) field in DocType 'Server Script' +#. Option for the 'Time Interval' (Select) field in DocType 'Dashboard Chart' +#. Option for the 'Repeat On' (Select) field in DocType 'Event' +#. Option for the 'Stats Time Interval' (Select) field in DocType 'Number Card' +#. Option for the 'Period' (Select) field in DocType 'Auto Email Report' +#. Option for the 'Frequency' (Select) field in DocType 'Auto Email Report' +#. Option for the 'Backup Frequency' (Select) field in DocType 'S3 Backup +#. Settings' +#. Option for the 'Point Allocation Periodicity' (Select) field in DocType +#. 'Energy Point Settings' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +#: frappe/core/doctype/server_script/server_script.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/event/event.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +#: frappe/public/js/frappe/utils/common.js:400 +#: frappe/social/doctype/energy_point_settings/energy_point_settings.json +#: frappe/website/report/website_analytics/website_analytics.js:25 +msgid "Monthly" +msgstr "" + +#. Option for the 'Frequency' (Select) field in DocType 'Scheduled Job Type' +#. Option for the 'Event Frequency' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +#: frappe/core/doctype/server_script/server_script.json +msgid "Monthly Long" +msgstr "" + +#: frappe/desk/page/user_profile/user_profile_controller.js:402 +msgid "Monthly Rank" +msgstr "" + +#: frappe/public/js/frappe/form/link_selector.js:39 +#: frappe/public/js/frappe/form/multi_select_dialog.js:45 +#: frappe/public/js/frappe/form/multi_select_dialog.js:72 +#: frappe/public/js/frappe/ui/toolbar/search.js:285 +#: frappe/public/js/frappe/ui/toolbar/search.js:300 +#: frappe/public/js/frappe/widgets/chart_widget.js:680 +#: frappe/templates/includes/list/list.html:23 +#: frappe/templates/includes/search_template.html:13 +msgid "More" +msgstr "" + +#. Label of a Section Break field in DocType 'Contact' +#. Label of a Section Break field in DocType 'Activity Log' +#. Label of a Section Break field in DocType 'Communication' +#. Label of a Tab Break field in DocType 'User' +#: frappe/contacts/doctype/contact/contact.json +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/user/user.json +msgid "More Information" +msgstr "" + +#: frappe/website/doctype/help_article/templates/help_article.html:19 +#: frappe/website/doctype/help_article/templates/help_article.html:33 +msgid "More articles on {0}" +msgstr "" + +#. Description of the 'Footer' (Text Editor) field in DocType 'About Us +#. Settings' +#: frappe/website/doctype/about_us_settings/about_us_settings.json +msgid "More content for the bottom of the page." +msgstr "" + +#: frappe/public/js/frappe/ui/sort_selector.js:191 +msgid "Most Used" +msgstr "" + +#: frappe/utils/password.py:65 +msgid "Most probably your password is too long." +msgstr "" + +#: frappe/core/doctype/communication/communication.js:86 +#: frappe/core/doctype/communication/communication.js:194 +#: frappe/core/doctype/communication/communication.js:212 +#: frappe/public/js/frappe/form/grid_row_form.js:42 +msgid "Move" +msgstr "" + +#: frappe/public/js/frappe/form/grid_row.js:189 +msgid "Move To" +msgstr "" + +#: frappe/core/doctype/communication/communication.js:104 +msgid "Move To Trash" +msgstr "" + +#: frappe/public/js/form_builder/components/Section.vue:295 +msgid "Move current and all subsequent sections to a new tab" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:176 +msgid "Move cursor to above row" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:180 +msgid "Move cursor to below row" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:184 +msgid "Move cursor to next column" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:188 +msgid "Move cursor to previous column" +msgstr "" + +#: frappe/public/js/form_builder/components/Section.vue:294 +msgid "Move sections to new tab" +msgstr "" + +#: frappe/public/js/form_builder/components/Field.vue:231 +msgid "Move the current field and the following fields to a new column" +msgstr "" + +#: frappe/public/js/frappe/form/grid_row.js:164 +msgid "Move to Row Number" +msgstr "" + +#. Description of the 'Next on Click' (Check) field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Move to next step when clicked inside highlighted area." +msgstr "" + +#. Description of the 'Parent Element Selector' (Data) field in DocType 'Form +#. Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Mozilla doesn't support :has() so you can pass parent selector here as workaround" +msgstr "" + +#: frappe/desk/page/setup_wizard/install_fixtures.py:44 +msgid "Mr" +msgstr "" + +#: frappe/desk/page/setup_wizard/install_fixtures.py:48 +msgid "Mrs" +msgstr "" + +#: frappe/desk/page/setup_wizard/install_fixtures.py:45 +msgid "Ms" +msgstr "" + +#: frappe/utils/nestedset.py:335 +msgid "Multiple root nodes not allowed." +msgstr "" + +#. Label of a Select field in DocType 'Energy Point Rule' +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +msgid "Multiplier Field" +msgstr "" + +#. Description of the 'Import from Google Sheets' (Data) field in DocType 'Data +#. Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Must be a publicly accessible Google Sheets URL" +msgstr "" + +#. Description of the 'LDAP Search String' (Data) field in DocType 'LDAP +#. Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "Must be enclosed in '()' and include '{0}', which is a placeholder for the user/login name. i.e. (&(objectclass=user)(uid={0}))" +msgstr "" + +#. Description of the 'Image Field' (Data) field in DocType 'DocType' +#. Description of the 'Image Field' (Data) field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Must be of type \"Attach Image\"" +msgstr "" + +#: frappe/desk/query_report.py:204 +msgid "Must have report permission to access this report." +msgstr "" + +#: frappe/core/doctype/report/report.py:145 +msgid "Must specify a Query to run" +msgstr "" + +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Mute Sounds" +msgstr "" + +#: frappe/desk/page/setup_wizard/install_fixtures.py:46 +msgid "Mx" +msgstr "" + +#: frappe/templates/includes/web_sidebar.html:41 +#: frappe/website/doctype/web_form/web_form.py:400 +#: frappe/website/doctype/website_settings/website_settings.py:181 +#: frappe/www/list.py:20 frappe/www/me.html:4 frappe/www/me.html:8 +#: frappe/www/update_password.py:10 +msgid "My Account" +msgstr "" + +#: frappe/public/js/frappe/file_uploader/FileUploader.vue:57 +msgid "My Device" +msgstr "" + +#. Label of a standard navbar item +#. Type: Route +#: frappe/hooks.py +msgid "My Profile" +msgstr "" + +#. Label of a standard navbar item +#. Type: Action +#: frappe/hooks.py +msgid "My Settings" +msgstr "" + +#. Option for the 'Database Engine' (Select) field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "MyISAM" +msgstr "" + +#: frappe/workflow/doctype/workflow/workflow.js:19 +msgid "NOTE: If you add states or transitions in the table, it will be reflected in the Workflow Builder but you will have to position them manually. Also Workflow Builder is currently in BETA." +msgstr "" + +#. Description of the 'LDAP Group Field' (Data) field in DocType 'LDAP +#. Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "NOTE: This box is due for depreciation. Please re-setup LDAP to work with the newer settings" +msgstr "" + +#. Label of a Data field in DocType 'DocField' +#. Label of a Data field in DocType 'Customize Form Field' +#. Label of a Data field in DocType 'Workspace' +#. Label of a Data field in DocType 'Slack Webhook URL' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/doctype/doctype_list.js:10 +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/desk/doctype/workspace/workspace.json +#: frappe/integrations/doctype/slack_webhook_url/slack_webhook_url.json +#: frappe/public/js/frappe/form/layout.js:75 +#: frappe/public/js/frappe/form/multi_select_dialog.js:241 +#: frappe/public/js/frappe/form/save.js:154 +#: frappe/public/js/frappe/views/file/file_view.js:97 +#: frappe/website/doctype/website_slideshow/website_slideshow.js:25 +msgid "Name" +msgstr "" + +#: frappe/integrations/doctype/webhook/webhook.js:29 +msgid "Name (Doc Name)" +msgstr "" + +#: frappe/desk/utils.py:22 +msgid "Name already taken, please set a new name" +msgstr "" + +#: frappe/model/naming.py:478 +msgid "Name cannot contain special characters like {0}" +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.js:91 +msgid "Name of the Document Type (DocType) you want this field to be linked to. e.g. Customer" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:117 +msgid "Name of the new Print Format" +msgstr "" + +#: frappe/model/naming.py:473 +msgid "Name of {0} cannot be {1}" +msgstr "" + +#: frappe/utils/password_strength.py:170 +msgid "Names and surnames by themselves are easy to guess." +msgstr "" + +#. Label of a Section Break field in DocType 'DocType' +#. Label of a Section Break field in DocType 'Document Naming Rule' +#. Label of a Section Break field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/document_naming_rule/document_naming_rule.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Naming" +msgstr "" + +#. Description of the 'Auto Name' (Data) field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Naming Options:\n" +"
    1. field:[fieldname] - By Field
    2. autoincrement - Uses Databases' Auto Increment feature
    3. naming_series: - By Naming Series (field called naming_series must be present)
    4. Prompt - Prompt user for a name
    5. [series] - Series by prefix (separated by a dot); for example PRE.#####
    6. \n" +"
    7. format:EXAMPLE-{MM}morewords{fieldname1}-{fieldname2}-{#####} - Replace all braced words (fieldnames, date words (DD, MM, YY), series) with their value. Outside braces, any characters can be used.
    " +msgstr "" + +#. Description of the 'Auto Name' (Data) field in DocType 'Customize Form' +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Naming Options:\n" +"
    1. field:[fieldname] - By Field
    2. naming_series: - By Naming Series (field called naming_series must be present)
    3. Prompt - Prompt user for a name
    4. [series] - Series by prefix (separated by a dot); for example PRE.#####
    5. \n" +"
    6. format:EXAMPLE-{MM}morewords{fieldname1}-{fieldname2}-{#####} - Replace all braced words (fieldnames, date words (DD, MM, YY), series) with their value. Outside braces, any characters can be used.
    " +msgstr "" + +#. Label of a Select field in DocType 'DocType' +#. Label of a Select field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Naming Rule" +msgstr "" + +#. Label of a Tab Break field in DocType 'Document Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Naming Series" +msgstr "" + +#: frappe/model/naming.py:243 +msgid "Naming Series mandatory" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Web Template' +#. Label of a Section Break field in DocType 'Website Settings' +#. Label of a Tab Break field in DocType 'Website Settings' +#: frappe/website/doctype/web_template/web_template.json +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Navbar" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/navbar_item/navbar_item.json +msgid "Navbar Item" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Build Workspace +#: frappe/core/doctype/navbar_settings/navbar_settings.json +#: frappe/core/workspace/build/build.json +msgid "Navbar Settings" +msgstr "" + +#. Label of a Link field in DocType 'Website Settings' +#. Label of a Section Break field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Navbar Template" +msgstr "" + +#. Label of a Code field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Navbar Template Values" +msgstr "" + +#: frappe/public/js/frappe/ui/keyboard.js:214 +msgid "Navigate Home" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1153 +msgctxt "Description of a list view shortcut" +msgid "Navigate list down" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1160 +msgctxt "Description of a list view shortcut" +msgid "Navigate list up" +msgstr "" + +#: frappe/public/js/frappe/ui/page.js:168 +msgid "Navigate to main content" +msgstr "" + +#. Label of a Section Break field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Navigation Settings" +msgstr "" + +#: frappe/desk/doctype/workspace/workspace.py:310 +msgid "Need Workspace Manager role to edit private workspace of other users" +msgstr "" + +#: frappe/desk/doctype/workspace/workspace.py:354 +msgid "Need Workspace Manager role to hide/unhide public workspaces" +msgstr "" + +#: frappe/model/document.py:629 +msgid "Negative Value" +msgstr "" + +#: frappe/utils/nestedset.py:94 +msgid "Nested set error. Please contact the Administrator." +msgstr "" + +#. Name of a DocType +#: frappe/printing/doctype/network_printer_settings/network_printer_settings.json +msgid "Network Printer Settings" +msgstr "" + +#. Option for the 'DocType View' (Select) field in DocType 'Workspace Shortcut' +#. Option for the 'Send Alert On' (Select) field in DocType 'Notification' +#. Option for the 'For Document Event' (Select) field in DocType 'Energy Point +#. Rule' +#: frappe/core/doctype/success_action/success_action.js:57 +#: frappe/core/page/dashboard_view/dashboard_view.js:173 +#: frappe/desk/doctype/todo/todo.js:46 +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +#: frappe/email/doctype/notification/notification.json +#: frappe/public/js/frappe/form/success_action.js:77 +#: frappe/public/js/frappe/views/treeview.js:437 +#: frappe/public/js/frappe/views/workspace/workspace.js:98 +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +#: frappe/website/doctype/web_form/templates/web_list.html:15 +#: frappe/www/list.html:19 +msgid "New" +msgstr "" + +#: frappe/public/js/frappe/views/interaction.js:15 +msgid "New Activity" +msgstr "" + +#: frappe/public/js/frappe/form/templates/address_list.html:42 +msgid "New Address" +msgstr "" + +#: frappe/templates/includes/comments/comments.py:62 +msgid "New Comment on {0}: {1}" +msgstr "" + +#: frappe/public/js/frappe/form/templates/contact_list.html:90 +msgid "New Contact" +msgstr "" + +#: frappe/printing/page/print/print.js:295 +#: frappe/printing/page/print/print.js:342 +msgid "New Custom Print Format" +msgstr "" + +#. Label of a Check field in DocType 'Form Tour' +#: frappe/desk/doctype/form_tour/form_tour.json +msgid "New Document Form" +msgstr "" + +#: frappe/desk/doctype/notification_log/notification_log.py:158 +msgid "New Document Shared {0}" +msgstr "" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:27 +#: frappe/public/js/frappe/views/communication.js:23 +msgid "New Email" +msgstr "" + +#: frappe/public/js/frappe/list/list_view_select.js:98 +#: frappe/public/js/frappe/views/inbox/inbox_view.js:177 +msgid "New Email Account" +msgstr "" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:47 +msgid "New Event" +msgstr "" + +#: frappe/public/js/frappe/views/file/file_view.js:94 +msgid "New Folder" +msgstr "" + +#: frappe/public/js/frappe/views/kanban/kanban_view.js:344 +msgid "New Kanban Board" +msgstr "" + +#: frappe/desk/doctype/notification_log/notification_log.py:156 +msgid "New Mention on {0}" +msgstr "" + +#: frappe/www/contact.py:60 +msgid "New Message from Website Contact Page" +msgstr "" + +#. Label of a Read Only field in DocType 'Deleted Document' +#: frappe/core/doctype/deleted_document/deleted_document.json +#: frappe/public/js/frappe/form/toolbar.js:207 +#: frappe/public/js/frappe/model/model.js:742 +msgid "New Name" +msgstr "" + +#: frappe/email/doctype/email_group/email_group.js:67 +msgid "New Newsletter" +msgstr "" + +#: frappe/desk/doctype/notification_log/notification_log.py:155 +msgid "New Notification" +msgstr "" + +#: frappe/core/doctype/user/user.js:183 frappe/www/update-password.html:19 +msgid "New Password" +msgstr "" + +#: frappe/printing/page/print/print.js:267 +#: frappe/printing/page/print/print.js:321 +#: frappe/printing/page/print_format_builder_beta/print_format_builder_beta.js:61 +msgid "New Print Format Name" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1308 +msgid "New Report name" +msgstr "" + +#. Label of a Int field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "New Users (Last 30 days)" +msgstr "" + +#: frappe/core/doctype/version/version_view.html:14 +#: frappe/core/doctype/version/version_view.html:76 +msgid "New Value" +msgstr "" + +#: frappe/workflow/page/workflow_builder/workflow_builder.js:61 +msgid "New Workflow Name" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:1217 +msgid "New Workspace" +msgstr "" + +#: frappe/www/update-password.html:77 +msgid "New password cannot be same as old password" +msgstr "" + +#: frappe/utils/change_log.py:394 +msgid "New updates are available" +msgstr "" + +#. Description of the 'Disable signups' (Check) field in DocType 'Website +#. Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "New users will have to be manually registered by system managers." +msgstr "" + +#. Description of the 'Set Value' (Small Text) field in DocType 'Property +#. Setter' +#: frappe/custom/doctype/property_setter/property_setter.json +msgid "New value to be set" +msgstr "" + +#: frappe/public/js/frappe/form/quick_entry.js:129 +#: frappe/public/js/frappe/form/toolbar.js:36 +#: frappe/public/js/frappe/form/toolbar.js:197 +#: frappe/public/js/frappe/form/toolbar.js:210 +#: frappe/public/js/frappe/form/toolbar.js:491 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:167 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:168 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:217 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:218 +#: frappe/public/js/frappe/views/breadcrumbs.js:192 +#: frappe/public/js/frappe/views/treeview.js:332 +#: frappe/website/doctype/web_form/web_form.py:309 +msgid "New {0}" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:393 +msgid "New {0} Created" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:385 +msgid "New {0} {1} added to Dashboard {2}" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:390 +msgid "New {0} {1} created" +msgstr "" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:378 +msgid "New {0}: {1}" +msgstr "" + +#: frappe/utils/change_log.py:376 +msgid "New {} releases for the following apps are available" +msgstr "" + +#: frappe/core/doctype/user/user.py:747 +msgid "Newly created user {0} has no roles enabled." +msgstr "" + +#. Label of a Card Break in the Tools Workspace +#. Label of a Link in the Tools Workspace +#. Name of a DocType +#: frappe/automation/workspace/tools/tools.json +#: frappe/email/doctype/newsletter/newsletter.json +msgid "Newsletter" +msgstr "" + +#. Name of a DocType +#: frappe/email/doctype/newsletter_attachment/newsletter_attachment.json +msgid "Newsletter Attachment" +msgstr "" + +#. Name of a DocType +#: frappe/email/doctype/newsletter_email_group/newsletter_email_group.json +msgid "Newsletter Email Group" +msgstr "" + +#. Name of a role +#: frappe/email/doctype/email_group/email_group.json +#: frappe/email/doctype/email_group_member/email_group_member.json +#: frappe/email/doctype/newsletter/newsletter.json +#: frappe/website/doctype/marketing_campaign/marketing_campaign.json +msgid "Newsletter Manager" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.py:130 +msgid "Newsletter has already been sent" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.py:149 +msgid "Newsletter must be published to send webview link in email" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.py:137 +msgid "Newsletter should have atleast one recipient" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.py:393 +msgid "Newsletters" +msgstr "" + +#: frappe/public/js/frappe/form/form_tour.js:318 +#: frappe/public/js/frappe/web_form/web_form.js:91 +#: frappe/public/js/onboarding_tours/onboarding_tours.js:15 +#: frappe/public/js/onboarding_tours/onboarding_tours.js:240 +#: frappe/templates/includes/slideshow.html:38 frappe/website/utils.py:254 +#: frappe/website/web_template/slideshow/slideshow.html:44 +msgid "Next" +msgstr "" + +#: frappe/public/js/frappe/ui/slides.js:359 +msgctxt "Go to next slide" +msgid "Next" +msgstr "" + +#. Label of a Link field in DocType 'Workflow Document State' +#: frappe/workflow/doctype/workflow_document_state/workflow_document_state.json +msgid "Next Action Email Template" +msgstr "" + +#. Label of a HTML field in DocType 'Success Action' +#: frappe/core/doctype/success_action/success_action.json +msgid "Next Actions HTML" +msgstr "" + +#: frappe/public/js/frappe/form/toolbar.js:298 +msgid "Next Document" +msgstr "" + +#. Label of a Datetime field in DocType 'Scheduled Job Type' +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +msgid "Next Execution" +msgstr "" + +#. Label of a Link field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Next Form Tour" +msgstr "" + +#. Label of a Date field in DocType 'Auto Repeat' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +msgid "Next Schedule Date" +msgstr "" + +#: frappe/automation/doctype/auto_repeat/auto_repeat_schedule.html:6 +msgid "Next Scheduled Date" +msgstr "" + +#. Label of a Link field in DocType 'Workflow Transition' +#: frappe/workflow/doctype/workflow_transition/workflow_transition.json +msgid "Next State" +msgstr "" + +#. Label of a Code field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Next Step Condition" +msgstr "" + +#. Label of a Password field in DocType 'Google Calendar' +#. Label of a Password field in DocType 'Google Contacts' +#: frappe/integrations/doctype/google_calendar/google_calendar.json +#: frappe/integrations/doctype/google_contacts/google_contacts.json +msgid "Next Sync Token" +msgstr "" + +#: frappe/public/js/frappe/form/workflow.js:45 +msgid "Next actions" +msgstr "" + +#. Label of a Check field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Next on Click" +msgstr "" + +#. Option for the 'Standard' (Select) field in DocType 'Page' +#. Option for the 'Is Standard' (Select) field in DocType 'Report' +#. Option for the 'Require Trusted Certificate' (Select) field in DocType 'LDAP +#. Settings' +#. Option for the 'Standard' (Select) field in DocType 'Print Format' +#: frappe/core/doctype/page/page.json frappe/core/doctype/report/report.json +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +#: frappe/integrations/doctype/webhook/webhook.py:140 +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/public/js/form_builder/utils.js:341 +#: frappe/public/js/frappe/form/controls/link.js:486 +#: frappe/public/js/frappe/list/list_sidebar_group_by.js:223 +#: frappe/public/js/frappe/views/reports/query_report.js:1534 +#: frappe/website/doctype/help_article/templates/help_article.html:26 +msgid "No" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:538 +msgctxt "Checkbox is not checked" +msgid "No" +msgstr "" + +#: frappe/public/js/frappe/ui/messages.js:37 +msgctxt "Dismiss confirmation dialog" +msgid "No" +msgstr "" + +#: frappe/www/third_party_apps.html:54 +msgid "No Active Sessions" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "No Copy" +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:162 +#: frappe/email/doctype/auto_email_report/auto_email_report.py:288 +#: frappe/public/js/form_builder/components/controls/TableControl.vue:49 +#: frappe/public/js/frappe/data_import/import_preview.js:142 +#: frappe/public/js/frappe/form/grid.js:63 +#: frappe/public/js/frappe/form/multi_select_dialog.js:225 +#: frappe/public/js/frappe/utils/datatable.js:10 +#: frappe/public/js/frappe/widgets/chart_widget.js:57 +msgid "No Data" +msgstr "" + +#: frappe/desk/page/user_profile/user_profile.html:11 +#: frappe/desk/page/user_profile/user_profile.html:22 +#: frappe/desk/page/user_profile/user_profile.html:33 +msgid "No Data to Show" +msgstr "" + +#: frappe/public/js/frappe/widgets/quick_list_widget.js:133 +msgid "No Data..." +msgstr "" + +#: frappe/public/js/frappe/views/inbox/inbox_view.js:176 +msgid "No Email Account" +msgstr "" + +#: frappe/public/js/frappe/views/inbox/inbox_view.js:196 +msgid "No Email Accounts Assigned" +msgstr "" + +#: frappe/public/js/frappe/views/inbox/inbox_view.js:183 +msgid "No Emails" +msgstr "" + +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:361 +msgid "No Entry for the User {0} found within LDAP!" +msgstr "" + +#: frappe/public/js/frappe/widgets/chart_widget.js:366 +msgid "No Filters Set" +msgstr "" + +#: frappe/integrations/doctype/google_calendar/google_calendar.py:359 +msgid "No Google Calendar Event to sync." +msgstr "" + +#: frappe/public/js/frappe/ui/capture.js:254 +msgid "No Images" +msgstr "" + +#: frappe/desk/page/leaderboard/leaderboard.js:282 +msgid "No Items Found" +msgstr "" + +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:363 +msgid "No LDAP User found for email: {0}" +msgstr "" + +#: frappe/public/js/form_builder/components/EditableInput.vue:11 +#: frappe/public/js/form_builder/components/EditableInput.vue:14 +#: frappe/public/js/form_builder/components/Field.vue:203 +#: frappe/public/js/form_builder/components/controls/FetchFromControl.vue:55 +#: frappe/public/js/print_format_builder/Field.vue:24 +#: frappe/public/js/workflow_builder/components/ActionNode.vue:53 +#: frappe/public/js/workflow_builder/components/StateNode.vue:47 +#: frappe/public/js/workflow_builder/store.js:51 +msgid "No Label" +msgstr "" + +#: frappe/printing/page/print/print.js:703 +#: frappe/printing/page/print/print.js:785 +#: frappe/public/js/frappe/list/bulk_operations.js:98 +#: frappe/public/js/frappe/list/bulk_operations.js:170 +#: frappe/utils/weasyprint.py:52 +msgid "No Letterhead" +msgstr "" + +#: frappe/model/naming.py:455 +msgid "No Name Specified for {0}" +msgstr "" + +#: frappe/public/js/frappe/ui/notifications/notifications.js:315 +msgid "No New notifications" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1705 +msgid "No Permissions Specified" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager.js:192 +msgid "No Permissions set for this criteria." +msgstr "" + +#: frappe/core/page/dashboard_view/dashboard_view.js:93 +msgid "No Permitted Charts" +msgstr "" + +#: frappe/core/page/dashboard_view/dashboard_view.js:92 +msgid "No Permitted Charts on this Dashboard" +msgstr "" + +#: frappe/printing/doctype/print_settings/print_settings.js:13 +msgid "No Preview" +msgstr "" + +#: frappe/printing/page/print/print.js:707 +msgid "No Preview Available" +msgstr "" + +#: frappe/printing/page/print/print.js:863 +msgid "No Printer is Available." +msgstr "" + +#: frappe/core/doctype/rq_worker/rq_worker_list.js:3 +msgid "No RQ Workers connected. Try restarting the bench." +msgstr "" + +#: frappe/public/js/frappe/form/link_selector.js:135 +msgid "No Results" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/search.js:51 +msgid "No Results found" +msgstr "" + +#: frappe/core/doctype/user/user.py:748 +msgid "No Roles Specified" +msgstr "" + +#: frappe/public/js/frappe/views/kanban/kanban_view.js:344 +msgid "No Select Field Found" +msgstr "" + +#: frappe/core/doctype/recorder/recorder.py:189 +msgid "No Suggestions" +msgstr "" + +#: frappe/desk/reportview.py:633 +msgid "No Tags" +msgstr "" + +#: frappe/public/js/frappe/ui/notifications/notifications.js:435 +msgid "No Upcoming Events" +msgstr "" + +#: frappe/desk/page/user_profile/user_profile_controller.js:441 +msgid "No activities to show" +msgstr "" + +#: frappe/public/js/frappe/form/templates/address_list.html:37 +msgid "No address added yet." +msgstr "" + +#: frappe/email/doctype/notification/notification.js:185 +msgid "No alerts for today" +msgstr "" + +#: frappe/core/doctype/recorder/recorder.py:188 +msgid "No automatic optimization suggestions available." +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.js:34 +msgid "No broken links found in the email content" +msgstr "" + +#: frappe/public/js/frappe/form/save.js:38 +msgid "No changes in document" +msgstr "" + +#: frappe/model/rename_doc.py:366 +msgid "No changes made because old and new name are the same." +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:1522 +msgid "No changes made on the page" +msgstr "" + +#: frappe/custom/doctype/doctype_layout/doctype_layout.js:59 +msgid "No changes to sync" +msgstr "" + +#: frappe/core/doctype/data_import/importer.py:294 +msgid "No changes to update" +msgstr "" + +#: frappe/website/doctype/blog_post/blog_post.py:372 +msgid "No comments yet" +msgstr "" + +#: frappe/templates/includes/comments/comments.html:4 +msgid "No comments yet. " +msgstr "" + +#: frappe/public/js/frappe/form/templates/contact_list.html:85 +msgid "No contacts added yet." +msgstr "" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:431 +msgid "No contacts linked to document" +msgstr "" + +#: frappe/desk/query_report.py:339 +msgid "No data to export" +msgstr "" + +#: frappe/contacts/doctype/address/address.py:246 +msgid "No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template." +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/search.js:71 +msgid "No documents found tagged with {0}" +msgstr "" + +#: frappe/public/js/frappe/views/inbox/inbox_view.js:21 +msgid "No email account associated with the User. Please add an account under User > Email Inbox." +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:483 +msgid "No failed logs" +msgstr "" + +#: frappe/public/js/frappe/views/kanban/kanban_view.js:371 +msgid "No fields found that can be used as a Kanban Column. Use the Customize Form to add a Custom Field of type \"Select\"." +msgstr "" + +#: frappe/utils/file_manager.py:144 +msgid "No file attached" +msgstr "" + +#: frappe/public/js/frappe/list/list_sidebar_group_by.js:134 +msgid "No filters found" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter_list.js:298 +msgid "No filters selected" +msgstr "" + +#: frappe/desk/form/utils.py:101 +msgid "No further records" +msgstr "" + +#: frappe/templates/includes/search_template.html:49 +msgid "No matching records. Search something new" +msgstr "" + +#: frappe/public/js/frappe/web_form/web_form_list.js:161 +msgid "No more items to display" +msgstr "" + +#: frappe/utils/password_strength.py:35 +msgid "No need for symbols, digits, or uppercase letters." +msgstr "" + +#: frappe/integrations/doctype/google_contacts/google_contacts.py:197 +msgid "No new Google Contacts synced." +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/navbar.html:46 +msgid "No new notifications" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:415 +msgid "No of Columns" +msgstr "" + +#. Label of a Int field in DocType 'Auto Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "No of Rows (Max 500)" +msgstr "" + +#: frappe/__init__.py:1046 frappe/client.py:109 frappe/client.py:151 +msgid "No permission for {0}" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:1073 +msgctxt "{0} = verb, {1} = object" +msgid "No permission to '{0}' {1}" +msgstr "" + +#: frappe/model/db_query.py:937 +msgid "No permission to read {0}" +msgstr "" + +#: frappe/share.py:220 +msgid "No permission to {0} {1} {2}" +msgstr "" + +#: frappe/core/doctype/user_permission/user_permission_list.js:175 +msgid "No records deleted" +msgstr "" + +#: frappe/contacts/report/addresses_and_contacts/addresses_and_contacts.py:116 +msgid "No records present in {0}" +msgstr "" + +#: frappe/public/js/frappe/list/list_sidebar_stat.html:3 +msgid "No records tagged." +msgstr "" + +#: frappe/public/js/frappe/data_import/data_exporter.js:225 +msgid "No records will be exported" +msgstr "" + +#: frappe/www/printview.py:427 +msgid "No template found at path: {0}" +msgstr "" + +#: frappe/public/js/frappe/form/controls/multiselect_list.js:242 +msgid "No values to show" +msgstr "" + +#: frappe/website/web_template/discussions/discussions.html:2 +msgid "No {0}" +msgstr "" + +#: frappe/public/js/frappe/list/list_view_select.js:157 +msgid "No {0} Found" +msgstr "" + +#: frappe/public/js/frappe/web_form/web_form_list.js:233 +msgid "No {0} found" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:468 +msgid "No {0} found with matching filters. Clear filters to see all {0}." +msgstr "" + +#: frappe/public/js/frappe/views/inbox/inbox_view.js:171 +msgid "No {0} mail" +msgstr "" + +#: frappe/public/js/form_builder/utils.js:117 +#: frappe/public/js/frappe/form/grid_row.js:252 +msgctxt "Title of the 'row number' column" +msgid "No." +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Non Negative" +msgstr "" + +#: frappe/desk/page/setup_wizard/install_fixtures.py:34 +msgid "Non-Conforming" +msgstr "" + +#. Option for the 'Backup Frequency' (Select) field in DocType 'S3 Backup +#. Settings' +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +msgid "None" +msgstr "" + +#: frappe/public/js/frappe/form/workflow.js:36 +msgid "None: End of Workflow" +msgstr "" + +#. Label of a Int field in DocType 'Recorder Query' +#: frappe/core/doctype/recorder_query/recorder_query.json +msgid "Normalized Copies" +msgstr "" + +#. Label of a Data field in DocType 'Recorder Query' +#: frappe/core/doctype/recorder_query/recorder_query.json +msgid "Normalized Query" +msgstr "" + +#: frappe/core/doctype/user/user.py:955 +#: frappe/templates/includes/login/login.js:258 frappe/utils/oauth.py:271 +msgid "Not Allowed" +msgstr "" + +#: frappe/templates/includes/login/login.js:260 +msgid "Not Allowed: Disabled User" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:36 +msgid "Not Ancestors Of" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:34 +msgid "Not Descendants Of" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:17 +msgid "Not Equals" +msgstr "" + +#: frappe/app.py:366 frappe/www/404.html:3 +msgid "Not Found" +msgstr "" + +#. Label of a Int field in DocType 'Help Article' +#: frappe/website/doctype/help_article/help_article.json +msgid "Not Helpful" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:21 +msgid "Not In" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:19 +msgid "Not Like" +msgstr "" + +#: frappe/public/js/frappe/form/linked_with.js:45 +msgid "Not Linked to any record" +msgstr "" + +#: frappe/__init__.py:939 frappe/app.py:357 frappe/desk/calendar.py:26 +#: frappe/desk/treeview.py:19 frappe/geo/utils.py:97 +#: frappe/public/js/frappe/web_form/webform_script.js:15 +#: frappe/website/doctype/web_form/web_form.py:602 +#: frappe/website/page_renderers/not_permitted_page.py:20 +#: frappe/www/login.py:183 frappe/www/qrcode.py:22 frappe/www/qrcode.py:25 +#: frappe/www/qrcode.py:37 +msgid "Not Permitted" +msgstr "" + +#: frappe/desk/query_report.py:519 +msgid "Not Permitted to read {0}" +msgstr "" + +#: frappe/website/doctype/blog_post/blog_post_list.js:7 +#: frappe/website/doctype/web_form/web_form_list.js:7 +#: frappe/website/doctype/web_page/web_page_list.js:7 +msgid "Not Published" +msgstr "" + +#: frappe/public/js/frappe/form/toolbar.js:261 +#: frappe/public/js/frappe/form/toolbar.js:728 +#: frappe/public/js/frappe/model/indicator.js:28 +#: frappe/public/js/frappe/views/kanban/kanban_view.js:170 +#: frappe/public/js/frappe/views/reports/report_view.js:174 +#: frappe/public/js/print_format_builder/print_format_builder.bundle.js:39 +#: frappe/website/doctype/web_form/templates/web_form.html:75 +msgid "Not Saved" +msgstr "" + +#: frappe/core/doctype/error_log/error_log_list.js:7 +msgid "Not Seen" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Email Queue' +#. Option for the 'Status' (Select) field in DocType 'Email Queue Recipient' +#: frappe/email/doctype/email_queue/email_queue.json +#: frappe/email/doctype/email_queue_recipient/email_queue_recipient.json +#: frappe/email/doctype/newsletter/newsletter_list.js:9 +msgid "Not Sent" +msgstr "" + +#: frappe/public/js/frappe/list/list_sidebar_group_by.js:219 +msgid "Not Set" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:600 +msgctxt "Field value is not set" +msgid "Not Set" +msgstr "" + +#: frappe/utils/csvutils.py:77 +msgid "Not a valid Comma Separated Value (CSV File)" +msgstr "" + +#: frappe/core/doctype/user/user.py:218 +msgid "Not a valid User Image." +msgstr "" + +#: frappe/model/workflow.py:114 +msgid "Not a valid Workflow Action" +msgstr "" + +#: frappe/templates/includes/login/login.js:256 +msgid "Not a valid user" +msgstr "" + +#: frappe/workflow/doctype/workflow/workflow_list.js:7 +msgid "Not active" +msgstr "" + +#: frappe/permissions.py:354 +msgid "Not allowed for {0}: {1}" +msgstr "" + +#: frappe/email/doctype/notification/notification.py:393 +msgid "Not allowed to attach {0} document, please enable Allow Print For {0} in Print Settings" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:336 +msgid "Not allowed to create custom Virtual DocType." +msgstr "" + +#: frappe/www/printview.py:127 +msgid "Not allowed to print cancelled documents" +msgstr "" + +#: frappe/www/printview.py:124 +msgid "Not allowed to print draft documents" +msgstr "" + +#: frappe/permissions.py:206 +msgid "Not allowed via controller permission check" +msgstr "" + +#: frappe/public/js/frappe/request.js:145 frappe/website/js/website.js:94 +msgid "Not found" +msgstr "" + +#: frappe/core/doctype/page/page.py:62 +msgid "Not in Developer Mode" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:331 +msgid "Not in Developer Mode! Set in site_config.json or make 'Custom' DocType." +msgstr "" + +#: frappe/api/v1.py:88 frappe/api/v1.py:93 +#: frappe/core/doctype/system_settings/system_settings.py:212 +#: frappe/handler.py:109 frappe/public/js/frappe/request.js:157 +#: frappe/public/js/frappe/request.js:167 +#: frappe/public/js/frappe/request.js:172 +#: frappe/public/js/frappe/views/kanban/kanban_board.bundle.js:67 +#: frappe/website/doctype/web_form/web_form.py:615 +#: frappe/website/js/website.js:97 +msgid "Not permitted" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:47 +msgid "Not permitted to view {0}" +msgstr "" + +#. Label of a Link in the Tools Workspace +#. Name of a DocType +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:400 +#: frappe/automation/workspace/tools/tools.json +#: frappe/desk/doctype/note/note.json +msgid "Note" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/note_seen_by/note_seen_by.json +msgid "Note Seen By" +msgstr "" + +#: frappe/www/confirm_workflow_action.html:8 +msgid "Note:" +msgstr "" + +#. Description of the 'Send Email for Successful Backup' (Check) field in +#. DocType 'Dropbox Settings' +#. Description of the 'Send Email for Successful backup' (Check) field in +#. DocType 'Google Drive' +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.json +#: frappe/integrations/doctype/google_drive/google_drive.json +msgid "Note: By default emails for failed backups are sent." +msgstr "" + +#: frappe/public/js/frappe/utils/utils.js:790 +msgid "Note: Changing the Page Name will break previous URL to this page." +msgstr "" + +#: frappe/core/doctype/user/user.js:35 +msgid "Note: Etc timezones have their signs reversed." +msgstr "" + +#. Description of the 'sb0' (Section Break) field in DocType 'Website +#. Slideshow' +#: frappe/website/doctype/website_slideshow/website_slideshow.json +msgid "Note: For best results, images must be of the same size and width must be greater than height." +msgstr "" + +#. Description of the 'Allow only one session per user' (Check) field in +#. DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Note: Multiple sessions will be allowed in case of mobile device" +msgstr "" + +#: frappe/core/doctype/user/user.js:382 +msgid "Note: This will be shared with user." +msgstr "" + +#: frappe/website/web_form/request_to_delete_data/request_to_delete_data.js:8 +msgid "Note: Your request for account deletion will be fulfilled within {0} hours." +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:183 +msgid "Notes:" +msgstr "" + +#: frappe/public/js/frappe/ui/notifications/notifications.js:485 +msgid "Nothing New" +msgstr "" + +#: frappe/public/js/frappe/form/undo_manager.js:43 +msgid "Nothing left to redo" +msgstr "" + +#: frappe/public/js/frappe/form/undo_manager.js:33 +msgid "Nothing left to undo" +msgstr "" + +#: frappe/public/js/frappe/list/base_list.js:369 +#: frappe/public/js/frappe/views/reports/query_report.js:105 +#: frappe/templates/includes/list/list.html:7 +#: frappe/website/doctype/blog_post/templates/blog_post_list.html:41 +msgid "Nothing to show" +msgstr "" + +#: frappe/core/doctype/user_permission/user_permission_list.js:129 +msgid "Nothing to update" +msgstr "" + +#. Label of a Section Break field in DocType 'Auto Repeat' +#. Label of a Link in the Tools Workspace +#. Option for the 'Communication Type' (Select) field in DocType +#. 'Communication' +#. Linked DocType in DocType's connections +#. Linked DocType in Module Def's connections +#. Name of a DocType +#. Label of a Section Break field in DocType 'S3 Backup Settings' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/automation/workspace/tools/tools.json +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/communication/mixins.py:142 +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/module_def/module_def.json +#: frappe/email/doctype/notification/notification.json +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +msgid "Notification" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/notification_log/notification_log.json +msgid "Notification Log" +msgstr "" + +#. Name of a DocType +#: frappe/email/doctype/notification_recipient/notification_recipient.json +msgid "Notification Recipient" +msgstr "" + +#. Label of a Link in the Tools Workspace +#. Name of a DocType +#: frappe/automation/workspace/tools/tools.json +#: frappe/desk/doctype/notification_settings/notification_settings.json +#: frappe/public/js/frappe/ui/notifications/notifications.js:37 +msgid "Notification Settings" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/notification_subscribed_document/notification_subscribed_document.json +msgid "Notification Subscribed Document" +msgstr "" + +#: frappe/public/js/frappe/form/templates/timeline_message_box.html:7 +msgid "Notification sent to" +msgstr "" + +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json +#: frappe/public/js/frappe/ui/notifications/notifications.js:50 +#: frappe/public/js/frappe/ui/notifications/notifications.js:187 +msgid "Notifications" +msgstr "" + +#: frappe/public/js/frappe/ui/notifications/notifications.js:299 +msgid "Notifications Disabled" +msgstr "" + +#. Description of the 'Default Outgoing' (Check) field in DocType 'Email +#. Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Notifications and bulk mails will be sent from this outgoing server." +msgstr "" + +#. Label of a Check field in DocType 'Note' +#: frappe/desk/doctype/note/note.json +msgid "Notify Users On Every Login" +msgstr "" + +#. Label of a Check field in DocType 'Auto Repeat' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +msgid "Notify by Email" +msgstr "" + +#. Label of a Check field in DocType 'DocShare' +#: frappe/core/doctype/docshare/docshare.json +msgid "Notify by email" +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Notify if unreplied" +msgstr "" + +#. Label of a Int field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Notify if unreplied for (in mins)" +msgstr "" + +#. Label of a Check field in DocType 'Note' +#: frappe/desk/doctype/note/note.json +msgid "Notify users with a popup when they log in" +msgstr "" + +#: frappe/public/js/frappe/form/controls/datetime.js:25 +#: frappe/public/js/frappe/form/controls/time.js:37 +msgid "Now" +msgstr "" + +#. Label of a Data field in DocType 'Contact Phone' +#: frappe/contacts/doctype/contact_phone/contact_phone.json +msgid "Number" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/public/js/frappe/widgets/widget_dialog.js:596 +msgid "Number Card" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/number_card_link/number_card_link.json +msgid "Number Card Link" +msgstr "" + +#. Label of a Link field in DocType 'Workspace Number Card' +#: frappe/desk/doctype/workspace_number_card/workspace_number_card.json +msgid "Number Card Name" +msgstr "" + +#. Label of a Tab Break field in DocType 'Workspace' +#. Label of a Table field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +#: frappe/public/js/frappe/widgets/widget_dialog.js:626 +msgid "Number Cards" +msgstr "" + +#. Label of a Select field in DocType 'System Settings' +#. Label of a Select field in DocType 'Currency' +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/geo/doctype/currency/currency.json +msgid "Number Format" +msgstr "" + +#. Label of a Int field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Number of Backups" +msgstr "" + +#. Label of a Int field in DocType 'Dropbox Settings' +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.json +msgid "Number of DB Backups" +msgstr "" + +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.py:54 +msgid "Number of DB backups cannot be less than 1" +msgstr "" + +#. Label of a Int field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Number of Groups" +msgstr "" + +#. Label of a Int field in DocType 'Recorder' +#: frappe/core/doctype/recorder/recorder.json +msgid "Number of Queries" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:436 +#: frappe/public/js/frappe/doctype/index.js:59 +msgid "Number of attachment fields are more than {}, limit updated to {}." +msgstr "" + +#: frappe/core/doctype/system_settings/system_settings.py:165 +msgid "Number of backups must be greater than zero." +msgstr "" + +#. Description of the 'Columns' (Int) field in DocType 'Customize Form Field' +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Number of columns for a field in a Grid (Total Columns in a grid should be less than 11)" +msgstr "" + +#. Description of the 'Columns' (Int) field in DocType 'DocField' +#. Description of the 'Columns' (Int) field in DocType 'Custom Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +msgid "Number of columns for a field in a List View or a Grid (Total Columns should be less than 11)" +msgstr "" + +#. Description of the 'Document Share Key Expiry (in Days)' (Int) field in +#. DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Number of days after which the document Web View link shared on email will be expired" +msgstr "" + +#. Label of a Int field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Number of keys" +msgstr "" + +#. Label of a Int field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Number of onsite backups" +msgstr "" + +#. Option for the 'Method' (Select) field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "OAuth" +msgstr "" + +#. Name of a DocType +#: frappe/integrations/doctype/oauth_authorization_code/oauth_authorization_code.json +msgid "OAuth Authorization Code" +msgstr "" + +#. Name of a DocType +#: frappe/integrations/doctype/oauth_bearer_token/oauth_bearer_token.json +msgid "OAuth Bearer Token" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Integrations Workspace +#: frappe/integrations/doctype/oauth_client/oauth_client.json +#: frappe/integrations/workspace/integrations/integrations.json +msgid "OAuth Client" +msgstr "" + +#. Label of a Section Break field in DocType 'Google Settings' +#: frappe/integrations/doctype/google_settings/google_settings.json +msgid "OAuth Client ID" +msgstr "" + +#. Name of a DocType +#: frappe/integrations/doctype/oauth_client_role/oauth_client_role.json +msgid "OAuth Client Role" +msgstr "" + +#: frappe/email/oauth.py:30 +msgid "OAuth Error" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Integrations Workspace +#: frappe/integrations/doctype/oauth_provider_settings/oauth_provider_settings.json +#: frappe/integrations/workspace/integrations/integrations.json +msgid "OAuth Provider Settings" +msgstr "" + +#. Name of a DocType +#: frappe/integrations/doctype/oauth_scope/oauth_scope.json +msgid "OAuth Scope" +msgstr "" + +#: frappe/email/doctype/email_account/email_account.js:182 +msgid "OAuth has been enabled but not authorised. Please use \"Authorise API Access\" button to do the same." +msgstr "" + +#: frappe/templates/includes/oauth_confirmation.html:39 +msgid "OK" +msgstr "" + +#. Option for the 'Method' (Select) field in DocType 'Recorder' +#: frappe/core/doctype/recorder/recorder.json +msgid "OPTIONS" +msgstr "" + +#: frappe/public/js/form_builder/components/Tabs.vue:190 +msgid "OR" +msgstr "" + +#. Option for the 'Two Factor Authentication method' (Select) field in DocType +#. 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "OTP App" +msgstr "" + +#. Label of a Data field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "OTP Issuer Name" +msgstr "" + +#: frappe/twofactor.py:446 +msgid "OTP Secret Reset - {0}" +msgstr "" + +#: frappe/twofactor.py:465 +msgid "OTP Secret has been reset. Re-registration will be required on next login." +msgstr "" + +#: frappe/templates/includes/login/login.js:363 +msgid "OTP setup using OTP App was not completed. Please contact Administrator." +msgstr "" + +#. Label of a Int field in DocType 'System Health Report Errors' +#: frappe/desk/doctype/system_health_report_errors/system_health_report_errors.json +msgid "Occurrences" +msgstr "" + +#. Option for the 'SSL/TLS Mode' (Select) field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "Off" +msgstr "" + +#. Option for the 'Address Type' (Select) field in DocType 'Address' +#: frappe/contacts/doctype/address/address.json +msgid "Office" +msgstr "" + +#. Option for the 'Social Login Provider' (Select) field in DocType 'Social +#. Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Office 365" +msgstr "" + +#: frappe/core/doctype/server_script/server_script.js:33 +msgid "Official Documentation" +msgstr "" + +#. Label of a Int field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Offset X" +msgstr "" + +#. Label of a Int field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Offset Y" +msgstr "" + +#: frappe/www/update-password.html:15 +msgid "Old Password" +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.py:363 +msgid "Old and new fieldnames are same." +msgstr "" + +#. Description of the 'Number of Backups' (Int) field in DocType 'System +#. Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Older backups will be automatically deleted" +msgstr "" + +#. Label of a Link field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Oldest Unscheduled Job" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Personal Data Deletion +#. Request' +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.json +msgid "On Hold" +msgstr "" + +#. Option for the 'DocType Event' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "On Payment Authorization" +msgstr "" + +#. Description of the 'Is Dynamic URL?' (Check) field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "On checking this option, URL will be treated like a jinja template string" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:63 +#: frappe/public/js/frappe/ui/filters/filter.js:69 +msgid "On or After" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:62 +#: frappe/public/js/frappe/ui/filters/filter.js:68 +msgid "On or Before" +msgstr "" + +#: frappe/public/js/frappe/views/communication.js:951 +msgid "On {0}, {1} wrote:" +msgstr "" + +#. Label of a Check field in DocType 'Workspace Link' +#: frappe/desk/doctype/workspace_link/workspace_link.json +#: frappe/public/js/frappe/widgets/widget_dialog.js:297 +msgid "Onboard" +msgstr "" + +#: frappe/public/js/frappe/widgets/widget_dialog.js:203 +msgid "Onboarding Name" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/onboarding_permission/onboarding_permission.json +msgid "Onboarding Permission" +msgstr "" + +#. Label of a Small Text field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Onboarding Status" +msgstr "" + +#. Linked DocType in DocType's connections +#. Name of a DocType +#: frappe/core/doctype/doctype/doctype.json +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Onboarding Step" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/onboarding_step_map/onboarding_step_map.json +msgid "Onboarding Step Map" +msgstr "" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:269 +msgid "Onboarding complete" +msgstr "" + +#. Description of the 'Is Submittable' (Check) field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/doctype/doctype_list.js:28 +msgid "Once submitted, submittable documents cannot be changed. They can only be Cancelled and Amended." +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:35 +msgid "Once you have set this, the users will only be able access documents (eg. Blog Post) where the link exists (eg. Blogger)." +msgstr "" + +#: frappe/www/complete_signup.html:7 +msgid "One Last Step" +msgstr "" + +#: frappe/twofactor.py:279 +msgid "One Time Password (OTP) Registration Code from {}" +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:331 +msgid "One of" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:1357 +msgid "One of the child page with name {0} already exist in {1} Section. Please update the name of the child page first before moving" +msgstr "" + +#: frappe/client.py:213 +msgid "Only 200 inserts allowed in one request" +msgstr "" + +#: frappe/email/doctype/email_queue/email_queue.py:80 +msgid "Only Administrator can delete Email Queue" +msgstr "" + +#: frappe/core/doctype/page/page.py:66 +msgid "Only Administrator can edit" +msgstr "" + +#: frappe/core/doctype/report/report.py:73 +msgid "Only Administrator can save a standard report. Please rename and save." +msgstr "" + +#: frappe/recorder.py:309 +msgid "Only Administrator is allowed to use Recorder" +msgstr "" + +#. Label of a Link field in DocType 'Workflow Document State' +#: frappe/workflow/doctype/workflow_document_state/workflow_document_state.json +msgid "Only Allow Edit For" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1582 +msgid "Only Options allowed for Data field are:" +msgstr "" + +#. Label of a Int field in DocType 'Auto Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Only Send Records Updated in Last X Hours" +msgstr "" + +#: frappe/desk/doctype/workspace/workspace.js:36 +msgid "Only Workspace Manager can edit public workspaces" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:581 +msgid "Only Workspace Manager can sort or edit this page" +msgstr "" + +#: frappe/modules/utils.py:65 +msgid "Only allowed to export customizations in developer mode" +msgstr "" + +#. Description of the 'Endpoint URL' (Data) field in DocType 'S3 Backup +#. Settings' +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +msgid "Only change this if you want to use other S3 compatible object storage backends." +msgstr "" + +#. Label of a Link field in DocType 'Workspace Link' +#: frappe/desk/doctype/workspace_link/workspace_link.json +#: frappe/public/js/frappe/widgets/widget_dialog.js:290 +msgid "Only for" +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:192 +msgid "Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish." +msgstr "" + +#: frappe/contacts/doctype/contact/contact.py:130 +#: frappe/contacts/doctype/contact/contact.py:157 +msgid "Only one {0} can be set as primary." +msgstr "" + +#: frappe/desk/reportview.py:333 +msgid "Only reports of type Report Builder can be deleted" +msgstr "" + +#: frappe/desk/reportview.py:304 +msgid "Only reports of type Report Builder can be edited" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.py:125 +msgid "Only standard DocTypes are allowed to be customized from Customize Form." +msgstr "" + +#: frappe/desk/form/assign_to.py:197 +msgid "Only the assignee can complete this to-do." +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/review.js:54 +msgid "Only users involved in the document are listed" +msgstr "" + +#: frappe/email/doctype/auto_email_report/auto_email_report.py:106 +msgid "Only {0} emailed reports are allowed per user." +msgstr "" + +#: frappe/templates/includes/login/login.js:292 +msgid "Oops! Something went wrong." +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Contact' +#. Option for the 'Status' (Select) field in DocType 'Communication' +#. Option for the 'Email Status' (Select) field in DocType 'Communication' +#. Option for the 'Status' (Select) field in DocType 'Event' +#. Option for the 'Status' (Select) field in DocType 'ToDo' +#. Option for the 'Status' (Select) field in DocType 'Workflow Action' +#: frappe/contacts/doctype/contact/contact.json +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/deleted_document/deleted_document.js:7 +#: frappe/desk/doctype/event/event.json frappe/desk/doctype/todo/todo.json +#: frappe/workflow/doctype/workflow_action/workflow_action.json +msgid "Open" +msgstr "" + +#: frappe/desk/doctype/todo/todo_list.js:14 +msgctxt "Access" +msgid "Open" +msgstr "" + +#: frappe/public/js/frappe/ui/keyboard.js:205 +msgid "Open Awesomebar" +msgstr "" + +#: frappe/public/js/frappe/form/templates/timeline_message_box.html:67 +msgid "Open Communication" +msgstr "" + +#: frappe/templates/emails/new_notification.html:10 +msgid "Open Document" +msgstr "" + +#. Label of a Table MultiSelect field in DocType 'Notification Settings' +#: frappe/desk/doctype/notification_settings/notification_settings.json +msgid "Open Documents" +msgstr "" + +#: frappe/public/js/frappe/ui/keyboard.js:240 +msgid "Open Help" +msgstr "" + +#. Label of a Button field in DocType 'Notification Log' +#: frappe/desk/doctype/notification_log/notification_log.json +msgid "Open Reference Document" +msgstr "" + +#: frappe/public/js/frappe/ui/keyboard.js:223 +msgid "Open Settings" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/about.js:8 +msgid "Open Source Applications for the Web" +msgstr "" + +#. Label of a Check field in DocType 'Top Bar Item' +#: frappe/website/doctype/top_bar_item/top_bar_item.json +msgid "Open URL in a New Tab" +msgstr "" + +#. Description of the 'Quick Entry' (Check) field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Open a dialog with mandatory fields to create a new record quickly" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:176 +msgid "Open a module or tool" +msgstr "" + +#: frappe/public/js/print_format_builder/Preview.vue:17 +msgid "Open in a new tab" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1206 +msgctxt "Description of a list view shortcut" +msgid "Open list item" +msgstr "" + +#: frappe/www/qrcode.html:13 +msgid "Open your authentication app on your mobile phone." +msgstr "" + +#: frappe/desk/doctype/todo/todo_list.js:17 +#: frappe/public/js/frappe/form/templates/form_links.html:18 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:277 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:278 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:289 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:299 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:308 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:326 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:327 +#: frappe/social/doctype/energy_point_log/energy_point_log_list.js:23 +msgid "Open {0}" +msgstr "" + +#. Label of a Data field in DocType 'Connected App' +#: frappe/integrations/doctype/connected_app/connected_app.json +msgid "OpenID Configuration" +msgstr "" + +#. Option for the 'Directory Server' (Select) field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "OpenLDAP" +msgstr "" + +#. Option for the 'Delivery Status' (Select) field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Opened" +msgstr "" + +#. Label of a Select field in DocType 'Activity Log' +#: frappe/core/doctype/activity_log/activity_log.json +msgid "Operation" +msgstr "" + +#: frappe/utils/data.py:1838 +msgid "Operator must be one of {0}" +msgstr "" + +#: frappe/core/doctype/file/file.js:24 +#: frappe/core/report/database_storage_usage_by_tables/database_storage_usage_by_tables.js:8 +#: frappe/public/js/frappe/file_uploader/FilePreview.vue:27 +msgid "Optimize" +msgstr "" + +#: frappe/core/doctype/file/file.js:89 +msgid "Optimizing image..." +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.js:100 +msgid "Option 1" +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.js:102 +msgid "Option 2" +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.js:104 +msgid "Option 3" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1600 +msgid "Option {0} for field {1} is not a child table" +msgstr "" + +#. Description of the 'CC' (Code) field in DocType 'Notification Recipient' +#: frappe/email/doctype/notification_recipient/notification_recipient.json +msgid "Optional: Always send to these ids. Each Email Address on a new row" +msgstr "" + +#. Description of the 'Condition' (Code) field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Optional: The alert will be sent if this expression is true" +msgstr "" + +#. Label of a Small Text field in DocType 'DocField' +#. Label of a Data field in DocType 'Report Column' +#. Label of a Small Text field in DocType 'Report Filter' +#. Label of a Small Text field in DocType 'Custom Field' +#. Label of a Small Text field in DocType 'Customize Form Field' +#. Label of a Text field in DocType 'Web Form Field' +#. Label of a Small Text field in DocType 'Web Template Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/report_column/report_column.json +#: frappe/core/doctype/report_filter/report_filter.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/templates/form_grid/fields.html:43 +#: frappe/website/doctype/web_form_field/web_form_field.json +#: frappe/website/doctype/web_template_field/web_template_field.json +msgid "Options" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1328 +msgid "Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType'" +msgstr "" + +#. Label of a HTML field in DocType 'Custom Field' +#: frappe/custom/doctype/custom_field/custom_field.json +msgid "Options Help" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1622 +msgid "Options for Rating field can range from 3 to 10" +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.js:96 +msgid "Options for select. Each option on a new line." +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1345 +msgid "Options for {0} must be set before setting the default value." +msgstr "" + +#: frappe/public/js/form_builder/store.js:182 +msgid "Options is required for field {0} of type {1}" +msgstr "" + +#: frappe/model/base_document.py:782 +msgid "Options not set for link field {0}" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'DocType State' +#. Option for the 'Indicator' (Select) field in DocType 'Kanban Board Column' +#: frappe/core/doctype/doctype_state/doctype_state.json +#: frappe/desk/doctype/kanban_board_column/kanban_board_column.json +msgid "Orange" +msgstr "" + +#. Label of a Code field in DocType 'Kanban Board Column' +#: frappe/desk/doctype/kanban_board_column/kanban_board_column.json +msgid "Order" +msgstr "" + +#. Label of a Section Break field in DocType 'About Us Settings' +#. Label of a Table field in DocType 'About Us Settings' +#: frappe/website/doctype/about_us_settings/about_us_settings.json +msgid "Org History" +msgstr "" + +#. Label of a Data field in DocType 'About Us Settings' +#: frappe/website/doctype/about_us_settings/about_us_settings.json +msgid "Org History Heading" +msgstr "" + +#: frappe/public/js/frappe/form/print_utils.js:28 +msgid "Orientation" +msgstr "" + +#: frappe/core/doctype/version/version_view.html:13 +#: frappe/core/doctype/version/version_view.html:75 +msgid "Original Value" +msgstr "" + +#. Option for the 'Address Type' (Select) field in DocType 'Address' +#. Option for the 'Type' (Select) field in DocType 'Communication' +#. Option for the 'Show in Module Section' (Select) field in DocType 'DocType' +#. Option for the 'Event Category' (Select) field in DocType 'Event' +#: frappe/contacts/doctype/address/address.json +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/doctype/doctype.json +#: frappe/desk/doctype/event/event.json +#: frappe/desk/page/setup_wizard/install_fixtures.py:31 +msgid "Other" +msgstr "" + +#. Label of a Section Break field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Outgoing (SMTP) Settings" +msgstr "" + +#. Label of a Column Break field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Outgoing Emails (Last 7 days)" +msgstr "" + +#. Label of a Data field in DocType 'Email Account' +#. Label of a Data field in DocType 'Email Domain' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_domain/email_domain.json +msgid "Outgoing Server" +msgstr "" + +#. Label of a Section Break field in DocType 'Email Domain' +#: frappe/email/doctype/email_domain/email_domain.json +msgid "Outgoing Settings" +msgstr "" + +#: frappe/email/doctype/email_domain/email_domain.py:33 +msgid "Outgoing email account not correct" +msgstr "" + +#. Option for the 'Service' (Select) field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Outlook.com" +msgstr "" + +#. Label of a Code field in DocType 'Permission Inspector' +#. Label of a Code field in DocType 'System Console' +#. Label of a Code field in DocType 'Integration Request' +#: frappe/core/doctype/permission_inspector/permission_inspector.json +#: frappe/desk/doctype/system_console/system_console.json +#: frappe/integrations/doctype/integration_request/integration_request.json +msgid "Output" +msgstr "" + +#: frappe/desk/page/user_profile/user_profile.html:6 +#: frappe/public/js/frappe/form/templates/form_dashboard.html:5 +msgid "Overview" +msgstr "" + +#: frappe/core/report/transaction_log_report/transaction_log_report.py:100 +#: frappe/social/doctype/energy_point_rule/energy_point_rule.js:42 +msgid "Owner" +msgstr "" + +#. Option for the 'Method' (Select) field in DocType 'Recorder' +#: frappe/core/doctype/recorder/recorder.json +msgid "PATCH" +msgstr "" + +#: frappe/printing/page/print/print.js:71 +#: frappe/public/js/frappe/form/templates/print_layout.html:44 +#: frappe/public/js/frappe/views/reports/query_report.js:1663 +msgid "PDF" +msgstr "" + +#: frappe/utils/print_format.py:150 frappe/utils/print_format.py:194 +msgid "PDF Generation in Progress" +msgstr "" + +#. Label of a Float field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "PDF Page Height (in mm)" +msgstr "" + +#. Label of a Select field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "PDF Page Size" +msgstr "" + +#. Label of a Float field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "PDF Page Width (in mm)" +msgstr "" + +#. Label of a Section Break field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "PDF Settings" +msgstr "" + +#: frappe/utils/print_format.py:280 +msgid "PDF generation failed" +msgstr "" + +#: frappe/utils/pdf.py:98 +msgid "PDF generation failed because of broken image links" +msgstr "" + +#: frappe/printing/page/print/print.js:616 +msgid "PDF generation may not work as expected." +msgstr "" + +#: frappe/printing/page/print/print.js:534 +msgid "PDF printing via \"Raw Print\" is not supported." +msgstr "" + +#. Label of a Data field in DocType 'RQ Worker' +#: frappe/core/doctype/rq_worker/rq_worker.json +msgid "PID" +msgstr "" + +#. Option for the 'Method' (Select) field in DocType 'Recorder' +#. Option for the 'Request Method' (Select) field in DocType 'Webhook' +#: frappe/core/doctype/recorder/recorder.json +#: frappe/integrations/doctype/webhook/webhook.json +msgid "POST" +msgstr "" + +#. Option for the 'Method' (Select) field in DocType 'Recorder' +#. Option for the 'Request Method' (Select) field in DocType 'Webhook' +#: frappe/core/doctype/recorder/recorder.json +#: frappe/integrations/doctype/webhook/webhook.json +msgid "PUT" +msgstr "" + +#. Label of a Link field in DocType 'Module Def' +#. Name of a DocType +#. Label of a Link field in DocType 'Package Release' +#. Label of a Link in the Build Workspace +#: frappe/core/doctype/module_def/module_def.json +#: frappe/core/doctype/package/package.json +#: frappe/core/doctype/package_release/package_release.json +#: frappe/core/workspace/build/build.json +msgid "Package" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Build Workspace +#: frappe/core/doctype/package_import/package_import.json +#: frappe/core/workspace/build/build.json +msgid "Package Import" +msgstr "" + +#. Label of a Data field in DocType 'Package' +#: frappe/core/doctype/package/package.json +msgid "Package Name" +msgstr "" + +#. Linked DocType in Package's connections +#. Name of a DocType +#: frappe/core/doctype/package/package.json +#: frappe/core/doctype/package_release/package_release.json +msgid "Package Release" +msgstr "" + +#. Label of a Card Break in the Build Workspace +#: frappe/core/workspace/build/build.json +msgid "Packages" +msgstr "" + +#. Description of a Card Break in the Build Workspace +#: frappe/core/workspace/build/build.json +msgid "Packages are lightweight apps (collection of Module Defs) that can be created, imported, or released right from the UI" +msgstr "" + +#. Label of a Link field in DocType 'Custom Role' +#. Name of a DocType +#. Option for the 'Set Role For' (Select) field in DocType 'Role Permission for +#. Page and Report' +#. Label of a Link field in DocType 'Role Permission for Page and Report' +#. Option for the 'View' (Select) field in DocType 'Form Tour' +#. Option for the 'Link Type' (Select) field in DocType 'Workspace Link' +#. Option for the 'Type' (Select) field in DocType 'Workspace Shortcut' +#: frappe/core/doctype/custom_role/custom_role.json +#: frappe/core/doctype/page/page.json +#: frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.json +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/desk/doctype/workspace_link/workspace_link.json +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +msgid "Page" +msgstr "" + +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#: frappe/public/js/print_format_builder/PrintFormatSection.vue:63 +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Page Break" +msgstr "" + +#. Option for the 'Content Type' (Select) field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.js:92 +#: frappe/website/doctype/web_page/web_page.json +msgid "Page Builder" +msgstr "" + +#. Label of a Table field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "Page Building Blocks" +msgstr "" + +#. Label of a Section Break field in DocType 'Page' +#: frappe/core/doctype/page/page.json +msgid "Page HTML" +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:73 +msgid "Page Height (in mm)" +msgstr "" + +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:5 +msgid "Page Margins" +msgstr "" + +#. Label of a Data field in DocType 'Page' +#: frappe/core/doctype/page/page.json +msgid "Page Name" +msgstr "" + +#. Label of a Select field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:63 +msgid "Page Number" +msgstr "" + +#. Label of a Small Text field in DocType 'Form Tour' +#: frappe/desk/doctype/form_tour/form_tour.json +msgid "Page Route" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:1544 +msgid "Page Saved Successfully" +msgstr "" + +#. Label of a Section Break field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Page Settings" +msgstr "" + +#: frappe/public/js/frappe/ui/keyboard.js:124 +msgid "Page Shortcuts" +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:66 +msgid "Page Size" +msgstr "" + +#. Label of a Data field in DocType 'About Us Settings' +#: frappe/website/doctype/about_us_settings/about_us_settings.json +msgid "Page Title" +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:80 +msgid "Page Width (in mm)" +msgstr "" + +#: frappe/www/qrcode.py:35 +msgid "Page has expired!" +msgstr "" + +#: frappe/printing/doctype/print_settings/print_settings.py:70 +#: frappe/public/js/frappe/list/bulk_operations.js:106 +msgid "Page height and width cannot be zero" +msgstr "" + +#: frappe/public/js/frappe/views/container.js:52 +msgid "Page not found" +msgstr "" + +#. Description of a DocType +#: frappe/website/doctype/web_page/web_page.json +msgid "Page to show on the website\n" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:1344 +msgid "Page with title {0} already exist." +msgstr "" + +#: frappe/public/html/print_template.html:25 +#: frappe/public/js/frappe/views/reports/print_tree.html:89 +#: frappe/public/js/frappe/web_form/web_form.js:264 +#: frappe/templates/print_formats/standard.html:34 +msgid "Page {0} of {1}" +msgstr "" + +#. Label of a Data field in DocType 'SMS Parameter' +#: frappe/core/doctype/sms_parameter/sms_parameter.json +msgid "Parameter" +msgstr "" + +#: frappe/public/js/frappe/model/model.js:142 +#: frappe/public/js/frappe/views/workspace/workspace.js:651 +#: frappe/public/js/frappe/views/workspace/workspace.js:979 +#: frappe/public/js/frappe/views/workspace/workspace.js:1226 +msgid "Parent" +msgstr "" + +#. Label of a Link field in DocType 'DocType Link' +#: frappe/core/doctype/doctype_link/doctype_link.json +msgid "Parent DocType" +msgstr "" + +#. Label of a Link field in DocType 'Dashboard Chart' +#. Label of a Link field in DocType 'Number Card' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/number_card/number_card.json +msgid "Parent Document Type" +msgstr "" + +#: frappe/desk/doctype/number_card/number_card.py:62 +msgid "Parent Document Type is required to create a number card" +msgstr "" + +#. Label of a Data field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Parent Element Selector" +msgstr "" + +#. Label of a Select field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Parent Field" +msgstr "" + +#. Label of a Data field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/doctype/doctype.py:909 +msgid "Parent Field (Tree)" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:915 +msgid "Parent Field must be a valid fieldname" +msgstr "" + +#. Label of a Select field in DocType 'Top Bar Item' +#: frappe/website/doctype/top_bar_item/top_bar_item.json +msgid "Parent Label" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1159 +msgid "Parent Missing" +msgstr "" + +#. Label of a Data field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "Parent Page" +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:24 +msgid "Parent Table" +msgstr "" + +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.py:393 +msgid "Parent document type is required to create a dashboard chart" +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:253 +msgid "Parent is the name of the document to which the data will get added to." +msgstr "" + +#: frappe/permissions.py:797 +msgid "Parentfield not specified in {0}: {1}" +msgstr "" + +#: frappe/client.py:477 +msgid "Parenttype, Parent and Parentfield are required to insert a child record" +msgstr "" + +#. Label of a Check field in DocType 'Personal Data Deletion Step' +#: frappe/website/doctype/personal_data_deletion_step/personal_data_deletion_step.json +msgid "Partial" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Partial Success" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Email Queue' +#: frappe/email/doctype/email_queue/email_queue.json +msgid "Partially Sent" +msgstr "" + +#. Label of a Section Break field in DocType 'Event' +#: frappe/desk/doctype/event/event.js:30 frappe/desk/doctype/event/event.json +msgid "Participants" +msgstr "" + +#. Option for the 'SocketIO Ping Check' (Select) field in DocType 'System +#. Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Pass" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Contact' +#: frappe/contacts/doctype/contact/contact.json +msgid "Passive" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Label of a Section Break field in DocType 'System Settings' +#. Label of a Tab Break field in DocType 'System Settings' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Label of a Password field in DocType 'Email Account' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/core/doctype/user/user.js:170 frappe/core/doctype/user/user.js:217 +#: frappe/core/doctype/user/user.js:237 +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/desk/page/setup_wizard/setup_wizard.js:471 +#: frappe/email/doctype/email_account/email_account.json +#: frappe/website/doctype/web_form_field/web_form_field.json +#: frappe/www/login.html:21 +msgid "Password" +msgstr "" + +#: frappe/core/doctype/user/user.py:1018 +msgid "Password Email Sent" +msgstr "" + +#: frappe/core/doctype/user/user.py:393 +msgid "Password Reset" +msgstr "" + +#. Label of a Int field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Password Reset Link Generation Limit" +msgstr "" + +#: frappe/public/js/frappe/form/grid_row.js:811 +msgid "Password cannot be filtered" +msgstr "" + +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:357 +msgid "Password changed successfully." +msgstr "" + +#. Label of a Password field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "Password for Base DN" +msgstr "" + +#: frappe/email/doctype/email_account/email_account.py:171 +msgid "Password is required or select Awaiting Password" +msgstr "" + +#: frappe/public/js/frappe/desk.js:197 +msgid "Password missing in Email Account" +msgstr "" + +#: frappe/utils/password.py:42 +msgid "Password not found for {0} {1} {2}" +msgstr "" + +#: frappe/core/doctype/user/user.py:1017 +msgid "Password reset instructions have been sent to your email" +msgstr "" + +#: frappe/www/update-password.html:164 +msgid "Password set" +msgstr "" + +#: frappe/auth.py:244 +msgid "Password size exceeded the maximum allowed size" +msgstr "" + +#: frappe/core/doctype/user/user.py:811 +msgid "Password size exceeded the maximum allowed size." +msgstr "" + +#: frappe/www/update-password.html:78 +msgid "Passwords do not match" +msgstr "" + +#: frappe/core/doctype/user/user.js:203 +msgid "Passwords do not match!" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.py:159 +msgid "Past dates are not allowed for Scheduling." +msgstr "" + +#: frappe/public/js/frappe/views/file/file_view.js:151 +msgid "Paste" +msgstr "" + +#. Label of a Int field in DocType 'Package Release' +#. Label of a Code field in DocType 'Patch Log' +#: frappe/core/doctype/package_release/package_release.json +#: frappe/core/doctype/patch_log/patch_log.json +msgid "Patch" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/patch_log/patch_log.json +msgid "Patch Log" +msgstr "" + +#: frappe/modules/patch_handler.py:136 +msgid "Patch type {} not found in patches.txt" +msgstr "" + +#. Label of a Small Text field in DocType 'Package Release' +#. Label of a Data field in DocType 'Recorder' +#. Label of a Data field in DocType 'Onboarding Step' +#. Label of a Data field in DocType 'Web Page View' +#: frappe/core/doctype/package_release/package_release.json +#: frappe/core/doctype/recorder/recorder.json +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +#: frappe/website/doctype/web_page_view/web_page_view.json +#: frappe/website/report/website_analytics/website_analytics.js:35 +msgid "Path" +msgstr "" + +#. Label of a Data field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "Path to CA Certs File" +msgstr "" + +#. Label of a Data field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "Path to Server Certificate" +msgstr "" + +#. Label of a Data field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "Path to private Key File" +msgstr "" + +#: frappe/website/path_resolver.py:202 +msgid "Path {0} it not a valid path" +msgstr "" + +#. Label of a Int field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Payload Count" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Data Import' +#. Option for the 'Contribution Status' (Select) field in DocType 'Translation' +#. Option for the 'Status' (Select) field in DocType 'Personal Data Deletion +#. Step' +#: frappe/core/doctype/data_import/data_import.json +#: frappe/core/doctype/translation/translation.json +#: frappe/website/doctype/personal_data_deletion_step/personal_data_deletion_step.json +msgid "Pending" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Personal Data Deletion +#. Request' +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.json +msgid "Pending Approval" +msgstr "" + +#. Label of a Int field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Pending Emails" +msgstr "" + +#. Label of a Int field in DocType 'System Health Report Queue' +#: frappe/desk/doctype/system_health_report_queue/system_health_report_queue.json +msgid "Pending Jobs" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Personal Data Deletion +#. Request' +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.json +msgid "Pending Verification" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Percent" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Percentage" +msgstr "" + +#. Label of a Select field in DocType 'Auto Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Period" +msgstr "" + +#. Label of a Int field in DocType 'DocField' +#. Label of a Int field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Perm Level" +msgstr "" + +#. Option for the 'Address Type' (Select) field in DocType 'Address' +#: frappe/contacts/doctype/address/address.json +msgid "Permanent" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:1005 +msgid "Permanently Cancel {0}?" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:835 +msgid "Permanently Submit {0}?" +msgstr "" + +#: frappe/public/js/frappe/model/model.js:713 +msgid "Permanently delete {0}?" +msgstr "" + +#: frappe/core/doctype/user_type/user_type.py:83 +msgid "Permission Error" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/permission_inspector/permission_inspector.json +msgid "Permission Inspector" +msgstr "" + +#. Label of a Int field in DocType 'Custom Field' +#: frappe/core/page/permission_manager/permission_manager.js:456 +#: frappe/custom/doctype/custom_field/custom_field.json +msgid "Permission Level" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:22 +msgid "Permission Levels" +msgstr "" + +#. Label of a shortcut in the Users Workspace +#: frappe/core/workspace/users/users.json +msgid "Permission Manager" +msgstr "" + +#. Option for the 'Script Type' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "Permission Query" +msgstr "" + +#. Label of a Section Break field in DocType 'Custom Role' +#. Label of a Section Break field in DocType 'DocType' +#: frappe/core/doctype/custom_role/custom_role.json +#: frappe/core/doctype/doctype/doctype.json +msgid "Permission Rules" +msgstr "" + +#. Label of a Select field in DocType 'Permission Inspector' +#: frappe/core/doctype/permission_inspector/permission_inspector.json +msgid "Permission Type" +msgstr "" + +#. Label of a Section Break field in DocType 'Custom DocPerm' +#. Label of a Section Break field in DocType 'DocField' +#. Label of a Section Break field in DocType 'DocPerm' +#. Label of a Table field in DocType 'DocType' +#. Label of a Section Break field in DocType 'System Settings' +#. Label of a Card Break in the Users Workspace +#. Label of a Section Break field in DocType 'Customize Form Field' +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/docperm/docperm.json +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/core/doctype/user/user.js:145 frappe/core/doctype/user/user.js:154 +#: frappe/core/page/permission_manager/permission_manager.js:214 +#: frappe/core/workspace/users/users.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Permissions" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1796 +#: frappe/core/doctype/doctype/doctype.py:1806 +msgid "Permissions Error" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:10 +msgid "Permissions are automatically applied to Standard Reports and searches." +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:5 +msgid "Permissions are set on Roles and Document Types (called DocTypes) by setting rights like Read, Write, Create, Delete, Submit, Cancel, Amend, Report, Import, Export, Print, Email and Set User Permissions." +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:26 +msgid "Permissions at higher levels are Field Level permissions. All Fields have a Permission Level set against them and the rules defined at that permissions apply to the field. This is useful in case you want to hide or make certain field read-only for certain Roles." +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:24 +msgid "Permissions at level 0 are Document Level permissions, i.e. they are primary for access to the document." +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:6 +msgid "Permissions get applied on Users based on what Roles they are assigned." +msgstr "" + +#. Name of a report +#. Label of a Link in the Users Workspace +#: frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.json +#: frappe/core/workspace/users/users.json +msgid "Permitted Documents For User" +msgstr "" + +#. Label of a Table MultiSelect field in DocType 'Workflow Action' +#: frappe/workflow/doctype/workflow_action/workflow_action.json +msgid "Permitted Roles" +msgstr "" + +#. Option for the 'Address Type' (Select) field in DocType 'Address' +#: frappe/contacts/doctype/address/address.json +msgid "Personal" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:34 +msgctxt "Workspace Category" +msgid "Personal" +msgstr "" + +#. Name of a DocType +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.json +msgid "Personal Data Deletion Request" +msgstr "" + +#. Name of a DocType +#: frappe/website/doctype/personal_data_deletion_step/personal_data_deletion_step.json +msgid "Personal Data Deletion Step" +msgstr "" + +#. Name of a DocType +#: frappe/website/doctype/personal_data_download_request/personal_data_download_request.json +msgid "Personal Data Download Request" +msgstr "" + +#. Label of a Data field in DocType 'Address' +#. Label of a Data field in DocType 'Contact' +#. Option for the 'Type' (Select) field in DocType 'Communication' +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Label of a Data field in DocType 'User' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Label of a Data field in DocType 'Contact Us Settings' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#: frappe/contacts/doctype/address/address.json +#: frappe/contacts/doctype/contact/contact.json +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/user/user.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Phone" +msgstr "" + +#. Label of a Data field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Phone No." +msgstr "" + +#: frappe/utils/__init__.py:108 +msgid "Phone Number {0} set in field {1} is not valid." +msgstr "" + +#: frappe/public/js/frappe/form/print_utils.js:40 +#: frappe/public/js/frappe/views/reports/report_view.js:1503 +#: frappe/public/js/frappe/views/reports/report_view.js:1506 +msgid "Pick Columns" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Pie" +msgstr "" + +#. Label of a Data field in DocType 'Contact Us Settings' +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +msgid "Pincode" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'DocType State' +#. Option for the 'Indicator' (Select) field in DocType 'Kanban Board Column' +#: frappe/core/doctype/doctype_state/doctype_state.json +#: frappe/desk/doctype/kanban_board_column/kanban_board_column.json +msgid "Pink" +msgstr "" + +#. Label of a Data field in DocType 'DocField' +#. Label of a Data field in DocType 'Custom Field' +#. Label of a Data field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Placeholder" +msgstr "" + +#. Option for the 'Message Type' (Select) field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Plain Text" +msgstr "" + +#. Option for the 'Address Type' (Select) field in DocType 'Address' +#: frappe/contacts/doctype/address/address.json +msgid "Plant" +msgstr "" + +#: frappe/email/oauth.py:29 +msgid "Please Authorize OAuth for Email Account {}" +msgstr "" + +#: frappe/website/doctype/website_theme/website_theme.py:75 +msgid "Please Duplicate this Website Theme to customize." +msgstr "" + +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:162 +msgid "Please Install the ldap3 library via pip to use ldap functionality." +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:308 +msgid "Please Set Chart" +msgstr "" + +#: frappe/core/doctype/sms_settings/sms_settings.py:83 +msgid "Please Update SMS Settings" +msgstr "" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:574 +msgid "Please add a subject to your email" +msgstr "" + +#: frappe/templates/includes/comments/comments.html:168 +msgid "Please add a valid comment." +msgstr "" + +#: frappe/core/doctype/user/user.py:1000 +msgid "Please ask your administrator to verify your sign-up" +msgstr "" + +#: frappe/public/js/frappe/form/controls/select.js:101 +msgid "Please attach a file first." +msgstr "" + +#: frappe/printing/doctype/letter_head/letter_head.py:74 +msgid "Please attach an image file to set HTML for Footer." +msgstr "" + +#: frappe/printing/doctype/letter_head/letter_head.py:62 +msgid "Please attach an image file to set HTML for Letter Head." +msgstr "" + +#: frappe/core/doctype/package_import/package_import.py:39 +msgid "Please attach the package" +msgstr "" + +#: frappe/integrations/doctype/connected_app/connected_app.js:19 +msgid "Please check OpenID Configuration URL" +msgstr "" + +#: frappe/utils/dashboard.py:58 +msgid "Please check the filter values set for Dashboard Chart: {}" +msgstr "" + +#: frappe/model/base_document.py:855 +msgid "Please check the value of \"Fetch From\" set for field {0}" +msgstr "" + +#: frappe/core/doctype/user/user.py:998 +msgid "Please check your email for verification" +msgstr "" + +#: frappe/email/smtp.py:134 +msgid "Please check your email login credentials." +msgstr "" + +#: frappe/twofactor.py:244 +msgid "Please check your registered email address for instructions on how to proceed. Do not close this window as you will have to return to it." +msgstr "" + +#: frappe/twofactor.py:287 +msgid "Please click on the following link and follow the instructions on the page. {0}" +msgstr "" + +#: frappe/templates/emails/password_reset.html:2 +msgid "Please click on the following link to set your new password" +msgstr "" + +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.py:343 +msgid "Please close this window" +msgstr "" + +#: frappe/www/confirm_workflow_action.html:4 +msgid "Please confirm your action to {0} this document." +msgstr "" + +#: frappe/printing/page/print/print.js:618 +msgid "Please contact your system manager to install correct version." +msgstr "" + +#: frappe/desk/doctype/number_card/number_card.js:44 +msgid "Please create Card first" +msgstr "" + +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:42 +msgid "Please create chart first" +msgstr "" + +#: frappe/desk/form/meta.py:209 +msgid "Please delete the field from {0} or add the required doctype." +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:184 +msgid "Please do not change the template headings." +msgstr "" + +#: frappe/printing/doctype/print_format/print_format.js:18 +msgid "Please duplicate this to make changes" +msgstr "" + +#: frappe/core/doctype/system_settings/system_settings.py:158 +msgid "Please enable atleast one Social Login Key or LDAP or Login With Email Link before disabling username/password based login." +msgstr "" + +#: frappe/desk/doctype/notification_log/notification_log.js:45 +#: frappe/email/doctype/auto_email_report/auto_email_report.js:17 +#: frappe/printing/page/print/print.js:638 +#: frappe/printing/page/print/print.js:668 +#: frappe/public/js/frappe/list/bulk_operations.js:161 +#: frappe/public/js/frappe/utils/utils.js:1438 +msgid "Please enable pop-ups" +msgstr "" + +#: frappe/public/js/frappe/microtemplate.js:162 +#: frappe/public/js/frappe/microtemplate.js:177 +msgid "Please enable pop-ups in your browser" +msgstr "" + +#: frappe/integrations/google_oauth.py:53 +msgid "Please enable {} before continuing." +msgstr "" + +#: frappe/utils/oauth.py:192 +msgid "Please ensure that your profile has an email address" +msgstr "" + +#: frappe/integrations/doctype/social_login_key/social_login_key.py:82 +msgid "Please enter Access Token URL" +msgstr "" + +#: frappe/integrations/doctype/social_login_key/social_login_key.py:80 +msgid "Please enter Authorize URL" +msgstr "" + +#: frappe/integrations/doctype/social_login_key/social_login_key.py:78 +msgid "Please enter Base URL" +msgstr "" + +#: frappe/integrations/doctype/social_login_key/social_login_key.py:86 +msgid "Please enter Client ID before social login is enabled" +msgstr "" + +#: frappe/integrations/doctype/social_login_key/social_login_key.py:89 +msgid "Please enter Client Secret before social login is enabled" +msgstr "" + +#: frappe/integrations/doctype/connected_app/connected_app.js:8 +msgid "Please enter OpenID Configuration URL" +msgstr "" + +#: frappe/integrations/doctype/social_login_key/social_login_key.py:84 +msgid "Please enter Redirect URL" +msgstr "" + +#: frappe/templates/includes/comments/comments.html:163 +msgid "Please enter a valid email address." +msgstr "" + +#: frappe/templates/includes/contact.js:15 +msgid "Please enter both your email and message so that we can get back to you. Thanks!" +msgstr "" + +#: frappe/www/update-password.html:232 +msgid "Please enter the password" +msgstr "" + +#: frappe/public/js/frappe/desk.js:202 +msgctxt "Email Account" +msgid "Please enter the password for: {0}" +msgstr "" + +#: frappe/core/doctype/sms_settings/sms_settings.py:42 +msgid "Please enter valid mobile nos" +msgstr "" + +#: frappe/www/update-password.html:115 +msgid "Please enter your new password." +msgstr "" + +#: frappe/www/update-password.html:108 +msgid "Please enter your old password." +msgstr "" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:406 +msgid "Please find attached {0}: {1}" +msgstr "" + +#: frappe/core/doctype/navbar_settings/navbar_settings.py:43 +msgid "Please hide the standard navbar items instead of deleting them" +msgstr "" + +#: frappe/templates/includes/comments/comments.py:31 +msgid "Please login to post a comment." +msgstr "" + +#: frappe/core/doctype/communication/communication.py:209 +msgid "Please make sure the Reference Communication Docs are not circularly linked." +msgstr "" + +#: frappe/model/document.py:822 +msgid "Please refresh to get the latest document." +msgstr "" + +#: frappe/printing/page/print/print.js:535 +msgid "Please remove the printer mapping in Printer Settings and try again." +msgstr "" + +#: frappe/public/js/frappe/form/form.js:342 +msgid "Please save before attaching." +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.py:133 +msgid "Please save the Newsletter before sending" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/assign_to.js:51 +msgid "Please save the document before assignment" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/assign_to.js:71 +msgid "Please save the document before removing assignment" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1632 +msgid "Please save the report first" +msgstr "" + +#: frappe/website/doctype/web_template/web_template.js:22 +msgid "Please save to edit the template." +msgstr "" + +#: frappe/desk/page/leaderboard/leaderboard.js:244 +msgid "Please select Company" +msgstr "" + +#: frappe/printing/doctype/print_format/print_format.js:30 +msgid "Please select DocType first" +msgstr "" + +#: frappe/contacts/report/addresses_and_contacts/addresses_and_contacts.js:27 +msgid "Please select Entity Type first" +msgstr "" + +#: frappe/core/doctype/system_settings/system_settings.py:108 +msgid "Please select Minimum Password Score" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:1112 +msgid "Please select X and Y fields" +msgstr "" + +#: frappe/utils/__init__.py:115 +msgid "Please select a country code for field {1}." +msgstr "" + +#: frappe/public/js/frappe/file_uploader/FileUploader.vue:487 +msgid "Please select a file first." +msgstr "" + +#: frappe/utils/file_manager.py:51 +msgid "Please select a file or url" +msgstr "" + +#: frappe/model/rename_doc.py:680 +msgid "Please select a valid csv file with data" +msgstr "" + +#: frappe/utils/data.py:254 +msgid "Please select a valid date filter" +msgstr "" + +#: frappe/core/doctype/user_permission/user_permission_list.js:203 +msgid "Please select applicable Doctypes" +msgstr "" + +#: frappe/model/db_query.py:1129 +msgid "Please select atleast 1 column from {0} to sort/group" +msgstr "" + +#: frappe/core/doctype/document_naming_settings/document_naming_settings.py:214 +msgid "Please select prefix first" +msgstr "" + +#: frappe/core/doctype/data_export/data_export.js:42 +msgid "Please select the Document Type." +msgstr "" + +#. Description of the 'Directory Server' (Select) field in DocType 'LDAP +#. Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "Please select the LDAP Directory being used" +msgstr "" + +#: frappe/website/doctype/website_settings/website_settings.js:100 +msgid "Please select {0}" +msgstr "" + +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.py:305 +msgid "Please set Dropbox access keys in site config or doctype" +msgstr "" + +#: frappe/contacts/doctype/contact/contact.py:205 +msgid "Please set Email Address" +msgstr "" + +#: frappe/printing/page/print/print.js:549 +msgid "Please set a printer mapping for this print format in the Printer Settings" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:1328 +msgid "Please set filters" +msgstr "" + +#: frappe/email/doctype/auto_email_report/auto_email_report.py:251 +msgid "Please set filters value in Report Filter table." +msgstr "" + +#: frappe/model/naming.py:548 +msgid "Please set the document name" +msgstr "" + +#: frappe/desk/doctype/dashboard/dashboard.py:120 +msgid "Please set the following documents in this Dashboard as standard first." +msgstr "" + +#: frappe/core/doctype/document_naming_settings/document_naming_settings.py:120 +msgid "Please set the series to be used." +msgstr "" + +#: frappe/core/doctype/system_settings/system_settings.py:121 +msgid "Please setup SMS before setting it as an authentication method, via SMS Settings" +msgstr "" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.js:102 +msgid "Please setup a message first" +msgstr "" + +#: frappe/email/doctype/email_account/email_account.py:406 +msgid "Please setup default Email Account from Settings > Email Account" +msgstr "" + +#: frappe/core/doctype/user/user.py:358 +msgid "Please setup default outgoing Email Account from Settings > Email Account" +msgstr "" + +#: frappe/public/js/frappe/model/model.js:803 +msgid "Please specify" +msgstr "" + +#: frappe/permissions.py:773 +msgid "Please specify a valid parent DocType for {0}" +msgstr "" + +#: frappe/email/doctype/notification/notification.py:88 +msgid "Please specify which date field must be checked" +msgstr "" + +#: frappe/email/doctype/notification/notification.py:91 +msgid "Please specify which value field must be checked" +msgstr "" + +#: frappe/public/js/frappe/request.js:184 +#: frappe/public/js/frappe/views/translation_manager.js:102 +msgid "Please try again" +msgstr "" + +#: frappe/integrations/google_oauth.py:56 +msgid "Please update {} before continuing." +msgstr "" + +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:333 +msgid "Please use a valid LDAP search filter" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.py:336 +msgid "Please verify your Email Address" +msgstr "" + +#: frappe/utils/password.py:205 +msgid "Please visit https://frappecloud.com/docs/sites/migrate-an-existing-site#encryption-key for more information." +msgstr "" + +#. Label of a Select field in DocType 'Energy Point Settings' +#: frappe/social/doctype/energy_point_settings/energy_point_settings.json +msgid "Point Allocation Periodicity" +msgstr "" + +#. Label of a Int field in DocType 'Energy Point Log' +#. Label of a Int field in DocType 'Energy Point Rule' +#: frappe/public/js/frappe/form/sidebar/review.js:75 +#: frappe/social/doctype/energy_point_log/energy_point_log.json +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +msgid "Points" +msgstr "" + +#: frappe/templates/emails/energy_points_summary.html:40 +msgid "Points Given" +msgstr "" + +#. Option for the 'SocketIO Transport Mode' (Select) field in DocType 'System +#. Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Polling" +msgstr "" + +#. Label of a Check field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Popover Element" +msgstr "" + +#. Label of a HTML Editor field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Popover or Modal Description" +msgstr "" + +#. Label of a Data field in DocType 'Email Account' +#. Label of a Data field in DocType 'Email Domain' +#. Label of a Int field in DocType 'Network Printer Settings' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_domain/email_domain.json +#: frappe/printing/doctype/network_printer_settings/network_printer_settings.json +msgid "Port" +msgstr "" + +#. Label of a Card Break in the Website Workspace +#: frappe/website/workspace/website/website.json +msgid "Portal" +msgstr "" + +#. Label of a Table field in DocType 'Portal Settings' +#: frappe/website/doctype/portal_settings/portal_settings.json +msgid "Portal Menu" +msgstr "" + +#. Name of a DocType +#: frappe/website/doctype/portal_menu_item/portal_menu_item.json +msgid "Portal Menu Item" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Website Workspace +#: frappe/website/doctype/portal_settings/portal_settings.json +#: frappe/website/workspace/website/website.json +msgid "Portal Settings" +msgstr "" + +#: frappe/public/js/frappe/form/print_utils.js:31 +msgid "Portrait" +msgstr "" + +#. Label of a Select field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Position" +msgstr "" + +#: frappe/templates/discussions/comment_box.html:29 +#: frappe/templates/discussions/reply_card.html:15 +#: frappe/templates/discussions/reply_section.html:29 +#: frappe/templates/discussions/reply_section.html:53 +#: frappe/templates/discussions/topic_modal.html:11 +msgid "Post" +msgstr "" + +#: frappe/templates/discussions/reply_section.html:40 +msgid "Post it here, our mentors will help you out." +msgstr "" + +#. Option for the 'Address Type' (Select) field in DocType 'Address' +#: frappe/contacts/doctype/address/address.json +msgid "Postal" +msgstr "" + +#. Label of a Data field in DocType 'Address' +#: frappe/contacts/doctype/address/address.json +msgid "Postal Code" +msgstr "" + +#. Label of a Datetime field in DocType 'Changelog Feed' +#: frappe/desk/doctype/changelog_feed/changelog_feed.json +msgid "Posting Timestamp" +msgstr "" + +#. Group in Blog Category's connections +#: frappe/website/doctype/blog_category/blog_category.json +msgid "Posts" +msgstr "" + +#: frappe/website/doctype/blog_post/blog_post.py:258 +msgid "Posts by {0}" +msgstr "" + +#: frappe/website/doctype/blog_post/blog_post.py:250 +msgid "Posts filed under {0}" +msgstr "" + +#. Label of a Select field in DocType 'DocField' +#. Label of a Select field in DocType 'Custom Field' +#. Label of a Select field in DocType 'Customize Form Field' +#. Label of a Select field in DocType 'Web Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Precision" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1362 +msgid "Precision should be between 1 and 6" +msgstr "" + +#: frappe/utils/password_strength.py:183 +msgid "Predictable substitutions like '@' instead of 'a' don't help very much." +msgstr "" + +#: frappe/desk/page/setup_wizard/install_fixtures.py:35 +msgid "Prefer not to say" +msgstr "" + +#. Label of a Check field in DocType 'Address' +#: frappe/contacts/doctype/address/address.json +msgid "Preferred Billing Address" +msgstr "" + +#. Label of a Check field in DocType 'Address' +#: frappe/contacts/doctype/address/address.json +msgid "Preferred Shipping Address" +msgstr "" + +#. Label of a Data field in DocType 'Document Naming Rule' +#. Label of a Autocomplete field in DocType 'Document Naming Settings' +#: frappe/core/doctype/document_naming_rule/document_naming_rule.json +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Prefix" +msgstr "" + +#. Name of a DocType +#. Label of a Check field in DocType 'Report' +#: frappe/core/doctype/prepared_report/prepared_report.json +#: frappe/core/doctype/report/report.json +msgid "Prepared Report" +msgstr "" + +#. Name of a role +#: frappe/core/doctype/prepared_report/prepared_report.json +msgid "Prepared Report User" +msgstr "" + +#: frappe/desk/query_report.py:302 +msgid "Prepared report render failed" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:471 +msgid "Preparing Report" +msgstr "" + +#: frappe/public/js/frappe/views/communication.js:419 +msgid "Prepend the template to the email message" +msgstr "" + +#: frappe/public/js/frappe/ui/keyboard.js:138 +msgid "Press Alt Key to trigger additional shortcuts in Menu and Sidebar" +msgstr "" + +#: frappe/public/js/frappe/list/list_filter.js:134 +msgid "Press Enter to save" +msgstr "" + +#. Label of a Section Break field in DocType 'Data Import' +#. Label of a Section Break field in DocType 'File' +#. Label of a Section Break field in DocType 'Custom HTML Block' +#. Label of a Tab Break field in DocType 'Webhook' +#. Label of a Attach Image field in DocType 'Print Style' +#: frappe/core/doctype/data_import/data_import.json +#: frappe/core/doctype/file/file.json +#: frappe/desk/doctype/custom_html_block/custom_html_block.json +#: frappe/email/doctype/newsletter/newsletter.js:14 +#: frappe/email/doctype/newsletter/newsletter.js:42 +#: frappe/integrations/doctype/webhook/webhook.json +#: frappe/printing/doctype/print_style/print_style.json +#: frappe/public/js/frappe/form/controls/markdown_editor.js:17 +#: frappe/public/js/frappe/form/controls/markdown_editor.js:31 +#: frappe/public/js/frappe/ui/capture.js:228 +msgid "Preview" +msgstr "" + +#. Label of a HTML field in DocType 'File' +#: frappe/core/doctype/file/file.json +msgid "Preview HTML" +msgstr "" + +#. Label of a Attach Image field in DocType 'Blog Category' +#. Label of a Attach Image field in DocType 'Blog Settings' +#: frappe/website/doctype/blog_category/blog_category.json +#: frappe/website/doctype/blog_settings/blog_settings.json +msgid "Preview Image" +msgstr "" + +#. Label of a Button field in DocType 'Auto Repeat' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +msgid "Preview Message" +msgstr "" + +#: frappe/public/js/form_builder/form_builder.bundle.js:83 +msgid "Preview Mode" +msgstr "" + +#. Label of a Text field in DocType 'Document Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Preview of generated names" +msgstr "" + +#: frappe/public/js/print_format_builder/Preview.vue:103 +msgid "Preview type" +msgstr "" + +#: frappe/email/doctype/email_group/email_group.js:90 +msgid "Preview:" +msgstr "" + +#: frappe/public/js/frappe/web_form/web_form.js:95 +#: frappe/public/js/onboarding_tours/onboarding_tours.js:16 +#: frappe/templates/includes/slideshow.html:34 +#: frappe/website/web_template/slideshow/slideshow.html:40 +msgid "Previous" +msgstr "" + +#: frappe/public/js/frappe/ui/slides.js:351 +msgctxt "Go to previous slide" +msgid "Previous" +msgstr "" + +#: frappe/public/js/frappe/form/toolbar.js:290 +msgid "Previous Document" +msgstr "" + +#. Label of a Small Text field in DocType 'Transaction Log' +#: frappe/core/doctype/transaction_log/transaction_log.json +msgid "Previous Hash" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:2115 +msgid "Previous Submission" +msgstr "" + +#. Option for the 'Style' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "Primary" +msgstr "" + +#: frappe/public/js/frappe/form/templates/address_list.html:21 +msgid "Primary Address" +msgstr "" + +#. Label of a Link field in DocType 'Website Theme' +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Primary Color" +msgstr "" + +#: frappe/public/js/frappe/form/templates/contact_list.html:17 +msgid "Primary Contact" +msgstr "" + +#: frappe/public/js/frappe/form/templates/contact_list.html:63 +msgid "Primary Email" +msgstr "" + +#: frappe/public/js/frappe/form/templates/contact_list.html:43 +msgid "Primary Mobile" +msgstr "" + +#: frappe/public/js/frappe/form/templates/contact_list.html:35 +msgid "Primary Phone" +msgstr "" + +#. Label of a Check field in DocType 'Custom DocPerm' +#. Label of a Check field in DocType 'DocPerm' +#. Label of a Check field in DocType 'User Document Type' +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/docperm/docperm.json +#: frappe/core/doctype/success_action/success_action.js:58 +#: frappe/core/doctype/user_document_type/user_document_type.json +#: frappe/printing/page/print/print.js:65 +#: frappe/public/js/frappe/form/success_action.js:81 +#: frappe/public/js/frappe/form/templates/print_layout.html:46 +#: frappe/public/js/frappe/form/toolbar.js:322 +#: frappe/public/js/frappe/form/toolbar.js:334 +#: frappe/public/js/frappe/list/bulk_operations.js:95 +#: frappe/public/js/frappe/views/reports/query_report.js:1649 +#: frappe/public/js/frappe/views/reports/report_view.js:1461 +#: frappe/public/js/frappe/views/treeview.js:456 frappe/www/printview.html:18 +msgid "Print" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1918 +msgctxt "Button in list view actions menu" +msgid "Print" +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:48 +msgid "Print Documents" +msgstr "" + +#. Label of a Link field in DocType 'Auto Repeat' +#. Linked DocType in DocType's connections +#. Linked DocType in Module Def's connections +#. Label of a Link in the Build Workspace +#. Label of a Link field in DocType 'Notification' +#. Name of a DocType +#. Label of a Link field in DocType 'Web Form' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/module_def/module_def.json +#: frappe/core/workspace/build/build.json +#: frappe/email/doctype/notification/notification.json +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/printing/page/print/print.js:94 +#: frappe/printing/page/print/print.js:822 +#: frappe/public/js/frappe/list/bulk_operations.js:59 +#: frappe/website/doctype/web_form/web_form.json +msgid "Print Format" +msgstr "" + +#. Label of a Link in the Tools Workspace +#. Label of a shortcut in the Build Workspace +#. Label of a Check field in DocType 'Print Format' +#: frappe/automation/workspace/tools/tools.json +#: frappe/core/workspace/build/build.json +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/printing/page/print_format_builder/print_format_builder.js:44 +#: frappe/printing/page/print_format_builder/print_format_builder.js:67 +#: frappe/printing/page/print_format_builder_beta/print_format_builder_beta.js:4 +msgid "Print Format Builder" +msgstr "" + +#. Label of a Link in the Tools Workspace +#: frappe/automation/workspace/tools/tools.json +msgid "Print Format Builder (New)" +msgstr "" + +#. Label of a Check field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "Print Format Builder Beta" +msgstr "" + +#: frappe/utils/pdf.py:57 +msgid "Print Format Error" +msgstr "" + +#. Name of a DocType +#: frappe/printing/doctype/print_format_field_template/print_format_field_template.json +msgid "Print Format Field Template" +msgstr "" + +#. Label of a HTML field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "Print Format Help" +msgstr "" + +#. Label of a Select field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "Print Format Type" +msgstr "" + +#: frappe/www/printview.py:409 +msgid "Print Format {0} is disabled" +msgstr "" + +#. Description of the Onboarding Step 'Customize Print Formats' +#: frappe/custom/onboarding_step/print_format/print_format.json +msgid "Print Formats allow you can define looks for documents when printed or converted to PDF. You can also create a custom Print Format using drag-and-drop tools." +msgstr "" + +#. Label of a Link in the Tools Workspace +#. Name of a DocType +#. Label of a Data field in DocType 'Print Heading' +#: frappe/automation/workspace/tools/tools.json +#: frappe/printing/doctype/print_heading/print_heading.json +msgid "Print Heading" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Print Hide" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Print Hide If No Value" +msgstr "" + +#: frappe/public/js/frappe/views/communication.js:156 +msgid "Print Language" +msgstr "" + +#: frappe/public/js/frappe/form/print_utils.js:197 +msgid "Print Sent to the printer!" +msgstr "" + +#. Label of a Section Break field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Print Server" +msgstr "" + +#. Label of a Link in the Tools Workspace +#. Label of a Section Break field in DocType 'Notification' +#. Name of a DocType +#: frappe/automation/workspace/tools/tools.json +#: frappe/email/doctype/notification/notification.json +#: frappe/printing/doctype/print_settings/print_settings.json +#: frappe/printing/doctype/print_style/print_style.js:6 +#: frappe/printing/page/print/print.js:160 +#: frappe/public/js/frappe/form/print_utils.js:71 +#: frappe/public/js/frappe/form/templates/print_layout.html:35 +msgid "Print Settings" +msgstr "" + +#. Label of a Section Break field in DocType 'Print Settings' +#. Label of a Link field in DocType 'Print Settings' +#. Name of a DocType +#: frappe/printing/doctype/print_settings/print_settings.json +#: frappe/printing/doctype/print_style/print_style.json +msgid "Print Style" +msgstr "" + +#. Label of a Data field in DocType 'Print Style' +#: frappe/printing/doctype/print_style/print_style.json +msgid "Print Style Name" +msgstr "" + +#. Label of a HTML field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Print Style Preview" +msgstr "" + +#. Label of a Data field in DocType 'DocField' +#. Label of a Data field in DocType 'Custom Field' +#. Label of a Data field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Print Width" +msgstr "" + +#. Description of the 'Print Width' (Data) field in DocType 'Customize Form +#. Field' +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Print Width of the field, if the field is a column in a table" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:169 +msgid "Print document" +msgstr "" + +#. Label of a Check field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Print with letterhead" +msgstr "" + +#: frappe/printing/page/print/print.js:831 +msgid "Printer" +msgstr "" + +#: frappe/printing/page/print/print.js:808 +msgid "Printer Mapping" +msgstr "" + +#. Label of a Select field in DocType 'Network Printer Settings' +#: frappe/printing/doctype/network_printer_settings/network_printer_settings.json +msgid "Printer Name" +msgstr "" + +#: frappe/printing/page/print/print.js:800 +msgid "Printer Settings" +msgstr "" + +#: frappe/printing/page/print/print.js:548 +msgid "Printer mapping not set." +msgstr "" + +#. Label of a Card Break in the Tools Workspace +#: frappe/automation/workspace/tools/tools.json +msgid "Printing" +msgstr "" + +#: frappe/utils/print_format.py:282 +msgid "Printing failed" +msgstr "" + +#. Label of a Int field in DocType 'Assignment Rule' +#. Label of a Int field in DocType 'Document Naming Rule' +#. Label of a Select field in DocType 'ToDo' +#. Label of a Int field in DocType 'Email Queue' +#. Label of a Int field in DocType 'Web Page' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +#: frappe/core/doctype/document_naming_rule/document_naming_rule.json +#: frappe/desk/doctype/todo/todo.json frappe/desk/report/todo/todo.py:37 +#: frappe/email/doctype/email_queue/email_queue.json +#: frappe/public/js/frappe/form/sidebar/assign_to.js:210 +#: frappe/website/doctype/web_page/web_page.json +msgid "Priority" +msgstr "" + +#. Label of a Check field in DocType 'Custom HTML Block' +#. Option for the 'Event Type' (Select) field in DocType 'Event' +#. Label of a Check field in DocType 'Kanban Board' +#: frappe/desk/doctype/custom_html_block/custom_html_block.json +#: frappe/desk/doctype/event/event.json +#: frappe/desk/doctype/kanban_board/kanban_board.json +#: frappe/desk/doctype/note/note_list.js:8 +#: frappe/public/js/frappe/file_uploader/FilePreview.vue:34 +msgid "Private" +msgstr "" + +#. Label of a Float field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Private Files (MB)" +msgstr "" + +#. Description of the 'Auto Reply Message' (Text Editor) field in DocType +#. 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "ProTip: Add Reference: {{ reference_doctype }} {{ reference_name }} to send document reference" +msgstr "" + +#: frappe/core/doctype/document_naming_rule/document_naming_rule.js:22 +msgid "Proceed" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:859 +msgid "Proceed Anyway" +msgstr "" + +#: frappe/public/js/frappe/form/controls/table.js:104 +msgid "Processing" +msgstr "" + +#: frappe/email/doctype/email_queue/email_queue.py:433 +msgid "Processing..." +msgstr "" + +#: frappe/desk/page/setup_wizard/install_fixtures.py:52 +msgid "Prof" +msgstr "" + +#. Group in User's connections +#: frappe/core/doctype/user/user.json +msgid "Profile" +msgstr "" + +#: frappe/public/js/frappe/socketio_client.js:78 +msgid "Progress" +msgstr "" + +#: frappe/public/js/frappe/views/kanban/kanban_view.js:408 +msgid "Project" +msgstr "" + +#. Label of a Data field in DocType 'Property Setter' +#: frappe/core/doctype/version/version_view.html:12 +#: frappe/core/doctype/version/version_view.html:37 +#: frappe/core/doctype/version/version_view.html:74 +#: frappe/custom/doctype/property_setter/property_setter.json +msgid "Property" +msgstr "" + +#. Label of a Section Break field in DocType 'Customize Form Field' +#. Label of a Section Break field in DocType 'Web Form Field' +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Property Depends On" +msgstr "" + +#. Linked DocType in Module Def's connections +#. Name of a DocType +#: frappe/core/doctype/module_def/module_def.json +#: frappe/custom/doctype/property_setter/property_setter.json +msgid "Property Setter" +msgstr "" + +#. Description of a DocType +#: frappe/custom/doctype/property_setter/property_setter.json +msgid "Property Setter overrides a standard DocType or Field property" +msgstr "" + +#. Label of a Data field in DocType 'Property Setter' +#: frappe/custom/doctype/property_setter/property_setter.json +msgid "Property Type" +msgstr "" + +#. Description of the 'Allowed File Extensions' (Small Text) field in DocType +#. 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Provide a list of allowed file extensions for file uploads. Each line should contain one allowed file type. If unset, all file extensions are allowed. Example:
    CSV
    JPG
    PNG" +msgstr "" + +#. Label of a Data field in DocType 'User Social Login' +#: frappe/core/doctype/user_social_login/user_social_login.json +msgid "Provider" +msgstr "" + +#. Label of a Data field in DocType 'Connected App' +#. Label of a Data field in DocType 'Social Login Key' +#. Label of a Data field in DocType 'Token Cache' +#: frappe/integrations/doctype/connected_app/connected_app.json +#: frappe/integrations/doctype/social_login_key/social_login_key.json +#: frappe/integrations/doctype/token_cache/token_cache.json +msgid "Provider Name" +msgstr "" + +#. Option for the 'Event Type' (Select) field in DocType 'Event' +#. Label of a Check field in DocType 'Note' +#. Label of a Check field in DocType 'Workspace' +#: frappe/desk/doctype/event/event.json frappe/desk/doctype/note/note.json +#: frappe/desk/doctype/note/note_list.js:6 +#: frappe/desk/doctype/workspace/workspace.json +#: frappe/public/js/frappe/views/interaction.js:78 +#: frappe/public/js/frappe/views/workspace/workspace.js:658 +#: frappe/public/js/frappe/views/workspace/workspace.js:986 +#: frappe/public/js/frappe/views/workspace/workspace.js:1232 +msgid "Public" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:35 +msgctxt "Workspace Category" +msgid "Public" +msgstr "" + +#. Label of a Float field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Public Files (MB)" +msgstr "" + +#. Label of a Check field in DocType 'Package Release' +#: frappe/core/doctype/package_release/package_release.json +#: frappe/website/doctype/blog_post/blog_post.js:36 +#: frappe/website/doctype/web_form/web_form.js:86 +msgid "Publish" +msgstr "" + +#. Label of a Section Break field in DocType 'Newsletter' +#: frappe/email/doctype/newsletter/newsletter.json +msgid "Publish as a web page" +msgstr "" + +#. Label of a Check field in DocType 'Comment' +#. Label of a Check field in DocType 'Newsletter' +#. Label of a Check field in DocType 'Blog Category' +#. Label of a Check field in DocType 'Blog Post' +#. Label of a Check field in DocType 'Help Article' +#. Label of a Check field in DocType 'Help Category' +#. Label of a Check field in DocType 'Web Form' +#. Label of a Check field in DocType 'Web Page' +#: frappe/core/doctype/comment/comment.json +#: frappe/email/doctype/newsletter/newsletter.json +#: frappe/website/doctype/blog_category/blog_category.json +#: frappe/website/doctype/blog_post/blog_post.json +#: frappe/website/doctype/blog_post/blog_post_list.js:5 +#: frappe/website/doctype/help_article/help_article.json +#: frappe/website/doctype/help_category/help_category.json +#: frappe/website/doctype/web_form/web_form.json +#: frappe/website/doctype/web_form/web_form_list.js:5 +#: frappe/website/doctype/web_page/web_page.json +#: frappe/website/doctype/web_page/web_page_list.js:5 +msgid "Published" +msgstr "" + +#. Label of a Date field in DocType 'Blog Post' +#: frappe/website/doctype/blog_post/blog_post.json +msgid "Published On" +msgstr "" + +#: frappe/website/doctype/blog_post/templates/blog_post.html:59 +msgid "Published on" +msgstr "" + +#. Label of a Section Break field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "Publishing Dates" +msgstr "" + +#. Label of a Check field in DocType 'Google Calendar' +#: frappe/integrations/doctype/google_calendar/google_calendar.json +msgid "Pull from Google Calendar" +msgstr "" + +#. Label of a Check field in DocType 'Google Contacts' +#: frappe/integrations/doctype/google_contacts/google_contacts.json +msgid "Pull from Google Contacts" +msgstr "" + +#. Label of a Check field in DocType 'Event' +#: frappe/desk/doctype/event/event.json +msgid "Pulled from Google Calendar" +msgstr "" + +#. Label of a Check field in DocType 'Contact' +#: frappe/contacts/doctype/contact/contact.json +msgid "Pulled from Google Contacts" +msgstr "" + +#. Name of a role +#: frappe/contacts/doctype/contact/contact.json +msgid "Purchase Manager" +msgstr "" + +#. Name of a role +#: frappe/contacts/doctype/contact/contact.json +msgid "Purchase Master Manager" +msgstr "" + +#. Name of a role +#: frappe/contacts/doctype/address/address.json +#: frappe/contacts/doctype/contact/contact.json +#: frappe/geo/doctype/currency/currency.json +msgid "Purchase User" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'DocType State' +#. Option for the 'Indicator' (Select) field in DocType 'Kanban Board Column' +#: frappe/core/doctype/doctype_state/doctype_state.json +#: frappe/desk/doctype/kanban_board_column/kanban_board_column.json +msgid "Purple" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Integrations Workspace +#: frappe/integrations/doctype/push_notification_settings/push_notification_settings.json +#: frappe/integrations/workspace/integrations/integrations.json +msgid "Push Notification Settings" +msgstr "" + +#. Label of a Card Break in the Integrations Workspace +#: frappe/integrations/workspace/integrations/integrations.json +msgid "Push Notifications" +msgstr "" + +#. Label of a Check field in DocType 'Google Calendar' +#: frappe/integrations/doctype/google_calendar/google_calendar.json +msgid "Push to Google Calendar" +msgstr "" + +#. Label of a Check field in DocType 'Google Contacts' +#: frappe/integrations/doctype/google_contacts/google_contacts.json +msgid "Push to Google Contacts" +msgstr "" + +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.js:23 +msgid "Put on Hold" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'System Console' +#: frappe/desk/doctype/system_console/system_console.json +msgid "Python" +msgstr "" + +#: frappe/www/qrcode.html:3 +msgid "QR Code" +msgstr "" + +#: frappe/www/qrcode.html:6 +msgid "QR Code for Login Verification" +msgstr "" + +#: frappe/public/js/frappe/form/print_utils.js:206 +msgid "QZ Tray Failed: " +msgstr "" + +#. Option for the 'Frequency' (Select) field in DocType 'Auto Repeat' +#. Option for the 'Time Interval' (Select) field in DocType 'Dashboard Chart' +#. Option for the 'Period' (Select) field in DocType 'Auto Email Report' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +#: frappe/public/js/frappe/utils/common.js:401 +msgid "Quarterly" +msgstr "" + +#. Label of a Data field in DocType 'Recorder Query' +#. Label of a Code field in DocType 'Report' +#: frappe/core/doctype/recorder_query/recorder_query.json +#: frappe/core/doctype/report/report.json +msgid "Query" +msgstr "" + +#. Label of a Section Break field in DocType 'Report' +#: frappe/core/doctype/report/report.json +msgid "Query / Script" +msgstr "" + +#. Label of a Small Text field in DocType 'Contact Us Settings' +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +msgid "Query Options" +msgstr "" + +#. Label of a Table field in DocType 'Connected App' +#. Name of a DocType +#: frappe/integrations/doctype/connected_app/connected_app.json +#: frappe/integrations/doctype/query_parameters/query_parameters.json +msgid "Query Parameters" +msgstr "" + +#. Option for the 'Report Type' (Select) field in DocType 'Report' +#: frappe/core/doctype/report/report.json +#: frappe/public/js/frappe/views/reports/query_report.js:17 +msgid "Query Report" +msgstr "" + +#: frappe/core/doctype/recorder/recorder.py:198 +msgid "Query analysis complete. Check suggested indexes." +msgstr "" + +#: frappe/utils/safe_exec.py:477 +msgid "Query must be of SELECT or read-only WITH type." +msgstr "" + +#. Label of a Select field in DocType 'RQ Job' +#. Label of a Data field in DocType 'System Health Report Queue' +#: frappe/core/doctype/rq_job/rq_job.json +#: frappe/desk/doctype/system_health_report_queue/system_health_report_queue.json +msgid "Queue" +msgstr "" + +#. Label of a Table field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Queue Status" +msgstr "" + +#. Label of a Select field in DocType 'RQ Worker' +#: frappe/core/doctype/rq_worker/rq_worker.json +msgid "Queue Type(s)" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#. Label of a Check field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Queue in Background (BETA)" +msgstr "" + +#: frappe/utils/background_jobs.py:441 +msgid "Queue should be one of {0}" +msgstr "" + +#. Label of a Data field in DocType 'RQ Worker' +#: frappe/core/doctype/rq_worker/rq_worker.json +msgid "Queue(s)" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Prepared Report' +#. Option for the 'Status' (Select) field in DocType 'Submission Queue' +#. Option for the 'Status' (Select) field in DocType 'Integration Request' +#: frappe/core/doctype/prepared_report/prepared_report.json +#: frappe/core/doctype/submission_queue/submission_queue.json +#: frappe/email/doctype/newsletter/newsletter.js:208 +#: frappe/integrations/doctype/integration_request/integration_request.json +msgid "Queued" +msgstr "" + +#. Label of a Datetime field in DocType 'Prepared Report' +#: frappe/core/doctype/prepared_report/prepared_report.json +msgid "Queued At" +msgstr "" + +#. Label of a Data field in DocType 'Prepared Report' +#: frappe/core/doctype/prepared_report/prepared_report.json +msgid "Queued By" +msgstr "" + +#: frappe/core/doctype/submission_queue/submission_queue.py:174 +msgid "Queued for Submission. You can track the progress over {0}." +msgstr "" + +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.py:65 +#: frappe/integrations/doctype/google_drive/google_drive.py:155 +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.py:82 +msgid "Queued for backup. It may take a few minutes to an hour." +msgstr "" + +#: frappe/desk/page/backups/backups.py:93 +msgid "Queued for backup. You will receive an email with the download link" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.js:95 +msgid "Queued {0} emails" +msgstr "" + +#. Label of a Data field in DocType 'System Health Report Workers' +#: frappe/desk/doctype/system_health_report_workers/system_health_report_workers.json +msgid "Queues" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.js:90 +msgid "Queuing emails..." +msgstr "" + +#: frappe/desk/doctype/bulk_update/bulk_update.py:87 +msgid "Queuing {0} for Submission" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#. Label of a Check field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Quick Entry" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:3 +msgid "Quick Help for Setting Permissions" +msgstr "" + +#. Label of a Code field in DocType 'Workspace Quick List' +#: frappe/desk/doctype/workspace_quick_list/workspace_quick_list.json +msgid "Quick List Filter" +msgstr "" + +#. Label of a Tab Break field in DocType 'Workspace' +#. Label of a Table field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "Quick Lists" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_utils.js:286 +msgid "Quoting must be between 0 and 3" +msgstr "" + +#. Label of a Section Break field in DocType 'Access Log' +#: frappe/core/doctype/access_log/access_log.json +msgid "RAW Information Log" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/rq_job/rq_job.json +msgid "RQ Job" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/rq_worker/rq_worker.json +msgid "RQ Worker" +msgstr "" + +#. Option for the 'Naming Rule' (Select) field in DocType 'DocType' +#. Option for the 'Naming Rule' (Select) field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Random" +msgstr "" + +#: frappe/website/report/website_analytics/website_analytics.js:20 +msgid "Range" +msgstr "" + +#: frappe/desk/page/user_profile/user_profile_controller.js:402 +msgid "Rank" +msgstr "" + +#. Label of a Section Break field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "Rate Limiting" +msgstr "" + +#. Label of a Section Break field in DocType 'Blog Settings' +#: frappe/website/doctype/blog_settings/blog_settings.json +msgid "Rate Limits" +msgstr "" + +#. Label of a Int field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Rate limit for email link login" +msgstr "" + +#. Label of a Int field in DocType 'Communication' +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Rating" +msgstr "" + +#. Label of a Code field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/printing/doctype/print_format/print_format.py:89 +msgid "Raw Commands" +msgstr "" + +#. Label of a Code field in DocType 'Unhandled Email' +#: frappe/email/doctype/unhandled_email/unhandled_email.json +msgid "Raw Email" +msgstr "" + +#. Label of a Check field in DocType 'Print Format' +#. Label of a Section Break field in DocType 'Print Settings' +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Raw Printing" +msgstr "" + +#: frappe/printing/page/print/print.js:165 +msgid "Raw Printing Setting" +msgstr "" + +#: frappe/public/js/frappe/form/templates/print_layout.html:37 +msgid "Raw Printing Settings" +msgstr "" + +#: frappe/desk/doctype/console_log/console_log.js:6 +msgid "Re-Run in Console" +msgstr "" + +#: frappe/email/doctype/email_account/email_account.py:673 +msgid "Re:" +msgstr "" + +#: frappe/core/doctype/communication/communication.js:268 +#: frappe/public/js/frappe/form/footer/form_timeline.js:589 +#: frappe/public/js/frappe/views/communication.js:355 +msgid "Re: {0}" +msgstr "" + +#. Option for the 'Delivery Status' (Select) field in DocType 'Communication' +#. Label of a Check field in DocType 'Custom DocPerm' +#. Label of a Check field in DocType 'DocPerm' +#. Label of a Check field in DocType 'DocShare' +#. Label of a Check field in DocType 'User Document Type' +#. Label of a Check field in DocType 'Notification Log' +#. Option for the 'Action' (Select) field in DocType 'Email Flag Queue' +#: frappe/client.py:459 frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/docperm/docperm.json +#: frappe/core/doctype/docshare/docshare.json +#: frappe/core/doctype/user_document_type/user_document_type.json +#: frappe/desk/doctype/notification_log/notification_log.json +#: frappe/email/doctype/email_flag_queue/email_flag_queue.json +msgid "Read" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Label of a Check field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Label of a Check field in DocType 'Customize Form Field' +#. Label of a Check field in DocType 'Web Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/public/js/form_builder/form_builder.bundle.js:83 +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Read Only" +msgstr "" + +#. Label of a Code field in DocType 'Custom Field' +#. Label of a Code field in DocType 'Customize Form Field' +#. Label of a Code field in DocType 'Web Form Field' +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Read Only Depends On" +msgstr "" + +#. Label of a Code field in DocType 'DocField' +#: frappe/core/doctype/docfield/docfield.json +msgid "Read Only Depends On (JS)" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/navbar.html:16 +#: frappe/templates/includes/navbar/navbar_items.html:97 +msgid "Read Only Mode" +msgstr "" + +#. Label of a Int field in DocType 'Blog Post' +#: frappe/website/doctype/blog_post/blog_post.json +msgid "Read Time" +msgstr "" + +#. Label of a Check field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Read by Recipient" +msgstr "" + +#. Label of a Datetime field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Read by Recipient On" +msgstr "" + +#: frappe/desk/doctype/note/note.js:10 +msgid "Read mode" +msgstr "" + +#: frappe/utils/safe_exec.py:93 +msgid "Read the documentation to know more" +msgstr "" + +#. Label of a Markdown Editor field in DocType 'Package' +#: frappe/core/doctype/package/package.json +msgid "Readme" +msgstr "" + +#. Label of a Section Break field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Realtime (SocketIO)" +msgstr "" + +#. Label of a Long Text field in DocType 'Unhandled Email' +#. Label of a Text field in DocType 'Energy Point Log' +#: frappe/email/doctype/unhandled_email/unhandled_email.json +#: frappe/public/js/frappe/form/sidebar/review.js:85 +#: frappe/social/doctype/energy_point_log/energy_point_log.js:20 +#: frappe/social/doctype/energy_point_log/energy_point_log.json +msgid "Reason" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:820 +msgid "Rebuild" +msgstr "" + +#: frappe/public/js/frappe/views/treeview.js:475 +msgid "Rebuild Tree" +msgstr "" + +#: frappe/utils/nestedset.py:181 +msgid "Rebuilding of tree is not supported for {}" +msgstr "" + +#. Option for the 'Sent or Received' (Select) field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Received" +msgstr "" + +#: frappe/integrations/doctype/token_cache/token_cache.py:50 +msgid "Received an invalid token type." +msgstr "" + +#. Label of a Select field in DocType 'Notification Recipient' +#: frappe/email/doctype/notification_recipient/notification_recipient.json +msgid "Receiver By Document Field" +msgstr "" + +#. Label of a Link field in DocType 'Notification Recipient' +#: frappe/email/doctype/notification_recipient/notification_recipient.json +msgid "Receiver By Role" +msgstr "" + +#. Label of a Data field in DocType 'SMS Settings' +#: frappe/core/doctype/sms_settings/sms_settings.json +msgid "Receiver Parameter" +msgstr "" + +#: frappe/desk/page/user_profile/user_profile.html:39 +msgid "Recent Activity" +msgstr "" + +#: frappe/utils/password_strength.py:117 +msgid "Recent years are easy to guess." +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:532 +msgid "Recents" +msgstr "" + +#. Label of a Table field in DocType 'Email Queue' +#. Label of a Data field in DocType 'Email Queue Recipient' +#: frappe/email/doctype/email_queue/email_queue.json +#: frappe/email/doctype/email_queue_recipient/email_queue_recipient.json +msgid "Recipient" +msgstr "" + +#. Option for the 'Delivery Status' (Select) field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Recipient Unsubscribed" +msgstr "" + +#. Label of a Small Text field in DocType 'Auto Repeat' +#. Label of a Section Break field in DocType 'Notification' +#. Label of a Table field in DocType 'Notification' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/email/doctype/notification/notification.json +msgid "Recipients" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/recorder/recorder.json +msgid "Recorder" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/recorder_query/recorder_query.json +msgid "Recorder Query" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/recorder_suggested_index/recorder_suggested_index.json +msgid "Recorder Suggested Index" +msgstr "" + +#: frappe/core/doctype/user_permission/user_permission_help.html:2 +msgid "Records for following doctypes will be filtered" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1570 +msgid "Recursive Fetch From" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'DocType State' +#. Option for the 'Indicator' (Select) field in DocType 'Kanban Board Column' +#: frappe/core/doctype/doctype_state/doctype_state.json +#: frappe/desk/doctype/kanban_board_column/kanban_board_column.json +msgid "Red" +msgstr "" + +#. Label of a Select field in DocType 'Website Route Redirect' +#: frappe/website/doctype/website_route_redirect/website_route_redirect.json +msgid "Redirect HTTP Status" +msgstr "" + +#. Label of a Data field in DocType 'Connected App' +#: frappe/integrations/doctype/connected_app/connected_app.json +msgid "Redirect URI" +msgstr "" + +#. Label of a Data field in DocType 'OAuth Authorization Code' +#: frappe/integrations/doctype/oauth_authorization_code/oauth_authorization_code.json +msgid "Redirect URI Bound To Auth Code" +msgstr "" + +#. Label of a Text field in DocType 'OAuth Client' +#: frappe/integrations/doctype/oauth_client/oauth_client.json +msgid "Redirect URIs" +msgstr "" + +#. Label of a Small Text field in DocType 'User' +#. Label of a Data field in DocType 'Social Login Key' +#: frappe/core/doctype/user/user.json +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Redirect URL" +msgstr "" + +#. Description of the 'Default App' (Select) field in DocType 'System Settings' +#. Description of the 'Default App' (Select) field in DocType 'User' +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/core/doctype/user/user.json +msgid "Redirect to the selected app after login" +msgstr "" + +#. Description of the 'Welcome URL' (Data) field in DocType 'Email Group' +#: frappe/email/doctype/email_group/email_group.json +msgid "Redirect to this URL after successful confirmation." +msgstr "" + +#. Label of a Tab Break field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Redirects" +msgstr "" + +#: frappe/sessions.py:147 +msgid "Redis cache server not running. Please contact Administrator / Tech support" +msgstr "" + +#: frappe/public/js/frappe/form/toolbar.js:463 +msgid "Redo" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:163 +#: frappe/public/js/frappe/form/toolbar.js:471 +msgid "Redo last action" +msgstr "" + +#. Label of a Link field in DocType 'Report' +#: frappe/core/doctype/report/report.json +msgid "Ref DocType" +msgstr "" + +#: frappe/desk/doctype/form_tour/form_tour.js:38 +msgid "Referance Doctype and Dashboard Name both can't be used at the same time." +msgstr "" + +#. Label of a Section Break field in DocType 'Address' +#. Label of a Section Break field in DocType 'Contact' +#. Label of a Section Break field in DocType 'Activity Log' +#. Label of a Section Break field in DocType 'Communication' +#. Label of a Section Break field in DocType 'ToDo' +#. Label of a Section Break field in DocType 'Integration Request' +#: frappe/contacts/doctype/address/address.json +#: frappe/contacts/doctype/contact/contact.json +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/user_type/user_type_dashboard.py:5 +#: frappe/desk/doctype/todo/todo.json frappe/desk/report/todo/todo.py:42 +#: frappe/integrations/doctype/integration_request/integration_request.json +#: frappe/public/js/frappe/views/interaction.js:54 +msgid "Reference" +msgstr "" + +#. Label of a Select field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Reference Date" +msgstr "" + +#. Label of a Data field in DocType 'Email Queue' +#: frappe/email/doctype/email_queue/email_queue.json +msgid "Reference DocName" +msgstr "" + +#. Label of a Link field in DocType 'Error Log' +#. Label of a Link field in DocType 'Submission Queue' +#: frappe/core/doctype/error_log/error_log.json +#: frappe/core/doctype/submission_queue/submission_queue.json +msgid "Reference DocType" +msgstr "" + +#: frappe/email/doctype/email_unsubscribe/email_unsubscribe.py:26 +msgid "Reference DocType and Reference Name are required" +msgstr "" + +#. Label of a Dynamic Link field in DocType 'Submission Queue' +#. Label of a Dynamic Link field in DocType 'Discussion Topic' +#: frappe/core/doctype/submission_queue/submission_queue.json +#: frappe/website/doctype/discussion_topic/discussion_topic.json +msgid "Reference Docname" +msgstr "" + +#. Label of a Link field in DocType 'Discussion Topic' +#: frappe/core/doctype/communication/communication.js:143 +#: frappe/core/report/transaction_log_report/transaction_log_report.py:88 +#: frappe/website/doctype/discussion_topic/discussion_topic.json +msgid "Reference Doctype" +msgstr "" + +#. Label of a Dynamic Link field in DocType 'Auto Repeat' +#. Label of a Data field in DocType 'Access Log' +#. Label of a Link field in DocType 'Form Tour' +#. Label of a Link field in DocType 'Onboarding Step' +#. Label of a Data field in DocType 'Webhook Request Log' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/automation/doctype/auto_repeat/auto_repeat_schedule.html:4 +#: frappe/core/doctype/access_log/access_log.json +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +#: frappe/integrations/doctype/webhook_request_log/webhook_request_log.json +msgid "Reference Document" +msgstr "" + +#. Label of a Dynamic Link field in DocType 'Document Share Key' +#. Label of a Dynamic Link field in DocType 'Integration Request' +#: frappe/core/doctype/document_share_key/document_share_key.json +#: frappe/integrations/doctype/integration_request/integration_request.json +msgid "Reference Document Name" +msgstr "" + +#. Label of a Link field in DocType 'Auto Repeat' +#. Label of a Link field in DocType 'Activity Log' +#. Label of a Link field in DocType 'Comment' +#. Label of a Link field in DocType 'Communication' +#. Label of a Data field in DocType 'Custom DocPerm' +#. Label of a Data field in DocType 'Custom Role' +#. Label of a Link field in DocType 'Document Share Key' +#. Label of a Link field in DocType 'Server Script' +#. Label of a Link field in DocType 'Success Action' +#. Label of a Data field in DocType 'Transaction Log' +#. Label of a Link field in DocType 'View Log' +#. Label of a Link field in DocType 'Calendar View' +#. Label of a Link field in DocType 'Event Participants' +#. Label of a Link field in DocType 'Kanban Board' +#. Label of a Link field in DocType 'List Filter' +#. Label of a Link field in DocType 'Email Queue' +#. Label of a Link field in DocType 'Email Unsubscribe' +#. Label of a Link field in DocType 'Integration Request' +#. Label of a Link field in DocType 'Energy Point Log' +#. Label of a Link field in DocType 'Energy Point Rule' +#. Label of a Link field in DocType 'Portal Menu Item' +#. Label of a Link field in DocType 'Workflow Action' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/custom_role/custom_role.json +#: frappe/core/doctype/document_share_key/document_share_key.json +#: frappe/core/doctype/server_script/server_script.json +#: frappe/core/doctype/success_action/success_action.json +#: frappe/core/doctype/transaction_log/transaction_log.json +#: frappe/core/doctype/view_log/view_log.json +#: frappe/desk/doctype/calendar_view/calendar_view.json +#: frappe/desk/doctype/event_participants/event_participants.json +#: frappe/desk/doctype/kanban_board/kanban_board.json +#: frappe/desk/doctype/list_filter/list_filter.json +#: frappe/email/doctype/email_queue/email_queue.json +#: frappe/email/doctype/email_unsubscribe/email_unsubscribe.json +#: frappe/integrations/doctype/integration_request/integration_request.json +#: frappe/social/doctype/energy_point_log/energy_point_log.json +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +#: frappe/website/doctype/portal_menu_item/portal_menu_item.json +#: frappe/workflow/doctype/workflow_action/workflow_action.json +msgid "Reference Document Type" +msgstr "" + +#. Label of a Dynamic Link field in DocType 'Activity Log' +#. Label of a Dynamic Link field in DocType 'Comment' +#. Label of a Dynamic Link field in DocType 'Communication' +#. Label of a Data field in DocType 'Data Import Log' +#. Label of a Data field in DocType 'Error Log' +#. Label of a Dynamic Link field in DocType 'Event Participants' +#. Label of a Dynamic Link field in DocType 'ToDo' +#. Label of a Dynamic Link field in DocType 'Email Unsubscribe' +#. Label of a Data field in DocType 'Energy Point Log' +#. Label of a Dynamic Link field in DocType 'Workflow Action' +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.js:152 +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/data_import_log/data_import_log.json +#: frappe/core/doctype/error_log/error_log.json +#: frappe/core/report/transaction_log_report/transaction_log_report.py:94 +#: frappe/desk/doctype/event_participants/event_participants.json +#: frappe/desk/doctype/todo/todo.json +#: frappe/email/doctype/email_unsubscribe/email_unsubscribe.json +#: frappe/social/doctype/energy_point_log/energy_point_log.json +#: frappe/workflow/doctype/workflow_action/workflow_action.json +msgid "Reference Name" +msgstr "" + +#. Label of a Read Only field in DocType 'Activity Log' +#. Label of a Data field in DocType 'Comment' +#. Label of a Read Only field in DocType 'Communication' +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +msgid "Reference Owner" +msgstr "" + +#. Label of a Data field in DocType 'Report' +#. Label of a Link field in DocType 'Onboarding Step' +#. Label of a Data field in DocType 'Auto Email Report' +#: frappe/core/doctype/report/report.json +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Reference Report" +msgstr "" + +#. Label of a Link field in DocType 'ToDo' +#: frappe/desk/doctype/todo/todo.json +msgid "Reference Type" +msgstr "" + +#: frappe/social/doctype/energy_point_rule/energy_point_rule.py:145 +msgid "Reference document has been cancelled" +msgstr "" + +#. Label of a Dynamic Link field in DocType 'View Log' +#: frappe/core/doctype/view_log/view_log.json +msgid "Reference name" +msgstr "" + +#: frappe/templates/emails/auto_reply.html:3 +msgid "Reference: {0} {1}" +msgstr "" + +#. Label of a Data field in DocType 'Web Page View' +#: frappe/website/doctype/web_page_view/web_page_view.json +#: frappe/website/report/website_analytics/website_analytics.js:37 +msgid "Referrer" +msgstr "" + +#: frappe/printing/page/print/print.js:73 frappe/public/js/frappe/desk.js:134 +#: frappe/public/js/frappe/desk.js:533 +#: frappe/public/js/frappe/form/form.js:1132 +#: frappe/public/js/frappe/form/templates/print_layout.html:6 +#: frappe/public/js/frappe/list/base_list.js:65 +#: frappe/public/js/frappe/views/reports/query_report.js:1638 +#: frappe/public/js/frappe/views/treeview.js:462 +#: frappe/public/js/frappe/widgets/chart_widget.js:290 +#: frappe/public/js/frappe/widgets/number_card_widget.js:324 +#: frappe/public/js/print_format_builder/Preview.vue:24 +msgid "Refresh" +msgstr "" + +#: frappe/core/page/dashboard_view/dashboard_view.js:177 +msgid "Refresh All" +msgstr "" + +#. Label of a Button field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Refresh Google Sheet" +msgstr "" + +#. Label of a Password field in DocType 'Google Calendar' +#. Label of a Password field in DocType 'Google Contacts' +#. Label of a Data field in DocType 'Google Drive' +#. Label of a Data field in DocType 'OAuth Bearer Token' +#. Label of a Password field in DocType 'Token Cache' +#: frappe/integrations/doctype/google_calendar/google_calendar.json +#: frappe/integrations/doctype/google_contacts/google_contacts.json +#: frappe/integrations/doctype/google_drive/google_drive.json +#: frappe/integrations/doctype/oauth_bearer_token/oauth_bearer_token.json +#: frappe/integrations/doctype/token_cache/token_cache.json +msgid "Refresh Token" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:506 +msgctxt "Document count in list view" +msgid "Refreshing" +msgstr "" + +#: frappe/core/doctype/system_settings/system_settings.js:57 +#: frappe/core/doctype/user/user.js:361 +#: frappe/desk/page/setup_wizard/setup_wizard.js:204 +msgid "Refreshing..." +msgstr "" + +#: frappe/core/doctype/user/user.py:962 +msgid "Registered but disabled" +msgstr "" + +#. Option for the 'Delivery Status' (Select) field in DocType 'Communication' +#. Option for the 'Contribution Status' (Select) field in DocType 'Translation' +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/translation/translation.json +msgid "Rejected" +msgstr "" + +#: frappe/integrations/doctype/push_notification_settings/push_notification_settings.py:30 +msgid "Relay Server URL missing" +msgstr "" + +#. Label of a Section Break field in DocType 'Push Notification Settings' +#: frappe/integrations/doctype/push_notification_settings/push_notification_settings.json +msgid "Relay Settings" +msgstr "" + +#. Group in Package's connections +#: frappe/core/doctype/package/package.json +msgid "Release" +msgstr "" + +#. Label of a Markdown Editor field in DocType 'Package Release' +#: frappe/core/doctype/package_release/package_release.json +msgid "Release Notes" +msgstr "" + +#: frappe/core/doctype/communication/communication.js:48 +#: frappe/core/doctype/communication/communication.js:159 +msgid "Relink" +msgstr "" + +#: frappe/core/doctype/communication/communication.js:138 +msgid "Relink Communication" +msgstr "" + +#. Option for the 'Comment Type' (Select) field in DocType 'Comment' +#. Option for the 'Comment Type' (Select) field in DocType 'Communication' +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +msgid "Relinked" +msgstr "" + +#. Label of a standard navbar item +#. Type: Action +#: frappe/custom/doctype/customize_form/customize_form.js:120 frappe/hooks.py +#: frappe/public/js/frappe/form/toolbar.js:409 +msgid "Reload" +msgstr "" + +#: frappe/public/js/frappe/form/controls/attach.js:16 +msgid "Reload File" +msgstr "" + +#: frappe/public/js/frappe/list/base_list.js:249 +msgid "Reload List" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:100 +msgid "Reload Report" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Remember Last Selected Value" +msgstr "" + +#. Label of a Datetime field in DocType 'Reminder' +#: frappe/automation/doctype/reminder/reminder.json +#: frappe/public/js/frappe/form/reminders.js:33 +msgid "Remind At" +msgstr "" + +#: frappe/public/js/frappe/form/toolbar.js:437 +msgid "Remind Me" +msgstr "" + +#: frappe/public/js/frappe/form/reminders.js:13 +msgid "Remind Me In" +msgstr "" + +#. Name of a DocType +#: frappe/automation/doctype/reminder/reminder.json +msgid "Reminder" +msgstr "" + +#: frappe/automation/doctype/reminder/reminder.py:39 +msgid "Reminder cannot be created in past." +msgstr "" + +#: frappe/public/js/frappe/form/reminders.js:96 +msgid "Reminder set at {0}" +msgstr "" + +#: frappe/public/js/frappe/form/templates/form_sidebar.html:14 +#: frappe/public/js/frappe/ui/filters/edit_filter.html:4 +#: frappe/public/js/frappe/ui/group_by/group_by.html:4 +msgid "Remove" +msgstr "" + +#: frappe/core/doctype/rq_job/rq_job_list.js:8 +msgid "Remove Failed Jobs" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:488 +msgid "Remove Field" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:427 +msgid "Remove Section" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:138 +msgid "Remove all customizations?" +msgstr "" + +#: frappe/public/js/form_builder/components/Section.vue:286 +msgid "Remove all fields in the column" +msgstr "" + +#: frappe/public/js/form_builder/components/Section.vue:278 +#: frappe/public/js/frappe/utils/datatable.js:9 +#: frappe/public/js/print_format_builder/PrintFormatSection.vue:120 +msgid "Remove column" +msgstr "" + +#: frappe/public/js/form_builder/components/Field.vue:246 +msgid "Remove field" +msgstr "" + +#: frappe/public/js/form_builder/components/Section.vue:279 +msgid "Remove last column" +msgstr "" + +#: frappe/public/js/print_format_builder/PrintFormatSection.vue:130 +msgid "Remove page break" +msgstr "" + +#: frappe/public/js/form_builder/components/Section.vue:266 +#: frappe/public/js/print_format_builder/PrintFormatSection.vue:135 +msgid "Remove section" +msgstr "" + +#: frappe/public/js/form_builder/components/Tabs.vue:140 +msgid "Remove tab" +msgstr "" + +#: frappe/core/doctype/file/file.py:154 +msgid "Removed {0}" +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.js:137 +#: frappe/public/js/frappe/form/toolbar.js:235 +#: frappe/public/js/frappe/form/toolbar.js:239 +#: frappe/public/js/frappe/form/toolbar.js:399 +#: frappe/public/js/frappe/model/model.js:752 +#: frappe/public/js/frappe/views/treeview.js:277 +msgid "Rename" +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.js:116 +#: frappe/custom/doctype/custom_field/custom_field.js:136 +msgid "Rename Fieldname" +msgstr "" + +#: frappe/public/js/frappe/model/model.js:739 +msgid "Rename {0}" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:684 +msgid "Renamed files and replaced code in controllers, please check!" +msgstr "" + +#: frappe/public/js/print_format_builder/PrintFormatSection.vue:17 +msgid "Render labels to the left and values to the right in this section" +msgstr "" + +#: frappe/core/doctype/communication/communication.js:43 +#: frappe/desk/doctype/todo/todo.js:36 +msgid "Reopen" +msgstr "" + +#: frappe/public/js/frappe/form/toolbar.js:480 +msgid "Repeat" +msgstr "" + +#. Label of a Check field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Repeat Header and Footer" +msgstr "" + +#. Label of a Select field in DocType 'Event' +#: frappe/desk/doctype/event/event.json +msgid "Repeat On" +msgstr "" + +#. Label of a Date field in DocType 'Event' +#: frappe/desk/doctype/event/event.json +msgid "Repeat Till" +msgstr "" + +#. Label of a Int field in DocType 'Auto Repeat' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +msgid "Repeat on Day" +msgstr "" + +#. Label of a Table field in DocType 'Auto Repeat' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +msgid "Repeat on Days" +msgstr "" + +#. Label of a Check field in DocType 'Auto Repeat' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +msgid "Repeat on Last Day of the Month" +msgstr "" + +#. Label of a Check field in DocType 'Event' +#: frappe/desk/doctype/event/event.json +msgid "Repeat this Event" +msgstr "" + +#: frappe/utils/password_strength.py:104 +msgid "Repeats like \"aaa\" are easy to guess" +msgstr "" + +#: frappe/utils/password_strength.py:99 +msgid "Repeats like \"abcabcabc\" are only slightly harder to guess than \"abc\"" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/form_sidebar.js:135 +msgid "Repeats {0}" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Contact' +#. Option for the 'Status' (Select) field in DocType 'Communication' +#: frappe/contacts/doctype/contact/contact.json +#: frappe/core/doctype/communication/communication.json +msgid "Replied" +msgstr "" + +#. Label of a Text Editor field in DocType 'Discussion Reply' +#: frappe/core/doctype/communication/communication.js:57 +#: frappe/public/js/frappe/form/footer/form_timeline.js:552 +#: frappe/website/doctype/discussion_reply/discussion_reply.json +msgid "Reply" +msgstr "" + +#: frappe/core/doctype/communication/communication.js:62 +msgid "Reply All" +msgstr "" + +#. Label of a Check field in DocType 'Custom DocPerm' +#. Label of a Link field in DocType 'Custom Role' +#. Label of a Check field in DocType 'DocPerm' +#. Linked DocType in DocType's connections +#. Name of a DocType +#. Option for the 'Set Role For' (Select) field in DocType 'Role Permission for +#. Page and Report' +#. Label of a Link field in DocType 'Role Permission for Page and Report' +#. Label of a Link in the Build Workspace +#. Label of a shortcut in the Build Workspace +#. Option for the 'Chart Type' (Select) field in DocType 'Dashboard Chart' +#. Option for the 'Select List View' (Select) field in DocType 'Form Tour' +#. Option for the 'Type' (Select) field in DocType 'Number Card' +#. Label of a Tab Break field in DocType 'System Health Report' +#. Option for the 'Link Type' (Select) field in DocType 'Workspace Link' +#. Option for the 'Type' (Select) field in DocType 'Workspace Shortcut' +#. Label of a Link field in DocType 'Auto Email Report' +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/custom_role/custom_role.json +#: frappe/core/doctype/docperm/docperm.json +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/report/report.json +#: frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.json +#: frappe/core/workspace/build/build.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/desk/doctype/system_health_report/system_health_report.json +#: frappe/desk/doctype/workspace_link/workspace_link.json +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +#: frappe/public/js/frappe/request.js:610 +msgid "Report" +msgstr "" + +#. Option for the 'Report Type' (Select) field in DocType 'Report' +#. Option for the 'DocType View' (Select) field in DocType 'Workspace Shortcut' +#: frappe/core/doctype/report/report.json +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +#: frappe/public/js/frappe/list/list_view_select.js:66 +msgid "Report Builder" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/report_column/report_column.json +msgid "Report Column" +msgstr "" + +#. Label of a Data field in DocType 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Report Description" +msgstr "" + +#: frappe/core/doctype/report/report.py:145 +msgid "Report Document Error" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/report_filter/report_filter.json +msgid "Report Filter" +msgstr "" + +#. Label of a Section Break field in DocType 'Auto Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Report Filters" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Report Hide" +msgstr "" + +#. Label of a Section Break field in DocType 'Access Log' +#: frappe/core/doctype/access_log/access_log.json +msgid "Report Information" +msgstr "" + +#. Name of a role +#: frappe/core/doctype/report/report.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Report Manager" +msgstr "" + +#. Label of a Data field in DocType 'Access Log' +#. Label of a Data field in DocType 'Prepared Report' +#. Label of a Data field in DocType 'Report' +#. Label of a Link field in DocType 'Dashboard Chart' +#. Label of a Link field in DocType 'Number Card' +#: frappe/core/doctype/access_log/access_log.json +#: frappe/core/doctype/prepared_report/prepared_report.json +#: frappe/core/doctype/report/report.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/public/js/frappe/views/reports/query_report.js:1819 +msgid "Report Name" +msgstr "" + +#: frappe/desk/doctype/number_card/number_card.py:66 +msgid "Report Name, Report Field and Fucntion are required to create a number card" +msgstr "" + +#. Label of a Link field in DocType 'Workspace Link' +#: frappe/desk/doctype/workspace_link/workspace_link.json +msgid "Report Ref DocType" +msgstr "" + +#. Label of a Data field in DocType 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Report Reference Doctype" +msgstr "" + +#. Label of a Select field in DocType 'Report' +#. Label of a Data field in DocType 'Onboarding Step' +#. Label of a Read Only field in DocType 'Auto Email Report' +#: frappe/core/doctype/report/report.json +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Report Type" +msgstr "" + +#: frappe/public/js/frappe/list/base_list.js:203 +msgid "Report View" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1771 +msgid "Report cannot be set for Single types" +msgstr "" + +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:208 +#: frappe/desk/doctype/number_card/number_card.js:191 +msgid "Report has no data, please modify the filters or change the Report Name" +msgstr "" + +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:196 +#: frappe/desk/doctype/number_card/number_card.js:186 +msgid "Report has no numeric fields, please change the Report Name" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:940 +msgid "Report initiated, click to view status" +msgstr "" + +#: frappe/email/doctype/auto_email_report/auto_email_report.py:108 +msgid "Report limit reached" +msgstr "" + +#: frappe/core/doctype/prepared_report/prepared_report.py:213 +msgid "Report timed out." +msgstr "" + +#: frappe/desk/query_report.py:574 +msgid "Report updated successfully" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1281 +msgid "Report was not saved (there were errors)" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:1857 +msgid "Report with more than 10 columns looks better in Landscape mode." +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:251 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:252 +msgid "Report {0}" +msgstr "" + +#: frappe/desk/reportview.py:340 +msgid "Report {0} deleted" +msgstr "" + +#: frappe/desk/query_report.py:53 +msgid "Report {0} is disabled" +msgstr "" + +#: frappe/desk/reportview.py:317 +msgid "Report {0} saved" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:20 +msgid "Report:" +msgstr "" + +#. Label of a Section Break field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:547 +msgid "Reports" +msgstr "" + +#: frappe/patches/v14_0/update_workspace2.py:50 +msgid "Reports & Masters" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:856 +msgid "Reports already in Queue" +msgstr "" + +#. Description of a DocType +#: frappe/core/doctype/user/user.json +msgid "Represents a User in the system." +msgstr "" + +#. Description of a DocType +#: frappe/workflow/doctype/workflow_document_state/workflow_document_state.json +msgid "Represents the states allowed in one document and role assigned to change the state." +msgstr "" + +#: frappe/www/me.html:66 +msgid "Request Account Deletion" +msgstr "" + +#. Label of a Code field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "Request Body" +msgstr "" + +#. Label of a Code field in DocType 'Integration Request' +#: frappe/integrations/doctype/integration_request/integration_request.json +msgid "Request Data" +msgstr "" + +#. Label of a Data field in DocType 'Integration Request' +#: frappe/integrations/doctype/integration_request/integration_request.json +msgid "Request Description" +msgstr "" + +#. Label of a Code field in DocType 'Recorder' +#. Label of a Code field in DocType 'Integration Request' +#: frappe/core/doctype/recorder/recorder.json +#: frappe/integrations/doctype/integration_request/integration_request.json +msgid "Request Headers" +msgstr "" + +#. Label of a Data field in DocType 'Integration Request' +#: frappe/integrations/doctype/integration_request/integration_request.json +msgid "Request ID" +msgstr "" + +#. Label of a Int field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "Request Limit" +msgstr "" + +#. Label of a Select field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "Request Method" +msgstr "" + +#. Label of a Select field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "Request Structure" +msgstr "" + +#: frappe/public/js/frappe/request.js:228 +msgid "Request Timed Out" +msgstr "" + +#. Label of a Int field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +#: frappe/public/js/frappe/request.js:241 +msgid "Request Timeout" +msgstr "" + +#. Label of a Small Text field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "Request URL" +msgstr "" + +#. Label of a Select field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "Require Trusted Certificate" +msgstr "" + +#. Description of the 'LDAP search path for Groups' (Data) field in DocType +#. 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "Requires any valid fdn path. i.e. ou=groups,dc=example,dc=com" +msgstr "" + +#. Description of the 'LDAP search path for Users' (Data) field in DocType +#. 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "Requires any valid fdn path. i.e. ou=users,dc=example,dc=com" +msgstr "" + +#: frappe/core/doctype/communication/communication.js:279 +msgid "Res: {0}" +msgstr "" + +#: frappe/desk/doctype/form_tour/form_tour.js:101 +#: frappe/desk/doctype/global_search_settings/global_search_settings.js:19 +#: frappe/desk/doctype/module_onboarding/module_onboarding.js:17 +#: frappe/website/doctype/portal_settings/portal_settings.js:19 +msgid "Reset" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:136 +msgid "Reset All Customizations" +msgstr "" + +#: frappe/public/js/print_format_builder/print_format_builder.bundle.js:21 +#: frappe/public/js/workflow_builder/workflow_builder.bundle.js:37 +msgid "Reset Changes" +msgstr "" + +#: frappe/public/js/frappe/widgets/chart_widget.js:305 +msgid "Reset Chart" +msgstr "" + +#: frappe/public/js/frappe/views/dashboard/dashboard_view.js:38 +msgid "Reset Dashboard Customizations" +msgstr "" + +#: frappe/public/js/frappe/list/list_settings.js:230 +msgid "Reset Fields" +msgstr "" + +#: frappe/core/doctype/user/user.js:177 frappe/core/doctype/user/user.js:180 +msgid "Reset LDAP Password" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:128 +msgid "Reset Layout" +msgstr "" + +#: frappe/core/doctype/user/user.js:228 +msgid "Reset OTP Secret" +msgstr "" + +#: frappe/core/doctype/user/user.js:161 frappe/www/login.html:179 +#: frappe/www/me.html:35 frappe/www/me.html:44 +#: frappe/www/update-password.html:3 frappe/www/update-password.html:9 +msgid "Reset Password" +msgstr "" + +#. Label of a Data field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Reset Password Key" +msgstr "" + +#. Label of a Duration field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Reset Password Link Expiry Duration" +msgstr "" + +#. Label of a Link field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Reset Password Template" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager.js:109 +msgid "Reset Permissions for {0}?" +msgstr "" + +#: frappe/public/js/form_builder/components/Field.vue:114 +msgid "Reset To Default" +msgstr "" + +#: frappe/public/js/frappe/utils/datatable.js:8 +msgid "Reset sorting" +msgstr "" + +#: frappe/www/me.html:36 +msgid "Reset the password for your account" +msgstr "" + +#: frappe/public/js/frappe/form/grid_row.js:410 +msgid "Reset to default" +msgstr "" + +#: frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js:19 +msgid "Reset to defaults" +msgstr "" + +#: frappe/templates/emails/password_reset.html:3 +msgid "Reset your password" +msgstr "" + +#. Label of a Text Editor field in DocType 'Email Template' +#. Label of a Section Break field in DocType 'Integration Request' +#. Label of a Code field in DocType 'Webhook Request Log' +#: frappe/email/doctype/email_template/email_template.json +#: frappe/integrations/doctype/integration_request/integration_request.json +#: frappe/integrations/doctype/webhook_request_log/webhook_request_log.json +msgid "Response" +msgstr "" + +#. Label of a Code field in DocType 'Email Template' +#: frappe/email/doctype/email_template/email_template.json +msgid "Response " +msgstr "" + +#. Label of a Select field in DocType 'OAuth Client' +#: frappe/integrations/doctype/oauth_client/oauth_client.json +msgid "Response Type" +msgstr "" + +#: frappe/public/js/frappe/ui/notifications/notifications.js:407 +msgid "Rest of the day" +msgstr "" + +#: frappe/core/doctype/deleted_document/deleted_document.js:11 +#: frappe/core/doctype/deleted_document/deleted_document_list.js:48 +msgid "Restore" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager.js:502 +msgid "Restore Original Permissions" +msgstr "" + +#: frappe/website/doctype/portal_settings/portal_settings.js:20 +msgid "Restore to default settings?" +msgstr "" + +#. Label of a Check field in DocType 'Deleted Document' +#: frappe/core/doctype/deleted_document/deleted_document.json +msgid "Restored" +msgstr "" + +#: frappe/core/doctype/deleted_document/deleted_document.py:74 +msgid "Restoring Deleted Document" +msgstr "" + +#. Label of a Small Text field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Restrict IP" +msgstr "" + +#. Label of a Link field in DocType 'DocType' +#. Label of a Link field in DocType 'Module Def' +#. Label of a Link field in DocType 'Page' +#. Label of a Link field in DocType 'Role' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/module_def/module_def.json +#: frappe/core/doctype/page/page.json frappe/core/doctype/role/role.json +msgid "Restrict To Domain" +msgstr "" + +#. Label of a Link field in DocType 'Workspace' +#. Label of a Link field in DocType 'Workspace Shortcut' +#: frappe/desk/doctype/workspace/workspace.json +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +msgid "Restrict to Domain" +msgstr "" + +#. Description of the 'Restrict IP' (Small Text) field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Restrict user from this IP address only. Multiple IP addresses can be added by separating with commas. Also accepts partial IP addresses like (111.111.111)" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:174 +msgctxt "Title of message showing restrictions in list view" +msgid "Restrictions" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:356 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:371 +msgid "Result" +msgstr "" + +#: frappe/email/doctype/email_queue/email_queue_list.js:27 +msgid "Resume Sending" +msgstr "" + +#. Label of a Int field in DocType 'Email Queue' +#: frappe/core/doctype/data_import/data_import.js:110 +#: frappe/desk/page/setup_wizard/setup_wizard.js:285 +#: frappe/email/doctype/email_queue/email_queue.json +msgid "Retry" +msgstr "" + +#: frappe/email/doctype/email_queue/email_queue_list.js:47 +msgid "Retry Sending" +msgstr "" + +#: frappe/www/qrcode.html:15 +msgid "Return to the Verification screen and enter the code displayed by your authentication app" +msgstr "" + +#. Label of a Check field in DocType 'Desktop Icon' +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +msgid "Reverse Icon Color" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Energy Point Log' +#: frappe/social/doctype/energy_point_log/energy_point_log.js:10 +#: frappe/social/doctype/energy_point_log/energy_point_log.js:15 +#: frappe/social/doctype/energy_point_log/energy_point_log.json +msgid "Revert" +msgstr "" + +#. Label of a Link field in DocType 'Energy Point Log' +#: frappe/social/doctype/energy_point_log/energy_point_log.json +msgid "Revert Of" +msgstr "" + +#. Label of a Check field in DocType 'Energy Point Log' +#: frappe/social/doctype/energy_point_log/energy_point_log.json +msgid "Reverted" +msgstr "" + +#: frappe/database/schema.py:156 +msgid "Reverting length to {0} for '{1}' in '{2}'. Setting the length as {3} will cause truncation of data." +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Energy Point Log' +#: frappe/social/doctype/energy_point_log/energy_point_log.json +msgid "Review" +msgstr "" + +#. Name of a DocType +#: frappe/social/doctype/review_level/review_level.json +msgid "Review Level" +msgstr "" + +#. Label of a Table field in DocType 'Energy Point Settings' +#: frappe/social/doctype/energy_point_settings/energy_point_settings.json +msgid "Review Levels" +msgstr "" + +#. Label of a Int field in DocType 'Review Level' +#: frappe/desk/page/user_profile/user_profile_controller.js:402 +#: frappe/social/doctype/review_level/review_level.json +msgid "Review Points" +msgstr "" + +#: frappe/public/js/frappe/form/templates/form_sidebar.html:87 +msgid "Reviews" +msgstr "" + +#. Label of a Data field in DocType 'Connected App' +#: frappe/integrations/doctype/connected_app/connected_app.json +msgid "Revocation URI" +msgstr "" + +#: frappe/www/third_party_apps.html:45 +msgid "Revoke" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'OAuth Bearer Token' +#: frappe/integrations/doctype/oauth_bearer_token/oauth_bearer_token.json +msgid "Revoked" +msgstr "" + +#. Option for the 'Content Type' (Select) field in DocType 'Newsletter' +#. Option for the 'Content Type' (Select) field in DocType 'Blog Post' +#. Option for the 'Content Type' (Select) field in DocType 'Web Page' +#: frappe/email/doctype/newsletter/newsletter.json +#: frappe/website/doctype/blog_post/blog_post.json +#: frappe/website/doctype/web_page/web_page.js:92 +#: frappe/website/doctype/web_page/web_page.json +msgid "Rich Text" +msgstr "" + +#. Option for the 'Position' (Select) field in DocType 'Form Tour Step' +#. Option for the 'Align' (Select) field in DocType 'Letter Head' +#. Option for the 'Text Align' (Select) field in DocType 'Web Page' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +#: frappe/printing/doctype/letter_head/letter_head.json +#: frappe/website/doctype/web_page/web_page.json +msgid "Right" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:484 +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:156 +msgctxt "alignment" +msgid "Right" +msgstr "" + +#. Option for the 'Position' (Select) field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Right Bottom" +msgstr "" + +#. Option for the 'Position' (Select) field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Right Center" +msgstr "" + +#. Label of a Code field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Robots.txt" +msgstr "" + +#. Label of a Link field in DocType 'Custom DocPerm' +#. Label of a Table field in DocType 'Custom Role' +#. Label of a Link field in DocType 'DocPerm' +#. Label of a Link field in DocType 'Has Role' +#. Name of a DocType +#. Label of a Link field in DocType 'User Type' +#. Label of a Link in the Users Workspace +#. Label of a shortcut in the Users Workspace +#. Label of a Link field in DocType 'Onboarding Permission' +#. Label of a Link field in DocType 'ToDo' +#. Label of a Link field in DocType 'OAuth Client Role' +#. Label of a Link field in DocType 'Review Level' +#. Label of a Link field in DocType 'Portal Menu Item' +#. Label of a Link field in DocType 'Workflow Action Permitted Role' +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/custom_role/custom_role.json +#: frappe/core/doctype/docperm/docperm.json +#: frappe/core/doctype/has_role/has_role.json +#: frappe/core/doctype/role/role.json +#: frappe/core/doctype/user_type/user_type.json +#: frappe/core/doctype/user_type/user_type.py:109 +#: frappe/core/page/permission_manager/permission_manager.js:212 +#: frappe/core/page/permission_manager/permission_manager.js:449 +#: frappe/core/workspace/users/users.json +#: frappe/desk/doctype/onboarding_permission/onboarding_permission.json +#: frappe/desk/doctype/todo/todo.json +#: frappe/integrations/doctype/oauth_client_role/oauth_client_role.json +#: frappe/social/doctype/review_level/review_level.json +#: frappe/website/doctype/portal_menu_item/portal_menu_item.json +#: frappe/workflow/doctype/workflow_action_permitted_role/workflow_action_permitted_role.json +msgid "Role" +msgstr "" + +#: frappe/core/doctype/role/role.js:8 +msgid "Role 'All' will be given to all system + website users." +msgstr "" + +#: frappe/core/doctype/role/role.js:13 +msgid "Role 'Desk User' will be given to all system users." +msgstr "" + +#. Label of a Data field in DocType 'Role' +#. Label of a Data field in DocType 'Role Profile' +#: frappe/core/doctype/role/role.json +#: frappe/core/doctype/role_profile/role_profile.json +msgid "Role Name" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Users Workspace +#: frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.json +#: frappe/core/workspace/users/users.json +msgid "Role Permission for Page and Report" +msgstr "" + +#. Label of a Section Break field in DocType 'User Document Type' +#: frappe/core/doctype/user_document_type/user_document_type.json +#: frappe/public/js/frappe/roles_editor.js:102 +msgid "Role Permissions" +msgstr "" + +#. Label of a Link in the Users Workspace +#: frappe/core/page/permission_manager/permission_manager.js:4 +#: frappe/core/workspace/users/users.json +msgid "Role Permissions Manager" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1687 +msgctxt "Button in list view menu" +msgid "Role Permissions Manager" +msgstr "" + +#. Name of a DocType +#. Label of a Link field in DocType 'User' +#. Label of a Link in the Users Workspace +#: frappe/core/doctype/role_profile/role_profile.json +#: frappe/core/doctype/user/user.json frappe/core/workspace/users/users.json +msgid "Role Profile" +msgstr "" + +#. Label of a Section Break field in DocType 'Custom DocPerm' +#. Label of a Section Break field in DocType 'DocPerm' +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/docperm/docperm.json +msgid "Role and Level" +msgstr "" + +#: frappe/core/doctype/user/user.py:299 +msgid "Role has been set as per the user type {0}" +msgstr "" + +#. Label of a Table field in DocType 'Page' +#. Label of a Table field in DocType 'Report' +#. Label of a Table field in DocType 'Role Permission for Page and Report' +#. Label of a Section Break field in DocType 'User' +#. Label of a Section Break field in DocType 'Custom HTML Block' +#. Label of a Table field in DocType 'Custom HTML Block' +#. Label of a Table field in DocType 'Dashboard Chart' +#. Label of a Table field in DocType 'Workspace' +#. Label of a Tab Break field in DocType 'Workspace' +#: frappe/core/doctype/page/page.json frappe/core/doctype/report/report.json +#: frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.json +#: frappe/core/doctype/user/user.json +#: frappe/core/page/permission_manager/permission_manager.js:59 +#: frappe/desk/doctype/custom_html_block/custom_html_block.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/workspace/workspace.json +msgid "Roles" +msgstr "" + +#. Label of a Tab Break field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Roles & Permissions" +msgstr "" + +#. Label of a Table field in DocType 'Role Profile' +#. Label of a Table field in DocType 'User' +#: frappe/core/doctype/role_profile/role_profile.json +#: frappe/core/doctype/user/user.json +msgid "Roles Assigned" +msgstr "" + +#. Label of a HTML field in DocType 'Role Profile' +#. Label of a HTML field in DocType 'User' +#: frappe/core/doctype/role_profile/role_profile.json +#: frappe/core/doctype/user/user.json +msgid "Roles HTML" +msgstr "" + +#. Label of a HTML field in DocType 'Role Permission for Page and Report' +#: frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.json +msgid "Roles Html" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:7 +msgid "Roles can be set for users from their User page." +msgstr "" + +#: frappe/utils/nestedset.py:284 +msgid "Root {0} cannot be deleted" +msgstr "" + +#. Option for the 'Rule' (Select) field in DocType 'Assignment Rule' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +msgid "Round Robin" +msgstr "" + +#. Label of a Select field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Rounding Method" +msgstr "" + +#. Label of a Data field in DocType 'DocType' +#. Option for the 'Action Type' (Select) field in DocType 'DocType Action' +#. Option for the 'Item Type' (Select) field in DocType 'Navbar Item' +#. Label of a Data field in DocType 'Navbar Item' +#. Label of a Data field in DocType 'DocType Layout' +#. Label of a Data field in DocType 'Route History' +#. Label of a Data field in DocType 'Newsletter' +#. Label of a Data field in DocType 'Blog Category' +#. Label of a Data field in DocType 'Blog Post' +#. Label of a Data field in DocType 'Help Article' +#. Label of a Data field in DocType 'Help Category' +#. Label of a Data field in DocType 'Portal Menu Item' +#. Label of a Data field in DocType 'Web Form' +#. Label of a Data field in DocType 'Web Page' +#. Label of a Data field in DocType 'Website Sidebar Item' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/doctype_action/doctype_action.json +#: frappe/core/doctype/navbar_item/navbar_item.json +#: frappe/custom/doctype/doctype_layout/doctype_layout.json +#: frappe/desk/doctype/route_history/route_history.json +#: frappe/email/doctype/newsletter/newsletter.json +#: frappe/website/doctype/blog_category/blog_category.json +#: frappe/website/doctype/blog_post/blog_post.json +#: frappe/website/doctype/help_article/help_article.json +#: frappe/website/doctype/help_category/help_category.json +#: frappe/website/doctype/portal_menu_item/portal_menu_item.json +#: frappe/website/doctype/web_form/web_form.json +#: frappe/website/doctype/web_page/web_page.json +#: frappe/website/doctype/website_sidebar_item/website_sidebar_item.json +msgid "Route" +msgstr "" + +#. Linked DocType in User's connections +#. Name of a DocType +#: frappe/core/doctype/user/user.json +#: frappe/desk/doctype/route_history/route_history.json +msgid "Route History" +msgstr "" + +#. Label of a Table field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Route Redirects" +msgstr "" + +#. Description of the 'Home Page' (Data) field in DocType 'Role' +#: frappe/core/doctype/role/role.json +msgid "Route: Example \"/app\"" +msgstr "" + +#: frappe/model/base_document.py:727 frappe/model/base_document.py:768 +#: frappe/model/document.py:614 +msgid "Row" +msgstr "" + +#: frappe/core/doctype/version/version_view.html:73 +msgid "Row #" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1793 +#: frappe/core/doctype/doctype/doctype.py:1803 +msgid "Row # {0}: Non administrator user can not set the role {1} to the custom doctype" +msgstr "" + +#: frappe/model/base_document.py:886 +msgid "Row #{0}:" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:485 +msgid "Row #{}: Fieldname is required" +msgstr "" + +#. Label of a Data field in DocType 'Transaction Log' +#: frappe/core/doctype/transaction_log/transaction_log.json +msgid "Row Index" +msgstr "" + +#. Label of a Code field in DocType 'Data Import Log' +#: frappe/core/doctype/data_import_log/data_import_log.json +msgid "Row Indexes" +msgstr "" + +#. Label of a Data field in DocType 'Property Setter' +#: frappe/custom/doctype/property_setter/property_setter.json +msgid "Row Name" +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:488 +msgid "Row Number" +msgstr "" + +#: frappe/core/doctype/version/version_view.html:68 +msgid "Row Values Changed" +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:372 +msgid "Row {0}" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.py:349 +msgid "Row {0}: Not allowed to disable Mandatory for standard fields" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.py:338 +msgid "Row {0}: Not allowed to enable Allow on Submit for standard fields" +msgstr "" + +#. Label of a Section Break field in DocType 'Audit Trail' +#: frappe/core/doctype/audit_trail/audit_trail.json +#: frappe/core/doctype/version/version_view.html:32 +msgid "Rows Added" +msgstr "" + +#. Label of a Section Break field in DocType 'Audit Trail' +#: frappe/core/doctype/audit_trail/audit_trail.json +#: frappe/core/doctype/version/version_view.html:32 +msgid "Rows Removed" +msgstr "" + +#. Label of a Select field in DocType 'Assignment Rule' +#. Label of a Link field in DocType 'Energy Point Log' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +#: frappe/social/doctype/energy_point_log/energy_point_log.json +msgid "Rule" +msgstr "" + +#. Label of a Section Break field in DocType 'Document Naming Rule' +#: frappe/core/doctype/document_naming_rule/document_naming_rule.json +msgid "Rule Conditions" +msgstr "" + +#. Label of a Data field in DocType 'Energy Point Rule' +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +msgid "Rule Name" +msgstr "" + +#: frappe/permissions.py:649 +msgid "Rule for this doctype, role, permlevel and if-owner combination already exists." +msgstr "" + +#. Group in DocType's connections +#: frappe/core/doctype/doctype/doctype.json +msgid "Rules" +msgstr "" + +#. Description of the 'Transitions' (Table) field in DocType 'Workflow' +#: frappe/workflow/doctype/workflow/workflow.json +msgid "Rules defining transition of state in the workflow." +msgstr "" + +#. Description of the 'Transition Rules' (Section Break) field in DocType +#. 'Workflow' +#: frappe/workflow/doctype/workflow/workflow.json +msgid "Rules for how states are transitions, like next state and which role is allowed to change state etc." +msgstr "" + +#. Description of the 'Priority' (Int) field in DocType 'Document Naming Rule' +#: frappe/core/doctype/document_naming_rule/document_naming_rule.json +msgid "Rules with higher priority number will be applied first." +msgstr "" + +#. Label of a Int field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Run Jobs only Daily if Inactive For (Days)" +msgstr "" + +#. Description of the 'Enable Scheduled Jobs' (Check) field in DocType 'System +#. Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Run scheduled jobs only if checked" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Integrations Workspace +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +#: frappe/integrations/workspace/integrations/integrations.json +msgid "S3 Backup Settings" +msgstr "" + +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.js:18 +msgid "S3 Backup complete!" +msgstr "" + +#. Label of a Section Break field in DocType 'S3 Backup Settings' +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +msgid "S3 Bucket Details" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Communication' +#. Option for the 'Two Factor Authentication method' (Select) field in DocType +#. 'System Settings' +#. Option for the 'Channel' (Select) field in DocType 'Notification' +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/email/doctype/notification/notification.json +msgid "SMS" +msgstr "" + +#. Label of a Small Text field in DocType 'SMS Settings' +#: frappe/core/doctype/sms_settings/sms_settings.json +msgid "SMS Gateway URL" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/sms_parameter/sms_parameter.json +msgid "SMS Parameter" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Integrations Workspace +#: frappe/core/doctype/sms_settings/sms_settings.json +#: frappe/integrations/workspace/integrations/integrations.json +msgid "SMS Settings" +msgstr "" + +#: frappe/core/doctype/sms_settings/sms_settings.py:109 +msgid "SMS sent successfully" +msgstr "" + +#: frappe/templates/includes/login/login.js:377 +msgid "SMS was not sent. Please contact Administrator." +msgstr "" + +#: frappe/email/doctype/email_account/email_account.py:188 +msgid "SMTP Server is required" +msgstr "" + +#. Description of the 'Enable Outgoing' (Check) field in DocType 'Email +#. Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "SMTP Settings for outgoing emails" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'System Console' +#: frappe/desk/doctype/system_console/system_console.json +msgid "SQL" +msgstr "" + +#. Description of the 'Condition' (Small Text) field in DocType 'Bulk Update' +#: frappe/desk/doctype/bulk_update/bulk_update.json +msgid "SQL Conditions. Example: status=\"Open\"" +msgstr "" + +#. Label of a HTML field in DocType 'Recorder Query' +#: frappe/core/doctype/recorder/recorder.js:85 +#: frappe/core/doctype/recorder_query/recorder_query.json +msgid "SQL Explain" +msgstr "" + +#. Label of a HTML field in DocType 'System Console' +#: frappe/desk/doctype/system_console/system_console.json +msgid "SQL Output" +msgstr "" + +#. Label of a Table field in DocType 'Recorder' +#: frappe/core/doctype/recorder/recorder.json +msgid "SQL Queries" +msgstr "" + +#. Label of a Select field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "SSL/TLS Mode" +msgstr "" + +#: frappe/public/js/frappe/color_picker/color_picker.js:20 +msgid "SWATCHES" +msgstr "" + +#. Name of a role +#: frappe/contacts/doctype/contact/contact.json +msgid "Sales Manager" +msgstr "" + +#. Name of a role +#: frappe/contacts/doctype/contact/contact.json +msgid "Sales Master Manager" +msgstr "" + +#. Name of a role +#: frappe/contacts/doctype/address/address.json +#: frappe/contacts/doctype/contact/contact.json +#: frappe/geo/doctype/currency/currency.json +msgid "Sales User" +msgstr "" + +#. Option for the 'Social Login Provider' (Select) field in DocType 'Social +#. Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Salesforce" +msgstr "" + +#. Label of a Link field in DocType 'Contact' +#. Name of a DocType +#. Label of a Data field in DocType 'Salutation' +#: frappe/contacts/doctype/contact/contact.json +#: frappe/contacts/doctype/salutation/salutation.json +msgid "Salutation" +msgstr "" + +#: frappe/integrations/doctype/webhook/webhook.py:112 +msgid "Same Field is entered more than once" +msgstr "" + +#. Label of a HTML field in DocType 'Client Script' +#: frappe/custom/doctype/client_script/client_script.json +msgid "Sample" +msgstr "" + +#. Option for the 'Day' (Select) field in DocType 'Assignment Rule Day' +#. Option for the 'Day' (Select) field in DocType 'Auto Repeat Day' +#. Option for the 'First Day of the Week' (Select) field in DocType 'System +#. Settings' +#. Label of a Check field in DocType 'Event' +#. Option for the 'Day of Week' (Select) field in DocType 'Auto Email Report' +#: frappe/automation/doctype/assignment_rule_day/assignment_rule_day.json +#: frappe/automation/doctype/auto_repeat_day/auto_repeat_day.json +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/desk/doctype/event/event.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Saturday" +msgstr "" + +#. Option for the 'Send Alert On' (Select) field in DocType 'Notification' +#: frappe/core/doctype/data_import/data_import.js:113 +#: frappe/desk/page/user_profile/user_profile_controller.js:319 +#: frappe/email/doctype/notification/notification.json +#: frappe/printing/page/print/print.js:859 +#: frappe/printing/page/print_format_builder/print_format_builder.js:160 +#: frappe/public/js/frappe/form/footer/form_timeline.js:663 +#: frappe/public/js/frappe/form/quick_entry.js:161 +#: frappe/public/js/frappe/list/list_settings.js:36 +#: frappe/public/js/frappe/list/list_settings.js:247 +#: frappe/public/js/frappe/list/list_sidebar_group_by.js:25 +#: frappe/public/js/frappe/ui/toolbar/toolbar.js:322 +#: frappe/public/js/frappe/utils/common.js:443 +#: frappe/public/js/frappe/views/kanban/kanban_settings.js:45 +#: frappe/public/js/frappe/views/kanban/kanban_settings.js:189 +#: frappe/public/js/frappe/views/kanban/kanban_view.js:343 +#: frappe/public/js/frappe/views/reports/query_report.js:1811 +#: frappe/public/js/frappe/views/reports/report_view.js:1649 +#: frappe/public/js/frappe/views/workspace/workspace.js:532 +#: frappe/public/js/frappe/widgets/base_widget.js:142 +#: frappe/public/js/frappe/widgets/quick_list_widget.js:119 +#: frappe/public/js/print_format_builder/print_format_builder.bundle.js:15 +#: frappe/public/js/workflow_builder/workflow_builder.bundle.js:33 +msgid "Save" +msgstr "" + +#: frappe/core/doctype/user/user.js:332 +msgid "Save API Secret: {0}" +msgstr "" + +#: frappe/workflow/doctype/workflow/workflow.js:143 +msgid "Save Anyway" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1312 +#: frappe/public/js/frappe/views/reports/report_view.js:1656 +msgid "Save As" +msgstr "" + +#: frappe/public/js/frappe/views/dashboard/dashboard_view.js:62 +msgid "Save Customizations" +msgstr "" + +#: frappe/public/js/frappe/list/list_sidebar.html:73 +msgid "Save Filter" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:1814 +msgid "Save Report" +msgstr "" + +#: frappe/public/js/frappe/views/kanban/kanban_view.js:94 +msgid "Save filters" +msgstr "" + +#. Label of a Check field in DocType 'Form Tour' +#: frappe/desk/doctype/form_tour/form_tour.json +msgid "Save on Completion" +msgstr "" + +#: frappe/public/js/frappe/form/form_tour.js:289 +msgid "Save the document." +msgstr "" + +#: frappe/desk/form/save.py:46 frappe/model/rename_doc.py:106 +#: frappe/printing/page/print_format_builder/print_format_builder.js:845 +#: frappe/public/js/frappe/form/toolbar.js:261 +#: frappe/public/js/frappe/views/kanban/kanban_board.bundle.js:911 +msgid "Saved" +msgstr "" + +#: frappe/public/js/frappe/list/list_settings.js:40 +#: frappe/public/js/frappe/views/kanban/kanban_settings.js:47 +#: frappe/public/js/frappe/views/workspace/workspace.js:544 +msgid "Saving" +msgstr "" + +#: frappe/public/js/frappe/form/save.js:9 +msgctxt "Freeze message while saving a document" +msgid "Saving" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:411 +msgid "Saving Customization..." +msgstr "" + +#: frappe/desk/doctype/module_onboarding/module_onboarding.js:8 +msgid "Saving this will export this document as well as the steps linked here as json." +msgstr "" + +#: frappe/public/js/form_builder/store.js:233 +#: frappe/public/js/frappe/form/quick_entry.js:169 +#: frappe/public/js/print_format_builder/store.js:36 +#: frappe/public/js/workflow_builder/store.js:73 +msgid "Saving..." +msgstr "" + +#: frappe/public/js/frappe/scanner/index.js:72 +msgid "Scan QRCode" +msgstr "" + +#: frappe/www/qrcode.html:14 +msgid "Scan the QR Code and enter the resulting code displayed." +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.js:125 +msgid "Schedule" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.js:106 +msgid "Schedule Newsletter" +msgstr "" + +#: frappe/public/js/frappe/views/communication.js:85 +msgid "Schedule Send At" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.js:70 +msgid "Schedule sending" +msgstr "" + +#. Label of a Check field in DocType 'Newsletter' +#: frappe/email/doctype/newsletter/newsletter.json +msgid "Schedule sending at a later time" +msgstr "" + +#. Option for the 'Delivery Status' (Select) field in DocType 'Communication' +#. Option for the 'Status' (Select) field in DocType 'Scheduled Job Log' +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/scheduled_job_log/scheduled_job_log.json +#: frappe/email/doctype/newsletter/newsletter_list.js:7 +msgid "Scheduled" +msgstr "" + +#. Label of a Link field in DocType 'Scheduled Job Log' +#: frappe/core/doctype/scheduled_job_log/scheduled_job_log.json +msgid "Scheduled Job" +msgstr "" + +#. Name of a DocType +#. Linked DocType in Scheduled Job Type's connections +#: frappe/core/doctype/scheduled_job_log/scheduled_job_log.json +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +msgid "Scheduled Job Log" +msgstr "" + +#. Name of a DocType +#. Linked DocType in Server Script's connections +#. Label of a Link in the Build Workspace +#. Label of a Link field in DocType 'System Health Report Failing Jobs' +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +#: frappe/core/doctype/server_script/server_script.json +#: frappe/core/workspace/build/build.json +#: frappe/desk/doctype/system_health_report_failing_jobs/system_health_report_failing_jobs.json +msgid "Scheduled Job Type" +msgstr "" + +#. Label of a Link in the Build Workspace +#: frappe/core/workspace/build/build.json +msgid "Scheduled Jobs Logs" +msgstr "" + +#. Label of a Section Break field in DocType 'Newsletter' +#: frappe/email/doctype/newsletter/newsletter.json +msgid "Scheduled Sending" +msgstr "" + +#. Label of a Int field in DocType 'Newsletter' +#: frappe/email/doctype/newsletter/newsletter.json +msgid "Scheduled To Send" +msgstr "" + +#: frappe/core/doctype/server_script/server_script.py:255 +msgid "Scheduled execution for script {0} has updated" +msgstr "" + +#: frappe/email/doctype/auto_email_report/auto_email_report.js:26 +msgid "Scheduled to send" +msgstr "" + +#. Label of a Section Break field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Scheduler" +msgstr "" + +#. Option for the 'Script Type' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "Scheduler Event" +msgstr "" + +#: frappe/core/doctype/data_import/data_import.py:97 +msgid "Scheduler Inactive" +msgstr "" + +#. Label of a Data field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Scheduler Status" +msgstr "" + +#: frappe/utils/scheduler.py:196 +msgid "Scheduler can not be re-enabled when maintenance mode is active." +msgstr "" + +#: frappe/core/doctype/data_import/data_import.py:97 +msgid "Scheduler is inactive. Cannot import data." +msgstr "" + +#: frappe/core/doctype/rq_job/rq_job_list.js:19 +msgid "Scheduler: Active" +msgstr "" + +#: frappe/core/doctype/rq_job/rq_job_list.js:21 +msgid "Scheduler: Inactive" +msgstr "" + +#. Label of a Data field in DocType 'OAuth Scope' +#: frappe/integrations/doctype/oauth_scope/oauth_scope.json +msgid "Scope" +msgstr "" + +#. Label of a Section Break field in DocType 'Connected App' +#. Label of a Table field in DocType 'Connected App' +#. Label of a Text field in DocType 'OAuth Authorization Code' +#. Label of a Text field in DocType 'OAuth Bearer Token' +#. Label of a Text field in DocType 'OAuth Client' +#. Label of a Table field in DocType 'Token Cache' +#: frappe/integrations/doctype/connected_app/connected_app.json +#: frappe/integrations/doctype/oauth_authorization_code/oauth_authorization_code.json +#: frappe/integrations/doctype/oauth_bearer_token/oauth_bearer_token.json +#: frappe/integrations/doctype/oauth_client/oauth_client.json +#: frappe/integrations/doctype/token_cache/token_cache.json +msgid "Scopes" +msgstr "" + +#. Label of a Code field in DocType 'Report' +#. Label of a Code field in DocType 'Server Script' +#. Label of a Code field in DocType 'Client Script' +#. Label of a Code field in DocType 'Console Log' +#. Label of a Section Break field in DocType 'Web Page' +#. Label of a Tab Break field in DocType 'Website Theme' +#: frappe/core/doctype/report/report.json +#: frappe/core/doctype/server_script/server_script.json +#: frappe/custom/doctype/client_script/client_script.json +#: frappe/desk/doctype/console_log/console_log.json +#: frappe/website/doctype/web_page/web_page.json +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Script" +msgstr "" + +#. Name of a role +#: frappe/core/doctype/server_script/server_script.json +msgid "Script Manager" +msgstr "" + +#. Option for the 'Report Type' (Select) field in DocType 'Report' +#: frappe/core/doctype/report/report.json +msgid "Script Report" +msgstr "" + +#. Label of a Select field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "Script Type" +msgstr "" + +#. Description of a DocType +#: frappe/website/doctype/website_script/website_script.json +msgid "Script to attach to all web pages." +msgstr "" + +#. Label of a Card Break in the Build Workspace +#. Label of a Tab Break field in DocType 'Web Page' +#: frappe/core/workspace/build/build.json +#: frappe/website/doctype/web_page/web_page.json +msgid "Scripting" +msgstr "" + +#. Label of a Section Break field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Scripting / Style" +msgstr "" + +#. Label of a Section Break field in DocType 'Letter Head' +#: frappe/printing/doctype/letter_head/letter_head.json +msgid "Scripts" +msgstr "" + +#. Label of a Section Break field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/desk/page/leaderboard/leaderboard.js:211 +#: frappe/public/js/frappe/form/link_selector.js:46 +#: frappe/public/js/frappe/list/list_sidebar.html:59 +#: frappe/public/js/frappe/ui/toolbar/search.js:49 +#: frappe/public/js/frappe/ui/toolbar/search.js:68 +#: frappe/templates/includes/search_template.html:26 frappe/www/search.py:19 +msgid "Search" +msgstr "" + +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Search Bar" +msgstr "" + +#. Label of a Data field in DocType 'DocType' +#. Label of a Data field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Search Fields" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:186 +msgid "Search Help" +msgstr "" + +#. Label of a Table field in DocType 'Global Search Settings' +#: frappe/desk/doctype/global_search_settings/global_search_settings.json +msgid "Search Priorities" +msgstr "" + +#: frappe/public/js/frappe/file_uploader/FileBrowser.vue:132 +msgid "Search Results" +msgstr "" + +#: frappe/www/search.py:14 +msgid "Search Results for" +msgstr "" + +#: frappe/public/js/frappe/file_uploader/FileBrowser.vue:13 +msgid "Search by filename or extension" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1429 +msgid "Search field {0} is not valid" +msgstr "" + +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:87 +msgid "Search fields" +msgstr "" + +#: frappe/public/js/form_builder/components/AddFieldButton.vue:19 +msgid "Search fieldtypes..." +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/search.js:50 +#: frappe/public/js/frappe/ui/toolbar/search.js:69 +msgid "Search for anything" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:300 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:306 +msgid "Search for {0}" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:166 +msgid "Search in a document type" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/navbar.html:29 +msgid "Search or type a command ({0})" +msgstr "" + +#: frappe/public/js/form_builder/components/SearchBox.vue:8 +msgid "Search properties..." +msgstr "" + +#: frappe/templates/includes/search_box.html:8 +msgid "Search results for" +msgstr "" + +#: frappe/templates/includes/navbar/navbar_search.html:6 +#: frappe/templates/includes/search_box.html:2 +#: frappe/templates/includes/search_template.html:23 +msgid "Search..." +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/search.js:210 +msgid "Searching ..." +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Web Template' +#: frappe/public/js/form_builder/components/Section.vue:263 +#: frappe/website/doctype/web_template/web_template.json +msgid "Section" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Template Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/web_form_field/web_form_field.json +#: frappe/website/doctype/web_template_field/web_template_field.json +msgid "Section Break" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:421 +msgid "Section Heading" +msgstr "" + +#. Label of a Data field in DocType 'Web Page Block' +#: frappe/website/doctype/web_page_block/web_page_block.json +msgid "Section ID" +msgstr "" + +#: frappe/public/js/form_builder/components/Section.vue:28 +#: frappe/public/js/print_format_builder/PrintFormatSection.vue:8 +msgid "Section Title" +msgstr "" + +#: frappe/public/js/form_builder/components/Section.vue:217 +#: frappe/public/js/form_builder/components/Section.vue:240 +msgid "Section must have at least one column" +msgstr "" + +#. Label of a Section Break field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Security Settings" +msgstr "" + +#: frappe/public/js/frappe/ui/notifications/notifications.js:309 +msgid "See all Activity" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:789 +msgid "See all past reports." +msgstr "" + +#: frappe/public/js/frappe/form/form.js:1166 +#: frappe/website/doctype/contact_us_settings/contact_us_settings.js:4 +msgid "See on Website" +msgstr "" + +#: frappe/website/doctype/web_form/templates/web_form.html:150 +msgctxt "Button in web form" +msgid "See previous responses" +msgstr "" + +#: frappe/integrations/doctype/slack_webhook_url/slack_webhook_url.py:48 +msgid "See the document at {0}" +msgstr "" + +#. Label of a Check field in DocType 'Comment' +#. Label of a Check field in DocType 'Communication' +#. Label of a Check field in DocType 'Error Log' +#. Label of a Check field in DocType 'Notification Settings' +#. Label of a Check field in DocType 'Energy Point Log' +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/error_log/error_log.json +#: frappe/core/doctype/error_log/error_log_list.js:5 +#: frappe/desk/doctype/notification_settings/notification_settings.json +#: frappe/social/doctype/energy_point_log/energy_point_log.json +msgid "Seen" +msgstr "" + +#. Label of a Section Break field in DocType 'Note' +#: frappe/desk/doctype/note/note.json +msgid "Seen By" +msgstr "" + +#. Label of a Table field in DocType 'Note' +#: frappe/desk/doctype/note/note.json +msgid "Seen By Table" +msgstr "" + +#. Label of a Check field in DocType 'Custom DocPerm' +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Label of a Check field in DocType 'DocPerm' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Column' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Filter' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Template Field' +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/docperm/docperm.json +#: frappe/core/doctype/report_column/report_column.json +#: frappe/core/doctype/report_filter/report_filter.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/printing/page/print/print.js:602 +#: frappe/website/doctype/web_form_field/web_form_field.json +#: frappe/website/doctype/web_template_field/web_template_field.json +msgid "Select" +msgstr "" + +#: frappe/public/js/frappe/data_import/data_exporter.js:149 +#: frappe/public/js/frappe/form/controls/multicheck.js:166 +msgid "Select All" +msgstr "" + +#: frappe/public/js/frappe/views/communication.js:165 +#: frappe/public/js/frappe/views/communication.js:586 +#: frappe/public/js/frappe/views/interaction.js:93 +#: frappe/public/js/frappe/views/interaction.js:155 +msgid "Select Attachments" +msgstr "" + +#: frappe/custom/doctype/client_script/client_script.js:25 +#: frappe/custom/doctype/client_script/client_script.js:28 +msgid "Select Child Table" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:353 +msgid "Select Column" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder_field.html:41 +#: frappe/public/js/frappe/form/print_utils.js:45 +msgid "Select Columns" +msgstr "" + +#: frappe/desk/page/setup_wizard/setup_wizard.js:387 +msgid "Select Country" +msgstr "" + +#: frappe/desk/page/setup_wizard/setup_wizard.js:404 +msgid "Select Currency" +msgstr "" + +#. Label of a Link field in DocType 'Form Tour' +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/public/js/frappe/utils/dashboard_utils.js:240 +msgid "Select Dashboard" +msgstr "" + +#. Option for the 'Timespan' (Select) field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Select Date Range" +msgstr "" + +#. Label of a Link field in DocType 'Web Form' +#: frappe/public/js/form_builder/components/controls/FetchFromControl.vue:28 +#: frappe/public/js/frappe/doctype/index.js:170 +#: frappe/website/doctype/web_form/web_form.json +msgid "Select DocType" +msgstr "" + +#. Label of a Link field in DocType 'Data Export' +#: frappe/core/doctype/data_export/data_export.json +msgid "Select Doctype" +msgstr "" + +#. Label of a Dynamic Link field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "Select Document" +msgstr "" + +#: frappe/printing/page/print_format_builder_beta/print_format_builder_beta.js:50 +#: frappe/workflow/page/workflow_builder/workflow_builder.js:50 +msgid "Select Document Type" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager.js:172 +msgid "Select Document Type or Role to start." +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:34 +msgid "Select Document Types to set which User Permissions are used to limit access." +msgstr "" + +#: frappe/public/js/form_builder/components/controls/FetchFromControl.vue:33 +#: frappe/public/js/frappe/doctype/index.js:199 +#: frappe/public/js/frappe/form/toolbar.js:750 +msgid "Select Field" +msgstr "" + +#: frappe/public/js/frappe/ui/group_by/group_by.html:32 +#: frappe/public/js/frappe/ui/group_by/group_by.js:141 +msgid "Select Field..." +msgstr "" + +#: frappe/public/js/frappe/form/grid_row.js:460 +#: frappe/public/js/frappe/list/list_settings.js:236 +#: frappe/public/js/frappe/views/kanban/kanban_settings.js:181 +msgid "Select Fields" +msgstr "" + +#: frappe/public/js/frappe/data_import/data_exporter.js:147 +msgid "Select Fields To Insert" +msgstr "" + +#: frappe/public/js/frappe/data_import/data_exporter.js:148 +msgid "Select Fields To Update" +msgstr "" + +#: frappe/public/js/frappe/list/list_sidebar_group_by.js:21 +msgid "Select Filters" +msgstr "" + +#: frappe/desk/doctype/event/event.py:95 +msgid "Select Google Calendar to which event should be synced." +msgstr "" + +#: frappe/contacts/doctype/contact/contact.py:76 +msgid "Select Google Contacts to which contact should be synced." +msgstr "" + +#: frappe/public/js/frappe/ui/group_by/group_by.html:10 +msgid "Select Group By..." +msgstr "" + +#: frappe/public/js/frappe/list/list_view_select.js:185 +msgid "Select Kanban" +msgstr "" + +#: frappe/desk/page/setup_wizard/setup_wizard.js:379 +msgid "Select Language" +msgstr "" + +#. Label of a Select field in DocType 'Form Tour' +#: frappe/desk/doctype/form_tour/form_tour.json +msgid "Select List View" +msgstr "" + +#: frappe/public/js/frappe/data_import/data_exporter.js:158 +msgid "Select Mandatory" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:280 +msgid "Select Module" +msgstr "" + +#: frappe/printing/page/print/print.js:175 +#: frappe/printing/page/print/print.js:585 +msgid "Select Network Printer" +msgstr "" + +#. Label of a Link field in DocType 'Form Tour' +#: frappe/desk/doctype/form_tour/form_tour.json +msgid "Select Page" +msgstr "" + +#: frappe/printing/page/print_format_builder_beta/print_format_builder_beta.js:68 +#: frappe/public/js/frappe/views/communication.js:148 +msgid "Select Print Format" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:82 +msgid "Select Print Format to Edit" +msgstr "" + +#. Label of a Link field in DocType 'Form Tour' +#: frappe/desk/doctype/form_tour/form_tour.json +msgid "Select Report" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:623 +msgid "Select Table Columns for {0}" +msgstr "" + +#: frappe/desk/page/setup_wizard/setup_wizard.js:396 +msgid "Select Time Zone" +msgstr "" + +#. Label of a Autocomplete field in DocType 'Document Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Select Transaction" +msgstr "" + +#: frappe/workflow/page/workflow_builder/workflow_builder.js:68 +msgid "Select Workflow" +msgstr "" + +#. Label of a Link field in DocType 'Form Tour' +#: frappe/desk/doctype/form_tour/form_tour.json +msgid "Select Workspace" +msgstr "" + +#: frappe/website/doctype/website_settings/website_settings.js:23 +msgid "Select a Brand Image first." +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:108 +msgid "Select a DocType to make a new format" +msgstr "" + +#: frappe/integrations/doctype/webhook/webhook.py:133 +msgid "Select a document to check if it meets conditions." +msgstr "" + +#: frappe/integrations/doctype/webhook/webhook.py:145 +msgid "Select a document to preview request data" +msgstr "" + +#: frappe/public/js/form_builder/components/Sidebar.vue:56 +msgid "Select a field to edit its properties." +msgstr "" + +#: frappe/public/js/frappe/views/treeview.js:324 +msgid "Select a group node first." +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1904 +msgid "Select a valid Sender Field for creating documents from Email" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1888 +msgid "Select a valid Subject field for creating documents from Email" +msgstr "" + +#: frappe/public/js/frappe/form/form_tour.js:315 +msgid "Select an Image" +msgstr "" + +#: frappe/www/apps.html:10 +msgid "Select an app to continue" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder_start.html:2 +msgid "Select an existing format to edit or start a new format." +msgstr "" + +#. Description of the 'Brand Image' (Attach Image) field in DocType 'Website +#. Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Select an image of approx width 150px with a transparent background for best results." +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:36 +msgid "Select atleast 1 record for printing" +msgstr "" + +#: frappe/core/doctype/success_action/success_action.js:18 +msgid "Select atleast 2 actions" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1220 +msgctxt "Description of a list view shortcut" +msgid "Select list item" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1172 +#: frappe/public/js/frappe/list/list_view.js:1188 +msgctxt "Description of a list view shortcut" +msgid "Select multiple list items" +msgstr "" + +#: frappe/public/js/frappe/views/calendar/calendar.js:175 +msgid "Select or drag across time slots to create a new event." +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:239 +msgid "Select records for assignment" +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:260 +msgid "Select records for removing assignment" +msgstr "" + +#. Description of the 'Insert After' (Select) field in DocType 'Custom Field' +#: frappe/custom/doctype/custom_field/custom_field.json +msgid "Select the label after which you want to insert new field." +msgstr "" + +#: frappe/public/js/frappe/utils/diffview.js:102 +msgid "Select two versions to view the diff." +msgstr "" + +#: frappe/public/js/frappe/form/link_selector.js:24 +#: frappe/public/js/frappe/form/multi_select_dialog.js:81 +#: frappe/public/js/frappe/form/multi_select_dialog.js:283 +#: frappe/public/js/frappe/list/list_view_select.js:153 +#: frappe/public/js/print_format_builder/Preview.vue:90 +msgid "Select {0}" +msgstr "" + +#: frappe/model/workflow.py:117 +msgid "Self approval is not allowed" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.js:66 +#: frappe/email/doctype/newsletter/newsletter.js:74 +#: frappe/email/doctype/newsletter/newsletter.js:162 +#: frappe/public/js/frappe/views/communication.js:26 frappe/www/contact.html:41 +msgid "Send" +msgstr "" + +#. Label of a Datetime field in DocType 'Communication' +#. Label of a Datetime field in DocType 'Email Queue' +#: frappe/core/doctype/communication/communication.json +#: frappe/email/doctype/email_queue/email_queue.json +msgid "Send After" +msgstr "" + +#. Label of a Select field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Send Alert On" +msgstr "" + +#. Label of a Check field in DocType 'Workflow' +#: frappe/workflow/doctype/workflow/workflow.json +msgid "Send Email Alert" +msgstr "" + +#. Label of a Datetime field in DocType 'Newsletter' +#: frappe/email/doctype/newsletter/newsletter.json +msgid "Send Email At" +msgstr "" + +#. Description of the 'Send Print as PDF' (Check) field in DocType 'Print +#. Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Send Email Print Attachments as PDF (Recommended)" +msgstr "" + +#. Label of a Check field in DocType 'Dropbox Settings' +#. Label of a Check field in DocType 'S3 Backup Settings' +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.json +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +msgid "Send Email for Successful Backup" +msgstr "" + +#. Label of a Check field in DocType 'Google Drive' +#: frappe/integrations/doctype/google_drive/google_drive.json +msgid "Send Email for Successful backup" +msgstr "" + +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Send Me A Copy of Outgoing Emails" +msgstr "" + +#. Label of a Data field in DocType 'Google Drive' +#: frappe/integrations/doctype/google_drive/google_drive.json +msgid "Send Notification To" +msgstr "" + +#. Label of a Small Text field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Send Notification to" +msgstr "" + +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Send Notifications For Documents Followed By Me" +msgstr "" + +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Send Notifications For Email Threads" +msgstr "" + +#. Label of a Data field in DocType 'Dropbox Settings' +#. Label of a Data field in DocType 'S3 Backup Settings' +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.json +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +msgid "Send Notifications To" +msgstr "" + +#: frappe/email/doctype/auto_email_report/auto_email_report.js:21 +msgid "Send Now" +msgstr "" + +#. Label of a Check field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Send Print as PDF" +msgstr "" + +#: frappe/public/js/frappe/views/communication.js:138 +msgid "Send Read Receipt" +msgstr "" + +#. Label of a Check field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Send System Notification" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.js:153 +msgid "Send Test Email" +msgstr "" + +#. Label of a Check field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Send To All Assignees" +msgstr "" + +#. Label of a Check field in DocType 'Newsletter' +#: frappe/email/doctype/newsletter/newsletter.json +msgid "Send Unsubscribe Link" +msgstr "" + +#. Label of a Check field in DocType 'Newsletter' +#: frappe/email/doctype/newsletter/newsletter.json +msgid "Send Web View Link" +msgstr "" + +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Send Welcome Email" +msgstr "" + +#: frappe/www/me.html:67 +msgid "Send a request to delete your account" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.js:10 +msgid "Send a test email" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.js:166 +msgid "Send again" +msgstr "" + +#. Description of the 'Reference Date' (Select) field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Send alert if date matches this field's value" +msgstr "" + +#. Description of the 'Value Changed' (Select) field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Send alert if this field's value changes" +msgstr "" + +#. Label of a Check field in DocType 'Event' +#: frappe/desk/doctype/event/event.json +msgid "Send an email reminder in the morning" +msgstr "" + +#. Description of the 'Days Before or After' (Int) field in DocType +#. 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Send days before or after the reference date" +msgstr "" + +#. Description of the 'Forward To Email Address' (Data) field in DocType +#. 'Contact Us Settings' +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +msgid "Send enquiries to this email address" +msgstr "" + +#: frappe/templates/includes/login/login.js:73 frappe/www/login.html:210 +msgid "Send login link" +msgstr "" + +#: frappe/public/js/frappe/views/communication.js:132 +msgid "Send me a copy" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.js:46 +msgid "Send now" +msgstr "" + +#. Label of a Check field in DocType 'Auto Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Send only if there is any data" +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Send unsubscribe message in email" +msgstr "" + +#. Label of a Data field in DocType 'Event' +#. Label of a Data field in DocType 'ToDo' +#. Label of a Link field in DocType 'Auto Email Report' +#. Label of a Data field in DocType 'Email Queue' +#. Label of a Data field in DocType 'Newsletter' +#. Label of a Link field in DocType 'Notification' +#: frappe/desk/doctype/event/event.json frappe/desk/doctype/todo/todo.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +#: frappe/email/doctype/email_queue/email_queue.json +#: frappe/email/doctype/newsletter/newsletter.json +#: frappe/email/doctype/notification/notification.json +msgid "Sender" +msgstr "" + +#. Label of a Data field in DocType 'Newsletter' +#. Label of a Data field in DocType 'Notification' +#: frappe/email/doctype/newsletter/newsletter.json +#: frappe/email/doctype/notification/notification.json +msgid "Sender Email" +msgstr "" + +#. Label of a Data field in DocType 'DocType' +#. Label of a Data field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Sender Email Field" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1907 +msgid "Sender Field should have Email in options" +msgstr "" + +#. Label of a Data field in DocType 'Newsletter' +#: frappe/email/doctype/newsletter/newsletter.json +msgid "Sender Name" +msgstr "" + +#. Label of a Data field in DocType 'DocType' +#. Label of a Data field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Sender Name Field" +msgstr "" + +#. Option for the 'Service' (Select) field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Sendgrid" +msgstr "" + +#. Option for the 'Delivery Status' (Select) field in DocType 'Communication' +#. Option for the 'Status' (Select) field in DocType 'Email Queue' +#: frappe/core/doctype/communication/communication.json +#: frappe/email/doctype/email_queue/email_queue.json +#: frappe/email/doctype/newsletter/newsletter.js:201 +msgid "Sending" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.js:203 +msgid "Sending emails" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.js:164 +msgid "Sending..." +msgstr "" + +#. Option for the 'Delivery Status' (Select) field in DocType 'Communication' +#. Option for the 'Sent or Received' (Select) field in DocType 'Communication' +#. Option for the 'Status' (Select) field in DocType 'Email Queue' +#. Option for the 'Status' (Select) field in DocType 'Email Queue Recipient' +#: frappe/core/doctype/communication/communication.json +#: frappe/email/doctype/email_queue/email_queue.json +#: frappe/email/doctype/email_queue_recipient/email_queue_recipient.json +#: frappe/email/doctype/newsletter/newsletter.js:196 +#: frappe/email/doctype/newsletter/newsletter_list.js:5 +msgid "Sent" +msgstr "" + +#. Label of a Check field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Sent Read Receipt" +msgstr "" + +#. Label of a Select field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Sent or Received" +msgstr "" + +#. Option for the 'Event Category' (Select) field in DocType 'Event' +#: frappe/desk/doctype/event/event.json +msgid "Sent/Received Email" +msgstr "" + +#. Option for the 'Item Type' (Select) field in DocType 'Navbar Item' +#: frappe/core/doctype/navbar_item/navbar_item.json +msgid "Separator" +msgstr "" + +#. Label of a Float field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "Sequence Id" +msgstr "" + +#. Label of a Text field in DocType 'Document Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Series List for this Transaction" +msgstr "" + +#: frappe/core/doctype/document_naming_settings/document_naming_settings.py:115 +msgid "Series Updated for {}" +msgstr "" + +#: frappe/core/doctype/document_naming_settings/document_naming_settings.py:223 +msgid "Series counter for {} updated to {} successfully" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1085 +#: frappe/core/doctype/document_naming_settings/document_naming_settings.py:170 +msgid "Series {0} already used in {1}" +msgstr "" + +#. Option for the 'Action Type' (Select) field in DocType 'DocType Action' +#: frappe/core/doctype/doctype_action/doctype_action.json +msgid "Server Action" +msgstr "" + +#: frappe/public/js/frappe/request.js:606 +msgid "Server Error" +msgstr "" + +#. Label of a Data field in DocType 'Network Printer Settings' +#: frappe/printing/doctype/network_printer_settings/network_printer_settings.json +msgid "Server IP" +msgstr "" + +#. Linked DocType in DocType's connections +#. Linked DocType in Module Def's connections +#. Label of a Link field in DocType 'Scheduled Job Type' +#. Name of a DocType +#. Label of a Link in the Build Workspace +#. Label of a shortcut in the Build Workspace +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/module_def/module_def.json +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +#: frappe/core/doctype/server_script/server_script.json +#: frappe/core/workspace/build/build.json +msgid "Server Script" +msgstr "" + +#: frappe/utils/safe_exec.py:92 +msgid "Server Scripts are disabled. Please enable server scripts from bench configuration." +msgstr "" + +#: frappe/core/doctype/server_script/server_script.js:36 +msgid "Server Scripts feature is not available on this site." +msgstr "" + +#: frappe/public/js/frappe/request.js:243 +#: frappe/public/js/frappe/request.js:251 +msgid "Server was too busy to process this request. Please try again." +msgstr "" + +#. Label of a Select field in DocType 'Email Account' +#. Label of a Data field in DocType 'Integration Request' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/integrations/doctype/integration_request/integration_request.json +msgid "Service" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/session_default/session_default.json +msgid "Session Default" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/session_default_settings/session_default_settings.json +msgid "Session Default Settings" +msgstr "" + +#. Label of a standard navbar item +#. Type: Action +#. Label of a Table field in DocType 'Session Default Settings' +#: frappe/core/doctype/session_default_settings/session_default_settings.json +#: frappe/hooks.py frappe/public/js/frappe/ui/toolbar/toolbar.js:321 +msgid "Session Defaults" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/toolbar.js:306 +msgid "Session Defaults Saved" +msgstr "" + +#: frappe/app.py:348 +msgid "Session Expired" +msgstr "" + +#. Label of a Data field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Session Expiry (idle timeout)" +msgstr "" + +#: frappe/core/doctype/system_settings/system_settings.py:115 +msgid "Session Expiry must be in format {0}" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:599 +msgctxt "Field value is set" +msgid "Set" +msgstr "" + +#. Label of a Button field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Set Banner from Image" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:200 +msgid "Set Chart" +msgstr "" + +#. Description of the 'Chart Options' (Code) field in DocType 'Dashboard' +#: frappe/desk/doctype/dashboard/dashboard.json +msgid "Set Default Options for all charts on this Dashboard (Ex: \"colors\": [\"#d1d8dd\", \"#ff5858\"])" +msgstr "" + +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:467 +#: frappe/desk/doctype/number_card/number_card.js:367 +msgid "Set Dynamic Filters" +msgstr "" + +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:381 +#: frappe/desk/doctype/number_card/number_card.js:280 +#: frappe/public/js/form_builder/components/Field.vue:80 +#: frappe/website/doctype/web_form/web_form.js:269 +msgid "Set Filters" +msgstr "" + +#: frappe/public/js/frappe/widgets/chart_widget.js:395 +#: frappe/public/js/frappe/widgets/quick_list_widget.js:104 +msgid "Set Filters for {0}" +msgstr "" + +#: frappe/core/doctype/user_type/user_type.py:91 +msgid "Set Limit" +msgstr "" + +#. Description of the 'Setup Series for transactions' (Section Break) field in +#. DocType 'Document Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Set Naming Series options on your transactions." +msgstr "" + +#. Label of a Password field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Set New Password" +msgstr "" + +#: frappe/desk/page/backups/backups.js:8 +msgid "Set Number of Backups" +msgstr "" + +#: frappe/www/update-password.html:9 +msgid "Set Password" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:112 +msgid "Set Permissions" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:471 +msgid "Set Properties" +msgstr "" + +#. Label of a Section Break field in DocType 'Notification' +#. Label of a Select field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Set Property After Alert" +msgstr "" + +#: frappe/public/js/frappe/form/link_selector.js:207 +#: frappe/public/js/frappe/form/link_selector.js:208 +msgid "Set Quantity" +msgstr "" + +#. Label of a Select field in DocType 'Role Permission for Page and Report' +#: frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.json +msgid "Set Role For" +msgstr "" + +#: frappe/core/doctype/user/user.js:138 +#: frappe/core/page/permission_manager/permission_manager.js:65 +msgid "Set User Permissions" +msgstr "" + +#. Label of a Small Text field in DocType 'Property Setter' +#: frappe/custom/doctype/property_setter/property_setter.json +msgid "Set Value" +msgstr "" + +#: frappe/public/js/frappe/file_uploader/file_uploader.bundle.js:72 +#: frappe/public/js/frappe/file_uploader/file_uploader.bundle.js:124 +msgid "Set all private" +msgstr "" + +#: frappe/public/js/frappe/file_uploader/file_uploader.bundle.js:72 +msgid "Set all public" +msgstr "" + +#: frappe/printing/doctype/print_format/print_format.js:49 +msgid "Set as Default" +msgstr "" + +#: frappe/website/doctype/website_theme/website_theme.js:33 +msgid "Set as Default Theme" +msgstr "" + +#. Option for the 'Naming Rule' (Select) field in DocType 'DocType' +#. Option for the 'Naming Rule' (Select) field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Set by user" +msgstr "" + +#. Description of the 'Precision' (Select) field in DocType 'DocField' +#. Description of the 'Precision' (Select) field in DocType 'Custom Field' +#. Description of the 'Precision' (Select) field in DocType 'Customize Form +#. Field' +#. Description of the 'Precision' (Select) field in DocType 'Web Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Set non-standard precision for a Float or Currency field" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#: frappe/core/doctype/docfield/docfield.json +msgid "Set only once" +msgstr "" + +#. Description of the 'Max attachment size' (Int) field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Set size in MB" +msgstr "" + +#. Description of the 'Filters Configuration' (Code) field in DocType 'Number +#. Card' +#: frappe/desk/doctype/number_card/number_card.json +msgid "Set the filters here. For example:\n" +"
    \n"
    +"[{\n"
    +"\tfieldname: \"company\",\n"
    +"\tlabel: __(\"Company\"),\n"
    +"\tfieldtype: \"Link\",\n"
    +"\toptions: \"Company\",\n"
    +"\tdefault: frappe.defaults.get_user_default(\"Company\"),\n"
    +"\treqd: 1\n"
    +"},\n"
    +"{\n"
    +"\tfieldname: \"account\",\n"
    +"\tlabel: __(\"Account\"),\n"
    +"\tfieldtype: \"Link\",\n"
    +"\toptions: \"Account\",\n"
    +"\treqd: 1\n"
    +"}]\n"
    +"
    " +msgstr "" + +#. Description of the 'Method' (Data) field in DocType 'Number Card' +#: frappe/desk/doctype/number_card/number_card.json +msgid "Set the path to a whitelisted function that will return the data for the number card in the format:\n\n" +"
    \n"
    +"{\n"
    +"\t\"value\": value,\n"
    +"\t\"fieldtype\": \"Currency\",\n"
    +"\t\"route_options\": {\"from_date\": \"2023-05-23\"},\n"
    +"\t\"route\": [\"query-report\", \"Permitted Documents For User\"]\n"
    +"}
    " +msgstr "" + +#: frappe/contacts/doctype/address_template/address_template.py:33 +msgid "Setting this Address Template as default as there is no other default" +msgstr "" + +#: frappe/desk/doctype/global_search_settings/global_search_settings.py:86 +msgid "Setting up Global Search documents." +msgstr "" + +#: frappe/desk/page/setup_wizard/setup_wizard.js:273 +msgid "Setting up your system" +msgstr "" + +#. Label of a Tab Break field in DocType 'DocType' +#. Label of a Tab Break field in DocType 'User' +#. Group in User's connections +#. Label of a Card Break in the Integrations Workspace +#. Label of a Tab Break field in DocType 'Web Form' +#. Label of a Tab Break field in DocType 'Web Page' +#: frappe/core/doctype/doctype/doctype.json frappe/core/doctype/user/user.json +#: frappe/integrations/workspace/integrations/integrations.json +#: frappe/public/js/frappe/form/templates/print_layout.html:25 +#: frappe/public/js/frappe/ui/toolbar/toolbar.js:279 +#: frappe/public/js/frappe/views/workspace/workspace.js:560 +#: frappe/website/doctype/web_form/web_form.json +#: frappe/website/doctype/web_page/web_page.json +msgid "Settings" +msgstr "" + +#. Label of a Table field in DocType 'Navbar Settings' +#: frappe/core/doctype/navbar_settings/navbar_settings.json +msgid "Settings Dropdown" +msgstr "" + +#. Description of a DocType +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +msgid "Settings for Contact Us Page" +msgstr "" + +#. Description of a DocType +#: frappe/website/doctype/about_us_settings/about_us_settings.json +msgid "Settings for the About Us Page" +msgstr "" + +#. Description of a DocType +#: frappe/website/doctype/blog_settings/blog_settings.json +msgid "Settings to control blog categories and interactions like comments and likes" +msgstr "" + +#. Option for the 'Show in Module Section' (Select) field in DocType 'DocType' +#. Label of a Card Break in the Website Workspace +#: frappe/core/doctype/doctype/doctype.json +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:567 +#: frappe/website/workspace/website/website.json +msgid "Setup" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:27 +msgid "Setup > Customize Form" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:8 +msgid "Setup > User" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:33 +msgid "Setup > User Permissions" +msgstr "" + +#. Title of an Onboarding Step +#: frappe/custom/onboarding_step/workflows/workflows.json +msgid "Setup Approval Workflows" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:1684 +#: frappe/public/js/frappe/views/reports/report_view.js:1627 +msgid "Setup Auto Email" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/desk/page/setup_wizard/setup_wizard.js:204 +msgid "Setup Complete" +msgstr "" + +#. Title of an Onboarding Step +#: frappe/custom/onboarding_step/role_permissions/role_permissions.json +msgid "Setup Limited Access for a User" +msgstr "" + +#. Title of an Onboarding Step +#: frappe/custom/onboarding_step/naming_series/naming_series.json +msgid "Setup Naming Series" +msgstr "" + +#. Label of a Section Break field in DocType 'Document Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Setup Series for transactions" +msgstr "" + +#. Label of a Check field in DocType 'Custom DocPerm' +#. Label of a Check field in DocType 'DocPerm' +#. Label of a Check field in DocType 'DocShare' +#. Label of a Check field in DocType 'User Document Type' +#. Option for the 'Type' (Select) field in DocType 'Notification Log' +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/docperm/docperm.json +#: frappe/core/doctype/docshare/docshare.json +#: frappe/core/doctype/user_document_type/user_document_type.json +#: frappe/desk/doctype/notification_log/notification_log.json +#: frappe/public/js/frappe/form/templates/form_sidebar.html:110 +msgid "Share" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/share.js:107 +msgid "Share With" +msgstr "" + +#: frappe/public/js/frappe/form/templates/set_sharing.html:49 +msgid "Share this document with" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/share.js:45 +msgid "Share {0} with" +msgstr "" + +#. Option for the 'Comment Type' (Select) field in DocType 'Comment' +#. Option for the 'Comment Type' (Select) field in DocType 'Communication' +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +msgid "Shared" +msgstr "" + +#: frappe/desk/form/assign_to.py:131 +msgid "Shared with the following Users with Read access:{0}" +msgstr "" + +#. Option for the 'Address Type' (Select) field in DocType 'Address' +#: frappe/contacts/doctype/address/address.json +msgid "Shipping" +msgstr "" + +#: frappe/public/js/frappe/form/templates/address_list.html:25 +msgid "Shipping Address" +msgstr "" + +#. Option for the 'Address Type' (Select) field in DocType 'Address' +#: frappe/contacts/doctype/address/address.json +msgid "Shop" +msgstr "" + +#. Label of a Data field in DocType 'Blogger' +#: frappe/website/doctype/blogger/blogger.json +msgid "Short Name" +msgstr "" + +#: frappe/utils/password_strength.py:85 +msgid "Short keyboard patterns are easy to guess" +msgstr "" + +#. Label of a Table field in DocType 'Workspace' +#. Label of a Tab Break field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +#: frappe/public/js/frappe/form/grid_row_form.js:42 +msgid "Shortcuts" +msgstr "" + +#: frappe/public/js/frappe/widgets/base_widget.js:46 +#: frappe/public/js/frappe/widgets/base_widget.js:178 +#: frappe/templates/includes/login/login.js:86 frappe/www/login.html:30 +msgid "Show" +msgstr "" + +#. Label of a Check field in DocType 'Blog Settings' +#: frappe/website/doctype/blog_settings/blog_settings.json +msgid "Show \"Call to Action\" in Blog" +msgstr "" + +#. Label of a Check field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "Show Absolute Values" +msgstr "" + +#: frappe/public/js/frappe/form/templates/form_sidebar.html:78 +msgid "Show All" +msgstr "" + +#. Label of a Check field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Show Attachments" +msgstr "" + +#: frappe/desk/doctype/calendar_view/calendar_view.js:10 +msgid "Show Calendar" +msgstr "" + +#. Label of a Check field in DocType 'Currency' +#: frappe/geo/doctype/currency/currency.json +msgid "Show Currency Symbol on Right Side" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/desk/doctype/dashboard/dashboard.js:6 +msgid "Show Dashboard" +msgstr "" + +#. Label of a Button field in DocType 'Access Log' +#: frappe/core/doctype/access_log/access_log.json +msgid "Show Document" +msgstr "" + +#: frappe/www/error.html:41 frappe/www/error.html:59 +msgid "Show Error" +msgstr "" + +#: frappe/public/js/frappe/form/layout.js:553 +msgid "Show Fieldname (click to copy on clipboard)" +msgstr "" + +#. Label of a Check field in DocType 'Form Tour' +#: frappe/desk/doctype/form_tour/form_tour.json +msgid "Show First Document Tour" +msgstr "" + +#. Option for the 'Action' (Select) field in DocType 'Onboarding Step' +#. Label of a Check field in DocType 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Show Form Tour" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Show Full Error and Allow Reporting of Issues to the Developer" +msgstr "" + +#. Label of a Check field in DocType 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Show Full Form?" +msgstr "" + +#: frappe/public/js/frappe/ui/keyboard.js:231 +msgid "Show Keyboard Shortcuts" +msgstr "" + +#. Label of a Check field in DocType 'Kanban Board' +#: frappe/desk/doctype/kanban_board/kanban_board.json +#: frappe/public/js/frappe/views/kanban/kanban_settings.js:30 +msgid "Show Labels" +msgstr "" + +#. Label of a Check field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Show Language Picker" +msgstr "" + +#. Label of a Check field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "Show Line Breaks after Sections" +msgstr "" + +#. Label of a Check field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Show List" +msgstr "" + +#: frappe/desk/page/user_profile/user_profile_controller.js:472 +msgid "Show More Activity" +msgstr "" + +#. Label of a Check field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Show Only Failed Logs" +msgstr "" + +#. Label of a Check field in DocType 'Number Card' +#: frappe/desk/doctype/number_card/number_card.json +msgid "Show Percentage Stats" +msgstr "" + +#: frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.js:30 +msgid "Show Permissions" +msgstr "" + +#: frappe/public/js/form_builder/form_builder.bundle.js:31 +#: frappe/public/js/form_builder/form_builder.bundle.js:43 +#: frappe/public/js/print_format_builder/print_format_builder.bundle.js:18 +#: frappe/public/js/print_format_builder/print_format_builder.bundle.js:54 +msgid "Show Preview" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#. Label of a Check field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Show Preview Popup" +msgstr "" + +#. Label of a Check field in DocType 'System Console' +#: frappe/desk/doctype/system_console/system_console.json +msgid "Show Processlist" +msgstr "" + +#: frappe/core/doctype/error_log/error_log.js:9 +msgid "Show Related Errors" +msgstr "" + +#. Label of a Button field in DocType 'Access Log' +#: frappe/core/doctype/access_log/access_log.json +#: frappe/core/doctype/prepared_report/prepared_report.js:43 +#: frappe/core/doctype/report/report.js:13 +msgid "Show Report" +msgstr "" + +#: frappe/public/js/frappe/list/list_filter.js:15 +#: frappe/public/js/frappe/list/list_filter.js:87 +msgid "Show Saved" +msgstr "" + +#. Label of a Check field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "Show Section Headings" +msgstr "" + +#. Label of a Check field in DocType 'Web Form' +#. Label of a Check field in DocType 'Web Page' +#: frappe/website/doctype/web_form/web_form.json +#: frappe/website/doctype/web_page/web_page.json +msgid "Show Sidebar" +msgstr "" + +#: frappe/public/js/frappe/list/list_sidebar.html:66 +#: frappe/public/js/frappe/list/list_view.js:1603 +msgid "Show Tags" +msgstr "" + +#. Label of a Check field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "Show Title" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#. Label of a Check field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Show Title in Link Fields" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1451 +msgid "Show Totals" +msgstr "" + +#: frappe/desk/doctype/form_tour/form_tour.js:116 +msgid "Show Tour" +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:453 +msgid "Show Traceback" +msgstr "" + +#: frappe/public/js/frappe/data_import/import_preview.js:200 +msgid "Show Warnings" +msgstr "" + +#: frappe/public/js/frappe/views/calendar/calendar.js:185 +msgid "Show Weekends" +msgstr "" + +#. Label of a Check field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Show account deletion link in My Account page" +msgstr "" + +#: frappe/core/doctype/version/version.js:6 +msgid "Show all Versions" +msgstr "" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:69 +msgid "Show all activity" +msgstr "" + +#: frappe/website/doctype/blog_post/templates/blog_post_list.html:24 +msgid "Show all blogs" +msgstr "" + +#. Label of a Small Text field in DocType 'Email Queue' +#: frappe/email/doctype/email_queue/email_queue.json +msgid "Show as cc" +msgstr "" + +#. Label of a Check field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Show footer on login" +msgstr "" + +#. Description of the 'Show Full Form?' (Check) field in DocType 'Onboarding +#. Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Show full form instead of a quick entry modal" +msgstr "" + +#. Label of a Select field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Show in Module Section" +msgstr "" + +#. Label of a Check field in DocType 'Web Form Field' +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Show in filter" +msgstr "" + +#. Label of a Check field in DocType 'Slack Webhook URL' +#: frappe/integrations/doctype/slack_webhook_url/slack_webhook_url.json +msgid "Show link to document" +msgstr "" + +#: frappe/public/js/frappe/form/layout.js:255 +#: frappe/public/js/frappe/form/layout.js:273 +msgid "Show more details" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#: frappe/core/doctype/docfield/docfield.json +msgid "Show on Timeline" +msgstr "" + +#. Description of the 'Stats Time Interval' (Select) field in DocType 'Number +#. Card' +#: frappe/desk/doctype/number_card/number_card.json +msgid "Show percentage difference according to this time interval" +msgstr "" + +#. Description of the 'Title Prefix' (Data) field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Show title in browser window as \"Prefix - title\"" +msgstr "" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:148 +msgid "Show {0} List" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:471 +msgid "Showing only Numeric fields from Report" +msgstr "" + +#: frappe/public/js/frappe/data_import/import_preview.js:149 +msgid "Showing only first {0} rows out of {1}" +msgstr "" + +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Sidebar" +msgstr "" + +#. Label of a Table field in DocType 'Website Sidebar' +#: frappe/website/doctype/website_sidebar/website_sidebar.json +msgid "Sidebar Items" +msgstr "" + +#. Label of a Section Break field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Sidebar Settings" +msgstr "" + +#. Label of a Section Break field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "Sidebar and Comments" +msgstr "" + +#. Label of a Section Break field in DocType 'Email Group' +#: frappe/email/doctype/email_group/email_group.json +msgid "Sign Up and Confirmation" +msgstr "" + +#: frappe/core/doctype/user/user.py:955 +msgid "Sign Up is disabled" +msgstr "" + +#: frappe/templates/signup.html:16 frappe/www/login.html:120 +#: frappe/www/login.html:136 frappe/www/update-password.html:35 +msgid "Sign up" +msgstr "" + +#. Label of a Select field in DocType 'Social Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Sign ups" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Label of a Section Break field in DocType 'Email Account' +#. Label of a Text Editor field in DocType 'Email Account' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/email/doctype/email_account/email_account.json +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Signature" +msgstr "" + +#: frappe/www/login.html:148 +msgid "Signup Disabled" +msgstr "" + +#: frappe/www/login.html:149 +msgid "Signups have been disabled for this website." +msgstr "" + +#. Description of the 'Unassign Condition' (Code) field in DocType 'Assignment +#. Rule' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +msgid "Simple Python Expression, Example: Status in (\"Closed\", \"Cancelled\")" +msgstr "" + +#. Description of the 'Close Condition' (Code) field in DocType 'Assignment +#. Rule' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +msgid "Simple Python Expression, Example: Status in (\"Invalid\")" +msgstr "" + +#. Description of the 'Assign Condition' (Code) field in DocType 'Assignment +#. Rule' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +msgid "Simple Python Expression, Example: status == 'Open' and type == 'Bug'" +msgstr "" + +#. Label of a Int field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Simultaneous Sessions" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.py:122 +msgid "Single DocTypes cannot be customized." +msgstr "" + +#. Description of the 'Is Single' (Check) field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/doctype/doctype_list.js:51 +msgid "Single Types have only one record no tables associated. Values are stored in tabSingles" +msgstr "" + +#: frappe/database/database.py:242 +msgid "Site is running in read only mode for maintenance or site update, this action can not be performed right now. Please try again later." +msgstr "" + +#: frappe/public/js/frappe/views/file/file_view.js:318 +msgid "Size" +msgstr "" + +#. Label of a Float field in DocType 'System Health Report Tables' +#: frappe/desk/doctype/system_health_report_tables/system_health_report_tables.json +msgid "Size (MB)" +msgstr "" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:82 +#: frappe/public/js/onboarding_tours/onboarding_tours.js:18 +msgid "Skip" +msgstr "" + +#. Label of a Check field in DocType 'OAuth Client' +#. Label of a Select field in DocType 'OAuth Provider Settings' +#: frappe/integrations/doctype/oauth_client/oauth_client.json +#: frappe/integrations/doctype/oauth_provider_settings/oauth_provider_settings.json +msgid "Skip Authorization" +msgstr "" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:337 +msgid "Skip Step" +msgstr "" + +#. Label of a Check field in DocType 'Patch Log' +#: frappe/core/doctype/patch_log/patch_log.json +msgid "Skipped" +msgstr "" + +#: frappe/core/doctype/data_import/importer.py:914 +msgid "Skipping Duplicate Column {0}" +msgstr "" + +#: frappe/core/doctype/data_import/importer.py:939 +msgid "Skipping Untitled Column" +msgstr "" + +#: frappe/core/doctype/data_import/importer.py:925 +msgid "Skipping column {0}" +msgstr "" + +#: frappe/modules/utils.py:176 +msgid "Skipping fixture syncing for doctype {0} from file {1}" +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:39 +msgid "Skipping {0} of {1}, {2}" +msgstr "" + +#. Label of a Data field in DocType 'Contact Us Settings' +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +msgid "Skype" +msgstr "" + +#. Option for the 'Channel' (Select) field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Slack" +msgstr "" + +#. Label of a Link field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Slack Channel" +msgstr "" + +#: frappe/integrations/doctype/slack_webhook_url/slack_webhook_url.py:64 +msgid "Slack Webhook Error" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Integrations Workspace +#: frappe/integrations/doctype/slack_webhook_url/slack_webhook_url.json +#: frappe/integrations/workspace/integrations/integrations.json +msgid "Slack Webhook URL" +msgstr "" + +#. Label of a Link field in DocType 'Web Page' +#. Option for the 'Content Type' (Select) field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "Slideshow" +msgstr "" + +#. Label of a Table field in DocType 'Website Slideshow' +#: frappe/website/doctype/website_slideshow/website_slideshow.json +msgid "Slideshow Items" +msgstr "" + +#. Label of a Data field in DocType 'Website Slideshow' +#: frappe/website/doctype/website_slideshow/website_slideshow.json +msgid "Slideshow Name" +msgstr "" + +#. Description of a DocType +#: frappe/website/doctype/website_slideshow/website_slideshow.json +msgid "Slideshow like display for the website" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Template Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/web_form_field/web_form_field.json +#: frappe/website/doctype/web_template_field/web_template_field.json +msgid "Small Text" +msgstr "" + +#. Label of a Currency field in DocType 'Currency' +#: frappe/geo/doctype/currency/currency.json +msgid "Smallest Currency Fraction Value" +msgstr "" + +#. Description of the 'Smallest Currency Fraction Value' (Currency) field in +#. DocType 'Currency' +#: frappe/geo/doctype/currency/currency.json +msgid "Smallest circulating fraction unit (coin). For e.g. 1 cent for USD and it should be entered as 0.01" +msgstr "" + +#: frappe/printing/doctype/letter_head/letter_head.js:32 +msgid "Snippet and more variables: {0}" +msgstr "" + +#. Name of a DocType +#: frappe/website/doctype/social_link_settings/social_link_settings.json +msgid "Social Link Settings" +msgstr "" + +#. Label of a Select field in DocType 'Social Link Settings' +#: frappe/website/doctype/social_link_settings/social_link_settings.json +msgid "Social Link Type" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Integrations Workspace +#: frappe/integrations/doctype/social_login_key/social_login_key.json +#: frappe/integrations/workspace/integrations/integrations.json +msgid "Social Login Key" +msgstr "" + +#. Label of a Select field in DocType 'Social Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Social Login Provider" +msgstr "" + +#. Label of a Table field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Social Logins" +msgstr "" + +#. Label of a Select field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "SocketIO Ping Check" +msgstr "" + +#. Label of a Select field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "SocketIO Transport Mode" +msgstr "" + +#. Option for the 'Delivery Status' (Select) field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Soft-Bounced" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder_column_selector.html:4 +msgid "Some columns might get cut off when printing to PDF. Try to keep number of columns under 10." +msgstr "" + +#: frappe/public/js/frappe/desk.js:20 +msgid "Some of the features might not work in your browser. Please update your browser to the latest version." +msgstr "" + +#: frappe/public/js/frappe/views/translation_manager.js:101 +msgid "Something went wrong" +msgstr "" + +#: frappe/integrations/doctype/google_calendar/google_calendar.py:117 +msgid "Something went wrong during the token generation. Click on {0} to generate a new one." +msgstr "" + +#: frappe/templates/includes/login/login.js:294 +msgid "Something went wrong." +msgstr "" + +#: frappe/public/js/frappe/views/pageview.js:114 +msgid "Sorry! I could not find what you were looking for." +msgstr "" + +#: frappe/public/js/frappe/views/pageview.js:122 +msgid "Sorry! You are not permitted to view this page." +msgstr "" + +#: frappe/public/js/frappe/utils/datatable.js:6 +msgid "Sort Ascending" +msgstr "" + +#: frappe/public/js/frappe/utils/datatable.js:7 +msgid "Sort Descending" +msgstr "" + +#. Label of a Select field in DocType 'Customize Form' +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Sort Field" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Sort Options" +msgstr "" + +#. Label of a Select field in DocType 'Customize Form' +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Sort Order" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1512 +msgid "Sort field {0} must be a valid fieldname" +msgstr "" + +#. Label of a Data field in DocType 'Web Page View' +#. Label of a Small Text field in DocType 'Website Route Redirect' +#: frappe/public/js/frappe/ui/toolbar/about.js:8 +#: frappe/public/js/frappe/utils/utils.js:1727 +#: frappe/website/doctype/web_page_view/web_page_view.json +#: frappe/website/doctype/website_route_redirect/website_route_redirect.json +#: frappe/website/report/website_analytics/website_analytics.js:38 +msgid "Source" +msgstr "" + +#. Label of a Data field in DocType 'Dashboard Chart Source' +#: frappe/desk/doctype/dashboard_chart_source/dashboard_chart_source.json +msgid "Source Name" +msgstr "" + +#. Label of a Code field in DocType 'Translation' +#: frappe/core/doctype/translation/translation.json +#: frappe/public/js/frappe/views/translation_manager.js:38 +msgid "Source Text" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/blocks/spacer.js:23 +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:204 +msgid "Spacer" +msgstr "" + +#. Option for the 'Email Status' (Select) field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Spam" +msgstr "" + +#. Option for the 'Service' (Select) field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "SparkPost" +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.js:83 +msgid "Special Characters are not allowed" +msgstr "" + +#: frappe/model/naming.py:60 +msgid "Special Characters except '-', '#', '.', '/', '{{' and '}}' not allowed in naming series {0}" +msgstr "" + +#. Description of the 'Timeout (In Seconds)' (Int) field in DocType 'Report' +#: frappe/core/doctype/report/report.json +msgid "Specify a custom timeout, default timeout is 1500 seconds" +msgstr "" + +#. Description of the 'Allowed embedding domains' (Small Text) field in DocType +#. 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Specify the domains or origins that are permitted to embed this form. Enter one domain per line (e.g., https://example.com). If no domains are specified, the form can only be embedded on the same origin." +msgstr "" + +#. Label of a Attach Image field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Splash Image" +msgstr "" + +#: frappe/desk/reportview.py:383 +#: frappe/public/js/frappe/web_form/web_form_list.js:175 +#: frappe/templates/print_formats/standard_macros.html:44 +msgid "Sr" +msgstr "" + +#: frappe/public/js/print_format_builder/Field.vue:143 +#: frappe/public/js/print_format_builder/Field.vue:164 +msgid "Sr No." +msgstr "" + +#. Label of a HTML field in DocType 'Recorder Query' +#: frappe/core/doctype/recorder/recorder.js:82 +#: frappe/core/doctype/recorder_query/recorder_query.json +msgid "Stack Trace" +msgstr "" + +#. Label of a Select field in DocType 'Page' +#. Label of a Check field in DocType 'Desktop Icon' +#. Label of a Select field in DocType 'Print Format' +#. Label of a Check field in DocType 'Print Format Field Template' +#. Label of a Check field in DocType 'Print Style' +#. Label of a Check field in DocType 'Web Template' +#: frappe/core/doctype/page/page.json +#: frappe/core/doctype/user_type/user_type_list.js:5 +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/printing/doctype/print_format_field_template/print_format_field_template.json +#: frappe/printing/doctype/print_style/print_style.json +#: frappe/website/doctype/web_template/web_template.json +msgid "Standard" +msgstr "" + +#: frappe/model/delete_doc.py:78 +msgid "Standard DocType can not be deleted." +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:225 +msgid "Standard DocType cannot have default print format, use Customize Form" +msgstr "" + +#: frappe/desk/doctype/dashboard/dashboard.py:58 +msgid "Standard Not Set" +msgstr "" + +#: frappe/printing/doctype/print_format/print_format.py:75 +msgid "Standard Print Format cannot be updated" +msgstr "" + +#: frappe/printing/doctype/print_style/print_style.py:30 +msgid "Standard Print Style cannot be changed. Please duplicate to edit." +msgstr "" + +#: frappe/desk/reportview.py:330 +msgid "Standard Reports cannot be deleted" +msgstr "" + +#: frappe/desk/reportview.py:301 +msgid "Standard Reports cannot be edited" +msgstr "" + +#. Label of a Section Break field in DocType 'Portal Settings' +#: frappe/website/doctype/portal_settings/portal_settings.json +msgid "Standard Sidebar Menu" +msgstr "" + +#: frappe/website/doctype/web_form/web_form.js:40 +msgid "Standard Web Forms can not be modified, duplicate the Web Form instead." +msgstr "" + +#: frappe/website/doctype/web_page/web_page.js:92 +msgid "Standard rich text editor with controls" +msgstr "" + +#: frappe/core/doctype/role/role.py:46 +msgid "Standard roles cannot be disabled" +msgstr "" + +#: frappe/core/doctype/role/role.py:32 +msgid "Standard roles cannot be renamed" +msgstr "" + +#: frappe/core/doctype/user_type/user_type.py:60 +msgid "Standard user type {0} can not be deleted." +msgstr "" + +#: frappe/templates/emails/energy_points_summary.html:33 +msgid "Standings" +msgstr "" + +#: frappe/core/doctype/server_script/server_script_list.js:20 +msgid "Star us on GitHub" +msgstr "" + +#: frappe/core/doctype/recorder/recorder_list.js:87 +#: frappe/printing/page/print/print.js:296 +#: frappe/printing/page/print/print.js:343 +msgid "Start" +msgstr "" + +#. Label of a Date field in DocType 'Auto Repeat' +#. Label of a Datetime field in DocType 'Web Page' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:140 +#: frappe/public/js/frappe/utils/common.js:409 +#: frappe/website/doctype/web_page/web_page.json +msgid "Start Date" +msgstr "" + +#. Label of a Select field in DocType 'Calendar View' +#: frappe/desk/doctype/calendar_view/calendar_view.json +msgid "Start Date Field" +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:110 +msgid "Start Import" +msgstr "" + +#: frappe/core/doctype/recorder/recorder_list.js:201 +msgid "Start Recording" +msgstr "" + +#. Label of a Datetime field in DocType 'RQ Worker' +#: frappe/core/doctype/rq_worker/rq_worker.json +msgid "Start Time" +msgstr "" + +#: frappe/templates/includes/comments/comments.html:8 +msgid "Start a new discussion" +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:22 +msgid "Start entering data below this line" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:165 +msgid "Start new Format" +msgstr "" + +#. Option for the 'SSL/TLS Mode' (Select) field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "StartTLS" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Prepared Report' +#: frappe/core/doctype/prepared_report/prepared_report.json +msgid "Started" +msgstr "" + +#. Label of a Datetime field in DocType 'RQ Job' +#: frappe/core/doctype/rq_job/rq_job.json +msgid "Started At" +msgstr "" + +#: frappe/desk/page/setup_wizard/setup_wizard.js:274 +msgid "Starting Frappe ..." +msgstr "" + +#. Label of a Datetime field in DocType 'Event' +#: frappe/desk/doctype/event/event.json +msgid "Starts on" +msgstr "" + +#. Label of a Data field in DocType 'Token Cache' +#. Label of a Data field in DocType 'Contact Us Settings' +#. Label of a Link field in DocType 'Workflow Document State' +#. Label of a Data field in DocType 'Workflow State' +#. Label of a Link field in DocType 'Workflow Transition' +#: frappe/integrations/doctype/token_cache/token_cache.json +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +#: frappe/workflow/doctype/workflow/workflow.js:162 +#: frappe/workflow/doctype/workflow_document_state/workflow_document_state.json +#: frappe/workflow/doctype/workflow_state/workflow_state.json +#: frappe/workflow/doctype/workflow_transition/workflow_transition.json +msgid "State" +msgstr "" + +#: frappe/public/js/workflow_builder/components/Properties.vue:24 +msgid "State Properties" +msgstr "" + +#. Label of a Data field in DocType 'Address' +#: frappe/contacts/doctype/address/address.json +msgid "State/Province" +msgstr "" + +#. Label of a Table field in DocType 'DocType' +#. Label of a Table field in DocType 'Customize Form' +#. Label of a Section Break field in DocType 'Workflow' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +#: frappe/workflow/doctype/workflow/workflow.json +msgid "States" +msgstr "" + +#. Label of a Table field in DocType 'SMS Settings' +#: frappe/core/doctype/sms_settings/sms_settings.json +msgid "Static Parameters" +msgstr "" + +#. Label of a Section Break field in DocType 'RQ Worker' +#: frappe/core/doctype/rq_worker/rq_worker.json +msgid "Statistics" +msgstr "" + +#. Label of a Section Break field in DocType 'Number Card' +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/public/js/frappe/form/dashboard.js:43 +#: frappe/public/js/frappe/form/templates/form_dashboard.html:13 +msgid "Stats" +msgstr "" + +#. Label of a Select field in DocType 'Number Card' +#: frappe/desk/doctype/number_card/number_card.json +msgid "Stats Time Interval" +msgstr "" + +#: frappe/social/doctype/energy_point_log/energy_point_log.py:389 +msgid "Stats based on last month's performance (from {0} to {1})" +msgstr "" + +#: frappe/social/doctype/energy_point_log/energy_point_log.py:391 +msgid "Stats based on last week's performance (from {0} to {1})" +msgstr "" + +#. Label of a Select field in DocType 'Auto Repeat' +#. Label of a Select field in DocType 'Contact' +#. Label of a Select field in DocType 'Activity Log' +#. Label of a Section Break field in DocType 'Communication' +#. Label of a Select field in DocType 'Communication' +#. Label of a Select field in DocType 'Data Import' +#. Label of a Select field in DocType 'Prepared Report' +#. Label of a Select field in DocType 'RQ Job' +#. Label of a Data field in DocType 'RQ Worker' +#. Label of a Select field in DocType 'Scheduled Job Log' +#. Label of a Section Break field in DocType 'Scheduled Job Type' +#. Label of a Select field in DocType 'Submission Queue' +#. Label of a Select field in DocType 'Event' +#. Label of a Select field in DocType 'Kanban Board Column' +#. Label of a Select field in DocType 'ToDo' +#. Label of a Select field in DocType 'Email Queue' +#. Label of a Select field in DocType 'Email Queue Recipient' +#. Label of a Section Break field in DocType 'Newsletter' +#. Label of a Select field in DocType 'Integration Request' +#. Label of a Select field in DocType 'OAuth Bearer Token' +#. Label of a Select field in DocType 'Personal Data Deletion Request' +#. Label of a Select field in DocType 'Personal Data Deletion Step' +#. Label of a Select field in DocType 'Workflow Action' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/contacts/doctype/contact/contact.json +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/data_import/data_import.js:488 +#: frappe/core/doctype/data_import/data_import.json +#: frappe/core/doctype/prepared_report/prepared_report.json +#: frappe/core/doctype/rq_job/rq_job.json +#: frappe/core/doctype/rq_worker/rq_worker.json +#: frappe/core/doctype/scheduled_job_log/scheduled_job_log.json +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +#: frappe/core/doctype/submission_queue/submission_queue.json +#: frappe/desk/doctype/event/event.json +#: frappe/desk/doctype/kanban_board_column/kanban_board_column.json +#: frappe/desk/doctype/todo/todo.json +#: frappe/email/doctype/email_queue/email_queue.json +#: frappe/email/doctype/email_queue_recipient/email_queue_recipient.json +#: frappe/email/doctype/newsletter/newsletter.json +#: frappe/integrations/doctype/integration_request/integration_request.json +#: frappe/integrations/doctype/oauth_bearer_token/oauth_bearer_token.json +#: frappe/public/js/frappe/list/list_settings.js:359 +#: frappe/public/js/frappe/views/reports/report_view.js:909 +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.json +#: frappe/website/doctype/personal_data_deletion_step/personal_data_deletion_step.json +#: frappe/workflow/doctype/workflow_action/workflow_action.json +msgid "Status" +msgstr "" + +#: frappe/www/update-password.html:161 +msgid "Status Updated" +msgstr "" + +#: frappe/www/message.html:40 +msgid "Status: {0}" +msgstr "" + +#. Label of a Link field in DocType 'Onboarding Step Map' +#: frappe/desk/doctype/onboarding_step_map/onboarding_step_map.json +msgid "Step" +msgstr "" + +#. Label of a Table field in DocType 'Form Tour' +#. Label of a Table field in DocType 'Module Onboarding' +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/desk/doctype/module_onboarding/module_onboarding.json +msgid "Steps" +msgstr "" + +#: frappe/www/qrcode.html:11 +msgid "Steps to verify your login" +msgstr "" + +#: frappe/core/doctype/recorder/recorder_list.js:87 +msgid "Stop" +msgstr "" + +#. Label of a Check field in DocType 'Scheduled Job Type' +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +msgid "Stopped" +msgstr "" + +#. Label of a Float field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Storage Usage (MB)" +msgstr "" + +#. Label of a Table field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Storage Usage By Table" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Store Attached PDF Document" +msgstr "" + +#. Description of the 'Last Known Versions' (Text) field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Stores the JSON of last known versions of various installed apps. It is used to show release notes." +msgstr "" + +#. Description of the 'Last Reset Password Key Generated On' (Datetime) field +#. in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Stores the datetime when the last reset password key was generated." +msgstr "" + +#: frappe/utils/password_strength.py:91 +msgid "Straight rows of keys are easy to guess" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Strip EXIF tags from uploaded images" +msgstr "" + +#: frappe/public/js/frappe/form/controls/password.js:90 +msgid "Strong" +msgstr "" + +#. Label of a Tab Break field in DocType 'Web Page' +#. Label of a Select field in DocType 'Workflow State' +#: frappe/website/doctype/web_page/web_page.json +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "Style" +msgstr "" + +#. Label of a Section Break field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "Style Settings" +msgstr "" + +#. Description of the 'Style' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "Style represents the button color: Success - Green, Danger - Red, Inverse - Black, Primary - Dark Blue, Info - Light Blue, Warning - Orange" +msgstr "" + +#. Label of a Tab Break field in DocType 'Website Theme' +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Stylesheet" +msgstr "" + +#. Description of the 'Fraction' (Data) field in DocType 'Currency' +#: frappe/geo/doctype/currency/currency.json +msgid "Sub-currency. For e.g. \"Cent\"" +msgstr "" + +#. Description of the 'Subdomain' (Small Text) field in DocType 'Website +#. Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Sub-domain provided by erpnext.com" +msgstr "" + +#. Label of a Small Text field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Subdomain" +msgstr "" + +#. Label of a Data field in DocType 'Auto Repeat' +#. Label of a Small Text field in DocType 'Activity Log' +#. Label of a Text field in DocType 'Comment' +#. Label of a Small Text field in DocType 'Communication' +#. Label of a Small Text field in DocType 'Event' +#. Label of a Text field in DocType 'Notification Log' +#. Label of a Data field in DocType 'Email Template' +#. Label of a Small Text field in DocType 'Newsletter' +#. Label of a Section Break field in DocType 'Newsletter' +#. Label of a Data field in DocType 'Notification' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +#: frappe/desk/doctype/event/event.json +#: frappe/desk/doctype/notification_log/notification_log.json +#: frappe/email/doctype/email_template/email_template.json +#: frappe/email/doctype/newsletter/newsletter.json +#: frappe/email/doctype/notification/notification.json +#: frappe/public/js/frappe/views/communication.js:107 +#: frappe/public/js/frappe/views/inbox/inbox_view.js:63 +msgid "Subject" +msgstr "" + +#. Label of a Data field in DocType 'DocType' +#. Label of a Data field in DocType 'Customize Form' +#. Label of a Select field in DocType 'Calendar View' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +#: frappe/desk/doctype/calendar_view/calendar_view.json +msgid "Subject Field" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1897 +msgid "Subject Field type should be Data, Text, Long Text, Small Text, Text Editor" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/submission_queue/submission_queue.json +msgid "Submission Queue" +msgstr "" + +#. Label of a Check field in DocType 'Custom DocPerm' +#. Label of a Check field in DocType 'DocPerm' +#. Label of a Check field in DocType 'DocShare' +#. Label of a Check field in DocType 'User Document Type' +#. Option for the 'Send Alert On' (Select) field in DocType 'Notification' +#. Option for the 'For Document Event' (Select) field in DocType 'Energy Point +#. Rule' +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/docperm/docperm.json +#: frappe/core/doctype/docshare/docshare.json +#: frappe/core/doctype/user_document_type/user_document_type.json +#: frappe/core/doctype/user_permission/user_permission_list.js:138 +#: frappe/email/doctype/notification/notification.json +#: frappe/public/js/frappe/form/quick_entry.js:191 +#: frappe/public/js/frappe/form/sidebar/review.js:116 +#: frappe/public/js/frappe/ui/capture.js:299 +#: frappe/social/doctype/energy_point_log/energy_point_log.js:39 +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +#: frappe/social/doctype/energy_point_settings/energy_point_settings.js:47 +msgid "Submit" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1985 +msgctxt "Button in list view actions menu" +msgid "Submit" +msgstr "" + +#: frappe/website/doctype/web_form/templates/web_form.html:44 +msgctxt "Button in web form" +msgid "Submit" +msgstr "" + +#: frappe/public/js/frappe/ui/dialog.js:60 +msgctxt "Primary action in dialog" +msgid "Submit" +msgstr "" + +#: frappe/public/js/frappe/ui/messages.js:97 +msgctxt "Primary action of prompt dialog" +msgid "Submit" +msgstr "" + +#: frappe/public/js/frappe/desk.js:212 +msgctxt "Submit password for Email Account" +msgid "Submit" +msgstr "" + +#. Label of a Check field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Submit After Import" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:39 +msgid "Submit an Issue" +msgstr "" + +#: frappe/website/doctype/web_form/templates/web_form.html:153 +msgctxt "Button in web form" +msgid "Submit another response" +msgstr "" + +#. Label of a Data field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Submit button label" +msgstr "" + +#. Label of a Check field in DocType 'Auto Repeat' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:126 +msgid "Submit on Creation" +msgstr "" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:400 +msgid "Submit this document to complete this step." +msgstr "" + +#: frappe/public/js/frappe/form/form.js:1152 +msgid "Submit this document to confirm" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1990 +msgctxt "Title of confirmation dialog" +msgid "Submit {0} documents?" +msgstr "" + +#. Option for the 'Comment Type' (Select) field in DocType 'Comment' +#. Option for the 'Comment Type' (Select) field in DocType 'Communication' +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +#: frappe/public/js/frappe/model/indicator.js:95 +#: frappe/public/js/frappe/ui/filters/filter.js:531 +#: frappe/website/doctype/web_form/templates/web_form.html:133 +msgid "Submitted" +msgstr "" + +#: frappe/workflow/doctype/workflow/workflow.py:104 +msgid "Submitted Document cannot be converted back to draft. Transition row {0}" +msgstr "" + +#: frappe/public/js/workflow_builder/utils.js:176 +msgid "Submitted document cannot be converted back to draft while transitioning from {0} State to {1} State" +msgstr "" + +#: frappe/public/js/frappe/form/save.js:10 +msgctxt "Freeze message while submitting a document" +msgid "Submitting" +msgstr "" + +#: frappe/desk/doctype/bulk_update/bulk_update.py:90 +msgid "Submitting {0}" +msgstr "" + +#. Option for the 'Address Type' (Select) field in DocType 'Address' +#: frappe/contacts/doctype/address/address.json +msgid "Subsidiary" +msgstr "" + +#. Label of a Data field in DocType 'Module Onboarding' +#. Label of a Data field in DocType 'Blog Settings' +#: frappe/desk/doctype/module_onboarding/module_onboarding.json +#: frappe/website/doctype/blog_settings/blog_settings.json +msgid "Subtitle" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Activity Log' +#. Option for the 'Status' (Select) field in DocType 'Data Import' +#. Label of a Check field in DocType 'Data Import Log' +#. Option for the 'Style' (Select) field in DocType 'Workflow State' +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/data_import/data_import.js:464 +#: frappe/core/doctype/data_import/data_import.json +#: frappe/core/doctype/data_import_log/data_import_log.json +#: frappe/desk/doctype/bulk_update/bulk_update.js:31 +#: frappe/desk/doctype/desktop_icon/desktop_icon.py:446 +#: frappe/public/js/frappe/form/grid.js:1137 +#: frappe/public/js/frappe/views/translation_manager.js:21 +#: frappe/templates/includes/login/login.js:231 +#: frappe/templates/includes/login/login.js:237 +#: frappe/templates/includes/login/login.js:270 +#: frappe/templates/includes/login/login.js:278 +#: frappe/templates/pages/integrations/gcalendar-success.html:9 +#: frappe/workflow/doctype/workflow_action/workflow_action.py:167 +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "Success" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/success_action/success_action.json +msgid "Success Action" +msgstr "" + +#. Label of a Data field in DocType 'Module Onboarding' +#: frappe/desk/doctype/module_onboarding/module_onboarding.json +msgid "Success Message" +msgstr "" + +#. Label of a Data field in DocType 'Token Cache' +#: frappe/integrations/doctype/token_cache/token_cache.json +msgid "Success URI" +msgstr "" + +#. Label of a Data field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Success URL" +msgstr "" + +#. Label of a Text field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Success message" +msgstr "" + +#. Label of a Data field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Success title" +msgstr "" + +#: frappe/www/update-password.html:79 +msgid "Success! You are good to go 👍" +msgstr "" + +#. Label of a Int field in DocType 'RQ Worker' +#: frappe/core/doctype/rq_worker/rq_worker.json +msgid "Successful Job Count" +msgstr "" + +#: frappe/model/workflow.py:299 +msgid "Successful Transactions" +msgstr "" + +#: frappe/model/rename_doc.py:694 +msgid "Successful: {0} to {1}" +msgstr "" + +#: frappe/social/doctype/energy_point_settings/energy_point_settings.js:41 +msgid "Successfully Done" +msgstr "" + +#: frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js:100 +#: frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js:113 +msgid "Successfully Updated" +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:428 +msgid "Successfully imported {0}" +msgstr "" + +#: frappe/desk/doctype/form_tour/form_tour.py:87 +msgid "Successfully reset onboarding status for all users." +msgstr "" + +#: frappe/public/js/frappe/views/translation_manager.js:22 +msgid "Successfully updated translations" +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:436 +msgid "Successfully updated {0}" +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:149 +msgid "Successfully {0} 1 record." +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:156 +msgid "Successfully {0} {1} record out of {2}. Click on Export Errored Rows, fix the errors and import again." +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:161 +msgid "Successfully {0} {1} records out of {2}. Click on Export Errored Rows, fix the errors and import again." +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:151 +msgid "Successfully {0} {1} records." +msgstr "" + +#: frappe/core/doctype/recorder/recorder.js:15 +msgid "Suggest Optimizations" +msgstr "" + +#. Label of a Table field in DocType 'Recorder' +#: frappe/core/doctype/recorder/recorder.json +msgid "Suggested Indexes" +msgstr "" + +#: frappe/core/doctype/user/user.py:664 +msgid "Suggested Username: {0}" +msgstr "" + +#. Option for the 'Chart Type' (Select) field in DocType 'Dashboard Chart' +#. Option for the 'Group By Type' (Select) field in DocType 'Dashboard Chart' +#. Option for the 'Function' (Select) field in DocType 'Number Card' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/public/js/frappe/ui/group_by/group_by.js:20 +msgid "Sum" +msgstr "" + +#: frappe/public/js/frappe/ui/group_by/group_by.js:328 +msgid "Sum of {0}" +msgstr "" + +#: frappe/public/js/frappe/views/interaction.js:88 +msgid "Summary" +msgstr "" + +#. Option for the 'Day' (Select) field in DocType 'Assignment Rule Day' +#. Option for the 'Day' (Select) field in DocType 'Auto Repeat Day' +#. Option for the 'First Day of the Week' (Select) field in DocType 'System +#. Settings' +#. Label of a Check field in DocType 'Event' +#. Option for the 'Day of Week' (Select) field in DocType 'Auto Email Report' +#: frappe/automation/doctype/assignment_rule_day/assignment_rule_day.json +#: frappe/automation/doctype/auto_repeat_day/auto_repeat_day.json +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/desk/doctype/event/event.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Sunday" +msgstr "" + +#: frappe/email/doctype/email_queue/email_queue_list.js:27 +msgid "Suspend Sending" +msgstr "" + +#: frappe/public/js/frappe/ui/capture.js:268 +msgid "Switch Camera" +msgstr "" + +#: frappe/public/js/frappe/desk.js:51 +#: frappe/public/js/frappe/ui/theme_switcher.js:11 +msgid "Switch Theme" +msgstr "" + +#: frappe/templates/includes/navbar/navbar_login.html:17 +msgid "Switch To Desk" +msgstr "" + +#: frappe/public/js/frappe/ui/capture.js:273 +msgid "Switching Camera" +msgstr "" + +#. Label of a Data field in DocType 'Currency' +#: frappe/geo/doctype/currency/currency.json +msgid "Symbol" +msgstr "" + +#. Label of a Section Break field in DocType 'Google Calendar' +#. Label of a Section Break field in DocType 'Google Contacts' +#: frappe/integrations/doctype/google_calendar/google_calendar.json +#: frappe/integrations/doctype/google_contacts/google_contacts.json +msgid "Sync" +msgstr "" + +#: frappe/integrations/doctype/google_calendar/google_calendar.js:28 +msgid "Sync Calendar" +msgstr "" + +#: frappe/integrations/doctype/google_contacts/google_contacts.js:28 +msgid "Sync Contacts" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:256 +msgid "Sync on Migrate" +msgstr "" + +#: frappe/integrations/doctype/google_calendar/google_calendar.py:298 +msgid "Sync token was invalid and has been reset, Retry syncing." +msgstr "" + +#. Label of a Check field in DocType 'Event' +#: frappe/desk/doctype/event/event.json +msgid "Sync with Google Calendar" +msgstr "" + +#. Label of a Check field in DocType 'Contact' +#: frappe/contacts/doctype/contact/contact.json +msgid "Sync with Google Contacts" +msgstr "" + +#: frappe/custom/doctype/doctype_layout/doctype_layout.js:46 +msgid "Sync {0} Fields" +msgstr "" + +#: frappe/custom/doctype/doctype_layout/doctype_layout.js:100 +msgid "Synced Fields" +msgstr "" + +#: frappe/integrations/doctype/google_calendar/google_calendar.js:31 +#: frappe/integrations/doctype/google_contacts/google_contacts.js:31 +msgid "Syncing" +msgstr "" + +#: frappe/integrations/doctype/google_calendar/google_calendar.js:19 +msgid "Syncing {0} of {1}" +msgstr "" + +#: frappe/utils/data.py:2170 +msgid "Syntax Error" +msgstr "" + +#. Option for the 'Show in Module Section' (Select) field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "System" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/system_console/system_console.json +msgid "System Console" +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.py:359 +msgid "System Generated Fields can not be renamed" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "System Health Report" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/system_health_report_errors/system_health_report_errors.json +msgid "System Health Report Errors" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/system_health_report_failing_jobs/system_health_report_failing_jobs.json +msgid "System Health Report Failing Jobs" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/system_health_report_queue/system_health_report_queue.json +msgid "System Health Report Queue" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/system_health_report_tables/system_health_report_tables.json +msgid "System Health Report Tables" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/system_health_report_workers/system_health_report_workers.json +msgid "System Health Report Workers" +msgstr "" + +#. Label of a Card Break in the Build Workspace +#: frappe/core/workspace/build/build.json +msgid "System Logs" +msgstr "" + +#. Name of a role +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/automation/doctype/milestone/milestone.json +#: frappe/automation/doctype/milestone_tracker/milestone_tracker.json +#: frappe/contacts/doctype/address/address.json +#: frappe/contacts/doctype/address_template/address_template.json +#: frappe/contacts/doctype/contact/contact.json +#: frappe/contacts/doctype/gender/gender.json +#: frappe/contacts/doctype/salutation/salutation.json +#: frappe/core/doctype/access_log/access_log.json +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/audit_trail/audit_trail.json +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/custom_role/custom_role.json +#: frappe/core/doctype/data_export/data_export.json +#: frappe/core/doctype/data_import/data_import.json +#: frappe/core/doctype/data_import_log/data_import_log.json +#: frappe/core/doctype/deleted_document/deleted_document.json +#: frappe/core/doctype/docshare/docshare.json +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/document_naming_rule/document_naming_rule.json +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +#: frappe/core/doctype/document_share_key/document_share_key.json +#: frappe/core/doctype/domain/domain.json +#: frappe/core/doctype/domain_settings/domain_settings.json +#: frappe/core/doctype/error_log/error_log.json +#: frappe/core/doctype/file/file.json +#: frappe/core/doctype/installed_applications/installed_applications.json +#: frappe/core/doctype/language/language.json +#: frappe/core/doctype/log_settings/log_settings.json +#: frappe/core/doctype/module_def/module_def.json +#: frappe/core/doctype/module_profile/module_profile.json +#: frappe/core/doctype/navbar_settings/navbar_settings.json +#: frappe/core/doctype/package/package.json +#: frappe/core/doctype/package_import/package_import.json +#: frappe/core/doctype/package_release/package_release.json +#: frappe/core/doctype/page/page.json +#: frappe/core/doctype/patch_log/patch_log.json +#: frappe/core/doctype/permission_inspector/permission_inspector.json +#: frappe/core/doctype/prepared_report/prepared_report.json +#: frappe/core/doctype/report/report.json frappe/core/doctype/role/role.json +#: frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.json +#: frappe/core/doctype/role_profile/role_profile.json +#: frappe/core/doctype/rq_job/rq_job.json +#: frappe/core/doctype/rq_worker/rq_worker.json +#: frappe/core/doctype/scheduled_job_log/scheduled_job_log.json +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +#: frappe/core/doctype/session_default_settings/session_default_settings.json +#: frappe/core/doctype/sms_settings/sms_settings.json +#: frappe/core/doctype/submission_queue/submission_queue.json +#: frappe/core/doctype/success_action/success_action.json +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/core/doctype/translation/translation.json +#: frappe/core/doctype/user/user.json +#: frappe/core/doctype/user_group/user_group.json +#: frappe/core/doctype/user_permission/user_permission.json +#: frappe/core/doctype/user_type/user_type.json +#: frappe/core/doctype/version/version.json +#: frappe/core/doctype/view_log/view_log.json +#: frappe/custom/doctype/client_script/client_script.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form/customize_form.json +#: frappe/custom/doctype/doctype_layout/doctype_layout.json +#: frappe/custom/doctype/property_setter/property_setter.json +#: frappe/desk/doctype/bulk_update/bulk_update.json +#: frappe/desk/doctype/calendar_view/calendar_view.json +#: frappe/desk/doctype/changelog_feed/changelog_feed.json +#: frappe/desk/doctype/console_log/console_log.json +#: frappe/desk/doctype/custom_html_block/custom_html_block.json +#: frappe/desk/doctype/dashboard/dashboard.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/dashboard_chart_source/dashboard_chart_source.json +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +#: frappe/desk/doctype/event/event.json +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/desk/doctype/global_search_settings/global_search_settings.json +#: frappe/desk/doctype/kanban_board/kanban_board.json +#: frappe/desk/doctype/list_view_settings/list_view_settings.json +#: frappe/desk/doctype/module_onboarding/module_onboarding.json +#: frappe/desk/doctype/note/note.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/desk/doctype/route_history/route_history.json +#: frappe/desk/doctype/system_console/system_console.json +#: frappe/desk/doctype/system_health_report/system_health_report.json +#: frappe/desk/doctype/tag/tag.json frappe/desk/doctype/tag_link/tag_link.json +#: frappe/desk/doctype/todo/todo.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +#: frappe/email/doctype/document_follow/document_follow.json +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_domain/email_domain.json +#: frappe/email/doctype/email_flag_queue/email_flag_queue.json +#: frappe/email/doctype/email_queue/email_queue.json +#: frappe/email/doctype/email_rule/email_rule.json +#: frappe/email/doctype/email_template/email_template.json +#: frappe/email/doctype/email_unsubscribe/email_unsubscribe.json +#: frappe/email/doctype/notification/notification.json +#: frappe/email/doctype/unhandled_email/unhandled_email.json +#: frappe/geo/doctype/country/country.json +#: frappe/geo/doctype/currency/currency.json +#: frappe/integrations/doctype/connected_app/connected_app.json +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.json +#: frappe/integrations/doctype/google_calendar/google_calendar.json +#: frappe/integrations/doctype/google_contacts/google_contacts.json +#: frappe/integrations/doctype/google_drive/google_drive.json +#: frappe/integrations/doctype/google_settings/google_settings.json +#: frappe/integrations/doctype/integration_request/integration_request.json +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +#: frappe/integrations/doctype/oauth_authorization_code/oauth_authorization_code.json +#: frappe/integrations/doctype/oauth_bearer_token/oauth_bearer_token.json +#: frappe/integrations/doctype/oauth_client/oauth_client.json +#: frappe/integrations/doctype/oauth_provider_settings/oauth_provider_settings.json +#: frappe/integrations/doctype/push_notification_settings/push_notification_settings.json +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +#: frappe/integrations/doctype/slack_webhook_url/slack_webhook_url.json +#: frappe/integrations/doctype/social_login_key/social_login_key.json +#: frappe/integrations/doctype/token_cache/token_cache.json +#: frappe/integrations/doctype/webhook/webhook.json +#: frappe/integrations/doctype/webhook_request_log/webhook_request_log.json +#: frappe/printing/doctype/letter_head/letter_head.json +#: frappe/printing/doctype/network_printer_settings/network_printer_settings.json +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/printing/doctype/print_format_field_template/print_format_field_template.json +#: frappe/printing/doctype/print_heading/print_heading.json +#: frappe/printing/doctype/print_settings/print_settings.json +#: frappe/printing/doctype/print_style/print_style.json +#: frappe/social/doctype/energy_point_log/energy_point_log.json +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +#: frappe/social/doctype/energy_point_settings/energy_point_settings.json +#: frappe/website/doctype/discussion_reply/discussion_reply.json +#: frappe/website/doctype/discussion_topic/discussion_topic.json +#: frappe/website/doctype/marketing_campaign/marketing_campaign.json +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.json +#: frappe/website/doctype/personal_data_download_request/personal_data_download_request.json +#: frappe/website/doctype/web_page_view/web_page_view.json +#: frappe/website/doctype/web_template/web_template.json +#: frappe/website/doctype/website_route_meta/website_route_meta.json +#: frappe/workflow/doctype/workflow/workflow.json +#: frappe/workflow/doctype/workflow_action_master/workflow_action_master.json +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "System Manager" +msgstr "" + +#: frappe/desk/page/backups/backups.js:36 +msgid "System Manager privileges required." +msgstr "" + +#. Option for the 'Channel' (Select) field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "System Notification" +msgstr "" + +#. Label of a Section Break field in DocType 'Notification Settings' +#: frappe/desk/doctype/notification_settings/notification_settings.json +msgid "System Notifications" +msgstr "" + +#. Label of a Check field in DocType 'Page' +#: frappe/core/doctype/page/page.json +msgid "System Page" +msgstr "" + +#. Name of a DocType +#. Label of a shortcut in the Build Workspace +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/core/workspace/build/build.json +msgid "System Settings" +msgstr "" + +#. Description of the 'Allow Roles' (Table MultiSelect) field in DocType +#. 'Module Onboarding' +#: frappe/desk/doctype/module_onboarding/module_onboarding.json +msgid "System managers are allowed by default" +msgstr "" + +#: frappe/public/js/frappe/utils/number_systems.js:5 +msgctxt "Number system" +msgid "T" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Tab Break" +msgstr "" + +#: frappe/public/js/form_builder/components/Tabs.vue:135 +msgid "Tab Label" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Label of a Data field in DocType 'Recorder Suggested Index' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Label of a Data field in DocType 'System Health Report Tables' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#: frappe/core/doctype/data_export/exporter.py:23 +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/recorder_suggested_index/recorder_suggested_index.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/desk/doctype/system_health_report_tables/system_health_report_tables.json +#: frappe/printing/page/print_format_builder/print_format_builder_field.html:38 +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Table" +msgstr "" + +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Template Field' +#: frappe/website/doctype/web_template_field/web_template_field.json +msgid "Table Break" +msgstr "" + +#: frappe/core/doctype/version/version_view.html:72 +msgid "Table Field" +msgstr "" + +#. Label of a Data field in DocType 'DocType Link' +#: frappe/core/doctype/doctype_link/doctype_link.json +msgid "Table Fieldname" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1165 +msgid "Table Fieldname Missing" +msgstr "" + +#. Label of a HTML field in DocType 'Version' +#: frappe/core/doctype/version/version.json +msgid "Table HTML" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Table MultiSelect" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:229 +msgid "Table Trimmed" +msgstr "" + +#: frappe/public/js/frappe/form/grid.js:1136 +msgid "Table updated" +msgstr "" + +#: frappe/model/document.py:1374 +msgid "Table {0} cannot be empty" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Tabloid" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/tag/tag.json +msgid "Tag" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/tag_link/tag_link.json +msgid "Tag Link" +msgstr "" + +#: frappe/model/meta.py:51 +#: frappe/public/js/frappe/form/templates/form_sidebar.html:100 +#: frappe/public/js/frappe/list/bulk_operations.js:430 +#: frappe/public/js/frappe/list/list_sidebar.html:50 +#: frappe/public/js/frappe/list/list_sidebar.js:228 +#: frappe/public/js/frappe/model/meta.js:204 +#: frappe/public/js/frappe/model/model.js:133 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:171 +msgid "Tags" +msgstr "" + +#: frappe/integrations/doctype/google_drive/google_drive.js:29 +msgid "Take Backup" +msgstr "" + +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.js:39 +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.js:12 +msgid "Take Backup Now" +msgstr "" + +#: frappe/public/js/frappe/ui/capture.js:212 +msgid "Take Photo" +msgstr "" + +#. Label of a Data field in DocType 'Portal Menu Item' +#. Label of a Small Text field in DocType 'Website Route Redirect' +#: frappe/website/doctype/portal_menu_item/portal_menu_item.json +#: frappe/website/doctype/website_route_redirect/website_route_redirect.json +msgid "Target" +msgstr "" + +#: frappe/desk/doctype/todo/todo_calendar.js:19 +#: frappe/desk/doctype/todo/todo_calendar.js:25 +msgid "Task" +msgstr "" + +#. Label of a Section Break field in DocType 'About Us Settings' +#. Label of a Table field in DocType 'About Us Settings' +#: frappe/website/doctype/about_us_settings/about_us_settings.json +#: frappe/www/about.html:45 +msgid "Team Members" +msgstr "" + +#. Label of a Data field in DocType 'About Us Settings' +#: frappe/website/doctype/about_us_settings/about_us_settings.json +msgid "Team Members Heading" +msgstr "" + +#. Label of a Small Text field in DocType 'About Us Settings' +#: frappe/website/doctype/about_us_settings/about_us_settings.json +msgid "Team Members Subtitle" +msgstr "" + +#. Label of a Section Break field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Telemetry" +msgstr "" + +#. Label of a Link field in DocType 'Auto Repeat' +#. Label of a Code field in DocType 'Address Template' +#. Label of a Code field in DocType 'Print Format Field Template' +#. Label of a Code field in DocType 'Web Template' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/contacts/doctype/address_template/address_template.json +#: frappe/printing/doctype/print_format_field_template/print_format_field_template.json +#: frappe/website/doctype/web_template/web_template.json +msgid "Template" +msgstr "" + +#: frappe/core/doctype/data_import/importer.py:476 +#: frappe/core/doctype/data_import/importer.py:603 +msgid "Template Error" +msgstr "" + +#. Label of a Data field in DocType 'Print Format Field Template' +#: frappe/printing/doctype/print_format_field_template/print_format_field_template.json +msgid "Template File" +msgstr "" + +#. Label of a Code field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Template Options" +msgstr "" + +#. Label of a Code field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Template Warnings" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/blocks/paragraph.js:78 +msgid "Templates" +msgstr "" + +#: frappe/core/doctype/user/user.py:966 +msgid "Temporarily Disabled" +msgstr "" + +#: frappe/core/doctype/translation/test_translation.py:47 +#: frappe/core/doctype/translation/test_translation.py:54 +msgid "Test Data" +msgstr "" + +#. Label of a Data field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Test Job ID" +msgstr "" + +#: frappe/core/doctype/translation/test_translation.py:49 +#: frappe/core/doctype/translation/test_translation.py:57 +msgid "Test Spanish" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.py:94 +msgid "Test email sent to {0}" +msgstr "" + +#: frappe/core/doctype/file/test_file.py:361 +msgid "Test_Folder" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Template Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/web_form_field/web_form_field.json +#: frappe/website/doctype/web_template_field/web_template_field.json +msgid "Text" +msgstr "" + +#. Label of a Select field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "Text Align" +msgstr "" + +#. Label of a Link field in DocType 'Website Theme' +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Text Color" +msgstr "" + +#. Label of a Code field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Text Content" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Text Editor" +msgstr "" + +#: frappe/templates/emails/password_reset.html:5 +msgid "Thank you" +msgstr "" + +#: frappe/www/contact.py:37 +msgid "Thank you for reaching out to us. We will get back to you at the earliest.\n\n\n" +"Your query:\n\n" +"{0}" +msgstr "" + +#: frappe/website/doctype/web_form/templates/web_form.html:137 +msgid "Thank you for spending your valuable time to fill this form" +msgstr "" + +#: frappe/templates/emails/auto_reply.html:1 +msgid "Thank you for your email" +msgstr "" + +#: frappe/website/doctype/help_article/templates/help_article.html:27 +msgid "Thank you for your feedback!" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.py:335 +msgid "Thank you for your interest in subscribing to our updates" +msgstr "" + +#: frappe/templates/includes/contact.js:36 +msgid "Thank you for your message" +msgstr "" + +#: frappe/templates/emails/new_user.html:16 +msgid "Thanks" +msgstr "" + +#: frappe/templates/emails/auto_repeat_fail.html:3 +msgid "The Auto Repeat for this document has been disabled." +msgstr "" + +#: frappe/public/js/frappe/form/grid.js:1159 +msgid "The CSV format is case sensitive" +msgstr "" + +#. Description of the 'Client ID' (Data) field in DocType 'Google Settings' +#: frappe/integrations/doctype/google_settings/google_settings.json +msgid "The Client ID obtained from the Google Cloud Console under \n" +"\"APIs & Services\" > \"Credentials\"\n" +"" +msgstr "" + +#: frappe/email/doctype/notification/notification.py:131 +msgid "The Condition '{0}' is invalid" +msgstr "" + +#: frappe/core/doctype/file/file.py:204 +msgid "The File URL you've entered is incorrect" +msgstr "" + +#: frappe/integrations/doctype/push_notification_settings/push_notification_settings.py:29 +msgid "The Push Relay Server URL key (`push_relay_server_url`) is missing in your site config" +msgstr "" + +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:363 +msgid "The User record for this request has been auto-deleted due to inactivity by system admins." +msgstr "" + +#: frappe/public/js/frappe/desk.js:128 +msgid "The application has been updated to a new version, please refresh this page" +msgstr "" + +#. Description of the 'Application Name' (Data) field in DocType 'System +#. Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "The application name will be used in the Login page." +msgstr "" + +#: frappe/public/js/frappe/views/interaction.js:322 +msgid "The attachments could not be correctly linked to the new document" +msgstr "" + +#. Description of the 'API Key' (Data) field in DocType 'Google Settings' +#: frappe/integrations/doctype/google_settings/google_settings.json +msgid "The browser API key obtained from the Google Cloud Console under \n" +"\"APIs & Services\" > \"Credentials\"\n" +"" +msgstr "" + +#: frappe/database/database.py:430 +msgid "The changes have been reverted." +msgstr "" + +#: frappe/core/doctype/data_import/importer.py:971 +msgid "The column {0} has {1} different date formats. Automatically setting {2} as the default format as it is the most common. Please change other values in this column to this format." +msgstr "" + +#: frappe/templates/includes/comments/comments.py:34 +msgid "The comment cannot be empty" +msgstr "" + +#: frappe/templates/emails/workflow_action.html:9 +msgid "The contents of this email are strictly confidential. Please do not forward this email to anyone." +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:632 +msgid "The count shown is an estimated count. Click here to see the accurate count." +msgstr "" + +#: frappe/public/js/frappe/views/interaction.js:300 +msgid "The document could not be correctly assigned" +msgstr "" + +#: frappe/public/js/frappe/views/interaction.js:294 +msgid "The document has been assigned to {0}" +msgstr "" + +#. Description of the 'Parent Document Type' (Link) field in DocType 'Dashboard +#. Chart' +#. Description of the 'Parent Document Type' (Link) field in DocType 'Number +#. Card' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/number_card/number_card.json +msgid "The document type selected is a child table, so the parent document type is required." +msgstr "" + +#: frappe/core/doctype/user_type/user_type.py:109 +msgid "The field {0} is mandatory" +msgstr "" + +#: frappe/core/doctype/file/file.py:142 +msgid "The fieldname you've specified in Attached To Field is invalid" +msgstr "" + +#: frappe/automation/doctype/assignment_rule/assignment_rule.py:62 +msgid "The following Assignment Days have been repeated: {0}" +msgstr "" + +#: frappe/printing/doctype/letter_head/letter_head.js:30 +msgid "The following Header Script will add the current date to an element in 'Header HTML' with class 'header-content'" +msgstr "" + +#: frappe/core/doctype/data_import/importer.py:1042 +msgid "The following values are invalid: {0}. Values must be one of {1}" +msgstr "" + +#: frappe/core/doctype/data_import/importer.py:1005 +msgid "The following values do not exist for {0}: {1}" +msgstr "" + +#: frappe/core/doctype/user_type/user_type.py:88 +msgid "The limit has not set for the user type {0} in the site config file." +msgstr "" + +#: frappe/templates/emails/login_with_email_link.html:21 +msgid "The link will expire in {0} minutes" +msgstr "" + +#: frappe/www/login.py:184 +msgid "The link you trying to login is invalid or expired." +msgstr "" + +#: frappe/website/doctype/web_page/web_page.js:125 +msgid "The meta description is an HTML attribute that provides a brief summary of a web page. Search engines such as Google often display the meta description in search results, which can influence click-through rates." +msgstr "" + +#: frappe/website/doctype/web_page/web_page.js:132 +msgid "The meta image is unique image representing the content of the page. Images for this Card should be at least 280px in width, and at least 150px in height." +msgstr "" + +#. Description of the 'Calendar Name' (Data) field in DocType 'Google Calendar' +#: frappe/integrations/doctype/google_calendar/google_calendar.json +msgid "The name that will appear in Google Calendar" +msgstr "" + +#. Description of the 'Track Steps' (Check) field in DocType 'Form Tour' +#: frappe/desk/doctype/form_tour/form_tour.json +msgid "The next tour will start from where the user left off." +msgstr "" + +#. Description of the 'Request Timeout' (Int) field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "The number of seconds until the request expires" +msgstr "" + +#: frappe/www/404.html:18 +msgid "The page you are looking for has gone missing." +msgstr "" + +#: frappe/www/update-password.html:86 +msgid "The password of your account has expired." +msgstr "" + +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:394 +msgid "The process for deletion of {0} data associated with {1} has been initiated." +msgstr "" + +#. Description of the 'App ID' (Data) field in DocType 'Google Settings' +#: frappe/integrations/doctype/google_settings/google_settings.json +msgid "The project number obtained from Google Cloud Console under \n" +"\"IAM & Admin\" > \"Settings\"\n" +"" +msgstr "" + +#: frappe/core/doctype/user/user.py:926 +msgid "The reset password link has been expired" +msgstr "" + +#: frappe/core/doctype/user/user.py:928 +msgid "The reset password link has either been used before or is invalid" +msgstr "" + +#: frappe/app.py:367 frappe/public/js/frappe/request.js:147 +msgid "The resource you are looking for is not available" +msgstr "" + +#: frappe/core/doctype/user_type/user_type.py:113 +msgid "The role {0} should be a custom role." +msgstr "" + +#: frappe/utils/response.py:317 +msgid "The system is being updated. Please refresh again after a few moments." +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:9 +msgid "The system provides many pre-defined roles. You can add new roles to set finer permissions." +msgstr "" + +#: frappe/public/js/frappe/form/grid_row.js:636 +msgid "The total column width cannot be more than 10." +msgstr "" + +#: frappe/core/doctype/user_type/user_type.py:96 +msgid "The total number of user document types limit has been crossed." +msgstr "" + +#. Description of the 'User Field' (Select) field in DocType 'Energy Point +#. Rule' +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +msgid "The user from this field will be rewarded points" +msgstr "" + +#: frappe/public/js/frappe/form/controls/data.js:24 +msgid "The value you pasted was {0} characters long. Max allowed characters is {1}." +msgstr "" + +#. Description of the 'Condition' (Small Text) field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "The webhook will be triggered if this expression is true" +msgstr "" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:173 +msgid "The {0} is already on auto repeat {1}" +msgstr "" + +#. Label of a Section Break field in DocType 'Website Settings' +#. Label of a Data field in DocType 'Website Theme' +#. Label of a Code field in DocType 'Website Theme' +#: frappe/website/doctype/website_settings/website_settings.json +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Theme" +msgstr "" + +#: frappe/public/js/frappe/ui/theme_switcher.js:130 +msgid "Theme Changed" +msgstr "" + +#. Label of a Tab Break field in DocType 'Website Theme' +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Theme Configuration" +msgstr "" + +#. Label of a Data field in DocType 'Website Theme' +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Theme URL" +msgstr "" + +#: frappe/workflow/doctype/workflow/workflow.js:125 +msgid "There are documents which have workflow states that do not exist in this Workflow. It is recommended that you add these states to the Workflow and change their states before removing these states." +msgstr "" + +#: frappe/public/js/frappe/ui/notifications/notifications.js:435 +msgid "There are no upcoming events for you." +msgstr "" + +#: frappe/website/web_template/discussions/discussions.html:3 +msgid "There are no {0} for this {1}, why don't you start one!" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:892 +msgid "There are {0} with the same filters already in the queue:" +msgstr "" + +#: frappe/website/doctype/web_form/web_form.js:81 +#: frappe/website/doctype/web_form/web_form.js:317 +msgid "There can be only 9 Page Break fields in a Web Form" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1405 +msgid "There can be only one Fold in a form" +msgstr "" + +#: frappe/contacts/doctype/address/address.py:183 +msgid "There is an error in your Address Template {0}" +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:162 +msgid "There is no data to be exported" +msgstr "" + +#: frappe/public/js/frappe/ui/notifications/notifications.js:485 +msgid "There is nothing new to show you right now." +msgstr "" + +#: frappe/core/doctype/file/file.py:575 frappe/utils/file_manager.py:375 +msgid "There is some problem with the file url: {0}" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:889 +msgid "There is {0} with the same filters already in the queue:" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager.py:155 +msgid "There must be atleast one permission rule." +msgstr "" + +#: frappe/www/error.py:16 +msgid "There was an error building this page" +msgstr "" + +#: frappe/public/js/frappe/views/kanban/kanban_view.js:183 +msgid "There was an error saving filters" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/attachments.js:201 +msgid "There were errors" +msgstr "" + +#: frappe/public/js/frappe/views/interaction.js:276 +msgid "There were errors while creating the document. Please try again." +msgstr "" + +#: frappe/public/js/frappe/views/communication.js:828 +msgid "There were errors while sending email. Please try again." +msgstr "" + +#: frappe/model/naming.py:468 +msgid "There were some errors setting the name, please contact the administrator" +msgstr "" + +#: frappe/www/404.html:15 +msgid "There's nothing here" +msgstr "" + +#. Description of the 'Announcement Widget' (Text Editor) field in DocType +#. 'Navbar Settings' +#: frappe/core/doctype/navbar_settings/navbar_settings.json +msgid "These announcements will appear inside a dismissible alert below the Navbar." +msgstr "" + +#. Description of the 'LDAP Custom Settings' (Section Break) field in DocType +#. 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "These settings are required if 'Custom' LDAP Directory is used" +msgstr "" + +#. Description of the 'Defaults' (Section Break) field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "These values will be automatically updated in transactions and also will be useful to restrict permissions for this user on transactions containing these values." +msgstr "" + +#: frappe/www/third_party_apps.html:3 frappe/www/third_party_apps.html:13 +msgid "Third Party Apps" +msgstr "" + +#. Label of a Section Break field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Third Party Authentication" +msgstr "" + +#: frappe/geo/doctype/currency/currency.js:8 +msgid "This Currency is disabled. Enable to use in transactions" +msgstr "" + +#: frappe/geo/utils.py:84 +msgid "This Doctype does not contain latitude and longitude fields" +msgstr "" + +#: frappe/geo/utils.py:67 +msgid "This Doctype does not contain location fields" +msgstr "" + +#: frappe/public/js/frappe/views/kanban/kanban_view.js:391 +msgid "This Kanban Board will be private" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:220 +msgid "This action is irreversible. Do you wish to continue?" +msgstr "" + +#: frappe/__init__.py:935 +msgid "This action is only allowed for {}" +msgstr "" + +#: frappe/public/js/frappe/form/toolbar.js:108 +#: frappe/public/js/frappe/model/model.js:735 +msgid "This cannot be undone" +msgstr "" + +#. Description of the 'Is Public' (Check) field in DocType 'Number Card' +#: frappe/desk/doctype/number_card/number_card.json +msgid "This card will be available to all Users if this is set" +msgstr "" + +#. Description of the 'Is Public' (Check) field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "This chart will be available to all Users if this is set" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:212 +msgid "This doctype has no orphan fields to trim" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1030 +msgid "This doctype has pending migrations, run 'bench migrate' before modifying the doctype to avoid losing changes." +msgstr "" + +#: frappe/desk/doctype/workspace/workspace.js:23 +msgid "This document allows you to edit limited fields. For all kinds of workspace customization, use the Edit button located on the workspace page" +msgstr "" + +#: frappe/model/delete_doc.py:112 +msgid "This document can not be deleted right now as it's being modified by another user. Please try again after some time." +msgstr "" + +#: frappe/social/doctype/energy_point_log/energy_point_log.py:90 +msgid "This document cannot be reverted" +msgstr "" + +#: frappe/www/confirm_workflow_action.html:8 +msgid "This document has been modified after the email was sent." +msgstr "" + +#: frappe/social/doctype/energy_point_log/energy_point_log.js:8 +msgid "This document has been reverted" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:1240 +msgid "This document has unsaved changes which might not appear in final PDF.
    Consider saving the document before printing." +msgstr "" + +#: frappe/public/js/frappe/form/form.js:1033 +msgid "This document is already amended, you cannot ammend it again" +msgstr "" + +#: frappe/model/document.py:1542 +msgid "This document is currently locked and queued for execution. Please try again after some time." +msgstr "" + +#: frappe/templates/emails/auto_repeat_fail.html:7 +msgid "This email is autogenerated" +msgstr "" + +#: frappe/printing/doctype/network_printer_settings/network_printer_settings.py:30 +msgid "This feature can not be used as dependencies are missing.\n" +"\t\t\t\tPlease contact your system manager to enable this by installing pycups!" +msgstr "" + +#: frappe/public/js/frappe/form/templates/form_sidebar.html:23 +msgid "This feature is brand new and still experimental" +msgstr "" + +#. Description of the 'Depends On' (Code) field in DocType 'Customize Form +#. Field' +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "This field will appear only if the fieldname defined here has value OR the rules are true (examples):\n" +"myfield\n" +"eval:doc.myfield=='My Value'\n" +"eval:doc.age>18" +msgstr "" + +#: frappe/core/doctype/file/file.js:10 +msgid "This file is public. It can be accessed without authentication." +msgstr "" + +#: frappe/public/js/frappe/form/form.js:1130 +msgid "This form has been modified after you have loaded it" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:415 +msgid "This form is not editable due to a Workflow." +msgstr "" + +#. Description of the 'Is Default' (Check) field in DocType 'Address Template' +#: frappe/contacts/doctype/address_template/address_template.json +msgid "This format is used if country specific format is not found" +msgstr "" + +#. Description of the 'Header' (HTML Editor) field in DocType 'Website +#. Slideshow' +#: frappe/website/doctype/website_slideshow/website_slideshow.json +msgid "This goes above the slideshow." +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:2021 +msgid "This is a background report. Please set the appropriate filters and then generate a new one." +msgstr "" + +#: frappe/utils/password_strength.py:154 +msgid "This is a top-10 common password." +msgstr "" + +#: frappe/utils/password_strength.py:156 +msgid "This is a top-100 common password." +msgstr "" + +#: frappe/utils/password_strength.py:158 +msgid "This is a very common password." +msgstr "" + +#: frappe/core/doctype/rq_job/rq_job.js:9 +msgid "This is a virtual doctype and data is cleared periodically." +msgstr "" + +#: frappe/templates/emails/auto_reply.html:5 +msgid "This is an automatically generated reply" +msgstr "" + +#. Description of the 'Google Snippet Preview' (HTML) field in DocType 'Blog +#. Post' +#: frappe/website/doctype/blog_post/blog_post.json +msgid "This is an example Google SERP Preview." +msgstr "" + +#: frappe/utils/password_strength.py:160 +msgid "This is similar to a commonly used password." +msgstr "" + +#. Description of the 'Current Value' (Int) field in DocType 'Document Naming +#. Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "This is the number of the last created transaction with this prefix" +msgstr "" + +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:403 +msgid "This link has already been activated for verification." +msgstr "" + +#: frappe/utils/verified_command.py:49 +msgid "This link is invalid or expired. Please make sure you have pasted correctly." +msgstr "" + +#: frappe/printing/page/print/print.js:410 +msgid "This may get printed on multiple pages" +msgstr "" + +#: frappe/utils/goal.py:109 +msgid "This month" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.js:223 +msgid "This newsletter is scheduled to be sent on {0}" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.js:50 +msgid "This newsletter was scheduled to send on a later date. Are you sure you want to send it now?" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:964 +msgid "This report contains {0} rows and is too big to display in browser, you can {1} this report instead." +msgstr "" + +#: frappe/templates/emails/auto_email_report.html:57 +msgid "This report was generated on {0}" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:787 +msgid "This report was generated {0}." +msgstr "" + +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:118 +msgid "This request has not yet been approved by the user." +msgstr "" + +#: frappe/templates/includes/navbar/navbar_items.html:95 +msgid "This site is in read only mode, full functionality will be restored soon." +msgstr "" + +#: frappe/core/doctype/doctype/doctype.js:77 +msgid "This site is running in developer mode. Any change made here will be updated in code." +msgstr "" + +#: frappe/website/doctype/web_page/web_page.js:71 +msgid "This title will be used as the title of the webpage as well as in meta tags" +msgstr "" + +#: frappe/public/js/frappe/form/controls/base_input.js:120 +msgid "This value is fetched from {0}'s {1} field" +msgstr "" + +#: frappe/website/doctype/web_page/web_page.js:85 +msgid "This will be automatically generated when you publish the page, you can also enter a route yourself if you wish" +msgstr "" + +#. Description of the 'Callback Message' (Small Text) field in DocType +#. 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "This will be shown in a modal after routing" +msgstr "" + +#. Description of the 'Report Description' (Data) field in DocType 'Onboarding +#. Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "This will be shown to the user in a dialog after routing to the report" +msgstr "" + +#: frappe/www/third_party_apps.html:21 +msgid "This will log out {0} from all other devices" +msgstr "" + +#: frappe/templates/emails/delete_data_confirmation.html:3 +msgid "This will permanently remove your data." +msgstr "" + +#: frappe/desk/doctype/form_tour/form_tour.js:103 +msgid "This will reset this tour and show it to all users. Are you sure?" +msgstr "" + +#: frappe/core/doctype/rq_job/rq_job.js:15 +msgid "This will terminate the job immediately and might be dangerous, are you sure? " +msgstr "" + +#: frappe/core/doctype/user/user.py:1178 +msgid "Throttled" +msgstr "" + +#. Label of a Small Text field in DocType 'File' +#: frappe/core/doctype/file/file.json +msgid "Thumbnail URL" +msgstr "" + +#. Option for the 'Day' (Select) field in DocType 'Assignment Rule Day' +#. Option for the 'Day' (Select) field in DocType 'Auto Repeat Day' +#. Option for the 'First Day of the Week' (Select) field in DocType 'System +#. Settings' +#. Label of a Check field in DocType 'Event' +#. Option for the 'Day of Week' (Select) field in DocType 'Auto Email Report' +#: frappe/automation/doctype/assignment_rule_day/assignment_rule_day.json +#: frappe/automation/doctype/auto_repeat_day/auto_repeat_day.json +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/desk/doctype/event/event.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Thursday" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Label of a Datetime field in DocType 'Recorder' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Column' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Filter' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/recorder/recorder.json +#: frappe/core/doctype/report_column/report_column.json +#: frappe/core/doctype/report_filter/report_filter.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/email/doctype/newsletter/newsletter.js:118 +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Time" +msgstr "" + +#. Label of a Select field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Time Format" +msgstr "" + +#. Label of a Select field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Time Interval" +msgstr "" + +#. Label of a Check field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Time Series" +msgstr "" + +#. Label of a Select field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Time Series Based On" +msgstr "" + +#. Label of a Duration field in DocType 'RQ Job' +#: frappe/core/doctype/rq_job/rq_job.json +msgid "Time Taken" +msgstr "" + +#. Label of a Int field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "Time Window (Seconds)" +msgstr "" + +#. Label of a Select field in DocType 'System Settings' +#. Label of a Autocomplete field in DocType 'User' +#. Label of a Data field in DocType 'Web Page View' +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/core/doctype/user/user.json +#: frappe/desk/page/setup_wizard/setup_wizard.js:395 +#: frappe/website/doctype/web_page_view/web_page_view.json +msgid "Time Zone" +msgstr "" + +#. Label of a Text field in DocType 'Country' +#: frappe/geo/doctype/country/country.json +msgid "Time Zones" +msgstr "" + +#. Label of a Data field in DocType 'Country' +#: frappe/geo/doctype/country/country.json +msgid "Time format" +msgstr "" + +#. Label of a Float field in DocType 'Recorder' +#: frappe/core/doctype/recorder/recorder.json +msgid "Time in Queries" +msgstr "" + +#. Description of the 'Expiry time of QR Code Image Page' (Int) field in +#. DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Time in seconds to retain QR code image on server. Min:240" +msgstr "" + +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.py:402 +msgid "Time series based on is required to create a dashboard chart" +msgstr "" + +#: frappe/public/js/frappe/form/controls/time.js:107 +msgid "Time {0} must be in format: {1}" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Timed Out" +msgstr "" + +#: frappe/public/js/frappe/ui/theme_switcher.js:64 +msgid "Timeless Night" +msgstr "" + +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Timeline" +msgstr "" + +#. Label of a Link field in DocType 'Activity Log' +#: frappe/core/doctype/activity_log/activity_log.json +msgid "Timeline DocType" +msgstr "" + +#. Label of a Data field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Timeline Field" +msgstr "" + +#. Label of a Section Break field in DocType 'Communication' +#. Label of a Table field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Timeline Links" +msgstr "" + +#. Label of a Dynamic Link field in DocType 'Activity Log' +#: frappe/core/doctype/activity_log/activity_log.json +msgid "Timeline Name" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1500 +msgid "Timeline field must be a Link or Dynamic Link" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1496 +msgid "Timeline field must be a valid fieldname" +msgstr "" + +#. Label of a Duration field in DocType 'RQ Job' +#: frappe/core/doctype/rq_job/rq_job.json +msgid "Timeout" +msgstr "" + +#. Label of a Int field in DocType 'Report' +#: frappe/core/doctype/report/report.json +msgid "Timeout (In Seconds)" +msgstr "" + +#. Label of a Check field in DocType 'Dashboard Chart Source' +#: frappe/desk/doctype/dashboard_chart_source/dashboard_chart_source.json +msgid "Timeseries" +msgstr "" + +#. Label of a Select field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/page/leaderboard/leaderboard.js:123 +#: frappe/public/js/frappe/ui/filters/filter.js:28 +msgid "Timespan" +msgstr "" + +#. Label of a Datetime field in DocType 'Access Log' +#. Label of a Datetime field in DocType 'Transaction Log' +#: frappe/core/doctype/access_log/access_log.json +#: frappe/core/doctype/transaction_log/transaction_log.json +#: frappe/core/report/transaction_log_report/transaction_log_report.py:112 +msgid "Timestamp" +msgstr "" + +#. Label of a Data field in DocType 'DocType State' +#. Label of a Data field in DocType 'Error Log' +#. Label of a Data field in DocType 'Page' +#. Label of a Data field in DocType 'Changelog Feed' +#. Label of a Data field in DocType 'Form Tour' +#. Label of a Data field in DocType 'Form Tour Step' +#. Label of a Data field in DocType 'Module Onboarding' +#. Label of a Data field in DocType 'Note' +#. Label of a Data field in DocType 'Onboarding Step' +#. Label of a Data field in DocType 'System Health Report Errors' +#. Label of a Data field in DocType 'Workspace' +#. Label of a Data field in DocType 'Email Group' +#. Label of a Data field in DocType 'Blog Category' +#. Label of a Data field in DocType 'Blog Post' +#. Label of a Data field in DocType 'Blog Settings' +#. Label of a Data field in DocType 'Discussion Topic' +#. Label of a Data field in DocType 'Help Article' +#. Label of a Data field in DocType 'Portal Menu Item' +#. Label of a Data field in DocType 'Web Form' +#. Label of a Data field in DocType 'Web Page' +#. Label of a Data field in DocType 'Website Sidebar' +#. Label of a Data field in DocType 'Website Sidebar Item' +#: frappe/core/doctype/doctype/boilerplate/controller_list.html:14 +#: frappe/core/doctype/doctype/boilerplate/controller_list.html:23 +#: frappe/core/doctype/doctype_state/doctype_state.json +#: frappe/core/doctype/error_log/error_log.json +#: frappe/core/doctype/page/page.json +#: frappe/desk/doctype/changelog_feed/changelog_feed.json +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +#: frappe/desk/doctype/module_onboarding/module_onboarding.json +#: frappe/desk/doctype/note/note.json +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +#: frappe/desk/doctype/system_health_report_errors/system_health_report_errors.json +#: frappe/desk/doctype/workspace/workspace.json +#: frappe/email/doctype/email_group/email_group.json +#: frappe/public/js/frappe/views/workspace/workspace.js:644 +#: frappe/public/js/frappe/views/workspace/workspace.js:973 +#: frappe/public/js/frappe/views/workspace/workspace.js:1220 +#: frappe/website/doctype/blog_category/blog_category.json +#: frappe/website/doctype/blog_post/blog_post.json +#: frappe/website/doctype/blog_settings/blog_settings.json +#: frappe/website/doctype/discussion_topic/discussion_topic.json +#: frappe/website/doctype/help_article/help_article.json +#: frappe/website/doctype/portal_menu_item/portal_menu_item.json +#: frappe/website/doctype/web_form/web_form.json +#: frappe/website/doctype/web_page/web_page.json +#: frappe/website/doctype/website_sidebar/website_sidebar.json +#: frappe/website/doctype/website_sidebar_item/website_sidebar_item.json +msgid "Title" +msgstr "" + +#. Label of a Data field in DocType 'DocType' +#. Label of a Data field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Title Field" +msgstr "" + +#. Label of a Data field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Title Prefix" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1437 +msgid "Title field must be a valid fieldname" +msgstr "" + +#: frappe/website/doctype/web_page/web_page.js:70 +msgid "Title of the page" +msgstr "" + +#. Label of a Code field in DocType 'Communication' +#. Label of a Section Break field in DocType 'Newsletter' +#: frappe/core/doctype/communication/communication.json +#: frappe/email/doctype/newsletter/newsletter.json +#: frappe/public/js/frappe/views/communication.js:53 +#: frappe/public/js/frappe/views/inbox/inbox_view.js:70 +msgid "To" +msgstr "" + +#. Label of a Date field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/website/report/website_analytics/website_analytics.js:14 +msgid "To Date" +msgstr "" + +#. Label of a Select field in DocType 'Auto Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "To Date Field" +msgstr "" + +#. Label of a Link in the Tools Workspace +#: frappe/automation/workspace/tools/tools.json +#: frappe/desk/doctype/todo/todo_list.js:6 +msgid "To Do" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/review.js:50 +msgid "To User" +msgstr "" + +#. Description of the 'Subject' (Data) field in DocType 'Auto Repeat' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +msgid "To add dynamic subject, use jinja tags like\n\n" +"
    New {{ doc.doctype }} #{{ doc.name }}
    " +msgstr "" + +#. Description of the 'Subject' (Data) field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "To add dynamic subject, use jinja tags like\n\n" +"
    {{ doc.name }} Delivered
    " +msgstr "" + +#. Description of the 'JSON Request Body' (Code) field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "To add dynamic values from the document, use jinja tags like\n\n" +"
    \n" +"
    { \"id\": \"{{ doc.name }}\" }\n"
    +"
    \n" +"
    " +msgstr "" + +#: frappe/email/doctype/auto_email_report/auto_email_report.py:107 +msgid "To allow more reports update limit in System Settings." +msgstr "" + +#. Label of a Section Break field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "To and CC" +msgstr "" + +#. Description of the 'Use First Day of Period' (Check) field in DocType 'Auto +#. Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "To begin the date range at the start of the chosen period. For example, if 'Year' is selected as the period, the report will start from January 1st of the current year." +msgstr "" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.js:35 +msgid "To configure Auto Repeat, enable \"Allow Auto Repeat\" from {0}." +msgstr "" + +#: frappe/www/login.html:73 +msgid "To enable it follow the instructions in the following link: {0}" +msgstr "" + +#: frappe/core/doctype/server_script/server_script.js:37 +msgid "To enable server scripts, read the {0}." +msgstr "" + +#: frappe/desk/doctype/onboarding_step/onboarding_step.js:18 +msgid "To export this step as JSON, link it in a Onboarding document and save the document." +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:788 +msgid "To get the updated report, click on {0}." +msgstr "" + +#: frappe/www/me.html:51 +msgid "To manage your authorized third party apps" +msgstr "" + +#. Description of the 'Console' (Code) field in DocType 'System Console' +#: frappe/desk/doctype/system_console/system_console.json +msgid "To print output use print(text)" +msgstr "" + +#: frappe/core/doctype/user_type/user_type.py:292 +msgid "To set the role {0} in the user {1}, kindly set the {2} field as {3} in one of the {4} record." +msgstr "" + +#: frappe/integrations/doctype/google_calendar/google_calendar.js:8 +msgid "To use Google Calendar, enable {0}." +msgstr "" + +#: frappe/integrations/doctype/google_contacts/google_contacts.js:8 +msgid "To use Google Contacts, enable {0}." +msgstr "" + +#: frappe/integrations/doctype/google_drive/google_drive.js:8 +msgid "To use Google Drive, enable {0}." +msgstr "" + +#. Description of the 'Enable Google indexing' (Check) field in DocType +#. 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "To use Google Indexing, enable Google Settings." +msgstr "" + +#. Description of the 'Slack Channel' (Link) field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "To use Slack Channel, add a Slack Webhook URL." +msgstr "" + +#: frappe/public/js/frappe/utils/diffview.js:44 +msgid "To version" +msgstr "" + +#. Label of a shortcut in the Tools Workspace +#. Linked DocType in User's connections +#. Name of a DocType +#. Name of a report +#: frappe/automation/doctype/assignment_rule/assignment_rule.py:55 +#: frappe/automation/workspace/tools/tools.json +#: frappe/core/doctype/user/user.json frappe/desk/doctype/todo/todo.json +#: frappe/desk/report/todo/todo.json +msgid "ToDo" +msgstr "" + +#: frappe/public/js/frappe/form/controls/date.js:58 +#: frappe/public/js/frappe/views/calendar/calendar.js:268 +msgid "Today" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1494 +msgid "Toggle Chart" +msgstr "" + +#. Label of a standard navbar item +#. Type: Action +#: frappe/hooks.py +msgid "Toggle Full Width" +msgstr "" + +#: frappe/public/js/frappe/views/file/file_view.js:33 +msgid "Toggle Grid View" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:212 +msgid "Toggle Section: {0}" +msgstr "" + +#: frappe/public/js/frappe/ui/page.js:193 +#: frappe/public/js/frappe/ui/page.js:195 +#: frappe/public/js/frappe/views/reports/report_view.js:1498 +msgid "Toggle Sidebar" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1718 +msgctxt "Button in list view menu" +msgid "Toggle Sidebar" +msgstr "" + +#. Label of a standard navbar item +#. Type: Action +#: frappe/hooks.py +msgid "Toggle Theme" +msgstr "" + +#. Option for the 'Response Type' (Select) field in DocType 'OAuth Client' +#: frappe/integrations/doctype/oauth_client/oauth_client.json +msgid "Token" +msgstr "" + +#. Linked DocType in User's connections +#. Linked DocType in Connected App's connections +#. Name of a DocType +#: frappe/core/doctype/user/user.json +#: frappe/integrations/doctype/connected_app/connected_app.json +#: frappe/integrations/doctype/token_cache/token_cache.json +msgid "Token Cache" +msgstr "" + +#. Label of a Data field in DocType 'Token Cache' +#: frappe/integrations/doctype/token_cache/token_cache.json +msgid "Token Type" +msgstr "" + +#. Label of a Data field in DocType 'Connected App' +#: frappe/integrations/doctype/connected_app/connected_app.json +msgid "Token URI" +msgstr "" + +#: frappe/utils/oauth.py:185 +msgid "Token is missing" +msgstr "" + +#: frappe/desk/doctype/bulk_update/bulk_update.py:70 +#: frappe/model/workflow.py:246 +msgid "Too Many Documents" +msgstr "" + +#: frappe/rate_limiter.py:88 +msgid "Too Many Requests" +msgstr "" + +#: frappe/database/database.py:429 +msgid "Too many changes to database in single action." +msgstr "" + +#: frappe/core/doctype/user/user.py:967 +msgid "Too many users signed up recently, so the registration is disabled. Please try back in an hour" +msgstr "" + +#. Name of a Workspace +#. Label of a Card Break in the Tools Workspace +#: frappe/automation/workspace/tools/tools.json +msgid "Tools" +msgstr "" + +#. Option for the 'Position' (Select) field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:153 +msgid "Top" +msgstr "" + +#. Name of a DocType +#: frappe/website/doctype/top_bar_item/top_bar_item.json +msgid "Top Bar Item" +msgstr "" + +#. Label of a Table field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Top Bar Items" +msgstr "" + +#. Option for the 'Position' (Select) field in DocType 'Form Tour Step' +#. Option for the 'Page Number' (Select) field in DocType 'Print Format' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:245 +msgid "Top Center" +msgstr "" + +#. Label of a Table field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Top Errors" +msgstr "" + +#. Option for the 'Page Number' (Select) field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:244 +msgid "Top Left" +msgstr "" + +#: frappe/templates/emails/energy_points_summary.html:3 +msgid "Top Performer" +msgstr "" + +#: frappe/templates/emails/energy_points_summary.html:18 +msgid "Top Reviewer" +msgstr "" + +#. Option for the 'Position' (Select) field in DocType 'Form Tour Step' +#. Option for the 'Page Number' (Select) field in DocType 'Print Format' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:246 +msgid "Top Right" +msgstr "" + +#: frappe/templates/emails/energy_points_summary.html:33 +msgid "Top {0}" +msgstr "" + +#. Label of a Link field in DocType 'Discussion Reply' +#: frappe/website/doctype/discussion_reply/discussion_reply.json +msgid "Topic" +msgstr "" + +#: frappe/desk/query_report.py:510 +#: frappe/public/js/frappe/views/reports/print_grid.html:45 +#: frappe/public/js/frappe/views/reports/report_view.js:1475 +msgid "Total" +msgstr "" + +#. Label of a Int field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Total Background Workers" +msgstr "" + +#. Label of a Int field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Total Errors (last 1 day)" +msgstr "" + +#: frappe/public/js/frappe/ui/capture.js:251 +msgid "Total Images" +msgstr "" + +#. Label of a Int field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Total Outgoing Emails" +msgstr "" + +#. Label of a Int field in DocType 'Newsletter' +#: frappe/email/doctype/newsletter/newsletter.json +msgid "Total Recipients" +msgstr "" + +#. Label of a Int field in DocType 'Email Group' +#. Label of a Read Only field in DocType 'Newsletter Email Group' +#: frappe/email/doctype/email_group/email_group.json +#: frappe/email/doctype/newsletter_email_group/newsletter_email_group.json +msgid "Total Subscribers" +msgstr "" + +#. Label of a Int field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Total Users" +msgstr "" + +#. Label of a Int field in DocType 'Newsletter' +#: frappe/email/doctype/newsletter/newsletter.json +msgid "Total Views" +msgstr "" + +#. Label of a Duration field in DocType 'RQ Worker' +#: frappe/core/doctype/rq_worker/rq_worker.json +msgid "Total Working Time" +msgstr "" + +#. Description of the 'Initial Sync Count' (Select) field in DocType 'Email +#. Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Total number of emails to sync in initial sync process " +msgstr "" + +#: frappe/public/js/print_format_builder/ConfigureColumns.vue:12 +msgid "Total:" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1179 +msgid "Totals" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1154 +msgid "Totals Row" +msgstr "" + +#. Label of a Data field in DocType 'Error Log' +#: frappe/core/doctype/error_log/error_log.json +msgid "Trace ID" +msgstr "" + +#. Label of a Code field in DocType 'Patch Log' +#: frappe/core/doctype/patch_log/patch_log.json +msgid "Traceback" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#. Label of a Check field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Track Changes" +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Track Email Status" +msgstr "" + +#. Label of a Data field in DocType 'Milestone' +#: frappe/automation/doctype/milestone/milestone.json +msgid "Track Field" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Track Seen" +msgstr "" + +#. Label of a Check field in DocType 'Form Tour' +#: frappe/desk/doctype/form_tour/form_tour.json +msgid "Track Steps" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#. Label of a Check field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Track Views" +msgstr "" + +#. Description of the 'Track Email Status' (Check) field in DocType 'Email +#. Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Track if your email has been opened by the recipient.\n" +"
    \n" +"Note: If you're sending to multiple recipients, even if 1 recipient reads the email, it'll be considered \"Opened\"" +msgstr "" + +#. Description of a DocType +#: frappe/automation/doctype/milestone_tracker/milestone_tracker.json +msgid "Track milestones for any document" +msgstr "" + +#: frappe/public/js/frappe/utils/utils.js:1766 +msgid "Tracking URL generated and copied to clipboard" +msgstr "" + +#. Label of a Small Text field in DocType 'Transaction Log' +#: frappe/core/doctype/transaction_log/transaction_log.json +msgid "Transaction Hash" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/transaction_log/transaction_log.json +msgid "Transaction Log" +msgstr "" + +#. Name of a report +#: frappe/core/report/transaction_log_report/transaction_log_report.json +msgid "Transaction Log Report" +msgstr "" + +#: frappe/desk/page/setup_wizard/install_fixtures.py:32 +msgid "Transgender" +msgstr "" + +#: frappe/public/js/workflow_builder/components/Properties.vue:19 +msgid "Transition Properties" +msgstr "" + +#. Label of a Section Break field in DocType 'Workflow' +#: frappe/workflow/doctype/workflow/workflow.json +msgid "Transition Rules" +msgstr "" + +#. Label of a Table field in DocType 'Workflow' +#: frappe/workflow/doctype/workflow/workflow.json +msgid "Transitions" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Translatable" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#. Label of a Check field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Translate Link Fields" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1580 +msgid "Translate values" +msgstr "" + +#: frappe/public/js/frappe/views/translation_manager.js:11 +msgid "Translate {0}" +msgstr "" + +#. Label of a Code field in DocType 'Translation' +#: frappe/core/doctype/translation/translation.json +msgid "Translated Text" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/translation/translation.json +msgid "Translation" +msgstr "" + +#: frappe/public/js/frappe/views/translation_manager.js:46 +msgid "Translations" +msgstr "" + +#. Option for the 'Email Status' (Select) field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Trash" +msgstr "" + +#. Option for the 'View' (Select) field in DocType 'Form Tour' +#. Option for the 'DocType View' (Select) field in DocType 'Workspace Shortcut' +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +msgid "Tree" +msgstr "" + +#: frappe/public/js/frappe/list/base_list.js:210 +msgid "Tree View" +msgstr "" + +#. Description of the 'Is Tree' (Check) field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Tree structures are implemented using Nested Set" +msgstr "" + +#: frappe/public/js/frappe/views/treeview.js:20 +msgid "Tree view is not available for {0}" +msgstr "" + +#. Label of a Data field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Trigger Method" +msgstr "" + +#: frappe/public/js/frappe/ui/keyboard.js:194 +msgid "Trigger Primary Action" +msgstr "" + +#: frappe/tests/test_translate.py:55 +msgid "Trigger caching" +msgstr "" + +#. Description of the 'Trigger Method' (Data) field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Trigger on valid methods like \"before_insert\", \"after_update\", etc (will depend on the DocType selected)" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:144 +msgid "Trim Table" +msgstr "" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:323 +msgid "Try Again" +msgstr "" + +#. Label of a Data field in DocType 'Document Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Try a Naming Series" +msgstr "" + +#: frappe/printing/page/print/print.js:189 +#: frappe/printing/page/print/print.js:195 +msgid "Try the new Print Designer" +msgstr "" + +#: frappe/utils/password_strength.py:100 +msgid "Try to avoid repeated words and characters" +msgstr "" + +#: frappe/utils/password_strength.py:92 +msgid "Try to use a longer keyboard pattern with more turns" +msgstr "" + +#. Option for the 'Day' (Select) field in DocType 'Assignment Rule Day' +#. Option for the 'Day' (Select) field in DocType 'Auto Repeat Day' +#. Option for the 'First Day of the Week' (Select) field in DocType 'System +#. Settings' +#. Label of a Check field in DocType 'Event' +#. Option for the 'Day of Week' (Select) field in DocType 'Auto Email Report' +#: frappe/automation/doctype/assignment_rule_day/assignment_rule_day.json +#: frappe/automation/doctype/auto_repeat_day/auto_repeat_day.json +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/desk/doctype/event/event.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Tuesday" +msgstr "" + +#. Label of a Check field in DocType 'Role' +#. Label of a Section Break field in DocType 'System Settings' +#: frappe/core/doctype/role/role.json +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Two Factor Authentication" +msgstr "" + +#. Label of a Select field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Two Factor Authentication method" +msgstr "" + +#. Label of a Select field in DocType 'Communication' +#. Label of a Select field in DocType 'DocField' +#. Label of a Select field in DocType 'Customize Form Field' +#. Label of a Data field in DocType 'Console Log' +#. Label of a Select field in DocType 'Dashboard Chart' +#. Label of a Select field in DocType 'Desktop Icon' +#. Label of a Select field in DocType 'Notification Log' +#. Label of a Select field in DocType 'Number Card' +#. Label of a Select field in DocType 'System Console' +#. Label of a Select field in DocType 'Workspace Link' +#. Label of a Select field in DocType 'Workspace Shortcut' +#. Label of a Select field in DocType 'Energy Point Log' +#. Label of a Select field in DocType 'Web Template' +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/desk/doctype/console_log/console_log.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +#: frappe/desk/doctype/notification_log/notification_log.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/desk/doctype/system_console/system_console.json +#: frappe/desk/doctype/workspace_link/workspace_link.json +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +#: frappe/public/js/frappe/views/file/file_view.js:318 +#: frappe/public/js/frappe/widgets/widget_dialog.js:366 +#: frappe/social/doctype/energy_point_log/energy_point_log.json +#: frappe/website/doctype/web_template/web_template.json +msgid "Type" +msgstr "" + +#: frappe/desk/page/user_profile/user_profile.html:17 +msgid "Type Distribution" +msgstr "" + +#: frappe/public/js/frappe/form/controls/comment.js:78 +msgid "Type a reply / comment" +msgstr "" + +#: frappe/templates/includes/search_template.html:51 +msgid "Type something in the search box to search" +msgstr "" + +#: frappe/templates/discussions/comment_box.html:8 +#: frappe/templates/discussions/reply_section.html:53 +#: frappe/templates/discussions/topic_modal.html:11 +msgid "Type title" +msgstr "" + +#: frappe/templates/discussions/discussions.js:341 +msgid "Type your reply here..." +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:143 +msgid "Type:" +msgstr "" + +#. Label of a Check field in DocType 'Form Tour' +#. Label of a Check field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "UI Tour" +msgstr "" + +#. Label of a Int field in DocType 'Communication' +#. Label of a Data field in DocType 'Email Flag Queue' +#. Label of a Data field in DocType 'Unhandled Email' +#: frappe/core/doctype/communication/communication.json +#: frappe/email/doctype/email_flag_queue/email_flag_queue.json +#: frappe/email/doctype/unhandled_email/unhandled_email.json +msgid "UID" +msgstr "" + +#. Label of a Int field in DocType 'Email Account' +#. Label of a Data field in DocType 'IMAP Folder' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/imap_folder/imap_folder.json +msgid "UIDNEXT" +msgstr "" + +#. Label of a Data field in DocType 'Email Account' +#. Label of a Data field in DocType 'IMAP Folder' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/imap_folder/imap_folder.json +msgid "UIDVALIDITY" +msgstr "" + +#. Option for the 'Email Sync Option' (Select) field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "UNSEEN" +msgstr "" + +#. Description of the 'Redirect URIs' (Text) field in DocType 'OAuth Client' +#: frappe/integrations/doctype/oauth_client/oauth_client.json +msgid "URIs for receiving authorization code once the user allows access, as well as failure responses. Typically a REST endpoint exposed by the Client App.\n" +"
    e.g. http://hostname/api/method/frappe.integrations.oauth2_logins.login_via_facebook" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Workspace Shortcut' +#. Label of a Data field in DocType 'Workspace Shortcut' +#. Label of a Small Text field in DocType 'Integration Request' +#. Label of a Data field in DocType 'Webhook Request Log' +#. Label of a Data field in DocType 'Top Bar Item' +#. Label of a Data field in DocType 'Website Slideshow Item' +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +#: frappe/integrations/doctype/integration_request/integration_request.json +#: frappe/integrations/doctype/webhook_request_log/webhook_request_log.json +#: frappe/public/js/frappe/widgets/widget_dialog.js:435 +#: frappe/website/doctype/top_bar_item/top_bar_item.json +#: frappe/website/doctype/website_slideshow_item/website_slideshow_item.json +msgid "URL" +msgstr "" + +#. Description of the 'Documentation Link' (Data) field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "URL for documentation or help" +msgstr "" + +#: frappe/core/doctype/file/file.py:215 +msgid "URL must start with http:// or https://" +msgstr "" + +#: frappe/website/doctype/web_page/web_page.js:84 +msgid "URL of the page" +msgstr "" + +#. Description of the 'URL' (Data) field in DocType 'Website Slideshow Item' +#: frappe/website/doctype/website_slideshow_item/website_slideshow_item.json +msgid "URL to go to on clicking the slideshow image" +msgstr "" + +#: frappe/core/doctype/document_naming_settings/document_naming_settings.py:67 +msgid "Unable to find DocType {0}" +msgstr "" + +#: frappe/public/js/frappe/ui/capture.js:330 +msgid "Unable to load camera." +msgstr "" + +#: frappe/public/js/frappe/model/model.js:268 +msgid "Unable to load: {0}" +msgstr "" + +#: frappe/utils/csvutils.py:35 +msgid "Unable to open attached file. Did you export it as CSV?" +msgstr "" + +#: frappe/core/doctype/file/utils.py:99 frappe/core/doctype/file/utils.py:131 +msgid "Unable to read file format for {0}" +msgstr "" + +#: frappe/core/doctype/communication/email.py:179 +msgid "Unable to send mail because of a missing email account. Please setup default Email Account from Settings > Email Account" +msgstr "" + +#: frappe/public/js/frappe/views/calendar/calendar.js:440 +msgid "Unable to update event" +msgstr "" + +#: frappe/core/doctype/file/file.py:457 +msgid "Unable to write file format for {0}" +msgstr "" + +#. Label of a Code field in DocType 'Assignment Rule' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +msgid "Unassign Condition" +msgstr "" + +#: frappe/www/error.py:15 +msgid "Uncaught Server Exception" +msgstr "" + +#: frappe/public/js/frappe/form/toolbar.js:94 +msgid "Unchanged" +msgstr "" + +#: frappe/public/js/frappe/form/toolbar.js:451 +msgid "Undo" +msgstr "" + +#: frappe/public/js/frappe/form/toolbar.js:459 +msgid "Undo last action" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/form_sidebar.js:232 +#: frappe/public/js/frappe/form/templates/form_sidebar.html:132 +msgid "Unfollow" +msgstr "" + +#. Name of a DocType +#: frappe/email/doctype/unhandled_email/unhandled_email.json +msgid "Unhandled Email" +msgstr "" + +#. Label of a Int field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Unhandled Emails" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:601 +msgid "Unhide Workspace" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Unique" +msgstr "" + +#: frappe/website/report/website_analytics/website_analytics.js:59 +msgid "Unknown" +msgstr "" + +#: frappe/public/js/frappe/model/model.js:209 +msgid "Unknown Column: {0}" +msgstr "" + +#: frappe/utils/data.py:1062 +msgid "Unknown Rounding Method: {}" +msgstr "" + +#: frappe/auth.py:304 +msgid "Unknown User" +msgstr "" + +#: frappe/utils/csvutils.py:52 +msgid "Unknown file encoding. Tried utf-8, windows-1250, windows-1252." +msgstr "" + +#: frappe/core/doctype/submission_queue/submission_queue.js:7 +msgid "Unlock Reference Document" +msgstr "" + +#: frappe/website/doctype/blog_post/blog_post.js:36 +#: frappe/website/doctype/web_form/web_form.js:86 +msgid "Unpublish" +msgstr "" + +#. Option for the 'Action' (Select) field in DocType 'Email Flag Queue' +#: frappe/email/doctype/email_flag_queue/email_flag_queue.json +msgid "Unread" +msgstr "" + +#. Label of a Check field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Unread Notification Sent" +msgstr "" + +#: frappe/utils/safe_exec.py:478 +msgid "Unsafe SQL query" +msgstr "" + +#: frappe/public/js/frappe/data_import/data_exporter.js:159 +#: frappe/public/js/frappe/form/controls/multicheck.js:166 +msgid "Unselect All" +msgstr "" + +#. Option for the 'Comment Type' (Select) field in DocType 'Comment' +#. Option for the 'Comment Type' (Select) field in DocType 'Communication' +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +msgid "Unshared" +msgstr "" + +#: frappe/email/queue.py:66 +msgid "Unsubscribe" +msgstr "" + +#. Label of a Data field in DocType 'Email Queue' +#: frappe/email/doctype/email_queue/email_queue.json +msgid "Unsubscribe Method" +msgstr "" + +#. Label of a Data field in DocType 'Email Queue' +#: frappe/email/doctype/email_queue/email_queue.json +msgid "Unsubscribe Param" +msgstr "" + +#. Label of a Check field in DocType 'Contact' +#. Label of a Check field in DocType 'User' +#. Label of a Check field in DocType 'Email Group Member' +#: frappe/contacts/doctype/contact/contact.json +#: frappe/core/doctype/user/user.json +#: frappe/email/doctype/email_group_member/email_group_member.json +#: frappe/email/queue.py:122 +msgid "Unsubscribed" +msgstr "" + +#: frappe/public/js/frappe/data_import/import_preview.js:72 +msgid "Untitled Column" +msgstr "" + +#: frappe/core/doctype/file/file.js:28 +msgid "Unzip" +msgstr "" + +#: frappe/public/js/frappe/views/file/file_view.js:132 +msgid "Unzipped {0} files" +msgstr "" + +#: frappe/public/js/frappe/views/file/file_view.js:125 +msgid "Unzipping files..." +msgstr "" + +#: frappe/desk/doctype/event/event.py:255 +msgid "Upcoming Events for Today" +msgstr "" + +#. Label of a Button field in DocType 'Document Naming Settings' +#: frappe/core/doctype/data_import/data_import_list.js:36 +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +#: frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js:23 +#: frappe/custom/doctype/customize_form/customize_form.js:438 +#: frappe/desk/doctype/bulk_update/bulk_update.js:15 +#: frappe/printing/page/print_format_builder/print_format_builder.js:447 +#: frappe/printing/page/print_format_builder/print_format_builder.js:501 +#: frappe/printing/page/print_format_builder/print_format_builder.js:670 +#: frappe/printing/page/print_format_builder/print_format_builder.js:757 +#: frappe/public/js/frappe/form/grid_row.js:403 +#: frappe/public/js/frappe/views/workspace/workspace.js:692 +msgid "Update" +msgstr "" + +#. Label of a Button field in DocType 'Document Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Update Amendment Naming" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:641 +msgid "Update Details" +msgstr "" + +#. Option for the 'Import Type' (Select) field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Update Existing Records" +msgstr "" + +#. Label of a Select field in DocType 'Workflow Document State' +#: frappe/workflow/doctype/workflow_document_state/workflow_document_state.json +msgid "Update Field" +msgstr "" + +#: frappe/core/doctype/installed_applications/installed_applications.js:6 +#: frappe/core/doctype/installed_applications/installed_applications.js:13 +msgid "Update Hooks Resolution Order" +msgstr "" + +#: frappe/core/doctype/installed_applications/installed_applications.js:45 +msgid "Update Order" +msgstr "" + +#: frappe/desk/page/setup_wizard/setup_wizard.js:472 +msgid "Update Password" +msgstr "" + +#. Label of a Section Break field in DocType 'Document Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Update Series Counter" +msgstr "" + +#. Label of a Button field in DocType 'Document Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Update Series Number" +msgstr "" + +#. Option for the 'Action' (Select) field in DocType 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Update Settings" +msgstr "" + +#: frappe/public/js/frappe/views/translation_manager.js:13 +msgid "Update Translations" +msgstr "" + +#. Label of a Small Text field in DocType 'Bulk Update' +#. Label of a Data field in DocType 'Workflow Document State' +#: frappe/desk/doctype/bulk_update/bulk_update.json +#: frappe/workflow/doctype/workflow_document_state/workflow_document_state.json +msgid "Update Value" +msgstr "" + +#: frappe/utils/change_log.py:386 +msgid "Update from Frappe Cloud" +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:375 +msgid "Update {0} records" +msgstr "" + +#. Option for the 'Comment Type' (Select) field in DocType 'Comment' +#. Option for the 'Comment Type' (Select) field in DocType 'Communication' +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +#: frappe/desk/doctype/desktop_icon/desktop_icon.py:446 +#: frappe/public/js/frappe/web_form/web_form.js:427 +msgid "Updated" +msgstr "" + +#: frappe/desk/doctype/bulk_update/bulk_update.js:32 +msgid "Updated Successfully" +msgstr "" + +#: frappe/public/js/frappe/desk.js:426 +msgid "Updated To A New Version 🎉" +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:372 +msgid "Updated successfully" +msgstr "" + +#. Label of a Tab Break field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Updates" +msgstr "" + +#: frappe/utils/response.py:316 +msgid "Updating" +msgstr "" + +#: frappe/public/js/frappe/form/save.js:11 +msgctxt "Freeze message while updating a document" +msgid "Updating" +msgstr "" + +#: frappe/email/doctype/email_queue/email_queue.py:432 +msgid "Updating Email Queue Statuses. The emails will be picked up in the next scheduled run." +msgstr "" + +#: frappe/core/doctype/document_naming_rule/document_naming_rule.js:17 +msgid "Updating counter may lead to document name conflicts if not done properly" +msgstr "" + +#: frappe/desk/page/setup_wizard/setup_wizard.py:22 +msgid "Updating global settings" +msgstr "" + +#: frappe/core/doctype/document_naming_settings/document_naming_settings.js:59 +msgid "Updating naming series options" +msgstr "" + +#: frappe/public/js/frappe/form/toolbar.js:127 +msgid "Updating related fields..." +msgstr "" + +#: frappe/desk/doctype/bulk_update/bulk_update.py:97 +msgid "Updating {0}" +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:36 +msgid "Updating {0} of {1}, {2}" +msgstr "" + +#: frappe/public/js/billing.bundle.js:30 +msgid "Upgrade plan" +msgstr "" + +#: frappe/public/js/frappe/file_uploader/file_uploader.bundle.js:121 +#: frappe/public/js/frappe/file_uploader/file_uploader.bundle.js:122 +#: frappe/public/js/frappe/form/grid.js:63 +#: frappe/public/js/frappe/form/templates/form_sidebar.html:13 +msgid "Upload" +msgstr "" + +#: frappe/public/js/print_format_builder/LetterHeadEditor.vue:93 +msgid "Upload Image" +msgstr "" + +#: frappe/public/js/frappe/file_uploader/FileUploader.vue:193 +msgid "Upload file" +msgstr "" + +#: frappe/public/js/frappe/file_uploader/FileUploader.vue:196 +msgid "Upload {0} files" +msgstr "" + +#. Label of a Check field in DocType 'File' +#: frappe/core/doctype/file/file.json +msgid "Uploaded To Dropbox" +msgstr "" + +#. Label of a Check field in DocType 'File' +#: frappe/core/doctype/file/file.json +msgid "Uploaded To Google Drive" +msgstr "" + +#: frappe/integrations/doctype/google_drive/google_drive.py:198 +msgid "Uploading backup to Google Drive." +msgstr "" + +#: frappe/integrations/doctype/google_drive/google_drive.py:203 +msgid "Uploading successful." +msgstr "" + +#: frappe/integrations/doctype/google_drive/google_drive.js:16 +msgid "Uploading to Google Drive" +msgstr "" + +#. Description of the 'Value to Validate' (Data) field in DocType 'Onboarding +#. Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +#, python-format +msgid "Use % for any non empty value." +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Use ASCII encoding for password" +msgstr "" + +#. Label of a Check field in DocType 'Auto Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Use First Day of Period" +msgstr "" + +#. Label of a Check field in DocType 'Email Template' +#: frappe/email/doctype/email_template/email_template.json +msgid "Use HTML" +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#. Label of a Check field in DocType 'Email Domain' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_domain/email_domain.json +msgid "Use IMAP" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Use Number Format from Currency" +msgstr "" + +#. Label of a Check field in DocType 'SMS Settings' +#: frappe/core/doctype/sms_settings/sms_settings.json +msgid "Use POST" +msgstr "" + +#. Label of a Check field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Use Report Chart" +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#. Label of a Check field in DocType 'Email Domain' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_domain/email_domain.json +msgid "Use SSL" +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#. Label of a Check field in DocType 'Email Domain' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_domain/email_domain.json +msgid "Use STARTTLS" +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#. Label of a Check field in DocType 'Email Domain' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_domain/email_domain.json +msgid "Use TLS" +msgstr "" + +#: frappe/utils/password_strength.py:34 +msgid "Use a few words, avoid common phrases." +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Use different Email ID" +msgstr "" + +#: frappe/model/db_query.py:424 +msgid "Use of function {0} in field is restricted" +msgstr "" + +#: frappe/model/db_query.py:403 +msgid "Use of sub-query or function is restricted" +msgstr "" + +#: frappe/printing/page/print/print.js:279 +msgid "Use the new Print Format Builder" +msgstr "" + +#. Description of the 'Title Field' (Data) field in DocType 'Customize Form' +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Use this fieldname to generate title" +msgstr "" + +#. Label of a Check field in DocType 'User Email' +#: frappe/core/doctype/user_email/user_email.json +msgid "Used OAuth" +msgstr "" + +#. Label of a Link field in DocType 'Assignment Rule User' +#. Label of a Link field in DocType 'Reminder' +#. Label of a Link field in DocType 'Activity Log' +#. Label of a Link field in DocType 'Communication' +#. Label of a Link field in DocType 'DocShare' +#. Label of a Link field in DocType 'Log Setting User' +#. Linked DocType in Module Profile's connections +#. Label of a Link field in DocType 'Permission Inspector' +#. Linked DocType in Role Profile's connections +#. Name of a DocType +#. Label of a Link field in DocType 'User Group Member' +#. Label of a Link field in DocType 'User Permission' +#. Label of a Link in the Users Workspace +#. Label of a shortcut in the Users Workspace +#. Label of a Link field in DocType 'Dashboard Settings' +#. Label of a Link field in DocType 'Note Seen By' +#. Label of a Link field in DocType 'Notification Settings' +#. Label of a Link field in DocType 'Route History' +#. Label of a Link field in DocType 'Document Follow' +#. Label of a Link field in DocType 'Google Calendar' +#. Label of a Link field in DocType 'OAuth Authorization Code' +#. Label of a Link field in DocType 'OAuth Bearer Token' +#. Label of a Link field in DocType 'OAuth Client' +#. Label of a Link field in DocType 'Token Cache' +#. Label of a Link field in DocType 'Webhook Request Log' +#. Label of a Link field in DocType 'Energy Point Log' +#. Label of a Link field in DocType 'Blogger' +#. Label of a Link field in DocType 'Personal Data Download Request' +#. Label of a Link field in DocType 'Workflow Action' +#: frappe/automation/doctype/assignment_rule_user/assignment_rule_user.json +#: frappe/automation/doctype/reminder/reminder.json +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/docshare/docshare.json +#: frappe/core/doctype/log_setting_user/log_setting_user.json +#: frappe/core/doctype/module_profile/module_profile.json +#: frappe/core/doctype/permission_inspector/permission_inspector.json +#: frappe/core/doctype/role_profile/role_profile.json +#: frappe/core/doctype/user/user.json +#: frappe/core/doctype/user_group_member/user_group_member.json +#: frappe/core/doctype/user_permission/user_permission.json +#: frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.js:8 +#: frappe/core/workspace/users/users.json +#: frappe/desk/doctype/dashboard_settings/dashboard_settings.json +#: frappe/desk/doctype/note_seen_by/note_seen_by.json +#: frappe/desk/doctype/notification_settings/notification_settings.json +#: frappe/desk/doctype/route_history/route_history.json +#: frappe/desk/page/user_profile/user_profile_controller.js:65 +#: frappe/email/doctype/document_follow/document_follow.json +#: frappe/integrations/doctype/google_calendar/google_calendar.json +#: frappe/integrations/doctype/oauth_authorization_code/oauth_authorization_code.json +#: frappe/integrations/doctype/oauth_bearer_token/oauth_bearer_token.json +#: frappe/integrations/doctype/oauth_client/oauth_client.json +#: frappe/integrations/doctype/token_cache/token_cache.json +#: frappe/integrations/doctype/webhook_request_log/webhook_request_log.json +#: frappe/public/js/frappe/form/templates/set_sharing.html:3 +#: frappe/social/doctype/energy_point_log/energy_point_log.json +#: frappe/templates/emails/energy_points_summary.html:38 +#: frappe/website/doctype/blogger/blogger.json +#: frappe/website/doctype/personal_data_download_request/personal_data_download_request.json +#: frappe/workflow/doctype/workflow_action/workflow_action.json +msgid "User" +msgstr "" + +#. Label of a Link field in DocType 'Access Log' +#: frappe/core/doctype/access_log/access_log.json +msgid "User " +msgstr "" + +#: frappe/core/doctype/has_role/has_role.py:25 +msgid "User '{0}' already has the role '{1}'" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/report/user_activity_report.json +msgid "User Activity Report" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/report/user_activity_report_without_sort.json +msgid "User Activity Report Without Sort" +msgstr "" + +#. Label of a Data field in DocType 'Web Page View' +#: frappe/website/doctype/web_page_view/web_page_view.json +msgid "User Agent" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "User Cannot Create" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "User Cannot Search" +msgstr "" + +#: frappe/public/js/frappe/desk.js:531 +msgid "User Changed" +msgstr "" + +#. Label of a Table field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "User Defaults" +msgstr "" + +#. Label of a Tab Break field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "User Details" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/user_document_type/user_document_type.json +msgid "User Document Type" +msgstr "" + +#: frappe/core/doctype/user_type/user_type.py:97 +msgid "User Document Types Limit Exceeded" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/user_email/user_email.json +msgid "User Email" +msgstr "" + +#. Label of a Table field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "User Emails" +msgstr "" + +#. Label of a Select field in DocType 'Energy Point Rule' +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +msgid "User Field" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/user_group/user_group.json +msgid "User Group" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/user_group_member/user_group_member.json +msgid "User Group Member" +msgstr "" + +#. Label of a Table MultiSelect field in DocType 'User Group' +#: frappe/core/doctype/user_group/user_group.json +msgid "User Group Members" +msgstr "" + +#. Label of a Data field in DocType 'User Social Login' +#: frappe/core/doctype/user_social_login/user_social_login.json +msgid "User ID" +msgstr "" + +#. Label of a Data field in DocType 'Social Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "User ID Property" +msgstr "" + +#. Description of a DocType +#: frappe/website/doctype/blogger/blogger.json +msgid "User ID of a Blogger" +msgstr "" + +#. Label of a Link field in DocType 'Contact' +#: frappe/contacts/doctype/contact/contact.json +msgid "User Id" +msgstr "" + +#. Label of a Select field in DocType 'User Type' +#: frappe/core/doctype/user_type/user_type.json +msgid "User Id Field" +msgstr "" + +#: frappe/core/doctype/user_type/user_type.py:284 +msgid "User Id Field is mandatory in the user type {0}" +msgstr "" + +#. Label of a Attach Image field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "User Image" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/navbar.html:115 +msgid "User Menu" +msgstr "" + +#. Label of a Data field in DocType 'Personal Data Download Request' +#: frappe/website/doctype/personal_data_download_request/personal_data_download_request.json +msgid "User Name" +msgstr "" + +#. Linked DocType in User's connections +#. Name of a DocType +#: frappe/core/doctype/user/user.json +#: frappe/core/doctype/user_permission/user_permission.json +msgid "User Permission" +msgstr "" + +#. Label of a Link in the Users Workspace +#: frappe/core/page/permission_manager/permission_manager_help.html:30 +#: frappe/core/workspace/users/users.json +#: frappe/public/js/frappe/views/reports/query_report.js:1798 +#: frappe/public/js/frappe/views/reports/report_view.js:1675 +msgid "User Permissions" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1676 +msgctxt "Button in list view menu" +msgid "User Permissions" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:32 +msgid "User Permissions are used to limit users to specific records." +msgstr "" + +#: frappe/core/doctype/user_permission/user_permission_list.js:124 +msgid "User Permissions created sucessfully" +msgstr "" + +#. Label of a shortcut in the Users Workspace +#: frappe/core/workspace/users/users.json +msgid "User Profile" +msgstr "" + +#. Label of a Link field in DocType 'LDAP Group Mapping' +#: frappe/integrations/doctype/ldap_group_mapping/ldap_group_mapping.json +msgid "User Role" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/user_select_document_type/user_select_document_type.json +msgid "User Select Document Type" +msgstr "" + +#: frappe/desk/page/user_profile/user_profile_sidebar.html:52 +msgid "User Settings" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/user_social_login/user_social_login.json +msgid "User Social Login" +msgstr "" + +#. Label of a Data field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "User Tags" +msgstr "" + +#. Label of a Link field in DocType 'User' +#. Name of a DocType +#. Label of a shortcut in the Users Workspace +#: frappe/core/doctype/user/user.json +#: frappe/core/doctype/user_type/user_type.json +#: frappe/core/doctype/user_type/user_type.py:82 +#: frappe/core/workspace/users/users.json +msgid "User Type" +msgstr "" + +#. Label of a Table field in DocType 'User Type' +#. Name of a DocType +#: frappe/core/doctype/user_type/user_type.json +#: frappe/core/doctype/user_type_module/user_type_module.json +msgid "User Type Module" +msgstr "" + +#. Description of the 'Allow Login using Mobile Number' (Check) field in +#. DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "User can login using Email id or Mobile number" +msgstr "" + +#. Description of the 'Allow Login using User Name' (Check) field in DocType +#. 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "User can login using Email id or User Name" +msgstr "" + +#: frappe/desk/page/user_profile/user_profile_controller.js:26 +msgid "User does not exist" +msgstr "" + +#: frappe/templates/includes/login/login.js:293 +msgid "User does not exist." +msgstr "" + +#: frappe/core/doctype/user_type/user_type.py:82 +msgid "User does not have permission to create the new {0}" +msgstr "" + +#: frappe/core/doctype/docshare/docshare.py:55 +msgid "User is mandatory for Share" +msgstr "" + +#. Label of a Check field in DocType 'Document Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "User must always select" +msgstr "" + +#: frappe/model/delete_doc.py:246 +msgid "User not allowed to delete {0}: {1}" +msgstr "" + +#: frappe/core/doctype/user_permission/user_permission.py:60 +msgid "User permission already exists" +msgstr "" + +#: frappe/www/login.py:157 +msgid "User with email address {0} does not exist" +msgstr "" + +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:225 +msgid "User with email: {0} does not exist in the system. Please ask 'System Administrator' to create the user for you." +msgstr "" + +#: frappe/core/doctype/user/user.py:472 +msgid "User {0} cannot be deleted" +msgstr "" + +#: frappe/core/doctype/user/user.py:263 +msgid "User {0} cannot be disabled" +msgstr "" + +#: frappe/core/doctype/user/user.py:552 +msgid "User {0} cannot be renamed" +msgstr "" + +#: frappe/permissions.py:132 +msgid "User {0} does not have access to this document" +msgstr "" + +#: frappe/permissions.py:155 +msgid "User {0} does not have doctype access via role permission for document {1}" +msgstr "" + +#: frappe/desk/doctype/workspace/workspace.py:261 +msgid "User {0} does not have the permission to create a Workspace." +msgstr "" + +#: frappe/templates/emails/data_deletion_approval.html:1 +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:108 +msgid "User {0} has requested for data deletion" +msgstr "" + +#: frappe/core/doctype/user/user.py:1312 +msgid "User {0} impersonated as {1}" +msgstr "" + +#: frappe/utils/oauth.py:271 +msgid "User {0} is disabled" +msgstr "" + +#: frappe/sessions.py:231 +msgid "User {0} is disabled. Please contact your System Manager." +msgstr "" + +#: frappe/desk/form/assign_to.py:103 +msgid "User {0} is not permitted to access this document." +msgstr "" + +#. Label of a Data field in DocType 'Connected App' +#: frappe/integrations/doctype/connected_app/connected_app.json +msgid "Userinfo URI" +msgstr "" + +#. Label of a Data field in DocType 'User' +#. Label of a Data field in DocType 'User Social Login' +#: frappe/core/doctype/user/user.json +#: frappe/core/doctype/user_social_login/user_social_login.json +#: frappe/www/login.py:105 +msgid "Username" +msgstr "" + +#: frappe/core/doctype/user/user.py:631 +msgid "Username {0} already exists" +msgstr "" + +#. Label of a Table MultiSelect field in DocType 'Assignment Rule' +#. Name of a Workspace +#. Label of a Card Break in the Users Workspace +#. Label of a Section Break field in DocType 'System Health Report' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +#: frappe/core/workspace/users/users.json +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Users" +msgstr "" + +#. Description of the 'Allot Points To Assigned Users' (Check) field in DocType +#. 'Energy Point Rule' +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +msgid "Users assigned to the reference document will get points." +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager.js:348 +msgid "Users with role {0}:" +msgstr "" + +#: frappe/public/js/frappe/ui/theme_switcher.js:70 +msgid "Uses system's theme to switch between light and dark mode" +msgstr "" + +#: frappe/public/js/frappe/desk.js:113 +msgid "Using this console may allow attackers to impersonate you and steal your information. Do not enter or paste code that you do not understand." +msgstr "" + +#. Label of a Percent field in DocType 'System Health Report Workers' +#: frappe/desk/doctype/system_health_report_workers/system_health_report_workers.json +msgid "Utilization" +msgstr "" + +#. Label of a Percent field in DocType 'RQ Worker' +#: frappe/core/doctype/rq_worker/rq_worker.json +msgid "Utilization %" +msgstr "" + +#. Option for the 'Validity' (Select) field in DocType 'OAuth Authorization +#. Code' +#: frappe/integrations/doctype/oauth_authorization_code/oauth_authorization_code.json +msgid "Valid" +msgstr "" + +#: frappe/templates/includes/login/login.js:53 +#: frappe/templates/includes/login/login.js:66 +msgid "Valid Login id required." +msgstr "" + +#: frappe/templates/includes/login/login.js:40 +msgid "Valid email and name required" +msgstr "" + +#. Label of a Check field in DocType 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Validate Field" +msgstr "" + +#: frappe/public/js/frappe/web_form/web_form.js:360 +msgid "Validation Error" +msgstr "" + +#. Label of a Select field in DocType 'OAuth Authorization Code' +#: frappe/integrations/doctype/oauth_authorization_code/oauth_authorization_code.json +msgid "Validity" +msgstr "" + +#. Label of a Data field in DocType 'Milestone' +#. Label of a Text field in DocType 'DefaultValue' +#. Label of a Data field in DocType 'Document Naming Rule Condition' +#. Label of a Data field in DocType 'SMS Parameter' +#. Label of a Data field in DocType 'Query Parameters' +#. Label of a Small Text field in DocType 'Webhook Header' +#. Label of a Text field in DocType 'Website Meta Tag' +#: frappe/automation/doctype/milestone/milestone.json +#: frappe/core/doctype/defaultvalue/defaultvalue.json +#: frappe/core/doctype/document_naming_rule_condition/document_naming_rule_condition.json +#: frappe/core/doctype/prepared_report/prepared_report.js:8 +#: frappe/core/doctype/sms_parameter/sms_parameter.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:305 +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:439 +#: frappe/desk/doctype/number_card/number_card.js:205 +#: frappe/desk/doctype/number_card/number_card.js:336 +#: frappe/email/doctype/auto_email_report/auto_email_report.js:95 +#: frappe/integrations/doctype/query_parameters/query_parameters.json +#: frappe/integrations/doctype/webhook_header/webhook_header.json +#: frappe/public/js/frappe/list/bulk_operations.js:336 +#: frappe/public/js/frappe/list/bulk_operations.js:398 +#: frappe/public/js/frappe/list/list_view_permission_restrictions.html:4 +#: frappe/website/doctype/web_form/web_form.js:197 +#: frappe/website/doctype/website_meta_tag/website_meta_tag.json +msgid "Value" +msgstr "" + +#. Label of a Select field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Value Based On" +msgstr "" + +#. Option for the 'Send Alert On' (Select) field in DocType 'Notification' +#. Option for the 'For Document Event' (Select) field in DocType 'Energy Point +#. Rule' +#: frappe/email/doctype/notification/notification.json +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +msgid "Value Change" +msgstr "" + +#. Label of a Select field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Value Changed" +msgstr "" + +#. Label of a Data field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Value To Be Set" +msgstr "" + +#: frappe/model/base_document.py:948 frappe/model/document.py:670 +msgid "Value cannot be changed for {0}" +msgstr "" + +#: frappe/model/document.py:616 +msgid "Value cannot be negative for" +msgstr "" + +#: frappe/model/document.py:620 +msgid "Value cannot be negative for {0}: {1}" +msgstr "" + +#: frappe/custom/doctype/property_setter/property_setter.js:7 +msgid "Value for a check field can be either 0 or 1" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.py:608 +msgid "Value for field {0} is too long in {1}. Length should be lesser than {2} characters" +msgstr "" + +#: frappe/model/base_document.py:382 +msgid "Value for {0} cannot be a list" +msgstr "" + +#. Description of the 'Due Date Based On' (Select) field in DocType 'Assignment +#. Rule' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +msgid "Value from this field will be set as the due date in the ToDo" +msgstr "" + +#: frappe/model/base_document.py:729 +msgid "Value missing for" +msgstr "" + +#: frappe/core/doctype/data_import/importer.py:707 +msgid "Value must be one of {0}" +msgstr "" + +#. Label of a Data field in DocType 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Value to Validate" +msgstr "" + +#: frappe/model/base_document.py:1018 +msgid "Value too big" +msgstr "" + +#: frappe/core/doctype/data_import/importer.py:720 +msgid "Value {0} missing for {1}" +msgstr "" + +#: frappe/core/doctype/data_import/importer.py:751 frappe/utils/data.py:704 +msgid "Value {0} must be in the valid duration format: d h m s" +msgstr "" + +#: frappe/core/doctype/data_import/importer.py:738 +msgid "Value {0} must in {1} format" +msgstr "" + +#: frappe/core/doctype/version/version_view.html:8 +msgid "Values Changed" +msgstr "" + +#. Option for the 'Font' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Verdana" +msgstr "" + +#: frappe/templates/includes/login/login.js:341 +msgid "Verification" +msgstr "" + +#: frappe/templates/includes/login/login.js:344 frappe/twofactor.py:353 +msgid "Verification Code" +msgstr "" + +#: frappe/templates/emails/delete_data_confirmation.html:10 +msgid "Verification Link" +msgstr "" + +#: frappe/templates/includes/login/login.js:391 +msgid "Verification code email not sent. Please contact Administrator." +msgstr "" + +#: frappe/twofactor.py:249 +msgid "Verification code has been sent to your registered email address." +msgstr "" + +#. Option for the 'Contribution Status' (Select) field in DocType 'Translation' +#: frappe/core/doctype/translation/translation.json +msgid "Verified" +msgstr "" + +#: frappe/public/js/frappe/ui/messages.js:352 +#: frappe/templates/includes/login/login.js:345 +msgid "Verify" +msgstr "" + +#: frappe/public/js/frappe/ui/messages.js:351 +msgid "Verify Password" +msgstr "" + +#: frappe/templates/includes/login/login.js:172 +msgid "Verifying..." +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/version/version.json +msgid "Version" +msgstr "" + +#: frappe/public/js/frappe/desk.js:132 +msgid "Version Updated" +msgstr "" + +#. Label of a Data field in DocType 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Video URL" +msgstr "" + +#. Label of a Select field in DocType 'Form Tour' +#: frappe/desk/doctype/form_tour/form_tour.json +msgid "View" +msgstr "" + +#: frappe/core/doctype/success_action/success_action.js:60 +#: frappe/public/js/frappe/form/success_action.js:89 +msgid "View All" +msgstr "" + +#: frappe/templates/includes/likes/likes.py:34 +msgid "View Blog Post" +msgstr "" + +#: frappe/templates/includes/comments/comments.py:56 +msgid "View Comment" +msgstr "" + +#: frappe/public/js/frappe/ui/notifications/notifications.js:220 +msgid "View Full Log" +msgstr "" + +#: frappe/public/js/frappe/views/treeview.js:450 +#: frappe/public/js/frappe/widgets/quick_list_widget.js:251 +msgid "View List" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/view_log/view_log.json +msgid "View Log" +msgstr "" + +#: frappe/core/doctype/user/user.js:149 +#: frappe/core/doctype/user_permission/user_permission.js:24 +msgid "View Permitted Documents" +msgstr "" + +#. Label of a Button field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "View Properties (via Customize Form)" +msgstr "" + +#: frappe/social/doctype/energy_point_log/energy_point_log_list.js:20 +msgid "View Ref" +msgstr "" + +#. Option for the 'Action' (Select) field in DocType 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "View Report" +msgstr "" + +#. Label of a Section Break field in DocType 'DocType' +#. Label of a Section Break field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "View Settings" +msgstr "" + +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "View Switcher" +msgstr "" + +#. Label of a standard navbar item +#. Type: Action +#: frappe/hooks.py +#: frappe/website/doctype/website_settings/website_settings.js:16 +msgid "View Website" +msgstr "" + +#: frappe/www/confirm_workflow_action.html:12 +msgid "View document" +msgstr "" + +#: frappe/core/doctype/file/file.js:31 +msgid "View file" +msgstr "" + +#: frappe/templates/emails/auto_email_report.html:60 +msgid "View report in your browser" +msgstr "" + +#: frappe/templates/emails/print_link.html:2 +msgid "View this in your browser" +msgstr "" + +#: frappe/public/js/frappe/web_form/web_form.js:454 +msgctxt "Button in web form" +msgid "View your response" +msgstr "" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.js:43 +#: frappe/desk/doctype/calendar_view/calendar_view_list.js:10 +#: frappe/desk/doctype/dashboard/dashboard_list.js:10 +msgid "View {0}" +msgstr "" + +#. Label of a Data field in DocType 'View Log' +#: frappe/core/doctype/view_log/view_log.json +msgid "Viewed By" +msgstr "" + +#. Group in DocType's connections +#. Label of a Card Break in the Build Workspace +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/workspace/build/build.json +msgid "Views" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#: frappe/core/doctype/docfield/docfield.json +msgid "Virtual" +msgstr "" + +#: frappe/model/virtual_doctype.py:76 +msgid "Virtual DocType {} requires a static method called {} found {}" +msgstr "" + +#: frappe/model/virtual_doctype.py:89 +msgid "Virtual DocType {} requires overriding an instance method called {} found {}" +msgstr "" + +#. Label of a Section Break field in DocType 'DocField' +#: frappe/core/doctype/docfield/docfield.json +msgid "Visibility" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Visit" +msgstr "" + +#: frappe/website/doctype/website_route_meta/website_route_meta.js:7 +msgid "Visit Web Page" +msgstr "" + +#. Label of a Data field in DocType 'Web Page View' +#: frappe/website/doctype/web_page_view/web_page_view.json +msgid "Visitor ID" +msgstr "" + +#: frappe/templates/discussions/reply_section.html:39 +msgid "Want to discuss?" +msgstr "" + +#. Option for the 'Address Type' (Select) field in DocType 'Address' +#: frappe/contacts/doctype/address/address.json +msgid "Warehouse" +msgstr "" + +#. Option for the 'Style' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "Warning" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:217 +msgid "Warning: DATA LOSS IMMINENT! Proceeding will permanently delete following database columns from doctype {0}:" +msgstr "" + +#: frappe/public/js/frappe/model/meta.js:179 +msgid "Warning: Unable to find {0} in any table related to {1}" +msgstr "" + +#. Description of the 'Counter' (Int) field in DocType 'Document Naming Rule' +#: frappe/core/doctype/document_naming_rule/document_naming_rule.json +msgid "Warning: Updating counter may lead to document name conflicts if not done properly" +msgstr "" + +#: frappe/website/doctype/help_article/templates/help_article.html:24 +msgid "Was this article helpful?" +msgstr "" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:127 +msgid "Watch Tutorial" +msgstr "" + +#. Option for the 'Action' (Select) field in DocType 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Watch Video" +msgstr "" + +#: frappe/desk/doctype/workspace/workspace.js:38 +msgid "We do not allow editing of this document. Simply click the Edit button on the workspace page to make your workspace editable and customize it as you wish" +msgstr "" + +#: frappe/templates/emails/delete_data_confirmation.html:2 +msgid "We have received a request for deletion of {0} data associated with: {1}" +msgstr "" + +#: frappe/templates/emails/download_data.html:2 +msgid "We have received a request from you to download your {0} data associated with: {1}" +msgstr "" + +#: frappe/www/contact.py:48 +msgid "We've received your query!" +msgstr "" + +#: frappe/public/js/frappe/form/controls/password.js:88 +msgid "Weak" +msgstr "" + +#. Linked DocType in DocType's connections +#. Linked DocType in Module Def's connections +#. Name of a DocType +#. Label of a Link in the Website Workspace +#. Label of a shortcut in the Website Workspace +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/module_def/module_def.json +#: frappe/website/doctype/web_form/web_form.json +#: frappe/website/workspace/website/website.json +msgid "Web Form" +msgstr "" + +#. Name of a DocType +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Web Form Field" +msgstr "" + +#. Label of a Table field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Web Form Fields" +msgstr "" + +#. Name of a DocType +#: frappe/website/doctype/web_form_list_column/web_form_list_column.json +msgid "Web Form List Column" +msgstr "" + +#. Linked DocType in Module Def's connections +#. Name of a DocType +#. Label of a Link in the Website Workspace +#. Label of a shortcut in the Website Workspace +#: frappe/core/doctype/module_def/module_def.json +#: frappe/website/doctype/web_page/web_page.json +#: frappe/website/workspace/website/website.json +msgid "Web Page" +msgstr "" + +#. Name of a DocType +#: frappe/website/doctype/web_page_block/web_page_block.json +msgid "Web Page Block" +msgstr "" + +#: frappe/public/js/frappe/utils/utils.js:1719 +msgid "Web Page URL" +msgstr "" + +#. Name of a DocType +#: frappe/website/doctype/web_page_view/web_page_view.json +msgid "Web Page View" +msgstr "" + +#. Label of a Card Break in the Website Workspace +#: frappe/website/workspace/website/website.json +msgid "Web Site" +msgstr "" + +#. Linked DocType in Module Def's connections +#. Label of a Link field in DocType 'Web Page Block' +#. Name of a DocType +#: frappe/core/doctype/module_def/module_def.json +#: frappe/website/doctype/web_page_block/web_page_block.json +#: frappe/website/doctype/web_template/web_template.json +msgid "Web Template" +msgstr "" + +#. Name of a DocType +#: frappe/website/doctype/web_template_field/web_template_field.json +msgid "Web Template Field" +msgstr "" + +#. Label of a Code field in DocType 'Web Page Block' +#: frappe/website/doctype/web_page_block/web_page_block.json +msgid "Web Template Values" +msgstr "" + +#: frappe/utils/jinja_globals.py:48 +msgid "Web Template is not specified" +msgstr "" + +#. Label of a Section Break field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Web View" +msgstr "" + +#. Linked DocType in DocType's connections +#. Name of a DocType +#. Label of a Link field in DocType 'Webhook Request Log' +#. Label of a Link in the Integrations Workspace +#: frappe/core/doctype/doctype/doctype.json +#: frappe/integrations/doctype/webhook/webhook.json +#: frappe/integrations/doctype/webhook_request_log/webhook_request_log.json +#: frappe/integrations/workspace/integrations/integrations.json +msgid "Webhook" +msgstr "" + +#. Label of a Section Break field in DocType 'Webhook' +#. Name of a DocType +#: frappe/integrations/doctype/webhook/webhook.json +#: frappe/integrations/doctype/webhook_data/webhook_data.json +msgid "Webhook Data" +msgstr "" + +#. Name of a DocType +#: frappe/integrations/doctype/webhook_header/webhook_header.json +msgid "Webhook Header" +msgstr "" + +#. Label of a Section Break field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "Webhook Headers" +msgstr "" + +#. Label of a Section Break field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "Webhook Request" +msgstr "" + +#. Linked DocType in Webhook's connections +#. Name of a DocType +#: frappe/integrations/doctype/webhook/webhook.json +#: frappe/integrations/doctype/webhook_request_log/webhook_request_log.json +msgid "Webhook Request Log" +msgstr "" + +#. Label of a Password field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "Webhook Secret" +msgstr "" + +#. Label of a Section Break field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "Webhook Security" +msgstr "" + +#. Label of a Section Break field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "Webhook Trigger" +msgstr "" + +#. Label of a Data field in DocType 'Slack Webhook URL' +#: frappe/integrations/doctype/slack_webhook_url/slack_webhook_url.json +msgid "Webhook URL" +msgstr "" + +#. Group in Module Def's connections +#. Name of a Workspace +#: frappe/core/doctype/module_def/module_def.json +#: frappe/email/doctype/newsletter/newsletter.py:460 +#: frappe/public/js/frappe/ui/toolbar/about.js:8 +#: frappe/website/workspace/website/website.json +msgid "Website" +msgstr "" + +#. Name of a report +#: frappe/website/report/website_analytics/website_analytics.json +msgid "Website Analytics" +msgstr "" + +#. Name of a role +#: frappe/core/doctype/comment/comment.json +#: frappe/website/doctype/about_us_settings/about_us_settings.json +#: frappe/website/doctype/blog_category/blog_category.json +#: frappe/website/doctype/blog_post/blog_post.json +#: frappe/website/doctype/blog_settings/blog_settings.json +#: frappe/website/doctype/blogger/blogger.json +#: frappe/website/doctype/color/color.json +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +#: frappe/website/doctype/help_category/help_category.json +#: frappe/website/doctype/portal_settings/portal_settings.json +#: frappe/website/doctype/web_form/web_form.json +#: frappe/website/doctype/web_page/web_page.json +#: frappe/website/doctype/website_script/website_script.json +#: frappe/website/doctype/website_settings/website_settings.json +#: frappe/website/doctype/website_sidebar/website_sidebar.json +#: frappe/website/doctype/website_slideshow/website_slideshow.json +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Website Manager" +msgstr "" + +#. Name of a DocType +#: frappe/website/doctype/website_meta_tag/website_meta_tag.json +msgid "Website Meta Tag" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Website Workspace +#: frappe/website/doctype/website_route_meta/website_route_meta.json +#: frappe/website/workspace/website/website.json +msgid "Website Route Meta" +msgstr "" + +#. Name of a DocType +#: frappe/website/doctype/website_route_redirect/website_route_redirect.json +msgid "Website Route Redirect" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Website Workspace +#: frappe/website/doctype/website_script/website_script.json +#: frappe/website/workspace/website/website.json +msgid "Website Script" +msgstr "" + +#. Label of a Data field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Website Search Field" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1484 +msgid "Website Search Field must be a valid fieldname" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Website Workspace +#. Label of a shortcut in the Website Workspace +#: frappe/website/doctype/website_settings/website_settings.json +#: frappe/website/workspace/website/website.json +msgid "Website Settings" +msgstr "" + +#. Label of a Link field in DocType 'Web Form' +#. Label of a Link field in DocType 'Web Page' +#. Name of a DocType +#. Label of a Link in the Website Workspace +#: frappe/website/doctype/web_form/web_form.json +#: frappe/website/doctype/web_page/web_page.json +#: frappe/website/doctype/website_sidebar/website_sidebar.json +#: frappe/website/workspace/website/website.json +msgid "Website Sidebar" +msgstr "" + +#. Name of a DocType +#: frappe/website/doctype/website_sidebar_item/website_sidebar_item.json +msgid "Website Sidebar Item" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Website Workspace +#: frappe/website/doctype/website_slideshow/website_slideshow.json +#: frappe/website/workspace/website/website.json +msgid "Website Slideshow" +msgstr "" + +#. Name of a DocType +#: frappe/website/doctype/website_slideshow_item/website_slideshow_item.json +msgid "Website Slideshow Item" +msgstr "" + +#. Linked DocType in Module Def's connections +#. Label of a Link field in DocType 'Website Settings' +#. Name of a DocType +#. Label of a Link in the Website Workspace +#: frappe/core/doctype/module_def/module_def.json +#: frappe/website/doctype/website_settings/website_settings.json +#: frappe/website/doctype/website_theme/website_theme.json +#: frappe/website/workspace/website/website.json +msgid "Website Theme" +msgstr "" + +#. Name of a DocType +#: frappe/website/doctype/website_theme_ignore_app/website_theme_ignore_app.json +msgid "Website Theme Ignore App" +msgstr "" + +#. Label of a Image field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Website Theme Image" +msgstr "" + +#. Label of a Code field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Website Theme image link" +msgstr "" + +#. Option for the 'SocketIO Transport Mode' (Select) field in DocType 'System +#. Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Websocket" +msgstr "" + +#. Option for the 'Day' (Select) field in DocType 'Assignment Rule Day' +#. Option for the 'Day' (Select) field in DocType 'Auto Repeat Day' +#. Option for the 'First Day of the Week' (Select) field in DocType 'System +#. Settings' +#. Label of a Check field in DocType 'Event' +#. Option for the 'Day of Week' (Select) field in DocType 'Auto Email Report' +#: frappe/automation/doctype/assignment_rule_day/assignment_rule_day.json +#: frappe/automation/doctype/auto_repeat_day/auto_repeat_day.json +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/desk/doctype/event/event.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Wednesday" +msgstr "" + +#: frappe/public/js/frappe/views/calendar/calendar.js:270 +msgid "Week" +msgstr "" + +#. Option for the 'Frequency' (Select) field in DocType 'Auto Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Weekdays" +msgstr "" + +#. Option for the 'Frequency' (Select) field in DocType 'Auto Repeat' +#. Option for the 'Frequency' (Select) field in DocType 'Scheduled Job Type' +#. Option for the 'Event Frequency' (Select) field in DocType 'Server Script' +#. Option for the 'Frequency' (Select) field in DocType 'User' +#. Option for the 'Time Interval' (Select) field in DocType 'Dashboard Chart' +#. Option for the 'Repeat On' (Select) field in DocType 'Event' +#. Option for the 'Stats Time Interval' (Select) field in DocType 'Number Card' +#. Option for the 'Period' (Select) field in DocType 'Auto Email Report' +#. Option for the 'Frequency' (Select) field in DocType 'Auto Email Report' +#. Option for the 'Backup Frequency' (Select) field in DocType 'Dropbox +#. Settings' +#. Option for the 'Frequency' (Select) field in DocType 'Google Drive' +#. Option for the 'Backup Frequency' (Select) field in DocType 'S3 Backup +#. Settings' +#. Option for the 'Point Allocation Periodicity' (Select) field in DocType +#. 'Energy Point Settings' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +#: frappe/core/doctype/server_script/server_script.json +#: frappe/core/doctype/user/user.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/event/event.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.json +#: frappe/integrations/doctype/google_drive/google_drive.json +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +#: frappe/public/js/frappe/utils/common.js:399 +#: frappe/social/doctype/energy_point_settings/energy_point_settings.json +#: frappe/website/report/website_analytics/website_analytics.js:24 +msgid "Weekly" +msgstr "" + +#. Option for the 'Frequency' (Select) field in DocType 'Scheduled Job Type' +#. Option for the 'Event Frequency' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +#: frappe/core/doctype/server_script/server_script.json +msgid "Weekly Long" +msgstr "" + +#: frappe/desk/page/setup_wizard/setup_wizard.js:372 +msgid "Welcome" +msgstr "" + +#. Label of a Link field in DocType 'System Settings' +#. Label of a Link field in DocType 'Email Group' +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/email/doctype/email_group/email_group.json +msgid "Welcome Email Template" +msgstr "" + +#. Label of a Data field in DocType 'Email Group' +#: frappe/email/doctype/email_group/email_group.json +msgid "Welcome URL" +msgstr "" + +#. Name of a Workspace +#: frappe/core/workspace/welcome_workspace/welcome_workspace.json +#: frappe/desk/desktop.py:470 +msgid "Welcome Workspace" +msgstr "" + +#: frappe/core/doctype/user/user.py:350 +msgid "Welcome email sent" +msgstr "" + +#: frappe/core/doctype/user/user.py:411 +msgid "Welcome to {0}" +msgstr "" + +#: frappe/public/js/frappe/ui/notifications/notifications.js:62 +msgid "What's New" +msgstr "" + +#. Description of the 'Allow Guests to Upload Files' (Check) field in DocType +#. 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "When enabled this will allow guests to upload files to your application, You can enable this if you wish to collect files from user without having them to log in, for example in job applications web form." +msgstr "" + +#. Description of the 'Store Attached PDF Document' (Check) field in DocType +#. 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "When sending document using email, store the PDF on Communication. Warning: This can increase your storage usage." +msgstr "" + +#. Description of the 'Force Web Capture Mode for Uploads' (Check) field in +#. DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "When uploading files, force the use of the web-based image capture. If this is unchecked, the default behavior is to use the mobile native camera when use from a mobile is detected." +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:18 +msgid "When you Amend a document after Cancel and save it, it will get a new number that is a version of the old number." +msgstr "" + +#. Description of the 'DocType View' (Select) field in DocType 'Workspace +#. Shortcut' +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +#: frappe/public/js/frappe/widgets/widget_dialog.js:445 +msgid "Which view of the associated DocType should this shortcut take you to?" +msgstr "" + +#. Label of a Data field in DocType 'DocField' +#. Label of a Int field in DocType 'Report Column' +#. Label of a Data field in DocType 'Custom Field' +#. Label of a Data field in DocType 'Customize Form Field' +#. Label of a Select field in DocType 'Dashboard Chart Link' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/report_column/report_column.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/desk/doctype/dashboard_chart_link/dashboard_chart_link.json +#: frappe/printing/page/print_format_builder/print_format_builder_column_selector.html:8 +#: frappe/public/js/print_format_builder/ConfigureColumns.vue:11 +msgid "Width" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder_column_selector.html:2 +msgid "Widths can be set in px or %." +msgstr "" + +#. Label of a Check field in DocType 'Report Filter' +#: frappe/core/doctype/report_filter/report_filter.json +msgid "Wildcard Filter" +msgstr "" + +#. Description of the 'Wildcard Filter' (Check) field in DocType 'Report +#. Filter' +#: frappe/core/doctype/report_filter/report_filter.json +msgid "Will add \"%\" before and after the query" +msgstr "" + +#. Description of the 'Short Name' (Data) field in DocType 'Blogger' +#: frappe/website/doctype/blogger/blogger.json +msgid "Will be used in url (usually first name)." +msgstr "" + +#: frappe/desk/page/setup_wizard/setup_wizard.js:463 +msgid "Will be your login ID" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:424 +msgid "Will only be shown if section headings are enabled" +msgstr "" + +#. Description of the 'Run Jobs only Daily if Inactive For (Days)' (Int) field +#. in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Will run scheduled jobs only once a day for inactive sites. Default 4 days if set to 0." +msgstr "" + +#: frappe/public/js/frappe/form/print_utils.js:15 +msgid "With Letter head" +msgstr "" + +#: frappe/workflow/doctype/workflow/workflow.js:140 +msgid "Worflow States Don't Exist" +msgstr "" + +#. Label of a Section Break field in DocType 'RQ Worker' +#: frappe/core/doctype/rq_worker/rq_worker.json +msgid "Worker Information" +msgstr "" + +#. Label of a Data field in DocType 'RQ Worker' +#: frappe/core/doctype/rq_worker/rq_worker.json +msgid "Worker Name" +msgstr "" + +#. Option for the 'Comment Type' (Select) field in DocType 'Comment' +#. Option for the 'Comment Type' (Select) field in DocType 'Communication' +#. Group in DocType's connections +#. Linked DocType in DocType's connections +#. Label of a Link in the Build Workspace +#. Name of a DocType +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/workspace/build/build.json +#: frappe/public/js/workflow_builder/store.js:129 +#: frappe/workflow/doctype/workflow/workflow.json +msgid "Workflow" +msgstr "" + +#. Name of a DocType +#: frappe/workflow/doctype/workflow_action/workflow_action.json +#: frappe/workflow/doctype/workflow_action/workflow_action.py:477 +msgid "Workflow Action" +msgstr "" + +#. Name of a DocType +#. Description of a DocType +#: frappe/workflow/doctype/workflow_action_master/workflow_action_master.json +msgid "Workflow Action Master" +msgstr "" + +#. Label of a Data field in DocType 'Workflow Action Master' +#: frappe/workflow/doctype/workflow_action_master/workflow_action_master.json +msgid "Workflow Action Name" +msgstr "" + +#. Name of a DocType +#: frappe/workflow/doctype/workflow_action_permitted_role/workflow_action_permitted_role.json +msgid "Workflow Action Permitted Role" +msgstr "" + +#. Description of the 'Is Optional State' (Check) field in DocType 'Workflow +#. Document State' +#: frappe/workflow/doctype/workflow_document_state/workflow_document_state.json +msgid "Workflow Action is not created for optional states" +msgstr "" + +#: frappe/public/js/workflow_builder/store.js:129 +#: frappe/workflow/doctype/workflow/workflow.js:25 +#: frappe/workflow/page/workflow_builder/workflow_builder.js:4 +msgid "Workflow Builder" +msgstr "" + +#. Label of a Data field in DocType 'Workflow Document State' +#. Label of a Data field in DocType 'Workflow Transition' +#: frappe/workflow/doctype/workflow_document_state/workflow_document_state.json +#: frappe/workflow/doctype/workflow_transition/workflow_transition.json +msgid "Workflow Builder ID" +msgstr "" + +#: frappe/workflow/doctype/workflow/workflow.js:11 +msgid "Workflow Builder allows you to create workflows visually. You can drag and drop states and link them to create transitions. Also you can update thieir properties from the sidebar." +msgstr "" + +#. Label of a JSON field in DocType 'Workflow' +#: frappe/workflow/doctype/workflow/workflow.json +msgid "Workflow Data" +msgstr "" + +#: frappe/public/js/workflow_builder/components/Properties.vue:42 +msgid "Workflow Details" +msgstr "" + +#. Name of a DocType +#: frappe/workflow/doctype/workflow_document_state/workflow_document_state.json +msgid "Workflow Document State" +msgstr "" + +#. Label of a Data field in DocType 'Workflow' +#: frappe/workflow/doctype/workflow/workflow.json +msgid "Workflow Name" +msgstr "" + +#. Label of a Data field in DocType 'Workflow Action' +#. Name of a DocType +#: frappe/workflow/doctype/workflow_action/workflow_action.json +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "Workflow State" +msgstr "" + +#. Label of a Data field in DocType 'Workflow' +#: frappe/workflow/doctype/workflow/workflow.json +msgid "Workflow State Field" +msgstr "" + +#: frappe/model/workflow.py:61 +msgid "Workflow State not set" +msgstr "" + +#: frappe/model/workflow.py:197 frappe/model/workflow.py:205 +msgid "Workflow State transition not allowed from {0} to {1}" +msgstr "" + +#: frappe/model/workflow.py:320 +msgid "Workflow Status" +msgstr "" + +#. Name of a DocType +#: frappe/workflow/doctype/workflow_transition/workflow_transition.json +msgid "Workflow Transition" +msgstr "" + +#. Description of a DocType +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "Workflow state represents the current state of a document." +msgstr "" + +#: frappe/public/js/workflow_builder/store.js:83 +msgid "Workflow updated successfully" +msgstr "" + +#. Description of the Onboarding Step 'Setup Approval Workflows' +#: frappe/custom/onboarding_step/workflows/workflows.json +msgid "Workflows allow you to define custom rules for the approval process of a particular document in ERPNext. You can also set complex Workflow Rules and set approval conditions." +msgstr "" + +#. Linked DocType in Module Def's connections +#. Label of a Section Break field in DocType 'User' +#. Label of a Link in the Build Workspace +#. Name of a DocType +#: frappe/core/doctype/module_def/module_def.json +#: frappe/core/doctype/user/user.json frappe/core/workspace/build/build.json +#: frappe/desk/doctype/workspace/workspace.json +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:557 +#: frappe/public/js/frappe/views/workspace/workspace.js:10 +msgid "Workspace" +msgstr "" + +#: frappe/public/js/frappe/router.js:193 +msgid "Workspace {0} does not exist" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/workspace_chart/workspace_chart.json +msgid "Workspace Chart" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/workspace_custom_block/workspace_custom_block.json +msgid "Workspace Custom Block" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/workspace_link/workspace_link.json +msgid "Workspace Link" +msgstr "" + +#. Name of a role +#: frappe/desk/doctype/custom_html_block/custom_html_block.json +#: frappe/desk/doctype/workspace/workspace.json +msgid "Workspace Manager" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/workspace_number_card/workspace_number_card.json +msgid "Workspace Number Card" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/workspace_quick_list/workspace_quick_list.json +msgid "Workspace Quick List" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +msgid "Workspace Shortcut" +msgstr "" + +#: frappe/desk/doctype/workspace/workspace.py:293 +msgid "Workspace not found" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:1310 +msgid "Workspace {0} Created Successfully" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:939 +msgid "Workspace {0} Deleted Successfully" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:717 +msgid "Workspace {0} Edited Successfully" +msgstr "" + +#. Option for the 'View' (Select) field in DocType 'Form Tour' +#: frappe/desk/doctype/form_tour/form_tour.json +msgid "Workspaces" +msgstr "" + +#. Label of a Check field in DocType 'Custom DocPerm' +#. Label of a Check field in DocType 'DocPerm' +#. Label of a Check field in DocType 'DocShare' +#. Label of a Check field in DocType 'User Document Type' +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/docperm/docperm.json +#: frappe/core/doctype/docshare/docshare.json +#: frappe/core/doctype/user_document_type/user_document_type.json +msgid "Write" +msgstr "" + +#: frappe/model/base_document.py:858 +msgid "Wrong Fetch From value" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:460 +msgid "X Axis Field" +msgstr "" + +#. Label of a Select field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "X Field" +msgstr "" + +#. Option for the 'Format' (Select) field in DocType 'Auto Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "XLSX" +msgstr "" + +#. Label of a Table field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Y Axis" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:467 +msgid "Y Axis Fields" +msgstr "" + +#. Label of a Select field in DocType 'Dashboard Chart Field' +#: frappe/desk/doctype/dashboard_chart_field/dashboard_chart_field.json +#: frappe/public/js/frappe/views/reports/query_report.js:1152 +msgid "Y Field" +msgstr "" + +#. Option for the 'Service' (Select) field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Yahoo Mail" +msgstr "" + +#. Option for the 'Service' (Select) field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Yandex.Mail" +msgstr "" + +#. Label of a Select field in DocType 'Dashboard Chart' +#. Label of a Data field in DocType 'Company History' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/website/doctype/company_history/company_history.json +msgid "Year" +msgstr "" + +#. Option for the 'Frequency' (Select) field in DocType 'Auto Repeat' +#. Option for the 'Frequency' (Select) field in DocType 'Scheduled Job Type' +#. Option for the 'Event Frequency' (Select) field in DocType 'Server Script' +#. Option for the 'Time Interval' (Select) field in DocType 'Dashboard Chart' +#. Option for the 'Repeat On' (Select) field in DocType 'Event' +#. Option for the 'Stats Time Interval' (Select) field in DocType 'Number Card' +#. Option for the 'Period' (Select) field in DocType 'Auto Email Report' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +#: frappe/core/doctype/server_script/server_script.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/event/event.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +#: frappe/public/js/frappe/utils/common.js:403 +msgid "Yearly" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'DocType State' +#. Option for the 'Indicator' (Select) field in DocType 'Kanban Board Column' +#: frappe/core/doctype/doctype_state/doctype_state.json +#: frappe/desk/doctype/kanban_board_column/kanban_board_column.json +msgid "Yellow" +msgstr "" + +#. Option for the 'Standard' (Select) field in DocType 'Page' +#. Option for the 'Is Standard' (Select) field in DocType 'Report' +#. Option for the 'Require Trusted Certificate' (Select) field in DocType 'LDAP +#. Settings' +#. Option for the 'Standard' (Select) field in DocType 'Print Format' +#: frappe/core/doctype/page/page.json frappe/core/doctype/report/report.json +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +#: frappe/integrations/doctype/webhook/webhook.py:130 +#: frappe/integrations/doctype/webhook/webhook.py:140 +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/public/js/form_builder/utils.js:336 +#: frappe/public/js/frappe/form/controls/link.js:486 +#: frappe/public/js/frappe/list/list_sidebar_group_by.js:223 +#: frappe/public/js/frappe/views/reports/query_report.js:1534 +#: frappe/website/doctype/help_article/templates/help_article.html:25 +msgid "Yes" +msgstr "" + +#: frappe/public/js/frappe/ui/messages.js:32 +msgctxt "Approve confirmation dialog" +msgid "Yes" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:537 +msgctxt "Checkbox is checked" +msgid "Yes" +msgstr "" + +#: frappe/public/js/frappe/utils/user.js:33 +msgctxt "Name of the current user. For example: You edited this 5 hours ago." +msgid "You" +msgstr "" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:464 +msgid "You Liked" +msgstr "" + +#: frappe/public/js/frappe/dom.js:424 +msgid "You are connected to internet." +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/navbar.html:20 +msgid "You are impersonating as another user." +msgstr "" + +#: frappe/integrations/frappe_providers/frappecloud_billing.py:24 +msgid "You are not allowed to access this resource" +msgstr "" + +#: frappe/permissions.py:403 +msgid "You are not allowed to access this {0} record because it is linked to {1} '{2}' in field {3}" +msgstr "" + +#: frappe/permissions.py:392 +msgid "You are not allowed to access this {0} record because it is linked to {1} '{2}' in row {3}, field {4}" +msgstr "" + +#: frappe/public/js/frappe/views/kanban/kanban_board.bundle.js:68 +msgid "You are not allowed to create columns" +msgstr "" + +#: frappe/core/doctype/report/report.py:94 +msgid "You are not allowed to delete Standard Report" +msgstr "" + +#: frappe/website/doctype/website_theme/website_theme.py:71 +msgid "You are not allowed to delete a standard Website Theme" +msgstr "" + +#: frappe/core/doctype/report/report.py:378 +msgid "You are not allowed to edit the report." +msgstr "" + +#: frappe/permissions.py:601 +msgid "You are not allowed to export {} doctype" +msgstr "" + +#: frappe/public/js/frappe/views/treeview.js:414 +msgid "You are not allowed to print this report" +msgstr "" + +#: frappe/public/js/frappe/views/communication.js:772 +msgid "You are not allowed to send emails related to this document" +msgstr "" + +#: frappe/website/doctype/web_form/web_form.py:462 +msgid "You are not allowed to update this Web Form Document" +msgstr "" + +#: frappe/public/js/frappe/request.js:35 +msgid "You are not connected to Internet. Retry after sometime." +msgstr "" + +#: frappe/public/js/frappe/web_form/webform_script.js:22 +msgid "You are not permitted to access this page without login." +msgstr "" + +#: frappe/www/app.py:26 +msgid "You are not permitted to access this page." +msgstr "" + +#: frappe/__init__.py:854 +msgid "You are not permitted to access this resource." +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/document_follow.js:131 +msgid "You are now following this document. You will receive daily updates via email. You can change this in User Settings." +msgstr "" + +#: frappe/core/doctype/installed_applications/installed_applications.py:60 +msgid "You are only allowed to update order, do not remove or add apps." +msgstr "" + +#: frappe/email/doctype/email_account/email_account.js:216 +msgid "You are selecting Sync Option as ALL, It will resync all read as well as unread message from server. This may also cause the duplication of Communication (emails)." +msgstr "" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:415 +msgctxt "Form timeline" +msgid "You attached {0}" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:741 +msgid "You can add dynamic properties from the document by using Jinja templating." +msgstr "" + +#: frappe/printing/doctype/letter_head/letter_head.js:32 +msgid "You can also access wkhtmltopdf variables (valid only in PDF print):" +msgstr "" + +#: frappe/templates/emails/new_user.html:22 +msgid "You can also copy-paste following link in your browser" +msgstr "" + +#: frappe/templates/emails/download_data.html:9 +msgid "You can also copy-paste this " +msgstr "" + +#: frappe/templates/emails/delete_data_confirmation.html:11 +msgid "You can also copy-paste this {0} to your browser" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:17 +msgid "You can change Submitted documents by cancelling them and then, amending them." +msgstr "" + +#: frappe/public/js/frappe/logtypes.js:21 +msgid "You can change the retention policy from {0}." +msgstr "" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:199 +msgid "You can continue with the onboarding after exploring this page" +msgstr "" + +#: frappe/model/delete_doc.py:136 +msgid "You can disable this {0} instead of deleting it." +msgstr "" + +#: frappe/core/doctype/file/file.py:688 +msgid "You can increase the limit from System Settings." +msgstr "" + +#: frappe/utils/synchronization.py:48 +msgid "You can manually remove the lock if you think it's safe: {}" +msgstr "" + +#: frappe/public/js/frappe/form/controls/markdown_editor.js:75 +msgid "You can only insert images in Markdown fields" +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:42 +msgid "You can only print upto {0} documents at a time" +msgstr "" + +#: frappe/core/doctype/user_type/user_type.py:103 +msgid "You can only set the 3 custom doctypes in the Document Types table." +msgstr "" + +#: frappe/handler.py:229 +msgid "You can only upload JPG, PNG, PDF, TXT or Microsoft documents." +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:199 +msgid "You can only upload upto 5000 records in one go. (may be less in some cases)" +msgstr "" + +#: frappe/website/doctype/web_page/web_page.js:92 +msgid "You can select one from the following," +msgstr "" + +#. Description of the 'Rate limit for email link login' (Int) field in DocType +#. 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "You can set a high value here if multiple users will be logging in from the same network." +msgstr "" + +#: frappe/desk/query_report.py:340 +msgid "You can try changing the filters of your report." +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:27 +msgid "You can use Customize Form to set levels on fields." +msgstr "" + +#: frappe/public/js/frappe/form/link_selector.js:30 +msgid "You can use wildcard %" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.py:386 +msgid "You can't set 'Options' for field {0}" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.py:390 +msgid "You can't set 'Translatable' for field {0}" +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:74 +msgctxt "Form timeline" +msgid "You cancelled this document" +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:61 +msgctxt "Form timeline" +msgid "You cancelled this document {1}" +msgstr "" + +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.py:406 +msgid "You cannot create a dashboard chart from single DocTypes" +msgstr "" + +#: frappe/social/doctype/energy_point_log/energy_point_log.py:45 +msgid "You cannot give review points to yourself" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.py:382 +msgid "You cannot unset 'Read Only' for field {0}" +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:125 +msgid "You changed the value of {0}" +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:114 +msgid "You changed the value of {0} {1}" +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:191 +msgid "You changed the values for {0}" +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:180 +msgid "You changed the values for {0} {1}" +msgstr "" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:444 +msgctxt "Form timeline" +msgid "You changed {0} to {1}" +msgstr "" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:140 +#: frappe/public/js/frappe/form/sidebar/form_sidebar.js:106 +msgid "You created this" +msgstr "" + +#: frappe/client.py:430 +msgid "You do not have Read or Select Permissions for {}" +msgstr "" + +#: frappe/public/js/frappe/request.js:174 +msgid "You do not have enough permissions to access this resource. Please contact your manager to get access." +msgstr "" + +#: frappe/app.py:358 +msgid "You do not have enough permissions to complete the action" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/review.js:91 +msgid "You do not have enough points" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/review.js:31 +#: frappe/social/doctype/energy_point_log/energy_point_log.py:294 +msgid "You do not have enough review points" +msgstr "" + +#: frappe/desk/query_report.py:807 +msgid "You do not have permission to access {0}: {1}." +msgstr "" + +#: frappe/www/printview.py:361 +msgid "You do not have permission to view this document" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:937 +msgid "You do not have permissions to cancel all linked documents." +msgstr "" + +#: frappe/desk/query_report.py:42 +msgid "You don't have access to Report: {0}" +msgstr "" + +#: frappe/website/doctype/web_form/web_form.py:663 +msgid "You don't have permission to access the {0} DocType." +msgstr "" + +#: frappe/utils/response.py:270 frappe/utils/response.py:274 +msgid "You don't have permission to access this file" +msgstr "" + +#: frappe/desk/query_report.py:48 +msgid "You don't have permission to get a report on: {0}" +msgstr "" + +#: frappe/website/doctype/web_form/web_form.py:168 +msgid "You don't have the permissions to access this document" +msgstr "" + +#: frappe/social/doctype/energy_point_log/energy_point_log.py:156 +msgid "You gained {0} point" +msgstr "" + +#: frappe/social/doctype/energy_point_log/energy_point_log.py:158 +msgid "You gained {0} points" +msgstr "" + +#: frappe/templates/emails/new_message.html:1 +msgid "You have a new message from: " +msgstr "" + +#: frappe/handler.py:123 +msgid "You have been successfully logged out" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.py:241 +msgid "You have hit the row size limit on database table: {0}" +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:412 +msgid "You have not entered a value. The field will be set to empty." +msgstr "" + +#: frappe/templates/includes/likes/likes.py:31 +msgid "You have received a ❤️ like on your blog post" +msgstr "" + +#: frappe/twofactor.py:433 +msgid "You have to enable Two Factor Auth from System Settings." +msgstr "" + +#: frappe/public/js/frappe/model/create_new.js:332 +msgid "You have unsaved changes in this form. Please save before you continue." +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/navbar.html:50 +msgid "You have unseen notifications" +msgstr "" + +#: frappe/core/doctype/log_settings/log_settings.py:126 +msgid "You have unseen {0}" +msgstr "" + +#: frappe/public/js/frappe/views/dashboard/dashboard_view.js:191 +msgid "You haven't added any Dashboard Charts or Number Cards yet." +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:472 +msgid "You haven't created a {0} yet" +msgstr "" + +#: frappe/rate_limiter.py:150 +msgid "You hit the rate limit because of too many requests. Please try after sometime." +msgstr "" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:151 +#: frappe/public/js/frappe/form/sidebar/form_sidebar.js:95 +msgid "You last edited this" +msgstr "" + +#: frappe/public/js/frappe/widgets/widget_dialog.js:314 +msgid "You must add atleast one link." +msgstr "" + +#: frappe/website/doctype/web_form/web_form.py:659 +msgid "You must be logged in to use this form." +msgstr "" + +#: frappe/website/doctype/web_form/web_form.py:502 +msgid "You must login to submit this form" +msgstr "" + +#: frappe/model/document.py:238 +msgid "You need the '{0}' permission on {1} {2} to perform this action." +msgstr "" + +#: frappe/desk/doctype/workspace/workspace.py:113 +msgid "You need to be Workspace Manager to delete a public workspace." +msgstr "" + +#: frappe/desk/doctype/workspace/workspace.py:71 +msgid "You need to be Workspace Manager to edit this document" +msgstr "" + +#: frappe/website/doctype/web_form/web_form.py:91 +msgid "You need to be in developer mode to edit a Standard Web Form" +msgstr "" + +#: frappe/utils/response.py:259 +msgid "You need to be logged in and have System Manager Role to be able to access backups." +msgstr "" + +#: frappe/www/me.py:13 frappe/www/third_party_apps.py:10 +msgid "You need to be logged in to access this page" +msgstr "" + +#: frappe/website/doctype/web_form/web_form.py:159 +msgid "You need to be logged in to access this {0}." +msgstr "" + +#: frappe/public/js/frappe/widgets/links_widget.js:63 +msgid "You need to create these first: " +msgstr "" + +#: frappe/www/login.html:73 +msgid "You need to enable JavaScript for your app to work." +msgstr "" + +#: frappe/core/doctype/docshare/docshare.py:61 +msgid "You need to have \"Share\" permission" +msgstr "" + +#: frappe/utils/print_format.py:259 +msgid "You need to install pycups to use this feature!" +msgstr "" + +#: frappe/core/doctype/recorder/recorder.js:38 +msgid "You need to select indexes you want to add first." +msgstr "" + +#: frappe/email/doctype/email_account/email_account.py:146 +msgid "You need to set one IMAP folder for {0}" +msgstr "" + +#: frappe/model/rename_doc.py:388 +msgid "You need write permission on {0} {1} to merge" +msgstr "" + +#: frappe/model/rename_doc.py:383 +msgid "You need write permission on {0} {1} to rename" +msgstr "" + +#: frappe/client.py:458 +msgid "You need {0} permission to fetch values from {1} {2}" +msgstr "" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:420 +msgctxt "Form timeline" +msgid "You removed attachment {0}" +msgstr "" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:525 +msgid "You seem good to go!" +msgstr "" + +#: frappe/templates/includes/contact.js:20 +msgid "You seem to have written your name instead of your email. Please enter a valid email address so that we can get back." +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:31 +msgid "You selected Draft or Cancelled documents" +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:48 +msgctxt "Form timeline" +msgid "You submitted this document" +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:35 +msgctxt "Form timeline" +msgid "You submitted this document {0}" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/document_follow.js:144 +msgid "You unfollowed this document" +msgstr "" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:184 +msgid "You viewed this" +msgstr "" + +#: frappe/public/js/frappe/desk.js:528 +msgid "You've logged in as another user from another tab. Refresh this page to continue using system." +msgstr "" + +#: frappe/desk/page/setup_wizard/setup_wizard.js:385 +msgid "Your Country" +msgstr "" + +#: frappe/desk/page/setup_wizard/setup_wizard.js:377 +msgid "Your Language" +msgstr "" + +#: frappe/templates/includes/comments/comments.html:21 +msgid "Your Name" +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:132 +msgid "Your PDF is ready for download" +msgstr "" + +#: frappe/patches/v14_0/update_workspace2.py:34 +msgid "Your Shortcuts" +msgstr "" + +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:141 +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:147 +msgid "Your account has been deleted" +msgstr "" + +#: frappe/auth.py:496 +msgid "Your account has been locked and will resume after {0} seconds" +msgstr "" + +#: frappe/desk/form/assign_to.py:278 +msgid "Your assignment on {0} {1} has been removed by {2}" +msgstr "" + +#: frappe/core/doctype/file/file.js:66 +msgid "Your browser does not support the audio element." +msgstr "" + +#: frappe/core/doctype/file/file.js:48 +msgid "Your browser does not support the video element." +msgstr "" + +#: frappe/templates/pages/integrations/gcalendar-success.html:11 +msgid "Your connection request to Google Calendar was successfully accepted" +msgstr "" + +#: frappe/www/contact.html:35 +msgid "Your email address" +msgstr "" + +#: frappe/public/js/frappe/web_form/web_form.js:428 +msgid "Your form has been successfully updated" +msgstr "" + +#: frappe/templates/emails/new_user.html:6 +msgid "Your login id is" +msgstr "" + +#: frappe/www/update-password.html:165 +msgid "Your new password has been set successfully." +msgstr "" + +#: frappe/www/update-password.html:145 +msgid "Your old password is incorrect." +msgstr "" + +#. Description of the 'Email Footer Address' (Small Text) field in DocType +#. 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Your organization name and address for the email footer." +msgstr "" + +#: frappe/templates/emails/auto_reply.html:2 +msgid "Your query has been received. We will reply back shortly. If you have any additional information, please reply to this mail." +msgstr "" + +#: frappe/app.py:349 +msgid "Your session has expired, please login again to continue." +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/navbar.html:15 +msgid "Your site is undergoing maintenance or being updated." +msgstr "" + +#: frappe/templates/emails/verification_code.html:1 +msgid "Your verification code is {0}" +msgstr "" + +#. Success message of the Module Onboarding 'Website' +#: frappe/website/module_onboarding/website/website.json +msgid "Your website is all set up!" +msgstr "" + +#: frappe/utils/data.py:1362 +msgid "Zero" +msgstr "" + +#. Description of the 'Only Send Records Updated in Last X Hours' (Int) field +#. in DocType 'Auto Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Zero means send records updated at anytime" +msgstr "" + +#. Label of a Link field in DocType 'Desktop Icon' +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +msgid "_doctype" +msgstr "" + +#. Label of a Link field in DocType 'Desktop Icon' +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +msgid "_report" +msgstr "" + +#: frappe/database/database.py:319 +msgid "`as_iterator` only works with `as_list=True` or `as_dict=True`" +msgstr "" + +#: frappe/utils/background_jobs.py:93 +msgid "`job_id` paramater is required for deduplication." +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:232 +msgid "added rows for {0}" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "adjust" +msgstr "" + +#. Option for the 'Doc Event' (Select) field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "after_insert" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "align-center" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "align-justify" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "align-left" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "align-right" +msgstr "" + +#. Option for the 'Permission Type' (Select) field in DocType 'Permission +#. Inspector' +#: frappe/core/doctype/permission_inspector/permission_inspector.json +msgid "amend" +msgstr "" + +#: frappe/public/js/frappe/utils/utils.js:410 frappe/utils/data.py:1370 +msgid "and" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "arrow-down" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "arrow-left" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "arrow-right" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "arrow-up" +msgstr "" + +#: frappe/public/js/frappe/ui/sort_selector.html:5 +#: frappe/public/js/frappe/ui/sort_selector.js:48 +msgid "ascending" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "asterisk" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "backward" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "ban-circle" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "barcode" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "bell" +msgstr "" + +#. Option for the 'Indicator Color' (Select) field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "blue" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "bold" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "book" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "bookmark" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "briefcase" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "bullhorn" +msgstr "" + +#: frappe/public/js/frappe/form/workflow.js:35 +msgid "by Role" +msgstr "" + +#. Label of a Code field in DocType 'Recorder' +#: frappe/core/doctype/recorder/recorder.json +msgid "cProfile Output" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:286 +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "calendar" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "camera" +msgstr "" + +#. Option for the 'Permission Type' (Select) field in DocType 'Permission +#. Inspector' +#: frappe/core/doctype/permission_inspector/permission_inspector.json +msgid "cancel" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'RQ Job' +#: frappe/core/doctype/rq_job/rq_job.json +msgid "canceled" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "certificate" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "check" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "chevron-down" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "chevron-left" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "chevron-right" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "chevron-up" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "circle-arrow-down" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "circle-arrow-left" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "circle-arrow-right" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "circle-arrow-up" +msgstr "" + +#: frappe/templates/includes/list/filters.html:19 +msgid "clear" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "cog" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "comment" +msgstr "" + +#: frappe/public/js/frappe/form/templates/timeline_message_box.html:33 +msgid "commented" +msgstr "" + +#. Option for the 'Permission Type' (Select) field in DocType 'Permission +#. Inspector' +#: frappe/core/doctype/permission_inspector/permission_inspector.json +msgid "create" +msgstr "" + +#. Option for the 'Indicator Color' (Select) field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "cyan" +msgstr "" + +#: frappe/public/js/frappe/utils/utils.js:1128 +msgctxt "Days (Field: Duration)" +msgid "d" +msgstr "" + +#. Option for the 'Indicator Color' (Select) field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "darkgrey" +msgstr "" + +#: frappe/core/page/dashboard_view/dashboard_view.js:65 +msgid "dashboard" +msgstr "" + +#. Option for the 'Date Format' (Select) field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "dd-mm-yyyy" +msgstr "" + +#. Option for the 'Date Format' (Select) field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "dd.mm.yyyy" +msgstr "" + +#. Option for the 'Date Format' (Select) field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "dd/mm/yyyy" +msgstr "" + +#. Option for the 'Queue' (Select) field in DocType 'RQ Job' +#. Option for the 'Queue Type(s)' (Select) field in DocType 'RQ Worker' +#: frappe/core/doctype/rq_job/rq_job.json +#: frappe/core/doctype/rq_worker/rq_worker.json +msgid "default" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'RQ Job' +#: frappe/core/doctype/rq_job/rq_job.json +msgid "deferred" +msgstr "" + +#. Option for the 'Permission Type' (Select) field in DocType 'Permission +#. Inspector' +#: frappe/core/doctype/permission_inspector/permission_inspector.json +msgid "delete" +msgstr "" + +#: frappe/public/js/frappe/ui/sort_selector.html:5 +#: frappe/public/js/frappe/ui/sort_selector.js:48 +msgid "descending" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:163 +msgid "document type..., e.g. customer" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "download" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "download-alt" +msgstr "" + +#. Description of the 'Email Account Name' (Data) field in DocType 'Email +#. Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "e.g. \"Support\", \"Sales\", \"Jerry Yang\"" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:183 +msgid "e.g. (55 + 434) / 4 or =Math.sin(Math.PI/2)..." +msgstr "" + +#. Description of the 'Incoming Server' (Data) field in DocType 'Email Account' +#. Description of the 'Incoming Server' (Data) field in DocType 'Email Domain' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_domain/email_domain.json +msgid "e.g. pop.gmail.com / imap.gmail.com" +msgstr "" + +#. Description of the 'Default Incoming' (Check) field in DocType 'Email +#. Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "e.g. replies@yourcomany.com. All replies will come to this inbox." +msgstr "" + +#. Description of the 'Outgoing Server' (Data) field in DocType 'Email Account' +#. Description of the 'Outgoing Server' (Data) field in DocType 'Email Domain' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_domain/email_domain.json +msgid "e.g. smtp.gmail.com" +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.js:98 +msgid "e.g.:" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "edit" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "eject" +msgstr "" + +#. Option for the 'Permission Type' (Select) field in DocType 'Permission +#. Inspector' +#. Option for the 'Social Link Type' (Select) field in DocType 'Social Link +#. Settings' +#: frappe/core/doctype/permission_inspector/permission_inspector.json +#: frappe/website/doctype/social_link_settings/social_link_settings.json +msgid "email" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:305 +msgid "email inbox" +msgstr "" + +#: frappe/permissions.py:397 frappe/permissions.py:408 +#: frappe/public/js/frappe/form/controls/link.js:495 +msgid "empty" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "envelope" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "exclamation-sign" +msgstr "" + +#. Option for the 'Permission Type' (Select) field in DocType 'Permission +#. Inspector' +#: frappe/core/doctype/permission_inspector/permission_inspector.json +msgid "export" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "eye-close" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "eye-open" +msgstr "" + +#. Option for the 'Social Link Type' (Select) field in DocType 'Social Link +#. Settings' +#: frappe/website/doctype/social_link_settings/social_link_settings.json +msgid "facebook" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "facetime-video" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'RQ Job' +#: frappe/core/doctype/rq_job/rq_job.json +msgid "failed" +msgstr "" + +#. Option for the 'Social Login Provider' (Select) field in DocType 'Social +#. Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "fairlogin" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "fast-backward" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "fast-forward" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "file" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "film" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "filter" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'RQ Job' +#: frappe/core/doctype/rq_job/rq_job.json +msgid "finished" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "fire" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "flag" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "folder-close" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "folder-open" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "font" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "forward" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "fullscreen" +msgstr "" + +#: frappe/public/js/frappe/utils/energy_point_utils.js:61 +msgid "gained by {0} via automatic rule {1}" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "gift" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "glass" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "globe" +msgstr "" + +#. Option for the 'Indicator Color' (Select) field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "gray" +msgstr "" + +#. Option for the 'Indicator Color' (Select) field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "green" +msgstr "" + +#. Option for the 'Indicator Color' (Select) field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "grey" +msgstr "" + +#: frappe/utils/backups.py:391 +msgid "gzip not found in PATH! This is required to take a backup." +msgstr "" + +#: frappe/public/js/frappe/utils/utils.js:1132 +msgctxt "Hours (Field: Duration)" +msgid "h" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "hand-down" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "hand-left" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "hand-right" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "hand-up" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "hdd" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "headphones" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "heart" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "home" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:296 +msgid "hub" +msgstr "" + +#. Label of a Data field in DocType 'Page' +#: frappe/core/doctype/page/page.json +msgid "icon" +msgstr "" + +#. Option for the 'Permission Type' (Select) field in DocType 'Permission +#. Inspector' +#: frappe/core/doctype/permission_inspector/permission_inspector.json +msgid "import" +msgstr "" + +#. Description of the 'Read Time' (Int) field in DocType 'Blog Post' +#: frappe/website/doctype/blog_post/blog_post.json +msgid "in minutes" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "inbox" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "indent-left" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "indent-right" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "info-sign" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "italic" +msgstr "" + +#: frappe/templates/signup.html:11 frappe/www/login.html:10 +msgid "jane@example.com" +msgstr "" + +#: frappe/public/js/frappe/utils/pretty_date.js:46 +msgid "just now" +msgstr "" + +#: frappe/desk/desktop.py:255 frappe/desk/query_report.py:285 +msgid "label" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "leaf" +msgstr "" + +#. Option for the 'Indicator Color' (Select) field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "light-blue" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Desktop Icon' +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +msgid "link" +msgstr "" + +#. Option for the 'Social Link Type' (Select) field in DocType 'Social Link +#. Settings' +#: frappe/website/doctype/social_link_settings/social_link_settings.json +msgid "linkedin" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Desktop Icon' +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "list" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "list-alt" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "lock" +msgstr "" + +#: frappe/www/third_party_apps.html:41 +msgid "logged in" +msgstr "" + +#: frappe/website/doctype/web_form/web_form.js:362 +msgid "login_required" +msgstr "" + +#. Option for the 'Queue' (Select) field in DocType 'RQ Job' +#. Option for the 'Queue Type(s)' (Select) field in DocType 'RQ Worker' +#: frappe/core/doctype/rq_job/rq_job.json +#: frappe/core/doctype/rq_worker/rq_worker.json +msgid "long" +msgstr "" + +#: frappe/public/js/frappe/utils/utils.js:1136 +msgctxt "Minutes (Field: Duration)" +msgid "m" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "magnet" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "map-marker" +msgstr "" + +#: frappe/model/rename_doc.py:213 +msgid "merged {0} into {1}" +msgstr "" + +#: frappe/website/doctype/blog_post/templates/blog_post.html:25 +#: frappe/website/doctype/blog_post/templates/blog_post_row.html:36 +msgid "min read" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "minus" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "minus-sign" +msgstr "" + +#. Option for the 'Date Format' (Select) field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "mm-dd-yyyy" +msgstr "" + +#. Option for the 'Date Format' (Select) field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "mm/dd/yyyy" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Desktop Icon' +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +msgid "module" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:178 +msgid "module name..." +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "move" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "music" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:160 +msgid "new" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:158 +msgid "new type of document" +msgstr "" + +#. Label of a Int field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "no failed attempts" +msgstr "" + +#. Label of a Data field in DocType 'OAuth Authorization Code' +#: frappe/integrations/doctype/oauth_authorization_code/oauth_authorization_code.json +msgid "nonce" +msgstr "" + +#. Label of a Check field in DocType 'Reminder' +#: frappe/automation/doctype/reminder/reminder.json +msgid "notified" +msgstr "" + +#: frappe/public/js/frappe/utils/pretty_date.js:25 +msgid "now" +msgstr "" + +#: frappe/public/js/frappe/form/grid_pagination.js:116 +msgid "of" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "off" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "ok" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "ok-circle" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "ok-sign" +msgstr "" + +#. Label of a Data field in DocType 'File' +#: frappe/core/doctype/file/file.json +msgid "old_parent" +msgstr "" + +#. Option for the 'Doc Event' (Select) field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "on_cancel" +msgstr "" + +#. Option for the 'Doc Event' (Select) field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "on_change" +msgstr "" + +#. Option for the 'Doc Event' (Select) field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "on_submit" +msgstr "" + +#. Option for the 'Doc Event' (Select) field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "on_trash" +msgstr "" + +#. Option for the 'Doc Event' (Select) field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "on_update" +msgstr "" + +#. Option for the 'Doc Event' (Select) field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "on_update_after_submit" +msgstr "" + +#: frappe/utils/data.py:1373 +msgid "only." +msgstr "" + +#: frappe/public/js/frappe/utils/utils.js:407 frappe/www/login.html:87 +#: frappe/www/login.py:107 +msgid "or" +msgstr "" + +#. Option for the 'Indicator Color' (Select) field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "orange" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Desktop Icon' +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +msgid "page" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "pause" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "pencil" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "picture" +msgstr "" + +#. Option for the 'Indicator Color' (Select) field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "pink" +msgstr "" + +#. Option for the 'Code challenge method' (Select) field in DocType 'OAuth +#. Authorization Code' +#: frappe/integrations/doctype/oauth_authorization_code/oauth_authorization_code.json +msgid "plain" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "plane" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "play" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "play-circle" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "plus" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "plus-sign" +msgstr "" + +#. Option for the 'Permission Type' (Select) field in DocType 'Permission +#. Inspector' +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/core/doctype/permission_inspector/permission_inspector.json +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "print" +msgstr "" + +#. Label of a HTML field in DocType 'System Console' +#: frappe/desk/doctype/system_console/system_console.json +msgid "processlist" +msgstr "" + +#. Option for the 'Indicator Color' (Select) field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "purple" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "qrcode" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Desktop Icon' +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +msgid "query-report" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "question-sign" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'RQ Job' +#: frappe/core/doctype/rq_job/rq_job.json +msgid "queued" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "random" +msgstr "" + +#. Option for the 'Permission Type' (Select) field in DocType 'Permission +#. Inspector' +#: frappe/core/doctype/permission_inspector/permission_inspector.json +msgid "read" +msgstr "" + +#. Option for the 'Indicator Color' (Select) field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "red" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "refresh" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "remove" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "remove-circle" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "remove-sign" +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:234 +msgid "removed rows for {0}" +msgstr "" + +#: frappe/model/rename_doc.py:215 +msgid "renamed from {0} to {1}" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "repeat" +msgstr "" + +#. Option for the 'Permission Type' (Select) field in DocType 'Permission +#. Inspector' +#: frappe/core/doctype/permission_inspector/permission_inspector.json +msgid "report" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "resize-full" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "resize-horizontal" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "resize-small" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "resize-vertical" +msgstr "" + +#. Label of a HTML field in DocType 'Custom Role' +#: frappe/core/doctype/custom_role/custom_role.json +msgid "response" +msgstr "" + +#: frappe/core/doctype/deleted_document/deleted_document.py:61 +msgid "restored {0} as {1}" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "retweet" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "road" +msgstr "" + +#: frappe/public/js/frappe/utils/utils.js:1140 +msgctxt "Seconds (Field: Duration)" +msgid "s" +msgstr "" + +#. Option for the 'Code challenge method' (Select) field in DocType 'OAuth +#. Authorization Code' +#: frappe/integrations/doctype/oauth_authorization_code/oauth_authorization_code.json +msgid "s256" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'RQ Job' +#: frappe/core/doctype/rq_job/rq_job.json +msgid "scheduled" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "screenshot" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "search" +msgstr "" + +#. Option for the 'Permission Type' (Select) field in DocType 'Permission +#. Inspector' +#: frappe/core/doctype/permission_inspector/permission_inspector.json +msgid "select" +msgstr "" + +#. Option for the 'Permission Type' (Select) field in DocType 'Permission +#. Inspector' +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/core/doctype/permission_inspector/permission_inspector.json +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "share" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "share-alt" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "shopping-cart" +msgstr "" + +#. Option for the 'Queue' (Select) field in DocType 'RQ Job' +#. Option for the 'Queue Type(s)' (Select) field in DocType 'RQ Worker' +#: frappe/core/doctype/rq_job/rq_job.json +#: frappe/core/doctype/rq_worker/rq_worker.json +msgid "short" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "signal" +msgstr "" + +#: frappe/public/js/frappe/widgets/number_card_widget.js:282 +msgid "since last month" +msgstr "" + +#: frappe/public/js/frappe/widgets/number_card_widget.js:281 +msgid "since last week" +msgstr "" + +#: frappe/public/js/frappe/widgets/number_card_widget.js:283 +msgid "since last year" +msgstr "" + +#: frappe/public/js/frappe/widgets/number_card_widget.js:280 +msgid "since yesterday" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "star" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "star-empty" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'RQ Job' +#: frappe/core/doctype/rq_job/rq_job.json +msgid "started" +msgstr "" + +#: frappe/desk/page/setup_wizard/setup_wizard.js:194 +msgid "starting the setup..." +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "step-backward" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "step-forward" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "stop" +msgstr "" + +#. Description of the 'Group Object Class' (Data) field in DocType 'LDAP +#. Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "string value, i.e. group" +msgstr "" + +#. Description of the 'LDAP Group Member attribute' (Data) field in DocType +#. 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "string value, i.e. member" +msgstr "" + +#. Description of the 'Custom Group Search' (Data) field in DocType 'LDAP +#. Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "string value, i.e. {0} or uid={0},ou=users,dc=example,dc=com" +msgstr "" + +#. Option for the 'Permission Type' (Select) field in DocType 'Permission +#. Inspector' +#: frappe/core/doctype/permission_inspector/permission_inspector.json +msgid "submit" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "tag" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:173 +msgid "tag name..., e.g. #tag" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "tags" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "tasks" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:168 +msgid "text in document type" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "text-height" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "text-width" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "th" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "th-large" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "th-list" +msgstr "" + +#: frappe/public/js/frappe/form/controls/data.js:35 +msgid "this form" +msgstr "" + +#: frappe/tests/test_translate.py:158 +msgid "this shouldn't break" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "thumbs-down" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "thumbs-up" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "time" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "tint" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "trash" +msgstr "" + +#. Option for the 'Social Link Type' (Select) field in DocType 'Social Link +#. Settings' +#: frappe/website/doctype/social_link_settings/social_link_settings.json +msgid "twitter" +msgstr "" + +#: frappe/public/js/frappe/change_log.html:7 +msgid "updated to {0}" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "upload" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:354 +msgid "use % as wildcard" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "user" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:353 +msgid "values separated by commas" +msgstr "" + +#. Label of a HTML field in DocType 'Audit Trail' +#: frappe/core/doctype/audit_trail/audit_trail.json +msgid "version_table" +msgstr "" + +#: frappe/automation/doctype/assignment_rule/assignment_rule.py:382 +msgid "via Assignment Rule" +msgstr "" + +#: frappe/core/doctype/data_import/importer.py:267 +#: frappe/core/doctype/data_import/importer.py:288 +msgid "via Data Import" +msgstr "" + +#. Description of the 'Add Video Conferencing' (Check) field in DocType 'Event' +#: frappe/desk/doctype/event/event.json +msgid "via Google Meet" +msgstr "" + +#: frappe/email/doctype/notification/notification.py:220 +msgid "via Notification" +msgstr "" + +#: frappe/public/js/frappe/utils/energy_point_utils.js:46 +msgid "via automatic rule {0} on {1}" +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:17 +msgid "via {0}" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "volume-down" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "volume-off" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "volume-up" +msgstr "" + +#: frappe/templates/includes/oauth_confirmation.html:5 +msgid "wants to access the following details from your account" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "warning-sign" +msgstr "" + +#. Description of the 'Popover Element' (Check) field in DocType 'Form Tour +#. Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "when clicked on element it will focus popover if present." +msgstr "" + +#: frappe/printing/page/print/print.js:622 +msgid "wkhtmltopdf 0.12.x (with patched qt)." +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "wrench" +msgstr "" + +#. Option for the 'Permission Type' (Select) field in DocType 'Permission +#. Inspector' +#: frappe/core/doctype/permission_inspector/permission_inspector.json +msgid "write" +msgstr "" + +#. Option for the 'Indicator Color' (Select) field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "yellow" +msgstr "" + +#: frappe/public/js/frappe/utils/pretty_date.js:58 +msgid "yesterday" +msgstr "" + +#. Option for the 'Date Format' (Select) field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "yyyy-mm-dd" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "zoom-in" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "zoom-out" +msgstr "" + +#: frappe/desk/doctype/event/event.js:87 +msgid "{0}" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:193 +msgid "{0} ${skip_list ? \"\" : type}" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:198 +msgid "{0} ${type}" +msgstr "" + +#: frappe/public/js/frappe/data_import/data_exporter.js:80 +#: frappe/public/js/frappe/views/gantt/gantt_view.js:54 +msgid "{0} ({1})" +msgstr "" + +#: frappe/public/js/frappe/data_import/data_exporter.js:77 +msgid "{0} ({1}) (1 row mandatory)" +msgstr "" + +#: frappe/public/js/frappe/views/gantt/gantt_view.js:53 +msgid "{0} ({1}) - {2}%" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:348 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:351 +msgid "{0} = {1}" +msgstr "" + +#: frappe/public/js/frappe/views/calendar/calendar.js:30 +msgid "{0} Calendar" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:540 +msgid "{0} Chart" +msgstr "" + +#: frappe/core/page/dashboard_view/dashboard_view.js:67 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:347 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:348 +#: frappe/public/js/frappe/utils/utils.js:944 +#: frappe/public/js/frappe/views/dashboard/dashboard_view.js:10 +msgid "{0} Dashboard" +msgstr "" + +#: frappe/public/js/frappe/form/grid_row.js:457 +#: frappe/public/js/frappe/list/list_settings.js:227 +#: frappe/public/js/frappe/views/kanban/kanban_settings.js:178 +msgid "{0} Fields" +msgstr "" + +#: frappe/integrations/doctype/google_calendar/google_calendar.py:363 +msgid "{0} Google Calendar Events synced." +msgstr "" + +#: frappe/integrations/doctype/google_contacts/google_contacts.py:195 +msgid "{0} Google Contacts synced." +msgstr "" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:465 +msgid "{0} Liked" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:83 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:84 +#: frappe/public/js/frappe/utils/utils.js:938 +#: frappe/public/js/frappe/widgets/chart_widget.js:317 frappe/www/list.html:4 +#: frappe/www/list.html:8 +msgid "{0} List" +msgstr "" + +#: frappe/public/js/frappe/utils/pretty_date.js:37 +msgid "{0} M" +msgstr "" + +#: frappe/public/js/frappe/views/map/map_view.js:14 +msgid "{0} Map" +msgstr "" + +#: frappe/public/js/frappe/utils/utils.js:941 +msgid "{0} Modules" +msgstr "" + +#: frappe/public/js/frappe/form/quick_entry.js:118 +msgid "{0} Name" +msgstr "" + +#: frappe/model/base_document.py:1048 +msgid "{0} Not allowed to change {1} after submission from {2} to {3}" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:95 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:96 +#: frappe/public/js/frappe/utils/utils.js:935 +#: frappe/public/js/frappe/widgets/chart_widget.js:325 +msgid "{0} Report" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:883 +msgid "{0} Reports" +msgstr "" + +#: frappe/public/js/frappe/list/list_settings.js:32 +#: frappe/public/js/frappe/views/kanban/kanban_settings.js:26 +msgid "{0} Settings" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:87 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:88 +#: frappe/public/js/frappe/views/treeview.js:128 +msgid "{0} Tree" +msgstr "" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:128 +#: frappe/public/js/frappe/form/sidebar/form_sidebar.js:86 +msgid "{0} Web page views" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:91 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:92 +msgid "{0} Workspace" +msgstr "" + +#: frappe/public/js/frappe/form/link_selector.js:225 +msgid "{0} added" +msgstr "" + +#: frappe/public/js/frappe/form/controls/data.js:203 +msgid "{0} already exists. Select another name" +msgstr "" + +#: frappe/email/doctype/email_unsubscribe/email_unsubscribe.py:36 +msgid "{0} already unsubscribed" +msgstr "" + +#: frappe/email/doctype/email_unsubscribe/email_unsubscribe.py:49 +msgid "{0} already unsubscribed for {1} {2}" +msgstr "" + +#: frappe/utils/data.py:1524 +msgid "{0} and {1}" +msgstr "" + +#: frappe/public/js/frappe/utils/energy_point_utils.js:38 +msgid "{0} appreciated on {1}" +msgstr "" + +#: frappe/social/doctype/energy_point_log/energy_point_log.py:126 +#: frappe/social/doctype/energy_point_log/energy_point_log.py:163 +msgid "{0} appreciated your work on {1} with {2} point" +msgstr "" + +#: frappe/social/doctype/energy_point_log/energy_point_log.py:128 +#: frappe/social/doctype/energy_point_log/energy_point_log.py:165 +msgid "{0} appreciated your work on {1} with {2} points" +msgstr "" + +#: frappe/public/js/frappe/utils/energy_point_utils.js:53 +msgid "{0} appreciated {1}" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/review.js:148 +msgid "{0} appreciation point for {1}" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/review.js:150 +msgid "{0} appreciation points for {1}" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/form_sidebar_users.js:72 +msgid "{0} are currently {1}" +msgstr "" + +#: frappe/printing/doctype/print_format/print_format.py:89 +msgid "{0} are required" +msgstr "" + +#: frappe/desk/form/assign_to.py:285 +msgid "{0} assigned a new task {1} {2} to you" +msgstr "" + +#: frappe/desk/doctype/todo/todo.py:47 +msgid "{0} assigned {1}: {2}" +msgstr "" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:416 +msgctxt "Form timeline" +msgid "{0} attached {1}" +msgstr "" + +#: frappe/core/doctype/system_settings/system_settings.py:145 +msgid "{0} can not be more than {1}" +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:77 +msgid "{0} cancelled this document" +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:68 +msgctxt "Form timeline" +msgid "{0} cancelled this document {1}" +msgstr "" + +#: frappe/public/js/form_builder/store.js:190 +msgid "{0} cannot be hidden and mandatory without any default value" +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:128 +msgid "{0} changed the value of {1}" +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:119 +msgid "{0} changed the value of {1} {2}" +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:194 +msgid "{0} changed the values for {1}" +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:185 +msgid "{0} changed the values for {1} {2}" +msgstr "" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:445 +msgctxt "Form timeline" +msgid "{0} changed {1} to {2}" +msgstr "" + +#: frappe/website/doctype/blog_post/blog_post.py:376 +msgid "{0} comments" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1567 +msgid "{0} contains an invalid Fetch From expression, Fetch From can't be self-referential." +msgstr "" + +#: frappe/public/js/frappe/views/interaction.js:261 +msgid "{0} created successfully" +msgstr "" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:141 +#: frappe/public/js/frappe/form/sidebar/form_sidebar.js:107 +msgid "{0} created this" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/review.js:154 +msgid "{0} criticism point for {1}" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/review.js:156 +msgid "{0} criticism points for {1}" +msgstr "" + +#: frappe/public/js/frappe/utils/energy_point_utils.js:41 +msgid "{0} criticized on {1}" +msgstr "" + +#: frappe/social/doctype/energy_point_log/energy_point_log.py:132 +#: frappe/social/doctype/energy_point_log/energy_point_log.py:170 +msgid "{0} criticized your work on {1} with {2} point" +msgstr "" + +#: frappe/social/doctype/energy_point_log/energy_point_log.py:134 +#: frappe/social/doctype/energy_point_log/energy_point_log.py:172 +msgid "{0} criticized your work on {1} with {2} points" +msgstr "" + +#: frappe/public/js/frappe/utils/energy_point_utils.js:56 +msgid "{0} criticized {1}" +msgstr "" + +#: frappe/public/js/frappe/utils/pretty_date.js:33 +msgid "{0} d" +msgstr "" + +#: frappe/public/js/frappe/utils/pretty_date.js:60 +msgid "{0} days ago" +msgstr "" + +#: frappe/website/doctype/website_settings/website_settings.py:96 +#: frappe/website/doctype/website_settings/website_settings.py:116 +msgid "{0} does not exist in row {1}" +msgstr "" + +#: frappe/database/mariadb/schema.py:120 frappe/database/postgres/schema.py:154 +msgid "{0} field cannot be set as unique in {1}, as there are non-unique existing values" +msgstr "" + +#: frappe/core/doctype/data_import/importer.py:1024 +msgid "{0} format could not be determined from the values in this column. Defaulting to {1}." +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:101 +msgid "{0} from {1} to {2}" +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:165 +msgid "{0} from {1} to {2} in row #{3}" +msgstr "" + +#: frappe/social/doctype/energy_point_log/energy_point_log.py:120 +msgid "{0} gained {1} point for {2} {3}" +msgstr "" + +#: frappe/templates/emails/energy_points_summary.html:8 +msgid "{0} gained {1} points" +msgstr "" + +#: frappe/social/doctype/energy_point_log/energy_point_log.py:122 +msgid "{0} gained {1} points for {2} {3}" +msgstr "" + +#: frappe/templates/emails/energy_points_summary.html:23 +msgid "{0} gave {1} points" +msgstr "" + +#: frappe/public/js/frappe/utils/pretty_date.js:29 +msgid "{0} h" +msgstr "" + +#: frappe/core/doctype/user_permission/user_permission.py:77 +msgid "{0} has already assigned default value for {1}." +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.py:383 +msgid "{0} has been successfully added to the Email Group." +msgstr "" + +#: frappe/email/queue.py:123 +msgid "{0} has left the conversation in {1} {2}" +msgstr "" + +#: frappe/__init__.py:2410 +msgid "{0} has no versions tracked." +msgstr "" + +#: frappe/public/js/frappe/utils/pretty_date.js:54 +msgid "{0} hours ago" +msgstr "" + +#: frappe/website/doctype/web_form/templates/web_form.html:145 +msgid "{0} if you are not redirected within {1} seconds" +msgstr "" + +#: frappe/website/doctype/website_settings/website_settings.py:102 +#: frappe/website/doctype/website_settings/website_settings.py:122 +msgid "{0} in row {1} cannot have both URL and child items" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:910 +msgid "{0} is a mandatory field" +msgstr "" + +#: frappe/core/doctype/file/file.py:507 +msgid "{0} is a not a valid zip file" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1580 +msgid "{0} is an invalid Data field." +msgstr "" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:152 +msgid "{0} is an invalid email address in 'Recipients'" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1392 +msgid "{0} is between {1} and {2}" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/form_sidebar_users.js:41 +#: frappe/public/js/frappe/form/sidebar/form_sidebar_users.js:69 +msgid "{0} is currently {1}" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1361 +msgid "{0} is equal to {1}" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1381 +msgid "{0} is greater than or equal to {1}" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1371 +msgid "{0} is greater than {1}" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1386 +msgid "{0} is less than or equal to {1}" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1376 +msgid "{0} is less than {1}" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1411 +msgid "{0} is like {1}" +msgstr "" + +#: frappe/email/doctype/email_account/email_account.py:175 +msgid "{0} is mandatory" +msgstr "" + +#: frappe/core/doctype/document_naming_rule/document_naming_rule.py:50 +msgid "{0} is not a field of doctype {1}" +msgstr "" + +#: frappe/www/printview.py:344 +msgid "{0} is not a raw printing format." +msgstr "" + +#: frappe/public/js/frappe/views/calendar/calendar.js:82 +msgid "{0} is not a valid Calendar. Redirecting to default Calendar." +msgstr "" + +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.py:65 +msgid "{0} is not a valid Cron expression." +msgstr "" + +#: frappe/public/js/frappe/form/controls/dynamic_link.js:27 +msgid "{0} is not a valid DocType for Dynamic Link" +msgstr "" + +#: frappe/email/doctype/email_group/email_group.py:131 +#: frappe/utils/__init__.py:188 +msgid "{0} is not a valid Email Address" +msgstr "" + +#: frappe/utils/__init__.py:156 +msgid "{0} is not a valid Name" +msgstr "" + +#: frappe/utils/__init__.py:136 +msgid "{0} is not a valid Phone Number" +msgstr "" + +#: frappe/model/workflow.py:182 +msgid "{0} is not a valid Workflow State. Please update your Workflow and try again." +msgstr "" + +#: frappe/permissions.py:786 +msgid "{0} is not a valid parent DocType for {1}" +msgstr "" + +#: frappe/permissions.py:806 +msgid "{0} is not a valid parentfield for {1}" +msgstr "" + +#: frappe/email/doctype/auto_email_report/auto_email_report.py:115 +msgid "{0} is not a valid report format. Report format should one of the following {1}" +msgstr "" + +#: frappe/core/doctype/file/file.py:487 +msgid "{0} is not a zip file" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1366 +msgid "{0} is not equal to {1}" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1413 +msgid "{0} is not like {1}" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1407 +msgid "{0} is not one of {1}" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1417 +msgid "{0} is not set" +msgstr "" + +#: frappe/printing/doctype/print_format/print_format.py:165 +msgid "{0} is now default print format for {1} doctype" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1400 +msgid "{0} is one of {1}" +msgstr "" + +#: frappe/email/doctype/email_account/email_account.py:276 +#: frappe/model/naming.py:201 +#: frappe/printing/doctype/print_format/print_format.py:92 +#: frappe/utils/csvutils.py:131 +msgid "{0} is required" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1416 +msgid "{0} is set" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1395 +msgid "{0} is within {1}" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1593 +msgid "{0} items selected" +msgstr "" + +#: frappe/core/doctype/user/user.py:1321 +msgid "{0} just impersonated as you. They gave this reason: {1}" +msgstr "" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:152 +#: frappe/public/js/frappe/form/sidebar/form_sidebar.js:96 +msgid "{0} last edited this" +msgstr "" + +#: frappe/core/doctype/activity_log/feed.py:13 +msgid "{0} logged in" +msgstr "" + +#: frappe/core/doctype/activity_log/feed.py:19 +msgid "{0} logged out: {1}" +msgstr "" + +#: frappe/public/js/frappe/utils/pretty_date.js:27 +msgid "{0} m" +msgstr "" + +#: frappe/desk/notifications.py:397 +msgid "{0} mentioned you in a comment in {1} {2}" +msgstr "" + +#: frappe/public/js/frappe/utils/pretty_date.js:50 +msgid "{0} minutes ago" +msgstr "" + +#: frappe/public/js/frappe/utils/pretty_date.js:68 +msgid "{0} months ago" +msgstr "" + +#: frappe/model/document.py:1599 +msgid "{0} must be after {1}" +msgstr "" + +#: frappe/model/document.py:1360 +msgid "{0} must be beginning with '{1}'" +msgstr "" + +#: frappe/model/document.py:1362 +msgid "{0} must be equal to '{1}'" +msgstr "" + +#: frappe/model/document.py:1358 +msgid "{0} must be none of {1}" +msgstr "" + +#: frappe/model/document.py:1356 frappe/utils/csvutils.py:136 +msgid "{0} must be one of {1}" +msgstr "" + +#: frappe/model/base_document.py:786 +msgid "{0} must be set first" +msgstr "" + +#: frappe/model/base_document.py:644 +msgid "{0} must be unique" +msgstr "" + +#: frappe/model/document.py:1364 +msgid "{0} must be {1} {2}" +msgstr "" + +#: frappe/core/doctype/language/language.py:43 +msgid "{0} must begin and end with a letter and can only contain letters,\n" +"\t\t\t\thyphen or underscore." +msgstr "" + +#: frappe/workflow/doctype/workflow/workflow.py:91 +msgid "{0} not a valid State" +msgstr "" + +#: frappe/model/rename_doc.py:391 +msgid "{0} not allowed to be renamed" +msgstr "" + +#: frappe/desk/doctype/desktop_icon/desktop_icon.py:365 +msgid "{0} not found" +msgstr "" + +#: frappe/core/doctype/report/report.py:414 +#: frappe/public/js/frappe/list/list_view.js:984 +msgid "{0} of {1}" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:986 +msgid "{0} of {1} ({2} rows with children)" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.js:205 +msgid "{0} of {1} sent" +msgstr "" + +#: frappe/utils/data.py:1520 +msgid "{0} or {1}" +msgstr "" + +#: frappe/core/doctype/user_permission/user_permission_list.js:177 +msgid "{0} record deleted" +msgstr "" + +#: frappe/public/js/frappe/logtypes.js:22 +msgid "{0} records are not automatically deleted." +msgstr "" + +#: frappe/public/js/frappe/logtypes.js:29 +msgid "{0} records are retained for {1} days." +msgstr "" + +#: frappe/core/doctype/user_permission/user_permission_list.js:179 +msgid "{0} records deleted" +msgstr "" + +#: frappe/public/js/frappe/data_import/data_exporter.js:229 +msgid "{0} records will be exported" +msgstr "" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:421 +msgctxt "Form timeline" +msgid "{0} removed attachment {1}" +msgstr "" + +#: frappe/desk/doctype/todo/todo.py:57 +msgid "{0} removed their assignment." +msgstr "" + +#: frappe/social/doctype/energy_point_log/energy_point_log.py:139 +#: frappe/social/doctype/energy_point_log/energy_point_log.py:178 +msgid "{0} reverted your point on {1}" +msgstr "" + +#: frappe/social/doctype/energy_point_log/energy_point_log.py:141 +#: frappe/social/doctype/energy_point_log/energy_point_log.py:180 +msgid "{0} reverted your points on {1}" +msgstr "" + +#: frappe/public/js/frappe/utils/energy_point_utils.js:44 +#: frappe/public/js/frappe/utils/energy_point_utils.js:59 +msgid "{0} reverted {1}" +msgstr "" + +#: frappe/public/js/frappe/roles_editor.js:61 +msgid "{0} role does not have permission on any doctype" +msgstr "" + +#: frappe/desk/query_report.py:589 +msgid "{0} saved successfully" +msgstr "" + +#: frappe/desk/doctype/todo/todo.py:43 +msgid "{0} self assigned this task: {1}" +msgstr "" + +#: frappe/share.py:233 +msgid "{0} shared a document {1} {2} with you" +msgstr "" + +#: frappe/core/doctype/docshare/docshare.py:76 +msgid "{0} shared this document with everyone" +msgstr "" + +#: frappe/core/doctype/docshare/docshare.py:79 +msgid "{0} shared this document with {1}" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:317 +msgid "{0} should be indexed because it's referred in dashboard connections" +msgstr "" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:139 +msgid "{0} should not be same as {1}" +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:51 +msgid "{0} submitted this document" +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:42 +msgctxt "Form timeline" +msgid "{0} submitted this document {1}" +msgstr "" + +#: frappe/email/doctype/email_group/email_group.py:62 +#: frappe/email/doctype/email_group/email_group.py:133 +msgid "{0} subscribers added" +msgstr "" + +#: frappe/email/queue.py:68 +msgid "{0} to stop receiving emails of this type" +msgstr "" + +#: frappe/public/js/frappe/form/controls/date_range.js:46 +#: frappe/public/js/frappe/form/controls/date_range.js:62 +#: frappe/public/js/frappe/form/formatters.js:234 +msgid "{0} to {1}" +msgstr "" + +#: frappe/core/doctype/docshare/docshare.py:88 +msgid "{0} un-shared this document with {1}" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.py:250 +msgid "{0} updated" +msgstr "" + +#: frappe/public/js/frappe/form/controls/multiselect_list.js:178 +msgid "{0} values selected" +msgstr "" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:185 +msgid "{0} viewed this" +msgstr "" + +#: frappe/public/js/frappe/utils/pretty_date.js:35 +msgid "{0} w" +msgstr "" + +#: frappe/public/js/frappe/utils/pretty_date.js:64 +msgid "{0} weeks ago" +msgstr "" + +#: frappe/public/js/frappe/utils/pretty_date.js:39 +msgid "{0} y" +msgstr "" + +#: frappe/public/js/frappe/utils/pretty_date.js:72 +msgid "{0} years ago" +msgstr "" + +#: frappe/public/js/frappe/form/link_selector.js:219 +msgid "{0} {1} added" +msgstr "" + +#: frappe/public/js/frappe/utils/dashboard_utils.js:270 +msgid "{0} {1} added to Dashboard {2}" +msgstr "" + +#: frappe/model/base_document.py:577 frappe/model/rename_doc.py:110 +msgid "{0} {1} already exists" +msgstr "" + +#: frappe/model/base_document.py:891 +msgid "{0} {1} cannot be \"{2}\". It should be one of \"{3}\"" +msgstr "" + +#: frappe/utils/nestedset.py:344 +msgid "{0} {1} cannot be a leaf node as it has children" +msgstr "" + +#: frappe/model/rename_doc.py:373 +msgid "{0} {1} does not exist, select a new target to merge" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:928 +msgid "{0} {1} is linked with the following submitted documents: {2}" +msgstr "" + +#: frappe/model/document.py:173 frappe/permissions.py:553 +msgid "{0} {1} not found" +msgstr "" + +#: frappe/model/delete_doc.py:253 +msgid "{0} {1}: Submitted Record cannot be deleted. You must {2} Cancel {3} it first." +msgstr "" + +#: frappe/model/base_document.py:1009 +msgid "{0}, Row {1}" +msgstr "" + +#: frappe/utils/print_format.py:151 frappe/utils/print_format.py:195 +msgid "{0}/{1} complete | Please leave this tab open until completion." +msgstr "" + +#: frappe/model/base_document.py:1014 +msgid "{0}: '{1}' ({3}) will get truncated, as max characters allowed is {2}" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1762 +msgid "{0}: Cannot set Amend without Cancel" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1780 +msgid "{0}: Cannot set Assign Amend if not Submittable" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1778 +msgid "{0}: Cannot set Assign Submit if not Submittable" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1757 +msgid "{0}: Cannot set Cancel without Submit" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1764 +msgid "{0}: Cannot set Import without Create" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1760 +msgid "{0}: Cannot set Submit, Cancel, Amend without Write" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1784 +msgid "{0}: Cannot set import as {1} is not importable" +msgstr "" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:398 +msgid "{0}: Failed to attach new recurring document. To enable attaching document in the auto repeat notification email, enable {1} in Print Settings" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1388 +msgid "{0}: Field '{1}' cannot be set as Unique as it has non-unique values" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1296 +msgid "{0}: Field {1} in row {2} cannot be hidden and mandatory without default" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1255 +msgid "{0}: Field {1} of type {2} cannot be mandatory" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1243 +msgid "{0}: Fieldname {1} appears multiple times in rows {2}" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1375 +msgid "{0}: Fieldtype {1} for {2} cannot be unique" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1717 +msgid "{0}: No basic permissions set" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1731 +msgid "{0}: Only one rule allowed with the same Role, Level and {1}" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1277 +msgid "{0}: Options must be a valid DocType for field {1} in row {2}" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1266 +msgid "{0}: Options required for Link or Table type field {1} in row {2}" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1284 +msgid "{0}: Options {1} must be the same as doctype name {2} for the field {3}" +msgstr "" + +#: frappe/public/js/frappe/form/workflow.js:45 +msgid "{0}: Other permission rules may also apply" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1746 +msgid "{0}: Permission at level 0 must be set before higher levels are set" +msgstr "" + +#: frappe/public/js/frappe/form/controls/data.js:50 +msgid "{0}: You can increase the limit for the field if required via {1}" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1230 +msgid "{0}: fieldname cannot be set to reserved keyword {1}" +msgstr "" + +#: frappe/contacts/doctype/address/address.js:35 +#: frappe/contacts/doctype/contact/contact.js:88 +msgid "{0}: {1}" +msgstr "" + +#: frappe/workflow/doctype/workflow_action/workflow_action.py:168 +msgid "{0}: {1} is set to state {2}" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:1210 +msgid "{0}: {1} vs {2}" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1396 +msgid "{0}:Fieldtype {1} for {2} cannot be indexed" +msgstr "" + +#: frappe/public/js/frappe/utils/datatable.js:12 +msgid "{count} cell copied" +msgstr "" + +#: frappe/public/js/frappe/utils/datatable.js:13 +msgid "{count} cells copied" +msgstr "" + +#: frappe/public/js/frappe/utils/datatable.js:16 +msgid "{count} row selected" +msgstr "" + +#: frappe/public/js/frappe/utils/datatable.js:17 +msgid "{count} rows selected" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1450 +msgid "{{{0}}} is not a valid fieldname pattern. It should be {{field_name}}." +msgstr "" + +#. Count format of shortcut in the Website Workspace +#: frappe/website/workspace/website/website.json +msgid "{} Active" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:511 +msgid "{} Complete" +msgstr "" + +#: frappe/utils/data.py:2164 +msgid "{} Invalid python code on line {}" +msgstr "" + +#: frappe/utils/data.py:2173 +msgid "{} Possibly invalid python code.
    {}" +msgstr "" + +#. Count format of shortcut in the Website Workspace +#: frappe/website/workspace/website/website.json +msgid "{} Published" +msgstr "" + +#: frappe/core/doctype/log_settings/log_settings.py:55 +msgid "{} does not support automated log clearing." +msgstr "" + +#: frappe/core/doctype/audit_trail/audit_trail.py:32 +#: frappe/core/doctype/audit_trail/audit_trail.py:36 +msgid "{} field cannot be empty." +msgstr "" + +#: frappe/email/doctype/email_account/email_account.py:199 +#: frappe/email/doctype/email_account/email_account.py:207 +msgid "{} has been disabled. It can only be enabled if {} is checked." +msgstr "" + +#: frappe/utils/data.py:103 +msgid "{} is not a valid date string." +msgstr "" + +#: frappe/commands/utils.py:528 +msgid "{} not found in PATH! This is required to access the console." +msgstr "" + +#: frappe/database/db_manager.py:95 +msgid "{} not found in PATH! This is required to restore the database." +msgstr "" + +#: frappe/utils/backups.py:458 +msgid "{} not found in PATH! This is required to take a backup." +msgstr "" + +#: frappe/public/js/frappe/file_uploader/FileBrowser.vue:5 +#: frappe/public/js/frappe/file_uploader/WebLink.vue:4 +msgid "← Back to upload files" +msgstr "" diff --git a/frappe/locale/sv.po b/frappe/locale/sv.po index 2e79da6f9099..c9e13d9c0abb 100644 --- a/frappe/locale/sv.po +++ b/frappe/locale/sv.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: frappe\n" "Report-Msgid-Bugs-To: developers@frappe.io\n" -"POT-Creation-Date: 2024-09-24 15:33+0000\n" -"PO-Revision-Date: 2024-10-07 01:54\n" +"POT-Creation-Date: 2024-12-01 17:58+0000\n" +"PO-Revision-Date: 2024-12-04 19:52\n" "Last-Translator: developers@frappe.io\n" "Language-Team: Swedish\n" "MIME-Version: 1.0\n" @@ -63,7 +63,7 @@ msgstr "${values.doctype_name} har lagts till i kö för optimering" #: frappe/public/js/frappe/ui/toolbar/about.js:8 msgid "© Frappe Technologies Pvt. Ltd. and contributors" -msgstr "© Frappe Technologies Pvt. Ltd. och bidragare" +msgstr "© Frappe Technologies Pvt. Ltd. och bidragsgivare" #. Label of a Code field in DocType 'Website Settings' #: frappe/website/doctype/website_settings/website_settings.json @@ -86,7 +86,7 @@ msgstr "\"I List Vy\" är inte tillåtet för fält {0} av typ {1}" msgid "'In List View' not allowed for type {0} in row {1}" msgstr "\"I Lista Vy\" är otillåtet for typ {0} på rad {1}" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:150 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:154 msgid "'Recipients' not specified" msgstr "\"Mottagare\" inte angivet" @@ -102,11 +102,11 @@ msgstr "'{0}' är otillåtet för typ {1} på rad {2}" msgid "(Mandatory)" msgstr "(Erfordrad)" -#: frappe/model/rename_doc.py:693 +#: frappe/model/rename_doc.py:699 msgid "** Failed: {0} to {1}: {2}" msgstr "** Misslyckades: {0} till {1}: {2}" -#: frappe/public/js/frappe/list/list_settings.js:132 +#: frappe/public/js/frappe/list/list_settings.js:135 #: frappe/public/js/frappe/views/kanban/kanban_settings.js:111 msgid "+ Add / Remove Fields" msgstr "+Lägg Till/Ta Bort Fält" @@ -605,7 +605,7 @@ msgstr "

    Exempel på Villkor:

    \n" "
    doc.status==\"Open\"
    doc.due_date==nowdate()
    doc.total > 40000\n" "
    \n" -#. Content of the 'Condition Description' (HTML) field in DocType 'Web Form' +#. Content of the 'Condition description' (HTML) field in DocType 'Web Form' #: frappe/website/doctype/web_form/web_form.json msgid "

    Multiple webforms can be created for a single doctype. Add filters specific to this webform to display correct record after submission.

    For Example:

    \n" "

    If you create a separate webform every year to capture feedback from employees add a \n" @@ -769,13 +769,13 @@ msgstr "DocType (Document Type) används för att infoga formulär i System. For #: frappe/core/doctype/doctype/doctype.py:1010 msgid "A DocType's name should start with a letter and can only consist of letters, numbers, spaces, underscores and hyphens" -msgstr "Ett DocType Namn ska börja med ett bokstav och kan bara bestå av bokstäver, siffror, mellanslag, understreck och bindestreck" +msgstr "DocType namn ska börja med bokstav och kan bara bestå av bokstäver, siffror, mellanslag, understreck och bindestreck" #: frappe/website/doctype/blog_post/blog_post.py:93 msgid "A featured post must have a cover image" msgstr "Utvalt inlägg måste ha omslagsbild" -#: frappe/custom/doctype/custom_field/custom_field.py:173 +#: frappe/custom/doctype/custom_field/custom_field.py:174 msgid "A field with the name {0} already exists in {1}" msgstr "Ett fält med detta namn {0} finns redan i {1}" @@ -792,7 +792,7 @@ msgstr "Lista över resurser som Kund App kommer att ha tillgång till efter att msgid "A new account has been created for you at {0}" msgstr "Ny konto har skapats för dig på {0}" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:389 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:393 msgid "A recurring {0} {1} has been created for you via Auto Repeat {2}." msgstr "Återkommande {0} {1} har skapats via Återkommande {2}." @@ -960,6 +960,11 @@ msgstr "Cirka {0} minuter kvar" msgid "About {0} seconds remaining" msgstr "Cirka {0} sekunder kvar" +#. Label of a Section Break field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Access Control" +msgstr "Åtkomstkontroll" + #. Label of a Data field in DocType 'S3 Backup Settings' #: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json msgid "Access Key ID" @@ -990,7 +995,7 @@ msgstr "Åtkomst Token" msgid "Access Token URL" msgstr "Åtkomst Token URL" -#: frappe/auth.py:467 +#: frappe/auth.py:475 msgid "Access not allowed from this IP Address" msgstr "Åtkomst är ej tillåtet från denna IP Adress" @@ -1049,7 +1054,7 @@ msgstr "Åtgärd / Sökväg" msgid "Action Complete" msgstr "Åtgärd Klar" -#: frappe/model/document.py:1679 +#: frappe/model/document.py:1683 msgid "Action Failed" msgstr "Åtgärd Misslyckades" @@ -1221,8 +1226,8 @@ msgid "Add Child" msgstr "Lägg till Underval" #: frappe/public/js/frappe/views/kanban/kanban_board.html:4 -#: frappe/public/js/frappe/views/reports/query_report.js:1683 -#: frappe/public/js/frappe/views/reports/query_report.js:1686 +#: frappe/public/js/frappe/views/reports/query_report.js:1690 +#: frappe/public/js/frappe/views/reports/query_report.js:1693 #: frappe/public/js/frappe/views/reports/report_view.js:325 #: frappe/public/js/frappe/views/reports/report_view.js:350 #: frappe/public/js/print_format_builder/Field.vue:112 @@ -1287,7 +1292,7 @@ msgstr "Lägg till Fråge Parametrar" msgid "Add Review" msgstr "Lägg till Recension" -#: frappe/core/doctype/user/user.py:790 +#: frappe/core/doctype/user/user.py:751 msgid "Add Roles" msgstr "Lägg till Roller" @@ -1320,7 +1325,7 @@ msgstr "Lägg till Prenumeranter" msgid "Add Tags" msgstr "Lägg till Taggar" -#: frappe/public/js/frappe/list/list_view.js:1895 +#: frappe/public/js/frappe/list/list_view.js:1903 msgctxt "Button in list view actions menu" msgid "Add Tags" msgstr "Lägg till Taggar" @@ -1466,10 +1471,6 @@ msgstr "la till {0} " msgid "Added {0} ({1})" msgstr "Tillagd {0} ({1})" -#: frappe/core/doctype/user/user.py:272 -msgid "Adding System Manager to this User as there must be atleast one System Manager" -msgstr "Lägger till System Ansvarig till denna användare eftersom det måste finnas minst en System Ansvarig" - #. Label of a Section Break field in DocType 'Custom DocPerm' #. Label of a Section Break field in DocType 'DocPerm' #. Label of a Section Break field in DocType 'User Document Type' @@ -1495,14 +1496,14 @@ msgstr "Adress" #: frappe/contacts/doctype/address/address.json #: frappe/website/doctype/contact_us_settings/contact_us_settings.json msgid "Address Line 1" -msgstr "Co/Box" +msgstr "Adress Linje 1" #. Label of a Data field in DocType 'Address' #. Label of a Data field in DocType 'Contact Us Settings' #: frappe/contacts/doctype/address/address.json #: frappe/website/doctype/contact_us_settings/contact_us_settings.json msgid "Address Line 2" -msgstr "Gata och Nummer" +msgstr "Adress Linje 2" #. Name of a DocType #: frappe/contacts/doctype/address_template/address_template.json @@ -1576,11 +1577,11 @@ msgstr "Administration" msgid "Administrator" msgstr "Administratör" -#: frappe/core/doctype/user/user.py:1195 +#: frappe/core/doctype/user/user.py:1149 msgid "Administrator Logged In" msgstr "Administratör Inloggad" -#: frappe/core/doctype/user/user.py:1189 +#: frappe/core/doctype/user/user.py:1143 msgid "Administrator accessed {0} on {1} via IP Address {2}." msgstr "Administratör loggade in {0} {1} via IP Adress {2}." @@ -1596,8 +1597,8 @@ msgstr "Avancerad" msgid "Advanced Control" msgstr "Avancerad Kontroll" -#: frappe/public/js/frappe/form/controls/link.js:319 -#: frappe/public/js/frappe/form/controls/link.js:321 +#: frappe/public/js/frappe/form/controls/link.js:327 +#: frappe/public/js/frappe/form/controls/link.js:329 msgid "Advanced Search" msgstr "Avancerad Sökning" @@ -1606,6 +1607,11 @@ msgstr "Avancerad Sökning" msgid "Advanced Settings" msgstr "Avancerade Inställningar" +#: frappe/public/js/frappe/ui/filters/filter.js:61 +#: frappe/public/js/frappe/ui/filters/filter.js:67 +msgid "After" +msgstr "Efter" + #. Option for the 'DocType Event' (Select) field in DocType 'Server Script' #: frappe/core/doctype/server_script/server_script.json msgid "After Cancel" @@ -1789,6 +1795,11 @@ msgstr "Tillåt Återkommande" msgid "Allow Bulk Edit" msgstr "Tillåt Mass Redigering" +#. Label of a Check field in DocType 'List View Settings' +#: frappe/desk/doctype/list_view_settings/list_view_settings.json +msgid "Allow Bulk Editing" +msgstr "Tillåt Massredigering" + #. Label of a Check field in DocType 'Web Form' #: frappe/website/doctype/web_form/web_form.json msgid "Allow Comments" @@ -1900,7 +1911,7 @@ msgid "Allow Print for Cancelled" msgstr "Tillåt Utskrift för Annullerad" #. Label of a Check field in DocType 'Print Settings' -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:396 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:400 #: frappe/printing/doctype/print_settings/print_settings.json msgid "Allow Print for Draft" msgstr "Tillåt Utskrift för Utkast" @@ -1946,6 +1957,14 @@ msgstr "Tillåt att dokument godkänns av ägare" msgid "Allow document creation via Email" msgstr "Tillåt att dokument skapas via E-post" +#. Description of the 'Allow Bulk Editing' (Check) field in DocType 'List View +#. Settings' +#: frappe/desk/doctype/list_view_settings/list_view_settings.json +msgid "Allow editing even if the doctype has a workflow set up.\n\n" +"Does nothing if a workflow isn't set up." +msgstr "Tillåt redigering även om doctype har arbetsflöde angiven.\n\n" +"Gör ingenting om ett arbetsflöde inte är angiven." + #. Label of a Check field in DocType 'DocType' #: frappe/core/doctype/doctype/doctype.json msgid "Allow events in timeline" @@ -2030,11 +2049,16 @@ msgstr "Tillåtna Moduler" msgid "Allowed Roles" msgstr "Tillåtna Roller" +#. Label of a Small Text field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Allowed embedding domains" +msgstr "Tillåtna inbäddning av domäner" + #: frappe/public/js/frappe/form/form.js:1187 msgid "Allowing DocType, DocType. Be careful!" msgstr "Tillåter DocType, DocType. Var försiktig!" -#: frappe/core/doctype/user/user.py:999 +#: frappe/core/doctype/user/user.py:960 msgid "Already Registered" msgstr "Redan Registrerad" @@ -2163,8 +2187,8 @@ msgstr "Anonymisering Matris" #. Label of a Check field in DocType 'Web Form' #: frappe/website/doctype/web_form/web_form.json -msgid "Anonymous" -msgstr "Anonym" +msgid "Anonymous responses" +msgstr "Anonyma svar" #: frappe/public/js/frappe/request.js:186 msgid "Another transaction is blocking this one. Please try again in a few seconds." @@ -2245,7 +2269,7 @@ msgstr "Hemliget" msgid "App not found for module: {0}" msgstr "App hittades inte för modul: {0}" -#: frappe/__init__.py:1761 +#: frappe/__init__.py:1711 msgid "App {0} is not installed" msgstr "App {0} är inte installerad" @@ -2263,7 +2287,7 @@ msgstr "Lägg E-post meddelande till Skickad Mapp" msgid "Append To" msgstr "E-post Till" -#: frappe/email/doctype/email_account/email_account.py:183 +#: frappe/email/doctype/email_account/email_account.py:184 msgid "Append To can be one of {0}" msgstr "E-post Till kan vara en av {0}" @@ -2308,7 +2332,7 @@ msgstr "Tillämpad På" msgid "Apply" msgstr "Tillämpa" -#: frappe/public/js/frappe/list/list_view.js:1880 +#: frappe/public/js/frappe/list/list_view.js:1888 msgctxt "Button in list view actions menu" msgid "Apply Assignment Rule" msgstr "Tillämpa Tilldelning Regel" @@ -2409,7 +2433,7 @@ msgstr "Arkiverade Kolumner" #: frappe/public/js/frappe/form/grid.js:269 msgid "Are you sure you want to delete all rows?" -msgstr "Är du säker på att du vill radera alla rader?" +msgstr "Är du säker på att du vill ta bort alla rader?" #: frappe/public/js/frappe/views/workspace/workspace.js:930 msgid "Are you sure you want to delete page {0}?" @@ -2417,7 +2441,7 @@ msgstr "Är du säker på att du vill ta bort sidan {0}?" #: frappe/public/js/frappe/form/sidebar/attachments.js:135 msgid "Are you sure you want to delete the attachment?" -msgstr "Är du säker på att du vill radera bifogad fil?" +msgstr "Är du säker på att du vill ta bort bifogad fil?" #: frappe/public/js/form_builder/components/Section.vue:197 msgctxt "Confirmation dialog message" @@ -2444,7 +2468,7 @@ msgstr "Är du säker på att du vill skapa ny rapport?" #: frappe/public/js/frappe/form/toolbar.js:111 msgid "Are you sure you want to merge {0} with {1}?" -msgstr "Är du säker på att du vill sammanfoga {0} med {1}?" +msgstr "Är du säker på att du vill slå samman {0} med {1}?" #: frappe/public/js/frappe/views/kanban/kanban_view.js:105 msgid "Are you sure you want to proceed?" @@ -2456,7 +2480,7 @@ msgstr "Är du säker på att du vill återaktivera schemaläggare?" #: frappe/core/doctype/communication/communication.js:163 msgid "Are you sure you want to relink this communication to {0}?" -msgstr "Är du säker att du vill länka om e-post till {0}?" +msgstr "Är du säker att du vill länka om konversation till {0}?" #: frappe/core/doctype/rq_job/rq_job_list.js:10 msgid "Are you sure you want to remove all failed jobs?" @@ -2503,7 +2527,7 @@ msgstr "Eftersom dokumentdelning är inaktiverat, skapa nödvändiga behörighet #: frappe/templates/emails/account_deletion_notification.html:3 msgid "As per your request, your account and data on {0} associated with email {1} has been permanently deleted" -msgstr "Enligt begäran har ditt konto och data på {0} kopplat till E-post {1} raderats permanent" +msgstr "Enligt begäran har ditt konto och data på {0} kopplat till E-post {1} tagits bort permanent" #. Label of a Code field in DocType 'Assignment Rule' #: frappe/automation/doctype/assignment_rule/assignment_rule.json @@ -2514,7 +2538,7 @@ msgstr "Tilldela Villkor" msgid "Assign To" msgstr "Tilldela till" -#: frappe/public/js/frappe/list/list_view.js:1841 +#: frappe/public/js/frappe/list/list_view.js:1849 msgctxt "Button in list view actions menu" msgid "Assign To" msgstr "Tilldela till" @@ -2621,9 +2645,9 @@ msgstr "Tilldelning Regel Dag" msgid "Assignment Rule User" msgstr "Tilldelning Regel Användare" -#: frappe/automation/doctype/assignment_rule/assignment_rule.py:54 -msgid "Assignment Rule is not allowed on {0} document type" -msgstr "Tilldelning Regel är ej tillåtet på {0} dokument typ" +#: frappe/automation/doctype/assignment_rule/assignment_rule.py:55 +msgid "Assignment Rule is not allowed on document type {0}" +msgstr "Tilldelning Regel är ej tillåten på dokument typ {0}" #. Label of a Section Break field in DocType 'Assignment Rule' #: frappe/automation/doctype/assignment_rule/assignment_rule.json @@ -2804,6 +2828,11 @@ msgstr "Granskning Spår" msgid "Auth URL Data" msgstr "Auth URL Data" +#. Label of a Check field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Authenticate as Service Principal" +msgstr "Autentisera som Tjänst Huvudansvarig" + #. Label of a Section Break field in DocType 'Email Account' #. Label of a Section Break field in DocType 'Push Notification Settings' #. Label of a Card Break in the Integrations Workspace @@ -2817,7 +2846,7 @@ msgstr "Autentisering" msgid "Authentication Apps you can use are: " msgstr "Autentisering App som kan användas är: " -#: frappe/email/doctype/email_account/email_account.py:310 +#: frappe/email/doctype/email_account/email_account.py:311 msgid "Authentication failed while receiving emails from Email Account: {0}." msgstr "Autentisering misslyckades när E-post meddelande togs emot från E-post Konto: {0}." @@ -2920,11 +2949,11 @@ msgstr "Återkommande Händelse" msgid "Auto Repeat Day" msgstr "Återkommande Händelse Dag" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:159 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:163 msgid "Auto Repeat Day{0} {1} has been repeated." msgstr "Återkommande Händelse Dag{0} {1} är upprepad." -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:437 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:441 msgid "Auto Repeat Document Creation Failed" msgstr "Återkommande Händelse av Dokument Skapande Misslyckades" @@ -2936,7 +2965,7 @@ msgstr "Återkommande Händelse Schema" msgid "Auto Repeat created for this document" msgstr "Återkommande Händelse skapad för detta dokument" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:440 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:444 msgid "Auto Repeat failed for {0}" msgstr "Återkommande Händelse misslyckades för {0}" @@ -2950,7 +2979,7 @@ msgstr "Autosvar" msgid "Auto Reply Message" msgstr "Autosvar Meddelande" -#: frappe/automation/doctype/assignment_rule/assignment_rule.py:175 +#: frappe/automation/doctype/assignment_rule/assignment_rule.py:177 msgid "Auto assignment failed: {0}" msgstr "Automatisk tilldelning misslyckades: {0}" @@ -3010,11 +3039,11 @@ msgstr "Automatiskt Meddelande" msgid "Automatic" msgstr "Automatisk" -#: frappe/email/doctype/email_account/email_account.py:718 +#: frappe/email/doctype/email_account/email_account.py:719 msgid "Automatic Linking can be activated only for one Email Account." msgstr "Automatisk länkning kan endast aktiveras för ett E-post konto." -#: frappe/email/doctype/email_account/email_account.py:712 +#: frappe/email/doctype/email_account/email_account.py:713 msgid "Automatic Linking can be activated only if Incoming is enabled." msgstr "Automatisk länkning kan endast aktiveras om Inkommande E-post är aktiverad." @@ -3165,7 +3194,7 @@ msgstr "Tillbaka till Skrivbord" #: frappe/www/404.html:20 msgid "Back to Home" -msgstr "Tillbaka till Hem" +msgstr "Hem" #: frappe/www/login.html:181 frappe/www/login.html:212 msgid "Back to Login" @@ -3365,6 +3394,11 @@ msgstr "Grundläggande" msgid "Basic Info" msgstr "Information" +#: frappe/public/js/frappe/ui/filters/filter.js:60 +#: frappe/public/js/frappe/ui/filters/filter.js:66 +msgid "Before" +msgstr "Före" + #. Option for the 'DocType Event' (Select) field in DocType 'Server Script' #: frappe/core/doctype/server_script/server_script.json msgid "Before Cancel" @@ -3692,7 +3726,7 @@ msgstr "Bufferpool Storlek" #. Name of a Workspace #: frappe/core/workspace/build/build.json msgid "Build" -msgstr "System" +msgstr "Skapa" #. Description of a Card Break in the Build Workspace #: frappe/core/workspace/build/build.json @@ -3707,14 +3741,14 @@ msgstr "Build {0}" msgid "Built on {0}" msgstr "Skapad av{0}" -#. Label of a Check field in DocType 'Role' -#: frappe/core/doctype/role/role.json +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json msgid "Bulk Actions" msgstr "Mass Åtgärder" #: frappe/core/doctype/user_permission/user_permission_list.js:142 msgid "Bulk Delete" -msgstr "Mass Radera" +msgstr "Massborttagning" #: frappe/public/js/frappe/list/bulk_operations.js:321 msgid "Bulk Edit" @@ -3902,7 +3936,7 @@ msgstr "Cache" msgid "Cache Cleared" msgstr "Cache Raderad" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:170 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:181 msgid "Calculate" msgstr "Beräkna" @@ -3998,7 +4032,7 @@ msgstr "Kan Godkänna" msgid "Can Write" msgstr "Kan Skriva" -#: frappe/custom/doctype/custom_field/custom_field.py:360 +#: frappe/custom/doctype/custom_field/custom_field.py:361 msgid "Can not rename as column {0} is already present on DocType." msgstr "Kan inte byta namn eftersom kolumn {0} redan finns under DocType." @@ -4032,7 +4066,7 @@ msgstr "Kan inte byta namn på {0} till {1} eftersom {0} inte finns." msgid "Cancel" msgstr "Annullera" -#: frappe/public/js/frappe/list/list_view.js:1950 +#: frappe/public/js/frappe/list/list_view.js:1958 msgctxt "Button in list view actions menu" msgid "Cancel" msgstr "Annullera" @@ -4054,7 +4088,7 @@ msgstr "Annullera Alla Dokument" msgid "Cancel Scheduling" msgstr "Annullera Schemaläggning" -#: frappe/public/js/frappe/list/list_view.js:1955 +#: frappe/public/js/frappe/list/list_view.js:1963 msgctxt "Title of confirmation dialog" msgid "Cancel {0} documents?" msgstr "Annullera {0} dokument?" @@ -4070,7 +4104,7 @@ msgstr "Annullera {0} dokument?" #: frappe/desk/form/save.py:59 #: frappe/integrations/doctype/integration_request/integration_request.json #: frappe/public/js/frappe/model/indicator.js:78 -#: frappe/public/js/frappe/ui/filters/filter.js:500 +#: frappe/public/js/frappe/ui/filters/filter.js:532 msgid "Cancelled" msgstr "Annullerad" @@ -4123,11 +4157,11 @@ msgstr "Kan inte annullera före godkännande.Se Övergång {0}" msgid "Cannot cancel {0}." msgstr "Kan inte annullera {0}." -#: frappe/model/document.py:846 +#: frappe/model/document.py:850 msgid "Cannot change docstatus from 0 (Draft) to 2 (Cancelled)" msgstr "Kan inte ändra dokument status från 0 (Utkast) till 2 (Annullerad)" -#: frappe/model/document.py:860 +#: frappe/model/document.py:864 msgid "Cannot change docstatus from 1 (Submitted) to 0 (Draft)" msgstr "Kan inte ändra dokument status från 1 (Godkänd) till 0 (Utkast)" @@ -4147,23 +4181,23 @@ msgstr "Kan inte ändra till/från automatisk ökning av automatisk name i Anpas msgid "Cannot create a {0} against a child document: {1}" msgstr "Kan inte skapa {0} mot underordnad dokument: {1}" -#: frappe/desk/doctype/workspace/workspace.py:254 +#: frappe/desk/doctype/workspace/workspace.py:258 msgid "Cannot create private workspace of other users" msgstr "Kan inte skapa privat arbetsyta för andra användare" #: frappe/core/doctype/file/file.py:150 msgid "Cannot delete Home and Attachments folders" -msgstr "Kan inte radera Hem och Bilaga mappar" +msgstr "Kan inte ta bort Hem och Bilaga mappar" #: frappe/model/delete_doc.py:384 msgid "Cannot delete or cancel because {0} {1} is linked with {2} {3} {4}" msgstr "Kan inte ta bort eller annullera eftersom {0} {1} är länkat till {2} {3} {4}" -#: frappe/desk/doctype/workspace/workspace.py:420 +#: frappe/desk/doctype/workspace/workspace.py:424 msgid "Cannot delete private workspace of other users" msgstr "Kan inte ta bort privat arbetsyta för andra användare" -#: frappe/desk/doctype/workspace/workspace.py:413 +#: frappe/desk/doctype/workspace/workspace.py:417 msgid "Cannot delete public workspace without Workspace Manager role" msgstr "Kan inte ta bort publik arbetsyta utan Arbetsyta Ansvarig Roll" @@ -4188,7 +4222,7 @@ msgstr "Kan inte ta bort standard fält. Dölj det istället" #: frappe/custom/doctype/customize_form/customize_form.js:347 msgid "Cannot delete standard link. You can hide it if you want" -msgstr "Kan inte radera standard länk. Dölj det istället" +msgstr "Kan inte ta bort standard länk. Dölj det istället" #: frappe/custom/doctype/customize_form/customize_form.js:313 msgid "Cannot delete system generated field {0}. You can hide it instead." @@ -4196,11 +4230,11 @@ msgstr "Kan inte ta bort system skapad fält {0}. Dölj det ist #: frappe/public/js/frappe/list/bulk_operations.js:215 msgid "Cannot delete {0}" -msgstr "Kan inte radera {0}" +msgstr "Kan inte ta bort {0}" #: frappe/utils/nestedset.py:303 msgid "Cannot delete {0} as it has child nodes" -msgstr "Kan inte radera {0} eftersom det har underordnade noder" +msgstr "Kan inte ta bort {0} eftersom det har underordnade noder" #: frappe/desk/doctype/dashboard/dashboard.py:48 msgid "Cannot edit Standard Dashboards" @@ -4218,7 +4252,7 @@ msgstr "Kan inte redigera standard diagram" msgid "Cannot edit a standard report. Please duplicate and create a new report" msgstr "Kan inte redigera standard rapport.Kopiera och skapa ny" -#: frappe/model/document.py:866 +#: frappe/model/document.py:870 msgid "Cannot edit cancelled document" msgstr "Kan inte redigera annullerad dokument" @@ -4251,7 +4285,7 @@ msgstr "Kan inte hämta fil innehåll från mapp" msgid "Cannot have multiple printers mapped to a single print format." msgstr "Kan inte mappa flera skrivare till enskild utskrift format." -#: frappe/model/document.py:934 +#: frappe/model/document.py:938 msgid "Cannot link cancelled document: {0}" msgstr "Kan inte länka annullerad dokument: {0}" @@ -4287,7 +4321,7 @@ msgstr "kan inte dela {0} med godkänn behörighet eftersom doctype {1} inte gå msgid "Cannot submit {0}." msgstr "Kan inte godkänna {0}." -#: frappe/desk/doctype/workspace/workspace.py:354 +#: frappe/desk/doctype/workspace/workspace.py:358 msgid "Cannot update private workspace of other users" msgstr "Kan inte uppdatera privat arbetsyta för andra användare " @@ -4357,7 +4391,7 @@ msgstr "Kategori Beskrivning" msgid "Category Name" msgstr "Kategori Namn" -#: frappe/utils/data.py:1321 +#: frappe/utils/data.py:1335 msgid "Cent" msgstr "Cent" @@ -4384,12 +4418,12 @@ msgstr "Kedjehash" #: frappe/public/js/frappe/form/templates/form_sidebar.html:11 #: frappe/tests/test_translate.py:98 msgid "Change" -msgstr "Ändra" +msgstr "Växel" #: frappe/tests/test_translate.py:99 msgctxt "Coins" msgid "Change" -msgstr "Ändra" +msgstr "Växel" #: frappe/public/js/print_format_builder/LetterHeadEditor.vue:38 msgid "Change Image" @@ -4525,7 +4559,7 @@ msgstr "Kontrollera felaktiga länkar" msgid "Check columns to select, drag to set order." msgstr "Markera kolumner för att välja, dra för att ange ordning." -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:443 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:447 msgid "Check the Error Log for more information: {0}" msgstr "Kontrollera Fel Logg för mer information: {0}" @@ -4559,7 +4593,7 @@ msgstr "Om vald döljs anpassade doctypes och rapport kort i Länk sektion" #: frappe/website/doctype/web_page/web_page.js:78 msgid "Checking this will publish the page on your website and it'll be visible to everyone." -msgstr "Om vald kommer sida att publiceras på hemsida och vara synlig för alla." +msgstr "Om vald kommer sida att publiceras på webbplats och vara synlig för alla." #: frappe/website/doctype/web_page/web_page.js:104 msgid "Checking this will show a text area where you can write custom javascript that will run on this page." @@ -4636,7 +4670,7 @@ msgstr "Rensa & Lägg till Mall" msgid "Clear & Add template" msgstr "Rensa & Lägg till Mall" -#: frappe/public/js/frappe/list/list_view.js:1856 +#: frappe/public/js/frappe/list/list_view.js:1864 msgctxt "Button in list view actions menu" msgid "Clear Assignment" msgstr "Rensa Tilldelning" @@ -4682,7 +4716,7 @@ msgstr "Klicka här" msgid "Click here to post bugs and suggestions" msgstr "Klicka här för att lägga upp buggar och förslag" -#: frappe/email/doctype/newsletter/newsletter.py:335 +#: frappe/email/doctype/newsletter/newsletter.py:338 msgid "Click here to verify" msgstr "Klicka här att verifiera" @@ -4794,13 +4828,11 @@ msgstr "Klient Information" #. Label of a shortcut in the Build Workspace #. Name of a DocType #. Label of a Code field in DocType 'DocType Layout' -#. Label of a Code field in DocType 'Web Form' #: frappe/core/doctype/doctype/doctype.json #: frappe/core/doctype/module_def/module_def.json #: frappe/core/workspace/build/build.json #: frappe/custom/doctype/client_script/client_script.json #: frappe/custom/doctype/doctype_layout/doctype_layout.json -#: frappe/website/doctype/web_form/web_form.json #: frappe/website/doctype/web_page/web_page.js:103 msgid "Client Script" msgstr "Klient Skript" @@ -4819,6 +4851,11 @@ msgstr "Klient Hemlighet" msgid "Client URLs" msgstr "Klient Adresser" +#. Label of a Code field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Client script" +msgstr "Klientskript" + #: frappe/core/doctype/communication/communication.js:39 #: frappe/desk/doctype/todo/todo.js:23 #: frappe/public/js/frappe/ui/messages.js:245 @@ -4884,7 +4921,7 @@ msgctxt "Shrink code field." msgid "Collapse" msgstr "Fäll In" -#: frappe/public/js/frappe/views/reports/query_report.js:1966 +#: frappe/public/js/frappe/views/reports/query_report.js:1973 #: frappe/public/js/frappe/views/treeview.js:110 msgid "Collapse All" msgstr "Fäll In" @@ -5122,23 +5159,27 @@ msgstr "Vanliga förnamn och efternamn är lätta att gissa." #: frappe/email/doctype/email_queue/email_queue.json #: frappe/tests/test_translate.py:35 frappe/tests/test_translate.py:103 msgid "Communication" -msgstr "E-post" +msgstr "Konversation" #. Name of a DocType #: frappe/core/doctype/communication_link/communication_link.json msgid "Communication Link" -msgstr "E-post Länk" +msgstr "Konversation Länk" #. Label of a Link in the Build Workspace #: frappe/core/workspace/build/build.json msgid "Communication Logs" -msgstr "E-post Logg" +msgstr "Konversation Logg" #. Label of a Select field in DocType 'Communication' #: frappe/core/doctype/communication/communication.json msgid "Communication Type" msgstr "E-post Typ" +#: frappe/integrations/frappe_providers/frappecloud_billing.py:28 +msgid "Communication secret not set" +msgstr "Kommunikation hemlighet inte angiven" + #: frappe/desk/page/leaderboard/leaderboard.js:112 msgid "Company" msgstr "Bolag" @@ -5183,7 +5224,7 @@ msgstr "Klar" msgid "Complete By" msgstr "Klar Senast" -#: frappe/core/doctype/user/user.py:443 +#: frappe/core/doctype/user/user.py:413 #: frappe/templates/emails/new_user.html:10 msgid "Complete Registration" msgstr "Slutför Registrering" @@ -5228,6 +5269,7 @@ msgid "Compose Email" msgstr "Skicka E-post" #. Label of a Select field in DocType 'Document Naming Rule Condition' +#. Label of a Code field in DocType 'Navbar Item' #. Label of a Small Text field in DocType 'Bulk Update' #. Label of a Code field in DocType 'Notification' #. Label of a Data field in DocType 'Notification Recipient' @@ -5235,6 +5277,7 @@ msgstr "Skicka E-post" #. Label of a Code field in DocType 'Energy Point Rule' #. Label of a Code field in DocType 'Workflow Transition' #: frappe/core/doctype/document_naming_rule_condition/document_naming_rule_condition.json +#: frappe/core/doctype/navbar_item/navbar_item.json #: frappe/desk/doctype/bulk_update/bulk_update.json #: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:305 #: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:439 @@ -5249,16 +5292,16 @@ msgstr "Skicka E-post" msgid "Condition" msgstr "Villkor" -#. Label of a HTML field in DocType 'Web Form' -#: frappe/website/doctype/web_form/web_form.json -msgid "Condition Description" -msgstr "Villkor Beskrivning" - #. Label of a JSON field in DocType 'Web Form' #: frappe/website/doctype/web_form/web_form.json msgid "Condition JSON" msgstr "JSON Villkor" +#. Label of a HTML field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Condition description" +msgstr "Villkor Beskrivning" + #. Label of a Table field in DocType 'Document Naming Rule' #. Label of a Section Break field in DocType 'Workflow Transition' #: frappe/core/doctype/document_naming_rule/document_naming_rule.json @@ -5312,6 +5355,10 @@ msgctxt "Title of confirmation dialog" msgid "Confirm" msgstr "Bekräfta" +#: frappe/integrations/oauth2.py:118 +msgid "Confirm Access" +msgstr "Bekräfta Åtkomst" + #: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:92 #: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:100 msgid "Confirm Deletion of Account" @@ -5330,7 +5377,7 @@ msgstr "Bekräfta Lösenord" msgid "Confirm Request" msgstr "Bekräfta Begäran" -#: frappe/email/doctype/newsletter/newsletter.py:330 +#: frappe/email/doctype/newsletter/newsletter.py:333 msgid "Confirm Your Email" msgstr "Bekräfta E-post" @@ -5339,7 +5386,7 @@ msgstr "Bekräfta E-post" msgid "Confirmation Email Template" msgstr "Bekräftelse E-post Mall" -#: frappe/email/doctype/newsletter/newsletter.py:379 +#: frappe/email/doctype/newsletter/newsletter.py:382 #: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:393 msgid "Confirmed" msgstr "Bekräftad" @@ -5461,11 +5508,11 @@ msgstr "Kontakta Oss Inställningar" msgid "Contact options, like \"Sales Query, Support Query\" etc each on a new line or separated by commas." msgstr "Kontakt Alternativ, som 'Försäljning Förfrågning, Support Förfrågning' osv på ny rad eller separerade med komma tecken." -#: frappe/utils/change_log.py:360 +#: frappe/utils/change_log.py:363 msgid "Contains {0} security fix" msgstr "Innehåller {0} säkerhetskorrigering" -#: frappe/utils/change_log.py:358 +#: frappe/utils/change_log.py:361 msgid "Contains {0} security fixes" msgstr "Innehåller {0} säkerhetskorrigeringar" @@ -5602,7 +5649,7 @@ msgstr "Rätt version : " msgid "Could not connect to outgoing email server" msgstr "Kan inte ansluta till utgående E-post Server" -#: frappe/model/document.py:930 +#: frappe/model/document.py:934 msgid "Could not find {0}" msgstr "Kunde inte hitta {0}" @@ -5776,12 +5823,12 @@ msgstr "Skapa Påminnelse" msgid "Create a new ..." msgstr "Skapa ny..." -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:145 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:156 msgid "Create a new record" msgstr "Skapa ny Post" -#: frappe/public/js/frappe/form/controls/link.js:295 -#: frappe/public/js/frappe/form/controls/link.js:297 +#: frappe/public/js/frappe/form/controls/link.js:303 +#: frappe/public/js/frappe/form/controls/link.js:305 #: frappe/public/js/frappe/form/link_selector.js:139 #: frappe/public/js/frappe/list/list_view.js:475 #: frappe/public/js/frappe/web_form/web_form_list.js:225 @@ -5901,6 +5948,7 @@ msgstr "Ctrl + Enter för att lämna kommentar" #. Option for the 'Type' (Select) field in DocType 'DocField' #. Option for the 'Fieldtype' (Select) field in DocType 'Report Column' #. Option for the 'Fieldtype' (Select) field in DocType 'Report Filter' +#. Label of a Link field in DocType 'System Settings' #. Option for the 'Field Type' (Select) field in DocType 'Custom Field' #. Option for the 'Type' (Select) field in DocType 'Customize Form Field' #. Name of a DocType @@ -5908,6 +5956,7 @@ msgstr "Ctrl + Enter för att lämna kommentar" #: frappe/core/doctype/docfield/docfield.json #: frappe/core/doctype/report_column/report_column.json #: frappe/core/doctype/report_filter/report_filter.json +#: frappe/core/doctype/system_settings/system_settings.json #: frappe/custom/doctype/custom_field/custom_field.json #: frappe/custom/doctype/customize_form_field/customize_form_field.json #: frappe/desk/page/setup_wizard/setup_wizard.js:403 @@ -6051,20 +6100,20 @@ msgstr "Anpassade Dokument" msgid "Custom Field" msgstr "Anpassad Fält" -#: frappe/custom/doctype/custom_field/custom_field.py:218 +#: frappe/custom/doctype/custom_field/custom_field.py:219 msgid "Custom Field {0} is created by the Administrator and can only be deleted through the Administrator account." -msgstr "Anpassad Fält {0} är skapad av Administratör och kan bara raderas via Administratör Konto." +msgstr "Anpassad Fält {0} är skapad av Administratör och kan bara tas bort via Administratör Konto." #. Subtitle of the Module Onboarding 'Customization' #: frappe/custom/module_onboarding/customization/customization.json msgid "Custom Field, Custom Doctype, Naming Series, Role Permission, Workflow, Print Formats, Reports" msgstr "Anpassad Fält, Anpassad DocType, Nummer Serie, Roll Behörighet, Arbetsflöde, Utskrift Format, Rapporter" -#: frappe/custom/doctype/custom_field/custom_field.py:260 +#: frappe/custom/doctype/custom_field/custom_field.py:261 msgid "Custom Fields can only be added to a standard DocType." msgstr "Anpassade Fält kan bara läggas till i Standard DocTypes." -#: frappe/custom/doctype/custom_field/custom_field.py:257 +#: frappe/custom/doctype/custom_field/custom_field.py:258 msgid "Custom Fields cannot be added to core DocTypes." msgstr "Anpassade Fält kan inte läggas till i System DocTypes." @@ -6158,7 +6207,7 @@ msgstr "Anpassad Sidfält Meny" msgid "Custom Translation" msgstr "Anpassad Översättning" -#: frappe/custom/doctype/custom_field/custom_field.py:373 +#: frappe/custom/doctype/custom_field/custom_field.py:374 msgid "Custom field renamed to {0} successfully." msgstr "Anpassat fält bytte namn till {0}." @@ -6314,7 +6363,7 @@ msgstr "UTKAST" #: frappe/social/doctype/energy_point_settings/energy_point_settings.json #: frappe/website/report/website_analytics/website_analytics.js:23 msgid "Daily" -msgstr "Varje Dag" +msgstr "Dagsvis" #: frappe/templates/emails/upcoming_events.html:8 msgid "Daily Event Digest is sent for Calendar Events where reminders are set." @@ -6350,13 +6399,13 @@ msgstr "Mörk Färg" msgid "Dark Theme" msgstr "Mörk Tema" -#. Label of a Check field in DocType 'Role' +#. Label of a Check field in DocType 'User' #. Label of a Link in the Build Workspace #. Name of a DocType #. Option for the 'Select List View' (Select) field in DocType 'Form Tour' #. Option for the 'Type' (Select) field in DocType 'Workspace Shortcut' #. Option for the 'DocType View' (Select) field in DocType 'Workspace Shortcut' -#: frappe/core/doctype/role/role.json +#: frappe/core/doctype/user/user.json #: frappe/core/page/dashboard_view/dashboard_view.js:10 #: frappe/core/workspace/build/build.json #: frappe/desk/doctype/dashboard/dashboard.json @@ -6674,7 +6723,7 @@ msgstr "Standard Inkorg" #. Label of a Check field in DocType 'Email Account' #: frappe/email/doctype/email_account/email_account.json -#: frappe/email/doctype/email_account/email_account.py:199 +#: frappe/email/doctype/email_account/email_account.py:200 msgid "Default Incoming" msgstr "Standard Inkommande" @@ -6694,7 +6743,7 @@ msgstr "Standard Nummer Serie" #. Label of a Check field in DocType 'Email Account' #: frappe/email/doctype/email_account/email_account.json -#: frappe/email/doctype/email_account/email_account.py:207 +#: frappe/email/doctype/email_account/email_account.py:208 msgid "Default Outgoing" msgstr "Standard Utgående" @@ -6781,6 +6830,11 @@ msgstr "Standard Vy" msgid "Default Workspace" msgstr "Standard Arbetsyta" +#. Description of the 'Currency' (Link) field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Default display currency" +msgstr "Standard Valuta" + #: frappe/core/doctype/doctype/doctype.py:1338 msgid "Default for 'Check' type of field {0} must be either '0' or '1'" msgstr "Standard för 'Kontroll' typ för fält {0} måste vara antingen '0' eller '1'" @@ -6810,7 +6864,7 @@ msgstr "Standard Värde" msgid "Defaults" msgstr "Standard" -#: frappe/email/doctype/email_account/email_account.py:218 +#: frappe/email/doctype/email_account/email_account.py:219 msgid "Defaults Updated" msgstr "Standard Inställningar Uppdaterade" @@ -6845,20 +6899,20 @@ msgstr "Försenad" #: frappe/templates/discussions/reply_card.html:35 #: frappe/templates/discussions/reply_section.html:29 msgid "Delete" -msgstr "Ta Bort" +msgstr "Ta bort" -#: frappe/public/js/frappe/list/list_view.js:1918 +#: frappe/public/js/frappe/list/list_view.js:1926 msgctxt "Button in list view actions menu" msgid "Delete" -msgstr "Ta Bort" +msgstr "Ta bort" #: frappe/www/me.html:75 msgid "Delete Account" -msgstr "Ta Bort Konto" +msgstr "Ta bort Konto" #: frappe/public/js/frappe/form/grid.js:63 msgid "Delete All" -msgstr "Ta Bort Alla" +msgstr "Ta bort Alla" #: frappe/public/js/form_builder/components/Section.vue:196 msgctxt "Title of confirmation dialog" @@ -6867,11 +6921,11 @@ msgstr "Ta bort Kolumn" #: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.js:10 msgid "Delete Data" -msgstr "Ta Bort Data" +msgstr "Ta bort Data" #: frappe/public/js/frappe/views/kanban/kanban_view.js:103 msgid "Delete Kanban Board" -msgstr "Ta Bort Anslag Tavla" +msgstr "Ta bort Anslag Tavla" #: frappe/public/js/form_builder/components/Section.vue:125 msgctxt "Title of confirmation dialog" @@ -6898,7 +6952,7 @@ msgstr "Ta bort kolumn" #: frappe/public/js/frappe/form/footer/form_timeline.js:721 msgid "Delete comment?" -msgstr "Ta Bort Kommentar?" +msgstr "Ta bort Kommentar?" #: frappe/public/js/form_builder/components/Section.vue:205 msgctxt "Button text" @@ -6927,17 +6981,17 @@ msgstr "Ta bort flik" #: frappe/email/doctype/email_unsubscribe/email_unsubscribe.py:29 msgid "Delete this record to allow sending to this email address" -msgstr "Ta Bort denna post för att tillåta utskick till denna E-post" +msgstr "Ta bort denna post för att tillåta utskick till denna E-post" -#: frappe/public/js/frappe/list/list_view.js:1923 +#: frappe/public/js/frappe/list/list_view.js:1931 msgctxt "Title of confirmation dialog" msgid "Delete {0} item permanently?" -msgstr "Ta Bort {0} Post permanent?" +msgstr "Ta bort {0} Post permanent?" -#: frappe/public/js/frappe/list/list_view.js:1929 +#: frappe/public/js/frappe/list/list_view.js:1937 msgctxt "Title of confirmation dialog" msgid "Delete {0} items permanently?" -msgstr "Radera {0} Poster permanent?" +msgstr "Ta bort {0} Poster permanent?" #. Option for the 'Comment Type' (Select) field in DocType 'Comment' #. Option for the 'Comment Type' (Select) field in DocType 'Communication' @@ -7294,7 +7348,7 @@ msgstr "Inaktivera Registrering" msgid "Disabled" msgstr "Inaktiverad" -#: frappe/email/doctype/email_account/email_account.js:228 +#: frappe/email/doctype/email_account/email_account.js:232 msgid "Disabled Auto Reply" msgstr "Inaktiverad Autosvar" @@ -7303,16 +7357,16 @@ msgstr "Inaktiverad Autosvar" #: frappe/public/js/frappe/views/workspace/workspace.js:547 #: frappe/public/js/frappe/web_form/web_form.js:187 msgid "Discard" -msgstr "Avvisa" +msgstr "Förkasta" #: frappe/website/doctype/web_form/templates/web_form.html:41 msgctxt "Button in web form" msgid "Discard" -msgstr "Avvisa" +msgstr "Förkasta" #: frappe/public/js/frappe/web_form/web_form.js:184 msgid "Discard?" -msgstr "Avvisa?" +msgstr "Förkasta?" #. Description of the 'Suggested Indexes' (Table) field in DocType 'Recorder' #: frappe/core/doctype/recorder/recorder.json @@ -7504,10 +7558,6 @@ msgstr "DocType Layout Fält" msgid "DocType Link" msgstr "DocType Länk" -#: frappe/core/doctype/doctype/doctype_list.js:10 -msgid "DocType Name" -msgstr "DocType Namn" - #. Name of a DocType #. Option for the 'Applied On' (Select) field in DocType 'Property Setter' #: frappe/core/doctype/doctype_state/doctype_state.json @@ -7690,7 +7740,7 @@ msgstr "Dokument Namn Regel Villkor" msgid "Document Naming Settings" msgstr "Dokument Namn Inställningar" -#: frappe/model/document.py:1541 +#: frappe/model/document.py:1545 msgid "Document Queued" msgstr "Dokument i Kö" @@ -7841,7 +7891,7 @@ msgid "Document Types and Permissions" msgstr "Dokument Typer och Behörigheter" #: frappe/core/doctype/submission_queue/submission_queue.py:163 -#: frappe/model/document.py:1748 +#: frappe/model/document.py:1752 msgid "Document Unlocked" msgstr "Dokument Upplåst" @@ -7881,7 +7931,7 @@ msgstr "Dokument Typ erfodras för att skapa Översikt Panel Diagram" msgid "Document {0} Already Restored" msgstr "Dokument {0} Redan Återställd" -#: frappe/workflow/doctype/workflow_action/workflow_action.py:198 +#: frappe/workflow/doctype/workflow_action/workflow_action.py:199 msgid "Document {0} has been set to state {1} by {2}" msgstr "Dokument {0} är i tillstånd {1} efter {2}" @@ -8046,7 +8096,7 @@ msgid "Dr" msgstr "Dr" #: frappe/public/js/frappe/model/indicator.js:73 -#: frappe/public/js/frappe/ui/filters/filter.js:498 +#: frappe/public/js/frappe/ui/filters/filter.js:530 msgid "Draft" msgstr "Utkast" @@ -8111,7 +8161,7 @@ msgstr "Rullgardin Meny" #. Label of a Date field in DocType 'ToDo' #: frappe/desk/doctype/todo/todo.json msgid "Due Date" -msgstr "Förfallo Datum" +msgstr "Förfallodatum" #. Label of a Select field in DocType 'Assignment Rule' #: frappe/automation/doctype/assignment_rule/assignment_rule.json @@ -8240,7 +8290,7 @@ msgstr "Varje dokument skapad i System kan ha unikt ID genererad för det, med d #: frappe/public/js/frappe/form/templates/contact_list.html:7 #: frappe/public/js/frappe/form/toolbar.js:660 #: frappe/public/js/frappe/views/reports/query_report.js:814 -#: frappe/public/js/frappe/views/reports/query_report.js:1636 +#: frappe/public/js/frappe/views/reports/query_report.js:1643 #: frappe/public/js/frappe/views/workspace/workspace.js:98 #: frappe/public/js/frappe/views/workspace/workspace.js:847 #: frappe/public/js/frappe/widgets/base_widget.js:64 @@ -8253,7 +8303,7 @@ msgstr "Varje dokument skapad i System kan ha unikt ID genererad för det, med d msgid "Edit" msgstr "Redigera" -#: frappe/public/js/frappe/list/list_view.js:2004 +#: frappe/public/js/frappe/list/list_view.js:2012 msgctxt "Button in list view actions menu" msgid "Edit" msgstr "Redigera" @@ -8302,7 +8352,7 @@ msgstr "Redigera Sidfot" msgid "Edit Format" msgstr "Redigera Format" -#: frappe/public/js/frappe/form/quick_entry.js:286 +#: frappe/public/js/frappe/form/quick_entry.js:287 msgid "Edit Full Form" msgstr "Öppna i Full Formulär" @@ -8322,7 +8372,7 @@ msgstr "Redigera Huvud Rubrik" #: frappe/public/js/print_format_builder/LetterHeadEditor.vue:52 msgid "Edit Letter Head" -msgstr "Redigera Sidhuvud" +msgstr "Redigera Brevhuvud" #: frappe/public/js/print_format_builder/PrintFormat.vue:35 msgid "Edit Letter Head Footer" @@ -8426,7 +8476,7 @@ msgstr "Element Väljare" #: frappe/core/doctype/communication/communication.json #: frappe/core/doctype/custom_docperm/custom_docperm.json #: frappe/core/doctype/docperm/docperm.json -#: frappe/core/doctype/success_action/success_action.js:57 +#: frappe/core/doctype/success_action/success_action.js:59 #: frappe/core/doctype/system_settings/system_settings.json #: frappe/core/doctype/user/user.json #: frappe/core/doctype/user_document_type/user_document_type.json @@ -8440,7 +8490,7 @@ msgstr "Element Väljare" #: frappe/templates/includes/comments/comments.html:25 #: frappe/templates/signup.html:9 #: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.json -#: frappe/www/login.html:7 frappe/www/login.py:98 +#: frappe/www/login.html:7 frappe/www/login.py:99 msgid "Email" msgstr "E-post" @@ -8464,7 +8514,7 @@ msgstr "E-post" msgid "Email Account" msgstr "E-post Konto" -#: frappe/email/doctype/email_account/email_account.py:314 +#: frappe/email/doctype/email_account/email_account.py:315 msgid "Email Account Disabled." msgstr "E-post Konto Inaktiverad" @@ -8473,7 +8523,7 @@ msgstr "E-post Konto Inaktiverad" msgid "Email Account Name" msgstr "E-post Konto Namn" -#: frappe/core/doctype/user/user.py:719 +#: frappe/core/doctype/user/user.py:680 msgid "Email Account added multiple times" msgstr "E-post Konto lagt till flera gånger" @@ -8545,6 +8595,7 @@ msgstr "E-post Grupp Medlemmar" #. Label of a Data field in DocType 'Contact Email' #. Label of a Data field in DocType 'User Email' #. Label of a Data field in DocType 'Email Rule' +#: frappe/contacts/doctype/contact/contact.py:130 #: frappe/contacts/doctype/contact_email/contact_email.json #: frappe/core/doctype/user_email/user_email.json #: frappe/email/doctype/email_rule/email_rule.json @@ -8763,7 +8814,7 @@ msgstr "Aktivera Google Indexering" #. Label of a Check field in DocType 'Email Account' #: frappe/email/doctype/email_account/email_account.json -#: frappe/email/doctype/email_account/email_account.py:200 +#: frappe/email/doctype/email_account/email_account.py:201 msgid "Enable Incoming" msgstr "Aktivera Inkommande" @@ -8776,7 +8827,7 @@ msgstr "Aktivera Introduktion" #. Label of a Check field in DocType 'Email Account' #: frappe/core/doctype/user_email/user_email.json #: frappe/email/doctype/email_account/email_account.json -#: frappe/email/doctype/email_account/email_account.py:208 +#: frappe/email/doctype/email_account/email_account.py:209 msgid "Enable Outgoing" msgstr "Aktivera Utgående" @@ -8914,11 +8965,11 @@ msgstr "Aktiverad" msgid "Enabled Scheduler" msgstr "Aktiverad Schemaläggare" -#: frappe/email/doctype/email_account/email_account.py:931 +#: frappe/email/doctype/email_account/email_account.py:939 msgid "Enabled email inbox for user {0}" msgstr "E-post Konto Aktiverad för {0}" -#: frappe/core/doctype/server_script/server_script.py:269 +#: frappe/core/doctype/server_script/server_script.py:243 msgid "Enabled scheduled execution for script {0}" msgstr "Aktiverad schemalagd exekvering för skript {0}" @@ -8931,7 +8982,7 @@ msgstr "Aktiverad schemalagd exekvering för skript {0}" msgid "Enables Calendar and Gantt views." msgstr "Aktiverar Kalender och Gantt Vyer." -#: frappe/email/doctype/email_account/email_account.js:223 +#: frappe/email/doctype/email_account/email_account.js:227 msgid "Enabling auto reply on an incoming email account will send automated replies to all the synchronized emails. Do you wish to continue?" msgstr "Om automatiskt svar aktiveras på inkommande E-post Konto, skickas automatiska svar på alla synkroniserade E-post meddelanden. Vill du fortsätta?" @@ -8971,6 +9022,7 @@ msgstr "Krypteringsnyckeln är ogiltig! Kontrollera site_config.json" #. Label of a Date field in DocType 'Auto Repeat' #. Label of a Datetime field in DocType 'Web Page' #: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:140 #: frappe/public/js/frappe/utils/common.js:416 #: frappe/website/doctype/web_page/web_page.json msgid "End Date" @@ -9192,13 +9244,13 @@ msgstr "Fel har inträffat i {0}" msgid "Error in Client Script" msgstr "Fel i Klient Skript" -#: frappe/public/js/frappe/form/script_manager.js:242 +#: frappe/public/js/frappe/form/script_manager.js:243 msgid "Error in Client Script." msgstr "Fel i Klient Skript." #: frappe/printing/doctype/letter_head/letter_head.js:21 msgid "Error in Header/Footer Script" -msgstr "Fel i Sidhuvud/Sidfot Skript" +msgstr "Fel i Brevhuvud/Sidfot Skript" #: frappe/email/doctype/notification/notification.py:396 #: frappe/email/doctype/notification/notification.py:512 @@ -9210,7 +9262,7 @@ msgstr "Fel i Avisering" msgid "Error in print format on line {0}: {1}" msgstr "Fel i Utskrift Format på rad {0}: {1}" -#: frappe/email/doctype/email_account/email_account.py:617 +#: frappe/email/doctype/email_account/email_account.py:618 msgid "Error while connecting to email account {0}" msgstr "Fel vid anslutning till E-post Konto {0}" @@ -9218,7 +9270,7 @@ msgstr "Fel vid anslutning till E-post Konto {0}" msgid "Error while evaluating Notification {0}. Please fix your template." msgstr "Fel vid test av Avisering {0}. Fixa Mall." -#: frappe/model/document.py:816 +#: frappe/model/document.py:820 msgid "Error: Document has been modified after you have opened it" msgstr "Fel: Dokument ändrad efter öppnande" @@ -9371,7 +9423,7 @@ msgstr "Kör Konsol Skript" msgid "Executing..." msgstr "Kör..." -#: frappe/public/js/frappe/views/reports/query_report.js:1980 +#: frappe/public/js/frappe/views/reports/query_report.js:1987 msgid "Execution Time: {0} sec" msgstr "Exekvering Tid: {0} sek" @@ -9389,7 +9441,7 @@ msgctxt "Enlarge code field." msgid "Expand" msgstr "Expandera" -#: frappe/public/js/frappe/views/reports/query_report.js:1966 +#: frappe/public/js/frappe/views/reports/query_report.js:1973 #: frappe/public/js/frappe/views/treeview.js:114 msgid "Expand All" msgstr "Fäll Ut" @@ -9444,12 +9496,12 @@ msgstr "Förfallo Tid för QR Kod Bild Sida" #: frappe/core/doctype/recorder/recorder_list.js:37 #: frappe/public/js/frappe/data_import/data_exporter.js:92 #: frappe/public/js/frappe/data_import/data_exporter.js:243 -#: frappe/public/js/frappe/views/reports/query_report.js:1671 +#: frappe/public/js/frappe/views/reports/query_report.js:1678 #: frappe/public/js/frappe/views/reports/report_view.js:1551 msgid "Export" msgstr "Export" -#: frappe/public/js/frappe/list/list_view.js:2026 +#: frappe/public/js/frappe/list/list_view.js:2034 msgctxt "Button in list view actions menu" msgid "Export" msgstr "Export" @@ -9628,7 +9680,7 @@ msgstr "Misslyckades att beräkna text för begäran: {}" msgid "Failed to connect to server" msgstr "Misslyckades att ansluta till server" -#: frappe/auth.py:670 +#: frappe/auth.py:678 msgid "Failed to decode token, please provide a valid base64-encoded token." msgstr "Misslyckades med att avkoda token. Ange giltig base64 kodad token." @@ -9652,6 +9704,10 @@ msgstr "Misslyckades att utvärdera villkor: {}" msgid "Failed to export python type hints" msgstr "Misslyckades att exportera python typ tips" +#: frappe/integrations/frappe_providers/frappecloud_billing.py:48 +msgid "Failed to generate access token" +msgstr "Misslyckades med att skapa åtkomst token" + #: frappe/core/doctype/document_naming_settings/document_naming_settings.py:249 msgid "Failed to generate names from the series" msgstr "Misslyckades att skapa namn serie" @@ -9668,6 +9724,10 @@ msgstr "Misslyckades att hämta sätt för kommando {0} med {1}" msgid "Failed to get method {0} with {1}" msgstr "Misslyckades att hämta sätt {0} med {1}" +#: frappe/integrations/frappe_providers/frappecloud_billing.py:68 +msgid "Failed to get site info" +msgstr "Misslyckades med att hämta webbplats information" + #: frappe/model/virtual_doctype.py:63 msgid "Failed to import virtual doctype {}, is controller file present?" msgstr "Misslyckadesc att importera virtuell doctype {}, finns kontroll fil?" @@ -9676,6 +9736,10 @@ msgstr "Misslyckadesc att importera virtuell doctype {}, finns kontroll fil?" msgid "Failed to optimize image: {0}" msgstr "Misslyckades att optimera bild: {0}" +#: frappe/integrations/frappe_providers/frappecloud_billing.py:104 +msgid "Failed to request login to Frappe Cloud" +msgstr "Misslyckades med att begära inloggning till Frappe Cloud" + #: frappe/email/doctype/email_queue/email_queue.py:280 msgid "Failed to send email with subject:" msgstr "Misslyckades att skicka e-post med ämne:" @@ -9688,6 +9752,10 @@ msgstr "Misslyckades att skicka e-post meddelande" msgid "Failed to update global settings" msgstr "Misslyckades att uppdatera globala inställningar" +#: frappe/integrations/frappe_providers/frappecloud_billing.py:83 +msgid "Failed while calling API {0}" +msgstr "Misslyckades vid anrop av API {0}" + #. Label of a Table field in DocType 'System Health Report' #: frappe/desk/doctype/system_health_report/system_health_report.json msgid "Failing Scheduled Jobs (last 7 days)" @@ -9700,7 +9768,7 @@ msgstr "Fel" #. Label of a Percent field in DocType 'System Health Report Failing Jobs' #: frappe/desk/doctype/system_health_report_failing_jobs/system_health_report_failing_jobs.json msgid "Failure Rate" -msgstr "Felfrekvens" +msgstr "Felprocent" #. Label of a Attach field in DocType 'Website Settings' #: frappe/website/doctype/website_settings/website_settings.json @@ -9783,7 +9851,7 @@ msgstr "Hämtar standard Global Sökning dokument." #: frappe/public/js/frappe/list/bulk_operations.js:327 #: frappe/public/js/frappe/list/list_view_permission_restrictions.html:3 #: frappe/public/js/frappe/views/reports/query_report.js:236 -#: frappe/public/js/frappe/views/reports/query_report.js:1725 +#: frappe/public/js/frappe/views/reports/query_report.js:1732 #: frappe/website/doctype/web_form_field/web_form_field.json #: frappe/website/doctype/web_form_list_column/web_form_list_column.json msgid "Field" @@ -9859,7 +9927,7 @@ msgstr "Fält att Spåra" msgid "Field type cannot be changed for {0}" msgstr "Fält Typ kan inte ändras för {0}" -#: frappe/database/database.py:841 +#: frappe/database/database.py:843 msgid "Field {0} does not exist on {1}" msgstr "Fält {0} finns inte på {1}" @@ -9902,7 +9970,7 @@ msgstr "Fält Namn {0} måste finnas för att aktivera automatisk namngivning" msgid "Fieldname is limited to 64 characters ({0})" msgstr "Fält Namn är begränsad till 64 tecken ({0})" -#: frappe/custom/doctype/custom_field/custom_field.py:195 +#: frappe/custom/doctype/custom_field/custom_field.py:196 msgid "Fieldname not set for Custom Field" msgstr "Fält Namn inte angiven i Anpassad Fält" @@ -9942,7 +10010,7 @@ msgstr "Fält Namn {0} är begränsad" #: frappe/custom/doctype/doctype_layout/doctype_layout.json #: frappe/desk/doctype/kanban_board/kanban_board.json #: frappe/desk/doctype/list_view_settings/list_view_settings.json -#: frappe/public/js/frappe/list/list_settings.js:132 +#: frappe/public/js/frappe/list/list_settings.js:135 #: frappe/public/js/frappe/views/kanban/kanban_settings.js:111 #: frappe/public/js/print_format_builder/PrintFormatControls.vue:83 #: frappe/website/doctype/personal_data_deletion_step/personal_data_deletion_step.json @@ -9979,7 +10047,7 @@ msgstr "Fält separerade med komma tecken (,) kommer att ingå i 'Sök efter' li msgid "Fieldtype" msgstr "Fält Typ" -#: frappe/custom/doctype/custom_field/custom_field.py:191 +#: frappe/custom/doctype/custom_field/custom_field.py:192 msgid "Fieldtype cannot be changed from {0} to {1}" msgstr "Fält Typ kan inte ändras från {0} till {1}" @@ -10128,11 +10196,11 @@ msgstr "Filter Namn" msgid "Filter Values" msgstr "Filter Värden" -#: frappe/utils/data.py:1781 +#: frappe/utils/data.py:1795 msgid "Filter must be a tuple or list (in a list)" msgstr "Filter måste vara tupel eller lista (i lista)" -#: frappe/utils/data.py:1789 +#: frappe/utils/data.py:1803 msgid "Filter must have 4 values (doctype, fieldname, operator, value): {0}" msgstr "Filter måste ha 4 värden (doctype, fält namn, operatör, värde): {0}" @@ -10197,7 +10265,7 @@ msgstr "Filter JSON" msgid "Filters Section" msgstr "Filter Sektion" -#: frappe/public/js/frappe/form/controls/link.js:491 +#: frappe/public/js/frappe/form/controls/link.js:502 msgid "Filters applied for {0}" msgstr "Filter tillämpade för {0}" @@ -10222,8 +10290,8 @@ msgstr "Filter:" msgid "Find '{0}' in ..." msgstr "Hitta '{0}' i..." -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:316 -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:317 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:327 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:328 #: frappe/public/js/frappe/ui/toolbar/search_utils.js:141 #: frappe/public/js/frappe/ui/toolbar/search_utils.js:144 msgid "Find {0} in {1}" @@ -10354,7 +10422,7 @@ msgstr "Följd av" msgid "Following Report Filters have missing values:" msgstr "Följande Rapport Filter saknar värden:" -#: frappe/website/doctype/web_form/web_form.py:107 +#: frappe/website/doctype/web_form/web_form.py:108 msgid "Following fields are missing:" msgstr "Följande fält saknas:" @@ -10525,7 +10593,7 @@ msgstr "För Användare" msgid "For Value" msgstr "För Värde" -#: frappe/public/js/frappe/views/reports/query_report.js:1977 +#: frappe/public/js/frappe/views/reports/query_report.js:1984 #: frappe/public/js/frappe/views/reports/report_view.js:96 msgid "For comparison, use >5, <10 or =324. For ranges, use 5:10 (for values between 5 & 10)." msgstr "För jämförelse, använd >5, <10 eller = 324. För intervall, använd 5:10 (för värden mellan 5 och 10)." @@ -10543,7 +10611,7 @@ msgstr "Till exempel: Om du vill inkludera Dokument ID, använd {0}" msgid "For example: {} Open" msgstr "Till exempel: {} Öppna" -#. Description of the 'Client Script' (Code) field in DocType 'Web Form' +#. Description of the 'Client script' (Code) field in DocType 'Web Form' #: frappe/website/doctype/web_form/web_form.json msgid "For help see Client Script API and Examples" msgstr "För mer information Klient Skript API och exempel" @@ -10637,10 +10705,12 @@ msgid "Form Dict" msgstr "Form Dict" #. Label of a Section Break field in DocType 'DocType' -#. Label of a Section Break field in DocType 'Role' +#. Label of a Section Break field in DocType 'User' #. Label of a Section Break field in DocType 'Customize Form' -#: frappe/core/doctype/doctype/doctype.json frappe/core/doctype/role/role.json +#. Label of a Section Break field in DocType 'Web Form' +#: frappe/core/doctype/doctype/doctype.json frappe/core/doctype/user/user.json #: frappe/custom/doctype/customize_form/customize_form.json +#: frappe/website/doctype/web_form/web_form.json msgid "Form Settings" msgstr "Formulär Inställningar" @@ -10696,8 +10766,8 @@ msgstr "Bråkdel Enheter" #. Option for the 'Social Login Provider' (Select) field in DocType 'Social #. Login Key' #: frappe/integrations/doctype/social_login_key/social_login_key.json -#: frappe/www/login.html:61 frappe/www/login.html:142 frappe/www/login.py:49 -#: frappe/www/login.py:138 +#: frappe/www/login.html:61 frappe/www/login.html:142 frappe/www/login.py:50 +#: frappe/www/login.py:139 msgid "Frappe" msgstr "Frappe" @@ -10777,7 +10847,7 @@ msgstr "Från Datum" msgid "From Date Field" msgstr "Från Datum" -#: frappe/public/js/frappe/views/reports/query_report.js:1691 +#: frappe/public/js/frappe/views/reports/query_report.js:1698 msgid "From Document Type" msgstr "Från DocType" @@ -10836,7 +10906,7 @@ msgstr "Funktion" msgid "Function Based On" msgstr "Funktion Baserad på" -#: frappe/__init__.py:905 +#: frappe/__init__.py:855 msgid "Function {0} is not whitelisted." msgstr "Funktion {0} är inte vitlistad." @@ -10910,7 +10980,7 @@ msgstr "Skapa Nycklar" msgid "Generate New Report" msgstr "Skapa Ny Rapport" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:357 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:368 msgid "Generate Random Password" msgstr "Skapa Slumpmässig Lösenord" @@ -10947,7 +11017,7 @@ msgstr "Hämta Fält" #: frappe/printing/doctype/letter_head/letter_head.js:32 msgid "Get Header and Footer wkhtmltopdf variables" -msgstr "Hämta Sidhuvud och Sidfot wkhtmltopdf variabler" +msgstr "Hämta wkhtmltopdf variabler för sidhuvud och sidfot" #: frappe/public/js/frappe/form/multi_select_dialog.js:87 msgid "Get Items" @@ -11127,7 +11197,7 @@ msgstr "Google Kalender - kunde inte skapa kalender för {0}, felkod {1}." #: frappe/integrations/doctype/google_calendar/google_calendar.py:574 msgid "Google Calendar - Could not delete Event {0} from Google Calendar, error code {1}." -msgstr "Google Kalender - kunde inte radera händelse {0} från Google Kalender, felkod {1}." +msgstr "Google Kalender - kunde inte ta bort händelse {0} från Google Kalender, felkod {1}." #: frappe/integrations/doctype/google_calendar/google_calendar.py:291 msgid "Google Calendar - Could not fetch event from Google Calendar, error code {0}." @@ -11275,6 +11345,14 @@ msgstr "Graf" msgid "Gray" msgstr "grå" +#: frappe/public/js/frappe/ui/filters/filter.js:23 +msgid "Greater Than" +msgstr "Större än" + +#: frappe/public/js/frappe/ui/filters/filter.js:25 +msgid "Greater Than Or Equal To" +msgstr "Större än eller lika med" + #. Option for the 'Color' (Select) field in DocType 'DocType State' #. Option for the 'Indicator' (Select) field in DocType 'Kanban Board Column' #: frappe/core/doctype/doctype_state/doctype_state.json @@ -11421,7 +11499,7 @@ msgstr "Halvår" #: frappe/automation/doctype/auto_repeat/auto_repeat.json #: frappe/public/js/frappe/utils/common.js:402 msgid "Half-yearly" -msgstr "Varje Halvår" +msgstr "Halvårsvis" #. Label of a Int field in DocType 'System Health Report' #: frappe/desk/doctype/system_health_report/system_health_report.json @@ -11494,7 +11572,7 @@ msgstr "Sidhuvud, Robotar" #: frappe/printing/doctype/letter_head/letter_head.js:30 msgid "Header/Footer scripts can be used to add dynamic behaviours." -msgstr "Skript för Sidhuvud/Sidfot kan användas för att lägga till dynamisk beteende." +msgstr "Skript för Brevhuvud/Sidfot kan användas för att lägga till dynamisk beteende." #. Label of a Table field in DocType 'Webhook' #. Label of a Code field in DocType 'Webhook Request Log' @@ -11567,7 +11645,7 @@ msgstr "Hjälp Rullgardin Meny " msgid "Help HTML" msgstr "HTML Hjälp" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:138 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:149 msgid "Help on Search" msgstr "Hjälp om Sökning" @@ -11796,7 +11874,7 @@ msgstr "Tips: Inkludera symboler, siffror och stora bokstäver i lösenord" #: frappe/www/contact.py:22 frappe/www/error.html:30 frappe/www/login.html:150 #: frappe/www/message.html:34 msgid "Home" -msgstr "Start" +msgstr "Hem" #. Label of a Data field in DocType 'Role' #. Label of a Data field in DocType 'Website Settings' @@ -11814,15 +11892,15 @@ msgstr "Webbplats Inställningar" #: frappe/core/doctype/file/test_file.py:305 #: frappe/core/doctype/file/test_file.py:369 msgid "Home/Test Folder 1" -msgstr "Start/Test Mapp 1" +msgstr "Hem/Test Mapp 1" #: frappe/core/doctype/file/test_file.py:358 msgid "Home/Test Folder 1/Test Folder 3" -msgstr "Start/Testa Mapp 1 / Test Mapp 3" +msgstr "Hem/Test Mapp 1 / Test Mapp 3" #: frappe/core/doctype/file/test_file.py:314 msgid "Home/Test Folder 2" -msgstr "Start/Test Mapp 2" +msgstr "Hem/Test Mapp 2" #. Option for the 'Frequency' (Select) field in DocType 'Scheduled Job Type' #. Option for the 'Event Frequency' (Select) field in DocType 'Server Script' @@ -11863,7 +11941,7 @@ msgstr "Antar att du inte har tillgång till någon arbetsyta ännu, men du kan #: frappe/desk/report/todo/todo.py:36 frappe/model/meta.py:44 #: frappe/public/js/frappe/data_import/data_exporter.js:330 #: frappe/public/js/frappe/data_import/data_exporter.js:345 -#: frappe/public/js/frappe/list/list_settings.js:334 +#: frappe/public/js/frappe/list/list_settings.js:337 #: frappe/public/js/frappe/list/list_view.js:357 #: frappe/public/js/frappe/list/list_view.js:420 #: frappe/public/js/frappe/model/meta.js:197 @@ -12005,6 +12083,11 @@ msgstr "Om inaktiverad, kommer denna roll tas bort från alla Användare." msgid "If enabled, user can login from any IP Address using Two Factor Auth, this can also be set for all users in System Settings" msgstr "Om aktiverad kan Användare logga in från vilken IP adress som helst med hjälp av Två Faktor Autentisering. Detta kan också anges för alla Användare i System Inställningar" +#. Description of the 'Anonymous responses' (Check) field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "If enabled, all responses on the web form will be submitted anonymously" +msgstr "Om aktiverat kommer alla webbformulär svar att skickas anonymt" + #. Description of the 'Bypass restricted IP Address check If Two Factor Auth #. Enabled' (Check) field in DocType 'System Settings' #: frappe/core/doctype/system_settings/system_settings.json @@ -12118,7 +12201,7 @@ msgstr "Om Användare är Ansvarig" #: frappe/core/doctype/data_export/exporter.py:204 msgid "If you are updating, please select \"Overwrite\" else existing rows will not be deleted." -msgstr "Om du uppdaterar, välj \"Skriv över\" annars kommer befintliga rader inte raderas." +msgstr "Om du uppdaterar, välj \"Skriv över\" annars kommer befintliga rader inte tas bort." #: frappe/core/doctype/data_export/exporter.py:188 msgid "If you are uploading new records, \"Naming Series\" becomes mandatory, if present." @@ -12240,7 +12323,7 @@ msgstr "Bild Länk" #: frappe/public/js/frappe/list/base_list.js:208 msgid "Image View" -msgstr "Visa Bild" +msgstr "Bild Vy" #. Label of a Float field in DocType 'Letter Head' #: frappe/printing/doctype/letter_head/letter_head.json @@ -12462,7 +12545,7 @@ msgstr "I Förhandsvisning" msgid "In Progress" msgstr "Pågående" -#: frappe/database/database.py:243 +#: frappe/database/database.py:245 msgid "In Read Only Mode" msgstr "I Skrivskyddat Läge" @@ -12537,11 +12620,11 @@ msgstr "Inkludera Tema från Appar" msgid "Include Web View Link in Email" msgstr "Inkludera Länk till Webbvy i E-post" -#: frappe/public/js/frappe/views/reports/query_report.js:1510 +#: frappe/public/js/frappe/views/reports/query_report.js:1515 msgid "Include filters" msgstr "Inkludera Filter" -#: frappe/public/js/frappe/views/reports/query_report.js:1502 +#: frappe/public/js/frappe/views/reports/query_report.js:1507 msgid "Include indentation" msgstr "Inkludera Fördjupning" @@ -12579,7 +12662,7 @@ msgstr "Inkommande E-post Konto är inte korrekt" msgid "Incomplete Virtual Doctype Implementation" msgstr "Ofullständig Virtuell DocType Implementering" -#: frappe/auth.py:233 +#: frappe/auth.py:241 msgid "Incomplete login details" msgstr "Ofullständiga inloggning detaljer" @@ -12599,11 +12682,11 @@ msgstr "Felaktig Användare eller Lösenord" msgid "Incorrect Verification code" msgstr "Felaktig Verifiering Kod" -#: frappe/model/document.py:1347 +#: frappe/model/document.py:1351 msgid "Incorrect value in row {0}:" msgstr "Felaktigt värde i rad {0}:" -#: frappe/model/document.py:1349 +#: frappe/model/document.py:1353 msgid "Incorrect value:" msgstr "Felaktigt värde:" @@ -12687,15 +12770,15 @@ msgstr "Infoga \tOvan" #. Label of a Select field in DocType 'Custom Field' #: frappe/custom/doctype/custom_field/custom_field.json -#: frappe/public/js/frappe/views/reports/query_report.js:1731 +#: frappe/public/js/frappe/views/reports/query_report.js:1738 msgid "Insert After" msgstr "Infoga Efter" -#: frappe/custom/doctype/custom_field/custom_field.py:249 +#: frappe/custom/doctype/custom_field/custom_field.py:250 msgid "Insert After cannot be set as {0}" msgstr "Infoga Efter kan inte anges som {0}" -#: frappe/custom/doctype/custom_field/custom_field.py:242 +#: frappe/custom/doctype/custom_field/custom_field.py:243 msgid "Insert After field '{0}' mentioned in Custom Field '{1}', with label '{2}', does not exist" msgstr "Infoga Efter fält '{0}' som anges i Anpassad Fält '{1}', med Etikett '{2}', existerar inte" @@ -12756,7 +12839,6 @@ msgid "Insufficient Permission Level for {0}" msgstr "Otillräckliga Behörigheter för ändring av {0}" #: frappe/database/query.py:375 frappe/desk/form/load.py:40 -#: frappe/model/document.py:239 msgid "Insufficient Permission for {0}" msgstr "Otillräckliga Behörigheter för ändring av {0}" @@ -12901,6 +12983,10 @@ msgstr "Ogiltig åtgärd" msgid "Invalid CSV Format" msgstr "Ogiltig CSV Format" +#: frappe/integrations/frappe_providers/frappecloud_billing.py:121 +msgid "Invalid Code. Please try again." +msgstr "Ogiltig kod. Försök igen." + #: frappe/integrations/doctype/webhook/webhook.py:90 msgid "Invalid Condition: {}" msgstr "Ogiltig Villkor: {}" @@ -12909,7 +12995,7 @@ msgstr "Ogiltig Villkor: {}" msgid "Invalid Credentials" msgstr "Ogiltiga Uppgifter" -#: frappe/utils/data.py:103 frappe/utils/data.py:253 +#: frappe/utils/data.py:104 frappe/utils/data.py:254 msgid "Invalid Date" msgstr "Ogiltigt Datum" @@ -12945,7 +13031,7 @@ msgstr "Ogiltig Webbplats" msgid "Invalid Link" msgstr "Ogiltig Länk" -#: frappe/www/login.py:117 +#: frappe/www/login.py:118 msgid "Invalid Login Token" msgstr "Ogiltig Inloggning Token" @@ -12978,11 +13064,11 @@ msgstr "Ogiltig Utgående E-Post Server eller Port: {0}" msgid "Invalid Output Format" msgstr "Ogiltig Utdata Format" -#: frappe/integrations/doctype/connected_app/connected_app.py:166 +#: frappe/integrations/doctype/connected_app/connected_app.py:190 msgid "Invalid Parameters." msgstr "Ogiltiga Parametrar" -#: frappe/core/doctype/user/user.py:1210 frappe/www/update-password.html:121 +#: frappe/core/doctype/user/user.py:1164 frappe/www/update-password.html:121 #: frappe/www/update-password.html:142 frappe/www/update-password.html:144 #: frappe/www/update-password.html:245 msgid "Invalid Password" @@ -12992,8 +13078,8 @@ msgstr "Ogiltigt Lösenord" msgid "Invalid Phone Number" msgstr "Ogiltig Telefon Nummer" -#: frappe/auth.py:94 frappe/utils/oauth.py:185 frappe/utils/oauth.py:192 -#: frappe/www/login.py:117 +#: frappe/auth.py:95 frappe/utils/oauth.py:185 frappe/utils/oauth.py:192 +#: frappe/www/login.py:118 msgid "Invalid Request" msgstr "Ogiltig Begäran" @@ -13032,7 +13118,7 @@ msgstr "Ogiltig aggregatfunktion" msgid "Invalid column" msgstr "Ogiltig Kolumn" -#: frappe/model/document.py:849 frappe/model/document.py:863 +#: frappe/model/document.py:853 frappe/model/document.py:867 msgid "Invalid docstatus" msgstr "Ogiltig dokument status" @@ -13044,7 +13130,7 @@ msgstr "Ogiltig uttryck angiven i filter {0}" msgid "Invalid expression set in filter {0} ({1})" msgstr "Ogiltig uttryck angiven i sortering {0} ({1})" -#: frappe/utils/data.py:1888 +#: frappe/utils/data.py:1902 msgid "Invalid field name {0}" msgstr "Ogiltig Fält Namn {0}" @@ -13070,7 +13156,7 @@ msgstr "Ogiltig inkluderad sökväg" msgid "Invalid json added in the custom options: {0}" msgstr "Ogiltig JSON har lagts till i anpassade alternativ: {0}" -#: frappe/model/naming.py:465 +#: frappe/model/naming.py:464 msgid "Invalid name type (integer) for varchar name column" msgstr "Ogiltig namn typ (heltal) för varchar namn kolumn" @@ -13094,7 +13180,7 @@ msgstr "Ogiltiga begäran argument" msgid "Invalid template file for import" msgstr "Ogiltig mall fil för import" -#: frappe/integrations/doctype/connected_app/connected_app.py:172 +#: frappe/integrations/doctype/connected_app/connected_app.py:196 msgid "Invalid token state! Check if the token has been created by the OAuth user." msgstr "Ogiltig token tillstånd! Kontrollera om token är skapad av OAuth användare." @@ -13359,7 +13445,7 @@ msgstr "Är Virtuell" #: frappe/core/doctype/file/utils.py:158 frappe/utils/file_manager.py:314 msgid "It is risky to delete this file: {0}. Please contact your System Manager." -msgstr "Det är riskabelt att radera denna fil: {0}. Kontakta System Administratör." +msgstr "Det är riskabelt att ta bort denna fil: {0}. Kontakta System Administratör." #. Label of a Data field in DocType 'Navbar Item' #: frappe/core/doctype/navbar_item/navbar_item.json @@ -13531,7 +13617,7 @@ msgstr "Håll koll på alla uppdatering flöde" #. Description of a DocType #: frappe/core/doctype/communication/communication.json msgid "Keeps track of all communications" -msgstr "E-post Övervakning" +msgstr "Konversation Översikt" #. Label of a Data field in DocType 'DefaultValue' #. Label of a Data field in DocType 'Document Share Key' @@ -13785,7 +13871,7 @@ msgstr "Etikett Hjälp" msgid "Label and Type" msgstr "Etikett och Typ" -#: frappe/custom/doctype/custom_field/custom_field.py:143 +#: frappe/custom/doctype/custom_field/custom_field.py:144 msgid "Label is mandatory" msgstr "Etikett erfodras" @@ -13936,7 +14022,7 @@ msgstr "Förra Vecka" msgid "Last Year" msgstr "Förra Året" -#: frappe/public/js/frappe/widgets/chart_widget.js:698 +#: frappe/public/js/frappe/widgets/chart_widget.js:704 msgid "Last synced {0}" msgstr "Senast Synkroniserad {0}" @@ -13988,7 +14074,7 @@ msgid "Leave blank to repeat always" msgstr "Lämna tom för ingen slut datum" #: frappe/core/doctype/communication/mixins.py:207 -#: frappe/email/doctype/email_account/email_account.py:666 +#: frappe/email/doctype/email_account/email_account.py:667 msgid "Leave this conversation" msgstr "Lämna denna konversation" @@ -14048,10 +14134,18 @@ msgstr "Längd av datamatrisen är större än värdet för maximum tillåtna et msgid "Length of {0} should be between 1 and 1000" msgstr "Längd av {0} ska vara mellan 1 och 1000" -#: frappe/public/js/frappe/widgets/chart_widget.js:674 +#: frappe/public/js/frappe/widgets/chart_widget.js:680 msgid "Less" msgstr "Mindre" +#: frappe/public/js/frappe/ui/filters/filter.js:24 +msgid "Less Than" +msgstr "Mindre än" + +#: frappe/public/js/frappe/ui/filters/filter.js:26 +msgid "Less Than Or Equal To" +msgstr "Mindre än eller lika med" + #: frappe/public/js/frappe/widgets/onboarding_widget.js:439 msgid "Let us continue with the onboarding" msgstr "Fortsätt med Introduktion" @@ -14096,7 +14190,7 @@ msgstr "Letter" #: frappe/public/js/frappe/list/bulk_operations.js:52 #: frappe/public/js/print_format_builder/LetterHeadEditor.vue:144 msgid "Letter Head" -msgstr "Sidhuvud" +msgstr "Brevhuvud" #. Label of a Select field in DocType 'Letter Head' #: frappe/printing/doctype/letter_head/letter_head.json @@ -14116,11 +14210,11 @@ msgstr "Sidhuvud Namn" #: frappe/printing/doctype/letter_head/letter_head.js:30 msgid "Letter Head Scripts" -msgstr "Sidhuvud Skript" +msgstr "Brevhuvud Skript" #: frappe/printing/doctype/letter_head/letter_head.py:46 msgid "Letter Head cannot be both disabled and default" -msgstr "Sidhuvud kan inte vara både Inaktiverad och Standard" +msgstr "Brevhuvud kan inte vara både Inaktiverad och Standard" #. Description of the 'Header HTML' (HTML Editor) field in DocType 'Letter #. Head' @@ -14290,7 +14384,7 @@ msgid "Link Document Type" msgstr "Länk DocType" #: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:402 -#: frappe/workflow/doctype/workflow_action/workflow_action.py:197 +#: frappe/workflow/doctype/workflow_action/workflow_action.py:198 msgid "Link Expired" msgstr "Länk Förfallen" @@ -14425,15 +14519,10 @@ msgstr "Lista Kolumner" msgid "List Filter" msgstr "Lista Filter" -#. Label of a HTML field in DocType 'Web Form' -#: frappe/website/doctype/web_form/web_form.json -msgid "List Setting Message" -msgstr "List Inställning Meddelande" - -#. Label of a Section Break field in DocType 'Role' +#. Label of a Section Break field in DocType 'User' #. Label of a Section Break field in DocType 'Customize Form' #. Label of a Section Break field in DocType 'Web Form' -#: frappe/core/doctype/role/role.json +#: frappe/core/doctype/user/user.json #: frappe/custom/doctype/customize_form/customize_form.json #: frappe/website/doctype/web_form/web_form.json msgid "List Settings" @@ -14453,7 +14542,7 @@ msgstr "List Vy" msgid "List View Settings" msgstr "Lista Vy Inställningar" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:150 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:161 msgid "List a document type" msgstr "Lista DocType" @@ -14469,6 +14558,11 @@ msgstr "Lista som [{\"label\": _(\"Jobs\"), \"route\":\"jobs\"}]" msgid "List of patches executed" msgstr "Lista av exekverade patchar" +#. Label of a HTML field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "List setting message" +msgstr "Listinställning Meddelande" + #: frappe/public/js/frappe/ui/toolbar/search_utils.js:542 msgid "Lists" msgstr "Listor" @@ -14486,7 +14580,7 @@ msgstr "Ladda Mer" #: frappe/public/js/frappe/form/footer/form_timeline.js:216 msgctxt "Form timeline" msgid "Load More Communications" -msgstr "Ladda Mer Korenspondens" +msgstr "Ladda mer Konversation" #: frappe/public/js/frappe/file_uploader/TreeNode.vue:45 msgid "Load more" @@ -14612,7 +14706,7 @@ msgstr "Logga in Före" msgid "Login Failed please try again" msgstr "Inloggning Misslyckades, försök igen" -#: frappe/email/doctype/email_account/email_account.py:139 +#: frappe/email/doctype/email_account/email_account.py:140 msgid "Login Id is required" msgstr "Inloggning Erfodras" @@ -14626,12 +14720,7 @@ msgstr "Inloggning Sätt" msgid "Login Page" msgstr "Inloggning Sida" -#. Label of a Check field in DocType 'Web Form' -#: frappe/website/doctype/web_form/web_form.json -msgid "Login Required" -msgstr "Inloggning Erfodras" - -#: frappe/www/login.py:141 +#: frappe/www/login.py:142 msgid "Login To {0}" msgstr "Logga in på {0}" @@ -14651,10 +14740,15 @@ msgstr "Inloggning erfodras för att se webbformulär lista. Aktivera {0} för a msgid "Login link sent to your email" msgstr "Inloggning länk skickad till din e-post" -#: frappe/auth.py:319 frappe/auth.py:322 +#: frappe/auth.py:327 frappe/auth.py:330 msgid "Login not allowed at this time" msgstr "Inloggning inte tillåtet vid denna tid" +#. Label of a Check field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Login required" +msgstr "Inloggning erfordras" + #: frappe/twofactor.py:165 msgid "Login session expired, refresh page to retry" msgstr "Inloggning session förfallen, uppdatera sida att försöka igen" @@ -14693,7 +14787,7 @@ msgstr "Logga in med E-post länk" msgid "Login with email link expiry (in minutes)" msgstr "E-post Länk Giltig (minuter)" -#: frappe/auth.py:130 +#: frappe/auth.py:131 msgid "Login with username and password is not allowed." msgstr "Inloggning med användarnamn och lösenord är inte tillåtet." @@ -14817,6 +14911,11 @@ msgstr "Stora" msgid "Make \"name\" searchable in Global Search" msgstr "'namn' sökbar i Global Sökning" +#. Label of a Check field in DocType 'DocField' +#: frappe/core/doctype/docfield/docfield.json +msgid "Make Attachment Public (by default)" +msgstr "Gör bilaga Publik (som standard)" + #. Label of a Check field in DocType 'DocType' #. Label of a Check field in DocType 'Customize Form' #: frappe/core/doctype/doctype/doctype.json @@ -14846,6 +14945,12 @@ msgstr "Publik Sida" msgid "Male" msgstr "Man" +#. Label of a standard navbar item +#. Type: Route +#: frappe/hooks.py +msgid "Manage Billing" +msgstr "Hantera Fakturering" + #: frappe/www/me.html:50 msgid "Manage third party apps" msgstr "Tredje Part Appar" @@ -14881,7 +14986,7 @@ msgstr "Erfordrad Beroende Av" msgid "Mandatory Depends On (JS)" msgstr "Erfodrad Beroende Av (JS)" -#: frappe/website/doctype/web_form/web_form.py:410 +#: frappe/website/doctype/web_form/web_form.py:411 msgid "Mandatory Information missing:" msgstr "Erfodrad Information saknas:" @@ -15022,11 +15127,6 @@ msgstr "Ledare" msgid "Max 500 records at a time" msgstr "Maximum 500 poster åt gången" -#. Label of a Int field in DocType 'Web Form' -#: frappe/website/doctype/web_form/web_form.json -msgid "Max Attachment Size (in MB)" -msgstr "Maximum Bilaga Storlek (i MB)" - #. Label of a Int field in DocType 'DocType' #. Label of a Int field in DocType 'Customize Form' #: frappe/core/doctype/doctype/doctype.json @@ -15054,6 +15154,11 @@ msgstr "Maximum Längd" msgid "Max Value" msgstr "Maximum Värde" +#. Label of a Int field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Max attachment size" +msgstr "Max Bilaga storlek" + #. Label of a Int field in DocType 'System Settings' #: frappe/core/doctype/system_settings/system_settings.json msgid "Max auto email report per user" @@ -15093,7 +15198,7 @@ msgid "Maximum points allowed after multiplying points with the multiplier value "(Note: For no limit leave this field empty or set 0)" msgstr "Maximum Poäng tillåtna efter multiplicering av poäng med multiplikator värde (Obs: För ingen gräns lämna detta fält tomt eller ange 0)" -#: frappe/model/rename_doc.py:679 +#: frappe/model/rename_doc.py:685 msgid "Maximum {0} rows allowed" msgstr "Maximum {0} rader tillåtna" @@ -15190,7 +15295,7 @@ msgstr "Sammanslafning är endast möjlig mellan grupp till grupp eller underord msgid "Message" msgstr "Meddelande" -#: frappe/__init__.py:589 frappe/public/js/frappe/ui/messages.js:267 +#: frappe/__init__.py:539 frappe/public/js/frappe/ui/messages.js:267 msgctxt "Default title of the message dialog" msgid "Message" msgstr "Meddelande" @@ -15235,7 +15340,7 @@ msgstr "Meddelande Typ" msgid "Message clipped" msgstr "Meddelande Urlippt" -#: frappe/email/doctype/email_account/email_account.py:315 +#: frappe/email/doctype/email_account/email_account.py:316 msgid "Message from server: {0}" msgstr "Meddelande från Server: {0}" @@ -15243,7 +15348,7 @@ msgstr "Meddelande från Server: {0}" msgid "Message not setup" msgstr "Meddelande är inte angiven" -#. Description of the 'Success Message' (Text) field in DocType 'Web Form' +#. Description of the 'Success message' (Text) field in DocType 'Web Form' #: frappe/website/doctype/web_form/web_form.json msgid "Message to be displayed on successful completion" msgstr "Meddelande som ska visas när klar" @@ -15264,17 +15369,13 @@ msgid "Meta" msgstr "Meta" #. Label of a Small Text field in DocType 'Blog Post' -#. Label of a Small Text field in DocType 'Web Form' #: frappe/website/doctype/blog_post/blog_post.json -#: frappe/website/doctype/web_form/web_form.json #: frappe/website/doctype/web_page/web_page.js:124 msgid "Meta Description" msgstr "Meta Beskrivning" #. Label of a Attach Image field in DocType 'Blog Post' -#. Label of a Attach Image field in DocType 'Web Form' #: frappe/website/doctype/blog_post/blog_post.json -#: frappe/website/doctype/web_form/web_form.json #: frappe/website/doctype/web_page/web_page.js:131 msgid "Meta Image" msgstr "Meta Bild" @@ -15289,13 +15390,26 @@ msgid "Meta Tags" msgstr "Meta Taggar" #. Label of a Data field in DocType 'Blog Post' -#. Label of a Data field in DocType 'Web Form' #: frappe/website/doctype/blog_post/blog_post.json -#: frappe/website/doctype/web_form/web_form.json #: frappe/website/doctype/web_page/web_page.js:117 msgid "Meta Title" msgstr "Meta Titel" +#. Label of a Small Text field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Meta description" +msgstr "Meta Beskrivning" + +#. Label of a Attach Image field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Meta image" +msgstr "Meta Bild" + +#. Label of a Data field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Meta title" +msgstr "Meta Titel" + #: frappe/website/doctype/web_page/web_page.js:110 msgid "Meta title for SEO" msgstr "Meta Titel för SEO" @@ -15315,7 +15429,7 @@ msgstr "Meta Titel för SEO" msgid "Method" msgstr "Sätt" -#: frappe/__init__.py:907 +#: frappe/__init__.py:857 msgid "Method Not Allowed" msgstr "Metod ej Tillåten" @@ -15407,7 +15521,7 @@ msgstr "Värde Saknas" msgid "Missing Values Required" msgstr "Erfordrade Värden Saknas" -#: frappe/www/login.py:101 +#: frappe/www/login.py:102 msgid "Mobile" msgstr "Mobil" @@ -15569,7 +15683,7 @@ msgstr "Måndag" #. Description of a Card Break in the Build Workspace #: frappe/core/workspace/build/build.json msgid "Monitor logs for errors, background jobs, communications, and user activity" -msgstr "Övervaka loggar för fel, bakgrundsjobb, kommunikation och användaraktivitet" +msgstr "Övervaka loggar för fel, bakgrundsjobb, konversation och användaraktivitet" #. Option for the 'Font' (Select) field in DocType 'Print Settings' #: frappe/printing/doctype/print_settings/print_settings.json @@ -15604,7 +15718,7 @@ msgstr "Månad" #: frappe/social/doctype/energy_point_settings/energy_point_settings.json #: frappe/website/report/website_analytics/website_analytics.js:25 msgid "Monthly" -msgstr "Varje Månad" +msgstr "Månadsvis" #. Option for the 'Frequency' (Select) field in DocType 'Scheduled Job Type' #. Option for the 'Event Frequency' (Select) field in DocType 'Server Script' @@ -15622,7 +15736,7 @@ msgstr "Månads Position" #: frappe/public/js/frappe/form/multi_select_dialog.js:72 #: frappe/public/js/frappe/ui/toolbar/search.js:285 #: frappe/public/js/frappe/ui/toolbar/search.js:300 -#: frappe/public/js/frappe/widgets/chart_widget.js:674 +#: frappe/public/js/frappe/widgets/chart_widget.js:680 #: frappe/templates/includes/list/list.html:23 #: frappe/templates/includes/search_template.html:13 msgid "More" @@ -15756,7 +15870,7 @@ msgstr "Måste omges av '()' och inkludera '{0}', som är platshållare för Anv msgid "Must be of type \"Attach Image\"" msgstr "Måste vara av typ 'Bifoga Bild'" -#: frappe/desk/query_report.py:203 +#: frappe/desk/query_report.py:204 msgid "Must have report permission to access this report." msgstr "Behörigheter saknas till den här rapport." @@ -15774,7 +15888,7 @@ msgid "Mx" msgstr "Mx" #: frappe/templates/includes/web_sidebar.html:41 -#: frappe/website/doctype/web_form/web_form.py:399 +#: frappe/website/doctype/web_form/web_form.py:400 #: frappe/website/doctype/website_settings/website_settings.py:181 #: frappe/www/list.py:20 frappe/www/me.html:4 frappe/www/me.html:8 #: frappe/www/update_password.py:10 @@ -15817,6 +15931,7 @@ msgstr "OBS: Denna ruta ska tas bort.Konfigurera LDAP att fungera med nya instä #. Label of a Data field in DocType 'Workspace' #. Label of a Data field in DocType 'Slack Webhook URL' #: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/doctype/doctype_list.js:10 #: frappe/custom/doctype/customize_form_field/customize_form_field.json #: frappe/desk/doctype/workspace/workspace.json #: frappe/integrations/doctype/slack_webhook_url/slack_webhook_url.json @@ -15836,7 +15951,7 @@ msgstr "Namn(Doctyope Namn)" msgid "Name already taken, please set a new name" msgstr "Namn redan tagen, ange ny namn" -#: frappe/model/naming.py:479 +#: frappe/model/naming.py:478 msgid "Name cannot contain special characters like {0}" msgstr "Namn kan inte innehålla special tecken som {0}" @@ -15848,7 +15963,7 @@ msgstr "Namn på DocType du vill att fält ska kopplas till. t.ex. Kund" msgid "Name of the new Print Format" msgstr "Namn på ny Utskrift Format" -#: frappe/model/naming.py:474 +#: frappe/model/naming.py:473 msgid "Name of {0} cannot be {1}" msgstr "Namn på {0} kan inte vara {1}" @@ -15932,7 +16047,7 @@ msgstr "Toppfält Mall Värden" #: frappe/public/js/frappe/ui/keyboard.js:214 msgid "Navigate Home" -msgstr "Till Start" +msgstr "Navigera Hem" #: frappe/public/js/frappe/list/list_view.js:1153 msgctxt "Description of a list view shortcut" @@ -15948,20 +16063,20 @@ msgstr "Navigera lista upp" msgid "Navigate to main content" msgstr "Navigera till huvud innehåll" -#. Label of a Section Break field in DocType 'Role' -#: frappe/core/doctype/role/role.json +#. Label of a Section Break field in DocType 'User' +#: frappe/core/doctype/user/user.json msgid "Navigation Settings" msgstr "Navigation Inställningar" -#: frappe/desk/doctype/workspace/workspace.py:306 +#: frappe/desk/doctype/workspace/workspace.py:310 msgid "Need Workspace Manager role to edit private workspace of other users" msgstr "Arbetsyta Ansvarig roll erfodras för att redigera andra användares privat arbetsyta" -#: frappe/desk/doctype/workspace/workspace.py:350 +#: frappe/desk/doctype/workspace/workspace.py:354 msgid "Need Workspace Manager role to hide/unhide public workspaces" msgstr "Arbetsyta Ansvarig roll erfodras för att dölja/visa publika arbetsytor" -#: frappe/model/document.py:625 +#: frappe/model/document.py:629 msgid "Negative Value" msgstr "Negativ Värde" @@ -15978,7 +16093,7 @@ msgstr "Nätverk Skrivare Inställningar" #. Option for the 'Send Alert On' (Select) field in DocType 'Notification' #. Option for the 'For Document Event' (Select) field in DocType 'Energy Point #. Rule' -#: frappe/core/doctype/success_action/success_action.js:55 +#: frappe/core/doctype/success_action/success_action.js:57 #: frappe/core/page/dashboard_view/dashboard_view.js:173 #: frappe/desk/doctype/todo/todo.js:46 #: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json @@ -16103,7 +16218,7 @@ msgstr "Ny Arbetsyta" msgid "New password cannot be same as old password" msgstr "Ny lösenord kan inte vara samma som gammalt lösenord" -#: frappe/utils/change_log.py:391 +#: frappe/utils/change_log.py:394 msgid "New updates are available" msgstr "Nya uppdateringar tillgängliga" @@ -16130,7 +16245,7 @@ msgstr "Ny värde att ange" #: frappe/public/js/frappe/ui/toolbar/search_utils.js:218 #: frappe/public/js/frappe/views/breadcrumbs.js:192 #: frappe/public/js/frappe/views/treeview.js:332 -#: frappe/website/doctype/web_form/web_form.py:308 +#: frappe/website/doctype/web_form/web_form.py:309 msgid "New {0}" msgstr "Ny {0}" @@ -16146,15 +16261,15 @@ msgstr "Ny {0} {1} har lagts till i Översikt Panel {2}" msgid "New {0} {1} created" msgstr "Ny {0} {1} skapad" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:374 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:378 msgid "New {0}: {1}" msgstr "Ny {0}: {1}" -#: frappe/utils/change_log.py:373 +#: frappe/utils/change_log.py:376 msgid "New {} releases for the following apps are available" msgstr "Nya {} versioner för följande appar finns tillgängliga" -#: frappe/core/doctype/user/user.py:786 +#: frappe/core/doctype/user/user.py:747 msgid "Newly created user {0} has no roles enabled." msgstr "Nyskapad användare {0} har inga roller aktiverade." @@ -16196,7 +16311,7 @@ msgstr "Nyhetsbrev måste publiceras för att skicka webbvylänk i E-post" msgid "Newsletter should have atleast one recipient" msgstr "Nyhetsbrev ska ha minst en mottagare" -#: frappe/email/doctype/newsletter/newsletter.py:390 +#: frappe/email/doctype/newsletter/newsletter.py:393 msgid "Newsletters" msgstr "Nyhetsbrev" @@ -16204,7 +16319,7 @@ msgstr "Nyhetsbrev" #: frappe/public/js/frappe/web_form/web_form.js:91 #: frappe/public/js/onboarding_tours/onboarding_tours.js:15 #: frappe/public/js/onboarding_tours/onboarding_tours.js:240 -#: frappe/templates/includes/slideshow.html:38 frappe/website/utils.py:253 +#: frappe/templates/includes/slideshow.html:38 frappe/website/utils.py:254 #: frappe/website/web_template/slideshow/slideshow.html:44 msgid "Next" msgstr "Nästa" @@ -16283,14 +16398,14 @@ msgstr "Nästa på Klick" #: frappe/integrations/doctype/webhook/webhook.py:140 #: frappe/printing/doctype/print_format/print_format.json #: frappe/public/js/form_builder/utils.js:341 -#: frappe/public/js/frappe/form/controls/link.js:475 +#: frappe/public/js/frappe/form/controls/link.js:486 #: frappe/public/js/frappe/list/list_sidebar_group_by.js:223 -#: frappe/public/js/frappe/views/reports/query_report.js:1529 +#: frappe/public/js/frappe/views/reports/query_report.js:1534 #: frappe/website/doctype/help_article/templates/help_article.html:26 msgid "No" msgstr "Nej" -#: frappe/public/js/frappe/ui/filters/filter.js:506 +#: frappe/public/js/frappe/ui/filters/filter.js:538 msgctxt "Checkbox is not checked" msgid "No" msgstr "Nej" @@ -16387,9 +16502,9 @@ msgstr "Ingen Etikett" #: frappe/public/js/frappe/list/bulk_operations.js:170 #: frappe/utils/weasyprint.py:52 msgid "No Letterhead" -msgstr "Ingen Sidhuvud" +msgstr "Inget Brevhuvud" -#: frappe/model/naming.py:456 +#: frappe/model/naming.py:455 msgid "No Name Specified for {0}" msgstr "Inget Namn angiven för {0}" @@ -16437,7 +16552,7 @@ msgstr "Inga Träffar" msgid "No Results found" msgstr "Inga Träffar" -#: frappe/core/doctype/user/user.py:787 +#: frappe/core/doctype/user/user.py:748 msgid "No Roles Specified" msgstr "Inga Roller Specificerade" @@ -16509,11 +16624,11 @@ msgstr "Inga Kommentarer än." msgid "No contacts added yet." msgstr "Inga kontakter upplagda än." -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:427 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:431 msgid "No contacts linked to document" msgstr "Inga Kontakter länkade till dokument" -#: frappe/desk/query_report.py:338 +#: frappe/desk/query_report.py:339 msgid "No data to export" msgstr "Ingen data att exportera" @@ -16582,7 +16697,7 @@ msgstr "Antal Kolumner" msgid "No of Rows (Max 500)" msgstr "Antal Rader (Max 500)" -#: frappe/__init__.py:1096 frappe/client.py:109 frappe/client.py:151 +#: frappe/__init__.py:1046 frappe/client.py:109 frappe/client.py:151 msgid "No permission for {0}" msgstr "Ingen Behörighet för {0}" @@ -16601,7 +16716,7 @@ msgstr "Behörigheter saknas att {0} {1} {2}" #: frappe/core/doctype/user_permission/user_permission_list.js:175 msgid "No records deleted" -msgstr "Inga poster raderade" +msgstr "Inga poster borttagna" #: frappe/contacts/report/addresses_and_contacts/addresses_and_contacts.py:116 msgid "No records present in {0}" @@ -16615,11 +16730,11 @@ msgstr "Inga taggade poster" msgid "No records will be exported" msgstr "Inga poster kommer att exporteras" -#: frappe/www/printview.py:424 +#: frappe/www/printview.py:427 msgid "No template found at path: {0}" msgstr "Ingen mall finns på sökväg: {0}" -#: frappe/public/js/frappe/form/controls/multiselect_list.js:226 +#: frappe/public/js/frappe/form/controls/multiselect_list.js:242 msgid "No values to show" msgstr "Ingen värde att visa" @@ -16682,7 +16797,7 @@ msgstr "Normaliserade Kopior" msgid "Normalized Query" msgstr "Normaliserad Fråga" -#: frappe/core/doctype/user/user.py:994 +#: frappe/core/doctype/user/user.py:955 #: frappe/templates/includes/login/login.js:258 frappe/utils/oauth.py:271 msgid "Not Allowed" msgstr "Ej Tillåtet" @@ -16724,17 +16839,17 @@ msgstr "Inte Som" msgid "Not Linked to any record" msgstr "Ej Länkad till någon post" -#: frappe/__init__.py:989 frappe/app.py:357 frappe/desk/calendar.py:26 +#: frappe/__init__.py:939 frappe/app.py:357 frappe/desk/calendar.py:26 #: frappe/desk/treeview.py:19 frappe/geo/utils.py:97 #: frappe/public/js/frappe/web_form/webform_script.js:15 -#: frappe/website/doctype/web_form/web_form.py:601 +#: frappe/website/doctype/web_form/web_form.py:602 #: frappe/website/page_renderers/not_permitted_page.py:20 -#: frappe/www/login.py:182 frappe/www/qrcode.py:22 frappe/www/qrcode.py:25 +#: frappe/www/login.py:183 frappe/www/qrcode.py:22 frappe/www/qrcode.py:25 #: frappe/www/qrcode.py:37 msgid "Not Permitted" msgstr "Ej Tillåtet" -#: frappe/desk/query_report.py:513 +#: frappe/desk/query_report.py:519 msgid "Not Permitted to read {0}" msgstr "Ej Tillåtet att läsa {0}" @@ -16770,7 +16885,7 @@ msgstr "Ej Skickad" msgid "Not Set" msgstr "Ej Angiven" -#: frappe/public/js/frappe/ui/filters/filter.js:568 +#: frappe/public/js/frappe/ui/filters/filter.js:600 msgctxt "Field value is not set" msgid "Not Set" msgstr "Ej Angiven" @@ -16779,7 +16894,7 @@ msgstr "Ej Angiven" msgid "Not a valid Comma Separated Value (CSV File)" msgstr "Ej giltig Komma Separerad Värde (CSV Fil)" -#: frappe/core/doctype/user/user.py:199 +#: frappe/core/doctype/user/user.py:218 msgid "Not a valid User Image." msgstr "Ej giltig Användare Bild." @@ -16807,11 +16922,11 @@ msgstr "Ej Tillåtet att bifoga {0} dokument, aktivera \"Tillåt Utskrift\" för msgid "Not allowed to create custom Virtual DocType." msgstr "Ej Tillåtet att skapa anpassad Virtuell DocType." -#: frappe/www/printview.py:124 +#: frappe/www/printview.py:127 msgid "Not allowed to print cancelled documents" msgstr "Ej Tillåtet att skriva ut annullerade dokument" -#: frappe/www/printview.py:121 +#: frappe/www/printview.py:124 msgid "Not allowed to print draft documents" msgstr "Ej Tillåtet att skriva ut utkast av dokument" @@ -16821,7 +16936,7 @@ msgstr "Ej Tillåtet via kontroll behörighet koll" #: frappe/public/js/frappe/request.js:145 frappe/website/js/website.js:94 msgid "Not found" -msgstr "Ej Hittad" +msgstr "Hittade inte" #: frappe/core/doctype/page/page.py:62 msgid "Not in Developer Mode" @@ -16832,12 +16947,12 @@ msgid "Not in Developer Mode! Set in site_config.json or make 'Custom' DocType." msgstr "Ej i Utvecklar Läge! Ändra site_config.json eller skapa 'Anpassad' DocType." #: frappe/api/v1.py:88 frappe/api/v1.py:93 -#: frappe/core/doctype/system_settings/system_settings.py:210 +#: frappe/core/doctype/system_settings/system_settings.py:212 #: frappe/handler.py:109 frappe/public/js/frappe/request.js:157 #: frappe/public/js/frappe/request.js:167 #: frappe/public/js/frappe/request.js:172 #: frappe/public/js/frappe/views/kanban/kanban_board.bundle.js:67 -#: frappe/website/doctype/web_form/web_form.py:614 +#: frappe/website/doctype/web_form/web_form.py:615 #: frappe/website/js/website.js:97 msgid "Not permitted" msgstr "Ej Tillåtet" @@ -16848,7 +16963,7 @@ msgstr "Ej Tillåtet att visa {0}" #. Label of a Link in the Tools Workspace #. Name of a DocType -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:396 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:400 #: frappe/automation/workspace/tools/tools.json #: frappe/desk/doctype/note/note.json msgid "Note" @@ -16898,7 +17013,7 @@ msgstr "Obs: Detta kommer att delas med användare." #: frappe/website/web_form/request_to_delete_data/request_to_delete_data.js:8 msgid "Note: Your request for account deletion will be fulfilled within {0} hours." -msgstr "Obs Din begäran om borttagning av kontot kommer att uppfyllas inom {0} timmar" +msgstr "Obs: Begäran om borttagning av konto kommer att behandlas inom {0} timmar." #: frappe/core/doctype/data_export/exporter.py:183 msgid "Notes:" @@ -16973,8 +17088,8 @@ msgstr "Avisering Prenumererad Dokument" msgid "Notification sent to" msgstr "Avisering skickad till" -#. Label of a Check field in DocType 'Role' -#: frappe/core/doctype/role/role.json +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json #: frappe/public/js/frappe/ui/notifications/notifications.js:50 #: frappe/public/js/frappe/ui/notifications/notifications.js:187 msgid "Notifications" @@ -17089,7 +17204,7 @@ msgstr "Antal Frågor" msgid "Number of attachment fields are more than {}, limit updated to {}." msgstr "Antalet bifogade fält är fler än {}, gränsen uppdaterad till {}." -#: frappe/core/doctype/system_settings/system_settings.py:163 +#: frappe/core/doctype/system_settings/system_settings.py:165 msgid "Number of backups must be greater than zero." msgstr "Antal säkerhetskopior måste vara än noll." @@ -17169,7 +17284,7 @@ msgstr "OAuth Inställningar" msgid "OAuth Scope" msgstr "OAuth omfattning" -#: frappe/email/doctype/email_account/email_account.js:178 +#: frappe/email/doctype/email_account/email_account.js:182 msgid "OAuth has been enabled but not authorised. Please use \"Authorise API Access\" button to do the same." msgstr "OAuth är aktiverad men inte auktoriserad. Använd \"Auktorisera API Tillgång\" knapp för att göra detta." @@ -17248,7 +17363,7 @@ msgstr "Offset Y" msgid "Old Password" msgstr "Gammalt Lösenord" -#: frappe/custom/doctype/custom_field/custom_field.py:362 +#: frappe/custom/doctype/custom_field/custom_field.py:363 msgid "Old and new fieldnames are same." msgstr "Gamla och nya fältnamn är samma." @@ -17279,6 +17394,16 @@ msgstr "Vid Betalning Auktorisering" msgid "On checking this option, URL will be treated like a jinja template string" msgstr "Om vald kommer detta URL att behandlas som en jinja mall sträng" +#: frappe/public/js/frappe/ui/filters/filter.js:63 +#: frappe/public/js/frappe/ui/filters/filter.js:69 +msgid "On or After" +msgstr "På eller efter" + +#: frappe/public/js/frappe/ui/filters/filter.js:62 +#: frappe/public/js/frappe/ui/filters/filter.js:68 +msgid "On or Before" +msgstr "På eller före" + #: frappe/public/js/frappe/views/communication.js:951 msgid "On {0}, {1} wrote:" msgstr "{0}, {1} skrev" @@ -17351,7 +17476,7 @@ msgstr "Endast 200 infogningar tillåts per begäran" #: frappe/email/doctype/email_queue/email_queue.py:80 msgid "Only Administrator can delete Email Queue" -msgstr "Endast Administratör kan radera E-post Kö" +msgstr "Endast Administratör kan ta bort E-post Kö" #: frappe/core/doctype/page/page.py:66 msgid "Only Administrator can edit" @@ -17405,7 +17530,7 @@ msgstr "Endast för" #: frappe/core/doctype/data_export/exporter.py:192 msgid "Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish." -msgstr "Endast erfodrade fält är nödvändiga för nya register. Du kan radera ej erfodrade kolumner om du vill." +msgstr "Endast erfordrade fält är nödvändiga för nya register. Du kan ta bort ej erfordrade kolumner om du vill." #: frappe/contacts/doctype/contact/contact.py:130 #: frappe/contacts/doctype/contact/contact.py:157 @@ -17414,7 +17539,7 @@ msgstr "Endast en {0} kan anges som primär." #: frappe/desk/reportview.py:333 msgid "Only reports of type Report Builder can be deleted" -msgstr "Endast rapporter av typ Report Generator kan raderas" +msgstr "Endast rapporter av typ Rapport Generator kan tas bort" #: frappe/desk/reportview.py:304 msgid "Only reports of type Report Builder can be edited" @@ -17465,7 +17590,7 @@ msgstr "Öppna Awesomebar" #: frappe/public/js/frappe/form/templates/timeline_message_box.html:67 msgid "Open Communication" -msgstr "Öppna E-post" +msgstr "Öppna Konversation" #: frappe/templates/emails/new_notification.html:10 msgid "Open Document" @@ -17503,7 +17628,7 @@ msgstr "Öppna URL i ny Flik" msgid "Open a dialog with mandatory fields to create a new record quickly" msgstr "Öppna dialogruta med erfodrade fält för att snabbt skapa ny post" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:165 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:176 msgid "Open a module or tool" msgstr "Öppna modul eller verktyg" @@ -17553,7 +17678,7 @@ msgstr "Öppnad" msgid "Operation" msgstr "Åtgärd" -#: frappe/utils/data.py:1824 +#: frappe/utils/data.py:1838 msgid "Operator must be one of {0}" msgstr "Operatören måste vara en av {0}" @@ -17741,7 +17866,7 @@ msgstr "PATCH" #: frappe/printing/page/print/print.js:71 #: frappe/public/js/frappe/form/templates/print_layout.html:44 -#: frappe/public/js/frappe/views/reports/query_report.js:1656 +#: frappe/public/js/frappe/views/reports/query_report.js:1663 msgid "PDF" msgstr "PDF" @@ -18095,11 +18220,11 @@ msgstr "Passiv" msgid "Password" msgstr "Lösenord" -#: frappe/core/doctype/user/user.py:1057 +#: frappe/core/doctype/user/user.py:1018 msgid "Password Email Sent" msgstr "Lösenord skickat via E-post" -#: frappe/core/doctype/user/user.py:423 +#: frappe/core/doctype/user/user.py:393 msgid "Password Reset" msgstr "Lösenord Återställning" @@ -18121,7 +18246,7 @@ msgstr "Lösenord ändrad." msgid "Password for Base DN" msgstr "Lösenord för Base DN" -#: frappe/email/doctype/email_account/email_account.py:170 +#: frappe/email/doctype/email_account/email_account.py:171 msgid "Password is required or select Awaiting Password" msgstr "Lösenord erfodras eller välj Väntar på Lösenord" @@ -18133,7 +18258,7 @@ msgstr "Lösenord saknas i E-post Konto" msgid "Password not found for {0} {1} {2}" msgstr "Lösenord hittades inte för {0} {1} {2}" -#: frappe/core/doctype/user/user.py:1056 +#: frappe/core/doctype/user/user.py:1017 msgid "Password reset instructions have been sent to your email" msgstr "Lösenord Återställning instruktioner har skickats till din E-post" @@ -18141,11 +18266,11 @@ msgstr "Lösenord Återställning instruktioner har skickats till din E-post" msgid "Password set" msgstr "Lösenord angiven" -#: frappe/auth.py:236 +#: frappe/auth.py:244 msgid "Password size exceeded the maximum allowed size" msgstr "Lösenord längd överskred maximum tillåten längd." -#: frappe/core/doctype/user/user.py:850 +#: frappe/core/doctype/user/user.py:811 msgid "Password size exceeded the maximum allowed size." msgstr "Lösenord längd överskred maximum tillåten längd." @@ -18157,7 +18282,7 @@ msgstr "Lösenord stämmer inte" msgid "Passwords do not match!" msgstr "Lösenord stämmer inte!" -#: frappe/email/doctype/newsletter/newsletter.py:156 +#: frappe/email/doctype/newsletter/newsletter.py:159 msgid "Past dates are not allowed for Scheduling." msgstr "Tidigare datum är inte tillåtna för Schemaläggning." @@ -18290,7 +18415,7 @@ msgstr "Godkänn {0}?" #: frappe/public/js/frappe/model/model.js:713 msgid "Permanently delete {0}?" -msgstr "Ta Bort {0}?" +msgstr "Permanent ta bort {0}?" #: frappe/core/doctype/user_type/user_type.py:83 msgid "Permission Error" @@ -18467,6 +18592,15 @@ msgstr "Mobil" msgid "Pink" msgstr "Rosa" +#. Label of a Data field in DocType 'DocField' +#. Label of a Data field in DocType 'Custom Field' +#. Label of a Data field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Placeholder" +msgstr "Platshållare" + #. Option for the 'Message Type' (Select) field in DocType 'Notification' #: frappe/email/doctype/notification/notification.json msgid "Plain Text" @@ -18497,7 +18631,7 @@ msgstr "Skapa Diagram" msgid "Please Update SMS Settings" msgstr "Uppdatera SMS Inställningar" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:570 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:574 msgid "Please add a subject to your email" msgstr "Lägg till ämne i E-post" @@ -18505,7 +18639,7 @@ msgstr "Lägg till ämne i E-post" msgid "Please add a valid comment." msgstr "Lägg till giltig kommentar." -#: frappe/core/doctype/user/user.py:1039 +#: frappe/core/doctype/user/user.py:1000 msgid "Please ask your administrator to verify your sign-up" msgstr "Be Administratör att verifiera din registrering" @@ -18519,7 +18653,7 @@ msgstr "Bifoga bild för att ange HTML för sidfot." #: frappe/printing/doctype/letter_head/letter_head.py:62 msgid "Please attach an image file to set HTML for Letter Head." -msgstr "Bifoga bild för att ange HTML för Sidhuvud." +msgstr "Bifoga bild för att ange HTML för Brevhuvud." #: frappe/core/doctype/package_import/package_import.py:39 msgid "Please attach the package" @@ -18537,7 +18671,7 @@ msgstr "Kontrollera filter värden angivna för Översikt Panel Diagram: {}" msgid "Please check the value of \"Fetch From\" set for field {0}" msgstr "Kontrollera värde för uppsättning 'Hämta från' för fält {0}" -#: frappe/core/doctype/user/user.py:1037 +#: frappe/core/doctype/user/user.py:998 msgid "Please check your email for verification" msgstr "Kontrollera din E-post för verifiering" @@ -18589,7 +18723,7 @@ msgstr "Ändra inte mall huvud rubriker." msgid "Please duplicate this to make changes" msgstr "Vänligen kopiera detta för att göra ändringar" -#: frappe/core/doctype/system_settings/system_settings.py:156 +#: frappe/core/doctype/system_settings/system_settings.py:158 msgid "Please enable atleast one Social Login Key or LDAP or Login With Email Link before disabling username/password based login." msgstr "Aktivera minst en social inloggning nyckel eller LDAP eller Logga in med E-post Länk innan du inaktiverar användarnamn/lösenord baserad inloggning." @@ -18672,7 +18806,7 @@ msgstr "Ange ny lösenord." msgid "Please enter your old password." msgstr "Ange ditt gamla lösenord." -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:402 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:406 msgid "Please find attached {0}: {1}" msgstr "Se bifogad {0}: {1}" @@ -18686,9 +18820,9 @@ msgstr "Logga in för att lämna kommentar." #: frappe/core/doctype/communication/communication.py:209 msgid "Please make sure the Reference Communication Docs are not circularly linked." -msgstr "Kontrollera att Referens Dokument för E-post inte är cirkulärt länkade." +msgstr "Kontrollera att Referens Dokument för Konversation inte är cirkulärt länkade." -#: frappe/model/document.py:818 +#: frappe/model/document.py:822 msgid "Please refresh to get the latest document." msgstr "Uppdatera för att se senaste dokument." @@ -18732,9 +18866,9 @@ msgstr "Välj DocType" msgid "Please select Entity Type first" msgstr "Välj Entitet Typ" -#: frappe/core/doctype/system_settings/system_settings.py:106 +#: frappe/core/doctype/system_settings/system_settings.py:108 msgid "Please select Minimum Password Score" -msgstr "Välj Minsta Lösenord Nivå" +msgstr "Välj Minsta Lösenord Värde" #: frappe/public/js/frappe/views/reports/query_report.js:1112 msgid "Please select X and Y fields" @@ -18752,11 +18886,11 @@ msgstr "Välj fil först." msgid "Please select a file or url" msgstr "Välj fil eller URL" -#: frappe/model/rename_doc.py:674 +#: frappe/model/rename_doc.py:680 msgid "Please select a valid csv file with data" msgstr "Välj giltig CSV fil med data" -#: frappe/utils/data.py:253 +#: frappe/utils/data.py:254 msgid "Please select a valid date filter" msgstr "Välj giltig datum filter" @@ -18806,7 +18940,7 @@ msgstr "Ange Filter" msgid "Please set filters value in Report Filter table." msgstr "Ange filter värde i Rapport Sortering Tabell." -#: frappe/model/naming.py:549 +#: frappe/model/naming.py:548 msgid "Please set the document name" msgstr "Vänligen ange dokument namn" @@ -18818,7 +18952,7 @@ msgstr "Ange följande dokument i Översikt Panel som standard." msgid "Please set the series to be used." msgstr "Ange Nummer Serie som ska användas" -#: frappe/core/doctype/system_settings/system_settings.py:119 +#: frappe/core/doctype/system_settings/system_settings.py:121 msgid "Please setup SMS before setting it as an authentication method, via SMS Settings" msgstr "Konfigurera SMS före du anger den som Autentisering Sätt via SMS Inställningar" @@ -18826,11 +18960,11 @@ msgstr "Konfigurera SMS före du anger den som Autentisering Sätt via SMS Inst msgid "Please setup a message first" msgstr "Försäljning Order Meddelande" -#: frappe/email/doctype/email_account/email_account.py:405 +#: frappe/email/doctype/email_account/email_account.py:406 msgid "Please setup default Email Account from Settings > Email Account" msgstr "Ange Standard E-Post Konto från Inställningar > E-post Konto" -#: frappe/core/doctype/user/user.py:374 +#: frappe/core/doctype/user/user.py:358 msgid "Please setup default outgoing Email Account from Settings > Email Account" msgstr "Ange Standard E-post Konto från Inställningar > E-post > E-post Konto" @@ -18863,7 +18997,7 @@ msgstr "Uppdatera {} innan du fortsätter." msgid "Please use a valid LDAP search filter" msgstr "Använd giltig LDAP Sökfilter" -#: frappe/email/doctype/newsletter/newsletter.py:333 +#: frappe/email/doctype/newsletter/newsletter.py:336 msgid "Please verify your Email Address" msgstr "Verifiera din e-postadress" @@ -19036,7 +19170,7 @@ msgstr "Förberedd Rapport" msgid "Prepared Report User" msgstr "Förberedd Rapport Användare" -#: frappe/desk/query_report.py:301 +#: frappe/desk/query_report.py:302 msgid "Prepared report render failed" msgstr "Förberedd Rapport Misslyckad" @@ -19168,7 +19302,7 @@ msgstr "Primär Telefon" #. Label of a Check field in DocType 'User Document Type' #: frappe/core/doctype/custom_docperm/custom_docperm.json #: frappe/core/doctype/docperm/docperm.json -#: frappe/core/doctype/success_action/success_action.js:56 +#: frappe/core/doctype/success_action/success_action.js:58 #: frappe/core/doctype/user_document_type/user_document_type.json #: frappe/printing/page/print/print.js:65 #: frappe/public/js/frappe/form/success_action.js:81 @@ -19176,13 +19310,13 @@ msgstr "Primär Telefon" #: frappe/public/js/frappe/form/toolbar.js:322 #: frappe/public/js/frappe/form/toolbar.js:334 #: frappe/public/js/frappe/list/bulk_operations.js:95 -#: frappe/public/js/frappe/views/reports/query_report.js:1642 +#: frappe/public/js/frappe/views/reports/query_report.js:1649 #: frappe/public/js/frappe/views/reports/report_view.js:1461 #: frappe/public/js/frappe/views/treeview.js:456 frappe/www/printview.html:18 msgid "Print" msgstr "Utskrift" -#: frappe/public/js/frappe/list/list_view.js:1910 +#: frappe/public/js/frappe/list/list_view.js:1918 msgctxt "Button in list view actions menu" msgid "Print" msgstr "Utskrift" @@ -19252,7 +19386,7 @@ msgstr "Utskrift Format Hjälp" msgid "Print Format Type" msgstr "Utskrift Format Typ" -#: frappe/www/printview.py:406 +#: frappe/www/printview.py:409 msgid "Print Format {0} is disabled" msgstr "Utskrift Format {0} är inaktiverad" @@ -19708,7 +19842,7 @@ msgstr "Dataförfråga Rapport" msgid "Query analysis complete. Check suggested indexes." msgstr "Frågeanalys slutförd. Kontrollera föreslagna index." -#: frappe/utils/safe_exec.py:428 +#: frappe/utils/safe_exec.py:477 msgid "Query must be of SELECT or read-only WITH type." msgstr "Dataförfråga måste vara av typen SELECT eller skrivskyddad WITH." @@ -19910,7 +20044,7 @@ msgstr "Direkt Utskrift Inställningar " msgid "Re-Run in Console" msgstr "Kör igen i Konsol" -#: frappe/email/doctype/email_account/email_account.py:672 +#: frappe/email/doctype/email_account/email_account.py:673 msgid "Re:" msgstr "Sv:" @@ -19990,7 +20124,7 @@ msgstr "Läst av Mottagare(Datum)" msgid "Read mode" msgstr "Läs läge " -#: frappe/utils/safe_exec.py:90 +#: frappe/utils/safe_exec.py:93 msgid "Read the documentation to know more" msgstr "Läs dokumentation för att reda på mer" @@ -20025,11 +20159,6 @@ msgstr "Bygg om Träd" msgid "Rebuilding of tree is not supported for {}" msgstr "Uppdatering av Träd Vy stöds inte för {}" -#. Description of the 'Anonymous' (Check) field in DocType 'Web Form' -#: frappe/website/doctype/web_form/web_form.json -msgid "Receive anonymous response" -msgstr "Ta emot anonym respons" - #. Option for the 'Sent or Received' (Select) field in DocType 'Communication' #: frappe/core/doctype/communication/communication.json msgid "Received" @@ -20374,7 +20503,7 @@ msgstr "Referens" #: frappe/public/js/frappe/form/form.js:1132 #: frappe/public/js/frappe/form/templates/print_layout.html:6 #: frappe/public/js/frappe/list/base_list.js:65 -#: frappe/public/js/frappe/views/reports/query_report.js:1631 +#: frappe/public/js/frappe/views/reports/query_report.js:1638 #: frappe/public/js/frappe/views/treeview.js:462 #: frappe/public/js/frappe/widgets/chart_widget.js:290 #: frappe/public/js/frappe/widgets/number_card_widget.js:324 @@ -20415,7 +20544,7 @@ msgstr "Uppdaterar" msgid "Refreshing..." msgstr "Uppdaterar..." -#: frappe/core/doctype/user/user.py:1001 +#: frappe/core/doctype/user/user.py:962 msgid "Registered but disabled" msgstr "Registrerad men inaktiverad" @@ -20452,7 +20581,7 @@ msgstr "Länka om" #: frappe/core/doctype/communication/communication.js:138 msgid "Relink Communication" -msgstr "Länka om E-post" +msgstr "Länka om Konversation" #. Option for the 'Comment Type' (Select) field in DocType 'Comment' #. Option for the 'Comment Type' (Select) field in DocType 'Communication' @@ -20768,7 +20897,7 @@ msgstr "Rapport Ansvarig" #: frappe/core/doctype/report/report.json #: frappe/desk/doctype/dashboard_chart/dashboard_chart.json #: frappe/desk/doctype/number_card/number_card.json -#: frappe/public/js/frappe/views/reports/query_report.js:1812 +#: frappe/public/js/frappe/views/reports/query_report.js:1819 msgid "Report Name" msgstr "Rapport Namn" @@ -20825,7 +20954,7 @@ msgstr "Rapport gräns nådd" msgid "Report timed out." msgstr "Rapport förföll." -#: frappe/desk/query_report.py:568 +#: frappe/desk/query_report.py:574 msgid "Report updated successfully" msgstr "Rapport är uppdaterad" @@ -20833,7 +20962,7 @@ msgstr "Rapport är uppdaterad" msgid "Report was not saved (there were errors)" msgstr "Rapport är inte sparad (det fanns fel)" -#: frappe/public/js/frappe/views/reports/query_report.js:1850 +#: frappe/public/js/frappe/views/reports/query_report.js:1857 msgid "Report with more than 10 columns looks better in Landscape mode." msgstr "Rapport med mer än 10 kolumner ser bättre ut i Liggande Läge." @@ -20988,7 +21117,7 @@ msgstr "Återställ Diagram" msgid "Reset Dashboard Customizations" msgstr "Återställ Översikt Panel Anpassningar" -#: frappe/public/js/frappe/list/list_settings.js:227 +#: frappe/public/js/frappe/list/list_settings.js:230 msgid "Reset Fields" msgstr "Återställ Fält" @@ -21130,8 +21259,8 @@ msgctxt "Title of message showing restrictions in list view" msgid "Restrictions" msgstr "Begränsningar" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:345 -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:360 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:356 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:371 msgid "Result" msgstr "Resultat" @@ -21346,7 +21475,7 @@ msgstr "Roll Profil" msgid "Role and Level" msgstr "Roll och Nivå" -#: frappe/core/doctype/user/user.py:315 +#: frappe/core/doctype/user/user.py:299 msgid "Role has been set as per the user type {0}" msgstr "Rollen angiven enligt användare typ {0}" @@ -21399,7 +21528,7 @@ msgstr "Roller kan anges för användare från deras Användarsida." #: frappe/utils/nestedset.py:284 msgid "Root {0} cannot be deleted" -msgstr "Root {0} kan inte raderas" +msgstr "Rot {0} kan inte tas bort" #. Option for the 'Rule' (Select) field in DocType 'Assignment Rule' #: frappe/automation/doctype/assignment_rule/assignment_rule.json @@ -21461,7 +21590,7 @@ msgid "Route: Example \"/app\"" msgstr "Sökväg: Exempel '/app'" #: frappe/model/base_document.py:727 frappe/model/base_document.py:768 -#: frappe/model/document.py:610 +#: frappe/model/document.py:614 msgid "Row" msgstr "Rad" @@ -21626,14 +21755,14 @@ msgid "SMS Settings" msgstr "SMS Inställningar" #: frappe/core/doctype/sms_settings/sms_settings.py:109 -msgid "SMS sent to following numbers: {0}" -msgstr "SMS skickad till följande nummer: {0}" +msgid "SMS sent successfully" +msgstr "SMS skickad" #: frappe/templates/includes/login/login.js:377 msgid "SMS was not sent. Please contact Administrator." msgstr "SMS inte skickad. Kontakta Administratör." -#: frappe/email/doctype/email_account/email_account.py:187 +#: frappe/email/doctype/email_account/email_account.py:188 msgid "SMTP Server is required" msgstr "SMTP Server erfodras" @@ -21741,14 +21870,14 @@ msgstr "Lördag" #: frappe/public/js/frappe/form/footer/form_timeline.js:663 #: frappe/public/js/frappe/form/quick_entry.js:161 #: frappe/public/js/frappe/list/list_settings.js:36 -#: frappe/public/js/frappe/list/list_settings.js:244 +#: frappe/public/js/frappe/list/list_settings.js:247 #: frappe/public/js/frappe/list/list_sidebar_group_by.js:25 #: frappe/public/js/frappe/ui/toolbar/toolbar.js:322 #: frappe/public/js/frappe/utils/common.js:443 #: frappe/public/js/frappe/views/kanban/kanban_settings.js:45 #: frappe/public/js/frappe/views/kanban/kanban_settings.js:189 #: frappe/public/js/frappe/views/kanban/kanban_view.js:343 -#: frappe/public/js/frappe/views/reports/query_report.js:1804 +#: frappe/public/js/frappe/views/reports/query_report.js:1811 #: frappe/public/js/frappe/views/reports/report_view.js:1649 #: frappe/public/js/frappe/views/workspace/workspace.js:532 #: frappe/public/js/frappe/widgets/base_widget.js:142 @@ -21779,7 +21908,7 @@ msgstr "Spara Anpassningar" msgid "Save Filter" msgstr "Spara Filter " -#: frappe/public/js/frappe/views/reports/query_report.js:1807 +#: frappe/public/js/frappe/views/reports/query_report.js:1814 msgid "Save Report" msgstr "Spara Rapport" @@ -21904,7 +22033,7 @@ msgstr "Schemalagd Sändning" msgid "Scheduled To Send" msgstr "Schemalagd Att Skicka" -#: frappe/core/doctype/server_script/server_script.py:281 +#: frappe/core/doctype/server_script/server_script.py:255 msgid "Scheduled execution for script {0} has updated" msgstr "Schemalagd körning av Skript {0} är uppdaterad" @@ -22029,8 +22158,8 @@ msgstr "Skript " msgid "Search" msgstr "Sök" -#. Label of a Check field in DocType 'Role' -#: frappe/core/doctype/role/role.json +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json msgid "Search Bar" msgstr "Sökfält" @@ -22041,7 +22170,7 @@ msgstr "Sökfält" msgid "Search Fields" msgstr "Sökfält" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:175 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:186 msgid "Search Help" msgstr "Sök i Hjälp" @@ -22079,12 +22208,12 @@ msgstr "Sök fälttyper..." msgid "Search for anything" msgstr "Sök efter något" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:289 -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:295 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:300 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:306 msgid "Search for {0}" msgstr "Sök efter {0}" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:155 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:166 msgid "Search in a document type" msgstr "Sök i DocType" @@ -22308,7 +22437,7 @@ msgid "Select Field..." msgstr "Välj Fält..." #: frappe/public/js/frappe/form/grid_row.js:460 -#: frappe/public/js/frappe/list/list_settings.js:233 +#: frappe/public/js/frappe/list/list_settings.js:236 #: frappe/public/js/frappe/views/kanban/kanban_settings.js:181 msgid "Select Fields" msgstr "Välj Fält" @@ -22496,7 +22625,7 @@ msgstr "Välj två versioner för att se skillnader." #: frappe/public/js/frappe/form/link_selector.js:24 #: frappe/public/js/frappe/form/multi_select_dialog.js:81 -#: frappe/public/js/frappe/form/multi_select_dialog.js:281 +#: frappe/public/js/frappe/form/multi_select_dialog.js:283 #: frappe/public/js/frappe/list/list_view_select.js:153 #: frappe/public/js/print_format_builder/Preview.vue:90 msgid "Select {0}" @@ -22596,7 +22725,7 @@ msgstr "Skicka Utskrift som PDF" #: frappe/public/js/frappe/views/communication.js:138 msgid "Send Read Receipt" -msgstr "Skicka Läsbekräftelse" +msgstr "Skicka Läskvitto" #. Label of a Check field in DocType 'Notification' #: frappe/email/doctype/notification/notification.json @@ -22672,7 +22801,7 @@ msgstr "Skicka Inloggning Länk" #: frappe/public/js/frappe/views/communication.js:132 msgid "Send me a copy" -msgstr "Skicka Kopia" +msgstr "Skicka mig kopia" #: frappe/email/doctype/newsletter/newsletter.js:46 msgid "Send now" @@ -22836,7 +22965,7 @@ msgstr "Server IP" msgid "Server Script" msgstr "Server Skript" -#: frappe/utils/safe_exec.py:89 +#: frappe/utils/safe_exec.py:92 msgid "Server Scripts are disabled. Please enable server scripts from bench configuration." msgstr "Server Skript är inaktiverad. Aktivera Server Skript från bench." @@ -22887,11 +23016,11 @@ msgstr "Session Förföll" msgid "Session Expiry (idle timeout)" msgstr "Session Förfaller (Tid av Inaktivitet)" -#: frappe/core/doctype/system_settings/system_settings.py:113 +#: frappe/core/doctype/system_settings/system_settings.py:115 msgid "Session Expiry must be in format {0}" msgstr "Session Förfallo tid måste vara i format {0}" -#: frappe/public/js/frappe/ui/filters/filter.js:567 +#: frappe/public/js/frappe/ui/filters/filter.js:599 msgctxt "Field value is set" msgid "Set" msgstr "Ange" @@ -23025,6 +23154,11 @@ msgstr "Ange ej Standard Precision för Komma eller Valuta Fält" msgid "Set only once" msgstr "Ange endast en gång" +#. Description of the 'Max attachment size' (Int) field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Set size in MB" +msgstr "Ange storlek i MB" + #. Description of the 'Filters Configuration' (Code) field in DocType 'Number #. Card' #: frappe/desk/doctype/number_card/number_card.json @@ -23157,7 +23291,7 @@ msgstr "Inställningar > Användar Behörigheter" msgid "Setup Approval Workflows" msgstr "Ange Arbetsflöde för Godkännande " -#: frappe/public/js/frappe/views/reports/query_report.js:1677 +#: frappe/public/js/frappe/views/reports/query_report.js:1684 #: frappe/public/js/frappe/views/reports/report_view.js:1627 msgid "Setup Auto Email" msgstr "Automatisk E-post Rapport" @@ -23536,8 +23670,8 @@ msgstr "Visar endast Numeriska fält från Rapport" msgid "Showing only first {0} rows out of {1}" msgstr "Visar endast första {0} rader av {1}" -#. Label of a Check field in DocType 'Role' -#: frappe/core/doctype/role/role.json +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json msgid "Sidebar" msgstr "Sidofält" @@ -23561,7 +23695,7 @@ msgstr "Sidofält och Kommentarer" msgid "Sign Up and Confirmation" msgstr "Registrering och Bekräftelse" -#: frappe/core/doctype/user/user.py:994 +#: frappe/core/doctype/user/user.py:955 msgid "Sign Up is disabled" msgstr "Registrering är inaktiverad" @@ -23630,7 +23764,7 @@ msgstr "Enskild DocTypes kan inte anpassas." msgid "Single Types have only one record no tables associated. Values are stored in tabSingles" msgstr "Enskilda Typer har endast en post inga tabeller associerade. Värden lagras i tabSingles" -#: frappe/database/database.py:240 +#: frappe/database/database.py:242 msgid "Site is running in read only mode for maintenance or site update, this action can not be performed right now. Please try again later." msgstr "Webbplats körs i skrivskyddat läge för underhåll eller uppdatering, denna åtgärd kan inte utföras just nu. Vänligen försök igen senare." @@ -23909,6 +24043,12 @@ msgstr "Specialtecken (förutom '-'), '#', '.', '/', '{{' och '}}' är otillåtn msgid "Specify a custom timeout, default timeout is 1500 seconds" msgstr "Ange anpassad timeout, standard timeout är 1500 sekunder" +#. Description of the 'Allowed embedding domains' (Small Text) field in DocType +#. 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Specify the domains or origins that are permitted to embed this form. Enter one domain per line (e.g., https://example.com). If no domains are specified, the form can only be embedded on the same origin." +msgstr "Ange domäner eller ursprung som är tillåtna att bädda in detta formulär. Ange en domän per rad (t.ex. https://example.com). Om inga domäner anges kan formulär bara bäddas in på samma ursprung." + #. Label of a Attach Image field in DocType 'Website Settings' #: frappe/website/doctype/website_settings/website_settings.json msgid "Splash Image" @@ -23969,7 +24109,7 @@ msgstr "Standard Utskrift Stil kan inte ändras. Kopiera för att redigera." #: frappe/desk/reportview.py:330 msgid "Standard Reports cannot be deleted" -msgstr "Standard Rapporter kan inte raderas" +msgstr "Standard Rapporter kan inte tas bort" #: frappe/desk/reportview.py:301 msgid "Standard Reports cannot be edited" @@ -23988,11 +24128,11 @@ msgstr "Standard Webb Formulär kan inte modifieras, kopiera Webb Formulär ist msgid "Standard rich text editor with controls" msgstr "Standard Rich Text redigerare med kontroller" -#: frappe/core/doctype/role/role.py:65 +#: frappe/core/doctype/role/role.py:46 msgid "Standard roles cannot be disabled" msgstr "Standard Roller kan inte inaktiveras" -#: frappe/core/doctype/role/role.py:51 +#: frappe/core/doctype/role/role.py:32 msgid "Standard roles cannot be renamed" msgstr "Standard Roller kan inte ändra namn" @@ -24017,6 +24157,7 @@ msgstr "Start" #. Label of a Date field in DocType 'Auto Repeat' #. Label of a Datetime field in DocType 'Web Page' #: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:140 #: frappe/public/js/frappe/utils/common.js:409 #: frappe/website/doctype/web_page/web_page.json msgid "Start Date" @@ -24181,7 +24322,7 @@ msgstr "Statistik baserad på förra veckans resultat (från {0} till {1})" #: frappe/email/doctype/newsletter/newsletter.json #: frappe/integrations/doctype/integration_request/integration_request.json #: frappe/integrations/doctype/oauth_bearer_token/oauth_bearer_token.json -#: frappe/public/js/frappe/list/list_settings.js:356 +#: frappe/public/js/frappe/list/list_settings.js:359 #: frappe/public/js/frappe/views/reports/report_view.js:909 #: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.json #: frappe/website/doctype/personal_data_deletion_step/personal_data_deletion_step.json @@ -24363,7 +24504,7 @@ msgstr "Godkännande Kö" msgid "Submit" msgstr "Godkänn" -#: frappe/public/js/frappe/list/list_view.js:1977 +#: frappe/public/js/frappe/list/list_view.js:1985 msgctxt "Button in list view actions menu" msgid "Submit" msgstr "Godkänn" @@ -24393,11 +24534,6 @@ msgstr "Godkänn" msgid "Submit After Import" msgstr "Godkänn efter Import" -#. Label of a Data field in DocType 'Web Form' -#: frappe/website/doctype/web_form/web_form.json -msgid "Submit Button Label" -msgstr "Godkänn Knapp Titel" - #: frappe/core/page/permission_manager/permission_manager_help.html:39 msgid "Submit an Issue" msgstr "Anmäl Ärende" @@ -24407,8 +24543,14 @@ msgctxt "Button in web form" msgid "Submit another response" msgstr "Anmäl annan respons" +#. Label of a Data field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Submit button label" +msgstr "Godkänn Knapp Titel" + #. Label of a Check field in DocType 'Auto Repeat' #: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:126 msgid "Submit on Creation" msgstr "Godkänn vid Skapande" @@ -24420,7 +24562,7 @@ msgstr "Godkänn detta dokument för att slutföra detta steg." msgid "Submit this document to confirm" msgstr "Tryck på Spara/Godkänn för att genomföra." -#: frappe/public/js/frappe/list/list_view.js:1982 +#: frappe/public/js/frappe/list/list_view.js:1990 msgctxt "Title of confirmation dialog" msgid "Submit {0} documents?" msgstr "Godkänn {0} dokument?" @@ -24430,7 +24572,7 @@ msgstr "Godkänn {0} dokument?" #: frappe/core/doctype/comment/comment.json #: frappe/core/doctype/communication/communication.json #: frappe/public/js/frappe/model/indicator.js:95 -#: frappe/public/js/frappe/ui/filters/filter.js:499 +#: frappe/public/js/frappe/ui/filters/filter.js:531 #: frappe/website/doctype/web_form/templates/web_form.html:133 msgid "Submitted" msgstr "Godkänd" @@ -24481,7 +24623,7 @@ msgstr "Undertext" #: frappe/templates/includes/login/login.js:270 #: frappe/templates/includes/login/login.js:278 #: frappe/templates/pages/integrations/gcalendar-success.html:9 -#: frappe/workflow/doctype/workflow_action/workflow_action.py:166 +#: frappe/workflow/doctype/workflow_action/workflow_action.py:167 #: frappe/workflow/doctype/workflow_state/workflow_state.json msgid "Success" msgstr "Klar" @@ -24492,17 +24634,10 @@ msgid "Success Action" msgstr "Klar Åtgärd" #. Label of a Data field in DocType 'Module Onboarding' -#. Label of a Text field in DocType 'Web Form' #: frappe/desk/doctype/module_onboarding/module_onboarding.json -#: frappe/website/doctype/web_form/web_form.json msgid "Success Message" msgstr "Klar Meddelande" -#. Label of a Data field in DocType 'Web Form' -#: frappe/website/doctype/web_form/web_form.json -msgid "Success Title" -msgstr "Klar Titel" - #. Label of a Data field in DocType 'Token Cache' #: frappe/integrations/doctype/token_cache/token_cache.json msgid "Success URI" @@ -24513,6 +24648,16 @@ msgstr "Klar URI" msgid "Success URL" msgstr "Klar URL" +#. Label of a Text field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Success message" +msgstr "Klart Meddelande" + +#. Label of a Data field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Success title" +msgstr "Klart Titel" + #: frappe/www/update-password.html:79 msgid "Success! You are good to go 👍" msgstr "Klart! 👍" @@ -24526,7 +24671,7 @@ msgstr "Antal Klara Jobb " msgid "Successful Transactions" msgstr "Klara Transaktioner" -#: frappe/model/rename_doc.py:688 +#: frappe/model/rename_doc.py:694 msgid "Successful: {0} to {1}" msgstr "Klar: {0} till {1}" @@ -24580,7 +24725,7 @@ msgstr "Föreslå Optimeringar" msgid "Suggested Indexes" msgstr "Föreslagen Indexering" -#: frappe/core/doctype/user/user.py:703 +#: frappe/core/doctype/user/user.py:664 msgid "Suggested Username: {0}" msgstr "Föreslagen Användarnamn: {0}" @@ -24691,7 +24836,7 @@ msgstr "Synkroniserar" msgid "Syncing {0} of {1}" msgstr "Synkroniserar {0} av {1}" -#: frappe/utils/data.py:2156 +#: frappe/utils/data.py:2170 msgid "Syntax Error" msgstr "Syntaxfel" @@ -24705,7 +24850,7 @@ msgstr "System" msgid "System Console" msgstr "System Konsol" -#: frappe/custom/doctype/custom_field/custom_field.py:358 +#: frappe/custom/doctype/custom_field/custom_field.py:359 msgid "System Generated Fields can not be renamed" msgstr "System skapade fält kan inte döpas om" @@ -24996,7 +25141,7 @@ msgstr "Tabell Optimerad" msgid "Table updated" msgstr "Tabell Uppdaterad" -#: frappe/model/document.py:1370 +#: frappe/model/document.py:1374 msgid "Table {0} cannot be empty" msgstr "Tabell {0} kan inte vara tom" @@ -25022,7 +25167,7 @@ msgstr "Tagg Länk" #: frappe/public/js/frappe/list/list_sidebar.js:228 #: frappe/public/js/frappe/model/meta.js:204 #: frappe/public/js/frappe/model/model.js:133 -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:160 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:171 msgid "Tags" msgstr "Taggar" @@ -25108,15 +25253,25 @@ msgstr "Mall Varningar" msgid "Templates" msgstr "Mallar" -#: frappe/core/doctype/user/user.py:1005 +#: frappe/core/doctype/user/user.py:966 msgid "Temporarily Disabled" msgstr "Tillfälligt Inaktiverad" +#: frappe/core/doctype/translation/test_translation.py:47 +#: frappe/core/doctype/translation/test_translation.py:54 +msgid "Test Data" +msgstr "Testdata" + #. Label of a Data field in DocType 'System Health Report' #: frappe/desk/doctype/system_health_report/system_health_report.json msgid "Test Job ID" msgstr "Test Jobb ID" +#: frappe/core/doctype/translation/test_translation.py:49 +#: frappe/core/doctype/translation/test_translation.py:57 +msgid "Test Spanish" +msgstr "Testa Spanska" + #: frappe/email/doctype/newsletter/newsletter.py:94 msgid "Test email sent to {0}" msgstr "Test E-post skickad till {0}" @@ -25188,7 +25343,7 @@ msgstr "Tack för din E-post" msgid "Thank you for your feedback!" msgstr "Tack för återkoppling!" -#: frappe/email/doctype/newsletter/newsletter.py:332 +#: frappe/email/doctype/newsletter/newsletter.py:335 msgid "Thank you for your interest in subscribing to our updates" msgstr "Tack för prenumereration på vårt nyghetsbrev" @@ -25229,11 +25384,11 @@ msgstr "Push Relay Server URL nyckel (`push_relay_server_url`) saknas i webbplat #: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:363 msgid "The User record for this request has been auto-deleted due to inactivity by system admins." -msgstr "Användare post för denna begäran har raderats automatiskt på grund av inaktivitet av System Administratörer." +msgstr "Användarpost för denna begäran har tagits bort automatiskt på grund av inaktivitet av System Administratörer." #: frappe/public/js/frappe/desk.js:128 msgid "The application has been updated to a new version, please refresh this page" -msgstr "System Uppdatering klar! Uppdatera sidan nu..." +msgstr "Applikationer har uppdaterats till ny version, uppdatera denna sida" #. Description of the 'Application Name' (Data) field in DocType 'System #. Settings' @@ -25252,7 +25407,7 @@ msgid "The browser API key obtained from the Google Cloud Console under \"API och tjänster\" > \"Inloggning Uppgifter\"" -#: frappe/database/database.py:428 +#: frappe/database/database.py:430 msgid "The changes have been reverted." msgstr "Ändringarna är återställda." @@ -25297,7 +25452,7 @@ msgstr "Fält {0} erfodras" msgid "The fieldname you've specified in Attached To Field is invalid" msgstr "Fältnamn angiven i Bifogad Till Fält är ogiltig" -#: frappe/automation/doctype/assignment_rule/assignment_rule.py:60 +#: frappe/automation/doctype/assignment_rule/assignment_rule.py:62 msgid "The following Assignment Days have been repeated: {0}" msgstr "Följande Tilldelning Dagar är återkommande: {0}" @@ -25321,7 +25476,7 @@ msgstr "Gräns är inte angiven för användartyp {0} i webbplats konfiguration msgid "The link will expire in {0} minutes" msgstr "Länk upphör att gälla om {0} minuter" -#: frappe/www/login.py:183 +#: frappe/www/login.py:184 msgid "The link you trying to login is invalid or expired." msgstr "Länk du försöker logga in med är ogiltig eller har upphört att gälla." @@ -25369,11 +25524,11 @@ msgstr "Projekt Nummer erhålln från Google Cloud Console under " -#: frappe/core/doctype/user/user.py:965 +#: frappe/core/doctype/user/user.py:926 msgid "The reset password link has been expired" msgstr "Länk för återställning av lösenord har upphört att gälla" -#: frappe/core/doctype/user/user.py:967 +#: frappe/core/doctype/user/user.py:928 msgid "The reset password link has either been used before or is invalid" msgstr "Länk för återställning av lösenord har antingen använts tidigare eller är ogiltig" @@ -25416,7 +25571,7 @@ msgstr "Antal tecken som klistrades in var {0}. Max tillåtet antal är {1}." msgid "The webhook will be triggered if this expression is true" msgstr "Webhook utlöses om detta uttryck är sant" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:169 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:173 msgid "The {0} is already on auto repeat {1}" msgstr "{0} är redan återkommande {1}" @@ -25491,10 +25646,6 @@ msgstr "Det finns {0} med samma filter som redan finns i kö:" msgid "There must be atleast one permission rule." msgstr "Det måste finnas minst en behörighet regel." -#: frappe/core/doctype/user/user.py:504 -msgid "There should remain at least one System Manager" -msgstr "Det ska finnas minst en System Ansvarig kvar" - #: frappe/www/error.py:16 msgid "There was an error building this page" msgstr "Det uppstod fel när denna sida skulle skapas" @@ -25515,7 +25666,7 @@ msgstr "Det fanns fel när dokument skapades . Försök igen." msgid "There were errors while sending email. Please try again." msgstr "Det uppstod fel när E-post skickdes. Var god försök igen." -#: frappe/model/naming.py:469 +#: frappe/model/naming.py:468 msgid "There were some errors setting the name, please contact the administrator" msgstr "Det uppstod några fel vid namn angivning, kontakta administratören" @@ -25569,7 +25720,7 @@ msgstr "Detta Anslag Tavla kommer att vara privat" msgid "This action is irreversible. Do you wish to continue?" msgstr "Denna åtgärd är oåterkallelig. Vill du fortsätta?" -#: frappe/__init__.py:985 +#: frappe/__init__.py:935 msgid "This action is only allowed for {}" msgstr "Åtgärd är endast tillåten för {}" @@ -25602,7 +25753,7 @@ msgstr "Detta dokument låter dig redigera begränsade fält. För alla typer av #: frappe/model/delete_doc.py:112 msgid "This document can not be deleted right now as it's being modified by another user. Please try again after some time." -msgstr "Detta dokument kan inte raderas just nu eftersom det ändras av en annan användare. Försök igen senare." +msgstr "Detta dokument kan inte tas bort just nu eftersom det ändras av en annan användare. Försök igen senare." #: frappe/social/doctype/energy_point_log/energy_point_log.py:90 msgid "This document cannot be reverted" @@ -25624,7 +25775,7 @@ msgstr "Detta dokument har osparade ändringar som kanske inte visas i slutlig P msgid "This document is already amended, you cannot ammend it again" msgstr "Detta dokument är redan ändrad, du kan inte ändra det igen" -#: frappe/model/document.py:1538 +#: frappe/model/document.py:1542 msgid "This document is currently locked and queued for execution. Please try again after some time." msgstr "Detta dokument är för närvarande låst och står i kö för exekvering. Försök igen senare." @@ -25676,7 +25827,7 @@ msgstr "Detta format används om land specifika format inte hittas" msgid "This goes above the slideshow." msgstr "Text ovanför Bildspel." -#: frappe/public/js/frappe/views/reports/query_report.js:2014 +#: frappe/public/js/frappe/views/reports/query_report.js:2021 msgid "This is a background report. Please set the appropriate filters and then generate a new one." msgstr "Detta är bakgrund rapport. Ange lämplig filter och skapa ny rapport." @@ -25794,7 +25945,7 @@ msgstr "Detta loggar ut {0} från alla andra enheter" #: frappe/templates/emails/delete_data_confirmation.html:3 msgid "This will permanently remove your data." -msgstr "Detta kommer att radera data permanent." +msgstr "Detta kommer att ta bort data permanent." #: frappe/desk/doctype/form_tour/form_tour.js:103 msgid "This will reset this tour and show it to all users. Are you sure?" @@ -25804,7 +25955,7 @@ msgstr "Detta återställer Formulär Tur och visar den för alla användare. Ä msgid "This will terminate the job immediately and might be dangerous, are you sure? " msgstr "Detta avslutar jobb omedelbart och kan vara farligt, är du säker?" -#: frappe/core/doctype/user/user.py:1224 +#: frappe/core/doctype/user/user.py:1178 msgid "Throttled" msgstr "Strypt" @@ -25923,8 +26074,8 @@ msgstr "Tidsgräns" msgid "Timeless Night" msgstr "Timeless Night" -#. Label of a Check field in DocType 'Role' -#: frappe/core/doctype/role/role.json +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json msgid "Timeline" msgstr "Tidslinje" @@ -26193,6 +26344,7 @@ msgstr "Till version" #. Linked DocType in User's connections #. Name of a DocType #. Name of a report +#: frappe/automation/doctype/assignment_rule/assignment_rule.py:55 #: frappe/automation/workspace/tools/tools.json #: frappe/core/doctype/user/user.json frappe/desk/doctype/todo/todo.json #: frappe/desk/report/todo/todo.json @@ -26212,7 +26364,7 @@ msgstr "Växla Diagram" #. Type: Action #: frappe/hooks.py msgid "Toggle Full Width" -msgstr "Ändra Full Bredd" +msgstr "Växla Full Bredd" #: frappe/public/js/frappe/views/file/file_view.js:33 msgid "Toggle Grid View" @@ -26237,7 +26389,7 @@ msgstr "Växla Sidofält" #. Type: Action #: frappe/hooks.py msgid "Toggle Theme" -msgstr "Ändra Tema" +msgstr "Växla Tema" #. Option for the 'Response Type' (Select) field in DocType 'OAuth Client' #: frappe/integrations/doctype/oauth_client/oauth_client.json @@ -26276,11 +26428,11 @@ msgstr "För Många Dokument" msgid "Too Many Requests" msgstr "För Många Begäran" -#: frappe/database/database.py:427 +#: frappe/database/database.py:429 msgid "Too many changes to database in single action." msgstr "För många ändringar i databas i en enda åtgärd." -#: frappe/core/doctype/user/user.py:1006 +#: frappe/core/doctype/user/user.py:967 msgid "Too many users signed up recently, so the registration is disabled. Please try back in an hour" msgstr "Alltför många Användare registrerade sig nyligen, så registrering är inaktiverad. Försök igen om en timme" @@ -26350,7 +26502,7 @@ msgstr "Topp {0}" msgid "Topic" msgstr "Ämne" -#: frappe/desk/query_report.py:504 +#: frappe/desk/query_report.py:510 #: frappe/public/js/frappe/views/reports/print_grid.html:45 #: frappe/public/js/frappe/views/reports/report_view.js:1475 msgid "Total" @@ -26870,11 +27022,11 @@ msgstr "Okänd" msgid "Unknown Column: {0}" msgstr "Okänd Kolumn: {0}" -#: frappe/utils/data.py:1048 +#: frappe/utils/data.py:1062 msgid "Unknown Rounding Method: {}" msgstr "Okänd Avrundning Sätt: {}" -#: frappe/auth.py:296 +#: frappe/auth.py:304 msgid "Unknown User" msgstr "Okänd Användare" @@ -26901,7 +27053,7 @@ msgstr "Oläst" msgid "Unread Notification Sent" msgstr "Oläst Avisering Skickad" -#: frappe/utils/safe_exec.py:429 +#: frappe/utils/safe_exec.py:478 msgid "Unsafe SQL query" msgstr "Osäker SQL Fråga" @@ -27034,7 +27186,7 @@ msgstr "Uppdatera Översättningar" msgid "Update Value" msgstr "Uppdatera Värde" -#: frappe/utils/change_log.py:383 +#: frappe/utils/change_log.py:386 msgid "Update from Frappe Cloud" msgstr "Uppdatera från Frappe Cloud" @@ -27105,6 +27257,10 @@ msgstr "Uppdaterar {0}" msgid "Updating {0} of {1}, {2}" msgstr "Uppdaterar {0} av {1}, {2}" +#: frappe/public/js/billing.bundle.js:30 +msgid "Upgrade plan" +msgstr "Uppgradera plan" + #: frappe/public/js/frappe/file_uploader/file_uploader.bundle.js:121 #: frappe/public/js/frappe/file_uploader/file_uploader.bundle.js:122 #: frappe/public/js/frappe/form/grid.js:63 @@ -27175,6 +27331,11 @@ msgstr "Använd HTML" msgid "Use IMAP" msgstr "Använd IMAP" +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Use Number Format from Currency" +msgstr "Använd Nummerformat från Valuta" + #. Label of a Check field in DocType 'SMS Settings' #: frappe/core/doctype/sms_settings/sms_settings.json msgid "Use POST" @@ -27441,7 +27602,7 @@ msgstr "Användare Behörighet" #. Label of a Link in the Users Workspace #: frappe/core/page/permission_manager/permission_manager_help.html:30 #: frappe/core/workspace/users/users.json -#: frappe/public/js/frappe/views/reports/query_report.js:1791 +#: frappe/public/js/frappe/views/reports/query_report.js:1798 #: frappe/public/js/frappe/views/reports/report_view.js:1675 msgid "User Permissions" msgstr "Användare Behörigheter" @@ -27540,13 +27701,13 @@ msgstr "Användare måste altid välja" #: frappe/model/delete_doc.py:246 msgid "User not allowed to delete {0}: {1}" -msgstr "Användare är inte tillåten radera {0}: {1}" +msgstr "Användare är inte tillåten att ta bort {0}: {1}" #: frappe/core/doctype/user_permission/user_permission.py:60 msgid "User permission already exists" msgstr "Användare behörighet finns redan" -#: frappe/www/login.py:156 +#: frappe/www/login.py:157 msgid "User with email address {0} does not exist" msgstr "Användare med E-post {0} finns inte" @@ -27554,15 +27715,15 @@ msgstr "Användare med E-post {0} finns inte" msgid "User with email: {0} does not exist in the system. Please ask 'System Administrator' to create the user for you." msgstr "Användare med E-post: {0} finns inte. Be 'System Administratör' om hjälp." -#: frappe/core/doctype/user/user.py:509 +#: frappe/core/doctype/user/user.py:472 msgid "User {0} cannot be deleted" -msgstr "Användare {0} kan inte raderas" +msgstr "Användare {0} kan inte tas bort" -#: frappe/core/doctype/user/user.py:244 +#: frappe/core/doctype/user/user.py:263 msgid "User {0} cannot be disabled" msgstr "Användare {0} kan inte inaktiveras" -#: frappe/core/doctype/user/user.py:591 +#: frappe/core/doctype/user/user.py:552 msgid "User {0} cannot be renamed" msgstr "Användare {0} kan inte byta namn" @@ -27574,7 +27735,7 @@ msgstr "Användare {0} har inte tillgång till detta dokument" msgid "User {0} does not have doctype access via role permission for document {1}" msgstr "Användare {0} har inte tillgång till DocType via roll tillstånd för dokument {1}" -#: frappe/desk/doctype/workspace/workspace.py:257 +#: frappe/desk/doctype/workspace/workspace.py:261 msgid "User {0} does not have the permission to create a Workspace." msgstr "Användare {0} har inte behörighet att skapa Arbetsyta." @@ -27583,7 +27744,7 @@ msgstr "Användare {0} har inte behörighet att skapa Arbetsyta." msgid "User {0} has requested for data deletion" msgstr "Användare {0} begärde radering av data" -#: frappe/core/doctype/user/user.py:1358 +#: frappe/core/doctype/user/user.py:1312 msgid "User {0} impersonated as {1}" msgstr "Användare {0} efterliknade som {1}" @@ -27591,7 +27752,7 @@ msgstr "Användare {0} efterliknade som {1}" msgid "User {0} is disabled" msgstr "Användare {0} är inaktiverad" -#: frappe/sessions.py:230 +#: frappe/sessions.py:231 msgid "User {0} is disabled. Please contact your System Manager." msgstr "Användare {0} är inaktiverad. Kontakta System Ansvarig." @@ -27608,11 +27769,11 @@ msgstr "Användare Info URI" #. Label of a Data field in DocType 'User Social Login' #: frappe/core/doctype/user/user.json #: frappe/core/doctype/user_social_login/user_social_login.json -#: frappe/www/login.py:104 +#: frappe/www/login.py:105 msgid "Username" msgstr "Användarnamn" -#: frappe/core/doctype/user/user.py:670 +#: frappe/core/doctype/user/user.py:631 msgid "Username {0} already exists" msgstr "Användare Namn {0} finns redan" @@ -27733,15 +27894,15 @@ msgstr "Värde Ändrad" msgid "Value To Be Set" msgstr "Värde som ska Anges" -#: frappe/model/base_document.py:948 frappe/model/document.py:666 +#: frappe/model/base_document.py:948 frappe/model/document.py:670 msgid "Value cannot be changed for {0}" msgstr "Värde kan inte ändras för {0}" -#: frappe/model/document.py:612 +#: frappe/model/document.py:616 msgid "Value cannot be negative for" msgstr "Värde kan inte vara negativ för" -#: frappe/model/document.py:616 +#: frappe/model/document.py:620 msgid "Value cannot be negative for {0}: {1}" msgstr "Värde kan inte vara negativ för {0}: {1}" @@ -27784,7 +27945,7 @@ msgstr "Värde för hög" msgid "Value {0} missing for {1}" msgstr "Värde {0} saknas för {1}" -#: frappe/core/doctype/data_import/importer.py:751 frappe/utils/data.py:703 +#: frappe/core/doctype/data_import/importer.py:751 frappe/utils/data.py:704 msgid "Value {0} must be in the valid duration format: d h m s" msgstr "Värde {0} måste ha giltig varaktighet format: d h m s" @@ -27858,7 +28019,7 @@ msgstr "Video URL" msgid "View" msgstr "Visa" -#: frappe/core/doctype/success_action/success_action.js:58 +#: frappe/core/doctype/success_action/success_action.js:60 #: frappe/public/js/frappe/form/success_action.js:89 msgid "View All" msgstr "Visa Alla" @@ -27876,7 +28037,7 @@ msgid "View Full Log" msgstr "Visa Full Logg" #: frappe/public/js/frappe/views/treeview.js:450 -#: frappe/public/js/frappe/widgets/quick_list_widget.js:245 +#: frappe/public/js/frappe/widgets/quick_list_widget.js:251 msgid "View List" msgstr "Visa Lista" @@ -27911,8 +28072,8 @@ msgstr "Visa Rapport" msgid "View Settings" msgstr "Visa Inställningar" -#. Label of a Check field in DocType 'Role' -#: frappe/core/doctype/role/role.json +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json msgid "View Switcher" msgstr "Visa Omkopplare" @@ -28010,7 +28171,7 @@ msgstr "Varning" #: frappe/custom/doctype/customize_form/customize_form.js:217 msgid "Warning: DATA LOSS IMMINENT! Proceeding will permanently delete following database columns from doctype {0}:" -msgstr "Varning: DATAFÖRLUST ÖVERHÄNGANDE! Fortsättningen kommer att permanent radera följande databaskolumner från doctype {0}:" +msgstr "Varning: DATAFÖRLUST ÖVERHÄNGANDE! Om du fortsätter kommer följande databaskolumner att raderas permanent från doctype {0}:" #: frappe/public/js/frappe/model/meta.js:179 msgid "Warning: Unable to find {0} in any table related to {1}" @@ -28040,7 +28201,7 @@ msgstr "Vi tillåter inte redigering av detta dokument. Klicka på knapp Rediger #: frappe/templates/emails/delete_data_confirmation.html:2 msgid "We have received a request for deletion of {0} data associated with: {1}" -msgstr "Vi har fått begäran om radering av {0} data associerad med: {1}" +msgstr "Vi har mottagit begäran om borttagning av {0} data som är kopplad till: {1}" #: frappe/templates/emails/download_data.html:2 msgid "We have received a request from you to download your {0} data associated with: {1}" @@ -28201,7 +28362,7 @@ msgstr "Webhook URL" #. Group in Module Def's connections #. Name of a Workspace #: frappe/core/doctype/module_def/module_def.json -#: frappe/email/doctype/newsletter/newsletter.py:453 +#: frappe/email/doctype/newsletter/newsletter.py:460 #: frappe/public/js/frappe/ui/toolbar/about.js:8 #: frappe/website/workspace/website/website.json msgid "Website" @@ -28388,7 +28549,7 @@ msgstr "Vardagar" #: frappe/social/doctype/energy_point_settings/energy_point_settings.json #: frappe/website/report/website_analytics/website_analytics.js:24 msgid "Weekly" -msgstr "Varje Vecka" +msgstr "Veckovis" #. Option for the 'Frequency' (Select) field in DocType 'Scheduled Job Type' #. Option for the 'Event Frequency' (Select) field in DocType 'Server Script' @@ -28419,11 +28580,11 @@ msgstr "Välkommen URL" msgid "Welcome Workspace" msgstr "Välkommen Arbetsyta" -#: frappe/core/doctype/user/user.py:366 +#: frappe/core/doctype/user/user.py:350 msgid "Welcome email sent" msgstr "Välkomst E-post skickad" -#: frappe/core/doctype/user/user.py:441 +#: frappe/core/doctype/user/user.py:411 msgid "Welcome to {0}" msgstr "Välkommen till {0}" @@ -28497,7 +28658,7 @@ msgstr "Kommer att användas i URL (vanligtvis förnamn)." #: frappe/desk/page/setup_wizard/setup_wizard.js:463 msgid "Will be your login ID" -msgstr "Inloggning ID" +msgstr "Kommer att vara ditt inloggning ID" #: frappe/printing/page/print_format_builder/print_format_builder.js:424 msgid "Will only be shown if section headings are enabled" @@ -28511,7 +28672,7 @@ msgstr "Schemalagda jobb körs endast 1 gång/dag för inaktiva webbplatser. Sta #: frappe/public/js/frappe/form/print_utils.js:15 msgid "With Letter head" -msgstr "Med Sidhuvud" +msgstr "Med Brevhuvud" #: frappe/workflow/doctype/workflow/workflow.js:140 msgid "Worflow States Don't Exist" @@ -28544,7 +28705,7 @@ msgstr "Arbetsflöde" #. Name of a DocType #: frappe/workflow/doctype/workflow_action/workflow_action.json -#: frappe/workflow/doctype/workflow_action/workflow_action.py:476 +#: frappe/workflow/doctype/workflow_action/workflow_action.py:477 msgid "Workflow Action" msgstr "Arbetsflöde Åtgärd" @@ -28701,7 +28862,7 @@ msgstr "Arbetsyta Snabb Lista" msgid "Workspace Shortcut" msgstr "Arbetsyta Genväg" -#: frappe/desk/doctype/workspace/workspace.py:289 +#: frappe/desk/doctype/workspace/workspace.py:293 msgid "Workspace not found" msgstr "Arbetsyta inte hittad" @@ -28799,7 +28960,7 @@ msgstr "År" #: frappe/email/doctype/auto_email_report/auto_email_report.json #: frappe/public/js/frappe/utils/common.js:403 msgid "Yearly" -msgstr "Varje År" +msgstr "Årsvis" #. Option for the 'Color' (Select) field in DocType 'DocType State' #. Option for the 'Indicator' (Select) field in DocType 'Kanban Board Column' @@ -28819,9 +28980,9 @@ msgstr "Gul" #: frappe/integrations/doctype/webhook/webhook.py:140 #: frappe/printing/doctype/print_format/print_format.json #: frappe/public/js/form_builder/utils.js:336 -#: frappe/public/js/frappe/form/controls/link.js:475 +#: frappe/public/js/frappe/form/controls/link.js:486 #: frappe/public/js/frappe/list/list_sidebar_group_by.js:223 -#: frappe/public/js/frappe/views/reports/query_report.js:1529 +#: frappe/public/js/frappe/views/reports/query_report.js:1534 #: frappe/website/doctype/help_article/templates/help_article.html:25 msgid "Yes" msgstr "Ja" @@ -28831,7 +28992,7 @@ msgctxt "Approve confirmation dialog" msgid "Yes" msgstr "Ja" -#: frappe/public/js/frappe/ui/filters/filter.js:505 +#: frappe/public/js/frappe/ui/filters/filter.js:537 msgctxt "Checkbox is checked" msgid "Yes" msgstr "Ja" @@ -28853,6 +29014,10 @@ msgstr "Ansluten till Nätverk." msgid "You are impersonating as another user." msgstr "Du efterliknar som en annan användare." +#: frappe/integrations/frappe_providers/frappecloud_billing.py:24 +msgid "You are not allowed to access this resource" +msgstr "Du har inte behörighet att komma åt denna resurs" + #: frappe/permissions.py:403 msgid "You are not allowed to access this {0} record because it is linked to {1} '{2}' in field {3}" msgstr "Du har inte tillgång till denna {0} post eftersom den är länkad till {1} '{2}' i fält {3}" @@ -28867,11 +29032,11 @@ msgstr "Du har inte behörighet att skapa kolumner" #: frappe/core/doctype/report/report.py:94 msgid "You are not allowed to delete Standard Report" -msgstr "Du har inte behörighet att radera Standard Rapport" +msgstr "Du har inte behörighet att ta bort Standard Rapport" #: frappe/website/doctype/website_theme/website_theme.py:71 msgid "You are not allowed to delete a standard Website Theme" -msgstr "Du har inte behörighet att radera Standard Webbplats Tema" +msgstr "Du har inte behörighet att ta bort Standard Webbplats Tema" #: frappe/core/doctype/report/report.py:378 msgid "You are not allowed to edit the report." @@ -28889,7 +29054,7 @@ msgstr "Du har inte behörighet att skriva ut denna rapport" msgid "You are not allowed to send emails related to this document" msgstr "Du har inte behörighet att skicka e-post i kopplad till detta dokument" -#: frappe/website/doctype/web_form/web_form.py:461 +#: frappe/website/doctype/web_form/web_form.py:462 msgid "You are not allowed to update this Web Form Document" msgstr "Du har inte behörighet att uppdatera denna Webb Formulär Dokument" @@ -28905,7 +29070,7 @@ msgstr "Du har inte behörighet att komma åt denna sida utan inloggning." msgid "You are not permitted to access this page." msgstr "Du har inte behörighet att komma åt den här sidan." -#: frappe/__init__.py:904 +#: frappe/__init__.py:854 msgid "You are not permitted to access this resource." msgstr "Du har inte behörighet att komma åt denna resurs." @@ -28917,9 +29082,9 @@ msgstr "Du följer nu detta dokument och kommer att få dagliga uppdateringar vi msgid "You are only allowed to update order, do not remove or add apps." msgstr "Du får bara uppdatera ordning, inte ta bort eller lägga till appar." -#: frappe/email/doctype/email_account/email_account.js:212 +#: frappe/email/doctype/email_account/email_account.js:216 msgid "You are selecting Sync Option as ALL, It will resync all read as well as unread message from server. This may also cause the duplication of Communication (emails)." -msgstr "Du väljer Synkronisering Alternativ som ALLA. Det kommer att synkronisera alla lästa såväl som olästa meddelanden från server. Detta kan också orsaka kopior av korrespondens (e-post)." +msgstr "Du väljer Synkronisering Alternativ som ALLA. Det kommer att synkronisera alla lästa såväl som olästa meddelanden från server. Detta kan också orsaka kopior av konversation (e-post)." #: frappe/public/js/frappe/form/footer/form_timeline.js:415 msgctxt "Form timeline" @@ -28952,7 +29117,7 @@ msgstr "Du kan ändra godkännda dokument genom att avbryta dem och sedan ändra #: frappe/public/js/frappe/logtypes.js:21 msgid "You can change the retention policy from {0}." -msgstr "Du kan ändra lagring princip från {0}." +msgstr "Ändra lagring regel från {0}." #: frappe/public/js/frappe/widgets/onboarding_widget.js:199 msgid "You can continue with the onboarding after exploring this page" @@ -28960,7 +29125,7 @@ msgstr "Du kan fortsätta med Introduktion efter att utforskning av denna sida" #: frappe/model/delete_doc.py:136 msgid "You can disable this {0} instead of deleting it." -msgstr "Du kan inaktivera denna {0} istället för att radera den." +msgstr "Du kan inaktivera denna {0} istället för att ta bort." #: frappe/core/doctype/file/file.py:688 msgid "You can increase the limit from System Settings." @@ -28982,7 +29147,7 @@ msgstr "Du kan bara skriva ut upp till {0} dokument åt gången" msgid "You can only set the 3 custom doctypes in the Document Types table." msgstr "Du kan endas ange 3 Anpassade Dokument Typer i tabell Dokument Typer." -#: frappe/handler.py:228 +#: frappe/handler.py:229 msgid "You can only upload JPG, PNG, PDF, TXT or Microsoft documents." msgstr "Du kan endast ladda upp JPG-, PNG-, PDF-, TXT- eller Microsoft-dokument." @@ -29000,7 +29165,7 @@ msgstr "Välja en från följande," msgid "You can set a high value here if multiple users will be logging in from the same network." msgstr "Ange ett högt värde här om flera användare kommer att logga in från samma nätverk." -#: frappe/desk/query_report.py:339 +#: frappe/desk/query_report.py:340 msgid "You can try changing the filters of your report." msgstr "Du kan försöka ändra Filter i Rapport." @@ -29089,7 +29254,11 @@ msgstr "Du har inte tillräckligt med poäng" msgid "You do not have enough review points" msgstr "Du har inte tillräckligt med recension poäng" -#: frappe/www/printview.py:358 +#: frappe/desk/query_report.py:807 +msgid "You do not have permission to access {0}: {1}." +msgstr "Du har inte behörighet att komma åt {0}: {1}." + +#: frappe/www/printview.py:361 msgid "You do not have permission to view this document" msgstr "Du har inte behörighet att se detta dokument" @@ -29101,7 +29270,7 @@ msgstr "Du har inte behörighet att annullera alla länkade dokument." msgid "You don't have access to Report: {0}" msgstr "Du har inte behörighet till Rapport: {0}" -#: frappe/website/doctype/web_form/web_form.py:662 +#: frappe/website/doctype/web_form/web_form.py:663 msgid "You don't have permission to access the {0} DocType." msgstr "Du har inte behörighet att komma åt {0} DocType." @@ -29113,7 +29282,7 @@ msgstr "Du har inte behörighet att komma åt den här filen" msgid "You don't have permission to get a report on: {0}" msgstr "Du har inte behörighet att hämta rapport {0}" -#: frappe/website/doctype/web_form/web_form.py:167 +#: frappe/website/doctype/web_form/web_form.py:168 msgid "You don't have the permissions to access this document" msgstr "Du har inte behörighet till detta dokument" @@ -29182,19 +29351,27 @@ msgstr "Du ändrade detta för" msgid "You must add atleast one link." msgstr "Du måste lägga till minst en länk." -#: frappe/website/doctype/web_form/web_form.py:658 +#: frappe/website/doctype/web_form/web_form.py:659 msgid "You must be logged in to use this form." msgstr "Du måste vara inloggad för att använda detta formulär." -#: frappe/website/doctype/web_form/web_form.py:501 +#: frappe/website/doctype/web_form/web_form.py:502 msgid "You must login to submit this form" msgstr "Du måste logga in för att godkänna detta formulär" +#: frappe/model/document.py:238 +msgid "You need the '{0}' permission on {1} {2} to perform this action." +msgstr "Du behöver '{0}' behörighet på {1} {2} för att utföra denna åtgärd." + +#: frappe/desk/doctype/workspace/workspace.py:113 +msgid "You need to be Workspace Manager to delete a public workspace." +msgstr "Du måste vara Arbetsyta Ansvarig för att ta bort publik arbetsyta." + #: frappe/desk/doctype/workspace/workspace.py:71 msgid "You need to be Workspace Manager to edit this document" msgstr "Du måste vara Arbetsyta Ansvarig för att redigera detta dokument" -#: frappe/website/doctype/web_form/web_form.py:90 +#: frappe/website/doctype/web_form/web_form.py:91 msgid "You need to be in developer mode to edit a Standard Web Form" msgstr "Du måste vara i Utvecklarläge att redigera Standard Webb Formulär" @@ -29206,7 +29383,7 @@ msgstr "Du måste vara inloggad och ha System Ansvarig roll för att kunna ha ti msgid "You need to be logged in to access this page" msgstr "Du måste vara inloggad för att ha tillgång till den här sida" -#: frappe/website/doctype/web_form/web_form.py:158 +#: frappe/website/doctype/web_form/web_form.py:159 msgid "You need to be logged in to access this {0}." msgstr "Du måste vara inloggad för att ha tillgång till den här {0}." @@ -29230,13 +29407,17 @@ msgstr "Du måste installera pycups för att använda denna funktion!" msgid "You need to select indexes you want to add first." msgstr "Du måste välja index du vill lägga till först." -#: frappe/email/doctype/email_account/email_account.py:145 +#: frappe/email/doctype/email_account/email_account.py:146 msgid "You need to set one IMAP folder for {0}" msgstr "Du måste ange en IMAP mapp för {0}" +#: frappe/model/rename_doc.py:388 +msgid "You need write permission on {0} {1} to merge" +msgstr "Du behöver skrivbehörighet på {0} {1} för att slå samman" + #: frappe/model/rename_doc.py:383 -msgid "You need write permission to rename" -msgstr "Du har inte behörighet för att byta namn" +msgid "You need write permission on {0} {1} to rename" +msgstr "Du behöver skrivbehörighet på {0} {1} för att ändra namn" #: frappe/client.py:458 msgid "You need {0} permission to fetch values from {1} {2}" @@ -29304,11 +29485,11 @@ msgstr "Genvägar" #: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:141 #: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:147 msgid "Your account has been deleted" -msgstr "Ditt konto är raderad" +msgstr "Ditt konto är borttagen" -#: frappe/auth.py:488 +#: frappe/auth.py:496 msgid "Your account has been locked and will resume after {0} seconds" -msgstr "Ditt konto är låst och kommer att låsas upp efter {0} sekunder" +msgstr "Konto är låst och kommer att låsas upp efter {0} sekunder" #: frappe/desk/form/assign_to.py:278 msgid "Your assignment on {0} {1} has been removed by {2}" @@ -29354,7 +29535,7 @@ msgstr "Bolag Namn och Adress för E-post Signatur." #: frappe/templates/emails/auto_reply.html:2 msgid "Your query has been received. We will reply back shortly. If you have any additional information, please reply to this mail." -msgstr "Din fråga har tagits emot. Vi kommer att svara inom kort. Om du har ytterligare information, vänligen svara på detta mail." +msgstr "Din fråga har mottagits. Vi kommer att svara inom kort. Om du har någon ytterligare information, vänligen svara på detta mail." #: frappe/app.py:349 msgid "Your session has expired, please login again to continue." @@ -29373,7 +29554,7 @@ msgstr "Din verifiering kod är {0}" msgid "Your website is all set up!" msgstr "Din Webbplats är klar!" -#: frappe/utils/data.py:1348 +#: frappe/utils/data.py:1362 msgid "Zero" msgstr "Noll" @@ -29393,7 +29574,7 @@ msgstr "_doctype" msgid "_report" msgstr "_rapport" -#: frappe/database/database.py:317 +#: frappe/database/database.py:319 msgid "`as_iterator` only works with `as_list=True` or `as_dict=True`" msgstr "\"as_iterator\" fungerar bara med \"as_list=True\" eller \"as_dict=True\"" @@ -29441,7 +29622,7 @@ msgstr "rikta-höger" msgid "amend" msgstr "ändra" -#: frappe/public/js/frappe/utils/utils.js:410 frappe/utils/data.py:1356 +#: frappe/public/js/frappe/utils/utils.js:410 frappe/utils/data.py:1370 msgid "and" msgstr "och" @@ -29687,7 +29868,7 @@ msgstr "ta Bort" msgid "descending" msgstr "fallande" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:152 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:163 msgid "document type..., e.g. customer" msgstr "dokument typ..., t.ex. kund" @@ -29707,7 +29888,7 @@ msgstr "nedladdning-alt" msgid "e.g. \"Support\", \"Sales\", \"Jerry Yang\"" msgstr "t.ex. 'Hjälp', 'Försäljning', 'Anders Svensson'" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:172 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:183 msgid "e.g. (55 + 434) / 4 or =Math.sin(Math.PI/2)..." msgstr "t.ex. (55 + 434) / 4 eller = Math.sin (Math.PI / 2)..." @@ -29759,7 +29940,7 @@ msgid "email inbox" msgstr "e-post inkorg" #: frappe/permissions.py:397 frappe/permissions.py:408 -#: frappe/public/js/frappe/form/controls/link.js:484 +#: frappe/public/js/frappe/form/controls/link.js:495 msgid "empty" msgstr "tom" @@ -29910,7 +30091,7 @@ msgstr "grön" msgid "grey" msgstr "grå" -#: frappe/utils/backups.py:389 +#: frappe/utils/backups.py:391 msgid "gzip not found in PATH! This is required to take a backup." msgstr "gzip hittades inte i SÖKVÄG! Erfodras för att skapa säkerhetskopia." @@ -29957,7 +30138,7 @@ msgstr "hjärta" #. Option for the 'Icon' (Select) field in DocType 'Workflow State' #: frappe/workflow/doctype/workflow_state/workflow_state.json msgid "home" -msgstr "start" +msgstr "hem" #: frappe/public/js/frappe/ui/toolbar/search_utils.js:296 msgid "hub" @@ -30006,13 +30187,13 @@ msgstr "kursiv" #: frappe/templates/signup.html:11 frappe/www/login.html:10 msgid "jane@example.com" -msgstr "användare@bolag.se" +msgstr "användare@bolag" #: frappe/public/js/frappe/utils/pretty_date.js:46 msgid "just now" msgstr "just nu" -#: frappe/desk/desktop.py:255 frappe/desk/query_report.py:284 +#: frappe/desk/desktop.py:255 frappe/desk/query_report.py:285 msgid "label" msgstr "etikett" @@ -30086,7 +30267,7 @@ msgstr "mapp-markör" #: frappe/model/rename_doc.py:213 msgid "merged {0} into {1}" -msgstr "slog samman {0} in i {1}" +msgstr "sammanslog {0} in i {1}" #: frappe/website/doctype/blog_post/templates/blog_post.html:25 #: frappe/website/doctype/blog_post/templates/blog_post_row.html:36 @@ -30118,7 +30299,7 @@ msgstr "mm/dd/yyyy" msgid "module" msgstr "modul" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:167 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:178 msgid "module name..." msgstr "modul namn..." @@ -30136,7 +30317,7 @@ msgstr "musik" msgid "new" msgstr "ny" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:147 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:158 msgid "new type of document" msgstr "ny typ av dokument" @@ -30218,12 +30399,12 @@ msgstr "på_uppdatering" msgid "on_update_after_submit" msgstr "på_uppdatering_efter_godkänn" -#: frappe/utils/data.py:1359 +#: frappe/utils/data.py:1373 msgid "only." msgstr "endast." #: frappe/public/js/frappe/utils/utils.js:407 frappe/www/login.html:87 -#: frappe/www/login.py:106 +#: frappe/www/login.py:107 msgid "or" msgstr "eller" @@ -30561,7 +30742,7 @@ msgstr "godkänn" msgid "tag" msgstr "tagg" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:162 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:173 msgid "tag name..., e.g. #tag" msgstr "tagg namn... t.ex. #tagg" @@ -30575,7 +30756,7 @@ msgstr "taggar" msgid "tasks" msgstr "uppgifter" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:157 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:168 msgid "text in document type" msgstr "text i doctype" @@ -30652,7 +30833,7 @@ msgstr "uppdaterad till {0}" msgid "upload" msgstr "ladda upp" -#: frappe/public/js/frappe/ui/filters/filter.js:338 +#: frappe/public/js/frappe/ui/filters/filter.js:354 msgid "use % as wildcard" msgstr "använd % som jokertecken" @@ -30661,7 +30842,7 @@ msgstr "använd % som jokertecken" msgid "user" msgstr "användare" -#: frappe/public/js/frappe/ui/filters/filter.js:337 +#: frappe/public/js/frappe/ui/filters/filter.js:353 msgid "values separated by commas" msgstr "värden separerade med kommatecken" @@ -30670,7 +30851,7 @@ msgstr "värden separerade med kommatecken" msgid "version_table" msgstr "version_tabell" -#: frappe/automation/doctype/assignment_rule/assignment_rule.py:380 +#: frappe/automation/doctype/assignment_rule/assignment_rule.py:382 msgid "via Assignment Rule" msgstr "via Tilldelning Regel" @@ -30790,8 +30971,8 @@ msgstr "{0} ({1}) (1 rad erfodras)" msgid "{0} ({1}) - {2}%" msgstr "{0} ({1}) - {2}%" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:337 -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:340 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:348 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:351 msgid "{0} = {1}" msgstr "{0} = {1}" @@ -30812,7 +30993,7 @@ msgid "{0} Dashboard" msgstr "{0} Översikt Panel" #: frappe/public/js/frappe/form/grid_row.js:457 -#: frappe/public/js/frappe/list/list_settings.js:224 +#: frappe/public/js/frappe/list/list_settings.js:227 #: frappe/public/js/frappe/views/kanban/kanban_settings.js:178 msgid "{0} Fields" msgstr "{0} Fält" @@ -30905,7 +31086,7 @@ msgstr "{0} redan avregistrerad" msgid "{0} already unsubscribed for {1} {2}" msgstr "{0} redan avregistrerad för {1} {2}" -#: frappe/utils/data.py:1510 +#: frappe/utils/data.py:1524 msgid "{0} and {1}" msgstr "{0} och {1}" @@ -30956,7 +31137,7 @@ msgctxt "Form timeline" msgid "{0} attached {1}" msgstr "{0} bifogade {1}" -#: frappe/core/doctype/system_settings/system_settings.py:143 +#: frappe/core/doctype/system_settings/system_settings.py:145 msgid "{0} can not be more than {1}" msgstr "{0} kan inte vara fler än {1}" @@ -31090,7 +31271,7 @@ msgstr "{0} h" msgid "{0} has already assigned default value for {1}." msgstr "{0} är redan tilldelat standard värde för {1}." -#: frappe/email/doctype/newsletter/newsletter.py:380 +#: frappe/email/doctype/newsletter/newsletter.py:383 msgid "{0} has been successfully added to the Email Group." msgstr "{0} är lagd till E-post Grupp." @@ -31098,7 +31279,7 @@ msgstr "{0} är lagd till E-post Grupp." msgid "{0} has left the conversation in {1} {2}" msgstr "{0} har lämnat konversation i {1} {2}" -#: frappe/__init__.py:2460 +#: frappe/__init__.py:2410 msgid "{0} has no versions tracked." msgstr "{0} har inga spårade versioner." @@ -31127,7 +31308,7 @@ msgstr "{0} är inte giltig zip fil" msgid "{0} is an invalid Data field." msgstr "{0} är ogiltig Data Fält." -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:148 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:152 msgid "{0} is an invalid email address in 'Recipients'" msgstr "{0} är ogiltig E-post i 'Mottagare'" @@ -31164,7 +31345,7 @@ msgstr "{0} är mindre än {1}" msgid "{0} is like {1}" msgstr "{0} är som {1}" -#: frappe/email/doctype/email_account/email_account.py:174 +#: frappe/email/doctype/email_account/email_account.py:175 msgid "{0} is mandatory" msgstr "{0} är erfodrad" @@ -31172,7 +31353,7 @@ msgstr "{0} är erfodrad" msgid "{0} is not a field of doctype {1}" msgstr "{0} är inte ett fält av doctype {1}" -#: frappe/www/printview.py:341 +#: frappe/www/printview.py:344 msgid "{0} is not a raw printing format." msgstr "{0} är inte Direkt Utskrift Mall." @@ -31245,7 +31426,7 @@ msgstr "{0} är nu standard utskrift format för {1} DocType" msgid "{0} is one of {1}" msgstr "{0} är en av {1}" -#: frappe/email/doctype/email_account/email_account.py:275 +#: frappe/email/doctype/email_account/email_account.py:276 #: frappe/model/naming.py:201 #: frappe/printing/doctype/print_format/print_format.py:92 #: frappe/utils/csvutils.py:131 @@ -31264,7 +31445,7 @@ msgstr "{0} är inom {1}" msgid "{0} items selected" msgstr "{0} artiklar valda" -#: frappe/core/doctype/user/user.py:1367 +#: frappe/core/doctype/user/user.py:1321 msgid "{0} just impersonated as you. They gave this reason: {1}" msgstr "{0} efterliknade som du. De gav detta skäl: {1}" @@ -31297,23 +31478,23 @@ msgstr "{0} minuter sedan" msgid "{0} months ago" msgstr "{0} månader sedan" -#: frappe/model/document.py:1595 +#: frappe/model/document.py:1599 msgid "{0} must be after {1}" msgstr "{0} måste vara efter {1}" -#: frappe/model/document.py:1356 +#: frappe/model/document.py:1360 msgid "{0} must be beginning with '{1}'" msgstr "{0} måste börja med '{1}'" -#: frappe/model/document.py:1358 +#: frappe/model/document.py:1362 msgid "{0} must be equal to '{1}'" msgstr "{0} måste vara lika med '{1}'" -#: frappe/model/document.py:1354 +#: frappe/model/document.py:1358 msgid "{0} must be none of {1}" msgstr "{0} måste inte vara någon av {1}" -#: frappe/model/document.py:1352 frappe/utils/csvutils.py:136 +#: frappe/model/document.py:1356 frappe/utils/csvutils.py:136 msgid "{0} must be one of {1}" msgstr "{0} måste vara en av {1}" @@ -31325,7 +31506,7 @@ msgstr "{0} måste anges först" msgid "{0} must be unique" msgstr "{0} måste vara unik" -#: frappe/model/document.py:1360 +#: frappe/model/document.py:1364 msgid "{0} must be {1} {2}" msgstr "{0} måste vara {1} {2}" @@ -31339,7 +31520,7 @@ msgstr "{0} måste börja och sluta med bokstav och får bara innehålla bokstä msgid "{0} not a valid State" msgstr "{0} är inte giltig Tillstånd" -#: frappe/model/rename_doc.py:386 +#: frappe/model/rename_doc.py:391 msgid "{0} not allowed to be renamed" msgstr "{0} Ej Tillåtet att ändra namn på" @@ -31360,17 +31541,17 @@ msgstr "{0} av {1} ({2} rader med underordnade)" msgid "{0} of {1} sent" msgstr "{0} av {1} skickade" -#: frappe/utils/data.py:1506 +#: frappe/utils/data.py:1520 msgid "{0} or {1}" msgstr "{0} eller {1}" #: frappe/core/doctype/user_permission/user_permission_list.js:177 msgid "{0} record deleted" -msgstr "{0} post raderad" +msgstr "{0} poster borttagna" #: frappe/public/js/frappe/logtypes.js:22 msgid "{0} records are not automatically deleted." -msgstr "{0} poster raderas inte automatiskt." +msgstr "{0} poster togs inte bort automatiskt." #: frappe/public/js/frappe/logtypes.js:29 msgid "{0} records are retained for {1} days." @@ -31378,7 +31559,7 @@ msgstr "{0} poster sparas i {1} dagar." #: frappe/core/doctype/user_permission/user_permission_list.js:179 msgid "{0} records deleted" -msgstr "{0} poster raderade" +msgstr "{0} poster borttagna" #: frappe/public/js/frappe/data_import/data_exporter.js:229 msgid "{0} records will be exported" @@ -31412,7 +31593,7 @@ msgstr "{0} ångrade {1}" msgid "{0} role does not have permission on any doctype" msgstr "{0} roll har inte tillstånd på någon doctype" -#: frappe/desk/query_report.py:583 +#: frappe/desk/query_report.py:589 msgid "{0} saved successfully" msgstr "{0} sparad" @@ -31436,7 +31617,7 @@ msgstr "{0} delade detta dokument med {1}" msgid "{0} should be indexed because it's referred in dashboard connections" msgstr "{0} bör indexeras eftersom den hänvisas till i översikt panel anslutningar" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:137 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:139 msgid "{0} should not be same as {1}" msgstr "{0} bör inte vara samma som {1}" @@ -31472,7 +31653,7 @@ msgstr "{0} slutade dela detta dokument med {1}" msgid "{0} updated" msgstr "{0} uppdaterat" -#: frappe/public/js/frappe/form/controls/multiselect_list.js:162 +#: frappe/public/js/frappe/form/controls/multiselect_list.js:178 msgid "{0} values selected" msgstr "{0} värden valda" @@ -31518,7 +31699,7 @@ msgstr "{0} {1} kan inte vara undernod då den har undernoder" #: frappe/model/rename_doc.py:373 msgid "{0} {1} does not exist, select a new target to merge" -msgstr "{0} {1} existerar inte. Välj ny mål att sammanfoga" +msgstr "{0} {1} finns inte, välj ett nytt mål för att slå samman" #: frappe/public/js/frappe/form/form.js:928 msgid "{0} {1} is linked with the following submitted documents: {2}" @@ -31530,12 +31711,16 @@ msgstr "{0} {1} hittades inte" #: frappe/model/delete_doc.py:253 msgid "{0} {1}: Submitted Record cannot be deleted. You must {2} Cancel {3} it first." -msgstr "{0} {1}: Godkänd Post kan inte raderas. Du måste {2} Annullera {3} det först." +msgstr "{0} {1}: Godkänd Post kan inte tas bort. Du måste {2} Annullera {3} det först." #: frappe/model/base_document.py:1009 msgid "{0}, Row {1}" msgstr "{0}, Rad {1}" +#: frappe/utils/print_format.py:151 frappe/utils/print_format.py:195 +msgid "{0}/{1} complete | Please leave this tab open until completion." +msgstr "{0}/{1} komplett | Lämna denna flik öppen tills den är klar." + #: frappe/model/base_document.py:1014 msgid "{0}: '{1}' ({3}) will get truncated, as max characters allowed is {2}" msgstr "{0}: {1} ({3}) kommer att förminskas då maximum tillåtna antal tecken är {2}" @@ -31568,7 +31753,7 @@ msgstr "{0}: Kan inte ange Godkänd, Annullerad eller Ändrad utan att Skriva" msgid "{0}: Cannot set import as {1} is not importable" msgstr "{0}: Kan inte ange import eftersom {1} inte kan importeras" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:394 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:398 msgid "{0}: Failed to attach new recurring document. To enable attaching document in the auto repeat notification email, enable {1} in Print Settings" msgstr "{0}: Kunde inte bifoga ny återkommande dokument. Aktivera {1} i Utskrift Inställningar för att aktivera bifogning av dokument i E-post meddelande för återkommande dokument" @@ -31633,7 +31818,7 @@ msgstr "{0}: fältnamn kan inte anges för reserverad sökord {1}" msgid "{0}: {1}" msgstr "{0}: {1}" -#: frappe/workflow/doctype/workflow_action/workflow_action.py:167 +#: frappe/workflow/doctype/workflow_action/workflow_action.py:168 msgid "{0}: {1} is set to state {2}" msgstr "{0}: {1} är satt på tillstånd {2}" @@ -31668,17 +31853,17 @@ msgstr "{{{0}}} är inte giltigt fältnamn mönster. Det borde vara {{field_name #. Count format of shortcut in the Website Workspace #: frappe/website/workspace/website/website.json msgid "{} Active" -msgstr "{} Aktiv" +msgstr "{} Aktiva" #: frappe/public/js/frappe/form/form.js:511 msgid "{} Complete" msgstr "{} Klar" -#: frappe/utils/data.py:2150 +#: frappe/utils/data.py:2164 msgid "{} Invalid python code on line {}" msgstr "{} Ogiltig python kod på rad {}" -#: frappe/utils/data.py:2159 +#: frappe/utils/data.py:2173 msgid "{} Possibly invalid python code.
    {}" msgstr "{} Möjligen ogiltig python kod.
    {}" @@ -31696,28 +31881,28 @@ msgstr "{} stöder inte automatisk logg rensning." msgid "{} field cannot be empty." msgstr "{} fält kan inte vara tom." -#: frappe/email/doctype/email_account/email_account.py:198 -#: frappe/email/doctype/email_account/email_account.py:206 +#: frappe/email/doctype/email_account/email_account.py:199 +#: frappe/email/doctype/email_account/email_account.py:207 msgid "{} has been disabled. It can only be enabled if {} is checked." msgstr "{} är inaktiverad. Den kan bara aktiveras om {} är markerad." -#: frappe/utils/data.py:102 +#: frappe/utils/data.py:103 msgid "{} is not a valid date string." msgstr "{} är inte giltig datum sträng." -#: frappe/commands/utils.py:527 +#: frappe/commands/utils.py:528 msgid "{} not found in PATH! This is required to access the console." msgstr "{} hittades inte i Sökväg! Detta erfodras för att komma åt konsol." -#: frappe/database/db_manager.py:94 +#: frappe/database/db_manager.py:95 msgid "{} not found in PATH! This is required to restore the database." msgstr "{} hittades inte i Sökväg! Detta erfodras för att återställa databas." -#: frappe/utils/backups.py:455 +#: frappe/utils/backups.py:458 msgid "{} not found in PATH! This is required to take a backup." msgstr "{} hittades inte i Sökväg! Detta erfodras för att ta säkerhetskopia." #: frappe/public/js/frappe/file_uploader/FileBrowser.vue:5 #: frappe/public/js/frappe/file_uploader/WebLink.vue:4 msgid "← Back to upload files" -msgstr "← Tillbaka till ladda upp filer" \ No newline at end of file +msgstr "← Tillbaka till ladda upp filer" diff --git a/frappe/locale/tr.po b/frappe/locale/tr.po index deda8cb09be2..5efb78c23568 100644 --- a/frappe/locale/tr.po +++ b/frappe/locale/tr.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: frappe\n" "Report-Msgid-Bugs-To: developers@frappe.io\n" -"POT-Creation-Date: 2024-09-24 15:33+0000\n" -"PO-Revision-Date: 2024-10-06 01:58\n" +"POT-Creation-Date: 2024-12-01 17:58+0000\n" +"PO-Revision-Date: 2024-12-05 19:58\n" "Last-Translator: developers@frappe.io\n" "Language-Team: Turkish\n" "MIME-Version: 1.0\n" @@ -86,7 +86,7 @@ msgstr "{1} türündeki {0} alanı için 'Liste Görünümü' seçeneğine izin msgid "'In List View' not allowed for type {0} in row {1}" msgstr "{1} satırındaki {0} türü için 'Liste Görünümü' seçeneğine izin verilmiyor" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:150 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:154 msgid "'Recipients' not specified" msgstr "'Alıcılar' belirtilmemiş" @@ -102,11 +102,11 @@ msgstr "'{0}' {2} satırındaki {1} türü için izin verilmiyor" msgid "(Mandatory)" msgstr "(Zorunlu)" -#: frappe/model/rename_doc.py:693 +#: frappe/model/rename_doc.py:699 msgid "** Failed: {0} to {1}: {2}" msgstr "** Başarısız: {0} - {1}: {2}" -#: frappe/public/js/frappe/list/list_settings.js:132 +#: frappe/public/js/frappe/list/list_settings.js:135 #: frappe/public/js/frappe/views/kanban/kanban_settings.js:111 msgid "+ Add / Remove Fields" msgstr "+ Alanları Ekle / Çıkar" @@ -608,7 +608,7 @@ msgstr "

    Koşul Örnekleri:

    \n" "
    doc.status==\"Open\"
    doc.due_date==nowdate()
    doc.total > 40000\n" "
    \n" -#. Content of the 'Condition Description' (HTML) field in DocType 'Web Form' +#. Content of the 'Condition description' (HTML) field in DocType 'Web Form' #: frappe/website/doctype/web_form/web_form.json msgid "

    Multiple webforms can be created for a single doctype. Add filters specific to this webform to display correct record after submission.

    For Example:

    \n" "

    If you create a separate webform every year to capture feedback from employees add a \n" @@ -731,7 +731,7 @@ msgstr "Raporlar & Kayıtlar" #: frappe/core/workspace/users/users.json #: frappe/website/workspace/website/website.json msgid "Your Shortcuts" -msgstr "Kısayollarınız" +msgstr "Kısayollar" #. Header text in the Build Workspace #: frappe/core/workspace/build/build.json @@ -778,7 +778,7 @@ msgstr "Bir DocType'ın adı bir harfle başlamalıdır ve yalnızca harfler, sa msgid "A featured post must have a cover image" msgstr "Öne çıkan bir gönderinin kapak resmi olmalıdır" -#: frappe/custom/doctype/custom_field/custom_field.py:173 +#: frappe/custom/doctype/custom_field/custom_field.py:174 msgid "A field with the name {0} already exists in {1}" msgstr "{0} adlı bir alan {1} içinde zaten mevcut" @@ -795,7 +795,7 @@ msgstr "Kullanıcı izin verdikten sonra İstemci Uygulamasının erişebileceğ msgid "A new account has been created for you at {0}" msgstr "{0} adresinde sizin için yeni bir hesap oluşturuldu" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:389 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:393 msgid "A recurring {0} {1} has been created for you via Auto Repeat {2}." msgstr "Otomatik Tekrar {2} aracılığıyla sizin için tekrar eden bir {0} {1} oluşturuldu." @@ -963,6 +963,11 @@ msgstr "Yaklaşık {0} dakika kaldı" msgid "About {0} seconds remaining" msgstr "Yaklaşık {0} saniye kaldı" +#. Label of a Section Break field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Access Control" +msgstr "Erişim Kontrolü" + #. Label of a Data field in DocType 'S3 Backup Settings' #: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json msgid "Access Key ID" @@ -993,7 +998,7 @@ msgstr "Erişim Anahtarı" msgid "Access Token URL" msgstr "" -#: frappe/auth.py:467 +#: frappe/auth.py:475 msgid "Access not allowed from this IP Address" msgstr "Bu IP Adresinden erişime izin verilmiyor" @@ -1052,7 +1057,7 @@ msgstr "Aksiyon / Rota" msgid "Action Complete" msgstr "Eylem Tamamlandı" -#: frappe/model/document.py:1679 +#: frappe/model/document.py:1683 msgid "Action Failed" msgstr "Eylem Başarısız" @@ -1224,8 +1229,8 @@ msgid "Add Child" msgstr "Alt öğe ekle" #: frappe/public/js/frappe/views/kanban/kanban_board.html:4 -#: frappe/public/js/frappe/views/reports/query_report.js:1683 -#: frappe/public/js/frappe/views/reports/query_report.js:1686 +#: frappe/public/js/frappe/views/reports/query_report.js:1690 +#: frappe/public/js/frappe/views/reports/query_report.js:1693 #: frappe/public/js/frappe/views/reports/report_view.js:325 #: frappe/public/js/frappe/views/reports/report_view.js:350 #: frappe/public/js/print_format_builder/Field.vue:112 @@ -1290,7 +1295,7 @@ msgstr "Sorgu Parametreleri Ekle" msgid "Add Review" msgstr "Yorum Ekle" -#: frappe/core/doctype/user/user.py:790 +#: frappe/core/doctype/user/user.py:751 msgid "Add Roles" msgstr "Rol Ekle" @@ -1323,7 +1328,7 @@ msgstr "Abone Ekle" msgid "Add Tags" msgstr "Etiket Ekle" -#: frappe/public/js/frappe/list/list_view.js:1895 +#: frappe/public/js/frappe/list/list_view.js:1903 msgctxt "Button in list view actions menu" msgid "Add Tags" msgstr "Etiket Ekle" @@ -1469,10 +1474,6 @@ msgstr "{0} Eklendi" msgid "Added {0} ({1})" msgstr "Eklenen {0} ({1})" -#: frappe/core/doctype/user/user.py:272 -msgid "Adding System Manager to this User as there must be atleast one System Manager" -msgstr "En az bir Sistem Yöneticisi olması gerektiğinden bu Kullanıcıya Sistem Yöneticisi yetkisi veriliyor" - #. Label of a Section Break field in DocType 'Custom DocPerm' #. Label of a Section Break field in DocType 'DocPerm' #. Label of a Section Break field in DocType 'User Document Type' @@ -1546,7 +1547,7 @@ msgstr "Adres ve Kişiler" #. Description of a DocType #: frappe/custom/doctype/client_script/client_script.json msgid "Adds a custom client script to a DocType" -msgstr "" +msgstr "DocType'a özel bir istemci komut dosyası ekler" #. Description of a DocType #: frappe/custom/doctype/custom_field/custom_field.json @@ -1579,11 +1580,11 @@ msgstr "Yönetim" msgid "Administrator" msgstr "Yönetici" -#: frappe/core/doctype/user/user.py:1195 +#: frappe/core/doctype/user/user.py:1149 msgid "Administrator Logged In" msgstr "Yönetici Giriş Yaptı" -#: frappe/core/doctype/user/user.py:1189 +#: frappe/core/doctype/user/user.py:1143 msgid "Administrator accessed {0} on {1} via IP Address {2}." msgstr "Yönetici, IP Adresi {2} üzerinden {1} yoluyla {0} adresine erişim sağladı." @@ -1599,8 +1600,8 @@ msgstr "Gelişmiş" msgid "Advanced Control" msgstr "Gelişmiş Kontrol" -#: frappe/public/js/frappe/form/controls/link.js:319 -#: frappe/public/js/frappe/form/controls/link.js:321 +#: frappe/public/js/frappe/form/controls/link.js:327 +#: frappe/public/js/frappe/form/controls/link.js:329 msgid "Advanced Search" msgstr "Gelişmiş Arama" @@ -1609,6 +1610,11 @@ msgstr "Gelişmiş Arama" msgid "Advanced Settings" msgstr "Gelişmiş Ayarlar" +#: frappe/public/js/frappe/ui/filters/filter.js:61 +#: frappe/public/js/frappe/ui/filters/filter.js:67 +msgid "After" +msgstr "" + #. Option for the 'DocType Event' (Select) field in DocType 'Server Script' #: frappe/core/doctype/server_script/server_script.json msgid "After Cancel" @@ -1792,6 +1798,11 @@ msgstr "Otomatik Tekrara İzin Ver" msgid "Allow Bulk Edit" msgstr "Toplu Düzenlemeye İzin Ver" +#. Label of a Check field in DocType 'List View Settings' +#: frappe/desk/doctype/list_view_settings/list_view_settings.json +msgid "Allow Bulk Editing" +msgstr "Toplu Düzenlemeye İzin Ver" + #. Label of a Check field in DocType 'Web Form' #: frappe/website/doctype/web_form/web_form.json msgid "Allow Comments" @@ -1870,7 +1881,7 @@ msgstr "Başarısız Denemeden Sonra Giriş Yapmaya İzin Ver" #. Label of a Check field in DocType 'System Settings' #: frappe/core/doctype/system_settings/system_settings.json msgid "Allow Login using Mobile Number" -msgstr "Mobil Numara ile Girişe İzin Ver" +msgstr "Cep Telefonu ile Giriş" #. Label of a Check field in DocType 'System Settings' #: frappe/core/doctype/system_settings/system_settings.json @@ -1880,7 +1891,7 @@ msgstr "Kullanıcı Adı ile Oturum Açmaya İzin Ver" #. Label of a Section Break field in DocType 'User' #: frappe/core/doctype/user/user.json msgid "Allow Modules" -msgstr "Modüllere İzin Ver" +msgstr "Modül İzinleri" #. Label of a Check field in DocType 'Web Form' #: frappe/website/doctype/web_form/web_form.json @@ -1903,7 +1914,7 @@ msgid "Allow Print for Cancelled" msgstr "İptal Edilenler İçin Yazdırmaya İzin Ver" #. Label of a Check field in DocType 'Print Settings' -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:396 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:400 #: frappe/printing/doctype/print_settings/print_settings.json msgid "Allow Print for Draft" msgstr "Taslak Yazdırmaya İzin Ver" @@ -1949,6 +1960,14 @@ msgstr "Belgeyi oluşturan kişinin onayına izin ver" msgid "Allow document creation via Email" msgstr "E-posta yoluyla belge oluşturmaya izin ver" +#. Description of the 'Allow Bulk Editing' (Check) field in DocType 'List View +#. Settings' +#: frappe/desk/doctype/list_view_settings/list_view_settings.json +msgid "Allow editing even if the doctype has a workflow set up.\n\n" +"Does nothing if a workflow isn't set up." +msgstr "Belge türünde bir iş akışı ayarlanmış olsa bile düzenlemeye izin verir.\n\n" +"Bir iş akışı ayarlanmamışsa hiçbir şey yapmaz." + #. Label of a Check field in DocType 'DocType' #: frappe/core/doctype/doctype/doctype.json msgid "Allow events in timeline" @@ -2033,11 +2052,16 @@ msgstr "İzin Verilen Modüller" msgid "Allowed Roles" msgstr "İzin Verilen Roller" +#. Label of a Small Text field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Allowed embedding domains" +msgstr "İzin verilen gömülü alan adları" + #: frappe/public/js/frappe/form/form.js:1187 msgid "Allowing DocType, DocType. Be careful!" -msgstr "" +msgstr "DocType için izin veriliyor. Dikkatli olun!" -#: frappe/core/doctype/user/user.py:999 +#: frappe/core/doctype/user/user.py:960 msgid "Already Registered" msgstr "Zaten kayıltı" @@ -2051,7 +2075,7 @@ msgstr "Bağımlı para birimi alanı da ekleniyor {0}" #: frappe/public/js/frappe/views/reports/report_view.js:849 msgid "Also adding the status dependency field {0}" -msgstr "" +msgstr "Durum bağımlılığı alanı da ekleniyor {0}" #. Label of a Data field in DocType 'Email Account' #: frappe/email/doctype/email_account/email_account.json @@ -2147,7 +2171,7 @@ msgstr "Aynı Kaynaktan" #. Label of a Text Editor field in DocType 'Navbar Settings' #: frappe/core/doctype/navbar_settings/navbar_settings.json msgid "Announcement Widget" -msgstr "" +msgstr "Duyuru Bileşeni" #. Label of a Section Break field in DocType 'Navbar Settings' #: frappe/core/doctype/navbar_settings/navbar_settings.json @@ -2166,8 +2190,8 @@ msgstr "Anonimleştirme Matrisi" #. Label of a Check field in DocType 'Web Form' #: frappe/website/doctype/web_form/web_form.json -msgid "Anonymous" -msgstr "Anonim" +msgid "Anonymous responses" +msgstr "İsimsiz Yanıtlar" #: frappe/public/js/frappe/request.js:186 msgid "Another transaction is blocking this one. Please try again in a few seconds." @@ -2248,7 +2272,7 @@ msgstr "Uygulama Gizli Anahtarı" msgid "App not found for module: {0}" msgstr "Modül için uygulama bulunamadı: {0}" -#: frappe/__init__.py:1761 +#: frappe/__init__.py:1711 msgid "App {0} is not installed" msgstr "{0} Uygulaması yüklü değil" @@ -2266,7 +2290,7 @@ msgstr "E-postaları Gönderilenler Klasörüne Ekle" msgid "Append To" msgstr "" -#: frappe/email/doctype/email_account/email_account.py:183 +#: frappe/email/doctype/email_account/email_account.py:184 msgid "Append To can be one of {0}" msgstr "" @@ -2277,7 +2301,7 @@ msgstr "" #: frappe/core/doctype/user_permission/user_permission_list.js:105 msgid "Applicable Document Types" -msgstr "" +msgstr "Uygulanabilir Belge Türleri" #. Label of a Link field in DocType 'User Permission' #: frappe/core/doctype/user_permission/user_permission.json @@ -2311,7 +2335,7 @@ msgstr "" msgid "Apply" msgstr "Uygula" -#: frappe/public/js/frappe/list/list_view.js:1880 +#: frappe/public/js/frappe/list/list_view.js:1888 msgctxt "Button in list view actions menu" msgid "Apply Assignment Rule" msgstr "Arama Kuralı Uygula" @@ -2338,7 +2362,7 @@ msgstr "Kısıtlı Kullanıcı İzinlerini Uygula" #. Label of a Select field in DocType 'Client Script' #: frappe/custom/doctype/client_script/client_script.json msgid "Apply To" -msgstr "" +msgstr "Uygulanan" #. Label of a Check field in DocType 'User Permission' #: frappe/core/doctype/user_permission/user_permission.json @@ -2399,7 +2423,7 @@ msgstr "" #: frappe/public/js/frappe/views/kanban/kanban_column.html:14 msgid "Archive" -msgstr "" +msgstr "Arşiv" #. Option for the 'Status' (Select) field in DocType 'Kanban Board Column' #: frappe/desk/doctype/kanban_board_column/kanban_board_column.json @@ -2517,7 +2541,7 @@ msgstr "Koşulu Ata" msgid "Assign To" msgstr "Ata" -#: frappe/public/js/frappe/list/list_view.js:1841 +#: frappe/public/js/frappe/list/list_view.js:1849 msgctxt "Button in list view actions menu" msgid "Assign To" msgstr "Ata" @@ -2556,7 +2580,7 @@ msgstr "Bu alanda ayarlanan kullanıcıya atayın" #: frappe/core/doctype/comment/comment.json #: frappe/core/doctype/communication/communication.json msgid "Assigned" -msgstr "" +msgstr "Atandı" #. Label of a Link field in DocType 'ToDo' #: frappe/desk/doctype/todo/todo.json frappe/desk/report/todo/todo.py:41 @@ -2624,9 +2648,9 @@ msgstr "Atama Kuralı Günü" msgid "Assignment Rule User" msgstr "Atama Kuralı Kullanıcısı" -#: frappe/automation/doctype/assignment_rule/assignment_rule.py:54 -msgid "Assignment Rule is not allowed on {0} document type" -msgstr "Atama Kuralına {0} belge türünde izin verilmez" +#: frappe/automation/doctype/assignment_rule/assignment_rule.py:55 +msgid "Assignment Rule is not allowed on document type {0}" +msgstr "" #. Label of a Section Break field in DocType 'Assignment Rule' #: frappe/automation/doctype/assignment_rule/assignment_rule.json @@ -2807,6 +2831,11 @@ msgstr "" msgid "Auth URL Data" msgstr "" +#. Label of a Check field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Authenticate as Service Principal" +msgstr "Hizmet Sorumlusu olarak kimlik doğrulaması yapın" + #. Label of a Section Break field in DocType 'Email Account' #. Label of a Section Break field in DocType 'Push Notification Settings' #. Label of a Card Break in the Integrations Workspace @@ -2820,7 +2849,7 @@ msgstr "Kimlik Doğrulama" msgid "Authentication Apps you can use are: " msgstr "Kullanabileceğiniz Kimlik Doğrulama Uygulamaları şunlardır: " -#: frappe/email/doctype/email_account/email_account.py:310 +#: frappe/email/doctype/email_account/email_account.py:311 msgid "Authentication failed while receiving emails from Email Account: {0}." msgstr "E-posta Hesabından e-postalar alınırken kimlik doğrulama başarısız oldu: {0}." @@ -2923,11 +2952,11 @@ msgstr "Otomatik Tekrarla" msgid "Auto Repeat Day" msgstr "Otomatik Tekrar Günü" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:159 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:163 msgid "Auto Repeat Day{0} {1} has been repeated." msgstr "" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:437 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:441 msgid "Auto Repeat Document Creation Failed" msgstr "Otomatik Tekrar Belge Oluşturma Başarısız" @@ -2939,7 +2968,7 @@ msgstr "Otomatik Tekrar Programı" msgid "Auto Repeat created for this document" msgstr "Bu belge için Otomatik Tekrar oluşturuldu" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:440 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:444 msgid "Auto Repeat failed for {0}" msgstr "{0} için Otomatik Tekrarlama başarısız oldu" @@ -2953,7 +2982,7 @@ msgstr "Otomatik Cevap" msgid "Auto Reply Message" msgstr "Otomatik Yanıt Mesajı" -#: frappe/automation/doctype/assignment_rule/assignment_rule.py:175 +#: frappe/automation/doctype/assignment_rule/assignment_rule.py:177 msgid "Auto assignment failed: {0}" msgstr "Otomatik atama başarısız oldu: {0}" @@ -2989,7 +3018,7 @@ msgstr "Oluşturduğunuz belgeleri otomatik takip edin" #: frappe/custom/doctype/custom_field/custom_field.json #: frappe/custom/doctype/customize_form_field/customize_form_field.json msgid "Autocomplete" -msgstr "" +msgstr "Otomatik Tamamlama" #. Option for the 'Naming Rule' (Select) field in DocType 'DocType' #: frappe/core/doctype/doctype/doctype.json @@ -3013,11 +3042,11 @@ msgstr "Otomatik Mesaj" msgid "Automatic" msgstr "Otomatik" -#: frappe/email/doctype/email_account/email_account.py:718 +#: frappe/email/doctype/email_account/email_account.py:719 msgid "Automatic Linking can be activated only for one Email Account." msgstr "Otomatik Bağlama yalnızca bir E-posta Hesabı için etkinleştirilebilir." -#: frappe/email/doctype/email_account/email_account.py:712 +#: frappe/email/doctype/email_account/email_account.py:713 msgid "Automatic Linking can be activated only if Incoming is enabled." msgstr "Otomatik Bağlama yalnızca Gelen etkinleştirildiğinde etkinleştirilebilir." @@ -3206,7 +3235,7 @@ msgstr "Arka Plan İşleri Kuyruğu" #: frappe/public/js/frappe/list/bulk_operations.js:87 msgid "Background Print (required for >25 documents)" -msgstr "" +msgstr "Arka Plan Baskısı ( En az 25 belge ve üstü)" #. Label of a Section Break field in DocType 'System Settings' #. Label of a Table field in DocType 'System Health Report' @@ -3368,6 +3397,11 @@ msgstr "Basit" msgid "Basic Info" msgstr "Temel Bilgiler" +#: frappe/public/js/frappe/ui/filters/filter.js:60 +#: frappe/public/js/frappe/ui/filters/filter.js:66 +msgid "Before" +msgstr "Önce" + #. Option for the 'DocType Event' (Select) field in DocType 'Server Script' #: frappe/core/doctype/server_script/server_script.json msgid "Before Cancel" @@ -3655,7 +3689,7 @@ msgstr "" #: frappe/website/doctype/blog_post/templates/blog_post_list.html:21 #: frappe/website/doctype/blog_settings/blog_settings.json msgid "Browse by category" -msgstr "" +msgstr "Kategoriye göre görüntüle" #. Label of a Data field in DocType 'Web Page View' #: frappe/website/doctype/web_page_view/web_page_view.json @@ -3709,8 +3743,8 @@ msgstr "Derle {0}" msgid "Built on {0}" msgstr "" -#. Label of a Check field in DocType 'Role' -#: frappe/core/doctype/role/role.json +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json msgid "Bulk Actions" msgstr "Çoklu İşlemler" @@ -3904,7 +3938,7 @@ msgstr "Önbellek" msgid "Cache Cleared" msgstr "Önbellek Temizlendi" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:170 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:181 msgid "Calculate" msgstr "Hesapla" @@ -4000,7 +4034,7 @@ msgstr "Gönderme" msgid "Can Write" msgstr "Yazma" -#: frappe/custom/doctype/custom_field/custom_field.py:360 +#: frappe/custom/doctype/custom_field/custom_field.py:361 msgid "Can not rename as column {0} is already present on DocType." msgstr "" @@ -4034,7 +4068,7 @@ msgstr "{0} mevcut olmadığı için {0} adresini {1} olarak yeniden adlandıram msgid "Cancel" msgstr "İptal" -#: frappe/public/js/frappe/list/list_view.js:1950 +#: frappe/public/js/frappe/list/list_view.js:1958 msgctxt "Button in list view actions menu" msgid "Cancel" msgstr "İptal" @@ -4056,7 +4090,7 @@ msgstr "Tüm Belgeleri İptal Et" msgid "Cancel Scheduling" msgstr "Programı İptal Et" -#: frappe/public/js/frappe/list/list_view.js:1955 +#: frappe/public/js/frappe/list/list_view.js:1963 msgctxt "Title of confirmation dialog" msgid "Cancel {0} documents?" msgstr "{0} belge iptal edilsin mi?" @@ -4072,7 +4106,7 @@ msgstr "{0} belge iptal edilsin mi?" #: frappe/desk/form/save.py:59 #: frappe/integrations/doctype/integration_request/integration_request.json #: frappe/public/js/frappe/model/indicator.js:78 -#: frappe/public/js/frappe/ui/filters/filter.js:500 +#: frappe/public/js/frappe/ui/filters/filter.js:532 msgid "Cancelled" msgstr "İptal edildi" @@ -4119,23 +4153,23 @@ msgstr "{0} Durumundan {1} Durumuna geçerken kaydetmeden #: frappe/workflow/doctype/workflow/workflow.py:110 msgid "Cannot cancel before submitting. See Transition {0}" -msgstr "" +msgstr "Göndermeden önce iptal edilemez. Geçişe bakın {0}" #: frappe/public/js/frappe/list/bulk_operations.js:294 msgid "Cannot cancel {0}." msgstr "{0} iptal edilemez." -#: frappe/model/document.py:846 +#: frappe/model/document.py:850 msgid "Cannot change docstatus from 0 (Draft) to 2 (Cancelled)" -msgstr "" +msgstr "Docstatus (Doctype Durumu) 0 değerinden (Taslak) 2 değerine (İptal Edildi) değiştirilemiyor" -#: frappe/model/document.py:860 +#: frappe/model/document.py:864 msgid "Cannot change docstatus from 1 (Submitted) to 0 (Draft)" -msgstr "" +msgstr "Docstatus (Doctype Durumu) 1 değerinden (Gönderildi) 0 değerine (Taslak) değiştirilemiyor" #: frappe/public/js/workflow_builder/utils.js:170 msgid "Cannot change state of Cancelled Document ({0} State)" -msgstr "" +msgstr "İptal Edilen Belgenin durumu değiştirilemiyor ({0} Durumu)" #: frappe/workflow/doctype/workflow/workflow.py:99 msgid "Cannot change state of Cancelled Document. Transition row {0}" @@ -4143,13 +4177,13 @@ msgstr "İptal Edilen Belgenin durumu değiştirilemiyor. Geçiş satırı {0}" #: frappe/core/doctype/doctype/doctype.py:1115 msgid "Cannot change to/from autoincrement autoname in Customize Form" -msgstr "" +msgstr "Özelleştir Formunda otomatik artırma otomatik adı olarak değiştirilemiyor" #: frappe/core/doctype/communication/communication.py:192 msgid "Cannot create a {0} against a child document: {1}" -msgstr "" +msgstr "Alt belgeye karşı {0} dosyası oluşturulamaz: {1}" -#: frappe/desk/doctype/workspace/workspace.py:254 +#: frappe/desk/doctype/workspace/workspace.py:258 msgid "Cannot create private workspace of other users" msgstr "Diğer kullanıcılar adına özel çalışma alanı oluşturulamıyor" @@ -4161,11 +4195,11 @@ msgstr "Ana ve Ek klasörler silinemiyor" msgid "Cannot delete or cancel because {0} {1} is linked with {2} {3} {4}" msgstr "Silme veya iptal etme işlemi yapılamaz. {0} {1} ile {2} {3} {4} ilişkilendirilmiş." -#: frappe/desk/doctype/workspace/workspace.py:420 +#: frappe/desk/doctype/workspace/workspace.py:424 msgid "Cannot delete private workspace of other users" msgstr "Diğer kullanıcıların özel çalışma alanı silinemez" -#: frappe/desk/doctype/workspace/workspace.py:413 +#: frappe/desk/doctype/workspace/workspace.py:417 msgid "Cannot delete public workspace without Workspace Manager role" msgstr "Çalışma Alanı Yöneticisi rolü olmadan genel çalışma alanı silinemez" @@ -4220,7 +4254,7 @@ msgstr "Standart grafikler düzenlenemez" msgid "Cannot edit a standard report. Please duplicate and create a new report" msgstr "Standart bir raporu düzenleyemezsiniz. Lütfen bir kopyasını veya yeni bir rapor oluşturun." -#: frappe/model/document.py:866 +#: frappe/model/document.py:870 msgid "Cannot edit cancelled document" msgstr "İptal edilen belge düzenlenemez" @@ -4253,7 +4287,7 @@ msgstr "Bir Klasörün dosya içerikleri alınamıyor" msgid "Cannot have multiple printers mapped to a single print format." msgstr "Tek bir yazdırma biçimine birden fazla yazıcı eşlenemez." -#: frappe/model/document.py:934 +#: frappe/model/document.py:938 msgid "Cannot link cancelled document: {0}" msgstr "İptal edilen belgeye bağlantı verilemiyor: {0}" @@ -4289,7 +4323,7 @@ msgstr "Doctype {1} gönderilebilir olmadığından {0} gönderme izni ile payla msgid "Cannot submit {0}." msgstr "{0} gönderilemiyor." -#: frappe/desk/doctype/workspace/workspace.py:354 +#: frappe/desk/doctype/workspace/workspace.py:358 msgid "Cannot update private workspace of other users" msgstr "Diğer kullanıcılar adına özel çalışma alanı oluşturulamıyor" @@ -4359,7 +4393,7 @@ msgstr "Kategori Açıklaması" msgid "Category Name" msgstr "Kategori Adı" -#: frappe/utils/data.py:1321 +#: frappe/utils/data.py:1335 msgid "Cent" msgstr "Kuruş" @@ -4527,7 +4561,7 @@ msgstr "Kırık bağlantıları kontrol edin" msgid "Check columns to select, drag to set order." msgstr "" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:443 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:447 msgid "Check the Error Log for more information: {0}" msgstr "Daha fazla bilgi için Hata Günlüğünü kontrol edin: {0}" @@ -4623,7 +4657,7 @@ msgstr "Şehir" #. Label of a Data field in DocType 'Address' #: frappe/contacts/doctype/address/address.json msgid "City/Town" -msgstr "İl / İlçe" +msgstr "Şehir" #: frappe/core/doctype/recorder/recorder_list.js:12 #: frappe/public/js/frappe/form/controls/attach.js:16 @@ -4638,7 +4672,7 @@ msgstr "Temizle ve Şablon Ekle" msgid "Clear & Add template" msgstr "Temizle ve Şablon Ekle" -#: frappe/public/js/frappe/list/list_view.js:1856 +#: frappe/public/js/frappe/list/list_view.js:1864 msgctxt "Button in list view actions menu" msgid "Clear Assignment" msgstr "Atamayı Temizle" @@ -4684,7 +4718,7 @@ msgstr "Buraya tıklayın" msgid "Click here to post bugs and suggestions" msgstr "Hataları ve önerileri göndermek için tıklayın." -#: frappe/email/doctype/newsletter/newsletter.py:335 +#: frappe/email/doctype/newsletter/newsletter.py:338 msgid "Click here to verify" msgstr "Doğrulamak için buraya tıklayın" @@ -4796,13 +4830,11 @@ msgstr "İstemci Bilgisi" #. Label of a shortcut in the Build Workspace #. Name of a DocType #. Label of a Code field in DocType 'DocType Layout' -#. Label of a Code field in DocType 'Web Form' #: frappe/core/doctype/doctype/doctype.json #: frappe/core/doctype/module_def/module_def.json #: frappe/core/workspace/build/build.json #: frappe/custom/doctype/client_script/client_script.json #: frappe/custom/doctype/doctype_layout/doctype_layout.json -#: frappe/website/doctype/web_form/web_form.json #: frappe/website/doctype/web_page/web_page.js:103 msgid "Client Script" msgstr "İstemci Komut Dosyası" @@ -4821,6 +4853,11 @@ msgstr "Client Secret" msgid "Client URLs" msgstr "İstemci Bağlantıları" +#. Label of a Code field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Client script" +msgstr "" + #: frappe/core/doctype/communication/communication.js:39 #: frappe/desk/doctype/todo/todo.js:23 #: frappe/public/js/frappe/ui/messages.js:245 @@ -4886,7 +4923,7 @@ msgctxt "Shrink code field." msgid "Collapse" msgstr "Daralt" -#: frappe/public/js/frappe/views/reports/query_report.js:1966 +#: frappe/public/js/frappe/views/reports/query_report.js:1973 #: frappe/public/js/frappe/views/treeview.js:110 msgid "Collapse All" msgstr "Tümünü Daralt" @@ -5141,6 +5178,10 @@ msgstr "İletişim Kayıtları" msgid "Communication Type" msgstr "İletişim Türü" +#: frappe/integrations/frappe_providers/frappecloud_billing.py:28 +msgid "Communication secret not set" +msgstr "" + #: frappe/desk/page/leaderboard/leaderboard.js:112 msgid "Company" msgstr "Şirket" @@ -5185,7 +5226,7 @@ msgstr "Tamamla" msgid "Complete By" msgstr "Tamamlayan" -#: frappe/core/doctype/user/user.py:443 +#: frappe/core/doctype/user/user.py:413 #: frappe/templates/emails/new_user.html:10 msgid "Complete Registration" msgstr "Kaydı Tamamla" @@ -5230,6 +5271,7 @@ msgid "Compose Email" msgstr "E-posta Oluştur" #. Label of a Select field in DocType 'Document Naming Rule Condition' +#. Label of a Code field in DocType 'Navbar Item' #. Label of a Small Text field in DocType 'Bulk Update' #. Label of a Code field in DocType 'Notification' #. Label of a Data field in DocType 'Notification Recipient' @@ -5237,6 +5279,7 @@ msgstr "E-posta Oluştur" #. Label of a Code field in DocType 'Energy Point Rule' #. Label of a Code field in DocType 'Workflow Transition' #: frappe/core/doctype/document_naming_rule_condition/document_naming_rule_condition.json +#: frappe/core/doctype/navbar_item/navbar_item.json #: frappe/desk/doctype/bulk_update/bulk_update.json #: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:305 #: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:439 @@ -5251,16 +5294,16 @@ msgstr "E-posta Oluştur" msgid "Condition" msgstr "Koşul" -#. Label of a HTML field in DocType 'Web Form' -#: frappe/website/doctype/web_form/web_form.json -msgid "Condition Description" -msgstr "" - #. Label of a JSON field in DocType 'Web Form' #: frappe/website/doctype/web_form/web_form.json msgid "Condition JSON" msgstr "" +#. Label of a HTML field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Condition description" +msgstr "Durum açıklaması" + #. Label of a Table field in DocType 'Document Naming Rule' #. Label of a Section Break field in DocType 'Workflow Transition' #: frappe/core/doctype/document_naming_rule/document_naming_rule.json @@ -5314,6 +5357,10 @@ msgctxt "Title of confirmation dialog" msgid "Confirm" msgstr "Onayla" +#: frappe/integrations/oauth2.py:118 +msgid "Confirm Access" +msgstr "Erişimi Onayla" + #: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:92 #: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:100 msgid "Confirm Deletion of Account" @@ -5332,7 +5379,7 @@ msgstr "Şifreyi Onayla" msgid "Confirm Request" msgstr "Talebi Onayla" -#: frappe/email/doctype/newsletter/newsletter.py:330 +#: frappe/email/doctype/newsletter/newsletter.py:333 msgid "Confirm Your Email" msgstr "E-postanızı Onaylayın" @@ -5341,7 +5388,7 @@ msgstr "E-postanızı Onaylayın" msgid "Confirmation Email Template" msgstr "Onay E-postası Şablonu" -#: frappe/email/doctype/newsletter/newsletter.py:379 +#: frappe/email/doctype/newsletter/newsletter.py:382 #: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:393 msgid "Confirmed" msgstr "Onaylandı" @@ -5463,11 +5510,11 @@ msgstr "İletişim Ayarları" msgid "Contact options, like \"Sales Query, Support Query\" etc each on a new line or separated by commas." msgstr "Her biri yeni bir satırda veya virgülle ayrılmış \"Satış Sorgusu, Destek Sorgusu\" gibi iletişim seçenekleri." -#: frappe/utils/change_log.py:360 +#: frappe/utils/change_log.py:363 msgid "Contains {0} security fix" msgstr "{0} güvenlik düzeltmesi içerir" -#: frappe/utils/change_log.py:358 +#: frappe/utils/change_log.py:361 msgid "Contains {0} security fixes" msgstr "{0} güvenlik düzeltmesi içerir" @@ -5604,7 +5651,7 @@ msgstr "Doğru versiyon :" msgid "Could not connect to outgoing email server" msgstr "Giden e-posta sunucusuna bağlanılamadı" -#: frappe/model/document.py:930 +#: frappe/model/document.py:934 msgid "Could not find {0}" msgstr "{0} bulunamadı." @@ -5736,7 +5783,7 @@ msgstr "Giriş Oluştur" #: frappe/public/js/print_format_builder/LetterHeadEditor.vue:59 #: frappe/public/js/print_format_builder/LetterHeadEditor.vue:195 msgid "Create Letter Head" -msgstr "" +msgstr "Antetli Kağıt Başlığı Oluştur" #. Label of a Check field in DocType 'Scheduled Job Type' #: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json @@ -5778,12 +5825,12 @@ msgstr "Bir Hatırlatıcı Oluştur" msgid "Create a new ..." msgstr "Yeni Oluştur ..." -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:145 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:156 msgid "Create a new record" msgstr "Yeni Kayıt Oluştur" -#: frappe/public/js/frappe/form/controls/link.js:295 -#: frappe/public/js/frappe/form/controls/link.js:297 +#: frappe/public/js/frappe/form/controls/link.js:303 +#: frappe/public/js/frappe/form/controls/link.js:305 #: frappe/public/js/frappe/form/link_selector.js:139 #: frappe/public/js/frappe/list/list_view.js:475 #: frappe/public/js/frappe/web_form/web_form_list.js:225 @@ -5802,7 +5849,7 @@ msgstr "Belirli aralıklarla belirli bir abone grubuna e-posta oluşturun ve gö #. Description of a Card Break in the Build Workspace #: frappe/core/workspace/build/build.json msgid "Create new forms and views with doctypes. Set up multi-level workflows for approval" -msgstr "" +msgstr "Doctype'lar için yeni formlar ve görünümler oluşturun. Onay için çok düzeyli iş akışları ayarlayın." #: frappe/printing/page/print_format_builder_beta/print_format_builder_beta.js:34 msgid "Create or Edit Print Format" @@ -5903,6 +5950,7 @@ msgstr "Ctrl+Enter ile yorumu gönderin" #. Option for the 'Type' (Select) field in DocType 'DocField' #. Option for the 'Fieldtype' (Select) field in DocType 'Report Column' #. Option for the 'Fieldtype' (Select) field in DocType 'Report Filter' +#. Label of a Link field in DocType 'System Settings' #. Option for the 'Field Type' (Select) field in DocType 'Custom Field' #. Option for the 'Type' (Select) field in DocType 'Customize Form Field' #. Name of a DocType @@ -5910,6 +5958,7 @@ msgstr "Ctrl+Enter ile yorumu gönderin" #: frappe/core/doctype/docfield/docfield.json #: frappe/core/doctype/report_column/report_column.json #: frappe/core/doctype/report_filter/report_filter.json +#: frappe/core/doctype/system_settings/system_settings.json #: frappe/custom/doctype/custom_field/custom_field.json #: frappe/custom/doctype/customize_form_field/customize_form_field.json #: frappe/desk/page/setup_wizard/setup_wizard.js:403 @@ -6053,7 +6102,7 @@ msgstr "Özel Belgeler" msgid "Custom Field" msgstr "Özel Alan" -#: frappe/custom/doctype/custom_field/custom_field.py:218 +#: frappe/custom/doctype/custom_field/custom_field.py:219 msgid "Custom Field {0} is created by the Administrator and can only be deleted through the Administrator account." msgstr "Özel Alan {0} Yönetici tarafından oluşturulur ve yalnızca Yönetici hesabı aracılığıyla silinebilir." @@ -6062,11 +6111,11 @@ msgstr "Özel Alan {0} Yönetici tarafından oluşturulur ve yalnızca Yönetici msgid "Custom Field, Custom Doctype, Naming Series, Role Permission, Workflow, Print Formats, Reports" msgstr "Özel Alan, Özel Belge Tipi, Adlandırma Serisi, Rol İzni, İş Akışı, Baskı Formatları, Raporlar" -#: frappe/custom/doctype/custom_field/custom_field.py:260 +#: frappe/custom/doctype/custom_field/custom_field.py:261 msgid "Custom Fields can only be added to a standard DocType." msgstr "" -#: frappe/custom/doctype/custom_field/custom_field.py:257 +#: frappe/custom/doctype/custom_field/custom_field.py:258 msgid "Custom Fields cannot be added to core DocTypes." msgstr "Özel Alanlar çekirdek DocType'lara eklenemez." @@ -6160,7 +6209,7 @@ msgstr "Özel Kenar Çubuğu Menüsü" msgid "Custom Translation" msgstr "Özel Çeviri" -#: frappe/custom/doctype/custom_field/custom_field.py:373 +#: frappe/custom/doctype/custom_field/custom_field.py:374 msgid "Custom field renamed to {0} successfully." msgstr "Özel alan başarıyla {0} olarak yeniden adlandırıldı." @@ -6352,13 +6401,13 @@ msgstr "Koyu Renk" msgid "Dark Theme" msgstr "Koyu Tema" -#. Label of a Check field in DocType 'Role' +#. Label of a Check field in DocType 'User' #. Label of a Link in the Build Workspace #. Name of a DocType #. Option for the 'Select List View' (Select) field in DocType 'Form Tour' #. Option for the 'Type' (Select) field in DocType 'Workspace Shortcut' #. Option for the 'DocType View' (Select) field in DocType 'Workspace Shortcut' -#: frappe/core/doctype/role/role.json +#: frappe/core/doctype/user/user.json #: frappe/core/page/dashboard_view/dashboard_view.js:10 #: frappe/core/workspace/build/build.json #: frappe/desk/doctype/dashboard/dashboard.json @@ -6676,7 +6725,7 @@ msgstr "Varsayılan Gelen Kutusu" #. Label of a Check field in DocType 'Email Account' #: frappe/email/doctype/email_account/email_account.json -#: frappe/email/doctype/email_account/email_account.py:199 +#: frappe/email/doctype/email_account/email_account.py:200 msgid "Default Incoming" msgstr "Varsayılan Gelen Kutusu" @@ -6696,7 +6745,7 @@ msgstr "Varsayılan İsimlendirme" #. Label of a Check field in DocType 'Email Account' #: frappe/email/doctype/email_account/email_account.json -#: frappe/email/doctype/email_account/email_account.py:207 +#: frappe/email/doctype/email_account/email_account.py:208 msgid "Default Outgoing" msgstr "Varsayılan Giden" @@ -6783,6 +6832,11 @@ msgstr "Varsayılan Görünüm" msgid "Default Workspace" msgstr "Varsayılan Çalışma Alanı" +#. Description of the 'Currency' (Link) field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Default display currency" +msgstr "" + #: frappe/core/doctype/doctype/doctype.py:1338 msgid "Default for 'Check' type of field {0} must be either '0' or '1'" msgstr "'Kontrol' türü alan için varsayılan {0} '0' veya '1' olmalıdır" @@ -6812,7 +6866,7 @@ msgstr "" msgid "Defaults" msgstr "Varsayılan Değerler" -#: frappe/email/doctype/email_account/email_account.py:218 +#: frappe/email/doctype/email_account/email_account.py:219 msgid "Defaults Updated" msgstr "Varsayılan Değerler Güncellendi" @@ -6849,7 +6903,7 @@ msgstr "Gecikti" msgid "Delete" msgstr "Sil" -#: frappe/public/js/frappe/list/list_view.js:1918 +#: frappe/public/js/frappe/list/list_view.js:1926 msgctxt "Button in list view actions menu" msgid "Delete" msgstr "Sil" @@ -6931,12 +6985,12 @@ msgstr "Sekmeyi Sil" msgid "Delete this record to allow sending to this email address" msgstr "Bu e-posta adresine gönderime izin vermek için bu kaydı silin" -#: frappe/public/js/frappe/list/list_view.js:1923 +#: frappe/public/js/frappe/list/list_view.js:1931 msgctxt "Title of confirmation dialog" msgid "Delete {0} item permanently?" msgstr "{0} girişi kalıcı olarak silinsin mi?" -#: frappe/public/js/frappe/list/list_view.js:1929 +#: frappe/public/js/frappe/list/list_view.js:1937 msgctxt "Title of confirmation dialog" msgid "Delete {0} items permanently?" msgstr "{0} öğesini kalıcı olarak sil?" @@ -7085,7 +7139,7 @@ msgstr "Listeleme sayfası için açıklama, düz metin olarak, sadece birkaç s #. 'Onboarding Step' #: frappe/desk/doctype/onboarding_step/onboarding_step.json msgid "Description to inform the user about any action that is going to be performed" -msgstr "" +msgstr "Gerçekleştirilecek herhangi bir eylem hakkında kullanıcıyı bilgilendirmek için açıklama" #. Label of a Data field in DocType 'Contact' #: frappe/contacts/doctype/contact/contact.json @@ -7167,7 +7221,7 @@ msgstr "Ayrıntılar" #: frappe/core/page/permission_manager/permission_manager.js:487 msgid "Did not add" -msgstr "" +msgstr "Eklenmedi" #: frappe/core/page/permission_manager/permission_manager.js:381 msgid "Did not remove" @@ -7253,7 +7307,7 @@ msgstr "Standart E-posta Alt Bilgisini Kapat" #. Label of a Check field in DocType 'System Settings' #: frappe/core/doctype/system_settings/system_settings.json msgid "Disable System Update Notification" -msgstr "Sistem Güncelleme Bildirimini Devre Dışı Bırak" +msgstr "Güncelleme Bildirimini Devre Dışı Bırak" #. Label of a Check field in DocType 'System Settings' #: frappe/core/doctype/system_settings/system_settings.json @@ -7296,7 +7350,7 @@ msgstr "Yeni Kayıtlara İzin Verme" msgid "Disabled" msgstr "Devre dışı" -#: frappe/email/doctype/email_account/email_account.js:228 +#: frappe/email/doctype/email_account/email_account.js:232 msgid "Disabled Auto Reply" msgstr "Otomatik Yanıt Devre Dışı" @@ -7324,12 +7378,12 @@ msgstr "Sorumluluk Reddi: Bu dizinler, bu kayıt sırasında gerçekleştirilen #. Name of a DocType #: frappe/website/doctype/discussion_reply/discussion_reply.json msgid "Discussion Reply" -msgstr "" +msgstr "Yanıt" #. Name of a DocType #: frappe/website/doctype/discussion_topic/discussion_topic.json msgid "Discussion Topic" -msgstr "" +msgstr "Tartışma Konusu" #: frappe/public/js/frappe/form/footer/form_timeline.js:625 #: frappe/templates/discussions/reply_card.html:16 @@ -7410,7 +7464,7 @@ msgstr "Belge Durumu" #: frappe/core/doctype/docfield/docfield.json #: frappe/custom/doctype/property_setter/property_setter.json msgid "DocField" -msgstr "" +msgstr "DocType Alanı" #. Name of a DocType #: frappe/core/doctype/docperm/docperm.json @@ -7471,7 +7525,7 @@ msgstr "Belge Türü" #: frappe/core/doctype/doctype/doctype.py:1539 msgid "DocType {0} provided for the field {1} must have atleast one Link field" -msgstr "" +msgstr "DocType {0} alanı için sağlanmıştır {1} en az bir Bağlantı alanına sahip olmalıdır" #. Name of a DocType #. Option for the 'Applied On' (Select) field in DocType 'Property Setter' @@ -7503,10 +7557,6 @@ msgstr "DocType Düzeni Alanı" msgid "DocType Link" msgstr "DocType Bağlantısı" -#: frappe/core/doctype/doctype/doctype_list.js:10 -msgid "DocType Name" -msgstr "DocType Adı" - #. Name of a DocType #. Option for the 'Applied On' (Select) field in DocType 'Property Setter' #: frappe/core/doctype/doctype_state/doctype_state.json @@ -7639,15 +7689,15 @@ msgstr "Döküman Bağlantıları" #: frappe/core/doctype/doctype/doctype.py:1173 msgid "Document Links Row #{0}: Could not find field {1} in {2} DocType" -msgstr "" +msgstr "Belge Bağlantıları Satırı #{0}: {2} DocType'da {1} alanı bulunamadı" #: frappe/core/doctype/doctype/doctype.py:1193 msgid "Document Links Row #{0}: Invalid doctype or fieldname." -msgstr "" +msgstr "Belge Bağlantıları Satırı #{0}: Geçersiz doctype veya alan." #: frappe/core/doctype/doctype/doctype.py:1156 msgid "Document Links Row #{0}: Parent DocType is mandatory for internal links" -msgstr "" +msgstr "Belge Bağlantıları Satırı #{0}: Dahili bağlantılar için Üst DocType zorunludur" #: frappe/core/doctype/doctype/doctype.py:1162 msgid "Document Links Row #{0}: Table Fieldname is mandatory for internal links" @@ -7689,7 +7739,7 @@ msgstr "Belge Adlandırma Kuralı Koşulu" msgid "Document Naming Settings" msgstr "Belge Adlandırma Ayarları" -#: frappe/model/document.py:1541 +#: frappe/model/document.py:1545 msgid "Document Queued" msgstr "Belge Kuyruğa Alındı" @@ -7840,7 +7890,7 @@ msgid "Document Types and Permissions" msgstr "Belge Türleri ve İzinler" #: frappe/core/doctype/submission_queue/submission_queue.py:163 -#: frappe/model/document.py:1748 +#: frappe/model/document.py:1752 msgid "Document Unlocked" msgstr "Belge Kilidi Açıldı" @@ -7880,7 +7930,7 @@ msgstr "Pano grafiği oluşturmak için belge türü gereklidir" msgid "Document {0} Already Restored" msgstr "Belge {0} Zaten Geri Yüklendi" -#: frappe/workflow/doctype/workflow_action/workflow_action.py:198 +#: frappe/workflow/doctype/workflow_action/workflow_action.py:199 msgid "Document {0} has been set to state {1} by {2}" msgstr "" @@ -8042,10 +8092,10 @@ msgstr "Verilerinizi İndirin" #: frappe/desk/page/setup_wizard/install_fixtures.py:47 msgid "Dr" -msgstr "Borç" +msgstr "Dr" #: frappe/public/js/frappe/model/indicator.js:73 -#: frappe/public/js/frappe/ui/filters/filter.js:498 +#: frappe/public/js/frappe/ui/filters/filter.js:530 msgid "Draft" msgstr "Taslak" @@ -8239,7 +8289,7 @@ msgstr "ERPNext'te oluşturulan her belge, kendisi için tanımlanmış bir öne #: frappe/public/js/frappe/form/templates/contact_list.html:7 #: frappe/public/js/frappe/form/toolbar.js:660 #: frappe/public/js/frappe/views/reports/query_report.js:814 -#: frappe/public/js/frappe/views/reports/query_report.js:1636 +#: frappe/public/js/frappe/views/reports/query_report.js:1643 #: frappe/public/js/frappe/views/workspace/workspace.js:98 #: frappe/public/js/frappe/views/workspace/workspace.js:847 #: frappe/public/js/frappe/widgets/base_widget.js:64 @@ -8252,7 +8302,7 @@ msgstr "ERPNext'te oluşturulan her belge, kendisi için tanımlanmış bir öne msgid "Edit" msgstr "Düzenle" -#: frappe/public/js/frappe/list/list_view.js:2004 +#: frappe/public/js/frappe/list/list_view.js:2012 msgctxt "Button in list view actions menu" msgid "Edit" msgstr "Düzenle" @@ -8295,13 +8345,13 @@ msgstr "Filtreleri Düzenle" #: frappe/public/js/print_format_builder/PrintFormat.vue:29 msgid "Edit Footer" -msgstr "" +msgstr "Altbilgiyi Düzenle" #: frappe/printing/doctype/print_format/print_format.js:28 msgid "Edit Format" msgstr "Formatı Düzenle" -#: frappe/public/js/frappe/form/quick_entry.js:286 +#: frappe/public/js/frappe/form/quick_entry.js:287 msgid "Edit Full Form" msgstr "Tam Sayfa Düzenle" @@ -8425,7 +8475,7 @@ msgstr "Element Seçici" #: frappe/core/doctype/communication/communication.json #: frappe/core/doctype/custom_docperm/custom_docperm.json #: frappe/core/doctype/docperm/docperm.json -#: frappe/core/doctype/success_action/success_action.js:57 +#: frappe/core/doctype/success_action/success_action.js:59 #: frappe/core/doctype/system_settings/system_settings.json #: frappe/core/doctype/user/user.json #: frappe/core/doctype/user_document_type/user_document_type.json @@ -8439,7 +8489,7 @@ msgstr "Element Seçici" #: frappe/templates/includes/comments/comments.html:25 #: frappe/templates/signup.html:9 #: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.json -#: frappe/www/login.html:7 frappe/www/login.py:98 +#: frappe/www/login.html:7 frappe/www/login.py:99 msgid "Email" msgstr "E-posta" @@ -8463,7 +8513,7 @@ msgstr "E-posta" msgid "Email Account" msgstr "E-posta Hesabı" -#: frappe/email/doctype/email_account/email_account.py:314 +#: frappe/email/doctype/email_account/email_account.py:315 msgid "Email Account Disabled." msgstr "E-posta Hesabı Devre Dışı Bırakıldı." @@ -8472,7 +8522,7 @@ msgstr "E-posta Hesabı Devre Dışı Bırakıldı." msgid "Email Account Name" msgstr "E-posta Hesap Adı" -#: frappe/core/doctype/user/user.py:719 +#: frappe/core/doctype/user/user.py:680 msgid "Email Account added multiple times" msgstr "E-posta Hesabı birden fazla kez eklendi" @@ -8544,6 +8594,7 @@ msgstr "E-posta Grubu Üyesi" #. Label of a Data field in DocType 'Contact Email' #. Label of a Data field in DocType 'User Email' #. Label of a Data field in DocType 'Email Rule' +#: frappe/contacts/doctype/contact/contact.py:130 #: frappe/contacts/doctype/contact_email/contact_email.json #: frappe/core/doctype/user_email/user_email.json #: frappe/email/doctype/email_rule/email_rule.json @@ -8762,7 +8813,7 @@ msgstr "Google indekslemeyi etkinleştir" #. Label of a Check field in DocType 'Email Account' #: frappe/email/doctype/email_account/email_account.json -#: frappe/email/doctype/email_account/email_account.py:200 +#: frappe/email/doctype/email_account/email_account.py:201 msgid "Enable Incoming" msgstr "Geleni Etkinleştir" @@ -8775,7 +8826,7 @@ msgstr "Modül Tanıtımını Aç" #. Label of a Check field in DocType 'Email Account' #: frappe/core/doctype/user_email/user_email.json #: frappe/email/doctype/email_account/email_account.json -#: frappe/email/doctype/email_account/email_account.py:208 +#: frappe/email/doctype/email_account/email_account.py:209 msgid "Enable Outgoing" msgstr "Gideni Etkinleştir" @@ -8912,11 +8963,11 @@ msgstr "Etkin" msgid "Enabled Scheduler" msgstr "Zamanlayıcıyı Etkinleştir" -#: frappe/email/doctype/email_account/email_account.py:931 +#: frappe/email/doctype/email_account/email_account.py:939 msgid "Enabled email inbox for user {0}" msgstr "{0} kullanıcısı için e-posta gelen kutusu etkinleştirildi" -#: frappe/core/doctype/server_script/server_script.py:269 +#: frappe/core/doctype/server_script/server_script.py:243 msgid "Enabled scheduled execution for script {0}" msgstr "" @@ -8929,7 +8980,7 @@ msgstr "" msgid "Enables Calendar and Gantt views." msgstr "Takvim ve Gantt görünümü aktif eder." -#: frappe/email/doctype/email_account/email_account.js:223 +#: frappe/email/doctype/email_account/email_account.js:227 msgid "Enabling auto reply on an incoming email account will send automated replies to all the synchronized emails. Do you wish to continue?" msgstr "Gelen bir e-posta hesabında otomatik yanıtı etkinleştirmek, senkronize edilen tüm e-postalara otomatik yanıtlar gönderecektir. Devam etmek istiyor musunuz?" @@ -8969,6 +9020,7 @@ msgstr "Şifreleme anahtarı geçersiz! Lütfen site_config.json dosyasını kon #. Label of a Date field in DocType 'Auto Repeat' #. Label of a Datetime field in DocType 'Web Page' #: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:140 #: frappe/public/js/frappe/utils/common.js:416 #: frappe/website/doctype/web_page/web_page.json msgid "End Date" @@ -9056,7 +9108,7 @@ msgstr "" #: frappe/integrations/doctype/google_calendar/google_calendar.py:93 msgid "Enter Client Id and Client Secret in Google Settings." -msgstr "" +msgstr "Google Ayarları'na İstemci Kimliği ve İstemci Gizli Anahtarını girin." #: frappe/templates/includes/login/login.js:359 msgid "Enter Code displayed in OTP App." @@ -9078,7 +9130,7 @@ msgstr "Değeri Girin" #: frappe/public/js/frappe/form/form_tour.js:58 msgid "Enter a name for this {0}" -msgstr "" +msgstr "{0} için bir ad girin" #. Description of the 'User Defaults' (Table) field in DocType 'User' #: frappe/core/doctype/user/user.json @@ -9190,7 +9242,7 @@ msgstr "{0} adresinde hata oluştu" msgid "Error in Client Script" msgstr "İstemci Komut Dosyasında Hata" -#: frappe/public/js/frappe/form/script_manager.js:242 +#: frappe/public/js/frappe/form/script_manager.js:243 msgid "Error in Client Script." msgstr "İstemci Komut Dosyasında Hata." @@ -9208,7 +9260,7 @@ msgstr "Hata Bildirimi" msgid "Error in print format on line {0}: {1}" msgstr "{0} satırındaki yazdırma biçiminde hata: {1}" -#: frappe/email/doctype/email_account/email_account.py:617 +#: frappe/email/doctype/email_account/email_account.py:618 msgid "Error while connecting to email account {0}" msgstr "E-posta hesabına bağlanırken hata oluştu {0}" @@ -9216,7 +9268,7 @@ msgstr "E-posta hesabına bağlanırken hata oluştu {0}" msgid "Error while evaluating Notification {0}. Please fix your template." msgstr "{0} Bildirim değerlendirilirken hata oluştu. Lütfen şablonunuzu düzeltin." -#: frappe/model/document.py:816 +#: frappe/model/document.py:820 msgid "Error: Document has been modified after you have opened it" msgstr "Hata: Döküman siz açtıktan sonra değiştirildi." @@ -9301,7 +9353,7 @@ msgstr "Örneğin: \"colors\": [\"#d1d8dd\", \"#ff5858\"]" #. Label of a Int field in DocType 'Recorder Query' #: frappe/core/doctype/recorder_query/recorder_query.json msgid "Exact Copies" -msgstr "" +msgstr "Birebir Kopyalar" #. Label of a HTML field in DocType 'Workflow Transition' #: frappe/workflow/doctype/workflow_transition/workflow_transition.json @@ -9339,7 +9391,7 @@ msgstr "Örnek: {{ subject }}" #. Option for the 'File Type' (Select) field in DocType 'Data Export' #: frappe/core/doctype/data_export/data_export.json msgid "Excel" -msgstr "" +msgstr "Excel" #: frappe/public/js/frappe/form/controls/password.js:91 msgid "Excellent" @@ -9352,7 +9404,7 @@ msgstr "Mükemmel" #: frappe/core/doctype/rq_job/rq_job.json #: frappe/core/doctype/submission_queue/submission_queue.json msgid "Exception" -msgstr "" +msgstr "İstisna" #. Label of a Section Break field in DocType 'System Console' #: frappe/desk/doctype/system_console/system_console.js:17 @@ -9369,7 +9421,7 @@ msgstr "Konsol Betiğini Çalıştır" msgid "Executing..." msgstr "Çalıştırılıyor..." -#: frappe/public/js/frappe/views/reports/query_report.js:1980 +#: frappe/public/js/frappe/views/reports/query_report.js:1987 msgid "Execution Time: {0} sec" msgstr "Oluşturma Süresi: {0} sn" @@ -9387,7 +9439,7 @@ msgctxt "Enlarge code field." msgid "Expand" msgstr "Genişlet" -#: frappe/public/js/frappe/views/reports/query_report.js:1966 +#: frappe/public/js/frappe/views/reports/query_report.js:1973 #: frappe/public/js/frappe/views/treeview.js:114 msgid "Expand All" msgstr "Tümünü Genişlet" @@ -9442,12 +9494,12 @@ msgstr "QR Kod Resim Sayfasının Sona Erme Süresi" #: frappe/core/doctype/recorder/recorder_list.js:37 #: frappe/public/js/frappe/data_import/data_exporter.js:92 #: frappe/public/js/frappe/data_import/data_exporter.js:243 -#: frappe/public/js/frappe/views/reports/query_report.js:1671 +#: frappe/public/js/frappe/views/reports/query_report.js:1678 #: frappe/public/js/frappe/views/reports/report_view.js:1551 msgid "Export" msgstr "Dışarı Aktar" -#: frappe/public/js/frappe/list/list_view.js:2026 +#: frappe/public/js/frappe/list/list_view.js:2034 msgctxt "Button in list view actions menu" msgid "Export" msgstr "Dışarı Aktar" @@ -9626,7 +9678,7 @@ msgstr "" msgid "Failed to connect to server" msgstr "Sunucuya bağlanılamadı" -#: frappe/auth.py:670 +#: frappe/auth.py:678 msgid "Failed to decode token, please provide a valid base64-encoded token." msgstr "" @@ -9650,6 +9702,10 @@ msgstr "Koşullar değerlendirilemedi: {}" msgid "Failed to export python type hints" msgstr "Python türü ipuçlarını dışa aktarma başarısız oldu" +#: frappe/integrations/frappe_providers/frappecloud_billing.py:48 +msgid "Failed to generate access token" +msgstr "" + #: frappe/core/doctype/document_naming_settings/document_naming_settings.py:249 msgid "Failed to generate names from the series" msgstr "Seriden adlar oluşturulamadı" @@ -9660,12 +9716,16 @@ msgstr "Serinin önizlemesi oluşturulamadı" #: frappe/handler.py:76 msgid "Failed to get method for command {0} with {1}" -msgstr "" +msgstr "{1} ile {0} komutu için geçerli method alınamadı" #: frappe/api/v2.py:48 msgid "Failed to get method {0} with {1}" msgstr "" +#: frappe/integrations/frappe_providers/frappecloud_billing.py:68 +msgid "Failed to get site info" +msgstr "" + #: frappe/model/virtual_doctype.py:63 msgid "Failed to import virtual doctype {}, is controller file present?" msgstr "Sanal belge türü {} içe aktarılamadı, denetleyici dosyası mevcut mu?" @@ -9674,6 +9734,10 @@ msgstr "Sanal belge türü {} içe aktarılamadı, denetleyici dosyası mevcut m msgid "Failed to optimize image: {0}" msgstr "Görüntü optimize edilemedi: {0}" +#: frappe/integrations/frappe_providers/frappecloud_billing.py:104 +msgid "Failed to request login to Frappe Cloud" +msgstr "Frappe Cloud'da oturum açma isteği başarısız oldu" + #: frappe/email/doctype/email_queue/email_queue.py:280 msgid "Failed to send email with subject:" msgstr "Konuyu içeren e-posta gönderilemedi:" @@ -9686,6 +9750,10 @@ msgstr "Bildirim e-postası gönderilemedi" msgid "Failed to update global settings" msgstr "Genel ayarlar güncellenemedi" +#: frappe/integrations/frappe_providers/frappecloud_billing.py:83 +msgid "Failed while calling API {0}" +msgstr "" + #. Label of a Table field in DocType 'System Health Report' #: frappe/desk/doctype/system_health_report/system_health_report.json msgid "Failing Scheduled Jobs (last 7 days)" @@ -9781,7 +9849,7 @@ msgstr "Varsayılan Global Arama belgeleri getiriliyor." #: frappe/public/js/frappe/list/bulk_operations.js:327 #: frappe/public/js/frappe/list/list_view_permission_restrictions.html:3 #: frappe/public/js/frappe/views/reports/query_report.js:236 -#: frappe/public/js/frappe/views/reports/query_report.js:1725 +#: frappe/public/js/frappe/views/reports/query_report.js:1732 #: frappe/website/doctype/web_form_field/web_form_field.json #: frappe/website/doctype/web_form_list_column/web_form_list_column.json msgid "Field" @@ -9857,7 +9925,7 @@ msgstr "Takip Edilecek Alan" msgid "Field type cannot be changed for {0}" msgstr "Alan türü {0} için değiştirilemez" -#: frappe/database/database.py:841 +#: frappe/database/database.py:843 msgid "Field {0} does not exist on {1}" msgstr "{0} alanı {1} üzerinde mevcut değil" @@ -9886,7 +9954,7 @@ msgstr "{0} alanı bulunamadı." #: frappe/public/js/frappe/form/grid_row.js:430 #: frappe/website/doctype/web_template_field/web_template_field.json msgid "Fieldname" -msgstr "Alanadı" +msgstr "Alan" #: frappe/core/doctype/doctype/doctype.py:267 msgid "Fieldname '{0}' conflicting with a {1} of the name {2} in {3}" @@ -9900,7 +9968,7 @@ msgstr "Otomatik adlandırmayı etkinleştirmek için {0} adlı bir alan bulunma msgid "Fieldname is limited to 64 characters ({0})" msgstr "Alan ismi 64 karakterle sınırılıdır ({0})" -#: frappe/custom/doctype/custom_field/custom_field.py:195 +#: frappe/custom/doctype/custom_field/custom_field.py:196 msgid "Fieldname not set for Custom Field" msgstr "" @@ -9940,7 +10008,7 @@ msgstr "Alan ismi {0} kısıtlanmıştır" #: frappe/custom/doctype/doctype_layout/doctype_layout.json #: frappe/desk/doctype/kanban_board/kanban_board.json #: frappe/desk/doctype/list_view_settings/list_view_settings.json -#: frappe/public/js/frappe/list/list_settings.js:132 +#: frappe/public/js/frappe/list/list_settings.js:135 #: frappe/public/js/frappe/views/kanban/kanban_settings.js:111 #: frappe/public/js/print_format_builder/PrintFormatControls.vue:83 #: frappe/website/doctype/personal_data_deletion_step/personal_data_deletion_step.json @@ -9951,7 +10019,7 @@ msgstr "Alanlar" #. Label of a HTML field in DocType 'Data Export' #: frappe/core/doctype/data_export/data_export.json msgid "Fields Multicheck" -msgstr "" +msgstr "Alanlar Çoklu Kontrol" #: frappe/core/doctype/file/file.py:403 msgid "Fields `file_name` or `file_url` must be set for File" @@ -9977,7 +10045,7 @@ msgstr "Virgülle ayrılmış alanlar, arama çubuğunda \"Arama Ölçütü\" li msgid "Fieldtype" msgstr "AlanTipi" -#: frappe/custom/doctype/custom_field/custom_field.py:191 +#: frappe/custom/doctype/custom_field/custom_field.py:192 msgid "Fieldtype cannot be changed from {0} to {1}" msgstr "" @@ -10126,11 +10194,11 @@ msgstr "Filtre Adı" msgid "Filter Values" msgstr "Filtre Değerleri" -#: frappe/utils/data.py:1781 +#: frappe/utils/data.py:1795 msgid "Filter must be a tuple or list (in a list)" msgstr "" -#: frappe/utils/data.py:1789 +#: frappe/utils/data.py:1803 msgid "Filter must have 4 values (doctype, fieldname, operator, value): {0}" msgstr "Filtre 4 değere sahip olmalıdır (doctype, fieldname, operator, value): {0}" @@ -10195,7 +10263,7 @@ msgstr "JSON Filtreleri" msgid "Filters Section" msgstr "Filtre Seçimi" -#: frappe/public/js/frappe/form/controls/link.js:491 +#: frappe/public/js/frappe/form/controls/link.js:502 msgid "Filters applied for {0}" msgstr "Filtreler {0} için Uygulandı" @@ -10220,8 +10288,8 @@ msgstr "Filtreler:" msgid "Find '{0}' in ..." msgstr "... içinde '{0}' öğesini bulun." -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:316 -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:317 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:327 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:328 #: frappe/public/js/frappe/ui/toolbar/search_utils.js:141 #: frappe/public/js/frappe/ui/toolbar/search_utils.js:144 msgid "Find {0} in {1}" @@ -10352,7 +10420,7 @@ msgstr "Takip Eden" msgid "Following Report Filters have missing values:" msgstr "Aşağıdaki Rapor Filtrelerindeki değerler eksik:" -#: frappe/website/doctype/web_form/web_form.py:107 +#: frappe/website/doctype/web_form/web_form.py:108 msgid "Following fields are missing:" msgstr "Aşağıdaki alanlar eksik:" @@ -10483,7 +10551,7 @@ msgstr "" #. Description of the 'Row Name' (Data) field in DocType 'Property Setter' #: frappe/custom/doctype/property_setter/property_setter.json msgid "For DocType Link / DocType Action" -msgstr "" +msgstr "DocType Bağlantısı / DocType Eylemi için" #. Label of a Select field in DocType 'Energy Point Rule' #: frappe/social/doctype/energy_point_rule/energy_point_rule.json @@ -10524,7 +10592,7 @@ msgstr "Kullanıcı" msgid "For Value" msgstr "" -#: frappe/public/js/frappe/views/reports/query_report.js:1977 +#: frappe/public/js/frappe/views/reports/query_report.js:1984 #: frappe/public/js/frappe/views/reports/report_view.js:96 msgid "For comparison, use >5, <10 or =324. For ranges, use 5:10 (for values between 5 & 10)." msgstr "Karşılaştırmak için >5, <10 veya =324 kullanın. Örneğin 5-10 arasındaki değerleri göstermek için, 5:10 kullanın." @@ -10542,7 +10610,7 @@ msgstr "Örnek: Belge kimliğini eklemek istiyorsanız {0} kullanın" msgid "For example: {} Open" msgstr "Örnek: {} Aktif" -#. Description of the 'Client Script' (Code) field in DocType 'Web Form' +#. Description of the 'Client script' (Code) field in DocType 'Web Form' #: frappe/website/doctype/web_form/web_form.json msgid "For help see Client Script API and Examples" msgstr "Yardım için İstemci Komut Dosyası API'si ve Örnekler bölümüne bakın" @@ -10636,10 +10704,12 @@ msgid "Form Dict" msgstr "" #. Label of a Section Break field in DocType 'DocType' -#. Label of a Section Break field in DocType 'Role' +#. Label of a Section Break field in DocType 'User' #. Label of a Section Break field in DocType 'Customize Form' -#: frappe/core/doctype/doctype/doctype.json frappe/core/doctype/role/role.json +#. Label of a Section Break field in DocType 'Web Form' +#: frappe/core/doctype/doctype/doctype.json frappe/core/doctype/user/user.json #: frappe/custom/doctype/customize_form/customize_form.json +#: frappe/website/doctype/web_form/web_form.json msgid "Form Settings" msgstr "Form Ayarları" @@ -10675,7 +10745,7 @@ msgstr "" #: frappe/core/doctype/communication/communication.js:70 msgid "Forward" -msgstr "" +msgstr "İlet" #. Label of a Data field in DocType 'Contact Us Settings' #: frappe/website/doctype/contact_us_settings/contact_us_settings.json @@ -10695,8 +10765,8 @@ msgstr "Kesir Birimleri" #. Option for the 'Social Login Provider' (Select) field in DocType 'Social #. Login Key' #: frappe/integrations/doctype/social_login_key/social_login_key.json -#: frappe/www/login.html:61 frappe/www/login.html:142 frappe/www/login.py:49 -#: frappe/www/login.py:138 +#: frappe/www/login.html:61 frappe/www/login.html:142 frappe/www/login.py:50 +#: frappe/www/login.py:139 msgid "Frappe" msgstr "ERP" @@ -10720,7 +10790,7 @@ msgstr "Frappe Desteği" #: frappe/website/doctype/web_page/web_page.js:92 msgid "Frappe page builder using components" -msgstr "" +msgstr "Frappe sayfa oluşturucunun kullandığı bileşenşer" #: frappe/public/js/frappe/file_uploader/ImageCropper.vue:112 msgctxt "Image Cropper" @@ -10776,7 +10846,7 @@ msgstr "Başlama Tarihi" msgid "From Date Field" msgstr "Başlangıç Tarihi Alanı" -#: frappe/public/js/frappe/views/reports/query_report.js:1691 +#: frappe/public/js/frappe/views/reports/query_report.js:1698 msgid "From Document Type" msgstr "Belge Türü" @@ -10835,7 +10905,7 @@ msgstr "Fonksiyon" msgid "Function Based On" msgstr "" -#: frappe/__init__.py:905 +#: frappe/__init__.py:855 msgid "Function {0} is not whitelisted." msgstr "{0} fonksiyonu beyaz listeye eklenmemiş." @@ -10909,7 +10979,7 @@ msgstr "Anahtar Oluştur" msgid "Generate New Report" msgstr "Yeni Rapor Oluştur" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:357 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:368 msgid "Generate Random Password" msgstr "Rastgele Şifre Oluştur" @@ -10968,7 +11038,7 @@ msgstr "Yeni isimlendirme serisinin önizlemesini buradan görebilirsiniz." #: frappe/public/js/frappe/list/list_sidebar.js:273 msgid "Get more insights with" -msgstr "İle daha fazla grafik edinin" +msgstr "Daha fazla grafik edinin" #. Description of the 'Email Threads on Assigned Document' (Check) field in #. DocType 'Notification Settings' @@ -10999,7 +11069,7 @@ msgstr "Github markdown sözdizimi" #: frappe/social/doctype/energy_point_settings/energy_point_settings.js:7 #: frappe/social/doctype/energy_point_settings/energy_point_settings.js:14 msgid "Give Review Points" -msgstr "İnceleme Puanları Verin" +msgstr "Puanları Dağıt" #. Name of a DocType #: frappe/desk/doctype/global_search_doctype/global_search_doctype.json @@ -11274,6 +11344,14 @@ msgstr "Grafik" msgid "Gray" msgstr "Gri" +#: frappe/public/js/frappe/ui/filters/filter.js:23 +msgid "Greater Than" +msgstr "Büyüktür" + +#: frappe/public/js/frappe/ui/filters/filter.js:25 +msgid "Greater Than Or Equal To" +msgstr "Büyüktür ve Eşittir" + #. Option for the 'Color' (Select) field in DocType 'DocType State' #. Option for the 'Indicator' (Select) field in DocType 'Kanban Board Column' #: frappe/core/doctype/doctype_state/doctype_state.json @@ -11489,7 +11567,7 @@ msgstr "" #. Label of a Tab Break field in DocType 'Website Settings' #: frappe/website/doctype/website_settings/website_settings.json msgid "Header, Robots" -msgstr "" +msgstr "Üst Bilgi Alanı" #: frappe/printing/doctype/letter_head/letter_head.js:30 msgid "Header/Footer scripts can be used to add dynamic behaviours." @@ -11566,7 +11644,7 @@ msgstr "Yardım Menüsü" msgid "Help HTML" msgstr "" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:138 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:149 msgid "Help on Search" msgstr "Arama Yardımı" @@ -11583,12 +11661,12 @@ msgstr "Faydalı" #. Option for the 'Font' (Select) field in DocType 'Print Settings' #: frappe/printing/doctype/print_settings/print_settings.json msgid "Helvetica" -msgstr "" +msgstr "Helvetica" #. Option for the 'Font' (Select) field in DocType 'Print Settings' #: frappe/printing/doctype/print_settings/print_settings.json msgid "Helvetica Neue" -msgstr "" +msgstr "Helvetica Neue" #: frappe/public/js/frappe/utils/utils.js:1769 msgid "Here's your tracking URL" @@ -11638,7 +11716,7 @@ msgstr "Gizle" #. Label of a Check field in DocType 'Web Page Block' #: frappe/website/doctype/web_page_block/web_page_block.json msgid "Hide Block" -msgstr "" +msgstr "Bloğu Gizle" #. Label of a Check field in DocType 'DocField' #. Label of a Check field in DocType 'Custom Field' @@ -11652,7 +11730,7 @@ msgstr "Kenarları Gizle" #. Label of a Check field in DocType 'Form Tour Step' #: frappe/desk/doctype/form_tour_step/form_tour_step.json msgid "Hide Buttons" -msgstr "" +msgstr "Butonları Gizle" #. Label of a Check field in DocType 'Blog Post' #: frappe/website/doctype/blog_post/blog_post.json @@ -11703,7 +11781,7 @@ msgstr "Önizlemeyi Gizle" #. Description of the 'Hide Buttons' (Check) field in DocType 'Form Tour Step' #: frappe/desk/doctype/form_tour_step/form_tour_step.json msgid "Hide Previous, Next and Close button on highlight dialog." -msgstr "" +msgstr "Vurgulama iletişim kutusunda Önceki, Sonraki ve Kapat düğmelerini gizle." #: frappe/public/js/frappe/list/list_filter.js:87 msgid "Hide Saved" @@ -11862,7 +11940,7 @@ msgstr "" #: frappe/desk/report/todo/todo.py:36 frappe/model/meta.py:44 #: frappe/public/js/frappe/data_import/data_exporter.js:330 #: frappe/public/js/frappe/data_import/data_exporter.js:345 -#: frappe/public/js/frappe/list/list_settings.js:334 +#: frappe/public/js/frappe/list/list_settings.js:337 #: frappe/public/js/frappe/list/list_view.js:357 #: frappe/public/js/frappe/list/list_view.js:420 #: frappe/public/js/frappe/model/meta.js:197 @@ -12004,6 +12082,11 @@ msgstr "Devre dışı bırakılırsa, bu rol tüm kullanıcılardan kaldırılac msgid "If enabled, user can login from any IP Address using Two Factor Auth, this can also be set for all users in System Settings" msgstr "Etkinleştirilirse, kullanıcı İki Faktörlü Kimlik Doğrulama kullanarak herhangi bir IP Adresinden oturum açabilir, bu aynı zamanda Sistem Ayarları'nda tüm kullanıcılar için de ayarlanabilir" +#. Description of the 'Anonymous responses' (Check) field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "If enabled, all responses on the web form will be submitted anonymously" +msgstr "" + #. Description of the 'Bypass restricted IP Address check If Two Factor Auth #. Enabled' (Check) field in DocType 'System Settings' #: frappe/core/doctype/system_settings/system_settings.json @@ -12274,7 +12357,7 @@ msgstr "Resimler" #: frappe/core/doctype/activity_log/activity_log.json #: frappe/core/doctype/user/user.js:367 msgid "Impersonate" -msgstr "" +msgstr "Yerine Geçir" #: frappe/core/doctype/user/user.js:394 msgid "Impersonate as {0}" @@ -12459,9 +12542,9 @@ msgstr "Önizleme" #: frappe/core/doctype/data_import/data_import.js:42 msgid "In Progress" -msgstr "Devam ediyor" +msgstr "Devam Ediyor" -#: frappe/database/database.py:243 +#: frappe/database/database.py:245 msgid "In Read Only Mode" msgstr "Salt Okunur Modunda" @@ -12536,11 +12619,11 @@ msgstr "Uygulamalardan Temayı Dahil Et" msgid "Include Web View Link in Email" msgstr "Web Görünümü Bağlantısını E-postaya Ekle" -#: frappe/public/js/frappe/views/reports/query_report.js:1510 +#: frappe/public/js/frappe/views/reports/query_report.js:1515 msgid "Include filters" msgstr "Filtreleri dahil et" -#: frappe/public/js/frappe/views/reports/query_report.js:1502 +#: frappe/public/js/frappe/views/reports/query_report.js:1507 msgid "Include indentation" msgstr "Girintiyi dahil et" @@ -12578,7 +12661,7 @@ msgstr "Gelen e-posta hesabı doğru değil" msgid "Incomplete Virtual Doctype Implementation" msgstr "Tamamlanmamış Sanal Doküman Tipi Uygulaması" -#: frappe/auth.py:233 +#: frappe/auth.py:241 msgid "Incomplete login details" msgstr "Hatalı giriş bilgileri" @@ -12598,11 +12681,11 @@ msgstr "Hatalı Kullanıcı Adı veya Şifre" msgid "Incorrect Verification code" msgstr "Hatalı Doğrulama Kodu" -#: frappe/model/document.py:1347 +#: frappe/model/document.py:1351 msgid "Incorrect value in row {0}:" msgstr "" -#: frappe/model/document.py:1349 +#: frappe/model/document.py:1353 msgid "Incorrect value:" msgstr "Geçersiz değer: " @@ -12686,15 +12769,15 @@ msgstr "Yukarı Ekle" #. Label of a Select field in DocType 'Custom Field' #: frappe/custom/doctype/custom_field/custom_field.json -#: frappe/public/js/frappe/views/reports/query_report.js:1731 +#: frappe/public/js/frappe/views/reports/query_report.js:1738 msgid "Insert After" msgstr "Sonrasına Ekle" -#: frappe/custom/doctype/custom_field/custom_field.py:249 +#: frappe/custom/doctype/custom_field/custom_field.py:250 msgid "Insert After cannot be set as {0}" msgstr "" -#: frappe/custom/doctype/custom_field/custom_field.py:242 +#: frappe/custom/doctype/custom_field/custom_field.py:243 msgid "Insert After field '{0}' mentioned in Custom Field '{1}', with label '{2}', does not exist" msgstr "" @@ -12718,7 +12801,7 @@ msgstr "Yeni Kayıt Ekle" #. Label of a Check field in DocType 'Web Page' #: frappe/website/doctype/web_page/web_page.json msgid "Insert Style" -msgstr "" +msgstr "Stil Ekle" #: frappe/public/js/frappe/ui/toolbar/search_utils.js:691 #: frappe/public/js/frappe/ui/toolbar/search_utils.js:692 @@ -12755,7 +12838,6 @@ msgid "Insufficient Permission Level for {0}" msgstr "{0} için Yetersiz İzin Seviyesi" #: frappe/database/query.py:375 frappe/desk/form/load.py:40 -#: frappe/model/document.py:239 msgid "Insufficient Permission for {0}" msgstr "{0} için Yetki Verilmemiş" @@ -12900,6 +12982,10 @@ msgstr "Geçersiz Eylem" msgid "Invalid CSV Format" msgstr "Geçersiz CSV Formatı" +#: frappe/integrations/frappe_providers/frappecloud_billing.py:121 +msgid "Invalid Code. Please try again." +msgstr "" + #: frappe/integrations/doctype/webhook/webhook.py:90 msgid "Invalid Condition: {}" msgstr "Geçersiz Koşul: {}" @@ -12908,7 +12994,7 @@ msgstr "Geçersiz Koşul: {}" msgid "Invalid Credentials" msgstr "Geçersiz kimlik bilgileri" -#: frappe/utils/data.py:103 frappe/utils/data.py:253 +#: frappe/utils/data.py:104 frappe/utils/data.py:254 msgid "Invalid Date" msgstr "Geçersiz Tarih" @@ -12944,7 +13030,7 @@ msgstr "Geçersiz Ana Sayfa" msgid "Invalid Link" msgstr "Geçersiz Bağlantı" -#: frappe/www/login.py:117 +#: frappe/www/login.py:118 msgid "Invalid Login Token" msgstr "" @@ -12977,11 +13063,11 @@ msgstr "Geçersiz Giden Posta Sunucusu veya Bağlantı Noktası: {0}" msgid "Invalid Output Format" msgstr "Geçersiz Çıktı Formatı" -#: frappe/integrations/doctype/connected_app/connected_app.py:166 +#: frappe/integrations/doctype/connected_app/connected_app.py:190 msgid "Invalid Parameters." msgstr "Geçersiz Parametreler." -#: frappe/core/doctype/user/user.py:1210 frappe/www/update-password.html:121 +#: frappe/core/doctype/user/user.py:1164 frappe/www/update-password.html:121 #: frappe/www/update-password.html:142 frappe/www/update-password.html:144 #: frappe/www/update-password.html:245 msgid "Invalid Password" @@ -12991,8 +13077,8 @@ msgstr "Geçersiz Şifre" msgid "Invalid Phone Number" msgstr "Geçersiz Telefon Numarası" -#: frappe/auth.py:94 frappe/utils/oauth.py:185 frappe/utils/oauth.py:192 -#: frappe/www/login.py:117 +#: frappe/auth.py:95 frappe/utils/oauth.py:185 frappe/utils/oauth.py:192 +#: frappe/www/login.py:118 msgid "Invalid Request" msgstr "Geçersiz İşlem. Lütfen Sayfayı Yenileyin." @@ -13031,7 +13117,7 @@ msgstr "" msgid "Invalid column" msgstr "Geçersiz sütun" -#: frappe/model/document.py:849 frappe/model/document.py:863 +#: frappe/model/document.py:853 frappe/model/document.py:867 msgid "Invalid docstatus" msgstr "Geçersiz belge durumu" @@ -13043,7 +13129,7 @@ msgstr "{0} filtresinde ayarlanmış geçersiz ifade" msgid "Invalid expression set in filter {0} ({1})" msgstr "{0} filtresinde ayarlanmış geçersiz ifade ({1})" -#: frappe/utils/data.py:1888 +#: frappe/utils/data.py:1902 msgid "Invalid field name {0}" msgstr "Geçersiz alan adı {0}" @@ -13069,7 +13155,7 @@ msgstr "" msgid "Invalid json added in the custom options: {0}" msgstr "Özel seçeneklere geçersiz json eklendi: {0}" -#: frappe/model/naming.py:465 +#: frappe/model/naming.py:464 msgid "Invalid name type (integer) for varchar name column" msgstr "" @@ -13093,7 +13179,7 @@ msgstr "Geçersiz istek değişkenleri" msgid "Invalid template file for import" msgstr "İçe aktarma için geçersiz şablon dosyası" -#: frappe/integrations/doctype/connected_app/connected_app.py:172 +#: frappe/integrations/doctype/connected_app/connected_app.py:196 msgid "Invalid token state! Check if the token has been created by the OAuth user." msgstr "Geçersiz token durumu! Token'ın OAuth kullanıcısı tarafından oluşturulup oluşturulmadığını kontrol edin." @@ -13109,11 +13195,11 @@ msgstr "Alanlar için geçersiz değerler:" #: frappe/printing/page/print/print.js:614 msgid "Invalid wkhtmltopdf version" -msgstr "" +msgstr "Geçersiz wkhtmltopdf sürümü" #: frappe/core/doctype/doctype/doctype.py:1526 msgid "Invalid {0} condition" -msgstr "" +msgstr "Geçersiz {0} koşulu" #. Option for the 'Style' (Select) field in DocType 'Workflow State' #: frappe/workflow/doctype/workflow_state/workflow_state.json @@ -13562,7 +13648,7 @@ msgstr "" #: frappe/public/js/frappe/utils/number_systems.js:37 msgctxt "Number system" msgid "Kh" -msgstr "" +msgstr "Kh" #. Label of a Card Break in the Website Workspace #: frappe/website/doctype/help_article/help_article.py:81 @@ -13614,7 +13700,7 @@ msgstr "LDAP Grubu" #. Label of a Data field in DocType 'LDAP Settings' #: frappe/integrations/doctype/ldap_settings/ldap_settings.json msgid "LDAP Group Field" -msgstr "" +msgstr "LDAP Grup Alanı" #. Name of a DocType #: frappe/integrations/doctype/ldap_group_mapping/ldap_group_mapping.json @@ -13625,27 +13711,27 @@ msgstr "LDAP Grup Eşlemesi" #. Label of a Table field in DocType 'LDAP Settings' #: frappe/integrations/doctype/ldap_settings/ldap_settings.json msgid "LDAP Group Mappings" -msgstr "" +msgstr "LDAP Grup Eşlemeleri" #. Label of a Data field in DocType 'LDAP Settings' #: frappe/integrations/doctype/ldap_settings/ldap_settings.json msgid "LDAP Group Member attribute" -msgstr "" +msgstr "LDAP Grup Üyesi niteliği" #. Label of a Data field in DocType 'LDAP Settings' #: frappe/integrations/doctype/ldap_settings/ldap_settings.json msgid "LDAP Last Name Field" -msgstr "" +msgstr "LDAP Soyadı Alanı" #. Label of a Data field in DocType 'LDAP Settings' #: frappe/integrations/doctype/ldap_settings/ldap_settings.json msgid "LDAP Middle Name Field" -msgstr "" +msgstr "LDAP İkinci Adı Alanı" #. Label of a Data field in DocType 'LDAP Settings' #: frappe/integrations/doctype/ldap_settings/ldap_settings.json msgid "LDAP Mobile Field" -msgstr "" +msgstr "LDAP Mobil Alanı" #: frappe/integrations/doctype/ldap_settings/ldap_settings.py:163 msgid "LDAP Not Installed" @@ -13654,12 +13740,12 @@ msgstr "LDAP Yüklü Değil" #. Label of a Data field in DocType 'LDAP Settings' #: frappe/integrations/doctype/ldap_settings/ldap_settings.json msgid "LDAP Phone Field" -msgstr "" +msgstr "LDAP Telefon Alanı" #. Label of a Data field in DocType 'LDAP Settings' #: frappe/integrations/doctype/ldap_settings/ldap_settings.json msgid "LDAP Search String" -msgstr "" +msgstr "LDAP Arama Dizesi" #: frappe/integrations/doctype/ldap_settings/ldap_settings.py:130 msgid "LDAP Search String must be enclosed in '()' and needs to contian the user placeholder {0}, eg sAMAccountName={0}" @@ -13668,7 +13754,7 @@ msgstr "LDAP Arama Dizesi '()' içine alınmalı ve kullanıcı yer tutucusunu i #. Label of a Section Break field in DocType 'LDAP Settings' #: frappe/integrations/doctype/ldap_settings/ldap_settings.json msgid "LDAP Search and Paths" -msgstr "" +msgstr "LDAP Arama ve Yolları" #. Label of a Section Break field in DocType 'LDAP Settings' #: frappe/integrations/doctype/ldap_settings/ldap_settings.json @@ -13678,12 +13764,12 @@ msgstr "LDAP Güvenliği" #. Label of a Section Break field in DocType 'LDAP Settings' #: frappe/integrations/doctype/ldap_settings/ldap_settings.json msgid "LDAP Server Settings" -msgstr "" +msgstr "LDAP Sunucu Ayarları" #. Label of a Data field in DocType 'LDAP Settings' #: frappe/integrations/doctype/ldap_settings/ldap_settings.json msgid "LDAP Server Url" -msgstr "" +msgstr "LDAP Sunucu URL'si" #. Name of a DocType #. Label of a Link in the Integrations Workspace @@ -13695,12 +13781,12 @@ msgstr "LDAP Ayarları" #. Label of a Section Break field in DocType 'LDAP Settings' #: frappe/integrations/doctype/ldap_settings/ldap_settings.json msgid "LDAP User Creation and Mapping" -msgstr "" +msgstr "LDAP Kullanıcı Oluşturma ve Eşleme" #. Label of a Data field in DocType 'LDAP Settings' #: frappe/integrations/doctype/ldap_settings/ldap_settings.json msgid "LDAP Username Field" -msgstr "" +msgstr "LDAP Kullanıcı Adı Alanı" #: frappe/integrations/doctype/ldap_settings/ldap_settings.py:309 #: frappe/integrations/doctype/ldap_settings/ldap_settings.py:426 @@ -13784,7 +13870,7 @@ msgstr "Etiket Yardımı" msgid "Label and Type" msgstr "Etiket ve Tür" -#: frappe/custom/doctype/custom_field/custom_field.py:143 +#: frappe/custom/doctype/custom_field/custom_field.py:144 msgid "Label is mandatory" msgstr "Etiket zorunludur" @@ -13842,7 +13928,7 @@ msgstr "Son Çalıştırma" #. Label of a Datetime field in DocType 'RQ Worker' #: frappe/core/doctype/rq_worker/rq_worker.json msgid "Last Heartbeat" -msgstr "" +msgstr "Son Başarılı Bağlantı" #. Label of a Read Only field in DocType 'User' #: frappe/core/doctype/user/user.json @@ -13852,7 +13938,7 @@ msgstr "Son Giriş Yapılan IP" #. Label of a Text field in DocType 'User' #: frappe/core/doctype/user/user.json msgid "Last Known Versions" -msgstr "" +msgstr "Son Bilinen Sürümler" #. Label of a Read Only field in DocType 'User' #: frappe/core/doctype/user/user.json @@ -13883,12 +13969,12 @@ msgstr "Soyadı" #. Label of a Date field in DocType 'User' #: frappe/core/doctype/user/user.json msgid "Last Password Reset Date" -msgstr "" +msgstr "Son Şifre Sıfırlama Tarihi" #. Label of a Date field in DocType 'Energy Point Settings' #: frappe/social/doctype/energy_point_settings/energy_point_settings.json msgid "Last Point Allocation Date" -msgstr "Son Puan Tahsis Tarihi" +msgstr "Son Puan Dağıtım Tarihi" #. Option for the 'Timespan' (Select) field in DocType 'Dashboard Chart' #: frappe/desk/doctype/dashboard_chart/dashboard_chart.json @@ -13898,7 +13984,7 @@ msgstr "Son Çeyrek" #. Label of a Datetime field in DocType 'User' #: frappe/core/doctype/user/user.json msgid "Last Reset Password Key Generated On" -msgstr "" +msgstr "Son Sıfırlama Şifre Anahtarı Oluşturulduğu Tarih" #. Label of a Datetime field in DocType 'Google Contacts' #: frappe/integrations/doctype/google_contacts/google_contacts.json @@ -13935,7 +14021,7 @@ msgstr "Geçen Hafta" msgid "Last Year" msgstr "Geçen Yıl" -#: frappe/public/js/frappe/widgets/chart_widget.js:698 +#: frappe/public/js/frappe/widgets/chart_widget.js:704 msgid "Last synced {0}" msgstr "Son sekronizasyon {0}" @@ -13987,7 +14073,7 @@ msgid "Leave blank to repeat always" msgstr "Her zaman tekrarlamak için boş bırakın" #: frappe/core/doctype/communication/mixins.py:207 -#: frappe/email/doctype/email_account/email_account.py:666 +#: frappe/email/doctype/email_account/email_account.py:667 msgid "Leave this conversation" msgstr "Bu konuşmadan ayrıl" @@ -14047,10 +14133,18 @@ msgstr "Geçirilen veri dizisinin uzunluğu, izin verilen maksimum etiket noktal msgid "Length of {0} should be between 1 and 1000" msgstr "{0} uzunluğu 1 ile 1000 arasında olmalıdır" -#: frappe/public/js/frappe/widgets/chart_widget.js:674 +#: frappe/public/js/frappe/widgets/chart_widget.js:680 msgid "Less" msgstr "Daha az" +#: frappe/public/js/frappe/ui/filters/filter.js:24 +msgid "Less Than" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:26 +msgid "Less Than Or Equal To" +msgstr "" + #: frappe/public/js/frappe/widgets/onboarding_widget.js:439 msgid "Let us continue with the onboarding" msgstr "" @@ -14067,7 +14161,7 @@ msgstr "Web Sitenizi Kuralım." #: frappe/utils/password_strength.py:105 msgid "Let's avoid repeated words and characters" -msgstr "" +msgstr "Tekrarlanan kelimelerden ve karakterlerden kaçının" #: frappe/desk/page/setup_wizard/setup_wizard.js:452 msgid "Let's set up your account" @@ -14145,7 +14239,7 @@ msgstr "0. seviye belge düzeyindeki izinler içindir, daha yüksek seviyeler is #. Label of a Data field in DocType 'Review Level' #: frappe/social/doctype/review_level/review_level.json msgid "Level Name" -msgstr "" +msgstr "Seviye Adı" #: frappe/public/js/frappe/file_uploader/FileUploader.vue:94 msgid "Library" @@ -14289,7 +14383,7 @@ msgid "Link Document Type" msgstr "Belge Bağlantısı Türü" #: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:402 -#: frappe/workflow/doctype/workflow_action/workflow_action.py:197 +#: frappe/workflow/doctype/workflow_action/workflow_action.py:198 msgid "Link Expired" msgstr "Bağlantının Süresi Doldu" @@ -14424,15 +14518,10 @@ msgstr "Sütunları Listele" msgid "List Filter" msgstr "Filtreyi Listele" -#. Label of a HTML field in DocType 'Web Form' -#: frappe/website/doctype/web_form/web_form.json -msgid "List Setting Message" -msgstr "Liste Ayarı Mesajı" - -#. Label of a Section Break field in DocType 'Role' +#. Label of a Section Break field in DocType 'User' #. Label of a Section Break field in DocType 'Customize Form' #. Label of a Section Break field in DocType 'Web Form' -#: frappe/core/doctype/role/role.json +#: frappe/core/doctype/user/user.json #: frappe/custom/doctype/customize_form/customize_form.json #: frappe/website/doctype/web_form/web_form.json msgid "List Settings" @@ -14452,7 +14541,7 @@ msgstr "Liste Görünümü" msgid "List View Settings" msgstr "Liste Görünümü Ayarları" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:150 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:161 msgid "List a document type" msgstr "DocType Listesi" @@ -14468,6 +14557,11 @@ msgstr "" msgid "List of patches executed" msgstr "" +#. Label of a HTML field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "List setting message" +msgstr "" + #: frappe/public/js/frappe/ui/toolbar/search_utils.js:542 msgid "Lists" msgstr "Listeler" @@ -14485,7 +14579,7 @@ msgstr "Daha Fazla Yükle" #: frappe/public/js/frappe/form/footer/form_timeline.js:216 msgctxt "Form timeline" msgid "Load More Communications" -msgstr "" +msgstr "Daha Fazla İletişim Yükle" #: frappe/public/js/frappe/file_uploader/TreeNode.vue:45 msgid "Load more" @@ -14541,7 +14635,7 @@ msgstr "Kayıt" #. Label of a Section Break field in DocType 'Access Log' #: frappe/core/doctype/access_log/access_log.json msgid "Log Data" -msgstr "" +msgstr "Günlük Verileri" #. Label of a Link field in DocType 'Logs To Clear' #: frappe/core/doctype/logs_to_clear/logs_to_clear.json @@ -14555,7 +14649,7 @@ msgstr "{0} Adresine Giriş Yapın" #. Label of a Int field in DocType 'Data Import Log' #: frappe/core/doctype/data_import_log/data_import_log.json msgid "Log Index" -msgstr "" +msgstr "Günlük Dizini" #. Name of a DocType #: frappe/core/doctype/log_setting_user/log_setting_user.json @@ -14611,7 +14705,7 @@ msgstr "Son Giriş" msgid "Login Failed please try again" msgstr "Giriş başarısız oldu, lütfen tekrar deneyin" -#: frappe/email/doctype/email_account/email_account.py:139 +#: frappe/email/doctype/email_account/email_account.py:140 msgid "Login Id is required" msgstr "Giriş Kimliği gereklidir" @@ -14625,12 +14719,7 @@ msgstr "Giriş Yöntemleri" msgid "Login Page" msgstr "Giriş Sayfası" -#. Label of a Check field in DocType 'Web Form' -#: frappe/website/doctype/web_form/web_form.json -msgid "Login Required" -msgstr "Giriş Gerekli" - -#: frappe/www/login.py:141 +#: frappe/www/login.py:142 msgid "Login To {0}" msgstr "{0} Giriş Yapın" @@ -14650,10 +14739,15 @@ msgstr "Web formu liste görünümünü görmek için giriş yapılması gerekir msgid "Login link sent to your email" msgstr "Giriş bağlantısı e-postanıza gönderildi" -#: frappe/auth.py:319 frappe/auth.py:322 +#: frappe/auth.py:327 frappe/auth.py:330 msgid "Login not allowed at this time" msgstr "Şu anda oturum açmaya izin verilmiyor" +#. Label of a Check field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Login required" +msgstr "Kullanıcı Girişi Gerekli" + #: frappe/twofactor.py:165 msgid "Login session expired, refresh page to retry" msgstr "Oturum açma oturumu süresi doldu, yeniden denemek için sayfayı yenileyin" @@ -14672,7 +14766,7 @@ msgstr "{0} adresine giriş yapın" #: frappe/templates/includes/login/login.js:327 msgid "Login token required" -msgstr "" +msgstr "Giriş Kimliği gereklidir" #: frappe/www/login.html:106 frappe/www/login.html:190 msgid "Login with Email Link" @@ -14692,7 +14786,7 @@ msgstr "E-posta ile Giriş" msgid "Login with email link expiry (in minutes)" msgstr "E-posta bağlantısı sona erme süresi (Dakika)" -#: frappe/auth.py:130 +#: frappe/auth.py:131 msgid "Login with username and password is not allowed." msgstr "Kullanıcı adı ve şifre ile giriş yapılmasına izin verilmiyor." @@ -14742,7 +14836,7 @@ msgstr "Temizlenecek Kayıtlar" #: frappe/custom/doctype/custom_field/custom_field.json #: frappe/custom/doctype/customize_form_field/customize_form_field.json msgid "Long Text" -msgstr "" +msgstr "Uzun Metin" #: frappe/public/js/frappe/widgets/onboarding_widget.js:322 msgid "Looks like you didn't change the value" @@ -14816,6 +14910,11 @@ msgstr "Ana Sürüm" msgid "Make \"name\" searchable in Global Search" msgstr "Genel Aramada \"İsim\" Alanı Aranabilir" +#. Label of a Check field in DocType 'DocField' +#: frappe/core/doctype/docfield/docfield.json +msgid "Make Attachment Public (by default)" +msgstr "" + #. Label of a Check field in DocType 'DocType' #. Label of a Check field in DocType 'Customize Form' #: frappe/core/doctype/doctype/doctype.json @@ -14845,6 +14944,12 @@ msgstr "Sayfayı herkese açık hale getirir" msgid "Male" msgstr "Erkek" +#. Label of a standard navbar item +#. Type: Route +#: frappe/hooks.py +msgid "Manage Billing" +msgstr "Faturalandırmayı Yönet" + #: frappe/www/me.html:50 msgid "Manage third party apps" msgstr "Üçüncü Parti Uygulamalar" @@ -14873,14 +14978,14 @@ msgstr "Zorunlu" #: frappe/custom/doctype/customize_form_field/customize_form_field.json #: frappe/website/doctype/web_form_field/web_form_field.json msgid "Mandatory Depends On" -msgstr "" +msgstr "Zorunluluk Koşulu" #. Label of a Code field in DocType 'DocField' #: frappe/core/doctype/docfield/docfield.json msgid "Mandatory Depends On (JS)" msgstr "" -#: frappe/website/doctype/web_form/web_form.py:410 +#: frappe/website/doctype/web_form/web_form.py:411 msgid "Mandatory Information missing:" msgstr "Zorunlu bilgi eksik:" @@ -14930,7 +15035,7 @@ msgstr "" #. Description of the 'Dynamic Route' (Check) field in DocType 'Web Page' #: frappe/website/doctype/web_page/web_page.json msgid "Map route parameters into form variables. Example /project/<name>" -msgstr "" +msgstr "Rota parametrelerini form değişkenlerine eşleyin. Örnek /proje/<adı>" #: frappe/core/doctype/data_import/importer.py:886 msgid "Mapping column {0} to field {1}" @@ -15021,11 +15126,6 @@ msgstr "Ana Veriler" msgid "Max 500 records at a time" msgstr "Tek seferde en fazla 500 kayıt." -#. Label of a Int field in DocType 'Web Form' -#: frappe/website/doctype/web_form/web_form.json -msgid "Max Attachment Size (in MB)" -msgstr "Maksimum Dosya Boyutu (MB)" - #. Label of a Int field in DocType 'DocType' #. Label of a Int field in DocType 'Customize Form' #: frappe/core/doctype/doctype/doctype.json @@ -15053,6 +15153,11 @@ msgstr "Maksimum Uzunluk" msgid "Max Value" msgstr "Maksimum Değer" +#. Label of a Int field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Max attachment size" +msgstr "Maksimum ek boyutu" + #. Label of a Int field in DocType 'System Settings' #: frappe/core/doctype/system_settings/system_settings.json msgid "Max auto email report per user" @@ -15093,7 +15198,7 @@ msgid "Maximum points allowed after multiplying points with the multiplier value msgstr "Puanlar çarpan değeri ile çarpıldıktan sonra izin verilen maksimum puan\n" "(Not: Limit olmaması için bu alanı boş bırakın veya 0 olarak ayarlayın)" -#: frappe/model/rename_doc.py:679 +#: frappe/model/rename_doc.py:685 msgid "Maximum {0} rows allowed" msgstr "İzin verilen en fazla satır sayısı {0}" @@ -15190,7 +15295,7 @@ msgstr "" msgid "Message" msgstr "Mesaj" -#: frappe/__init__.py:589 frappe/public/js/frappe/ui/messages.js:267 +#: frappe/__init__.py:539 frappe/public/js/frappe/ui/messages.js:267 msgctxt "Default title of the message dialog" msgid "Message" msgstr "Mesaj" @@ -15235,7 +15340,7 @@ msgstr "Mesaj Türü" msgid "Message clipped" msgstr "" -#: frappe/email/doctype/email_account/email_account.py:315 +#: frappe/email/doctype/email_account/email_account.py:316 msgid "Message from server: {0}" msgstr "Sunucudan mesaj: {0}" @@ -15243,7 +15348,7 @@ msgstr "Sunucudan mesaj: {0}" msgid "Message not setup" msgstr "" -#. Description of the 'Success Message' (Text) field in DocType 'Web Form' +#. Description of the 'Success message' (Text) field in DocType 'Web Form' #: frappe/website/doctype/web_form/web_form.json msgid "Message to be displayed on successful completion" msgstr "" @@ -15256,25 +15361,21 @@ msgstr "Mesaj kimliği" #. Label of a Code field in DocType 'Data Import Log' #: frappe/core/doctype/data_import_log/data_import_log.json msgid "Messages" -msgstr "" +msgstr "Mesajlar" #. Label of a Section Break field in DocType 'Web Form' #: frappe/website/doctype/web_form/web_form.json msgid "Meta" -msgstr "" +msgstr "Meta" #. Label of a Small Text field in DocType 'Blog Post' -#. Label of a Small Text field in DocType 'Web Form' #: frappe/website/doctype/blog_post/blog_post.json -#: frappe/website/doctype/web_form/web_form.json #: frappe/website/doctype/web_page/web_page.js:124 msgid "Meta Description" msgstr "Meta Açıklaması" #. Label of a Attach Image field in DocType 'Blog Post' -#. Label of a Attach Image field in DocType 'Web Form' #: frappe/website/doctype/blog_post/blog_post.json -#: frappe/website/doctype/web_form/web_form.json #: frappe/website/doctype/web_page/web_page.js:131 msgid "Meta Image" msgstr "" @@ -15289,13 +15390,26 @@ msgid "Meta Tags" msgstr "Meta Etiketleri" #. Label of a Data field in DocType 'Blog Post' -#. Label of a Data field in DocType 'Web Form' #: frappe/website/doctype/blog_post/blog_post.json -#: frappe/website/doctype/web_form/web_form.json #: frappe/website/doctype/web_page/web_page.js:117 msgid "Meta Title" msgstr "Meta Başlık" +#. Label of a Small Text field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Meta description" +msgstr "Meta Açıklama" + +#. Label of a Attach Image field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Meta image" +msgstr "" + +#. Label of a Data field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Meta title" +msgstr "" + #: frappe/website/doctype/web_page/web_page.js:110 msgid "Meta title for SEO" msgstr "SEO için meta başlık" @@ -15315,9 +15429,9 @@ msgstr "SEO için meta başlık" msgid "Method" msgstr "Yöntem" -#: frappe/__init__.py:907 +#: frappe/__init__.py:857 msgid "Method Not Allowed" -msgstr "" +msgstr "İzin Verilmeyen Method" #: frappe/desk/doctype/number_card/number_card.py:70 msgid "Method is required to create a number card" @@ -15407,7 +15521,7 @@ msgstr "Eksik Değer" msgid "Missing Values Required" msgstr "Gerekli Eksik Değerler" -#: frappe/www/login.py:101 +#: frappe/www/login.py:102 msgid "Mobile" msgstr "Cep Telefonu" @@ -15622,7 +15736,7 @@ msgstr "Aylık Sıralama" #: frappe/public/js/frappe/form/multi_select_dialog.js:72 #: frappe/public/js/frappe/ui/toolbar/search.js:285 #: frappe/public/js/frappe/ui/toolbar/search.js:300 -#: frappe/public/js/frappe/widgets/chart_widget.js:674 +#: frappe/public/js/frappe/widgets/chart_widget.js:680 #: frappe/templates/includes/list/list.html:23 #: frappe/templates/includes/search_template.html:13 msgid "More" @@ -15726,11 +15840,11 @@ msgstr "Bayan" #: frappe/desk/page/setup_wizard/install_fixtures.py:45 msgid "Ms" -msgstr "" +msgstr "Bayan" #: frappe/utils/nestedset.py:335 msgid "Multiple root nodes not allowed." -msgstr "" +msgstr "Birden fazla kök düğüme izin verilmez." #. Label of a Select field in DocType 'Energy Point Rule' #: frappe/social/doctype/energy_point_rule/energy_point_rule.json @@ -15756,7 +15870,7 @@ msgstr "" msgid "Must be of type \"Attach Image\"" msgstr "Resim Eki Formatında Olmalıdır" -#: frappe/desk/query_report.py:203 +#: frappe/desk/query_report.py:204 msgid "Must have report permission to access this report." msgstr "Bu rapora erişmek için rapor iznine sahip olmanız gerekir." @@ -15774,7 +15888,7 @@ msgid "Mx" msgstr "" #: frappe/templates/includes/web_sidebar.html:41 -#: frappe/website/doctype/web_form/web_form.py:399 +#: frappe/website/doctype/web_form/web_form.py:400 #: frappe/website/doctype/website_settings/website_settings.py:181 #: frappe/www/list.py:20 frappe/www/me.html:4 frappe/www/me.html:8 #: frappe/www/update_password.py:10 @@ -15817,6 +15931,7 @@ msgstr "" #. Label of a Data field in DocType 'Workspace' #. Label of a Data field in DocType 'Slack Webhook URL' #: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/doctype/doctype_list.js:10 #: frappe/custom/doctype/customize_form_field/customize_form_field.json #: frappe/desk/doctype/workspace/workspace.json #: frappe/integrations/doctype/slack_webhook_url/slack_webhook_url.json @@ -15836,7 +15951,7 @@ msgstr "" msgid "Name already taken, please set a new name" msgstr "İsim daha önce alınmış, lütfen yeni bir isim belirleyin" -#: frappe/model/naming.py:479 +#: frappe/model/naming.py:478 msgid "Name cannot contain special characters like {0}" msgstr "İsim, {0} gibi özel karekterler içeremez" @@ -15848,7 +15963,7 @@ msgstr "Bu alanın bağlanmasını istediğiniz DocType adı. Örneğin \"Müşt msgid "Name of the new Print Format" msgstr "Yeni Yazdırma Formatının Adı" -#: frappe/model/naming.py:474 +#: frappe/model/naming.py:473 msgid "Name of {0} cannot be {1}" msgstr "{0} adı {1} olamaz" @@ -15948,20 +16063,20 @@ msgstr "Listede Yukarı git" msgid "Navigate to main content" msgstr "Ana içeriğe git" -#. Label of a Section Break field in DocType 'Role' -#: frappe/core/doctype/role/role.json +#. Label of a Section Break field in DocType 'User' +#: frappe/core/doctype/user/user.json msgid "Navigation Settings" msgstr "Gezinme Ayarları" -#: frappe/desk/doctype/workspace/workspace.py:306 +#: frappe/desk/doctype/workspace/workspace.py:310 msgid "Need Workspace Manager role to edit private workspace of other users" msgstr "Diğer kullanıcıların özel çalışma alanlarını düzenlemek için Çalışma Alanı Yöneticisi rolü gerekli." -#: frappe/desk/doctype/workspace/workspace.py:350 +#: frappe/desk/doctype/workspace/workspace.py:354 msgid "Need Workspace Manager role to hide/unhide public workspaces" msgstr "Genel çalışma alanlarını gizlemek/göstermek için Çalışma Alanı Yöneticisi rolü gerekli." -#: frappe/model/document.py:625 +#: frappe/model/document.py:629 msgid "Negative Value" msgstr "Negatif Değer" @@ -15978,7 +16093,7 @@ msgstr "Ağ Yazıcısı Ayarları" #. Option for the 'Send Alert On' (Select) field in DocType 'Notification' #. Option for the 'For Document Event' (Select) field in DocType 'Energy Point #. Rule' -#: frappe/core/doctype/success_action/success_action.js:55 +#: frappe/core/doctype/success_action/success_action.js:57 #: frappe/core/page/dashboard_view/dashboard_view.js:173 #: frappe/desk/doctype/todo/todo.js:46 #: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json @@ -16103,7 +16218,7 @@ msgstr "Yeni Çalışma Alanı" msgid "New password cannot be same as old password" msgstr "Yeni şifre eskisiyle aynı olamaz" -#: frappe/utils/change_log.py:391 +#: frappe/utils/change_log.py:394 msgid "New updates are available" msgstr "Yeni güncellemeler mevcut" @@ -16130,7 +16245,7 @@ msgstr "Ayarlanacak yeni değer" #: frappe/public/js/frappe/ui/toolbar/search_utils.js:218 #: frappe/public/js/frappe/views/breadcrumbs.js:192 #: frappe/public/js/frappe/views/treeview.js:332 -#: frappe/website/doctype/web_form/web_form.py:308 +#: frappe/website/doctype/web_form/web_form.py:309 msgid "New {0}" msgstr "Yeni {0}" @@ -16146,15 +16261,15 @@ msgstr "" msgid "New {0} {1} created" msgstr "Yeni {0} {1} oluşturuldu" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:374 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:378 msgid "New {0}: {1}" msgstr "Yeni {0}: {1}" -#: frappe/utils/change_log.py:373 +#: frappe/utils/change_log.py:376 msgid "New {} releases for the following apps are available" msgstr "Aşağıdaki uygulamalar için yeni {} sürümler kullanıma sunuldu" -#: frappe/core/doctype/user/user.py:786 +#: frappe/core/doctype/user/user.py:747 msgid "Newly created user {0} has no roles enabled." msgstr "{0} kullanıcısı için rol belirlenmedi." @@ -16196,7 +16311,7 @@ msgstr "E-postada webview bağlantısını göndermek için bültenin yayınlanm msgid "Newsletter should have atleast one recipient" msgstr "Bültenin en az bir alıcısı olmalıdır" -#: frappe/email/doctype/newsletter/newsletter.py:390 +#: frappe/email/doctype/newsletter/newsletter.py:393 msgid "Newsletters" msgstr "Bültenler" @@ -16204,7 +16319,7 @@ msgstr "Bültenler" #: frappe/public/js/frappe/web_form/web_form.js:91 #: frappe/public/js/onboarding_tours/onboarding_tours.js:15 #: frappe/public/js/onboarding_tours/onboarding_tours.js:240 -#: frappe/templates/includes/slideshow.html:38 frappe/website/utils.py:253 +#: frappe/templates/includes/slideshow.html:38 frappe/website/utils.py:254 #: frappe/website/web_template/slideshow/slideshow.html:44 msgid "Next" msgstr "Sonraki" @@ -16283,14 +16398,14 @@ msgstr "Sonraki Tıklamada" #: frappe/integrations/doctype/webhook/webhook.py:140 #: frappe/printing/doctype/print_format/print_format.json #: frappe/public/js/form_builder/utils.js:341 -#: frappe/public/js/frappe/form/controls/link.js:475 +#: frappe/public/js/frappe/form/controls/link.js:486 #: frappe/public/js/frappe/list/list_sidebar_group_by.js:223 -#: frappe/public/js/frappe/views/reports/query_report.js:1529 +#: frappe/public/js/frappe/views/reports/query_report.js:1534 #: frappe/website/doctype/help_article/templates/help_article.html:26 msgid "No" msgstr "Hayır" -#: frappe/public/js/frappe/ui/filters/filter.js:506 +#: frappe/public/js/frappe/ui/filters/filter.js:538 msgctxt "Checkbox is not checked" msgid "No" msgstr "Hayır" @@ -16389,7 +16504,7 @@ msgstr "Etiket Yok" msgid "No Letterhead" msgstr "Antetli Kağıt Yok" -#: frappe/model/naming.py:456 +#: frappe/model/naming.py:455 msgid "No Name Specified for {0}" msgstr "{0} için İsim Belirtilmemiş" @@ -16437,7 +16552,7 @@ msgstr "Sonuç Yok" msgid "No Results found" msgstr "Uygun Sonuç Bulunamadı" -#: frappe/core/doctype/user/user.py:787 +#: frappe/core/doctype/user/user.py:748 msgid "No Roles Specified" msgstr "Rol Belirlenmedi" @@ -16509,11 +16624,11 @@ msgstr "Henüz yorum yok. " msgid "No contacts added yet." msgstr "Henüz kişi eklenmedi." -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:427 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:431 msgid "No contacts linked to document" msgstr "" -#: frappe/desk/query_report.py:338 +#: frappe/desk/query_report.py:339 msgid "No data to export" msgstr "Verilecek veri yok" @@ -16582,7 +16697,7 @@ msgstr "Sütun Sayısı" msgid "No of Rows (Max 500)" msgstr "Satır Sayısı (Maksimum 500)" -#: frappe/__init__.py:1096 frappe/client.py:109 frappe/client.py:151 +#: frappe/__init__.py:1046 frappe/client.py:109 frappe/client.py:151 msgid "No permission for {0}" msgstr "{0} İçin Yetki Yok" @@ -16615,11 +16730,11 @@ msgstr "Etiketlenmiş kayıt yok." msgid "No records will be exported" msgstr "Hiçbir kayıt dışa aktarılmayacak" -#: frappe/www/printview.py:424 +#: frappe/www/printview.py:427 msgid "No template found at path: {0}" msgstr "{0} yolunda şablon bulunamadı" -#: frappe/public/js/frappe/form/controls/multiselect_list.js:226 +#: frappe/public/js/frappe/form/controls/multiselect_list.js:242 msgid "No values to show" msgstr "Gösterilecek Veri Yok" @@ -16660,7 +16775,7 @@ msgstr "Negatif Olmayan" #: frappe/desk/page/setup_wizard/install_fixtures.py:34 msgid "Non-Conforming" -msgstr "" +msgstr "Uygunsuzluk" #. Option for the 'Backup Frequency' (Select) field in DocType 'S3 Backup #. Settings' @@ -16675,14 +16790,14 @@ msgstr "Yok: İş Akışı Sonu" #. Label of a Int field in DocType 'Recorder Query' #: frappe/core/doctype/recorder_query/recorder_query.json msgid "Normalized Copies" -msgstr "" +msgstr "Normalleştirilmiş Kopyalar" #. Label of a Data field in DocType 'Recorder Query' #: frappe/core/doctype/recorder_query/recorder_query.json msgid "Normalized Query" -msgstr "" +msgstr "Normalleştirilmiş Sorgu" -#: frappe/core/doctype/user/user.py:994 +#: frappe/core/doctype/user/user.py:955 #: frappe/templates/includes/login/login.js:258 frappe/utils/oauth.py:271 msgid "Not Allowed" msgstr "İzin verilmedi" @@ -16724,17 +16839,17 @@ msgstr "Benzer Değil" msgid "Not Linked to any record" msgstr "Herhangi bir kayıtla bağlantılı değil" -#: frappe/__init__.py:989 frappe/app.py:357 frappe/desk/calendar.py:26 +#: frappe/__init__.py:939 frappe/app.py:357 frappe/desk/calendar.py:26 #: frappe/desk/treeview.py:19 frappe/geo/utils.py:97 #: frappe/public/js/frappe/web_form/webform_script.js:15 -#: frappe/website/doctype/web_form/web_form.py:601 +#: frappe/website/doctype/web_form/web_form.py:602 #: frappe/website/page_renderers/not_permitted_page.py:20 -#: frappe/www/login.py:182 frappe/www/qrcode.py:22 frappe/www/qrcode.py:25 +#: frappe/www/login.py:183 frappe/www/qrcode.py:22 frappe/www/qrcode.py:25 #: frappe/www/qrcode.py:37 msgid "Not Permitted" msgstr "İzin yok" -#: frappe/desk/query_report.py:513 +#: frappe/desk/query_report.py:519 msgid "Not Permitted to read {0}" msgstr "{0} için Okuma izni yok" @@ -16770,16 +16885,16 @@ msgstr "Gönderilmedi" msgid "Not Set" msgstr "Ayarlanmamış" -#: frappe/public/js/frappe/ui/filters/filter.js:568 +#: frappe/public/js/frappe/ui/filters/filter.js:600 msgctxt "Field value is not set" msgid "Not Set" msgstr "Yok" #: frappe/utils/csvutils.py:77 msgid "Not a valid Comma Separated Value (CSV File)" -msgstr "" +msgstr "Virgülle Ayrılmış Geçerli Bir CSV Dosyası Değil" -#: frappe/core/doctype/user/user.py:199 +#: frappe/core/doctype/user/user.py:218 msgid "Not a valid User Image." msgstr "Geçerli bir Kullanıcı Resmi değil." @@ -16807,11 +16922,11 @@ msgstr "{0} belgesinin eklenmesine izin verilmiyor, lütfen Yazdırma Ayarları' msgid "Not allowed to create custom Virtual DocType." msgstr "Özel Sanal DocType oluşturulmasına izin verilmiyor." -#: frappe/www/printview.py:124 +#: frappe/www/printview.py:127 msgid "Not allowed to print cancelled documents" msgstr "İptal edilen belgeleri yazdırmasına izin verilmiyor" -#: frappe/www/printview.py:121 +#: frappe/www/printview.py:124 msgid "Not allowed to print draft documents" msgstr "Taslak belgelerin yazdırılmasına izin verilmiyor" @@ -16832,12 +16947,12 @@ msgid "Not in Developer Mode! Set in site_config.json or make 'Custom' DocType." msgstr "Geliştirici Modunda değil! site_config.json dosyasına ayarlayın veya 'Özel' DocType yapın." #: frappe/api/v1.py:88 frappe/api/v1.py:93 -#: frappe/core/doctype/system_settings/system_settings.py:210 +#: frappe/core/doctype/system_settings/system_settings.py:212 #: frappe/handler.py:109 frappe/public/js/frappe/request.js:157 #: frappe/public/js/frappe/request.js:167 #: frappe/public/js/frappe/request.js:172 #: frappe/public/js/frappe/views/kanban/kanban_board.bundle.js:67 -#: frappe/website/doctype/web_form/web_form.py:614 +#: frappe/website/doctype/web_form/web_form.py:615 #: frappe/website/js/website.js:97 msgid "Not permitted" msgstr "İzin verilmedi" @@ -16848,7 +16963,7 @@ msgstr "Görüntülemek için yetkiniz yok: {0}" #. Label of a Link in the Tools Workspace #. Name of a DocType -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:396 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:400 #: frappe/automation/workspace/tools/tools.json #: frappe/desk/doctype/note/note.json msgid "Note" @@ -16973,8 +17088,8 @@ msgstr "" msgid "Notification sent to" msgstr "" -#. Label of a Check field in DocType 'Role' -#: frappe/core/doctype/role/role.json +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json #: frappe/public/js/frappe/ui/notifications/notifications.js:50 #: frappe/public/js/frappe/ui/notifications/notifications.js:187 msgid "Notifications" @@ -17089,9 +17204,9 @@ msgstr "Sorgu Sayısı" msgid "Number of attachment fields are more than {}, limit updated to {}." msgstr "" -#: frappe/core/doctype/system_settings/system_settings.py:163 +#: frappe/core/doctype/system_settings/system_settings.py:165 msgid "Number of backups must be greater than zero." -msgstr "" +msgstr "Yedekleme sayısı sıfırdan büyük olmalıdır." #. Description of the 'Columns' (Int) field in DocType 'Customize Form Field' #: frappe/custom/doctype/customize_form_field/customize_form_field.json @@ -17146,7 +17261,7 @@ msgstr "OAuth İstemcisi" #. Label of a Section Break field in DocType 'Google Settings' #: frappe/integrations/doctype/google_settings/google_settings.json msgid "OAuth Client ID" -msgstr "" +msgstr "OAuth İstemci Kimliği" #. Name of a DocType #: frappe/integrations/doctype/oauth_client_role/oauth_client_role.json @@ -17169,7 +17284,7 @@ msgstr "OAuth Sağlayıcı Ayarları" msgid "OAuth Scope" msgstr "OAuth Kapsamı" -#: frappe/email/doctype/email_account/email_account.js:178 +#: frappe/email/doctype/email_account/email_account.js:182 msgid "OAuth has been enabled but not authorised. Please use \"Authorise API Access\" button to do the same." msgstr "OAuth etkinleştirildi ancak yetkilendirilmedi. Aynı işlemi yapmak için lütfen \"API Erişimini Yetkilendir\" düğmesini kullanın." @@ -17248,7 +17363,7 @@ msgstr "Y Ekseni" msgid "Old Password" msgstr "Eski Şifre" -#: frappe/custom/doctype/custom_field/custom_field.py:362 +#: frappe/custom/doctype/custom_field/custom_field.py:363 msgid "Old and new fieldnames are same." msgstr "Eski ve yeni alan adları aynıdır." @@ -17279,6 +17394,16 @@ msgstr "Ödeme Onayında" msgid "On checking this option, URL will be treated like a jinja template string" msgstr "" +#: frappe/public/js/frappe/ui/filters/filter.js:63 +#: frappe/public/js/frappe/ui/filters/filter.js:69 +msgid "On or After" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:62 +#: frappe/public/js/frappe/ui/filters/filter.js:68 +msgid "On or Before" +msgstr "" + #: frappe/public/js/frappe/views/communication.js:951 msgid "On {0}, {1} wrote:" msgstr "" @@ -17327,7 +17452,7 @@ msgstr "Gönderildikten sonra, gönderilebilir belgeler değiştirilemez. Sadece #: frappe/core/page/permission_manager/permission_manager_help.html:35 msgid "Once you have set this, the users will only be able access documents (eg. Blog Post) where the link exists (eg. Blogger)." -msgstr "" +msgstr "Bunu ayarladıktan sonra kullanıcılar yalnızca bağlantının bulunduğu belgeler erişebilecektir." #: frappe/www/complete_signup.html:7 msgid "One Last Step" @@ -17395,7 +17520,7 @@ msgstr "Özelleştirmelerin yalnızca geliştirici modunda dışa aktarılmasın #. Settings' #: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json msgid "Only change this if you want to use other S3 compatible object storage backends." -msgstr "" +msgstr "Yalnızca diğer S3 uyumlu nesne depolama arka uçlarını kullanmak istiyorsanız bunu değiştirin." #. Label of a Link field in DocType 'Workspace Link' #: frappe/desk/doctype/workspace_link/workspace_link.json @@ -17496,14 +17621,14 @@ msgstr "Web için Açık Kaynaklı Uygulamalar" #. Label of a Check field in DocType 'Top Bar Item' #: frappe/website/doctype/top_bar_item/top_bar_item.json msgid "Open URL in a New Tab" -msgstr "" +msgstr "Bağlantıyı Yeni Sekmede Aç" #. Description of the 'Quick Entry' (Check) field in DocType 'DocType' #: frappe/core/doctype/doctype/doctype.json msgid "Open a dialog with mandatory fields to create a new record quickly" msgstr "Temel alanların girilebildiği küçük bir pencere açarak hızlı veri girilmesini sağlar." -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:165 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:176 msgid "Open a module or tool" msgstr "Modüle Git" @@ -17553,7 +17678,7 @@ msgstr "" msgid "Operation" msgstr "Operasyon" -#: frappe/utils/data.py:1824 +#: frappe/utils/data.py:1838 msgid "Operator must be one of {0}" msgstr "" @@ -17581,7 +17706,7 @@ msgstr "Seçenek 3" #: frappe/core/doctype/doctype/doctype.py:1600 msgid "Option {0} for field {1} is not a child table" -msgstr "" +msgstr "{1} Alanı için {0} seçeneği bir alt tablo değil" #. Description of the 'CC' (Code) field in DocType 'Notification Recipient' #: frappe/email/doctype/notification_recipient/notification_recipient.json @@ -17741,7 +17866,7 @@ msgstr "" #: frappe/printing/page/print/print.js:71 #: frappe/public/js/frappe/form/templates/print_layout.html:44 -#: frappe/public/js/frappe/views/reports/query_report.js:1656 +#: frappe/public/js/frappe/views/reports/query_report.js:1663 msgid "PDF" msgstr "PDF" @@ -17935,7 +18060,7 @@ msgstr "Sayfa Genişliği (mm cinsinden)" #: frappe/www/qrcode.py:35 msgid "Page has expired!" -msgstr "" +msgstr "Sayfa süresi doldu!" #: frappe/printing/doctype/print_settings/print_settings.py:70 #: frappe/public/js/frappe/list/bulk_operations.js:106 @@ -18034,7 +18159,7 @@ msgstr "Gösterge tablosu grafiği oluşturmak için ana belge türü gereklidir #: frappe/core/doctype/data_export/exporter.py:253 msgid "Parent is the name of the document to which the data will get added to." -msgstr "" +msgstr "Üst öğe, verilerin ekleneceği belgenin adıdır." #: frappe/permissions.py:797 msgid "Parentfield not specified in {0}: {1}" @@ -18095,11 +18220,11 @@ msgstr "Pasif" msgid "Password" msgstr "Şifre" -#: frappe/core/doctype/user/user.py:1057 +#: frappe/core/doctype/user/user.py:1018 msgid "Password Email Sent" msgstr "Şifre E-postası Gönderildi" -#: frappe/core/doctype/user/user.py:423 +#: frappe/core/doctype/user/user.py:393 msgid "Password Reset" msgstr "Şifre Sıfırlama" @@ -18121,7 +18246,7 @@ msgstr "Şifre başarıyla değiştirildi." msgid "Password for Base DN" msgstr "" -#: frappe/email/doctype/email_account/email_account.py:170 +#: frappe/email/doctype/email_account/email_account.py:171 msgid "Password is required or select Awaiting Password" msgstr "Şifre gerekli veya Şifre Bekleniyor'u seçin" @@ -18133,7 +18258,7 @@ msgstr "E-posta Hesabında Şifre Eksik" msgid "Password not found for {0} {1} {2}" msgstr "{0} {1} {2} için şifre bulunamadı" -#: frappe/core/doctype/user/user.py:1056 +#: frappe/core/doctype/user/user.py:1017 msgid "Password reset instructions have been sent to your email" msgstr "Şifre sıfırlama talimatları e-postanıza gönderildi" @@ -18141,11 +18266,11 @@ msgstr "Şifre sıfırlama talimatları e-postanıza gönderildi" msgid "Password set" msgstr "Şifre ayarlandı" -#: frappe/auth.py:236 +#: frappe/auth.py:244 msgid "Password size exceeded the maximum allowed size" msgstr "Şifre boyutu izin verilen maksimum boyutu aştı" -#: frappe/core/doctype/user/user.py:850 +#: frappe/core/doctype/user/user.py:811 msgid "Password size exceeded the maximum allowed size." msgstr "Şifre boyutu izin verilen maksimum boyutu aştı." @@ -18157,7 +18282,7 @@ msgstr "Parolalar uyuşmuyor" msgid "Passwords do not match!" msgstr "Şifreler uyuşmuyor!" -#: frappe/email/doctype/newsletter/newsletter.py:156 +#: frappe/email/doctype/newsletter/newsletter.py:159 msgid "Past dates are not allowed for Scheduling." msgstr "Program planlaması için geçmiş tarihlere izin verilmez.​" @@ -18467,6 +18592,15 @@ msgstr "" msgid "Pink" msgstr "Pembe" +#. Label of a Data field in DocType 'DocField' +#. Label of a Data field in DocType 'Custom Field' +#. Label of a Data field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Placeholder" +msgstr "Örnek Metin" + #. Option for the 'Message Type' (Select) field in DocType 'Notification' #: frappe/email/doctype/notification/notification.json msgid "Plain Text" @@ -18497,7 +18631,7 @@ msgstr "Lütfen Tabloyu Ayarlayın" msgid "Please Update SMS Settings" msgstr "Lütfen SMS Ayarlarını Güncelleyin" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:570 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:574 msgid "Please add a subject to your email" msgstr "Lütfen e-postanıza bir konu ekleyin" @@ -18505,7 +18639,7 @@ msgstr "Lütfen e-postanıza bir konu ekleyin" msgid "Please add a valid comment." msgstr "Lütfen geçerli bir yorum ekleyin." -#: frappe/core/doctype/user/user.py:1039 +#: frappe/core/doctype/user/user.py:1000 msgid "Please ask your administrator to verify your sign-up" msgstr "Lütfen yöneticinizden kayıt işleminizin doğrulamasını isteyin" @@ -18537,7 +18671,7 @@ msgstr "Lütfen Gösterge Tablosu Grafiği için ayarlanan filtre değerlerini k msgid "Please check the value of \"Fetch From\" set for field {0}" msgstr "" -#: frappe/core/doctype/user/user.py:1037 +#: frappe/core/doctype/user/user.py:998 msgid "Please check your email for verification" msgstr "Doğrulama için lütfen e-postanızı kontrol edin" @@ -18589,7 +18723,7 @@ msgstr "Lütfen şablon başlıklarını değiştirmeyin." msgid "Please duplicate this to make changes" msgstr "Lütfen değişiklik yapmak için bunu çoğaltın" -#: frappe/core/doctype/system_settings/system_settings.py:156 +#: frappe/core/doctype/system_settings/system_settings.py:158 msgid "Please enable atleast one Social Login Key or LDAP or Login With Email Link before disabling username/password based login." msgstr "Kullanıcı adı/şifre tabanlı girişi devre dışı bırakmadan önce lütfen en az bir Sosyal Giriş Anahtarını veya LDAP'yi veya E-posta Bağlantısıyla Giriş Yapın'ı etkinleştirin." @@ -18625,11 +18759,11 @@ msgstr "Lütfen Yetkilendirme URL'sini girin" #: frappe/integrations/doctype/social_login_key/social_login_key.py:78 msgid "Please enter Base URL" -msgstr "" +msgstr "Lütfen geçerli bir URL girin" #: frappe/integrations/doctype/social_login_key/social_login_key.py:86 msgid "Please enter Client ID before social login is enabled" -msgstr "" +msgstr "Sosyal medya ile oturum açma etkinleştirilmeden önce lütfen İstemci Kimliğini girin" #: frappe/integrations/doctype/social_login_key/social_login_key.py:89 msgid "Please enter Client Secret before social login is enabled" @@ -18672,7 +18806,7 @@ msgstr "Lütfen yeni şifrenizi girin." msgid "Please enter your old password." msgstr "Lütfen eski şifrenizi giriniz." -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:402 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:406 msgid "Please find attached {0}: {1}" msgstr "" @@ -18688,7 +18822,7 @@ msgstr "Yorum göndermek için lütfen üye girişi yapın." msgid "Please make sure the Reference Communication Docs are not circularly linked." msgstr "Lütfen Referans İletişim Belgelerinin döngüsel olarak bağlantılı olmadığından emin olun." -#: frappe/model/document.py:818 +#: frappe/model/document.py:822 msgid "Please refresh to get the latest document." msgstr "En son versiyonu almak için lütfen sayfayı yenileyin." @@ -18732,7 +18866,7 @@ msgstr "Lütfen önce DocType'ı seçin" msgid "Please select Entity Type first" msgstr "" -#: frappe/core/doctype/system_settings/system_settings.py:106 +#: frappe/core/doctype/system_settings/system_settings.py:108 msgid "Please select Minimum Password Score" msgstr "Lütfen Minimum Şifre Puanını seçin" @@ -18752,11 +18886,11 @@ msgstr "Lütfen önce bir dosya seçin." msgid "Please select a file or url" msgstr "Lütfen bir dosya veya url seçin" -#: frappe/model/rename_doc.py:674 +#: frappe/model/rename_doc.py:680 msgid "Please select a valid csv file with data" msgstr "Lütfen veri içeren geçerli bir csv dosyası seçin" -#: frappe/utils/data.py:253 +#: frappe/utils/data.py:254 msgid "Please select a valid date filter" msgstr "Lütfen geçerli bir tarih filtresi seçin" @@ -18774,7 +18908,7 @@ msgstr "Lütfen önce ön eki seçin" #: frappe/core/doctype/data_export/data_export.js:42 msgid "Please select the Document Type." -msgstr "" +msgstr "Lütfen Belge Türünü seçin." #. Description of the 'Directory Server' (Select) field in DocType 'LDAP #. Settings' @@ -18806,7 +18940,7 @@ msgstr "Lütfen filtreleri ayarların" msgid "Please set filters value in Report Filter table." msgstr "Lütfen Rapor Filtresi tablosunda filtre değerini ayarlayın." -#: frappe/model/naming.py:549 +#: frappe/model/naming.py:548 msgid "Please set the document name" msgstr "Lütfen belge adını ayarlayın" @@ -18818,7 +18952,7 @@ msgstr "Lütfen öncelikle bu Gösterge Tablosundaki aşağıdaki belgeleri stan msgid "Please set the series to be used." msgstr "Lütfen kullanılacak seriyi ayarlayın." -#: frappe/core/doctype/system_settings/system_settings.py:119 +#: frappe/core/doctype/system_settings/system_settings.py:121 msgid "Please setup SMS before setting it as an authentication method, via SMS Settings" msgstr "" @@ -18826,11 +18960,11 @@ msgstr "" msgid "Please setup a message first" msgstr "Lütfen önce bir mesaj ayarlayın" -#: frappe/email/doctype/email_account/email_account.py:405 +#: frappe/email/doctype/email_account/email_account.py:406 msgid "Please setup default Email Account from Settings > Email Account" msgstr "Lütfen Ayarlar > E-posta Hesabı bölümünden varsayılan E-posta Hesabını ayarlayın" -#: frappe/core/doctype/user/user.py:374 +#: frappe/core/doctype/user/user.py:358 msgid "Please setup default outgoing Email Account from Settings > Email Account" msgstr "Lütfen Ayarlar > E-posta Hesabı bölümünden varsayılan giden E-posta Hesabını ayarlayın" @@ -18863,7 +18997,7 @@ msgstr "Devam etmeden önce lütfen {} öğesini güncelleyin." msgid "Please use a valid LDAP search filter" msgstr "Lütfen geçerli bir LDAP arama filtresi kullanın" -#: frappe/email/doctype/newsletter/newsletter.py:333 +#: frappe/email/doctype/newsletter/newsletter.py:336 msgid "Please verify your Email Address" msgstr "Lütfen E-posta Adresinizi doğrulayın" @@ -18874,7 +19008,7 @@ msgstr "Daha fazla bilgi için lütfen https://frappecloud.com/docs/sites/migrat #. Label of a Select field in DocType 'Energy Point Settings' #: frappe/social/doctype/energy_point_settings/energy_point_settings.json msgid "Point Allocation Periodicity" -msgstr "Puan Tahsis Periyodu" +msgstr "Puan Dağıtım Periyodu" #. Label of a Int field in DocType 'Energy Point Log' #. Label of a Int field in DocType 'Energy Point Rule' @@ -19010,12 +19144,12 @@ msgstr "" #. Label of a Check field in DocType 'Address' #: frappe/contacts/doctype/address/address.json msgid "Preferred Billing Address" -msgstr "Tercih Edilen Fatura Adresi" +msgstr "Varsayılan Fatura Adresi" #. Label of a Check field in DocType 'Address' #: frappe/contacts/doctype/address/address.json msgid "Preferred Shipping Address" -msgstr "Tercih Edilen Teslimat Adresi" +msgstr "Varsayılan Teslimat Adresi" #. Label of a Data field in DocType 'Document Naming Rule' #. Label of a Autocomplete field in DocType 'Document Naming Settings' @@ -19036,7 +19170,7 @@ msgstr "Hazır Rapor" msgid "Prepared Report User" msgstr "Hazır Rapor Kullanıcısı" -#: frappe/desk/query_report.py:301 +#: frappe/desk/query_report.py:302 msgid "Prepared report render failed" msgstr "Hazırlanan rapor işleme başarısız oldu" @@ -19157,7 +19291,7 @@ msgstr "Birincil E-Posta" #: frappe/public/js/frappe/form/templates/contact_list.html:43 msgid "Primary Mobile" -msgstr "" +msgstr "Birincil Mobil Telefon" #: frappe/public/js/frappe/form/templates/contact_list.html:35 msgid "Primary Phone" @@ -19168,7 +19302,7 @@ msgstr "Birincil Telefon" #. Label of a Check field in DocType 'User Document Type' #: frappe/core/doctype/custom_docperm/custom_docperm.json #: frappe/core/doctype/docperm/docperm.json -#: frappe/core/doctype/success_action/success_action.js:56 +#: frappe/core/doctype/success_action/success_action.js:58 #: frappe/core/doctype/user_document_type/user_document_type.json #: frappe/printing/page/print/print.js:65 #: frappe/public/js/frappe/form/success_action.js:81 @@ -19176,13 +19310,13 @@ msgstr "Birincil Telefon" #: frappe/public/js/frappe/form/toolbar.js:322 #: frappe/public/js/frappe/form/toolbar.js:334 #: frappe/public/js/frappe/list/bulk_operations.js:95 -#: frappe/public/js/frappe/views/reports/query_report.js:1642 +#: frappe/public/js/frappe/views/reports/query_report.js:1649 #: frappe/public/js/frappe/views/reports/report_view.js:1461 #: frappe/public/js/frappe/views/treeview.js:456 frappe/www/printview.html:18 msgid "Print" msgstr "Yazdır" -#: frappe/public/js/frappe/list/list_view.js:1910 +#: frappe/public/js/frappe/list/list_view.js:1918 msgctxt "Button in list view actions menu" msgid "Print" msgstr "Yazdır" @@ -19252,7 +19386,7 @@ msgstr "" msgid "Print Format Type" msgstr "Yazdırma Formatı Türü" -#: frappe/www/printview.py:406 +#: frappe/www/printview.py:409 msgid "Print Format {0} is disabled" msgstr "Yazdırma Formatı {0} devre dışı" @@ -19672,7 +19806,7 @@ msgstr "" #: frappe/email/doctype/auto_email_report/auto_email_report.json #: frappe/public/js/frappe/utils/common.js:401 msgid "Quarterly" -msgstr "Üç ayda bir" +msgstr "3 ayda bir" #. Label of a Data field in DocType 'Recorder Query' #. Label of a Code field in DocType 'Report' @@ -19708,7 +19842,7 @@ msgstr "Sorgu Raporu" msgid "Query analysis complete. Check suggested indexes." msgstr "Sorgu analizi tamamlandı. Önerilen dizinleri kontrol edin." -#: frappe/utils/safe_exec.py:428 +#: frappe/utils/safe_exec.py:477 msgid "Query must be of SELECT or read-only WITH type." msgstr "Sorgu SELECT veya salt okunur WITH türünde olmalıdır." @@ -19910,7 +20044,7 @@ msgstr "" msgid "Re-Run in Console" msgstr "" -#: frappe/email/doctype/email_account/email_account.py:672 +#: frappe/email/doctype/email_account/email_account.py:673 msgid "Re:" msgstr "Cvp:" @@ -19959,12 +20093,12 @@ msgstr "Salt Okunur" #: frappe/custom/doctype/customize_form_field/customize_form_field.json #: frappe/website/doctype/web_form_field/web_form_field.json msgid "Read Only Depends On" -msgstr "" +msgstr "Sadece Okunur Koşulu" #. Label of a Code field in DocType 'DocField' #: frappe/core/doctype/docfield/docfield.json msgid "Read Only Depends On (JS)" -msgstr "" +msgstr "Sadece Okunur Koşulu (JS)" #: frappe/public/js/frappe/ui/toolbar/navbar.html:16 #: frappe/templates/includes/navbar/navbar_items.html:97 @@ -19990,7 +20124,7 @@ msgstr "" msgid "Read mode" msgstr "Okuma Modu" -#: frappe/utils/safe_exec.py:90 +#: frappe/utils/safe_exec.py:93 msgid "Read the documentation to know more" msgstr "Daha fazlasını öğrenmek için belgeleri okuyun" @@ -20025,11 +20159,6 @@ msgstr "Ağaç Yapısını Tekrar Oluştur" msgid "Rebuilding of tree is not supported for {}" msgstr "{} için ağacın yeniden oluşturulması desteklenmiyor" -#. Description of the 'Anonymous' (Check) field in DocType 'Web Form' -#: frappe/website/doctype/web_form/web_form.json -msgid "Receive anonymous response" -msgstr "" - #. Option for the 'Sent or Received' (Select) field in DocType 'Communication' #: frappe/core/doctype/communication/communication.json msgid "Received" @@ -20119,7 +20248,7 @@ msgstr "Kırmızı" #. Label of a Select field in DocType 'Website Route Redirect' #: frappe/website/doctype/website_route_redirect/website_route_redirect.json msgid "Redirect HTTP Status" -msgstr "" +msgstr "HTTP Yönlendirme Durumu" #. Label of a Data field in DocType 'Connected App' #: frappe/integrations/doctype/connected_app/connected_app.json @@ -20158,7 +20287,7 @@ msgstr "Başarılı onaylamadan sonra bu bağlantıya yönlendirin." #. Label of a Tab Break field in DocType 'Website Settings' #: frappe/website/doctype/website_settings/website_settings.json msgid "Redirects" -msgstr "" +msgstr "Yönlendirmeler" #: frappe/sessions.py:147 msgid "Redis cache server not running. Please contact Administrator / Tech support" @@ -20374,7 +20503,7 @@ msgstr "Yönlendiren" #: frappe/public/js/frappe/form/form.js:1132 #: frappe/public/js/frappe/form/templates/print_layout.html:6 #: frappe/public/js/frappe/list/base_list.js:65 -#: frappe/public/js/frappe/views/reports/query_report.js:1631 +#: frappe/public/js/frappe/views/reports/query_report.js:1638 #: frappe/public/js/frappe/views/treeview.js:462 #: frappe/public/js/frappe/widgets/chart_widget.js:290 #: frappe/public/js/frappe/widgets/number_card_widget.js:324 @@ -20415,7 +20544,7 @@ msgstr "Yenileniyor" msgid "Refreshing..." msgstr "Yenileniyor..." -#: frappe/core/doctype/user/user.py:1001 +#: frappe/core/doctype/user/user.py:962 msgid "Registered but disabled" msgstr "Kayıtlı ancak devre dışı" @@ -20544,7 +20673,7 @@ msgstr "Sütundaki tüm alanları kaldır" #: frappe/public/js/frappe/utils/datatable.js:9 #: frappe/public/js/print_format_builder/PrintFormatSection.vue:120 msgid "Remove column" -msgstr "Sütunu kaldır" +msgstr "Sütunu Kaldır" #: frappe/public/js/form_builder/components/Field.vue:246 msgid "Remove field" @@ -20768,7 +20897,7 @@ msgstr "Rapor Yöneticisi" #: frappe/core/doctype/report/report.json #: frappe/desk/doctype/dashboard_chart/dashboard_chart.json #: frappe/desk/doctype/number_card/number_card.json -#: frappe/public/js/frappe/views/reports/query_report.js:1812 +#: frappe/public/js/frappe/views/reports/query_report.js:1819 msgid "Report Name" msgstr "Rapor İsmi" @@ -20825,7 +20954,7 @@ msgstr "Rapor sınırına ulaşıldı" msgid "Report timed out." msgstr "Rapor zaman aşımına uğradı." -#: frappe/desk/query_report.py:568 +#: frappe/desk/query_report.py:574 msgid "Report updated successfully" msgstr "Rapor başarıyla güncellendi" @@ -20833,7 +20962,7 @@ msgstr "Rapor başarıyla güncellendi" msgid "Report was not saved (there were errors)" msgstr "Rapor Kaydedilemedi (hatalar içeriyor)" -#: frappe/public/js/frappe/views/reports/query_report.js:1850 +#: frappe/public/js/frappe/views/reports/query_report.js:1857 msgid "Report with more than 10 columns looks better in Landscape mode." msgstr "10'dan fazla sütun içeren rapor Yatay modda daha iyi görünür." @@ -20988,7 +21117,7 @@ msgstr "Grafiği Sıfırla" msgid "Reset Dashboard Customizations" msgstr "Panoları Sıfırla" -#: frappe/public/js/frappe/list/list_settings.js:227 +#: frappe/public/js/frappe/list/list_settings.js:230 msgid "Reset Fields" msgstr "Alanları Sıfırla" @@ -21035,7 +21164,7 @@ msgstr "Varsayılanlara Sıfırla" #: frappe/public/js/frappe/utils/datatable.js:8 msgid "Reset sorting" -msgstr "Sıralamayı sıfırla" +msgstr "Sıralamayı Sıfırla" #: frappe/www/me.html:36 msgid "Reset the password for your account" @@ -21130,8 +21259,8 @@ msgctxt "Title of message showing restrictions in list view" msgid "Restrictions" msgstr "Kısıtlamalar" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:345 -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:360 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:356 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:371 msgid "Result" msgstr "Sonuç" @@ -21188,7 +21317,7 @@ msgstr "Gözden Geçir" #. Name of a DocType #: frappe/social/doctype/review_level/review_level.json msgid "Review Level" -msgstr "" +msgstr "Katkı Düzeyleri" #. Label of a Table field in DocType 'Energy Point Settings' #: frappe/social/doctype/energy_point_settings/energy_point_settings.json @@ -21252,7 +21381,7 @@ msgstr "" #. Option for the 'Position' (Select) field in DocType 'Form Tour Step' #: frappe/desk/doctype/form_tour_step/form_tour_step.json msgid "Right Center" -msgstr "" +msgstr "Sağ Orta" #. Label of a Code field in DocType 'Website Settings' #: frappe/website/doctype/website_settings/website_settings.json @@ -21346,7 +21475,7 @@ msgstr "Rol Profili" msgid "Role and Level" msgstr "Rol ve Seviye" -#: frappe/core/doctype/user/user.py:315 +#: frappe/core/doctype/user/user.py:299 msgid "Role has been set as per the user type {0}" msgstr "Rol, kullanıcı türüne göre ayarlandı {0}" @@ -21453,7 +21582,7 @@ msgstr "Dolaşım Geçmişi" #. Label of a Table field in DocType 'Website Settings' #: frappe/website/doctype/website_settings/website_settings.json msgid "Route Redirects" -msgstr "" +msgstr "Rota Yönlendirmeleri" #. Description of the 'Home Page' (Data) field in DocType 'Role' #: frappe/core/doctype/role/role.json @@ -21461,7 +21590,7 @@ msgid "Route: Example \"/app\"" msgstr "Rota: Örnek \"/app\"" #: frappe/model/base_document.py:727 frappe/model/base_document.py:768 -#: frappe/model/document.py:610 +#: frappe/model/document.py:614 msgid "Row" msgstr "Satır" @@ -21485,7 +21614,7 @@ msgstr "Satır #{}: Alan adı gereklidir" #. Label of a Data field in DocType 'Transaction Log' #: frappe/core/doctype/transaction_log/transaction_log.json msgid "Row Index" -msgstr "" +msgstr "Satır Dizini" #. Label of a Code field in DocType 'Data Import Log' #: frappe/core/doctype/data_import_log/data_import_log.json @@ -21495,7 +21624,7 @@ msgstr "" #. Label of a Data field in DocType 'Property Setter' #: frappe/custom/doctype/property_setter/property_setter.json msgid "Row Name" -msgstr "" +msgstr "Satır Adı" #: frappe/core/doctype/data_import/data_import.js:488 msgid "Row Number" @@ -21503,7 +21632,7 @@ msgstr "Satır Numarası" #: frappe/core/doctype/version/version_view.html:68 msgid "Row Values Changed" -msgstr "" +msgstr "Satır Değerleri Değişti" #: frappe/core/doctype/data_import/data_import.js:372 msgid "Row {0}" @@ -21626,14 +21755,14 @@ msgid "SMS Settings" msgstr "SMS Ayarları" #: frappe/core/doctype/sms_settings/sms_settings.py:109 -msgid "SMS sent to following numbers: {0}" -msgstr "Aşağıdaki numaralara SMS gönderildi: {0}" +msgid "SMS sent successfully" +msgstr "" #: frappe/templates/includes/login/login.js:377 msgid "SMS was not sent. Please contact Administrator." msgstr "SMS gönderilmedi. Lütfen Yönetici ile iletişime geçin." -#: frappe/email/doctype/email_account/email_account.py:187 +#: frappe/email/doctype/email_account/email_account.py:188 msgid "SMTP Server is required" msgstr "SMTP Sunucusu gereklidir" @@ -21741,14 +21870,14 @@ msgstr "Cumartesi" #: frappe/public/js/frappe/form/footer/form_timeline.js:663 #: frappe/public/js/frappe/form/quick_entry.js:161 #: frappe/public/js/frappe/list/list_settings.js:36 -#: frappe/public/js/frappe/list/list_settings.js:244 +#: frappe/public/js/frappe/list/list_settings.js:247 #: frappe/public/js/frappe/list/list_sidebar_group_by.js:25 #: frappe/public/js/frappe/ui/toolbar/toolbar.js:322 #: frappe/public/js/frappe/utils/common.js:443 #: frappe/public/js/frappe/views/kanban/kanban_settings.js:45 #: frappe/public/js/frappe/views/kanban/kanban_settings.js:189 #: frappe/public/js/frappe/views/kanban/kanban_view.js:343 -#: frappe/public/js/frappe/views/reports/query_report.js:1804 +#: frappe/public/js/frappe/views/reports/query_report.js:1811 #: frappe/public/js/frappe/views/reports/report_view.js:1649 #: frappe/public/js/frappe/views/workspace/workspace.js:532 #: frappe/public/js/frappe/widgets/base_widget.js:142 @@ -21779,7 +21908,7 @@ msgstr "Özelleştirmeleri Kaydet" msgid "Save Filter" msgstr "Filtreyi Kaydet" -#: frappe/public/js/frappe/views/reports/query_report.js:1807 +#: frappe/public/js/frappe/views/reports/query_report.js:1814 msgid "Save Report" msgstr "Raporu Kaydet" @@ -21904,7 +22033,7 @@ msgstr "Planlanmış Gönderim" msgid "Scheduled To Send" msgstr "Gönderilmek Üzere Planlandı" -#: frappe/core/doctype/server_script/server_script.py:281 +#: frappe/core/doctype/server_script/server_script.py:255 msgid "Scheduled execution for script {0} has updated" msgstr "{0} betiği için planlanan yürütme güncellendi" @@ -22029,8 +22158,8 @@ msgstr "" msgid "Search" msgstr "arama" -#. Label of a Check field in DocType 'Role' -#: frappe/core/doctype/role/role.json +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json msgid "Search Bar" msgstr "Arama Çubuğu" @@ -22041,7 +22170,7 @@ msgstr "Arama Çubuğu" msgid "Search Fields" msgstr "Alanları Arama" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:175 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:186 msgid "Search Help" msgstr "Arama Yardımı" @@ -22079,12 +22208,12 @@ msgstr "Alan Türlerini Ara..." msgid "Search for anything" msgstr "Herhangi bir şey için arama yapın" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:289 -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:295 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:300 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:306 msgid "Search for {0}" msgstr "{0} İçin Arama Yapın" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:155 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:166 msgid "Search in a document type" msgstr "DocType İçinde Arama" @@ -22114,7 +22243,7 @@ msgstr "Arama Yapılıyor..." #: frappe/public/js/form_builder/components/Section.vue:263 #: frappe/website/doctype/web_template/web_template.json msgid "Section" -msgstr "" +msgstr "Bölüm" #. Option for the 'Type' (Select) field in DocType 'DocField' #. Option for the 'Field Type' (Select) field in DocType 'Custom Field' @@ -22219,7 +22348,7 @@ msgstr "Görüntüleyenler Tablosu" #: frappe/website/doctype/web_form_field/web_form_field.json #: frappe/website/doctype/web_template_field/web_template_field.json msgid "Select" -msgstr "Seç" +msgstr "Seçim" #: frappe/public/js/frappe/data_import/data_exporter.js:149 #: frappe/public/js/frappe/form/controls/multicheck.js:166 @@ -22308,7 +22437,7 @@ msgid "Select Field..." msgstr "Alan Seçin..." #: frappe/public/js/frappe/form/grid_row.js:460 -#: frappe/public/js/frappe/list/list_settings.js:233 +#: frappe/public/js/frappe/list/list_settings.js:236 #: frappe/public/js/frappe/views/kanban/kanban_settings.js:181 msgid "Select Fields" msgstr "Alanları Seçin" @@ -22496,7 +22625,7 @@ msgstr "" #: frappe/public/js/frappe/form/link_selector.js:24 #: frappe/public/js/frappe/form/multi_select_dialog.js:81 -#: frappe/public/js/frappe/form/multi_select_dialog.js:281 +#: frappe/public/js/frappe/form/multi_select_dialog.js:283 #: frappe/public/js/frappe/list/list_view_select.js:153 #: frappe/public/js/print_format_builder/Preview.vue:90 msgid "Select {0}" @@ -22836,7 +22965,7 @@ msgstr "Sunucu IP" msgid "Server Script" msgstr "Sunucu Komut Dosyası" -#: frappe/utils/safe_exec.py:89 +#: frappe/utils/safe_exec.py:92 msgid "Server Scripts are disabled. Please enable server scripts from bench configuration." msgstr "Sunucu Komut Dosyaları devre dışı. Lütfen sunucu komut dosyalarını tezgah yapılandırmasından etkinleştirin." @@ -22887,11 +23016,11 @@ msgstr "Oturum Sonlandırıldı" msgid "Session Expiry (idle timeout)" msgstr "Oturum Sonlanma Süresi" -#: frappe/core/doctype/system_settings/system_settings.py:113 +#: frappe/core/doctype/system_settings/system_settings.py:115 msgid "Session Expiry must be in format {0}" msgstr "Oturum Süresi {0} formatında olmalıdır" -#: frappe/public/js/frappe/ui/filters/filter.js:567 +#: frappe/public/js/frappe/ui/filters/filter.js:599 msgctxt "Field value is set" msgid "Set" msgstr "Var" @@ -23025,6 +23154,11 @@ msgstr "" msgid "Set only once" msgstr "Sadece Bir Kez Ayarla" +#. Description of the 'Max attachment size' (Int) field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Set size in MB" +msgstr "Boyutu MB olarak ayarla" + #. Description of the 'Filters Configuration' (Code) field in DocType 'Number #. Card' #: frappe/desk/doctype/number_card/number_card.json @@ -23157,7 +23291,7 @@ msgstr "Kurulum > Kullanıcı İzinleri" msgid "Setup Approval Workflows" msgstr "Onay İş Akışları Kurulumu" -#: frappe/public/js/frappe/views/reports/query_report.js:1677 +#: frappe/public/js/frappe/views/reports/query_report.js:1684 #: frappe/public/js/frappe/views/reports/report_view.js:1627 msgid "Setup Auto Email" msgstr "Otomatik E-Postayı Ayarla" @@ -23536,8 +23670,8 @@ msgstr "Rapordan yalnızca Sayısal alanlar gösteriliyor" msgid "Showing only first {0} rows out of {1}" msgstr "{1} satırdan yalnızca ilk {0} satır gösteriliyor" -#. Label of a Check field in DocType 'Role' -#: frappe/core/doctype/role/role.json +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json msgid "Sidebar" msgstr "Kenar Çubuğu" @@ -23561,7 +23695,7 @@ msgstr "Kenar Çubuğu ve Yorumlar" msgid "Sign Up and Confirmation" msgstr "Kayıt ve Doğrulama" -#: frappe/core/doctype/user/user.py:994 +#: frappe/core/doctype/user/user.py:955 msgid "Sign Up is disabled" msgstr "Kaydolma devre dışı bırakıldı" @@ -23630,7 +23764,7 @@ msgstr "Tek Sayfa DocType'lar özelleştirilemez." msgid "Single Types have only one record no tables associated. Values are stored in tabSingles" msgstr "Tek DocType Sayfaları ilişkili tabloları olmayan yalnızca tek kayıt alanı olan belgelerdir. Değerler tabSingles içinde saklanır." -#: frappe/database/database.py:240 +#: frappe/database/database.py:242 msgid "Site is running in read only mode for maintenance or site update, this action can not be performed right now. Please try again later." msgstr "Site bakım veya site güncellemesi için salt okunur modda çalışıyor, bu işlem şu anda gerçekleştirilemiyor. Lütfen daha sonra tekrar deneyin." @@ -23909,6 +24043,12 @@ msgstr "'-', '#', '.', '/', '{{' and '}}' dışındaki özel karakterlere {0} ad msgid "Specify a custom timeout, default timeout is 1500 seconds" msgstr "Özel bir zaman aşımı belirtin, varsayılan zaman aşımı 1500 saniyedir" +#. Description of the 'Allowed embedding domains' (Small Text) field in DocType +#. 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Specify the domains or origins that are permitted to embed this form. Enter one domain per line (e.g., https://example.com). If no domains are specified, the form can only be embedded on the same origin." +msgstr "" + #. Label of a Attach Image field in DocType 'Website Settings' #: frappe/website/doctype/website_settings/website_settings.json msgid "Splash Image" @@ -23988,11 +24128,11 @@ msgstr "" msgid "Standard rich text editor with controls" msgstr "Kontrollere sahip standart zengin metin editörü" -#: frappe/core/doctype/role/role.py:65 +#: frappe/core/doctype/role/role.py:46 msgid "Standard roles cannot be disabled" msgstr "Standart roller devre dışı bırakılamaz" -#: frappe/core/doctype/role/role.py:51 +#: frappe/core/doctype/role/role.py:32 msgid "Standard roles cannot be renamed" msgstr "Standart roller yeniden adlandırılamaz." @@ -24017,6 +24157,7 @@ msgstr "Başlangıç" #. Label of a Date field in DocType 'Auto Repeat' #. Label of a Datetime field in DocType 'Web Page' #: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:140 #: frappe/public/js/frappe/utils/common.js:409 #: frappe/website/doctype/web_page/web_page.json msgid "Start Date" @@ -24097,7 +24238,7 @@ msgstr "" #. Label of a Data field in DocType 'Address' #: frappe/contacts/doctype/address/address.json msgid "State/Province" -msgstr "İlçe" +msgstr "Mahalle" #. Label of a Table field in DocType 'DocType' #. Label of a Table field in DocType 'Customize Form' @@ -24181,7 +24322,7 @@ msgstr "" #: frappe/email/doctype/newsletter/newsletter.json #: frappe/integrations/doctype/integration_request/integration_request.json #: frappe/integrations/doctype/oauth_bearer_token/oauth_bearer_token.json -#: frappe/public/js/frappe/list/list_settings.js:356 +#: frappe/public/js/frappe/list/list_settings.js:359 #: frappe/public/js/frappe/views/reports/report_view.js:909 #: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.json #: frappe/website/doctype/personal_data_deletion_step/personal_data_deletion_step.json @@ -24200,14 +24341,14 @@ msgstr "Durum: {0}" #. Label of a Link field in DocType 'Onboarding Step Map' #: frappe/desk/doctype/onboarding_step_map/onboarding_step_map.json msgid "Step" -msgstr "" +msgstr "Adım" #. Label of a Table field in DocType 'Form Tour' #. Label of a Table field in DocType 'Module Onboarding' #: frappe/desk/doctype/form_tour/form_tour.json #: frappe/desk/doctype/module_onboarding/module_onboarding.json msgid "Steps" -msgstr "" +msgstr "Adımlar" #: frappe/www/qrcode.html:11 msgid "Steps to verify your login" @@ -24363,7 +24504,7 @@ msgstr "Gönderim Kuyruğu" msgid "Submit" msgstr "Gönder" -#: frappe/public/js/frappe/list/list_view.js:1977 +#: frappe/public/js/frappe/list/list_view.js:1985 msgctxt "Button in list view actions menu" msgid "Submit" msgstr "Gönder/İşle" @@ -24393,22 +24534,23 @@ msgstr "Gönder/İşle" msgid "Submit After Import" msgstr "İçe Aktardıktan Sonra Gönder" -#. Label of a Data field in DocType 'Web Form' -#: frappe/website/doctype/web_form/web_form.json -msgid "Submit Button Label" -msgstr "" - #: frappe/core/page/permission_manager/permission_manager_help.html:39 msgid "Submit an Issue" -msgstr "" +msgstr "Hata Bildir" #: frappe/website/doctype/web_form/templates/web_form.html:153 msgctxt "Button in web form" msgid "Submit another response" -msgstr "" +msgstr "Başka bir yanıt gönder" + +#. Label of a Data field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Submit button label" +msgstr "Gönder Butonu Etiketi" #. Label of a Check field in DocType 'Auto Repeat' #: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:126 msgid "Submit on Creation" msgstr "" @@ -24420,7 +24562,7 @@ msgstr "Bu adımı tamamlamak için bu belgeyi gönderin." msgid "Submit this document to confirm" msgstr "Onaylamak için bu belgeyi gönderin" -#: frappe/public/js/frappe/list/list_view.js:1982 +#: frappe/public/js/frappe/list/list_view.js:1990 msgctxt "Title of confirmation dialog" msgid "Submit {0} documents?" msgstr "{0} belge gönderilsin mi?" @@ -24430,7 +24572,7 @@ msgstr "{0} belge gönderilsin mi?" #: frappe/core/doctype/comment/comment.json #: frappe/core/doctype/communication/communication.json #: frappe/public/js/frappe/model/indicator.js:95 -#: frappe/public/js/frappe/ui/filters/filter.js:499 +#: frappe/public/js/frappe/ui/filters/filter.js:531 #: frappe/website/doctype/web_form/templates/web_form.html:133 msgid "Submitted" msgstr "İşlendi" @@ -24481,7 +24623,7 @@ msgstr "Alt Başlık" #: frappe/templates/includes/login/login.js:270 #: frappe/templates/includes/login/login.js:278 #: frappe/templates/pages/integrations/gcalendar-success.html:9 -#: frappe/workflow/doctype/workflow_action/workflow_action.py:166 +#: frappe/workflow/doctype/workflow_action/workflow_action.py:167 #: frappe/workflow/doctype/workflow_state/workflow_state.json msgid "Success" msgstr "Başarılı" @@ -24492,17 +24634,10 @@ msgid "Success Action" msgstr "Eylem Başarılı" #. Label of a Data field in DocType 'Module Onboarding' -#. Label of a Text field in DocType 'Web Form' #: frappe/desk/doctype/module_onboarding/module_onboarding.json -#: frappe/website/doctype/web_form/web_form.json msgid "Success Message" msgstr "Başarılı Mesajı" -#. Label of a Data field in DocType 'Web Form' -#: frappe/website/doctype/web_form/web_form.json -msgid "Success Title" -msgstr "" - #. Label of a Data field in DocType 'Token Cache' #: frappe/integrations/doctype/token_cache/token_cache.json msgid "Success URI" @@ -24513,6 +24648,16 @@ msgstr "" msgid "Success URL" msgstr "" +#. Label of a Text field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Success message" +msgstr "" + +#. Label of a Data field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Success title" +msgstr "" + #: frappe/www/update-password.html:79 msgid "Success! You are good to go 👍" msgstr "Başarılı! Hazırsınız 👍" @@ -24526,7 +24671,7 @@ msgstr "Başarılı İş Sayısı" msgid "Successful Transactions" msgstr "Başarılı İşlem" -#: frappe/model/rename_doc.py:688 +#: frappe/model/rename_doc.py:694 msgid "Successful: {0} to {1}" msgstr "" @@ -24580,7 +24725,7 @@ msgstr "" msgid "Suggested Indexes" msgstr "" -#: frappe/core/doctype/user/user.py:703 +#: frappe/core/doctype/user/user.py:664 msgid "Suggested Username: {0}" msgstr "" @@ -24595,7 +24740,7 @@ msgstr "Toplam" #: frappe/public/js/frappe/ui/group_by/group_by.js:328 msgid "Sum of {0}" -msgstr "" +msgstr "Toplamı {0}" #: frappe/public/js/frappe/views/interaction.js:88 msgid "Summary" @@ -24621,7 +24766,7 @@ msgstr "Gönderimi Askıya Al" #: frappe/public/js/frappe/ui/capture.js:268 msgid "Switch Camera" -msgstr "" +msgstr "Kamerayı Değiştir" #: frappe/public/js/frappe/desk.js:51 #: frappe/public/js/frappe/ui/theme_switcher.js:11 @@ -24634,7 +24779,7 @@ msgstr "Uygulamaya Git" #: frappe/public/js/frappe/ui/capture.js:273 msgid "Switching Camera" -msgstr "" +msgstr "Kamerayı Değiştiriliyor" #. Label of a Data field in DocType 'Currency' #: frappe/geo/doctype/currency/currency.json @@ -24691,7 +24836,7 @@ msgstr "Senkronize Ediliyor" msgid "Syncing {0} of {1}" msgstr "Senkronize Ediliyor {0}/{1}" -#: frappe/utils/data.py:2156 +#: frappe/utils/data.py:2170 msgid "Syntax Error" msgstr "Sözdizimi Hatası" @@ -24705,7 +24850,7 @@ msgstr "Sistem" msgid "System Console" msgstr "Sistem Konsolu" -#: frappe/custom/doctype/custom_field/custom_field.py:358 +#: frappe/custom/doctype/custom_field/custom_field.py:359 msgid "System Generated Fields can not be renamed" msgstr "Sistem Tarafından Oluşturulan Alanlar yeniden adlandırılamaz" @@ -24990,13 +25135,13 @@ msgstr "Tablo Çoklu Seçim" #: frappe/custom/doctype/customize_form/customize_form.js:229 msgid "Table Trimmed" -msgstr "" +msgstr "Tablo Temizlendi" #: frappe/public/js/frappe/form/grid.js:1136 msgid "Table updated" -msgstr "" +msgstr "Tablo güncellendi" -#: frappe/model/document.py:1370 +#: frappe/model/document.py:1374 msgid "Table {0} cannot be empty" msgstr "Tablo {0} boş olamaz" @@ -25022,13 +25167,13 @@ msgstr "" #: frappe/public/js/frappe/list/list_sidebar.js:228 #: frappe/public/js/frappe/model/meta.js:204 #: frappe/public/js/frappe/model/model.js:133 -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:160 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:171 msgid "Tags" msgstr "Etiketler" #: frappe/integrations/doctype/google_drive/google_drive.js:29 msgid "Take Backup" -msgstr "" +msgstr "Yedekle" #: frappe/integrations/doctype/dropbox_settings/dropbox_settings.js:39 #: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.js:12 @@ -25108,22 +25253,32 @@ msgstr "Şablon Uyarıları" msgid "Templates" msgstr "Şablonlar" -#: frappe/core/doctype/user/user.py:1005 +#: frappe/core/doctype/user/user.py:966 msgid "Temporarily Disabled" msgstr "Geçici Olarak Devre Dışı" +#: frappe/core/doctype/translation/test_translation.py:47 +#: frappe/core/doctype/translation/test_translation.py:54 +msgid "Test Data" +msgstr "Test Verisi" + #. Label of a Data field in DocType 'System Health Report' #: frappe/desk/doctype/system_health_report/system_health_report.json msgid "Test Job ID" msgstr "Test İş ID" +#: frappe/core/doctype/translation/test_translation.py:49 +#: frappe/core/doctype/translation/test_translation.py:57 +msgid "Test Spanish" +msgstr "İspanyolca Test" + #: frappe/email/doctype/newsletter/newsletter.py:94 msgid "Test email sent to {0}" msgstr "Test e-postası {0} adresine gönderildi" #: frappe/core/doctype/file/test_file.py:361 msgid "Test_Folder" -msgstr "" +msgstr "Test_Klasoru" #. Option for the 'Type' (Select) field in DocType 'DocField' #. Option for the 'Field Type' (Select) field in DocType 'Custom Field' @@ -25188,7 +25343,7 @@ msgstr "E-postanız için teşekkür ederiz" msgid "Thank you for your feedback!" msgstr "Geri bildirim için teşekkürler!" -#: frappe/email/doctype/newsletter/newsletter.py:332 +#: frappe/email/doctype/newsletter/newsletter.py:335 msgid "Thank you for your interest in subscribing to our updates" msgstr "Güncellemelerimize abone olmak konusundaki ilginiz için teşekkür ederiz" @@ -25213,7 +25368,9 @@ msgstr "CSV formatı büyük/küçük harfe duyarlıdır" msgid "The Client ID obtained from the Google Cloud Console under \n" "\"APIs & Services\" > \"Credentials\"\n" "" -msgstr "" +msgstr "Google Cloud Konsolundan \n" +"\"API'ler & Hizmetler\" > \"Kimlik Bilgileri\"\n" +"altında elde edilen İstemci Kimliği" #: frappe/email/doctype/notification/notification.py:131 msgid "The Condition '{0}' is invalid" @@ -25250,9 +25407,11 @@ msgstr "Ekler yeni belgeye doğru şekilde bağlanamadı" msgid "The browser API key obtained from the Google Cloud Console under \n" "\"APIs & Services\" > \"Credentials\"\n" "" -msgstr "" +msgstr "Google Cloud Konsolu'ndan \n" +"\"API'ler & Hizmetler\" > \"Kimlik Bilgileri\"\n" +"altında elde edilen tarayıcı API anahtarı" -#: frappe/database/database.py:428 +#: frappe/database/database.py:430 msgid "The changes have been reverted." msgstr "Değişiklikler geri alındı." @@ -25297,7 +25456,7 @@ msgstr "{0} alanı zorunludur" msgid "The fieldname you've specified in Attached To Field is invalid" msgstr "" -#: frappe/automation/doctype/assignment_rule/assignment_rule.py:60 +#: frappe/automation/doctype/assignment_rule/assignment_rule.py:62 msgid "The following Assignment Days have been repeated: {0}" msgstr "Aşağıdaki Görev Günleri tekrarlandı: {0}" @@ -25321,7 +25480,7 @@ msgstr "" msgid "The link will expire in {0} minutes" msgstr "Bağlantının süresi {0} dakika içinde dolacak." -#: frappe/www/login.py:183 +#: frappe/www/login.py:184 msgid "The link you trying to login is invalid or expired." msgstr "Giriş yapmaya çalıştığınız bağlantı geçersiz veya süresi dolmuş." @@ -25367,11 +25526,11 @@ msgid "The project number obtained from Google Cloud Console under " msgstr "" -#: frappe/core/doctype/user/user.py:965 +#: frappe/core/doctype/user/user.py:926 msgid "The reset password link has been expired" msgstr "Şifre sıfırlama bağlantısının süresi doldu" -#: frappe/core/doctype/user/user.py:967 +#: frappe/core/doctype/user/user.py:928 msgid "The reset password link has either been used before or is invalid" msgstr "Şifre sıfırlama bağlantısı daha önce kullanılmış veya geçersiz" @@ -25414,7 +25573,7 @@ msgstr "Yapıştırdığınız değer {0} karakter uzunluğunda. İzin verilen m msgid "The webhook will be triggered if this expression is true" msgstr "Bu ifade doğruysa web kancası tetiklenecektir" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:169 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:173 msgid "The {0} is already on auto repeat {1}" msgstr "" @@ -25489,10 +25648,6 @@ msgstr "Aynı filtrelere sahip {0} kuyrukta zaten mevcut:" msgid "There must be atleast one permission rule." msgstr "En az bir izin kuralı olmalıdır." -#: frappe/core/doctype/user/user.py:504 -msgid "There should remain at least one System Manager" -msgstr "En az bir Sistem Yöneticisi olmalıdır" - #: frappe/www/error.py:16 msgid "There was an error building this page" msgstr "Bu sayfayı oluştururken bir hata oluştu." @@ -25513,7 +25668,7 @@ msgstr "Belge oluşturulurken hatalar oluştu. Lütfen tekrar deneyin." msgid "There were errors while sending email. Please try again." msgstr "E-posta gönderirken hatalar vardı. Lütfen tekrar deneyin." -#: frappe/model/naming.py:469 +#: frappe/model/naming.py:468 msgid "There were some errors setting the name, please contact the administrator" msgstr "Adı ayarlarken bazı hatalar oluştu, lütfen yöneticiyle iletişime geçin" @@ -25553,11 +25708,11 @@ msgstr "Bu Para Birimi aktif değil. İşlemlerde kullanmak için etkinleştirin #: frappe/geo/utils.py:84 msgid "This Doctype does not contain latitude and longitude fields" -msgstr "" +msgstr "Bu Doctype enlem ve boylam alanlarını içermiyor" #: frappe/geo/utils.py:67 msgid "This Doctype does not contain location fields" -msgstr "" +msgstr "Bu Doctype konum alanları içermiyor" #: frappe/public/js/frappe/views/kanban/kanban_view.js:391 msgid "This Kanban Board will be private" @@ -25567,7 +25722,7 @@ msgstr "Bu Kanban Panosu özel olacak" msgid "This action is irreversible. Do you wish to continue?" msgstr "Bu eylem geri döndürülemez. Devam etmek istiyor musunuz?" -#: frappe/__init__.py:985 +#: frappe/__init__.py:935 msgid "This action is only allowed for {}" msgstr "Bu eylem yalnızca {} için izin veriliyor" @@ -25588,7 +25743,7 @@ msgstr "Bu ayar seçilirse, tüm Kullanıcılar tarafından kullanılabilir olac #: frappe/custom/doctype/customize_form/customize_form.js:212 msgid "This doctype has no orphan fields to trim" -msgstr "" +msgstr "Bu dcotype için temizlenecek artık alan yok" #: frappe/core/doctype/doctype/doctype.py:1030 msgid "This doctype has pending migrations, run 'bench migrate' before modifying the doctype to avoid losing changes." @@ -25622,7 +25777,7 @@ msgstr "Bu belgede son PDF'de görünmeyebilecek kaydedilmemiş değişiklikler msgid "This document is already amended, you cannot ammend it again" msgstr "Bu belge zaten değiştirilmiştir, tekrar değiştiremezsiniz" -#: frappe/model/document.py:1538 +#: frappe/model/document.py:1542 msgid "This document is currently locked and queued for execution. Please try again after some time." msgstr "Bu belge şu anda kilitli ve yürütülmek üzere sıraya alınmış durumda. Lütfen bir süre sonra tekrar deneyin." @@ -25672,7 +25827,7 @@ msgstr "Ülkeye özgü format bulunamazsa bu format kullanılır" msgid "This goes above the slideshow." msgstr "Bu slayt gösterisinin üstüne gelir." -#: frappe/public/js/frappe/views/reports/query_report.js:2014 +#: frappe/public/js/frappe/views/reports/query_report.js:2021 msgid "This is a background report. Please set the appropriate filters and then generate a new one." msgstr "Bu bir arka plan raporudur. Lütfen uygun filtreleri ayarlayın ve ardından yeni bir tane oluşturun." @@ -25786,7 +25941,7 @@ msgstr "Rapora yönlendirildikten sonra kullanıcıya bir iletişim kutusunda g #: frappe/www/third_party_apps.html:21 msgid "This will log out {0} from all other devices" -msgstr "" +msgstr "Bu işlem {0} uygulamasını diğer tüm cihazlardan kapatacaktır" #: frappe/templates/emails/delete_data_confirmation.html:3 msgid "This will permanently remove your data." @@ -25800,7 +25955,7 @@ msgstr "" msgid "This will terminate the job immediately and might be dangerous, are you sure? " msgstr "Bu işi hemen sonlandırmak tehlikeli olabilir, emin misiniz? " -#: frappe/core/doctype/user/user.py:1224 +#: frappe/core/doctype/user/user.py:1178 msgid "Throttled" msgstr "" @@ -25913,21 +26068,21 @@ msgstr "" #. Option for the 'Status' (Select) field in DocType 'Data Import' #: frappe/core/doctype/data_import/data_import.json msgid "Timed Out" -msgstr "" +msgstr "Zaman Aşımı" #: frappe/public/js/frappe/ui/theme_switcher.js:64 msgid "Timeless Night" msgstr "Koyu Tema" -#. Label of a Check field in DocType 'Role' -#: frappe/core/doctype/role/role.json +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json msgid "Timeline" msgstr "Zaman cetveli" #. Label of a Link field in DocType 'Activity Log' #: frappe/core/doctype/activity_log/activity_log.json msgid "Timeline DocType" -msgstr "" +msgstr "DocType Zaman Akışı" #. Label of a Data field in DocType 'DocType' #: frappe/core/doctype/doctype/doctype.json @@ -26157,15 +26312,15 @@ msgstr "" #: frappe/integrations/doctype/google_calendar/google_calendar.js:8 msgid "To use Google Calendar, enable {0}." -msgstr "" +msgstr "Google Takvim'i kullanmak için {0} ayarını etkinleştirin." #: frappe/integrations/doctype/google_contacts/google_contacts.js:8 msgid "To use Google Contacts, enable {0}." -msgstr "" +msgstr "Google Kişiler'i kullanmak için {0} ayarını etkinleştirin." #: frappe/integrations/doctype/google_drive/google_drive.js:8 msgid "To use Google Drive, enable {0}." -msgstr "" +msgstr "Google Drive'ı kullanmak için {0} öğesini etkinleştirin." #. Description of the 'Enable Google indexing' (Check) field in DocType #. 'Website Settings' @@ -26186,6 +26341,7 @@ msgstr "" #. Linked DocType in User's connections #. Name of a DocType #. Name of a report +#: frappe/automation/doctype/assignment_rule/assignment_rule.py:55 #: frappe/automation/workspace/tools/tools.json #: frappe/core/doctype/user/user.json frappe/desk/doctype/todo/todo.json #: frappe/desk/report/todo/todo.json @@ -26269,11 +26425,11 @@ msgstr "Çok Fazla Seçim Yapıldı" msgid "Too Many Requests" msgstr "Çok Fazla İstek" -#: frappe/database/database.py:427 +#: frappe/database/database.py:429 msgid "Too many changes to database in single action." msgstr "Tek bir işlemde veritabanında çok fazla değişiklik yapıldı." -#: frappe/core/doctype/user/user.py:1006 +#: frappe/core/doctype/user/user.py:967 msgid "Too many users signed up recently, so the registration is disabled. Please try back in an hour" msgstr "Son zamanlarda çok fazla kullanıcı kaydoldu, bu yüzden kayıt devre dışı bırakıldı. Lütfen bir saat sonra tekrar deneyin" @@ -26343,7 +26499,7 @@ msgstr "En İyi {0}" msgid "Topic" msgstr "" -#: frappe/desk/query_report.py:504 +#: frappe/desk/query_report.py:510 #: frappe/public/js/frappe/views/reports/print_grid.html:45 #: frappe/public/js/frappe/views/reports/report_view.js:1475 msgid "Total" @@ -26531,7 +26687,7 @@ msgstr "" #: frappe/public/js/frappe/views/translation_manager.js:11 msgid "Translate {0}" -msgstr "" +msgstr "Çevir {0}" #. Label of a Code field in DocType 'Translation' #: frappe/core/doctype/translation/translation.json @@ -26592,7 +26748,7 @@ msgstr "\"before_insert\", \"after_update\", vb. gibi geçerli yöntemlerde teti #: frappe/custom/doctype/customize_form/customize_form.js:144 msgid "Trim Table" -msgstr "" +msgstr "Tabloyu Temizle" #: frappe/public/js/frappe/widgets/onboarding_widget.js:323 msgid "Try Again" @@ -26704,7 +26860,7 @@ msgstr "Türü:" #: frappe/desk/doctype/form_tour/form_tour.json #: frappe/desk/doctype/form_tour_step/form_tour_step.json msgid "UI Tour" -msgstr "" +msgstr "UI Turu" #. Label of a Int field in DocType 'Communication' #. Label of a Data field in DocType 'Email Flag Queue' @@ -26862,11 +27018,11 @@ msgstr "Bilinmiyor" msgid "Unknown Column: {0}" msgstr "Bilinmeyen Sütun: {0}" -#: frappe/utils/data.py:1048 +#: frappe/utils/data.py:1062 msgid "Unknown Rounding Method: {}" msgstr "Bilinmeyen Yuvarlama Yöntemi: {}" -#: frappe/auth.py:296 +#: frappe/auth.py:304 msgid "Unknown User" msgstr "Bilinmeyen Kullanıcı" @@ -26893,7 +27049,7 @@ msgstr "Okunmamış" msgid "Unread Notification Sent" msgstr "Okunmamış Bildirim Gönderildi" -#: frappe/utils/safe_exec.py:429 +#: frappe/utils/safe_exec.py:478 msgid "Unsafe SQL query" msgstr "Güvenli olmayan SQL sorgusu" @@ -27026,7 +27182,7 @@ msgstr "Çevirileri güncelle" msgid "Update Value" msgstr "Güncellenen Değer" -#: frappe/utils/change_log.py:383 +#: frappe/utils/change_log.py:386 msgid "Update from Frappe Cloud" msgstr "Frappe Cloud'dan Güncelle" @@ -27097,6 +27253,10 @@ msgstr "{0} Güncelleniyor" msgid "Updating {0} of {1}, {2}" msgstr "{0} Güncelleniyor {0}/{1}" +#: frappe/public/js/billing.bundle.js:30 +msgid "Upgrade plan" +msgstr "" + #: frappe/public/js/frappe/file_uploader/file_uploader.bundle.js:121 #: frappe/public/js/frappe/file_uploader/file_uploader.bundle.js:122 #: frappe/public/js/frappe/form/grid.js:63 @@ -27167,6 +27327,11 @@ msgstr "HTML Kullan" msgid "Use IMAP" msgstr "IMAP Kullan" +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Use Number Format from Currency" +msgstr "Para Biriminden Sayı Biçimini Kullan" + #. Label of a Check field in DocType 'SMS Settings' #: frappe/core/doctype/sms_settings/sms_settings.json msgid "Use POST" @@ -27433,7 +27598,7 @@ msgstr "Kullanıcı İzinleri" #. Label of a Link in the Users Workspace #: frappe/core/page/permission_manager/permission_manager_help.html:30 #: frappe/core/workspace/users/users.json -#: frappe/public/js/frappe/views/reports/query_report.js:1791 +#: frappe/public/js/frappe/views/reports/query_report.js:1798 #: frappe/public/js/frappe/views/reports/report_view.js:1675 msgid "User Permissions" msgstr "Kullanıcı İzinleri" @@ -27538,7 +27703,7 @@ msgstr "Kullanıcının {0} silmesine izin verilmiyor: {1}" msgid "User permission already exists" msgstr "Kullanıcı izni zaten mevcut" -#: frappe/www/login.py:156 +#: frappe/www/login.py:157 msgid "User with email address {0} does not exist" msgstr "{0} e-posta adresine sahip kullanıcı mevcut değil" @@ -27546,15 +27711,15 @@ msgstr "{0} e-posta adresine sahip kullanıcı mevcut değil" msgid "User with email: {0} does not exist in the system. Please ask 'System Administrator' to create the user for you." msgstr "E-posta adresi: {0} olan kullanıcı sistemde mevcut değil. Lütfen 'Sistem Yöneticisi'nden kullanıcıyı sizin için oluşturmasını isteyin." -#: frappe/core/doctype/user/user.py:509 +#: frappe/core/doctype/user/user.py:472 msgid "User {0} cannot be deleted" msgstr "Kullanıcı {0} silinemez" -#: frappe/core/doctype/user/user.py:244 +#: frappe/core/doctype/user/user.py:263 msgid "User {0} cannot be disabled" msgstr "Kullanıcı {0} devre dışı bırakılamaz" -#: frappe/core/doctype/user/user.py:591 +#: frappe/core/doctype/user/user.py:552 msgid "User {0} cannot be renamed" msgstr "Kullanıcı {0} yeniden adlandırılamaz" @@ -27566,7 +27731,7 @@ msgstr "{0} kullanıcısı bu erişim için gerekli yetkiye sahip değil" msgid "User {0} does not have doctype access via role permission for document {1}" msgstr "" -#: frappe/desk/doctype/workspace/workspace.py:257 +#: frappe/desk/doctype/workspace/workspace.py:261 msgid "User {0} does not have the permission to create a Workspace." msgstr "Kullanıcı {0} bir Çalışma Alanı oluşturma iznine sahip değil." @@ -27575,7 +27740,7 @@ msgstr "Kullanıcı {0} bir Çalışma Alanı oluşturma iznine sahip değil." msgid "User {0} has requested for data deletion" msgstr "{0} isimli Kullanıcı veri silme talebinde bulundu" -#: frappe/core/doctype/user/user.py:1358 +#: frappe/core/doctype/user/user.py:1312 msgid "User {0} impersonated as {1}" msgstr "" @@ -27583,7 +27748,7 @@ msgstr "" msgid "User {0} is disabled" msgstr "Kullanıcı {0} devre dışı" -#: frappe/sessions.py:230 +#: frappe/sessions.py:231 msgid "User {0} is disabled. Please contact your System Manager." msgstr "{0} isimli Kullanıcı devre dışı. Lütfen Sistem Yöneticinizle iletişime geçin." @@ -27600,11 +27765,11 @@ msgstr "" #. Label of a Data field in DocType 'User Social Login' #: frappe/core/doctype/user/user.json #: frappe/core/doctype/user_social_login/user_social_login.json -#: frappe/www/login.py:104 +#: frappe/www/login.py:105 msgid "Username" msgstr "Kullanıcı Adı" -#: frappe/core/doctype/user/user.py:670 +#: frappe/core/doctype/user/user.py:631 msgid "Username {0} already exists" msgstr "" @@ -27725,15 +27890,15 @@ msgstr "Değer Değişti" msgid "Value To Be Set" msgstr "Ayarlanacak Değer" -#: frappe/model/base_document.py:948 frappe/model/document.py:666 +#: frappe/model/base_document.py:948 frappe/model/document.py:670 msgid "Value cannot be changed for {0}" msgstr "{0} Değeri Değiştirilemez" -#: frappe/model/document.py:612 +#: frappe/model/document.py:616 msgid "Value cannot be negative for" msgstr "Değer negatif olamaz" -#: frappe/model/document.py:616 +#: frappe/model/document.py:620 msgid "Value cannot be negative for {0}: {1}" msgstr "{0} için değer negatif olamaz : {1}" @@ -27757,7 +27922,7 @@ msgstr "" #: frappe/model/base_document.py:729 msgid "Value missing for" -msgstr "" +msgstr "Eksik değer" #: frappe/core/doctype/data_import/importer.py:707 msgid "Value must be one of {0}" @@ -27766,7 +27931,7 @@ msgstr "" #. Label of a Data field in DocType 'Onboarding Step' #: frappe/desk/doctype/onboarding_step/onboarding_step.json msgid "Value to Validate" -msgstr "" +msgstr "Doğrulanacak Değer" #: frappe/model/base_document.py:1018 msgid "Value too big" @@ -27776,7 +27941,7 @@ msgstr "Değer çok büyük" msgid "Value {0} missing for {1}" msgstr "{1} için {0} değeri eksik" -#: frappe/core/doctype/data_import/importer.py:751 frappe/utils/data.py:703 +#: frappe/core/doctype/data_import/importer.py:751 frappe/utils/data.py:704 msgid "Value {0} must be in the valid duration format: d h m s" msgstr "Değer {0} geçerli süre biçiminde olmalıdır: d h m s" @@ -27791,7 +27956,7 @@ msgstr "Değerler Değişti" #. Option for the 'Font' (Select) field in DocType 'Print Settings' #: frappe/printing/doctype/print_settings/print_settings.json msgid "Verdana" -msgstr "" +msgstr "Verdana" #: frappe/templates/includes/login/login.js:341 msgid "Verification" @@ -27850,7 +28015,7 @@ msgstr "Video Linki" msgid "View" msgstr "Göster" -#: frappe/core/doctype/success_action/success_action.js:58 +#: frappe/core/doctype/success_action/success_action.js:60 #: frappe/public/js/frappe/form/success_action.js:89 msgid "View All" msgstr "Tümünü Göster" @@ -27868,7 +28033,7 @@ msgid "View Full Log" msgstr "Tam Günlüğü Görüntüle" #: frappe/public/js/frappe/views/treeview.js:450 -#: frappe/public/js/frappe/widgets/quick_list_widget.js:245 +#: frappe/public/js/frappe/widgets/quick_list_widget.js:251 msgid "View List" msgstr "Liste Görünümü" @@ -27889,7 +28054,7 @@ msgstr "Özellikleri Görüntüle (Formu Özelleştir)" #: frappe/social/doctype/energy_point_log/energy_point_log_list.js:20 msgid "View Ref" -msgstr "" +msgstr "Referansı Görüntüle" #. Option for the 'Action' (Select) field in DocType 'Onboarding Step' #: frappe/desk/doctype/onboarding_step/onboarding_step.json @@ -27903,8 +28068,8 @@ msgstr "Raporu Göster" msgid "View Settings" msgstr "Görüntüleme Ayarları" -#. Label of a Check field in DocType 'Role' -#: frappe/core/doctype/role/role.json +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json msgid "View Switcher" msgstr "Tema Değiştirici" @@ -28146,12 +28311,12 @@ msgstr "Web Kancası" #: frappe/integrations/doctype/webhook/webhook.json #: frappe/integrations/doctype/webhook_data/webhook_data.json msgid "Webhook Data" -msgstr "" +msgstr "Webhook Verileri" #. Name of a DocType #: frappe/integrations/doctype/webhook_header/webhook_header.json msgid "Webhook Header" -msgstr "" +msgstr "Webhook Başlığı" #. Label of a Section Break field in DocType 'Webhook' #: frappe/integrations/doctype/webhook/webhook.json @@ -28193,7 +28358,7 @@ msgstr "" #. Group in Module Def's connections #. Name of a Workspace #: frappe/core/doctype/module_def/module_def.json -#: frappe/email/doctype/newsletter/newsletter.py:453 +#: frappe/email/doctype/newsletter/newsletter.py:460 #: frappe/public/js/frappe/ui/toolbar/about.js:8 #: frappe/website/workspace/website/website.json msgid "Website" @@ -28411,11 +28576,11 @@ msgstr "Hoş Geldiniz Bağlantısı" msgid "Welcome Workspace" msgstr "Çalışma Alanına Hoşgeldiniz" -#: frappe/core/doctype/user/user.py:366 +#: frappe/core/doctype/user/user.py:350 msgid "Welcome email sent" msgstr "Hoşgeldiniz e-posta gönderimi yapılır" -#: frappe/core/doctype/user/user.py:441 +#: frappe/core/doctype/user/user.py:411 msgid "Welcome to {0}" msgstr "Hoşgeldiniz {0}" @@ -28536,7 +28701,7 @@ msgstr "İş Akışı" #. Name of a DocType #: frappe/workflow/doctype/workflow_action/workflow_action.json -#: frappe/workflow/doctype/workflow_action/workflow_action.py:476 +#: frappe/workflow/doctype/workflow_action/workflow_action.py:477 msgid "Workflow Action" msgstr "İş Akışı Eylemi" @@ -28693,7 +28858,7 @@ msgstr "Çalışma Alanı Listesi" msgid "Workspace Shortcut" msgstr "Çalışma Alanı Kısayolu" -#: frappe/desk/doctype/workspace/workspace.py:289 +#: frappe/desk/doctype/workspace/workspace.py:293 msgid "Workspace not found" msgstr "Çalışma alanı bulunamadı" @@ -28811,9 +28976,9 @@ msgstr "Sarı" #: frappe/integrations/doctype/webhook/webhook.py:140 #: frappe/printing/doctype/print_format/print_format.json #: frappe/public/js/form_builder/utils.js:336 -#: frappe/public/js/frappe/form/controls/link.js:475 +#: frappe/public/js/frappe/form/controls/link.js:486 #: frappe/public/js/frappe/list/list_sidebar_group_by.js:223 -#: frappe/public/js/frappe/views/reports/query_report.js:1529 +#: frappe/public/js/frappe/views/reports/query_report.js:1534 #: frappe/website/doctype/help_article/templates/help_article.html:25 msgid "Yes" msgstr "Evet" @@ -28823,7 +28988,7 @@ msgctxt "Approve confirmation dialog" msgid "Yes" msgstr "Evet" -#: frappe/public/js/frappe/ui/filters/filter.js:505 +#: frappe/public/js/frappe/ui/filters/filter.js:537 msgctxt "Checkbox is checked" msgid "Yes" msgstr "Evet" @@ -28845,6 +29010,10 @@ msgstr "İnternete bağlısınız." msgid "You are impersonating as another user." msgstr "Başka bir kullanıcı gibi davranıyorsunuz." +#: frappe/integrations/frappe_providers/frappecloud_billing.py:24 +msgid "You are not allowed to access this resource" +msgstr "" + #: frappe/permissions.py:403 msgid "You are not allowed to access this {0} record because it is linked to {1} '{2}' in field {3}" msgstr "" @@ -28881,7 +29050,7 @@ msgstr "Bu raporu yazdırmanıza izin verilmiyor" msgid "You are not allowed to send emails related to this document" msgstr "Bu belge ile ilişkili e-posta göndermenize izin verilmiyor" -#: frappe/website/doctype/web_form/web_form.py:461 +#: frappe/website/doctype/web_form/web_form.py:462 msgid "You are not allowed to update this Web Form Document" msgstr "Bu Web Form Belgesini güncelleme izniniz yok" @@ -28897,7 +29066,7 @@ msgstr "Giriş yapmadan bu sayfaya erişmenize izin verilmiyor." msgid "You are not permitted to access this page." msgstr "Bu sayfaya erişim yetkiniz bulunmamaktadır." -#: frappe/__init__.py:904 +#: frappe/__init__.py:854 msgid "You are not permitted to access this resource." msgstr "Bu kaynağa erişim izniniz bulunmamaktadır." @@ -28909,7 +29078,7 @@ msgstr "Şu anda bu belgeyi takip ediyorsunuz. Günlük güncellemeleri e-posta msgid "You are only allowed to update order, do not remove or add apps." msgstr "Sadece siparişi güncellemenize izin verilir, uygulama ekleme veya kaldırma işlemi yapamazsınız." -#: frappe/email/doctype/email_account/email_account.js:212 +#: frappe/email/doctype/email_account/email_account.js:216 msgid "You are selecting Sync Option as ALL, It will resync all read as well as unread message from server. This may also cause the duplication of Communication (emails)." msgstr "Senkronizasyon Seçeneğini TÜMÜ olarak seçerseniz, tüm okunmuş ve okunmamış mesajlar sunucudan yeniden senkronize edilir. Bu aynı zamanda İletişimin (e-postaların) tekrarlanmasına neden olabilir." @@ -28952,7 +29121,7 @@ msgstr "" #: frappe/model/delete_doc.py:136 msgid "You can disable this {0} instead of deleting it." -msgstr "" +msgstr "Bu {0} öğesini silmek yerine devre dışı bırakabilirsiniz." #: frappe/core/doctype/file/file.py:688 msgid "You can increase the limit from System Settings." @@ -28974,7 +29143,7 @@ msgstr "Aynı anda en fazla {0} belge yazdırabilirsiniz" msgid "You can only set the 3 custom doctypes in the Document Types table." msgstr "" -#: frappe/handler.py:228 +#: frappe/handler.py:229 msgid "You can only upload JPG, PNG, PDF, TXT or Microsoft documents." msgstr "" @@ -28992,7 +29161,7 @@ msgstr "Aşağıdakilerden birini seçebilirsiniz," msgid "You can set a high value here if multiple users will be logging in from the same network." msgstr "Birden fazla kullanıcı aynı ağdan oturum açacaksa burada yüksek bir değer ayarlayabilirsiniz." -#: frappe/desk/query_report.py:339 +#: frappe/desk/query_report.py:340 msgid "You can try changing the filters of your report." msgstr "Raporunuzun filtrelerini değiştirmeyi deneyebilirsiniz." @@ -29081,7 +29250,11 @@ msgstr "Yeterli puanınız yok" msgid "You do not have enough review points" msgstr "Yeterli inceleme puanınız yok" -#: frappe/www/printview.py:358 +#: frappe/desk/query_report.py:807 +msgid "You do not have permission to access {0}: {1}." +msgstr "" + +#: frappe/www/printview.py:361 msgid "You do not have permission to view this document" msgstr "Bu dosyaya erişmek için gerekli izinlere sahip değilsiniz" @@ -29093,7 +29266,7 @@ msgstr "Bağlantılı tüm belgeleri iptal etme yetkiniz yok." msgid "You don't have access to Report: {0}" msgstr "Rapora erişiminiz yok: {0}" -#: frappe/website/doctype/web_form/web_form.py:662 +#: frappe/website/doctype/web_form/web_form.py:663 msgid "You don't have permission to access the {0} DocType." msgstr "{0} isimli DocType erişimi için izniniz yok." @@ -29105,7 +29278,7 @@ msgstr "Bu dosyaya erişmek için gerekli izinlere sahip değilsiniz" msgid "You don't have permission to get a report on: {0}" msgstr "{0} Raporunu almak için izniniz yok." -#: frappe/website/doctype/web_form/web_form.py:167 +#: frappe/website/doctype/web_form/web_form.py:168 msgid "You don't have the permissions to access this document" msgstr "Bu belgeye erişmek için gerekli izinlere sahip değilsiniz" @@ -29174,19 +29347,27 @@ msgstr "Düzenlediniz" msgid "You must add atleast one link." msgstr "En az bir bağlantı eklemelisiniz." -#: frappe/website/doctype/web_form/web_form.py:658 +#: frappe/website/doctype/web_form/web_form.py:659 msgid "You must be logged in to use this form." msgstr "Bu formu kullanabilmek için giriş yapmalısınız." -#: frappe/website/doctype/web_form/web_form.py:501 +#: frappe/website/doctype/web_form/web_form.py:502 msgid "You must login to submit this form" msgstr "Bu formu göndermek için giriş yapmalısınız" +#: frappe/model/document.py:238 +msgid "You need the '{0}' permission on {1} {2} to perform this action." +msgstr "" + +#: frappe/desk/doctype/workspace/workspace.py:113 +msgid "You need to be Workspace Manager to delete a public workspace." +msgstr "" + #: frappe/desk/doctype/workspace/workspace.py:71 msgid "You need to be Workspace Manager to edit this document" msgstr "Bu belgeyi düzenlemek için Çalışma Alanı Yöneticisi olmanız gerekir" -#: frappe/website/doctype/web_form/web_form.py:90 +#: frappe/website/doctype/web_form/web_form.py:91 msgid "You need to be in developer mode to edit a Standard Web Form" msgstr "Standart Web Formlarını düzenlemeniz için geliştirici modunda olmanız gerekiyor" @@ -29198,7 +29379,7 @@ msgstr "Yedeklemelere erişmek için oturum açmanız ve Sistem Yöneticisi yetk msgid "You need to be logged in to access this page" msgstr "Bu sayfaya erişmek için giriş yapmanız gerekmektedir" -#: frappe/website/doctype/web_form/web_form.py:158 +#: frappe/website/doctype/web_form/web_form.py:159 msgid "You need to be logged in to access this {0}." msgstr "{0} adresine erişmek için giriş yapmış olmanız gerekiyor." @@ -29222,13 +29403,17 @@ msgstr "Bu özelliği kullanmak için pycups yüklemeniz gerekir!" msgid "You need to select indexes you want to add first." msgstr "Önce eklemek istediğiniz dizinleri seçmeniz gerekir." -#: frappe/email/doctype/email_account/email_account.py:145 +#: frappe/email/doctype/email_account/email_account.py:146 msgid "You need to set one IMAP folder for {0}" msgstr "{0} için bir IMAP klasörü ayarlamanız gerekir" +#: frappe/model/rename_doc.py:388 +msgid "You need write permission on {0} {1} to merge" +msgstr "" + #: frappe/model/rename_doc.py:383 -msgid "You need write permission to rename" -msgstr "Yeniden adlandırmak için yazma iznine ihtiyacınız var" +msgid "You need write permission on {0} {1} to rename" +msgstr "" #: frappe/client.py:458 msgid "You need {0} permission to fetch values from {1} {2}" @@ -29298,7 +29483,7 @@ msgstr "Kısayollar" msgid "Your account has been deleted" msgstr "Hesabınız silindi" -#: frappe/auth.py:488 +#: frappe/auth.py:496 msgid "Your account has been locked and will resume after {0} seconds" msgstr "Hesabınız kilitlendi ve {0} saniye sonra yeniden erişilebilir olacak" @@ -29365,7 +29550,7 @@ msgstr "Doğrulama kodunuz {0}" msgid "Your website is all set up!" msgstr "Siteniz hazır!" -#: frappe/utils/data.py:1348 +#: frappe/utils/data.py:1362 msgid "Zero" msgstr "Sıfır" @@ -29385,7 +29570,7 @@ msgstr "" msgid "_report" msgstr "" -#: frappe/database/database.py:317 +#: frappe/database/database.py:319 msgid "`as_iterator` only works with `as_list=True` or `as_dict=True`" msgstr "`as_iterator` yalnızca `as_list=True` veya `as_dict=True` ile çalışır" @@ -29433,7 +29618,7 @@ msgstr "" msgid "amend" msgstr "değiştir" -#: frappe/public/js/frappe/utils/utils.js:410 frappe/utils/data.py:1356 +#: frappe/public/js/frappe/utils/utils.js:410 frappe/utils/data.py:1370 msgid "and" msgstr "ve" @@ -29679,7 +29864,7 @@ msgstr "sil" msgid "descending" msgstr "azalan" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:152 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:163 msgid "document type..., e.g. customer" msgstr "belge türü..., örneğin müşteri" @@ -29699,7 +29884,7 @@ msgstr "" msgid "e.g. \"Support\", \"Sales\", \"Jerry Yang\"" msgstr "Örneğin \"Destek\", \"Satış\"" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:172 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:183 msgid "e.g. (55 + 434) / 4 or =Math.sin(Math.PI/2)..." msgstr "örneğin (55 + 434) / 4 veya =Math.sin(Math.PI/2)..." @@ -29751,7 +29936,7 @@ msgid "email inbox" msgstr "e-posta gelen kutusu" #: frappe/permissions.py:397 frappe/permissions.py:408 -#: frappe/public/js/frappe/form/controls/link.js:484 +#: frappe/public/js/frappe/form/controls/link.js:495 msgid "empty" msgstr "boş" @@ -29902,7 +30087,7 @@ msgstr "yeşil" msgid "grey" msgstr "gri" -#: frappe/utils/backups.py:389 +#: frappe/utils/backups.py:391 msgid "gzip not found in PATH! This is required to take a backup." msgstr "" @@ -30004,7 +30189,7 @@ msgstr "eposta@ornek.com.tr" msgid "just now" msgstr "şimdi" -#: frappe/desk/desktop.py:255 frappe/desk/query_report.py:284 +#: frappe/desk/desktop.py:255 frappe/desk/query_report.py:285 msgid "label" msgstr "etiket" @@ -30110,7 +30295,7 @@ msgstr "" msgid "module" msgstr "modül" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:167 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:178 msgid "module name..." msgstr "modül adı..." @@ -30128,7 +30313,7 @@ msgstr "" msgid "new" msgstr "yeni" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:147 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:158 msgid "new type of document" msgstr "yeni belge türü" @@ -30153,7 +30338,7 @@ msgstr "şimdi" #: frappe/public/js/frappe/form/grid_pagination.js:116 msgid "of" -msgstr "ile ilgili" +msgstr "/" #. Option for the 'Icon' (Select) field in DocType 'Workflow State' #: frappe/workflow/doctype/workflow_state/workflow_state.json @@ -30210,12 +30395,12 @@ msgstr "" msgid "on_update_after_submit" msgstr "" -#: frappe/utils/data.py:1359 +#: frappe/utils/data.py:1373 msgid "only." msgstr "" #: frappe/public/js/frappe/utils/utils.js:407 frappe/www/login.html:87 -#: frappe/www/login.py:106 +#: frappe/www/login.py:107 msgid "or" msgstr "veya" @@ -30442,7 +30627,7 @@ msgstr "arama" #. Inspector' #: frappe/core/doctype/permission_inspector/permission_inspector.json msgid "select" -msgstr "seç" +msgstr "Seç" #. Option for the 'Permission Type' (Select) field in DocType 'Permission #. Inspector' @@ -30553,7 +30738,7 @@ msgstr "gönder" msgid "tag" msgstr "etiket" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:162 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:173 msgid "tag name..., e.g. #tag" msgstr "etiket adı..., örneğin #etiket" @@ -30567,7 +30752,7 @@ msgstr "etiketler" msgid "tasks" msgstr "görevler" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:157 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:168 msgid "text in document type" msgstr "belge türündeki metin" @@ -30644,7 +30829,7 @@ msgstr "" msgid "upload" msgstr "yükle" -#: frappe/public/js/frappe/ui/filters/filter.js:338 +#: frappe/public/js/frappe/ui/filters/filter.js:354 msgid "use % as wildcard" msgstr "% işaretini joker olarak kullanın" @@ -30653,7 +30838,7 @@ msgstr "% işaretini joker olarak kullanın" msgid "user" msgstr "kullanıcı" -#: frappe/public/js/frappe/ui/filters/filter.js:337 +#: frappe/public/js/frappe/ui/filters/filter.js:353 msgid "values separated by commas" msgstr "Değerler virgül ile ayrılır." @@ -30662,7 +30847,7 @@ msgstr "Değerler virgül ile ayrılır." msgid "version_table" msgstr "" -#: frappe/automation/doctype/assignment_rule/assignment_rule.py:380 +#: frappe/automation/doctype/assignment_rule/assignment_rule.py:382 msgid "via Assignment Rule" msgstr "Atama Kuralı ile" @@ -30682,7 +30867,7 @@ msgstr "Bildirim aracılığıyla" #: frappe/public/js/frappe/utils/energy_point_utils.js:46 msgid "via automatic rule {0} on {1}" -msgstr "" +msgstr "{1} üzerinden otomatik kural {0} aracılığıyla" #: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:17 msgid "via {0}" @@ -30782,8 +30967,8 @@ msgstr "{0} ({1}) (1 satır zorunlu)" msgid "{0} ({1}) - {2}%" msgstr "{0} ({1}) - {2}%" -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:337 -#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:340 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:348 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:351 msgid "{0} = {1}" msgstr "{0} = {1}" @@ -30804,7 +30989,7 @@ msgid "{0} Dashboard" msgstr "{0} Gösterge Paneli" #: frappe/public/js/frappe/form/grid_row.js:457 -#: frappe/public/js/frappe/list/list_settings.js:224 +#: frappe/public/js/frappe/list/list_settings.js:227 #: frappe/public/js/frappe/views/kanban/kanban_settings.js:178 msgid "{0} Fields" msgstr "{0} Alanları" @@ -30897,7 +31082,7 @@ msgstr "{0} zaten aboneliği iptal etti" msgid "{0} already unsubscribed for {1} {2}" msgstr "{0}, zaten {1} {2} için abonelikten çıkmış." -#: frappe/utils/data.py:1510 +#: frappe/utils/data.py:1524 msgid "{0} and {1}" msgstr "{0} ve {1}" @@ -30948,7 +31133,7 @@ msgctxt "Form timeline" msgid "{0} attached {1}" msgstr "{0} {1} dosyasını ekledi." -#: frappe/core/doctype/system_settings/system_settings.py:143 +#: frappe/core/doctype/system_settings/system_settings.py:145 msgid "{0} can not be more than {1}" msgstr "{0} değeri {1} değerinden fazla olamaz" @@ -31082,7 +31267,7 @@ msgstr "{0} s" msgid "{0} has already assigned default value for {1}." msgstr "" -#: frappe/email/doctype/newsletter/newsletter.py:380 +#: frappe/email/doctype/newsletter/newsletter.py:383 msgid "{0} has been successfully added to the Email Group." msgstr "{0} başarıyla E-posta Grubuna eklendi." @@ -31090,7 +31275,7 @@ msgstr "{0} başarıyla E-posta Grubuna eklendi." msgid "{0} has left the conversation in {1} {2}" msgstr "{0} hesabı {1} {2} ile ilgili aboneliği sonlandırıldı." -#: frappe/__init__.py:2460 +#: frappe/__init__.py:2410 msgid "{0} has no versions tracked." msgstr "{0} için takip edilen sürüm yok." @@ -31119,7 +31304,7 @@ msgstr "{0} geçerli bir zip dosyası değil" msgid "{0} is an invalid Data field." msgstr "{0} geçersiz bir Veri alanıdır." -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:148 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:152 msgid "{0} is an invalid email address in 'Recipients'" msgstr "{0} 'Alıcılar' bölümünde geçersiz bir e-posta adresi var" @@ -31156,7 +31341,7 @@ msgstr "{0} değeri {1} değerinden küçüktür" msgid "{0} is like {1}" msgstr "{0} {1} gibi" -#: frappe/email/doctype/email_account/email_account.py:174 +#: frappe/email/doctype/email_account/email_account.py:175 msgid "{0} is mandatory" msgstr "{0} yaşam alanı" @@ -31164,7 +31349,7 @@ msgstr "{0} yaşam alanı" msgid "{0} is not a field of doctype {1}" msgstr "" -#: frappe/www/printview.py:341 +#: frappe/www/printview.py:344 msgid "{0} is not a raw printing format." msgstr "" @@ -31237,7 +31422,7 @@ msgstr "{0} artık {1} belge türü için varsayılan yazdırma biçimidir" msgid "{0} is one of {1}" msgstr "" -#: frappe/email/doctype/email_account/email_account.py:275 +#: frappe/email/doctype/email_account/email_account.py:276 #: frappe/model/naming.py:201 #: frappe/printing/doctype/print_format/print_format.py:92 #: frappe/utils/csvutils.py:131 @@ -31256,7 +31441,7 @@ msgstr "" msgid "{0} items selected" msgstr "{0} Kayıt Seçildi" -#: frappe/core/doctype/user/user.py:1367 +#: frappe/core/doctype/user/user.py:1321 msgid "{0} just impersonated as you. They gave this reason: {1}" msgstr "" @@ -31289,23 +31474,23 @@ msgstr "{0} dakika önce" msgid "{0} months ago" msgstr "{0} ay önce" -#: frappe/model/document.py:1595 +#: frappe/model/document.py:1599 msgid "{0} must be after {1}" msgstr "" -#: frappe/model/document.py:1356 +#: frappe/model/document.py:1360 msgid "{0} must be beginning with '{1}'" msgstr "" -#: frappe/model/document.py:1358 +#: frappe/model/document.py:1362 msgid "{0} must be equal to '{1}'" msgstr "" -#: frappe/model/document.py:1354 +#: frappe/model/document.py:1358 msgid "{0} must be none of {1}" msgstr "{0} hiçbiri {1} olmamalıdır" -#: frappe/model/document.py:1352 frappe/utils/csvutils.py:136 +#: frappe/model/document.py:1356 frappe/utils/csvutils.py:136 msgid "{0} must be one of {1}" msgstr "" @@ -31317,7 +31502,7 @@ msgstr "{0} önce ayarlanmalıdır" msgid "{0} must be unique" msgstr "" -#: frappe/model/document.py:1360 +#: frappe/model/document.py:1364 msgid "{0} must be {1} {2}" msgstr "" @@ -31330,7 +31515,7 @@ msgstr "" msgid "{0} not a valid State" msgstr "" -#: frappe/model/rename_doc.py:386 +#: frappe/model/rename_doc.py:391 msgid "{0} not allowed to be renamed" msgstr "{0} yeniden adlandırılmasına izin verilmiyor" @@ -31351,7 +31536,7 @@ msgstr "" msgid "{0} of {1} sent" msgstr "{0} / {1} gönderildi" -#: frappe/utils/data.py:1506 +#: frappe/utils/data.py:1520 msgid "{0} or {1}" msgstr "{0} veya {1}" @@ -31403,7 +31588,7 @@ msgstr "{0} geri aldı {1}" msgid "{0} role does not have permission on any doctype" msgstr "{0} rolünün herhangi bir DocType üzerinde izni yok." -#: frappe/desk/query_report.py:583 +#: frappe/desk/query_report.py:589 msgid "{0} saved successfully" msgstr "{0} başarıyla kaydedildi" @@ -31427,7 +31612,7 @@ msgstr "" msgid "{0} should be indexed because it's referred in dashboard connections" msgstr "" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:137 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:139 msgid "{0} should not be same as {1}" msgstr "" @@ -31463,9 +31648,9 @@ msgstr "" msgid "{0} updated" msgstr "{0} Güncellendi" -#: frappe/public/js/frappe/form/controls/multiselect_list.js:162 +#: frappe/public/js/frappe/form/controls/multiselect_list.js:178 msgid "{0} values selected" -msgstr "" +msgstr "{0} Öğe Seçildi" #: frappe/public/js/frappe/form/footer/form_timeline.js:185 msgid "{0} viewed this" @@ -31527,6 +31712,10 @@ msgstr "{0} {1}: Gönderilen kayıt silinemez. Önce {2} İptal {3} işlemini ge msgid "{0}, Row {1}" msgstr "{0}, Satır {1}" +#: frappe/utils/print_format.py:151 frappe/utils/print_format.py:195 +msgid "{0}/{1} complete | Please leave this tab open until completion." +msgstr "" + #: frappe/model/base_document.py:1014 msgid "{0}: '{1}' ({3}) will get truncated, as max characters allowed is {2}" msgstr "" @@ -31559,7 +31748,7 @@ msgstr "" msgid "{0}: Cannot set import as {1} is not importable" msgstr "" -#: frappe/automation/doctype/auto_repeat/auto_repeat.py:394 +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:398 msgid "{0}: Failed to attach new recurring document. To enable attaching document in the auto repeat notification email, enable {1} in Print Settings" msgstr "{0}: Yeni yinelenen belge eklenemedi. Otomatik tekrarlama bildirim e-postasına belge eklemeyi etkinleştirmek için Yazdırma Ayarları'nda {1} adresini etkinleştirin" @@ -31605,7 +31794,7 @@ msgstr "" #: frappe/public/js/frappe/form/workflow.js:45 msgid "{0}: Other permission rules may also apply" -msgstr "" +msgstr "{0}: Diğer izin kuralları da geçerli olabilir" #: frappe/core/doctype/doctype/doctype.py:1746 msgid "{0}: Permission at level 0 must be set before higher levels are set" @@ -31624,7 +31813,7 @@ msgstr "" msgid "{0}: {1}" msgstr "{0}: {1}" -#: frappe/workflow/doctype/workflow_action/workflow_action.py:167 +#: frappe/workflow/doctype/workflow_action/workflow_action.py:168 msgid "{0}: {1} is set to state {2}" msgstr "" @@ -31638,11 +31827,11 @@ msgstr "" #: frappe/public/js/frappe/utils/datatable.js:12 msgid "{count} cell copied" -msgstr "" +msgstr "{count} hücre kopyalandı" #: frappe/public/js/frappe/utils/datatable.js:13 msgid "{count} cells copied" -msgstr "" +msgstr "{count} hücre kopyalandı" #: frappe/public/js/frappe/utils/datatable.js:16 msgid "{count} row selected" @@ -31650,7 +31839,7 @@ msgstr "{count} satır seçildi" #: frappe/public/js/frappe/utils/datatable.js:17 msgid "{count} rows selected" -msgstr "" +msgstr "{count} satır seçildi" #: frappe/core/doctype/doctype/doctype.py:1450 msgid "{{{0}}} is not a valid fieldname pattern. It should be {{field_name}}." @@ -31665,11 +31854,11 @@ msgstr "{} Aktif" msgid "{} Complete" msgstr "{} Tamamlandı" -#: frappe/utils/data.py:2150 +#: frappe/utils/data.py:2164 msgid "{} Invalid python code on line {}" msgstr "" -#: frappe/utils/data.py:2159 +#: frappe/utils/data.py:2173 msgid "{} Possibly invalid python code.
    {}" msgstr "{} Muhtemelen geçersiz python kodu.
    {}" @@ -31687,28 +31876,28 @@ msgstr "{} otomatik günlük temizlemeyi desteklemiyor." msgid "{} field cannot be empty." msgstr "{} alanı boş olamaz." -#: frappe/email/doctype/email_account/email_account.py:198 -#: frappe/email/doctype/email_account/email_account.py:206 +#: frappe/email/doctype/email_account/email_account.py:199 +#: frappe/email/doctype/email_account/email_account.py:207 msgid "{} has been disabled. It can only be enabled if {} is checked." msgstr "{} devre dışı bırakılmıştır. Yalnızca {} işaretliyse etkinleştirilebilir." -#: frappe/utils/data.py:102 +#: frappe/utils/data.py:103 msgid "{} is not a valid date string." msgstr "{} geçerli bir tarih dizesi değil." -#: frappe/commands/utils.py:527 +#: frappe/commands/utils.py:528 msgid "{} not found in PATH! This is required to access the console." msgstr "" -#: frappe/database/db_manager.py:94 +#: frappe/database/db_manager.py:95 msgid "{} not found in PATH! This is required to restore the database." msgstr "" -#: frappe/utils/backups.py:455 +#: frappe/utils/backups.py:458 msgid "{} not found in PATH! This is required to take a backup." msgstr "" #: frappe/public/js/frappe/file_uploader/FileBrowser.vue:5 #: frappe/public/js/frappe/file_uploader/WebLink.vue:4 msgid "← Back to upload files" -msgstr "← Dosya yüklemeye geri dön" \ No newline at end of file +msgstr "← Dosya yüklemeye geri dön" diff --git a/frappe/locale/zh.po b/frappe/locale/zh.po new file mode 100644 index 000000000000..dc849de96b01 --- /dev/null +++ b/frappe/locale/zh.po @@ -0,0 +1,31674 @@ +msgid "" +msgstr "" +"Project-Id-Version: frappe\n" +"Report-Msgid-Bugs-To: developers@frappe.io\n" +"POT-Creation-Date: 2024-12-01 17:58+0000\n" +"PO-Revision-Date: 2024-12-04 19:52\n" +"Last-Translator: developers@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.frappe] version-15-hotfix/frappe/locale/main.pot\n" +"X-Crowdin-File-ID: 66\n" +"Language: zh_CN\n" + +#: frappe/templates/emails/download_data.html:9 +msgid " to your browser" +msgstr "到你的浏览器" + +#. Option for the 'Condition' (Select) field in DocType 'Document Naming Rule +#. Condition' +#: frappe/core/doctype/document_naming_rule_condition/document_naming_rule_condition.json +msgid "!=" +msgstr "" + +#. Description of the 'Org History Heading' (Data) field in DocType 'About Us +#. Settings' +#: frappe/website/doctype/about_us_settings/about_us_settings.json +msgid "\"Company History\"" +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:202 +msgid "\"Parent\" signifies the parent table in which this row must be added" +msgstr "“上级”表示本条记录必须依赖添加的父表" + +#. Description of the 'Team Members Heading' (Data) field in DocType 'About Us +#. Settings' +#: frappe/website/doctype/about_us_settings/about_us_settings.json +msgid "\"Team Members\" or \"Management\"" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:1021 +msgid "\"amended_from\" field must be present to do an amendment." +msgstr "必须出现“modified_from”字段才能进行修改。" + +#: frappe/utils/csvutils.py:221 +msgid "\"{0}\" is not a valid Google Sheets URL" +msgstr "“ {0}”不是有效的Google表格网址" + +#: frappe/public/js/frappe/ui/toolbar/tag_utils.js:22 +#: frappe/public/js/frappe/ui/toolbar/tag_utils.js:23 +msgid "#{0}" +msgstr "" + +#: frappe/core/report/database_storage_usage_by_tables/database_storage_usage_by_tables.js:36 +msgid "${values.doctype_name} has been added to queue for optimization" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/about.js:8 +msgid "© Frappe Technologies Pvt. Ltd. and contributors" +msgstr "" + +#. Label of a Code field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "<head> HTML" +msgstr "" + +#: frappe/public/js/form_builder/store.js:206 +msgid "'In Global Search' is not allowed for field {0} of type {1}" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1316 +msgid "'In Global Search' not allowed for type {0} in row {1}" +msgstr "行{1}中的类型{0}不允许“全局搜索”" + +#: frappe/public/js/form_builder/store.js:198 +msgid "'In List View' is not allowed for field {0} of type {1}" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.py:359 +msgid "'In List View' not allowed for type {0} in row {1}" +msgstr "行{1}中的类型{0}不允许选择“显示在列表视图中”" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:154 +msgid "'Recipients' not specified" +msgstr "'收件人'未指定" + +#: frappe/utils/__init__.py:242 +msgid "'{0}' is not a valid URL" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1310 +msgid "'{0}' not allowed for type {1} in row {2}" +msgstr "第{2}行的类型{1}不允许使用'{0}'" + +#: frappe/public/js/frappe/data_import/data_exporter.js:302 +msgid "(Mandatory)" +msgstr "" + +#: frappe/model/rename_doc.py:699 +msgid "** Failed: {0} to {1}: {2}" +msgstr "**失败:{0} {1}:{2}" + +#: frappe/public/js/frappe/list/list_settings.js:135 +#: frappe/public/js/frappe/views/kanban/kanban_settings.js:111 +msgid "+ Add / Remove Fields" +msgstr "" + +#. Description of the 'Doc Status' (Select) field in DocType 'Workflow Document +#. State' +#: frappe/workflow/doctype/workflow_document_state/workflow_document_state.json +msgid "0 - Draft; 1 - Submitted; 2 - Cancelled" +msgstr "" + +#. Description of the 'Priority' (Int) field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "0 is highest" +msgstr "" + +#: frappe/public/js/frappe/form/grid_row.js:807 +msgid "1 = True & 0 = False" +msgstr "" + +#. Description of the 'Fraction Units' (Int) field in DocType 'Currency' +#: frappe/geo/doctype/currency/currency.json +msgid "1 Currency = [?] Fraction\n" +"For e.g. 1 USD = 100 Cent" +msgstr "" + +#: frappe/public/js/frappe/form/reminders.js:19 +msgid "1 Day" +msgstr "" + +#: frappe/integrations/doctype/google_calendar/google_calendar.py:361 +msgid "1 Google Calendar Event synced." +msgstr "1个Google日历活动已同步。" + +#: frappe/public/js/frappe/views/reports/query_report.js:882 +msgid "1 Report" +msgstr "" + +#: frappe/website/doctype/blog_post/blog_post.py:374 +msgid "1 comment" +msgstr "1条评论" + +#: frappe/tests/test_utils.py:646 +msgid "1 day ago" +msgstr "" + +#: frappe/public/js/frappe/form/reminders.js:17 +msgid "1 hour" +msgstr "" + +#: frappe/public/js/frappe/utils/pretty_date.js:52 +#: frappe/tests/test_utils.py:644 +msgid "1 hour ago" +msgstr "1小时前" + +#: frappe/public/js/frappe/utils/pretty_date.js:48 +#: frappe/tests/test_utils.py:642 +msgid "1 minute ago" +msgstr "1分钟前" + +#: frappe/public/js/frappe/utils/pretty_date.js:66 +#: frappe/tests/test_utils.py:650 +msgid "1 month ago" +msgstr "一个月前" + +#: frappe/public/js/print_format_builder/PrintFormat.vue:3 +msgid "1 of 2" +msgstr "" + +#: frappe/public/js/frappe/data_import/data_exporter.js:227 +msgid "1 record will be exported" +msgstr "将导出1条记录" + +#: frappe/tests/test_utils.py:641 +msgid "1 second ago" +msgstr "" + +#: frappe/public/js/frappe/utils/pretty_date.js:62 +#: frappe/tests/test_utils.py:648 +msgid "1 week ago" +msgstr "1周前" + +#: frappe/public/js/frappe/utils/pretty_date.js:70 +#: frappe/tests/test_utils.py:652 +msgid "1 year ago" +msgstr "一年前" + +#: frappe/tests/test_utils.py:645 +msgid "2 hours ago" +msgstr "" + +#: frappe/tests/test_utils.py:651 +msgid "2 months ago" +msgstr "" + +#: frappe/tests/test_utils.py:649 +msgid "2 weeks ago" +msgstr "" + +#: frappe/tests/test_utils.py:653 +msgid "2 years ago" +msgstr "" + +#: frappe/tests/test_utils.py:643 +msgid "3 minutes ago" +msgstr "" + +#: frappe/public/js/frappe/form/reminders.js:16 +msgid "30 minutes" +msgstr "" + +#: frappe/public/js/frappe/form/reminders.js:18 +msgid "4 hours" +msgstr "" + +#: frappe/public/js/frappe/data_import/data_exporter.js:37 +msgid "5 Records" +msgstr "5条记录" + +#: frappe/tests/test_utils.py:647 +msgid "5 days ago" +msgstr "" + +#: frappe/desk/doctype/bulk_update/bulk_update.py:38 +msgid "; not allowed in condition" +msgstr "不满足条件" + +#. Option for the 'Condition' (Select) field in DocType 'Document Naming Rule +#. Condition' +#: frappe/core/doctype/document_naming_rule_condition/document_naming_rule_condition.json +msgid "<" +msgstr "" + +#. Option for the 'Condition' (Select) field in DocType 'Document Naming Rule +#. Condition' +#: frappe/core/doctype/document_naming_rule_condition/document_naming_rule_condition.json +msgid "<=" +msgstr "" + +#: frappe/public/js/frappe/widgets/widget_dialog.js:569 +msgid "{0} is not a valid URL" +msgstr "" + +#. Content of the 'Help' (HTML) field in DocType 'Property Setter' +#: frappe/custom/doctype/property_setter/property_setter.json +msgid "

    " +msgstr "" + +#. Content of the 'Help HTML' (HTML) field in DocType 'Document Naming +#. Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "
    \n" +" Edit list of Series in the box. Rules:\n" +"
      \n" +"
    • Each Series Prefix on a new line.
    • \n" +"
    • Allowed special characters are \"/\" and \"-\"
    • \n" +"
    • \n" +" Optionally, set the number of digits in the series using dot (.)\n" +" followed by hashes (#). For example, \".####\" means that the series\n" +" will have four digits. Default is five digits.\n" +"
    • \n" +"
    • \n" +" You can also use variables in the series name by putting them\n" +" between (.) dots\n" +"
      \n" +" Supported Variables:\n" +"
        \n" +"
      • .YYYY. - Year in 4 digits
      • \n" +"
      • .YY. - Year in 2 digits
      • \n" +"
      • .MM. - Month
      • \n" +"
      • .DD. - Day of month
      • \n" +"
      • .WW. - Week of the year
      • \n" +"
      • .FY. - Fiscal Year
      • \n" +"
      • \n" +" .{fieldname}. - fieldname on the document e.g.\n" +" branch\n" +"
      • \n" +"
      \n" +"
    • \n" +"
    \n" +" Examples:\n" +"
      \n" +"
    • INV-
    • \n" +"
    • INV-10-
    • \n" +"
    • INVK-
    • \n" +"
    • INV-.YYYY.-.{branch}.-.MM.-.####
    • \n" +"
    \n" +"
    \n" +"
    \n" +msgstr "" + +#. Content of the 'Custom HTML Help' (HTML) field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "

    Custom CSS Help

    \n\n" +"

    Notes:

    \n\n" +"
      \n" +"
    1. All field groups (label + value) are set attributes data-fieldtype and data-fieldname
    2. \n" +"
    3. All values are given class value
    4. \n" +"
    5. All Section Breaks are given class section-break
    6. \n" +"
    7. All Column Breaks are given class column-break
    8. \n" +"
    \n\n" +"

    Examples

    \n\n" +"

    1. Left align integers

    \n\n" +"
    [data-fieldtype=\"Int\"] .value { text-align: left; }
    \n\n" +"

    1. Add border to sections except the last section

    \n\n" +"
    .section-break { padding: 30px 0px; border-bottom: 1px solid #eee; }\n"
    +".section-break:last-child { padding-bottom: 0px; border-bottom: 0px;  }
    \n" +msgstr "" + +#. Content of the 'Print Format Help' (HTML) field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +#, python-format +msgid "

    Print Format Help

    \n" +"
    \n" +"

    Introduction

    \n" +"

    Print Formats are rendered on the server side using the Jinja Templating Language. All forms have access to the doc object which contains information about the document that is being formatted. You can also access common utilities via the frappe module.

    \n" +"

    For styling, the Boostrap CSS framework is provided and you can enjoy the full range of classes.

    \n" +"
    \n" +"

    References

    \n" +"
      \n" +"\t
    1. Jinja Templating Language
    2. \n" +"\t
    3. Bootstrap CSS Framework
    4. \n" +"
    \n" +"
    \n" +"

    Example

    \n" +"
    <h3>{{ doc.select_print_heading or \"Invoice\" }}</h3>\n"
    +"<div class=\"row\">\n"
    +"\t<div class=\"col-md-3 text-right\">Customer Name</div>\n"
    +"\t<div class=\"col-md-9\">{{ doc.customer_name }}</div>\n"
    +"</div>\n"
    +"<div class=\"row\">\n"
    +"\t<div class=\"col-md-3 text-right\">Date</div>\n"
    +"\t<div class=\"col-md-9\">{{ doc.get_formatted(\"invoice_date\") }}</div>\n"
    +"</div>\n"
    +"<table class=\"table table-bordered\">\n"
    +"\t<tbody>\n"
    +"\t\t<tr>\n"
    +"\t\t\t<th>Sr</th>\n"
    +"\t\t\t<th>Item Name</th>\n"
    +"\t\t\t<th>Description</th>\n"
    +"\t\t\t<th class=\"text-right\">Qty</th>\n"
    +"\t\t\t<th class=\"text-right\">Rate</th>\n"
    +"\t\t\t<th class=\"text-right\">Amount</th>\n"
    +"\t\t</tr>\n"
    +"\t\t{%- for row in doc.items -%}\n"
    +"\t\t<tr>\n"
    +"\t\t\t<td style=\"width: 3%;\">{{ row.idx }}</td>\n"
    +"\t\t\t<td style=\"width: 20%;\">\n"
    +"\t\t\t\t{{ row.item_name }}\n"
    +"\t\t\t\t{% if row.item_code != row.item_name -%}\n"
    +"\t\t\t\t<br>Item Code: {{ row.item_code}}\n"
    +"\t\t\t\t{%- endif %}\n"
    +"\t\t\t</td>\n"
    +"\t\t\t<td style=\"width: 37%;\">\n"
    +"\t\t\t\t<div style=\"border: 0px;\">{{ row.description }}</div></td>\n"
    +"\t\t\t<td style=\"width: 10%; text-align: right;\">{{ row.qty }} {{ row.uom or row.stock_uom }}</td>\n"
    +"\t\t\t<td style=\"width: 15%; text-align: right;\">{{\n"
    +"\t\t\t\trow.get_formatted(\"rate\", doc) }}</td>\n"
    +"\t\t\t<td style=\"width: 15%; text-align: right;\">{{\n"
    +"\t\t\t\trow.get_formatted(\"amount\", doc) }}</td>\n"
    +"\t\t</tr>\n"
    +"\t\t{%- endfor -%}\n"
    +"\t</tbody>\n"
    +"</table>
    \n" +"
    \n" +"

    Common Functions

    \n" +"\n" +"\t\n" +"\t\t\n" +"\t\t\t\n" +"\t\t\t\n" +"\t\t\n" +"\t\t\n" +"\t\t\t\n" +"\t\t\t\n" +"\t\t\n" +"\t\n" +"
    doc.get_formatted(\"[fieldname]\", [parent_doc])Get document value formatted as Date, Currency, etc. Pass parent doc for currency type fields.
    frappe.db.get_value(\"[doctype]\", \"[name]\", \"fieldname\")Get value from another document.
    \n" +msgstr "" + +#. Description of the 'Template' (Code) field in DocType 'Address Template' +#: frappe/contacts/doctype/address_template/address_template.json +#, python-format +msgid "

    Default Template

    \n" +"

    Uses Jinja Templating and all the fields of Address (including Custom Fields if any) will be available

    \n" +"
    {{ address_line1 }}<br>\n"
    +"{% if address_line2 %}{{ address_line2 }}<br>{% endif -%}\n"
    +"{{ city }}<br>\n"
    +"{% if state %}{{ state }}<br>{% endif -%}\n"
    +"{% if pincode %} PIN:  {{ pincode }}<br>{% endif -%}\n"
    +"{{ country }}<br>\n"
    +"{% if phone %}Phone: {{ phone }}<br>{% endif -%}\n"
    +"{% if fax %}Fax: {{ fax }}<br>{% endif -%}\n"
    +"{% if email_id %}Email: {{ email_id }}<br>{% endif -%}\n"
    +"
    " +msgstr "" + +#. Content of the 'Email Reply Help' (HTML) field in DocType 'Email Template' +#: frappe/email/doctype/email_template/email_template.json +msgid "

    Email Reply Example

    \n\n" +"
    Order Overdue\n\n"
    +"Transaction {{ name }} has exceeded Due Date. Please take necessary action.\n\n"
    +"Details\n\n"
    +"- Customer: {{ customer }}\n"
    +"- Amount: {{ grand_total }}\n"
    +"
    \n\n" +"

    How to get fieldnames

    \n\n" +"

    The fieldnames you can use in your email template are the fields in the document from which you are sending the email. You can find out the fields of any documents via Setup > Customize Form View and selecting the document type (e.g. Sales Invoice)

    \n\n" +"

    Templating

    \n\n" +"

    Templates are compiled using the Jinja Templating Language. To learn more about Jinja, read this documentation.

    \n" +msgstr "" + +#. Content of the 'html_5' (HTML) field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "
    Or
    " +msgstr "" + +#. Content of the 'Message Examples' (HTML) field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +#, python-format +msgid "
    Message Example
    \n\n" +"
    <h3>Order Overdue</h3>\n\n"
    +"<p>Transaction {{ doc.name }} has exceeded Due Date. Please take necessary action.</p>\n\n"
    +"<!-- show last comment -->\n"
    +"{% if comments %}\n"
    +"Last comment: {{ comments[-1].comment }} by {{ comments[-1].by }}\n"
    +"{% endif %}\n\n"
    +"<h4>Details</h4>\n\n"
    +"<ul>\n"
    +"<li>Customer: {{ doc.customer }}\n"
    +"<li>Amount: {{ doc.grand_total }}\n"
    +"</ul>\n"
    +"
    " +msgstr "" + +#. Content of the 'html_condition' (HTML) field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "

    Condition Examples:

    \n" +"
    doc.status==\"Open\"
    doc.due_date==nowdate()
    doc.total > 40000\n" +"
    " +msgstr "" + +#. Content of the 'html_7' (HTML) field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "

    Condition Examples:

    \n" +"
    doc.status==\"Open\"
    doc.due_date==nowdate()
    doc.total > 40000\n" +"
    \n" +msgstr "" + +#. Content of the 'Condition description' (HTML) field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "

    Multiple webforms can be created for a single doctype. Add filters specific to this webform to display correct record after submission.

    For Example:

    \n" +"

    If you create a separate webform every year to capture feedback from employees add a \n" +" field named year in doctype and add a filter year = 2023

    \n" +msgstr "" + +#. Description of the 'Context Script' (Code) field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "

    Set context before rendering a template. Example:

    \n" +"

    \n"
    +"context.project = frappe.get_doc(\"Project\", frappe.form_dict.name)\n"
    +"
    " +msgstr "" + +#. Content of the 'JS Message' (HTML) field in DocType 'Custom HTML Block' +#: frappe/desk/doctype/custom_html_block/custom_html_block.json +msgid "

    To interact with above HTML you will have to use `root_element` as a parent selector.

    For example:

    // here root_element is provided by default\n"
    +"let some_class_element = root_element.querySelector('.some-class');\n"
    +"some_class_element.textContent = \"New content\";\n"
    +"
    " +msgstr "" + +#: frappe/twofactor.py:447 +msgid "

    Your OTP secret on {0} has been reset. If you did not perform this reset and did not request it, please contact your System Administrator immediately.

    " +msgstr "" + +#. Description of the 'Cron Format' (Data) field in DocType 'Scheduled Job +#. Type' +#. Description of the 'Cron Format' (Data) field in DocType 'Server Script' +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +#: frappe/core/doctype/server_script/server_script.json +msgid "
    *  *  *  *  *\n"
    +"┬  ┬  ┬  ┬  ┬\n"
    +"│  │  │  │  │\n"
    +"│  │  │  │  └ day of week (0 - 6) (0 is Sunday)\n"
    +"│  │  │  └───── month (1 - 12)\n"
    +"│  │  └────────── day of month (1 - 31)\n"
    +"│  └─────────────── hour (0 - 23)\n"
    +"└──────────────────── minute (0 - 59)\n\n"
    +"---\n\n"
    +"* - Any value\n"
    +"/ - Step values\n"
    +"
    \n" +msgstr "" + +#. Content of the 'Example' (HTML) field in DocType 'Workflow Transition' +#: frappe/workflow/doctype/workflow_transition/workflow_transition.json +msgid "
    doc.grand_total > 0
    \n\n" +"

    Conditions should be written in simple Python. Please use properties available in the form only.

    \n" +"

    Allowed functions:\n" +"

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

    Example:

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

    " +msgstr "" + +#. Header text in the Welcome Workspace Workspace +#: frappe/core/workspace/welcome_workspace/welcome_workspace.json +msgid "Hi," +msgstr "" + +#. Header text in the Tools Workspace +#: frappe/automation/workspace/tools/tools.json +msgid "Documents" +msgstr "" + +#. Header text in the Website Workspace +#: frappe/website/workspace/website/website.json +msgid "Reports & Masters" +msgstr "" + +#. Header text in the Users Workspace +#. Header text in the Integrations Workspace +#: frappe/core/workspace/users/users.json +#: frappe/integrations/workspace/integrations/integrations.json +msgid "Reports & Masters" +msgstr "" + +#. Header text in the Tools Workspace +#. Header text in the Users Workspace +#. Header text in the Website Workspace +#: frappe/automation/workspace/tools/tools.json +#: frappe/core/workspace/users/users.json +#: frappe/website/workspace/website/website.json +msgid "Your Shortcuts" +msgstr "" + +#. Header text in the Build Workspace +#: frappe/core/workspace/build/build.json +msgid "Components to build your app" +msgstr "" + +#. Header text in the Build Workspace +#: frappe/core/workspace/build/build.json +msgid "Get started
    " +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.js:39 +msgid "Warning: This field is system generated and may be overwritten by a future update. Modify it using {0} instead." +msgstr "" + +#. Option for the 'Condition' (Select) field in DocType 'Document Naming Rule +#. Condition' +#: frappe/core/doctype/document_naming_rule_condition/document_naming_rule_condition.json +msgid "=" +msgstr "" + +#. Option for the 'Condition' (Select) field in DocType 'Document Naming Rule +#. Condition' +#: frappe/core/doctype/document_naming_rule_condition/document_naming_rule_condition.json +msgid ">" +msgstr "" + +#. Option for the 'Condition' (Select) field in DocType 'Document Naming Rule +#. Condition' +#: frappe/core/doctype/document_naming_rule_condition/document_naming_rule_condition.json +msgid ">=" +msgstr "" + +#. Description of the Onboarding Step 'Custom Document Types' +#: frappe/custom/onboarding_step/custom_doctype/custom_doctype.json +msgid "A DocType (Document Type) is used to insert forms in ERPNext. Forms such as Customer, Orders, and Invoices are Doctypes in the backend. You can also create new DocTypes to create new forms in ERPNext as per your business needs." +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1010 +msgid "A DocType's name should start with a letter and can only consist of letters, numbers, spaces, underscores and hyphens" +msgstr "" + +#: frappe/website/doctype/blog_post/blog_post.py:93 +msgid "A featured post must have a cover image" +msgstr "精选帖子必须有封面图片" + +#: frappe/custom/doctype/custom_field/custom_field.py:174 +msgid "A field with the name {0} already exists in {1}" +msgstr "" + +#: frappe/core/doctype/file/file.py:253 +msgid "A file with same name {} already exists" +msgstr "" + +#. Description of the 'Scopes' (Text) field in DocType 'OAuth Client' +#: frappe/integrations/doctype/oauth_client/oauth_client.json +msgid "A list of resources which the Client App will have access to after the user allows it.
    e.g. project" +msgstr "" + +#: frappe/templates/emails/new_user.html:5 +msgid "A new account has been created for you at {0}" +msgstr "已为您创建新帐户{0}" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:393 +msgid "A recurring {0} {1} has been created for you via Auto Repeat {2}." +msgstr "通过自动重复{2}为您创建了一个重复的{0} {1}。" + +#. Description of the 'Symbol' (Data) field in DocType 'Currency' +#: frappe/geo/doctype/currency/currency.json +msgid "A symbol for this currency. For e.g. $" +msgstr "" + +#: frappe/printing/doctype/print_format_field_template/print_format_field_template.py:49 +msgid "A template already exists for field {0} of {1}" +msgstr "" + +#: frappe/utils/password_strength.py:165 +msgid "A word by itself is easy to guess." +msgstr "很容易猜到的一个字" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "A0" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "A1" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "A2" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "A3" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "A4" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "A5" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "A6" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "A7" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "A8" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "A9" +msgstr "" + +#. Option for the 'Email Sync Option' (Select) field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "ALL" +msgstr "" + +#. Option for the 'Script Type' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "API" +msgstr "" + +#. Label of a Section Break field in DocType 'User' +#. Label of a Section Break field in DocType 'S3 Backup Settings' +#: frappe/core/doctype/user/user.json +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +msgid "API Access" +msgstr "" + +#. Label of a Data field in DocType 'Social Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "API Endpoint" +msgstr "" + +#. Label of a Code field in DocType 'Social Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "API Endpoint Args" +msgstr "" + +#. Label of a Data field in DocType 'User' +#. Label of a Data field in DocType 'Google Settings' +#. Label of a Section Break field in DocType 'Google Settings' +#. Label of a Data field in DocType 'Push Notification Settings' +#: frappe/core/doctype/user/user.json +#: frappe/integrations/doctype/google_settings/google_settings.json +#: frappe/integrations/doctype/push_notification_settings/push_notification_settings.json +msgid "API Key" +msgstr "" + +#. Description of the 'Authentication' (Section Break) field in DocType 'Push +#. Notification Settings' +#: frappe/integrations/doctype/push_notification_settings/push_notification_settings.json +msgid "API Key and Secret to interact with the relay server. These will be auto-generated when the first push notification is sent from any of the apps installed on this site." +msgstr "" + +#. Description of the 'API Key' (Data) field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "API Key cannot be regenerated" +msgstr "" + +#. Label of a Data field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "API Method" +msgstr "" + +#. Label of a Password field in DocType 'User' +#. Label of a Password field in DocType 'Push Notification Settings' +#: frappe/core/doctype/user/user.json +#: frappe/integrations/doctype/push_notification_settings/push_notification_settings.json +msgid "API Secret" +msgstr "" + +#. Option for the 'Default Sort Order' (Select) field in DocType 'DocType' +#. Option for the 'Sort Order' (Select) field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "ASC" +msgstr "" + +#. Label of a standard help item +#. Type: Action +#: frappe/hooks.py +msgid "About" +msgstr "" + +#: frappe/www/about.html:11 frappe/www/about.html:18 +msgid "About Us" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Website Workspace +#: frappe/website/doctype/about_us_settings/about_us_settings.json +#: frappe/website/workspace/website/website.json +msgid "About Us Settings" +msgstr "" + +#. Name of a DocType +#: frappe/website/doctype/about_us_team_member/about_us_team_member.json +msgid "About Us Team Member" +msgstr "关于我们 团队成员" + +#: frappe/core/doctype/data_import/data_import.js:27 +msgid "About {0} minute remaining" +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:28 +msgid "About {0} minutes remaining" +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:25 +msgid "About {0} seconds remaining" +msgstr "" + +#. Label of a Section Break field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Access Control" +msgstr "" + +#. Label of a Data field in DocType 'S3 Backup Settings' +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +msgid "Access Key ID" +msgstr "" + +#. Label of a Password field in DocType 'S3 Backup Settings' +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +msgid "Access Key Secret" +msgstr "" + +#. Name of a DocType +#. Linked DocType in User's connections +#. Label of a Link in the Users Workspace +#: frappe/core/doctype/access_log/access_log.json +#: frappe/core/doctype/user/user.json frappe/core/workspace/users/users.json +msgid "Access Log" +msgstr "访问日志" + +#. Label of a Data field in DocType 'OAuth Bearer Token' +#. Label of a Password field in DocType 'Token Cache' +#: frappe/integrations/doctype/oauth_bearer_token/oauth_bearer_token.json +#: frappe/integrations/doctype/token_cache/token_cache.json +msgid "Access Token" +msgstr "" + +#. Label of a Data field in DocType 'Social Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Access Token URL" +msgstr "" + +#: frappe/auth.py:475 +msgid "Access not allowed from this IP Address" +msgstr "不允许从该IP地址访问" + +#. Label of a Section Break field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Account" +msgstr "科目" + +#. Label of a Section Break field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Account Deletion Settings" +msgstr "" + +#. Name of a role +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/contacts/doctype/contact/contact.json +#: frappe/geo/doctype/currency/currency.json +msgid "Accounts Manager" +msgstr "会计经理" + +#. Name of a role +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/contacts/doctype/address/address.json +#: frappe/contacts/doctype/contact/contact.json +#: frappe/geo/doctype/currency/currency.json +msgid "Accounts User" +msgstr "会计人员" + +#. Label of a Select field in DocType 'Amended Document Naming Settings' +#. Option for the 'Item Type' (Select) field in DocType 'Navbar Item' +#. Label of a Data field in DocType 'Navbar Item' +#. Label of a Select field in DocType 'Onboarding Step' +#. Label of a Select field in DocType 'Email Flag Queue' +#. Label of a Link field in DocType 'Workflow Transition' +#: frappe/core/doctype/amended_document_naming_settings/amended_document_naming_settings.json +#: frappe/core/doctype/navbar_item/navbar_item.json +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +#: frappe/email/doctype/email_flag_queue/email_flag_queue.json +#: frappe/email/doctype/email_group/email_group.js:34 +#: frappe/email/doctype/email_group/email_group.js:63 +#: frappe/email/doctype/email_group/email_group.js:72 +#: frappe/printing/page/print_format_builder_beta/print_format_builder_beta.js:37 +#: frappe/public/js/frappe/form/sidebar/review.js:59 +#: frappe/workflow/doctype/workflow_transition/workflow_transition.json +#: frappe/workflow/page/workflow_builder/workflow_builder.js:37 +msgid "Action" +msgstr "行动" + +#. Label of a Small Text field in DocType 'DocType Action' +#: frappe/core/doctype/doctype_action/doctype_action.json +msgid "Action / Route" +msgstr "" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:310 +#: frappe/public/js/frappe/widgets/onboarding_widget.js:381 +msgid "Action Complete" +msgstr "" + +#: frappe/model/document.py:1683 +msgid "Action Failed" +msgstr "操作失败" + +#. Label of a Data field in DocType 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Action Label" +msgstr "" + +#. Label of a Int field in DocType 'Success Action' +#: frappe/core/doctype/success_action/success_action.json +msgid "Action Timeout (Seconds)" +msgstr "" + +#. Label of a Select field in DocType 'DocType Action' +#: frappe/core/doctype/doctype_action/doctype_action.json +msgid "Action Type" +msgstr "" + +#: frappe/core/doctype/submission_queue/submission_queue.py:120 +msgid "Action {0} completed successfully on {1} {2}. View it {3}" +msgstr "" + +#: frappe/core/doctype/submission_queue/submission_queue.py:116 +msgid "Action {0} failed on {1} {2}. View it {3}" +msgstr "" + +#. Label of a Section Break field in DocType 'DocType' +#. Label of a Table field in DocType 'DocType' +#. Label of a Table field in DocType 'Customize Form' +#: frappe/core/doctype/communication/communication.js:66 +#: frappe/core/doctype/communication/communication.js:74 +#: frappe/core/doctype/communication/communication.js:82 +#: frappe/core/doctype/communication/communication.js:90 +#: frappe/core/doctype/communication/communication.js:99 +#: frappe/core/doctype/communication/communication.js:108 +#: frappe/core/doctype/communication/communication.js:131 +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/rq_job/rq_job_list.js:14 +#: frappe/core/doctype/rq_job/rq_job_list.js:39 +#: frappe/core/report/database_storage_usage_by_tables/database_storage_usage_by_tables.js:48 +#: frappe/custom/doctype/customize_form/customize_form.js:108 +#: frappe/custom/doctype/customize_form/customize_form.js:116 +#: frappe/custom/doctype/customize_form/customize_form.js:124 +#: frappe/custom/doctype/customize_form/customize_form.js:132 +#: frappe/custom/doctype/customize_form/customize_form.js:140 +#: frappe/custom/doctype/customize_form/customize_form.js:148 +#: frappe/custom/doctype/customize_form/customize_form.js:283 +#: frappe/custom/doctype/customize_form/customize_form.json +#: frappe/public/js/frappe/ui/page.html:56 +#: frappe/public/js/frappe/views/reports/query_report.js:191 +#: frappe/public/js/frappe/views/reports/query_report.js:204 +#: frappe/public/js/frappe/views/reports/query_report.js:214 +#: frappe/public/js/frappe/views/reports/query_report.js:776 +msgid "Actions" +msgstr "操作" + +#. Label of a Check field in DocType 'Package Import' +#: frappe/core/doctype/package_import/package_import.json +msgid "Activate" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Auto Repeat' +#. Option for the 'Status' (Select) field in DocType 'Kanban Board Column' +#. Option for the 'Status' (Select) field in DocType 'OAuth Bearer Token' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/core/doctype/recorder/recorder_list.js:207 +#: frappe/core/doctype/user/user_list.js:12 +#: frappe/desk/doctype/kanban_board_column/kanban_board_column.json +#: frappe/integrations/doctype/oauth_bearer_token/oauth_bearer_token.json +#: frappe/workflow/doctype/workflow/workflow_list.js:5 +msgid "Active" +msgstr "活动" + +#. Option for the 'Directory Server' (Select) field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "Active Directory" +msgstr "" + +#. Label of a Section Break field in DocType 'Domain Settings' +#. Label of a Table field in DocType 'Domain Settings' +#: frappe/core/doctype/domain_settings/domain_settings.json +msgid "Active Domains" +msgstr "" + +#. Label of a Int field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +#: frappe/www/third_party_apps.html:32 +msgid "Active Sessions" +msgstr "活动会话" + +#. Group in User's connections +#: frappe/core/doctype/user/user.json +#: frappe/public/js/frappe/form/dashboard.js:22 +#: frappe/public/js/frappe/form/footer/form_timeline.js:60 +msgid "Activity" +msgstr "活动" + +#. Name of a DocType +#. Linked DocType in User's connections +#. Label of a Link in the Build Workspace +#. Label of a Link in the Users Workspace +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/user/user.json frappe/core/workspace/build/build.json +#: frappe/core/workspace/users/users.json +msgid "Activity Log" +msgstr "活动日志" + +#: frappe/core/page/permission_manager/permission_manager.js:475 +#: frappe/email/doctype/email_group/email_group.js:60 +#: frappe/public/js/frappe/form/grid_row.js:470 +#: frappe/public/js/frappe/form/sidebar/assign_to.js:100 +#: frappe/public/js/frappe/form/templates/set_sharing.html:68 +#: frappe/public/js/frappe/list/bulk_operations.js:437 +#: frappe/public/js/frappe/views/dashboard/dashboard_view.js:440 +#: frappe/public/js/frappe/views/reports/query_report.js:266 +#: frappe/public/js/frappe/views/reports/query_report.js:294 +#: frappe/public/js/frappe/widgets/widget_dialog.js:30 +msgid "Add" +msgstr "添加" + +#: frappe/public/js/frappe/list/list_view.js:266 +msgctxt "Primary action in list view" +msgid "Add" +msgstr "添加" + +#: frappe/public/js/frappe/form/grid_row.js:430 +msgid "Add / Remove Columns" +msgstr "" + +#: frappe/core/doctype/user_permission/user_permission_list.js:4 +msgid "Add / Update" +msgstr "添加/更新" + +#: frappe/core/page/permission_manager/permission_manager.js:435 +msgid "Add A New Rule" +msgstr "新建规则" + +#: frappe/public/js/frappe/views/communication.js:586 +#: frappe/public/js/frappe/views/interaction.js:159 +msgid "Add Attachment" +msgstr "添加附件" + +#. Label of a Check field in DocType 'Web Page Block' +#: frappe/website/doctype/web_page_block/web_page_block.json +msgid "Add Background Image" +msgstr "" + +#. Title of an Onboarding Step +#: frappe/website/onboarding_step/add_blog_category/add_blog_category.json +msgid "Add Blog Category" +msgstr "" + +#. Label of a Check field in DocType 'Web Page Block' +#: frappe/website/doctype/web_page_block/web_page_block.json +msgid "Add Border at Bottom" +msgstr "" + +#. Label of a Check field in DocType 'Web Page Block' +#: frappe/website/doctype/web_page_block/web_page_block.json +msgid "Add Border at Top" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:210 +msgid "Add Chart to Dashboard" +msgstr "将图表添加到仪表板" + +#: frappe/public/js/frappe/views/treeview.js:267 +msgid "Add Child" +msgstr "添加子项" + +#: frappe/public/js/frappe/views/kanban/kanban_board.html:4 +#: frappe/public/js/frappe/views/reports/query_report.js:1690 +#: frappe/public/js/frappe/views/reports/query_report.js:1693 +#: frappe/public/js/frappe/views/reports/report_view.js:325 +#: frappe/public/js/frappe/views/reports/report_view.js:350 +#: frappe/public/js/print_format_builder/Field.vue:112 +msgid "Add Column" +msgstr "添加列" + +#: frappe/core/doctype/communication/communication.js:127 +msgid "Add Contact" +msgstr "增加联系人" + +#: frappe/desk/doctype/event/event.js:38 +msgid "Add Contacts" +msgstr "添加联系人" + +#. Label of a Check field in DocType 'Web Page Block' +#: frappe/website/doctype/web_page_block/web_page_block.json +msgid "Add Container" +msgstr "" + +#. Label of a Button field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "Add Custom Tags" +msgstr "" + +#: frappe/public/js/frappe/widgets/widget_dialog.js:159 +#: frappe/public/js/frappe/widgets/widget_dialog.js:688 +msgid "Add Filters" +msgstr "添加过滤器" + +#. Label of a Check field in DocType 'Web Page Block' +#: frappe/website/doctype/web_page_block/web_page_block.json +msgid "Add Gray Background" +msgstr "" + +#: frappe/public/js/frappe/ui/group_by/group_by.js:230 +#: frappe/public/js/frappe/ui/group_by/group_by.js:418 +msgid "Add Group" +msgstr "添加组" + +#: frappe/core/doctype/recorder/recorder.js:30 +msgid "Add Indexes" +msgstr "" + +#: frappe/public/js/frappe/form/grid.js:63 +msgid "Add Multiple" +msgstr "添加多个" + +#: frappe/core/page/permission_manager/permission_manager.js:438 +msgid "Add New Permission Rule" +msgstr "新建权限规则" + +#: frappe/desk/doctype/event/event.js:35 frappe/desk/doctype/event/event.js:42 +msgid "Add Participants" +msgstr "添加参与者" + +#. Label of a Check field in DocType 'Email Group' +#: frappe/email/doctype/email_group/email_group.json +msgid "Add Query Parameters" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/review.js:45 +msgid "Add Review" +msgstr "添加评论" + +#: frappe/core/doctype/user/user.py:751 +msgid "Add Roles" +msgstr "" + +#: frappe/public/js/frappe/form/grid.js:63 +msgid "Add Row" +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/public/js/frappe/views/communication.js:121 +msgid "Add Signature" +msgstr "添加签名" + +#. Label of a Check field in DocType 'Web Page Block' +#: frappe/website/doctype/web_page_block/web_page_block.json +msgid "Add Space at Bottom" +msgstr "" + +#. Label of a Check field in DocType 'Web Page Block' +#: frappe/website/doctype/web_page_block/web_page_block.json +msgid "Add Space at Top" +msgstr "" + +#: frappe/email/doctype/email_group/email_group.js:38 +#: frappe/email/doctype/email_group/email_group.js:59 +msgid "Add Subscribers" +msgstr "添加订阅" + +#: frappe/public/js/frappe/list/bulk_operations.js:425 +msgid "Add Tags" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1903 +msgctxt "Button in list view actions menu" +msgid "Add Tags" +msgstr "" + +#: frappe/public/js/frappe/views/communication.js:418 +msgid "Add Template" +msgstr "" + +#. Label of a Check field in DocType 'Report' +#: frappe/core/doctype/report/report.json +msgid "Add Total Row" +msgstr "" + +#. Label of a Check field in DocType 'Email Queue' +#: frappe/email/doctype/email_queue/email_queue.json +msgid "Add Unsubscribe Link" +msgstr "" + +#: frappe/core/doctype/user_permission/user_permission_list.js:6 +msgid "Add User Permissions" +msgstr "添加用户权限" + +#. Label of a Check field in DocType 'Event' +#: frappe/desk/doctype/event/event.json +msgid "Add Video Conferencing" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter_list.js:298 +msgid "Add a Filter" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:9 +msgid "Add a New Role" +msgstr "" + +#: frappe/public/js/frappe/form/form_tour.js:205 +msgid "Add a Row" +msgstr "" + +#: frappe/templates/includes/comments/comments.html:30 +#: frappe/templates/includes/comments/comments.html:47 +msgid "Add a comment" +msgstr "添加评论" + +#: frappe/printing/page/print_format_builder/print_format_builder_layout.html:28 +#: frappe/public/js/form_builder/components/Tabs.vue:192 +msgid "Add a new section" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:192 +msgid "Add a row above the current row" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:204 +msgid "Add a row at the bottom" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:200 +msgid "Add a row at the top" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:196 +msgid "Add a row below the current row" +msgstr "" + +#: frappe/public/js/frappe/views/dashboard/dashboard_view.js:285 +msgid "Add a {0} Chart" +msgstr "添加一个{0}图表" + +#: frappe/public/js/form_builder/components/Section.vue:271 +#: frappe/public/js/print_format_builder/PrintFormatSection.vue:115 +msgid "Add column" +msgstr "" + +#: frappe/public/js/form_builder/components/AddFieldButton.vue:9 +#: frappe/public/js/form_builder/components/AddFieldButton.vue:48 +msgid "Add field" +msgstr "" + +#: frappe/public/js/form_builder/components/Sidebar.vue:49 +#: frappe/public/js/form_builder/components/Tabs.vue:153 +msgid "Add new tab" +msgstr "" + +#: frappe/public/js/print_format_builder/PrintFormatSection.vue:125 +msgid "Add page break" +msgstr "" + +#: frappe/custom/doctype/client_script/client_script.js:16 +msgid "Add script for Child Table" +msgstr "添加子表的脚本" + +#: frappe/public/js/print_format_builder/PrintFormatSection.vue:111 +msgid "Add section above" +msgstr "" + +#: frappe/public/js/form_builder/components/Section.vue:265 +msgid "Add section below" +msgstr "" + +#: frappe/public/js/form_builder/components/Sidebar.vue:52 +#: frappe/public/js/form_builder/components/Tabs.vue:157 +msgid "Add tab" +msgstr "" + +#: frappe/public/js/frappe/utils/dashboard_utils.js:263 +#: frappe/public/js/frappe/views/reports/query_report.js:252 +msgid "Add to Dashboard" +msgstr "添加到仪表板" + +#: frappe/public/js/frappe/form/sidebar/assign_to.js:98 +msgid "Add to ToDo" +msgstr "添加到待办事项" + +#: frappe/website/doctype/website_slideshow/website_slideshow.js:32 +msgid "Add to table" +msgstr "添加到表格" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:99 +msgid "Add to this activity by mailing to {0}" +msgstr "" + +#: frappe/public/js/frappe/views/kanban/kanban_column.html:20 +msgid "Add {0}" +msgstr "" + +#. Description of the '<head> HTML' (Code) field in DocType 'Website +#. Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Added HTML in the <head> section of the web page, primarily used for website verification and SEO" +msgstr "" + +#: frappe/core/doctype/log_settings/log_settings.py:82 +msgid "Added default log doctypes: {}" +msgstr "" + +#: frappe/core/doctype/file/file.py:722 +msgid "Added {0}" +msgstr "添加了{0}" + +#: frappe/public/js/frappe/form/link_selector.js:180 +#: frappe/public/js/frappe/form/link_selector.js:202 +msgid "Added {0} ({1})" +msgstr "已添加{0}({1})" + +#. Label of a Section Break field in DocType 'Custom DocPerm' +#. Label of a Section Break field in DocType 'DocPerm' +#. Label of a Section Break field in DocType 'User Document Type' +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/docperm/docperm.json +#: frappe/core/doctype/user_document_type/user_document_type.json +msgid "Additional Permissions" +msgstr "" + +#. Name of a DocType +#. Label of a Link field in DocType 'Contact' +#. Label of a Section Break field in DocType 'Contact Us Settings' +#. Label of a Small Text field in DocType 'Website Settings' +#: frappe/contacts/doctype/address/address.json +#: frappe/contacts/doctype/contact/contact.json +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Address" +msgstr "地址" + +#. Label of a Data field in DocType 'Address' +#. Label of a Data field in DocType 'Contact Us Settings' +#: frappe/contacts/doctype/address/address.json +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +msgid "Address Line 1" +msgstr "地址行1" + +#. Label of a Data field in DocType 'Address' +#. Label of a Data field in DocType 'Contact Us Settings' +#: frappe/contacts/doctype/address/address.json +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +msgid "Address Line 2" +msgstr "地址行2" + +#. Name of a DocType +#: frappe/contacts/doctype/address_template/address_template.json +msgid "Address Template" +msgstr "地址模板" + +#. Label of a Data field in DocType 'Address' +#. Label of a Data field in DocType 'Contact Us Settings' +#: frappe/contacts/doctype/address/address.json +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +msgid "Address Title" +msgstr "" + +#: frappe/contacts/doctype/address/address.py:72 +msgid "Address Title is mandatory." +msgstr "地址标题是必须项。" + +#. Label of a Select field in DocType 'Address' +#: frappe/contacts/doctype/address/address.json +msgid "Address Type" +msgstr "" + +#. Description of the 'Address' (Small Text) field in DocType 'Website +#. Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Address and other legal information you may want to put in the footer." +msgstr "" + +#: frappe/contacts/doctype/address/address.py:206 +msgid "Addresses" +msgstr "地址" + +#. Name of a report +#: frappe/contacts/report/addresses_and_contacts/addresses_and_contacts.json +msgid "Addresses And Contacts" +msgstr "地址和联系方式" + +#. Description of a DocType +#: frappe/custom/doctype/client_script/client_script.json +msgid "Adds a custom client script to a DocType" +msgstr "" + +#. Description of a DocType +#: frappe/custom/doctype/custom_field/custom_field.json +msgid "Adds a custom field to a DocType" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:552 +msgid "Administration" +msgstr "管理" + +#. Name of a role +#: frappe/contacts/doctype/salutation/salutation.json +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/domain/domain.json +#: frappe/core/doctype/module_def/module_def.json +#: frappe/core/doctype/page/page.json +#: frappe/core/doctype/patch_log/patch_log.json +#: frappe/core/doctype/recorder/recorder.json +#: frappe/core/doctype/report/report.json +#: frappe/core/doctype/rq_job/rq_job.json +#: frappe/core/doctype/transaction_log/transaction_log.json +#: frappe/core/doctype/user_type/user_type.json +#: frappe/core/doctype/version/version.json +#: frappe/custom/doctype/client_script/client_script.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/property_setter/property_setter.json +#: frappe/desk/doctype/dashboard_chart_source/dashboard_chart_source.json +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Administrator" +msgstr "管理员" + +#: frappe/core/doctype/user/user.py:1149 +msgid "Administrator Logged In" +msgstr "已登录管理员" + +#: frappe/core/doctype/user/user.py:1143 +msgid "Administrator accessed {0} on {1} via IP Address {2}." +msgstr "通过{0}在{1}通过IP地址{2}访问的管理员。" + +#. Label of a Section Break field in DocType 'DocType' +#. Label of a Tab Break field in DocType 'System Settings' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Advanced" +msgstr "" + +#. Label of a Section Break field in DocType 'User Permission' +#: frappe/core/doctype/user_permission/user_permission.json +msgid "Advanced Control" +msgstr "" + +#: frappe/public/js/frappe/form/controls/link.js:327 +#: frappe/public/js/frappe/form/controls/link.js:329 +msgid "Advanced Search" +msgstr "高级搜索" + +#. Label of a Section Break field in DocType 'OAuth Client' +#: frappe/integrations/doctype/oauth_client/oauth_client.json +msgid "Advanced Settings" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:61 +#: frappe/public/js/frappe/ui/filters/filter.js:67 +msgid "After" +msgstr "" + +#. Option for the 'DocType Event' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "After Cancel" +msgstr "" + +#. Option for the 'DocType Event' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "After Delete" +msgstr "" + +#. Option for the 'DocType Event' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "After Insert" +msgstr "" + +#. Option for the 'DocType Event' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "After Rename" +msgstr "" + +#. Option for the 'DocType Event' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "After Save" +msgstr "" + +#. Option for the 'DocType Event' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "After Save (Submitted Document)" +msgstr "" + +#. Label of a Section Break field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "After Submission" +msgstr "" + +#. Option for the 'DocType Event' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "After Submit" +msgstr "" + +#: frappe/desk/doctype/number_card/number_card.py:59 +msgid "Aggregate Field is required to create a number card" +msgstr "" + +#. Label of a Select field in DocType 'Dashboard Chart' +#. Label of a Select field in DocType 'Number Card' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/number_card/number_card.json +msgid "Aggregate Function Based On" +msgstr "" + +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.py:399 +msgid "Aggregate Function field is required to create a dashboard chart" +msgstr "创建仪表盘图需要“汇总功能”字段" + +#. Option for the 'Type' (Select) field in DocType 'Notification Log' +#: frappe/desk/doctype/notification_log/notification_log.json +msgid "Alert" +msgstr "" + +#. Label of a Card Break in the Tools Workspace +#: frappe/automation/workspace/tools/tools.json +msgid "Alerts and Notifications" +msgstr "" + +#. Label of a Select field in DocType 'Letter Head' +#: frappe/printing/doctype/letter_head/letter_head.json +msgid "Align" +msgstr "" + +#. Label of a Check field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "Align Labels to the Right" +msgstr "" + +#. Label of a Check field in DocType 'Top Bar Item' +#: frappe/website/doctype/top_bar_item/top_bar_item.json +msgid "Align Right" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:479 +msgid "Align Value" +msgstr "对齐值" + +#. Name of a role +#. Option for the 'Frequency' (Select) field in DocType 'Scheduled Job Type' +#. Option for the 'Event Frequency' (Select) field in DocType 'Server Script' +#: frappe/contacts/doctype/address/address.json +#: frappe/contacts/doctype/contact/contact.json +#: frappe/contacts/doctype/gender/gender.json +#: frappe/contacts/doctype/salutation/salutation.json +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/file/file.json +#: frappe/core/doctype/language/language.json +#: frappe/core/doctype/module_def/module_def.json +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +#: frappe/core/doctype/server_script/server_script.json +#: frappe/desk/doctype/event/event.json +#: frappe/desk/doctype/notification_log/notification_log.json +#: frappe/desk/doctype/notification_settings/notification_settings.json +#: frappe/desk/doctype/tag/tag.json frappe/desk/doctype/tag_link/tag_link.json +#: frappe/desk/doctype/todo/todo.json frappe/geo/doctype/country/country.json +#: frappe/integrations/doctype/connected_app/connected_app.json +#: frappe/integrations/doctype/token_cache/token_cache.json +#: frappe/printing/doctype/print_heading/print_heading.json +#: frappe/website/doctype/personal_data_download_request/personal_data_download_request.json +#: frappe/website/doctype/website_settings/website_settings.json +msgid "All" +msgstr "所有" + +#. Label of a Check field in DocType 'Calendar View' +#. Label of a Check field in DocType 'Event' +#: frappe/desk/doctype/calendar_view/calendar_view.json +#: frappe/desk/doctype/event/event.json +#: frappe/public/js/frappe/ui/notifications/notifications.js:401 +msgid "All Day" +msgstr "全日" + +#: frappe/website/doctype/website_slideshow/website_slideshow.py:43 +msgid "All Images attached to Website Slideshow should be public" +msgstr "所有连接到网站幻灯片的图片应该是公开的" + +#: frappe/public/js/frappe/data_import/data_exporter.js:29 +msgid "All Records" +msgstr "所有记录" + +#: frappe/public/js/frappe/form/form.js:2123 +msgid "All Submissions" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:452 +msgid "All customizations will be removed. Please confirm." +msgstr "所有自定义更改都将被删除,请确认" + +#: frappe/templates/includes/comments/comments.html:158 +msgid "All fields are necessary to submit the comment." +msgstr "" + +#. Description of the 'Document States' (Table) field in DocType 'Workflow' +#: frappe/workflow/doctype/workflow/workflow.json +msgid "All possible Workflow States and roles of the workflow. Docstatus Options: 0 is \"Saved\", 1 is \"Submitted\" and 2 is \"Cancelled\"" +msgstr "" + +#: frappe/utils/password_strength.py:179 +msgid "All-uppercase is almost as easy to guess as all-lowercase." +msgstr "全大写几乎一样容易猜到全部小写。" + +#. Label of a Link field in DocType 'ToDo' +#: frappe/desk/doctype/todo/todo.json +msgid "Allocated To" +msgstr "" + +#. Label of a Check field in DocType 'Energy Point Rule' +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +msgid "Allot Points To Assigned Users" +msgstr "" + +#. Label of a Link field in DocType 'User Permission' +#. Option for the 'Sign ups' (Select) field in DocType 'Social Login Key' +#: frappe/core/doctype/user_permission/user_permission.json +#: frappe/integrations/doctype/social_login_key/social_login_key.json +#: frappe/templates/includes/oauth_confirmation.html:15 +msgid "Allow" +msgstr "允许" + +#: frappe/website/doctype/website_settings/website_settings.py:160 +msgid "Allow API Indexing Access" +msgstr "允许API索引访问" + +#. Label of a Check field in DocType 'DocType' +#. Label of a Check field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Allow Auto Repeat" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Allow Bulk Edit" +msgstr "" + +#. Label of a Check field in DocType 'List View Settings' +#: frappe/desk/doctype/list_view_settings/list_view_settings.json +msgid "Allow Bulk Editing" +msgstr "" + +#. Label of a Check field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Allow Comments" +msgstr "" + +#. Label of a Int field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Allow Consecutive Login Attempts " +msgstr "" + +#. Label of a Check field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Allow Delete" +msgstr "" + +#. Label of a Button field in DocType 'Dropbox Settings' +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.json +msgid "Allow Dropbox Access" +msgstr "" + +#. Label of a Check field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Allow Editing After Submit" +msgstr "" + +#: frappe/integrations/doctype/google_calendar/google_calendar.py:101 +#: frappe/integrations/doctype/google_calendar/google_calendar.py:115 +msgid "Allow Google Calendar Access" +msgstr "允许Google日历访问权限" + +#: frappe/integrations/doctype/google_contacts/google_contacts.py:40 +msgid "Allow Google Contacts Access" +msgstr "允许Google通讯录访问" + +#: frappe/integrations/doctype/google_drive/google_drive.py:52 +msgid "Allow Google Drive Access" +msgstr "允许访问谷歌云端硬盘" + +#. Label of a Check field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "Allow Guest" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Allow Guest to View" +msgstr "" + +#. Label of a Check field in DocType 'Blog Settings' +#: frappe/website/doctype/blog_settings/blog_settings.json +msgid "Allow Guest to comment" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Allow Guests to Upload Files" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#. Label of a Check field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Allow Import (via Data Import Tool)" +msgstr "" + +#. Label of a Check field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Allow Incomplete Forms" +msgstr "" + +#. Label of a Int field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Allow Login After Fail" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Allow Login using Mobile Number" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Allow Login using User Name" +msgstr "" + +#. Label of a Section Break field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Allow Modules" +msgstr "" + +#. Label of a Check field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Allow Multiple Responses" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Allow Older Web View Links (Insecure)" +msgstr "" + +#. Label of a Check field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Allow Print" +msgstr "" + +#. Label of a Check field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Allow Print for Cancelled" +msgstr "" + +#. Label of a Check field in DocType 'Print Settings' +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:400 +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Allow Print for Draft" +msgstr "允许打印草稿" + +#. Label of a Check field in DocType 'Web Form Field' +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Allow Read On All Link Options" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Allow Rename" +msgstr "" + +#. Label of a Section Break field in DocType 'Role Permission for Page and +#. Report' +#. Label of a Table MultiSelect field in DocType 'Module Onboarding' +#: frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.json +#: frappe/desk/doctype/module_onboarding/module_onboarding.json +msgid "Allow Roles" +msgstr "" + +#. Label of a Check field in DocType 'Workflow Transition' +#: frappe/workflow/doctype/workflow_transition/workflow_transition.json +msgid "Allow Self Approval" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Allow Sending Usage Data for Improving Applications" +msgstr "" + +#. Description of the 'Allow Self Approval' (Check) field in DocType 'Workflow +#. Transition' +#: frappe/workflow/doctype/workflow_transition/workflow_transition.json +msgid "Allow approval for creator of the document" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#. Label of a Check field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Allow document creation via Email" +msgstr "" + +#. Description of the 'Allow Bulk Editing' (Check) field in DocType 'List View +#. Settings' +#: frappe/desk/doctype/list_view_settings/list_view_settings.json +msgid "Allow editing even if the doctype has a workflow set up.\n\n" +"Does nothing if a workflow isn't set up." +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Allow events in timeline" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Allow in Quick Entry" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Allow on Submit" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Allow only one session per user" +msgstr "" + +#. Label of a Check field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Allow page break inside tables" +msgstr "" + +#. Description of the 'Allow Incomplete Forms' (Check) field in DocType 'Web +#. Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Allow saving if mandatory fields are not filled" +msgstr "" + +#: frappe/desk/page/setup_wizard/setup_wizard.js:413 +msgid "Allow sending usage data for improving applications" +msgstr "" + +#. Description of the 'Login After' (Int) field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Allow user to login only after this hour (0-24)" +msgstr "" + +#. Description of the 'Login Before' (Int) field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Allow user to login only before this hour (0-24)" +msgstr "" + +#. Description of the 'Login with email link' (Check) field in DocType 'System +#. Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Allow users to log in without a password, using a login link sent to their email" +msgstr "" + +#. Label of a Link field in DocType 'Workflow Transition' +#: frappe/workflow/doctype/workflow_transition/workflow_transition.json +msgid "Allowed" +msgstr "" + +#. Label of a Small Text field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Allowed File Extensions" +msgstr "" + +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Allowed In Mentions" +msgstr "" + +#. Label of a Section Break field in DocType 'User Type' +#: frappe/core/doctype/user_type/user_type.json +msgid "Allowed Modules" +msgstr "" + +#. Label of a Table MultiSelect field in DocType 'OAuth Client' +#: frappe/integrations/doctype/oauth_client/oauth_client.json +msgid "Allowed Roles" +msgstr "" + +#. Label of a Small Text field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Allowed embedding domains" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:1187 +msgid "Allowing DocType, DocType. Be careful!" +msgstr "允许的DOCTYPE,的DocType 。要小心!" + +#: frappe/core/doctype/user/user.py:960 +msgid "Already Registered" +msgstr "已注册" + +#: frappe/desk/form/assign_to.py:136 +msgid "Already in the following Users ToDo list:{0}" +msgstr "在以下“用户待办事项”列表中:{0}" + +#: frappe/public/js/frappe/views/reports/report_view.js:836 +msgid "Also adding the dependent currency field {0}" +msgstr "还要添加从属货币字段{0}" + +#: frappe/public/js/frappe/views/reports/report_view.js:849 +msgid "Also adding the status dependency field {0}" +msgstr "还添加状态依赖项字段{0}" + +#. Label of a Data field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Alternative Email ID" +msgstr "" + +#. Label of a Check field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Always add \"Draft\" Heading for printing draft documents" +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Always use this email address as sender address" +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Always use this name as sender name" +msgstr "" + +#. Label of a Check field in DocType 'Custom DocPerm' +#. Label of a Check field in DocType 'DocPerm' +#. Label of a Check field in DocType 'User Document Type' +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/docperm/docperm.json +#: frappe/core/doctype/user_document_type/user_document_type.json +msgid "Amend" +msgstr "" + +#. Option for the 'Action' (Select) field in DocType 'Amended Document Naming +#. Settings' +#. Option for the 'Default Amendment Naming' (Select) field in DocType +#. 'Document Naming Settings' +#: frappe/core/doctype/amended_document_naming_settings/amended_document_naming_settings.json +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Amend Counter" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/amended_document_naming_settings/amended_document_naming_settings.json +msgid "Amended Document Naming Settings" +msgstr "" + +#. Label of a Section Break field in DocType 'Document Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Amended Documents" +msgstr "" + +#. Label of a Link field in DocType 'Transaction Log' +#. Label of a Link field in DocType 'Personal Data Download Request' +#: frappe/core/doctype/transaction_log/transaction_log.json +#: frappe/website/doctype/personal_data_download_request/personal_data_download_request.json +msgid "Amended From" +msgstr "" + +#: frappe/public/js/frappe/form/save.js:12 +msgctxt "Freeze message while amending a document" +msgid "Amending" +msgstr "修订" + +#. Label of a Table field in DocType 'Document Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Amendment Naming Override" +msgstr "" + +#: frappe/core/doctype/document_naming_settings/document_naming_settings.py:207 +msgid "Amendment naming rules updated." +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/toolbar.js:312 +msgid "An error occurred while setting Session Defaults" +msgstr "设置会话默认值时发生错误" + +#. Description of the 'FavIcon' (Attach) field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "An icon file with .ico extension. Should be 16 x 16 px. Generated using a favicon generator. [favicon-generator.org]" +msgstr "" + +#: frappe/templates/includes/oauth_confirmation.html:35 +msgid "An unexpected error occurred while authorizing {}." +msgstr "" + +#. Label of a Section Break field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Analytics" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:35 +msgid "Ancestors Of" +msgstr "祖先" + +#. Label of a Text Editor field in DocType 'Navbar Settings' +#: frappe/core/doctype/navbar_settings/navbar_settings.json +msgid "Announcement Widget" +msgstr "" + +#. Label of a Section Break field in DocType 'Navbar Settings' +#: frappe/core/doctype/navbar_settings/navbar_settings.json +msgid "Announcements" +msgstr "" + +#. Option for the 'Frequency' (Select) field in DocType 'Scheduled Job Type' +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +msgid "Annual" +msgstr "全年" + +#. Label of a Code field in DocType 'Personal Data Deletion Request' +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.json +msgid "Anonymization Matrix" +msgstr "" + +#. Label of a Check field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Anonymous responses" +msgstr "" + +#: frappe/public/js/frappe/request.js:186 +msgid "Another transaction is blocking this one. Please try again in a few seconds." +msgstr "另一个交易禁用这个。请几分钟后再试。" + +#: frappe/model/rename_doc.py:376 +msgid "Another {0} with name {1} exists, select another name" +msgstr "具有相同名称{1}的{0}已存在,请更名。" + +#. Description of the 'Raw Commands' (Code) field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "Any string-based printer languages can be used. Writing raw commands requires knowledge of the printer's native language provided by the printer manufacturer. Please refer to the developer manual provided by the printer manufacturer on how to write their native commands. These commands are rendered on the server side using the Jinja Templating Language." +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:36 +msgid "Apart from System Manager, roles with Set User Permissions right can set permissions for other users for that Document Type." +msgstr "" + +#. Label of a Tab Break field in DocType 'System Settings' +#. Label of a Section Break field in DocType 'User' +#. Label of a Data field in DocType 'Desktop Icon' +#. Label of a Data field in DocType 'Website Theme Ignore App' +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/core/doctype/user/user.json +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +#: frappe/website/doctype/website_theme_ignore_app/website_theme_ignore_app.json +msgid "App" +msgstr "" + +#. Label of a Data field in DocType 'Dropbox Settings' +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.json +msgid "App Access Key" +msgstr "" + +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.js:22 +msgid "App Access Key and/or Secret Key are not present." +msgstr "" + +#. Label of a Data field in DocType 'OAuth Client' +#: frappe/integrations/doctype/oauth_client/oauth_client.json +msgid "App Client ID" +msgstr "" + +#. Label of a Data field in DocType 'OAuth Client' +#: frappe/integrations/doctype/oauth_client/oauth_client.json +msgid "App Client Secret" +msgstr "" + +#. Label of a Data field in DocType 'Google Settings' +#: frappe/integrations/doctype/google_settings/google_settings.json +msgid "App ID" +msgstr "" + +#. Label of a Attach Image field in DocType 'Website Settings' +#: frappe/public/js/frappe/ui/toolbar/navbar.html:8 +#: frappe/website/doctype/website_settings/website_settings.json +msgid "App Logo" +msgstr "" + +#. Label of a Select field in DocType 'Module Def' +#. Label of a Data field in DocType 'Changelog Feed' +#. Label of a Data field in DocType 'OAuth Client' +#. Label of a Data field in DocType 'Website Settings' +#: frappe/core/doctype/installed_applications/installed_applications.js:27 +#: frappe/core/doctype/module_def/module_def.json +#: frappe/desk/doctype/changelog_feed/changelog_feed.json +#: frappe/integrations/doctype/oauth_client/oauth_client.json +#: frappe/website/doctype/website_settings/website_settings.json +msgid "App Name" +msgstr "应用程序名称" + +#. Label of a Password field in DocType 'Dropbox Settings' +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.json +msgid "App Secret Key" +msgstr "" + +#: frappe/modules/utils.py:280 +msgid "App not found for module: {0}" +msgstr "" + +#: frappe/__init__.py:1711 +msgid "App {0} is not installed" +msgstr "未安装应用程序{0}" + +#. Label of a Check field in DocType 'Email Account' +#. Label of a Check field in DocType 'Email Domain' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_domain/email_domain.json +msgid "Append Emails to Sent Folder" +msgstr "" + +#. Label of a Link field in DocType 'Email Account' +#. Label of a Link field in DocType 'IMAP Folder' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/imap_folder/imap_folder.json +msgid "Append To" +msgstr "" + +#: frappe/email/doctype/email_account/email_account.py:184 +msgid "Append To can be one of {0}" +msgstr "追加到可以是{0}之一" + +#. Description of the 'Append To' (Link) field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Append as communication against this DocType (must have fields: \"Sender\" and \"Subject\"). These fields can be defined in the email settings section of the appended doctype." +msgstr "" + +#: frappe/core/doctype/user_permission/user_permission_list.js:105 +msgid "Applicable Document Types" +msgstr "适用的文件类型" + +#. Label of a Link field in DocType 'User Permission' +#: frappe/core/doctype/user_permission/user_permission.json +msgid "Applicable For" +msgstr "" + +#. Label of a Attach Image field in DocType 'Navbar Settings' +#. Label of a Section Break field in DocType 'Navbar Settings' +#: frappe/core/doctype/navbar_settings/navbar_settings.json +msgid "Application Logo" +msgstr "" + +#. Label of a Data field in DocType 'Installed Application' +#. Label of a Data field in DocType 'System Settings' +#: frappe/core/doctype/installed_application/installed_application.json +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Application Name" +msgstr "" + +#. Label of a Data field in DocType 'Installed Application' +#: frappe/core/doctype/installed_application/installed_application.json +msgid "Application Version" +msgstr "" + +#. Label of a Select field in DocType 'Property Setter' +#: frappe/custom/doctype/property_setter/property_setter.json +msgid "Applied On" +msgstr "" + +#: frappe/public/js/form_builder/components/Field.vue:103 +msgid "Apply" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1888 +msgctxt "Button in list view actions menu" +msgid "Apply Assignment Rule" +msgstr "应用分配规则" + +#. Label of a Check field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Apply Document Permissions" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter_list.js:317 +msgid "Apply Filters" +msgstr "" + +#. Label of a Check field in DocType 'Energy Point Rule' +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +msgid "Apply Only Once" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Apply Strict User Permissions" +msgstr "" + +#. Label of a Select field in DocType 'Client Script' +#: frappe/custom/doctype/client_script/client_script.json +msgid "Apply To" +msgstr "" + +#. Label of a Check field in DocType 'User Permission' +#: frappe/core/doctype/user_permission/user_permission.json +msgid "Apply To All Document Types" +msgstr "" + +#. Label of a Link field in DocType 'User Type' +#: frappe/core/doctype/user_type/user_type.json +msgid "Apply User Permission On" +msgstr "" + +#. Description of the 'If user is the owner' (Check) field in DocType 'Custom +#. DocPerm' +#. Description of the 'If user is the owner' (Check) field in DocType 'DocPerm' +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/docperm/docperm.json +msgid "Apply this rule if the User is the Owner" +msgstr "" + +#. Description of the 'Apply Only Once' (Check) field in DocType 'Energy Point +#. Rule' +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +msgid "Apply this rule only once per document" +msgstr "" + +#: frappe/core/doctype/user_permission/user_permission_list.js:75 +msgid "Apply to all Documents Types" +msgstr "适用于所有文档类型" + +#: frappe/model/workflow.py:258 +msgid "Applying: {0}" +msgstr "申请:{0}" + +#: frappe/public/js/frappe/form/sidebar/review.js:62 +msgid "Appreciate" +msgstr "欣赏" + +#. Option for the 'Type' (Select) field in DocType 'Energy Point Log' +#: frappe/social/doctype/energy_point_log/energy_point_log.json +msgid "Appreciation" +msgstr "" + +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:111 +msgid "Approval Required" +msgstr "需要批准" + +#. Label of a standard navbar item +#. Type: Route +#: frappe/hooks.py frappe/templates/includes/navbar/navbar_login.html:18 +#: frappe/website/js/website.js:617 +msgid "Apps" +msgstr "" + +#: frappe/public/js/frappe/utils/number_systems.js:41 +msgctxt "Number system" +msgid "Ar" +msgstr "" + +#: frappe/public/js/frappe/views/kanban/kanban_column.html:14 +msgid "Archive" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Kanban Board Column' +#: frappe/desk/doctype/kanban_board_column/kanban_board_column.json +msgid "Archived" +msgstr "" + +#: frappe/public/js/frappe/views/kanban/kanban_board.bundle.js:489 +msgid "Archived Columns" +msgstr "归档列" + +#: frappe/public/js/frappe/form/grid.js:269 +msgid "Are you sure you want to delete all rows?" +msgstr "您确定要删除所有行吗?" + +#: frappe/public/js/frappe/views/workspace/workspace.js:930 +msgid "Are you sure you want to delete page {0}?" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/attachments.js:135 +msgid "Are you sure you want to delete the attachment?" +msgstr "您确定要删除的附件?" + +#: frappe/public/js/form_builder/components/Section.vue:197 +msgctxt "Confirmation dialog message" +msgid "Are you sure you want to delete the column? All the fields in the column will be moved to the previous column." +msgstr "" + +#: frappe/public/js/form_builder/components/Section.vue:126 +msgctxt "Confirmation dialog message" +msgid "Are you sure you want to delete the section? All the columns along with fields in the section will be moved to the previous section." +msgstr "" + +#: frappe/public/js/form_builder/components/Tabs.vue:65 +msgctxt "Confirmation dialog message" +msgid "Are you sure you want to delete the tab? All the sections along with fields in the tab will be moved to the previous tab." +msgstr "" + +#: frappe/public/js/frappe/web_form/web_form.js:185 +msgid "Are you sure you want to discard the changes?" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:896 +msgid "Are you sure you want to generate a new report?" +msgstr "" + +#: frappe/public/js/frappe/form/toolbar.js:111 +msgid "Are you sure you want to merge {0} with {1}?" +msgstr "您确定要将{0}与{1}合并吗?" + +#: frappe/public/js/frappe/views/kanban/kanban_view.js:105 +msgid "Are you sure you want to proceed?" +msgstr "" + +#: frappe/core/doctype/rq_job/rq_job_list.js:25 +msgid "Are you sure you want to re-enable scheduler?" +msgstr "" + +#: frappe/core/doctype/communication/communication.js:163 +msgid "Are you sure you want to relink this communication to {0}?" +msgstr "您确定要重新链接该通信{0}?" + +#: frappe/core/doctype/rq_job/rq_job_list.js:10 +msgid "Are you sure you want to remove all failed jobs?" +msgstr "" + +#: frappe/public/js/frappe/list/list_filter.js:109 +msgid "Are you sure you want to remove the {0} filter?" +msgstr "" + +#: frappe/public/js/frappe/views/dashboard/dashboard_view.js:267 +msgid "Are you sure you want to reset all customizations?" +msgstr "您确定要重置所有自定义设置吗?" + +#: frappe/workflow/doctype/workflow/workflow.js:125 +msgid "Are you sure you want to save this document?" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.js:60 +msgid "Are you sure you want to send this newsletter now?" +msgstr "" + +#: frappe/core/doctype/document_naming_rule/document_naming_rule.js:16 +#: frappe/core/doctype/user_permission/user_permission_list.js:165 +msgid "Are you sure?" +msgstr "你确定吗?" + +#. Label of a Code field in DocType 'RQ Job' +#: frappe/core/doctype/rq_job/rq_job.json +msgid "Arguments" +msgstr "" + +#. Option for the 'Font' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Arial" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:11 +msgid "As a best practice, do not assign the same set of permission rule to different Roles. Instead, set multiple Roles to the same User." +msgstr "" + +#: frappe/desk/form/assign_to.py:106 +msgid "As document sharing is disabled, please give them the required permissions before assigning." +msgstr "" + +#: frappe/templates/emails/account_deletion_notification.html:3 +msgid "As per your request, your account and data on {0} associated with email {1} has been permanently deleted" +msgstr "" + +#. Label of a Code field in DocType 'Assignment Rule' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +msgid "Assign Condition" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/assign_to.js:189 +msgid "Assign To" +msgstr "分配给" + +#: frappe/public/js/frappe/list/list_view.js:1849 +msgctxt "Button in list view actions menu" +msgid "Assign To" +msgstr "分配给" + +#: frappe/public/js/frappe/form/sidebar/assign_to.js:180 +msgid "Assign To User Group" +msgstr "" + +#. Label of a Section Break field in DocType 'Assignment Rule' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +msgid "Assign To Users" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/assign_to.js:258 +msgid "Assign a user" +msgstr "" + +#: frappe/automation/doctype/assignment_rule/assignment_rule.js:52 +msgid "Assign one by one, in sequence" +msgstr "按顺序逐个分配" + +#: frappe/public/js/frappe/form/sidebar/assign_to.js:173 +msgid "Assign to me" +msgstr "分配给我" + +#: frappe/automation/doctype/assignment_rule/assignment_rule.js:53 +msgid "Assign to the one who has the least assignments" +msgstr "分配给分配最少的人" + +#: frappe/automation/doctype/assignment_rule/assignment_rule.js:54 +msgid "Assign to the user set in this field" +msgstr "分配给该字段中的用户集" + +#. Option for the 'Comment Type' (Select) field in DocType 'Comment' +#. Option for the 'Comment Type' (Select) field in DocType 'Communication' +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +msgid "Assigned" +msgstr "" + +#. Label of a Link field in DocType 'ToDo' +#: frappe/desk/doctype/todo/todo.json frappe/desk/report/todo/todo.py:41 +msgid "Assigned By" +msgstr "通过分配" + +#. Label of a Read Only field in DocType 'ToDo' +#: frappe/desk/doctype/todo/todo.json +msgid "Assigned By Full Name" +msgstr "" + +#: frappe/model/meta.py:54 +#: frappe/public/js/frappe/form/templates/form_sidebar.html:48 +#: frappe/public/js/frappe/list/list_sidebar_group_by.js:71 +#: frappe/public/js/frappe/model/meta.js:207 +#: frappe/public/js/frappe/model/model.js:136 +#: frappe/public/js/frappe/views/interaction.js:82 +msgid "Assigned To" +msgstr "已分配给" + +#: frappe/desk/report/todo/todo.py:40 +msgid "Assigned To/Owner" +msgstr "已分配给/所有者" + +#: frappe/public/js/frappe/form/sidebar/assign_to.js:267 +msgid "Assigning..." +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Notification Log' +#: frappe/desk/doctype/notification_log/notification_log.json +msgid "Assignment" +msgstr "" + +#. Option for the 'Comment Type' (Select) field in DocType 'Comment' +#. Option for the 'Comment Type' (Select) field in DocType 'Communication' +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +msgid "Assignment Completed" +msgstr "" + +#. Label of a Section Break field in DocType 'Assignment Rule' +#. Label of a Table field in DocType 'Assignment Rule' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +msgid "Assignment Days" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Tools Workspace +#. Label of a shortcut in the Tools Workspace +#. Linked DocType in DocType's connections +#. Label of a Link field in DocType 'ToDo' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +#: frappe/automation/workspace/tools/tools.json +#: frappe/core/doctype/doctype/doctype.json frappe/desk/doctype/todo/todo.json +msgid "Assignment Rule" +msgstr "作业规则" + +#. Name of a DocType +#: frappe/automation/doctype/assignment_rule_day/assignment_rule_day.json +msgid "Assignment Rule Day" +msgstr "分配规则日" + +#. Name of a DocType +#: frappe/automation/doctype/assignment_rule_user/assignment_rule_user.json +msgid "Assignment Rule User" +msgstr "分配规则用户" + +#: frappe/automation/doctype/assignment_rule/assignment_rule.py:55 +msgid "Assignment Rule is not allowed on document type {0}" +msgstr "" + +#. Label of a Section Break field in DocType 'Assignment Rule' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +msgid "Assignment Rules" +msgstr "" + +#: frappe/desk/doctype/notification_log/notification_log.py:157 +msgid "Assignment Update on {0}" +msgstr "{0}上的作业更新" + +#: frappe/desk/form/assign_to.py:61 +msgid "Assignment for {0} {1}" +msgstr "{0} {1}的分配" + +#: frappe/desk/doctype/todo/todo.py:61 +msgid "Assignment of {0} removed by {1}" +msgstr "" + +#. Label of a Check field in DocType 'Notification Settings' +#: frappe/desk/doctype/notification_settings/notification_settings.json +#: frappe/public/js/frappe/form/sidebar/assign_to.js:253 +msgid "Assignments" +msgstr "作业" + +#: frappe/public/js/frappe/form/grid_row.js:650 +msgid "At least one column is required to show in the grid." +msgstr "" + +#: frappe/website/doctype/web_form/web_form.js:73 +msgid "Atleast one field is required in Web Form Fields Table" +msgstr "" + +#: frappe/core/doctype/data_export/data_export.js:44 +msgid "Atleast one field of Parent Document Type is mandatory" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/public/js/form_builder/components/controls/AttachControl.vue:15 +#: frappe/public/js/frappe/form/controls/attach.js:5 +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Attach" +msgstr "附件" + +#: frappe/public/js/frappe/views/communication.js:143 +msgid "Attach Document Print" +msgstr "附加文档打印" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Template Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/web_form_field/web_form_field.json +#: frappe/website/doctype/web_template_field/web_template_field.json +msgid "Attach Image" +msgstr "" + +#. Label of a Attach field in DocType 'Package Import' +#: frappe/core/doctype/package_import/package_import.json +msgid "Attach Package" +msgstr "" + +#. Label of a Check field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Attach Print" +msgstr "" + +#: frappe/public/js/frappe/file_uploader/WebLink.vue:10 +msgid "Attach a web link" +msgstr "" + +#: frappe/website/doctype/website_slideshow/website_slideshow.js:8 +msgid "Attach files / urls and add in table." +msgstr "附加文件/网址并添加到表格中。" + +#. Label of a Code field in DocType 'Notification Log' +#: frappe/desk/doctype/notification_log/notification_log.json +msgid "Attached File" +msgstr "" + +#. Label of a Link field in DocType 'File' +#: frappe/core/doctype/file/file.json +msgid "Attached To DocType" +msgstr "" + +#. Label of a Data field in DocType 'File' +#: frappe/core/doctype/file/file.json +msgid "Attached To Field" +msgstr "" + +#. Label of a Data field in DocType 'File' +#: frappe/core/doctype/file/file.json +msgid "Attached To Name" +msgstr "" + +#: frappe/core/doctype/file/file.py:139 +msgid "Attached To Name must be a string or an integer" +msgstr "" + +#. Option for the 'Comment Type' (Select) field in DocType 'Comment' +#. Option for the 'Comment Type' (Select) field in DocType 'Communication' +#. Label of a Attach field in DocType 'Newsletter Attachment' +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +#: frappe/email/doctype/newsletter_attachment/newsletter_attachment.json +msgid "Attachment" +msgstr "" + +#. Label of a Int field in DocType 'Email Account' +#. Label of a Int field in DocType 'Email Domain' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_domain/email_domain.json +msgid "Attachment Limit (MB)" +msgstr "" + +#: frappe/core/doctype/file/file.py:320 +#: frappe/public/js/frappe/form/sidebar/attachments.js:36 +msgid "Attachment Limit Reached" +msgstr "" + +#. Label of a HTML field in DocType 'Notification Log' +#: frappe/desk/doctype/notification_log/notification_log.json +msgid "Attachment Link" +msgstr "" + +#. Option for the 'Comment Type' (Select) field in DocType 'Comment' +#. Option for the 'Comment Type' (Select) field in DocType 'Communication' +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +msgid "Attachment Removed" +msgstr "" + +#. Label of a Code field in DocType 'Email Queue' +#. Label of a Table field in DocType 'Newsletter' +#: frappe/core/doctype/file/utils.py:38 +#: frappe/email/doctype/email_queue/email_queue.json +#: frappe/email/doctype/newsletter/newsletter.json +#: frappe/email/doctype/newsletter/templates/newsletter.html:47 +#: frappe/public/js/frappe/form/templates/form_sidebar.html:65 +#: frappe/website/doctype/web_form/templates/web_form.html:103 +msgid "Attachments" +msgstr "附件" + +#: frappe/public/js/frappe/form/print_utils.js:91 +msgid "Attempting Connection to QZ Tray..." +msgstr "尝试连接QZ托盘......" + +#: frappe/public/js/frappe/form/print_utils.js:107 +msgid "Attempting to launch QZ Tray..." +msgstr "试图推出QZ Tray ......" + +#. Label of a Table field in DocType 'Newsletter' +#: frappe/email/doctype/newsletter/newsletter.json +msgid "Audience" +msgstr "" + +#. Name of a report +#: frappe/custom/report/audit_system_hooks/audit_system_hooks.json +msgid "Audit System Hooks" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/audit_trail/audit_trail.json +msgid "Audit Trail" +msgstr "" + +#. Label of a Code field in DocType 'Social Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Auth URL Data" +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Authenticate as Service Principal" +msgstr "" + +#. Label of a Section Break field in DocType 'Email Account' +#. Label of a Section Break field in DocType 'Push Notification Settings' +#. Label of a Card Break in the Integrations Workspace +#: frappe/email/doctype/email_account/email_account.json +#: frappe/integrations/doctype/push_notification_settings/push_notification_settings.json +#: frappe/integrations/workspace/integrations/integrations.json +msgid "Authentication" +msgstr "认证" + +#: frappe/www/qrcode.html:19 +msgid "Authentication Apps you can use are: " +msgstr "您可以使用的验证应用程序是:" + +#: frappe/email/doctype/email_account/email_account.py:311 +msgid "Authentication failed while receiving emails from Email Account: {0}." +msgstr "从电子邮件帐户{0}接收电子邮件时,身份验证失败。" + +#. Label of a Data field in DocType 'Help Article' +#: frappe/website/doctype/help_article/help_article.json +msgid "Author" +msgstr "" + +#. Label of a Password field in DocType 'Google Calendar' +#. Label of a Password field in DocType 'Google Contacts' +#. Label of a Data field in DocType 'Google Drive' +#. Label of a Data field in DocType 'OAuth Authorization Code' +#. Option for the 'Grant Type' (Select) field in DocType 'OAuth Client' +#: frappe/integrations/doctype/google_calendar/google_calendar.json +#: frappe/integrations/doctype/google_contacts/google_contacts.json +#: frappe/integrations/doctype/google_drive/google_drive.json +#: frappe/integrations/doctype/oauth_authorization_code/oauth_authorization_code.json +#: frappe/integrations/doctype/oauth_client/oauth_client.json +msgid "Authorization Code" +msgstr "" + +#. Label of a Small Text field in DocType 'Connected App' +#: frappe/integrations/doctype/connected_app/connected_app.json +msgid "Authorization URI" +msgstr "" + +#: frappe/templates/includes/oauth_confirmation.html:32 +msgid "Authorization error for {}." +msgstr "" + +#. Label of a Button field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Authorize API Access" +msgstr "" + +#. Label of a Button field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Authorize API Indexing Access" +msgstr "" + +#. Label of a Button field in DocType 'Google Calendar' +#: frappe/integrations/doctype/google_calendar/google_calendar.json +msgid "Authorize Google Calendar Access" +msgstr "" + +#. Label of a Button field in DocType 'Google Contacts' +#: frappe/integrations/doctype/google_contacts/google_contacts.json +msgid "Authorize Google Contacts Access" +msgstr "" + +#. Label of a Button field in DocType 'Google Drive' +#: frappe/integrations/doctype/google_drive/google_drive.json +msgid "Authorize Google Drive Access" +msgstr "" + +#. Label of a Data field in DocType 'Social Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Authorize URL" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Integration Request' +#: frappe/integrations/doctype/integration_request/integration_request.json +msgid "Authorized" +msgstr "" + +#. Option for the 'Skip Authorization' (Select) field in DocType 'OAuth +#. Provider Settings' +#. Option for the 'Type' (Select) field in DocType 'Energy Point Log' +#: frappe/integrations/doctype/oauth_provider_settings/oauth_provider_settings.json +#: frappe/social/doctype/energy_point_log/energy_point_log.json +msgid "Auto" +msgstr "" + +#. Label of a Link in the Tools Workspace +#. Name of a DocType +#: frappe/automation/workspace/tools/tools.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Auto Email Report" +msgstr "" + +#. Label of a Data field in DocType 'DocType' +#. Label of a Data field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Auto Name" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Tools Workspace +#. Linked DocType in DocType's connections +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/automation/workspace/tools/tools.json +#: frappe/core/doctype/doctype/doctype.json +#: frappe/public/js/frappe/utils/common.js:442 +msgid "Auto Repeat" +msgstr "自动重复" + +#. Name of a DocType +#: frappe/automation/doctype/auto_repeat_day/auto_repeat_day.json +msgid "Auto Repeat Day" +msgstr "" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:163 +msgid "Auto Repeat Day{0} {1} has been repeated." +msgstr "" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:441 +msgid "Auto Repeat Document Creation Failed" +msgstr "自动重复文档创建失败" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.js:115 +msgid "Auto Repeat Schedule" +msgstr "" + +#: frappe/public/js/frappe/utils/common.js:434 +msgid "Auto Repeat created for this document" +msgstr "为此文档创建了自动重复" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:444 +msgid "Auto Repeat failed for {0}" +msgstr "{0}自动重复失败" + +#. Label of a Section Break field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Auto Reply" +msgstr "" + +#. Label of a Text Editor field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Auto Reply Message" +msgstr "" + +#: frappe/automation/doctype/assignment_rule/assignment_rule.py:177 +msgid "Auto assignment failed: {0}" +msgstr "自动分配失败:{0}" + +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Auto follow documents that are assigned to you" +msgstr "" + +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Auto follow documents that are shared with you" +msgstr "" + +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Auto follow documents that you Like" +msgstr "" + +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Auto follow documents that you comment on" +msgstr "" + +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Auto follow documents that you create" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Autocomplete" +msgstr "" + +#. Option for the 'Naming Rule' (Select) field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Autoincrement" +msgstr "" + +#. Description of a Card Break in the Build Workspace +#: frappe/core/workspace/build/build.json +msgid "Automate processes and extend standard functionality using scripts and background jobs" +msgstr "" + +#. Option for the 'Communication Type' (Select) field in DocType +#. 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Automated Message" +msgstr "" + +#. Option for the 'Desk Theme' (Select) field in DocType 'User' +#: frappe/core/doctype/user/user.json +#: frappe/public/js/frappe/ui/theme_switcher.js:69 +msgid "Automatic" +msgstr "" + +#: frappe/email/doctype/email_account/email_account.py:719 +msgid "Automatic Linking can be activated only for one Email Account." +msgstr "只能为一个电子邮件帐户激活自动链接。" + +#: frappe/email/doctype/email_account/email_account.py:713 +msgid "Automatic Linking can be activated only if Incoming is enabled." +msgstr "仅当启用了“传入”时,才能激活自动链接。" + +#. Description of a DocType +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +msgid "Automatically Assign Documents to Users" +msgstr "" + +#. Label of a Int field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Automatically delete account within (hours)" +msgstr "" + +#. Label of a Card Break in the Tools Workspace +#: frappe/automation/workspace/tools/tools.json +msgid "Automation" +msgstr "自动化" + +#. Label of a Attach Image field in DocType 'Blogger' +#: frappe/website/doctype/blogger/blogger.json +msgid "Avatar" +msgstr "" + +#. Option for the 'Chart Type' (Select) field in DocType 'Dashboard Chart' +#. Option for the 'Group By Type' (Select) field in DocType 'Dashboard Chart' +#. Option for the 'Function' (Select) field in DocType 'Number Card' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/public/js/frappe/form/controls/password.js:89 +#: frappe/public/js/frappe/ui/group_by/group_by.js:21 +msgid "Average" +msgstr "平均" + +#: frappe/public/js/frappe/ui/group_by/group_by.js:333 +msgid "Average of {0}" +msgstr "平均值{0}" + +#: frappe/utils/password_strength.py:124 +msgid "Avoid dates and years that are associated with you." +msgstr "避免日期和与你相关的年。" + +#: frappe/utils/password_strength.py:118 +msgid "Avoid recent years." +msgstr "避免最近几年。" + +#: frappe/utils/password_strength.py:111 +msgid "Avoid sequences like abc or 6543 as they are easy to guess" +msgstr "避免像ABC或6543的序列,因为它们容易被猜中" + +#: frappe/utils/password_strength.py:118 +msgid "Avoid years that are associated with you." +msgstr "避免了与你相关的年。" + +#. Label of a Check field in DocType 'User Email' +#: frappe/core/doctype/user_email/user_email.json +msgid "Awaiting Password" +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Awaiting password" +msgstr "" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:200 +msgid "Awesome Work" +msgstr "" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:358 +msgid "Awesome, now try making an entry yourself" +msgstr "" + +#: frappe/public/js/frappe/utils/number_systems.js:9 +msgctxt "Number system" +msgid "B" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "B0" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "B1" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "B10" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "B2" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "B3" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "B4" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "B5" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "B6" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "B7" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "B8" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "B9" +msgstr "" + +#. Label of a Code field in DocType 'Communication' +#. Label of a Code field in DocType 'Notification Recipient' +#: frappe/core/doctype/communication/communication.json +#: frappe/email/doctype/notification_recipient/notification_recipient.json +#: frappe/public/js/frappe/views/communication.js:79 +msgid "BCC" +msgstr "" + +#: frappe/public/js/frappe/file_uploader/ImageCropper.vue:31 +#: frappe/public/js/frappe/widgets/onboarding_widget.js:186 +msgid "Back" +msgstr "" + +#: frappe/templates/pages/integrations/gcalendar-success.html:13 +msgid "Back to Desk" +msgstr "返回主页" + +#: frappe/www/404.html:20 +msgid "Back to Home" +msgstr "回到主页" + +#: frappe/www/login.html:181 frappe/www/login.html:212 +msgid "Back to Login" +msgstr "返回登陆" + +#. Label of a Color field in DocType 'Social Link Settings' +#. Label of a Link field in DocType 'Website Theme' +#: frappe/website/doctype/social_link_settings/social_link_settings.json +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Background Color" +msgstr "" + +#. Label of a Attach Image field in DocType 'Web Page Block' +#: frappe/website/doctype/web_page_block/web_page_block.json +msgid "Background Image" +msgstr "" + +#. Label of a Link in the Build Workspace +#. Label of a Section Break field in DocType 'System Health Report' +#: frappe/core/workspace/build/build.json +#: frappe/desk/doctype/system_health_report/system_health_report.json +#: frappe/public/js/frappe/ui/toolbar/toolbar.js:168 +msgid "Background Jobs" +msgstr "后台作业" + +#. Label of a Data field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Background Jobs Check" +msgstr "" + +#. Label of a Autocomplete field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "Background Jobs Queue" +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:87 +msgid "Background Print (required for >25 documents)" +msgstr "" + +#. Label of a Section Break field in DocType 'System Settings' +#. Label of a Table field in DocType 'System Health Report' +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Background Workers" +msgstr "" + +#: frappe/integrations/doctype/google_drive/google_drive.py:172 +msgid "Backing up Data." +msgstr "" + +#: frappe/integrations/doctype/google_drive/google_drive.js:32 +msgid "Backing up to Google Drive." +msgstr "备份到Google云端硬盘。" + +#. Label of a Card Break in the Integrations Workspace +#: frappe/integrations/workspace/integrations/integrations.json +msgid "Backup" +msgstr "备份" + +#. Label of a Section Break field in DocType 'S3 Backup Settings' +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +msgid "Backup Details" +msgstr "" + +#: frappe/desk/page/backups/backups.js:26 +msgid "Backup Encryption Key" +msgstr "" + +#. Label of a Check field in DocType 'S3 Backup Settings' +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +msgid "Backup Files" +msgstr "" + +#. Label of a Data field in DocType 'Google Drive' +#: frappe/integrations/doctype/google_drive/google_drive.json +msgid "Backup Folder ID" +msgstr "" + +#. Label of a Data field in DocType 'Google Drive' +#: frappe/integrations/doctype/google_drive/google_drive.json +msgid "Backup Folder Name" +msgstr "" + +#. Label of a Select field in DocType 'Dropbox Settings' +#. Label of a Select field in DocType 'S3 Backup Settings' +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.json +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +msgid "Backup Frequency" +msgstr "" + +#: frappe/desk/page/backups/backups.py:95 +msgid "Backup job is already queued. You will receive an email with the download link" +msgstr "备份作业已经排队。您将收到一封包含下载链接的电子邮件" + +#. Description of the 'Backup Files' (Check) field in DocType 'S3 Backup +#. Settings' +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +msgid "Backup public and private files along with the database." +msgstr "" + +#. Label of a Tab Break field in DocType 'System Settings' +#. Label of a Section Break field in DocType 'System Health Report' +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Backups" +msgstr "" + +#. Label of a Float field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Backups (MB)" +msgstr "" + +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.py:66 +msgid "Bad Cron Expression" +msgstr "" + +#. Option for the 'Rounding Method' (Select) field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Banker's Rounding" +msgstr "" + +#. Option for the 'Rounding Method' (Select) field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Banker's Rounding (legacy)" +msgstr "" + +#. Label of a Section Break field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Banner" +msgstr "" + +#. Label of a Code field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Banner HTML" +msgstr "" + +#. Label of a Attach Image field in DocType 'User' +#. Label of a Attach Image field in DocType 'Web Form' +#: frappe/core/doctype/user/user.json +#: frappe/website/doctype/web_form/web_form.json +msgid "Banner Image" +msgstr "" + +#. Description of the 'Banner HTML' (Code) field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Banner is above the Top Menu Bar." +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Bar" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Barcode" +msgstr "条码" + +#. Label of a Data field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "Base Distinguished Name (DN)" +msgstr "" + +#. Label of a Data field in DocType 'Social Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Base URL" +msgstr "" + +#. Label of a Link field in DocType 'Language' +#: frappe/core/doctype/language/language.json +#: frappe/printing/page/print/print.js:273 +#: frappe/printing/page/print/print.js:327 +msgid "Based On" +msgstr "基于" + +#. Option for the 'Rule' (Select) field in DocType 'Assignment Rule' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +msgid "Based on Field" +msgstr "" + +#. Label of a Link field in DocType 'Auto Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Based on Permissions For User" +msgstr "" + +#. Option for the 'Method' (Select) field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Basic" +msgstr "" + +#. Label of a Section Break field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Basic Info" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:60 +#: frappe/public/js/frappe/ui/filters/filter.js:66 +msgid "Before" +msgstr "" + +#. Option for the 'DocType Event' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "Before Cancel" +msgstr "" + +#. Option for the 'DocType Event' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "Before Delete" +msgstr "" + +#. Option for the 'DocType Event' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "Before Insert" +msgstr "" + +#. Option for the 'DocType Event' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "Before Print" +msgstr "" + +#. Option for the 'DocType Event' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "Before Rename" +msgstr "" + +#. Option for the 'DocType Event' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "Before Save" +msgstr "" + +#. Option for the 'DocType Event' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "Before Save (Submitted Document)" +msgstr "" + +#. Option for the 'DocType Event' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "Before Submit" +msgstr "" + +#. Option for the 'DocType Event' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "Before Validate" +msgstr "" + +#. Option for the 'Level' (Select) field in DocType 'Help Article' +#: frappe/website/doctype/help_article/help_article.json +msgid "Beginner" +msgstr "" + +#: frappe/public/js/frappe/form/link_selector.js:29 +msgid "Beginning with" +msgstr "以。。。开始" + +#. Label of a Check field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Beta" +msgstr "" + +#: frappe/utils/password_strength.py:65 +msgid "Better add a few more letters or another word" +msgstr "最好加几个字母或一个字" + +#: frappe/public/js/frappe/ui/filters/filter.js:27 +msgid "Between" +msgstr "之间" + +#. Option for the 'Address Type' (Select) field in DocType 'Address' +#: frappe/contacts/doctype/address/address.json +msgid "Billing" +msgstr "" + +#: frappe/public/js/frappe/form/templates/contact_list.html:21 +msgid "Billing Contact" +msgstr "" + +#. Label of a Data field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Binary Logging" +msgstr "" + +#. Label of a Small Text field in DocType 'User' +#. Label of a Small Text field in DocType 'About Us Team Member' +#. Label of a Small Text field in DocType 'Blogger' +#: frappe/core/doctype/user/user.json +#: frappe/website/doctype/about_us_team_member/about_us_team_member.json +#: frappe/website/doctype/blogger/blogger.json +msgid "Bio" +msgstr "" + +#. Label of a Date field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Birth Date" +msgstr "" + +#: frappe/public/js/frappe/data_import/data_exporter.js:41 +msgid "Blank Template" +msgstr "空白模板" + +#. Name of a DocType +#: frappe/core/doctype/block_module/block_module.json +msgid "Block Module" +msgstr "封锁模块" + +#. Label of a Table field in DocType 'Module Profile' +#. Label of a Table field in DocType 'User' +#: frappe/core/doctype/module_profile/module_profile.json +#: frappe/core/doctype/user/user.json +msgid "Block Modules" +msgstr "" + +#. Label of a Check field in DocType 'Desktop Icon' +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +msgid "Blocked" +msgstr "" + +#. Label of a Card Break in the Website Workspace +#: frappe/website/doctype/blog_post/blog_post.py:239 +#: frappe/website/doctype/blog_post/templates/blog_post.html:13 +#: frappe/website/doctype/blog_post/templates/blog_post_list.html:2 +#: frappe/website/doctype/blog_post/templates/blog_post_list.html:11 +#: frappe/website/workspace/website/website.json +msgid "Blog" +msgstr "博客" + +#. Name of a DocType +#. Label of a Link field in DocType 'Blog Post' +#. Label of a Link in the Website Workspace +#: frappe/website/doctype/blog_category/blog_category.json +#: frappe/website/doctype/blog_post/blog_post.json +#: frappe/website/workspace/website/website.json +msgid "Blog Category" +msgstr "博客分类" + +#. Label of a Small Text field in DocType 'Blog Post' +#: frappe/website/doctype/blog_post/blog_post.json +msgid "Blog Intro" +msgstr "" + +#. Label of a Small Text field in DocType 'Blog Settings' +#: frappe/website/doctype/blog_settings/blog_settings.json +msgid "Blog Introduction" +msgstr "" + +#. Linked DocType in Blog Category's connections +#. Name of a DocType +#. Linked DocType in Blogger's connections +#. Label of a Link in the Website Workspace +#. Label of a shortcut in the Website Workspace +#: frappe/website/doctype/blog_category/blog_category.json +#: frappe/website/doctype/blog_post/blog_post.json +#: frappe/website/doctype/blogger/blogger.json +#: frappe/website/workspace/website/website.json +msgid "Blog Post" +msgstr "博客文章" + +#. Name of a DocType +#: frappe/website/doctype/blog_settings/blog_settings.json +msgid "Blog Settings" +msgstr "博客设置" + +#. Label of a Data field in DocType 'Blog Settings' +#: frappe/website/doctype/blog_settings/blog_settings.json +msgid "Blog Title" +msgstr "" + +#. Linked DocType in User's connections +#. Name of a role +#. Label of a Link field in DocType 'Blog Post' +#. Name of a DocType +#. Label of a Link in the Website Workspace +#. Label of a shortcut in the Website Workspace +#: frappe/core/doctype/user/user.json +#: frappe/website/doctype/blog_category/blog_category.json +#: frappe/website/doctype/blog_post/blog_post.json +#: frappe/website/doctype/blog_settings/blog_settings.json +#: frappe/website/doctype/blogger/blogger.json +#: frappe/website/workspace/website/website.json +msgid "Blogger" +msgstr "博客作者" + +#. Subtitle of the Module Onboarding 'Website' +#: frappe/website/module_onboarding/website/website.json +msgid "Blogs, Website View Tracking, and more." +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'DocType State' +#. Option for the 'Indicator' (Select) field in DocType 'Kanban Board Column' +#: frappe/core/doctype/doctype_state/doctype_state.json +#: frappe/desk/doctype/kanban_board_column/kanban_board_column.json +msgid "Blue" +msgstr "蓝色" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Bold" +msgstr "" + +#. Option for the 'Comment Type' (Select) field in DocType 'Comment' +#: frappe/core/doctype/comment/comment.json +msgid "Bot" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:126 +msgid "Both DocType and Name required" +msgstr "文档类型和名称是必须项" + +#: frappe/templates/includes/login/login.js:25 +#: frappe/templates/includes/login/login.js:97 +msgid "Both login and password required" +msgstr "" + +#. Option for the 'Position' (Select) field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:154 +msgid "Bottom" +msgstr "" + +#. Option for the 'Position' (Select) field in DocType 'Form Tour Step' +#. Option for the 'Page Number' (Select) field in DocType 'Print Format' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:248 +msgid "Bottom Center" +msgstr "" + +#. Option for the 'Page Number' (Select) field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:247 +msgid "Bottom Left" +msgstr "" + +#. Option for the 'Position' (Select) field in DocType 'Form Tour Step' +#. Option for the 'Page Number' (Select) field in DocType 'Print Format' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:249 +msgid "Bottom Right" +msgstr "" + +#. Option for the 'Delivery Status' (Select) field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Bounced" +msgstr "" + +#. Label of a Section Break field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Brand" +msgstr "品牌" + +#. Label of a Code field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Brand HTML" +msgstr "" + +#. Label of a Attach Image field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Brand Image" +msgstr "" + +#. Label of a Attach Image field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Brand Logo" +msgstr "" + +#. Description of the 'Brand HTML' (Code) field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Brand is what appears on the top-left of the toolbar. If it is an image, make sure it\n" +"has a transparent background and use the <img /> tag. Keep size as 200px x 30px" +msgstr "" + +#. Label of a Code field in DocType 'Web Form' +#. Label of a Code field in DocType 'Web Page' +#: frappe/website/doctype/web_form/web_form.json +#: frappe/website/doctype/web_page/web_page.json +msgid "Breadcrumbs" +msgstr "" + +#. Label of a Check field in DocType 'Blog Settings' +#: frappe/website/doctype/blog_post/templates/blog_post_list.html:18 +#: frappe/website/doctype/blog_post/templates/blog_post_list.html:21 +#: frappe/website/doctype/blog_settings/blog_settings.json +msgid "Browse by category" +msgstr "" + +#. Label of a Data field in DocType 'Web Page View' +#: frappe/website/doctype/web_page_view/web_page_view.json +#: frappe/website/report/website_analytics/website_analytics.js:36 +msgid "Browser" +msgstr "浏览器" + +#. Label of a Data field in DocType 'Web Page View' +#: frappe/website/doctype/web_page_view/web_page_view.json +msgid "Browser Version" +msgstr "" + +#: frappe/public/js/frappe/desk.js:19 +msgid "Browser not supported" +msgstr "浏览器不支持" + +#. Label of a Section Break field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Brute Force Security" +msgstr "" + +#. Label of a Data field in DocType 'S3 Backup Settings' +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +msgid "Bucket Name" +msgstr "" + +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.py:67 +msgid "Bucket {0} not found." +msgstr "" + +#. Label of a Data field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Bufferpool Size" +msgstr "" + +#. Name of a Workspace +#: frappe/core/workspace/build/build.json +msgid "Build" +msgstr "" + +#. Description of a Card Break in the Build Workspace +#: frappe/core/workspace/build/build.json +msgid "Build your own reports, print formats, and dashboards. Create personalized workspaces for easier navigation" +msgstr "" + +#: frappe/workflow/doctype/workflow/workflow_list.js:18 +msgid "Build {0}" +msgstr "" + +#: frappe/templates/includes/footer/footer_powered.html:1 +msgid "Built on {0}" +msgstr "" + +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Bulk Actions" +msgstr "" + +#: frappe/core/doctype/user_permission/user_permission_list.js:142 +msgid "Bulk Delete" +msgstr "批量删除" + +#: frappe/public/js/frappe/list/bulk_operations.js:321 +msgid "Bulk Edit" +msgstr "" + +#: frappe/public/js/frappe/form/grid.js:1155 +msgid "Bulk Edit {0}" +msgstr "批量编辑{0}" + +#: frappe/desk/reportview.py:563 +msgid "Bulk Operation Failed" +msgstr "" + +#: frappe/desk/reportview.py:567 +msgid "Bulk Operation Successful" +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:131 +msgid "Bulk PDF Export" +msgstr "" + +#. Label of a Link in the Tools Workspace +#. Name of a DocType +#: frappe/automation/workspace/tools/tools.json +#: frappe/desk/doctype/bulk_update/bulk_update.json +msgid "Bulk Update" +msgstr "" + +#: frappe/model/workflow.py:246 +msgid "Bulk approval only support up to 500 documents." +msgstr "" + +#: frappe/desk/doctype/bulk_update/bulk_update.py:58 +msgid "Bulk operation is enqueued in background." +msgstr "" + +#: frappe/desk/doctype/bulk_update/bulk_update.py:70 +msgid "Bulk operations only support up to 500 documents." +msgstr "" + +#: frappe/model/workflow.py:236 +msgid "Bulk {0} is enqueued in background." +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Button" +msgstr "" + +#. Label of a Check field in DocType 'Website Theme' +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Button Gradients" +msgstr "" + +#. Label of a Check field in DocType 'Website Theme' +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Button Rounded Corners" +msgstr "" + +#. Label of a Check field in DocType 'Website Theme' +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Button Shadows" +msgstr "" + +#. Option for the 'Naming Rule' (Select) field in DocType 'DocType' +#. Option for the 'Naming Rule' (Select) field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "By \"Naming Series\" field" +msgstr "" + +#: frappe/website/doctype/web_page/web_page.js:111 +#: frappe/website/doctype/web_page/web_page.js:118 +msgid "By default the title is used as meta title, adding a value here will override it." +msgstr "默认情况下,标题用作元标题,在此处添加值将覆盖它。" + +#. Description of the 'Send Email for Successful Backup' (Check) field in +#. DocType 'S3 Backup Settings' +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +msgid "By default, emails are only sent for failed backups." +msgstr "" + +#. Option for the 'Naming Rule' (Select) field in DocType 'DocType' +#. Option for the 'Naming Rule' (Select) field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "By fieldname" +msgstr "" + +#. Option for the 'Naming Rule' (Select) field in DocType 'DocType' +#. Option for the 'Naming Rule' (Select) field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "By script" +msgstr "" + +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Bypass Restricted IP Address Check If Two Factor Auth Enabled" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Bypass Two Factor Auth for users who login from restricted IP Address" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Bypass restricted IP Address check If Two Factor Auth Enabled" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "C5E" +msgstr "" + +#: frappe/templates/print_formats/standard_macros.html:212 +msgid "CANCELLED" +msgstr "已取消" + +#. Label of a Code field in DocType 'Communication' +#. Label of a Code field in DocType 'Notification Recipient' +#: frappe/core/doctype/communication/communication.json +#: frappe/email/doctype/notification_recipient/notification_recipient.json +#: frappe/public/js/frappe/views/communication.js:73 +msgid "CC" +msgstr "抄送" + +#. Label of a Data field in DocType 'Recorder' +#: frappe/core/doctype/recorder/recorder.json +msgid "CMD" +msgstr "" + +#: frappe/public/js/frappe/color_picker/color_picker.js:20 +msgid "COLOR PICKER" +msgstr "" + +#. Label of a Section Break field in DocType 'Custom HTML Block' +#. Label of a Code field in DocType 'Print Style' +#. Label of a Code field in DocType 'Web Page' +#: frappe/desk/doctype/custom_html_block/custom_html_block.json +#: frappe/printing/doctype/print_style/print_style.json +#: frappe/website/doctype/web_page/web_page.json +msgid "CSS" +msgstr "" + +#. Label of a Small Text field in DocType 'Web Page Block' +#: frappe/website/doctype/web_page_block/web_page_block.json +msgid "CSS Class" +msgstr "" + +#. Description of the 'Element Selector' (Data) field in DocType 'Form Tour +#. Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "CSS selector for the element you want to highlight." +msgstr "" + +#. Option for the 'File Type' (Select) field in DocType 'Data Export' +#. Option for the 'Format' (Select) field in DocType 'Auto Email Report' +#: frappe/core/doctype/data_export/data_export.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "CSV" +msgstr "" + +#. Label of a Data field in DocType 'Blog Settings' +#: frappe/website/doctype/blog_settings/blog_settings.json +msgid "CTA Label" +msgstr "" + +#. Label of a Data field in DocType 'Blog Settings' +#: frappe/website/doctype/blog_settings/blog_settings.json +msgid "CTA URL" +msgstr "" + +#. Label of a Section Break field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Cache" +msgstr "" + +#: frappe/sessions.py:33 +msgid "Cache Cleared" +msgstr "缓存已清除" + +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:181 +msgid "Calculate" +msgstr "计算" + +#. Label of a Link in the Tools Workspace +#. Option for the 'Select List View' (Select) field in DocType 'Form Tour' +#. Option for the 'DocType View' (Select) field in DocType 'Workspace Shortcut' +#: frappe/automation/workspace/tools/tools.json +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +msgid "Calendar" +msgstr "" + +#. Label of a Data field in DocType 'Google Calendar' +#: frappe/integrations/doctype/google_calendar/google_calendar.json +msgid "Calendar Name" +msgstr "" + +#. Linked DocType in DocType's connections +#. Name of a DocType +#: frappe/core/doctype/doctype/doctype.json +#: frappe/desk/doctype/calendar_view/calendar_view.json +#: frappe/public/js/frappe/list/base_list.js:207 +msgid "Calendar View" +msgstr "日历视图" + +#. Option for the 'Event Category' (Select) field in DocType 'Event' +#: frappe/contacts/doctype/contact/contact.js:55 +#: frappe/desk/doctype/event/event.json +msgid "Call" +msgstr "通话" + +#. Label of a Data field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Call To Action" +msgstr "" + +#. Label of a Data field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Call To Action URL" +msgstr "" + +#. Label of a Section Break field in DocType 'Blog Settings' +#: frappe/website/doctype/blog_settings/blog_settings.json +msgid "Call to Action" +msgstr "" + +#. Label of a Small Text field in DocType 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Callback Message" +msgstr "" + +#. Label of a Data field in DocType 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Callback Title" +msgstr "" + +#: frappe/public/js/frappe/file_uploader/FileUploader.vue:150 +#: frappe/public/js/frappe/ui/capture.js:326 +msgid "Camera" +msgstr "相机" + +#. Label of a Link field in DocType 'Newsletter' +#. Label of a Data field in DocType 'Web Page View' +#: frappe/email/doctype/newsletter/newsletter.json +#: frappe/public/js/frappe/utils/utils.js:1733 +#: frappe/website/doctype/web_page_view/web_page_view.json +#: frappe/website/report/website_analytics/website_analytics.js:39 +msgid "Campaign" +msgstr "促销活动" + +#. Label of a Small Text field in DocType 'Marketing Campaign' +#: frappe/website/doctype/marketing_campaign/marketing_campaign.json +msgid "Campaign Description (Optional)" +msgstr "" + +#: frappe/public/js/frappe/form/templates/set_sharing.html:4 +#: frappe/public/js/frappe/form/templates/set_sharing.html:50 +msgid "Can Read" +msgstr "" + +#: frappe/public/js/frappe/form/templates/set_sharing.html:7 +#: frappe/public/js/frappe/form/templates/set_sharing.html:53 +msgid "Can Share" +msgstr "" + +#: frappe/public/js/frappe/form/templates/set_sharing.html:6 +#: frappe/public/js/frappe/form/templates/set_sharing.html:52 +msgid "Can Submit" +msgstr "" + +#: frappe/public/js/frappe/form/templates/set_sharing.html:5 +#: frappe/public/js/frappe/form/templates/set_sharing.html:51 +msgid "Can Write" +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.py:361 +msgid "Can not rename as column {0} is already present on DocType." +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1125 +msgid "Can only change to/from Autoincrement naming rule when there is no data in the doctype" +msgstr "" + +#. Description of the 'Apply User Permission On' (Link) field in DocType 'User +#. Type' +#: frappe/core/doctype/user_type/user_type.json +msgid "Can only list down the document types which has been linked to the User document type." +msgstr "" + +#: frappe/model/rename_doc.py:363 +msgid "Can't rename {0} to {1} because {0} doesn't exist." +msgstr "" + +#. Label of a Check field in DocType 'Custom DocPerm' +#. Label of a Check field in DocType 'DocPerm' +#. Label of a Check field in DocType 'User Document Type' +#. Option for the 'Send Alert On' (Select) field in DocType 'Notification' +#. Option for the 'For Document Event' (Select) field in DocType 'Energy Point +#. Rule' +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/docperm/docperm.json +#: frappe/core/doctype/doctype/doctype_list.js:113 +#: frappe/core/doctype/user_document_type/user_document_type.json +#: frappe/email/doctype/notification/notification.json +#: frappe/public/js/frappe/form/reminders.js:54 +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +msgid "Cancel" +msgstr "取消" + +#: frappe/public/js/frappe/list/list_view.js:1958 +msgctxt "Button in list view actions menu" +msgid "Cancel" +msgstr "取消" + +#: frappe/public/js/frappe/ui/messages.js:68 +msgctxt "Secondary button in warning dialog" +msgid "Cancel" +msgstr "取消" + +#: frappe/public/js/frappe/form/form.js:956 +msgid "Cancel All" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:943 +msgid "Cancel All Documents" +msgstr "取消所有文件" + +#: frappe/email/doctype/newsletter/newsletter.js:132 +msgid "Cancel Scheduling" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1963 +msgctxt "Title of confirmation dialog" +msgid "Cancel {0} documents?" +msgstr "取消{0}文件?" + +#. Option for the 'Comment Type' (Select) field in DocType 'Comment' +#. Option for the 'Comment Type' (Select) field in DocType 'Communication' +#. Option for the 'Status' (Select) field in DocType 'Event' +#. Option for the 'Status' (Select) field in DocType 'ToDo' +#. Option for the 'Status' (Select) field in DocType 'Integration Request' +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +#: frappe/desk/doctype/event/event.json frappe/desk/doctype/todo/todo.json +#: frappe/desk/form/save.py:59 +#: frappe/integrations/doctype/integration_request/integration_request.json +#: frappe/public/js/frappe/model/indicator.js:78 +#: frappe/public/js/frappe/ui/filters/filter.js:532 +msgid "Cancelled" +msgstr "取消" + +#: frappe/core/doctype/deleted_document/deleted_document.py:52 +msgid "Cancelled Document restored as Draft" +msgstr "已取消的文档已恢复为草稿" + +#: frappe/public/js/frappe/form/save.js:13 +msgctxt "Freeze message while cancelling a document" +msgid "Cancelling" +msgstr "取消" + +#: frappe/desk/form/linked_with.py:375 +msgid "Cancelling documents" +msgstr "取消文件" + +#: frappe/desk/doctype/bulk_update/bulk_update.py:93 +msgid "Cancelling {0}" +msgstr "取消{0}" + +#: frappe/core/doctype/prepared_report/prepared_report.py:255 +msgid "Cannot Download Report due to insufficient permissions" +msgstr "" + +#: frappe/client.py:461 +msgid "Cannot Fetch Values" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager.py:155 +msgid "Cannot Remove" +msgstr "无法删除" + +#: frappe/model/base_document.py:1055 +msgid "Cannot Update After Submit" +msgstr "" + +#: frappe/core/doctype/file/file.py:578 +msgid "Cannot access file path {0}" +msgstr "" + +#: frappe/public/js/workflow_builder/utils.js:183 +msgid "Cannot cancel before submitting while transitioning from {0} State to {1} State" +msgstr "" + +#: frappe/workflow/doctype/workflow/workflow.py:110 +msgid "Cannot cancel before submitting. See Transition {0}" +msgstr "不能在提交前取消,详情参考过渡{0}" + +#: frappe/public/js/frappe/list/bulk_operations.js:294 +msgid "Cannot cancel {0}." +msgstr "" + +#: frappe/model/document.py:850 +msgid "Cannot change docstatus from 0 (Draft) to 2 (Cancelled)" +msgstr "" + +#: frappe/model/document.py:864 +msgid "Cannot change docstatus from 1 (Submitted) to 0 (Draft)" +msgstr "" + +#: frappe/public/js/workflow_builder/utils.js:170 +msgid "Cannot change state of Cancelled Document ({0} State)" +msgstr "" + +#: frappe/workflow/doctype/workflow/workflow.py:99 +msgid "Cannot change state of Cancelled Document. Transition row {0}" +msgstr "不能改变已取消文档的状态。过渡行{0}" + +#: frappe/core/doctype/doctype/doctype.py:1115 +msgid "Cannot change to/from autoincrement autoname in Customize Form" +msgstr "" + +#: frappe/core/doctype/communication/communication.py:192 +msgid "Cannot create a {0} against a child document: {1}" +msgstr "无法针对子文件创建{0}:{1}" + +#: frappe/desk/doctype/workspace/workspace.py:258 +msgid "Cannot create private workspace of other users" +msgstr "" + +#: frappe/core/doctype/file/file.py:150 +msgid "Cannot delete Home and Attachments folders" +msgstr "无法删除主和附件文件夹" + +#: frappe/model/delete_doc.py:384 +msgid "Cannot delete or cancel because {0} {1} is linked with {2} {3} {4}" +msgstr "由于{0} {1}与{2} {3} {4}链接,无法删除或取消" + +#: frappe/desk/doctype/workspace/workspace.py:424 +msgid "Cannot delete private workspace of other users" +msgstr "" + +#: frappe/desk/doctype/workspace/workspace.py:417 +msgid "Cannot delete public workspace without Workspace Manager role" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:369 +msgid "Cannot delete standard action. You can hide it if you want" +msgstr "无法删除标准操作。你可以藏起来" + +#: frappe/custom/doctype/customize_form/customize_form.js:391 +msgid "Cannot delete standard document state." +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:321 +msgid "Cannot delete standard field {0}. You can hide it instead." +msgstr "" + +#: frappe/public/js/form_builder/components/Field.vue:38 +#: frappe/public/js/form_builder/components/Section.vue:117 +#: frappe/public/js/form_builder/components/Section.vue:190 +#: frappe/public/js/form_builder/components/Tabs.vue:56 +msgid "Cannot delete standard field. You can hide it if you want" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:347 +msgid "Cannot delete standard link. You can hide it if you want" +msgstr "无法删除标准链接。你可以藏起来" + +#: frappe/custom/doctype/customize_form/customize_form.js:313 +msgid "Cannot delete system generated field {0}. You can hide it instead." +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:215 +msgid "Cannot delete {0}" +msgstr "无法删除{0}" + +#: frappe/utils/nestedset.py:303 +msgid "Cannot delete {0} as it has child nodes" +msgstr "无法删除{0} ,因为它有子节点" + +#: frappe/desk/doctype/dashboard/dashboard.py:48 +msgid "Cannot edit Standard Dashboards" +msgstr "" + +#: frappe/email/doctype/notification/notification.py:122 +msgid "Cannot edit Standard Notification. To edit, please disable this and duplicate it" +msgstr "无法编辑标准通知。要进行编辑,请禁用并复制它" + +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.py:377 +msgid "Cannot edit Standard charts" +msgstr "" + +#: frappe/core/doctype/report/report.py:70 +msgid "Cannot edit a standard report. Please duplicate and create a new report" +msgstr "不能编辑标准的报告。请复制并创建一个新的报告" + +#: frappe/model/document.py:870 +msgid "Cannot edit cancelled document" +msgstr "无法编辑已取消文档" + +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:378 +msgid "Cannot edit filters for standard charts" +msgstr "无法编辑标准图表的过滤器" + +#: frappe/desk/doctype/number_card/number_card.js:277 +#: frappe/desk/doctype/number_card/number_card.js:364 +msgid "Cannot edit filters for standard number cards" +msgstr "" + +#: frappe/client.py:166 +msgid "Cannot edit standard fields" +msgstr "不能编辑标准字段" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:125 +msgid "Cannot enable {0} for a non-submittable doctype" +msgstr "" + +#: frappe/core/doctype/file/file.py:248 +msgid "Cannot find file {} on disk" +msgstr "" + +#: frappe/core/doctype/file/file.py:524 +msgid "Cannot get file contents of a Folder" +msgstr "" + +#: frappe/printing/page/print/print.js:845 +msgid "Cannot have multiple printers mapped to a single print format." +msgstr "不能将多个打印机映射到单个打印格式。" + +#: frappe/model/document.py:938 +msgid "Cannot link cancelled document: {0}" +msgstr "不能链接到已取消文件{0}" + +#: frappe/model/mapper.py:171 +msgid "Cannot map because following condition fails:" +msgstr "" + +#: frappe/core/doctype/data_import/importer.py:933 +msgid "Cannot match column {0} with any field" +msgstr "无法将列{0}与任何字段匹配" + +#: frappe/public/js/frappe/form/grid_row.js:171 +msgid "Cannot move row" +msgstr "不能移动排" + +#: frappe/public/js/frappe/views/reports/report_view.js:861 +msgid "Cannot remove ID field" +msgstr "无法删除ID字段" + +#: frappe/core/page/permission_manager/permission_manager.py:132 +msgid "Cannot set 'Report' permission if 'Only If Creator' permission is set" +msgstr "" + +#: frappe/email/doctype/notification/notification.py:139 +msgid "Cannot set Notification with event {0} on Document Type {1}" +msgstr "" + +#: frappe/core/doctype/docshare/docshare.py:66 +msgid "Cannot share {0} with submit permission as the doctype {1} is not submittable" +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:291 +msgid "Cannot submit {0}." +msgstr "" + +#: frappe/desk/doctype/workspace/workspace.py:358 +msgid "Cannot update private workspace of other users" +msgstr "" + +#: frappe/desk/doctype/bulk_update/bulk_update.js:26 +#: frappe/public/js/frappe/list/bulk_operations.js:366 +msgid "Cannot update {0}" +msgstr "无法更新{0}" + +#: frappe/model/db_query.py:1114 +msgid "Cannot use sub-query in order by" +msgstr "不能按。。。次序使用子查询" + +#: frappe/model/db_query.py:1132 +msgid "Cannot use {0} in order/group by" +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:297 +msgid "Cannot {0} {1}." +msgstr "" + +#: frappe/utils/password_strength.py:177 +msgid "Capitalization doesn't help very much." +msgstr "资本没有太大帮助。" + +#: frappe/public/js/frappe/ui/capture.js:286 +msgid "Capture" +msgstr "" + +#. Label of a Link field in DocType 'Number Card Link' +#: frappe/desk/doctype/number_card_link/number_card_link.json +msgid "Card" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Workspace Link' +#: frappe/desk/doctype/workspace_link/workspace_link.json +msgid "Card Break" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:262 +msgid "Card Label" +msgstr "卡标签" + +#: frappe/public/js/frappe/widgets/widget_dialog.js:233 +msgid "Card Links" +msgstr "" + +#. Label of a Table field in DocType 'Dashboard' +#: frappe/desk/doctype/dashboard/dashboard.json +msgid "Cards" +msgstr "" + +#. Label of a Data field in DocType 'Desktop Icon' +#. Label of a Link field in DocType 'Help Article' +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +#: frappe/public/js/frappe/views/interaction.js:72 +#: frappe/website/doctype/help_article/help_article.json +msgid "Category" +msgstr "类别" + +#. Label of a Text field in DocType 'Help Category' +#: frappe/website/doctype/help_category/help_category.json +msgid "Category Description" +msgstr "" + +#. Label of a Data field in DocType 'Help Category' +#: frappe/website/doctype/help_category/help_category.json +msgid "Category Name" +msgstr "" + +#: frappe/utils/data.py:1335 +msgid "Cent" +msgstr "一分钱" + +#. Option for the 'Align' (Select) field in DocType 'Letter Head' +#. Option for the 'Text Align' (Select) field in DocType 'Web Page' +#: frappe/printing/doctype/letter_head/letter_head.json +#: frappe/website/doctype/web_page/web_page.json +msgid "Center" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:16 +msgid "Certain documents, like an Invoice, should not be changed once final. The final state for such documents is called Submitted. You can restrict which roles can Submit." +msgstr "" + +#: frappe/core/report/transaction_log_report/transaction_log_report.py:82 +msgid "Chain Integrity" +msgstr "链完整性" + +#. Label of a Small Text field in DocType 'Transaction Log' +#: frappe/core/doctype/transaction_log/transaction_log.json +msgid "Chaining Hash" +msgstr "" + +#: frappe/public/js/frappe/form/templates/form_sidebar.html:11 +#: frappe/tests/test_translate.py:98 +msgid "Change" +msgstr "变化" + +#: frappe/tests/test_translate.py:99 +msgctxt "Coins" +msgid "Change" +msgstr "变化" + +#: frappe/public/js/print_format_builder/LetterHeadEditor.vue:38 +msgid "Change Image" +msgstr "" + +#. Label of a Data field in DocType 'Customize Form' +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Change Label (via Custom Translation)" +msgstr "" + +#: frappe/public/js/print_format_builder/LetterHeadEditor.vue:45 +#: frappe/public/js/print_format_builder/LetterHeadEditor.vue:141 +msgid "Change Letter Head" +msgstr "" + +#. Label of a Section Break field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Change Password" +msgstr "" + +#: frappe/public/js/print_format_builder/print_format_builder.bundle.js:27 +msgid "Change Print Format" +msgstr "" + +#: frappe/desk/page/user_profile/user_profile_controller.js:51 +#: frappe/desk/page/user_profile/user_profile_controller.js:59 +msgid "Change User" +msgstr "改变用户" + +#. Description of the 'Update Series Counter' (Section Break) field in DocType +#. 'Document Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Change the starting / current sequence number of an existing series.
    \n\n" +"Warning: Incorrectly updating counters can prevent documents from getting created. " +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/changelog_feed/changelog_feed.json +msgid "Changelog Feed" +msgstr "" + +#: frappe/email/doctype/email_domain/email_domain.js:5 +msgid "Changing any setting will reflect on all the email accounts associated with this domain." +msgstr "" + +#: frappe/core/doctype/system_settings/system_settings.js:67 +msgid "Changing rounding method on site with data can result in unexpected behaviour." +msgstr "" + +#. Label of a Select field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Channel" +msgstr "" + +#. Label of a Link field in DocType 'Dashboard Chart Link' +#: frappe/desk/doctype/dashboard_chart_link/dashboard_chart_link.json +msgid "Chart" +msgstr "图表" + +#. Label of a Code field in DocType 'Dashboard Settings' +#: frappe/desk/doctype/dashboard_settings/dashboard_settings.json +msgid "Chart Configuration" +msgstr "" + +#. Label of a Data field in DocType 'Dashboard Chart' +#. Label of a Link field in DocType 'Workspace Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/workspace_chart/workspace_chart.json +#: frappe/public/js/frappe/views/reports/query_report.js:289 +#: frappe/public/js/frappe/widgets/widget_dialog.js:104 +msgid "Chart Name" +msgstr "" + +#. Label of a Code field in DocType 'Dashboard' +#. Label of a Section Break field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard/dashboard.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Chart Options" +msgstr "" + +#. Label of a Link field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Chart Source" +msgstr "" + +#. Label of a Select field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/public/js/frappe/views/reports/report_view.js:475 +msgid "Chart Type" +msgstr "图表类型" + +#. Label of a Table field in DocType 'Dashboard' +#. Label of a Table field in DocType 'Workspace' +#: frappe/desk/doctype/dashboard/dashboard.json +#: frappe/desk/doctype/workspace/workspace.json +msgid "Charts" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Communication' +#. Option for the 'Communication Type' (Select) field in DocType +#. 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Chat" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Column' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Filter' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Template Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/report_column/report_column.json +#: frappe/core/doctype/report_filter/report_filter.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/web_form_field/web_form_field.json +#: frappe/website/doctype/web_template_field/web_template_field.json +msgid "Check" +msgstr "" + +#: frappe/integrations/doctype/webhook/webhook.py:98 +msgid "Check Request URL" +msgstr "检查请求URL" + +#: frappe/email/doctype/newsletter/newsletter.js:18 +msgid "Check broken links" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder_column_selector.html:1 +msgid "Check columns to select, drag to set order." +msgstr "" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:447 +msgid "Check the Error Log for more information: {0}" +msgstr "检查错误日志以获取更多信息:{0}" + +#: frappe/website/doctype/website_settings/website_settings.js:147 +msgid "Check this if you don't want users to sign up for an account on your site. Users won't get desk access unless you explicitly provide it." +msgstr "如果您不希望用户在您的网站上注册帐户,请选中此复选框。除非您明确提供,否则用户将无法获得桌面访问权限。" + +#. Description of the 'User must always select' (Check) field in DocType +#. 'Document Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Check this if you want to force the user to select a series before saving. There will be no default if you check this." +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.js:20 +msgid "Checking broken links..." +msgstr "" + +#: frappe/public/js/frappe/desk.js:220 +msgid "Checking one moment" +msgstr "检查一个时刻" + +#: frappe/website/doctype/website_settings/website_settings.js:140 +msgid "Checking this will enable tracking page views for blogs, web pages, etc." +msgstr "选中此选项将启用跟踪博客,网页等的页面浏览量。" + +#. Description of the 'Hide Custom DocTypes and Reports' (Check) field in +#. DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "Checking this will hide custom doctypes and reports cards in Links section" +msgstr "" + +#: frappe/website/doctype/web_page/web_page.js:78 +msgid "Checking this will publish the page on your website and it'll be visible to everyone." +msgstr "选中此复选框将在您的网站上发布该页面,并且所有人都可以看到该页面。" + +#: frappe/website/doctype/web_page/web_page.js:104 +msgid "Checking this will show a text area where you can write custom javascript that will run on this page." +msgstr "选中此复选框将显示一个文本区域,您可以在其中编写将在此页面上运行的自定义JavaScript。" + +#. Label of a Data field in DocType 'Transaction Log' +#: frappe/core/doctype/transaction_log/transaction_log.json +msgid "Checksum Version" +msgstr "" + +#: frappe/www/list.py:84 +msgid "Child DocTypes are not allowed" +msgstr "" + +#. Label of a Data field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Child Doctype" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1609 +msgid "Child Table {0} for field {1}" +msgstr "" + +#. Description of the 'Is Child Table' (Check) field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/doctype/doctype_list.js:37 +msgid "Child Tables are shown as a Grid in other DocTypes" +msgstr "子表在其他DocType中显示为网格" + +#: frappe/public/js/frappe/widgets/widget_dialog.js:619 +msgid "Choose Existing Card or create New Card" +msgstr "选择现有卡或创建新卡" + +#: frappe/public/js/frappe/views/workspace/workspace.js:1430 +msgid "Choose a block or continue typing" +msgstr "" + +#: frappe/public/js/form_builder/components/controls/DataControl.vue:18 +#: frappe/public/js/frappe/form/controls/color.js:5 +msgid "Choose a color" +msgstr "" + +#: frappe/public/js/form_builder/components/controls/DataControl.vue:21 +#: frappe/public/js/frappe/form/controls/icon.js:5 +msgid "Choose an icon" +msgstr "" + +#. Description of the 'Two Factor Authentication method' (Select) field in +#. DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Choose authentication method to be used by all users" +msgstr "" + +#. Label of a Data field in DocType 'Contact Us Settings' +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +msgid "City" +msgstr "城市" + +#. Label of a Data field in DocType 'Address' +#: frappe/contacts/doctype/address/address.json +msgid "City/Town" +msgstr "" + +#: frappe/core/doctype/recorder/recorder_list.js:12 +#: frappe/public/js/frappe/form/controls/attach.js:16 +msgid "Clear" +msgstr "明确" + +#: frappe/public/js/frappe/views/communication.js:423 +msgid "Clear & Add Template" +msgstr "" + +#: frappe/public/js/frappe/views/communication.js:102 +msgid "Clear & Add template" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1864 +msgctxt "Button in list view actions menu" +msgid "Clear Assignment" +msgstr "" + +#: frappe/public/js/frappe/ui/keyboard.js:278 +msgid "Clear Cache and Reload" +msgstr "清除缓存和重新加载" + +#: frappe/core/doctype/error_log/error_log_list.js:12 +msgid "Clear Error Logs" +msgstr "清除错误日志" + +#: frappe/public/js/frappe/ui/filters/filter_list.js:298 +msgid "Clear Filters" +msgstr "" + +#. Label of a Int field in DocType 'Logs To Clear' +#: frappe/core/doctype/logs_to_clear/logs_to_clear.json +msgid "Clear Logs After (days)" +msgstr "" + +#: frappe/core/doctype/user_permission/user_permission_list.js:144 +msgid "Clear User Permissions" +msgstr "清除用户权限" + +#: frappe/public/js/frappe/views/communication.js:424 +msgid "Clear the email message and add the template" +msgstr "" + +#: frappe/website/doctype/web_page/web_page.py:215 +msgid "Clearing end date, as it cannot be in the past for published pages." +msgstr "清除结束日期,因为发布的页面不能在过去。" + +#: frappe/public/js/frappe/views/dashboard/dashboard_view.js:193 +msgid "Click On Customize to add your first widget" +msgstr "" + +#: frappe/website/doctype/web_form/templates/web_form.html:144 +msgid "Click here" +msgstr "" + +#: frappe/public/js/frappe/form/templates/form_sidebar.html:26 +msgid "Click here to post bugs and suggestions" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.py:338 +msgid "Click here to verify" +msgstr "点击这里核实" + +#: frappe/integrations/doctype/google_drive/google_drive.js:47 +msgid "Click on Authorize Google Drive Access to authorize Google Drive Access." +msgstr "点击授权Google云端硬盘访问权限以授权Google云端硬盘访问权限。" + +#: frappe/public/js/frappe/file_uploader/FileUploader.vue:499 +msgid "Click on a file to select it." +msgstr "" + +#: frappe/templates/emails/login_with_email_link.html:19 +msgid "Click on the button to log in to {0}" +msgstr "" + +#: frappe/templates/emails/data_deletion_approval.html:2 +msgid "Click on the link below to approve the request" +msgstr "单击下面的链接批准该请求" + +#: frappe/templates/emails/new_user.html:7 +msgid "Click on the link below to complete your registration and set a new password" +msgstr "点击下面的链接完成注册,并设置新密码" + +#: frappe/templates/emails/download_data.html:3 +msgid "Click on the link below to download your data" +msgstr "点击下面的链接下载您的数据" + +#: frappe/templates/emails/delete_data_confirmation.html:4 +msgid "Click on the link below to verify your request" +msgstr "点击下面的链接验证您的请求" + +#: frappe/public/js/frappe/file_uploader/FileUploader.vue:200 +msgid "Click on the lock icon to toggle public/private" +msgstr "" + +#: frappe/integrations/doctype/google_calendar/google_calendar.py:102 +#: frappe/integrations/doctype/google_contacts/google_contacts.py:41 +#: frappe/integrations/doctype/google_drive/google_drive.py:53 +#: frappe/website/doctype/website_settings/website_settings.py:161 +msgid "Click on {0} to generate Refresh Token." +msgstr "单击{0}以生成刷新令牌。" + +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:315 +#: frappe/desk/doctype/number_card/number_card.js:215 +#: frappe/email/doctype/auto_email_report/auto_email_report.js:99 +#: frappe/website/doctype/web_form/web_form.js:236 +msgid "Click table to edit" +msgstr "点击表格编辑" + +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:502 +#: frappe/desk/doctype/number_card/number_card.js:402 +msgid "Click to Set Dynamic Filters" +msgstr "" + +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:372 +#: frappe/desk/doctype/number_card/number_card.js:270 +#: frappe/website/doctype/web_form/web_form.js:262 +msgid "Click to Set Filters" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:681 +msgid "Click to sort by {0}" +msgstr "" + +#. Option for the 'Delivery Status' (Select) field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Clicked" +msgstr "" + +#. Label of a Link field in DocType 'OAuth Authorization Code' +#. Label of a Link field in DocType 'OAuth Bearer Token' +#: frappe/integrations/doctype/oauth_authorization_code/oauth_authorization_code.json +#: frappe/integrations/doctype/oauth_bearer_token/oauth_bearer_token.json +msgid "Client" +msgstr "" + +#. Label of a Section Break field in DocType 'Report' +#: frappe/core/doctype/report/report.json +msgid "Client Code" +msgstr "" + +#. Label of a Section Break field in DocType 'Connected App' +#. Label of a Section Break field in DocType 'Social Login Key' +#: frappe/integrations/doctype/connected_app/connected_app.json +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Client Credentials" +msgstr "" + +#. Label of a Data field in DocType 'Google Settings' +#. Label of a Data field in DocType 'Social Login Key' +#: frappe/integrations/doctype/google_settings/google_settings.json +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Client ID" +msgstr "" + +#. Label of a Data field in DocType 'Connected App' +#: frappe/integrations/doctype/connected_app/connected_app.json +msgid "Client Id" +msgstr "" + +#. Label of a Section Break field in DocType 'Social Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Client Information" +msgstr "" + +#. Linked DocType in DocType's connections +#. Linked DocType in Module Def's connections +#. Label of a Link in the Build Workspace +#. Label of a shortcut in the Build Workspace +#. Name of a DocType +#. Label of a Code field in DocType 'DocType Layout' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/module_def/module_def.json +#: frappe/core/workspace/build/build.json +#: frappe/custom/doctype/client_script/client_script.json +#: frappe/custom/doctype/doctype_layout/doctype_layout.json +#: frappe/website/doctype/web_page/web_page.js:103 +msgid "Client Script" +msgstr "客户端脚本" + +#. Label of a Password field in DocType 'Connected App' +#. Label of a Password field in DocType 'Google Settings' +#. Label of a Password field in DocType 'Social Login Key' +#: frappe/integrations/doctype/connected_app/connected_app.json +#: frappe/integrations/doctype/google_settings/google_settings.json +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Client Secret" +msgstr "" + +#. Label of a Section Break field in DocType 'Social Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Client URLs" +msgstr "" + +#. Label of a Code field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Client script" +msgstr "" + +#: frappe/core/doctype/communication/communication.js:39 +#: frappe/desk/doctype/todo/todo.js:23 +#: frappe/public/js/frappe/ui/messages.js:245 +#: frappe/website/js/bootstrap-4.js:24 +msgid "Close" +msgstr "关闭" + +#. Label of a Code field in DocType 'Assignment Rule' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +msgid "Close Condition" +msgstr "" + +#: frappe/public/js/form_builder/components/FieldProperties.vue:79 +msgid "Close properties" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Activity Log' +#. Option for the 'Status' (Select) field in DocType 'Communication' +#. Option for the 'Status' (Select) field in DocType 'Event' +#. Option for the 'Status' (Select) field in DocType 'ToDo' +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/communication/communication.json +#: frappe/desk/doctype/event/event.json frappe/desk/doctype/todo/todo.json +msgid "Closed" +msgstr "已关闭" + +#: frappe/templates/discussions/comment_box.html:25 +#: frappe/templates/discussions/reply_section.html:53 +#: frappe/templates/discussions/topic_modal.html:11 +msgid "Cmd+Enter to add comment" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Label of a Data field in DocType 'Country' +#. Option for the 'Response Type' (Select) field in DocType 'OAuth Client' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/geo/doctype/country/country.json +#: frappe/integrations/doctype/oauth_client/oauth_client.json +msgid "Code" +msgstr "" + +#. Label of a Data field in DocType 'OAuth Authorization Code' +#: frappe/integrations/doctype/oauth_authorization_code/oauth_authorization_code.json +msgid "Code Challenge" +msgstr "" + +#. Label of a Select field in DocType 'OAuth Authorization Code' +#: frappe/integrations/doctype/oauth_authorization_code/oauth_authorization_code.json +msgid "Code challenge method" +msgstr "" + +#: frappe/public/js/frappe/form/form_tour.js:270 +#: frappe/public/js/frappe/widgets/base_widget.js:159 +msgid "Collapse" +msgstr "坍方" + +#: frappe/public/js/frappe/form/controls/code.js:179 +msgctxt "Shrink code field." +msgid "Collapse" +msgstr "坍方" + +#: frappe/public/js/frappe/views/reports/query_report.js:1973 +#: frappe/public/js/frappe/views/treeview.js:110 +msgid "Collapse All" +msgstr "全部收缩" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Collapsible" +msgstr "" + +#. Label of a Code field in DocType 'Custom Field' +#. Label of a Code field in DocType 'Customize Form Field' +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Collapsible Depends On" +msgstr "" + +#. Label of a Code field in DocType 'DocField' +#: frappe/core/doctype/docfield/docfield.json +msgid "Collapsible Depends On (JS)" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Label of a Data field in DocType 'DocType' +#. Label of a Select field in DocType 'DocType State' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Label of a Color field in DocType 'Dashboard Chart' +#. Label of a Color field in DocType 'Dashboard Chart Field' +#. Label of a Data field in DocType 'Desktop Icon' +#. Label of a Color field in DocType 'Event' +#. Label of a Color field in DocType 'Number Card' +#. Label of a Color field in DocType 'ToDo' +#. Label of a Color field in DocType 'Workspace Shortcut' +#. Name of a DocType +#. Label of a Color field in DocType 'Color' +#. Label of a Color field in DocType 'Social Link Settings' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/doctype_state/doctype_state.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/dashboard_chart_field/dashboard_chart_field.json +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +#: frappe/desk/doctype/event/event.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/desk/doctype/todo/todo.json +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +#: frappe/public/js/frappe/views/reports/query_report.js:1160 +#: frappe/public/js/frappe/widgets/widget_dialog.js:510 +#: frappe/public/js/frappe/widgets/widget_dialog.js:662 +#: frappe/website/doctype/color/color.json +#: frappe/website/doctype/social_link_settings/social_link_settings.json +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Color" +msgstr "颜色" + +#. Label of a Data field in DocType 'Recorder Suggested Index' +#: frappe/core/doctype/recorder_suggested_index/recorder_suggested_index.json +#: frappe/printing/page/print_format_builder/print_format_builder_column_selector.html:7 +#: frappe/public/js/form_builder/components/Section.vue:270 +#: frappe/public/js/print_format_builder/ConfigureColumns.vue:8 +msgid "Column" +msgstr "" + +#: frappe/desk/doctype/kanban_board/kanban_board.py:84 +msgid "Column {0} already exist." +msgstr "列{0}已经存在。" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Template Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/web_form_field/web_form_field.json +#: frappe/website/doctype/web_template_field/web_template_field.json +msgid "Column Break" +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:140 +msgid "Column Labels:" +msgstr "列标签:" + +#. Label of a Data field in DocType 'Kanban Board Column' +#: frappe/core/doctype/data_export/exporter.py:25 +#: frappe/desk/doctype/kanban_board_column/kanban_board_column.json +msgid "Column Name" +msgstr "列名" + +#: frappe/desk/doctype/kanban_board/kanban_board.py:45 +msgid "Column Name cannot be empty" +msgstr "列名不能为空" + +#: frappe/public/js/frappe/form/grid_row.js:430 +msgid "Column Width" +msgstr "" + +#: frappe/public/js/frappe/form/grid_row.js:614 +msgid "Column width cannot be zero." +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:385 +msgid "Column {0}" +msgstr "" + +#. Label of a Int field in DocType 'DocField' +#. Label of a Section Break field in DocType 'Report' +#. Label of a Table field in DocType 'Report' +#. Label of a Int field in DocType 'Custom Field' +#. Label of a Int field in DocType 'Customize Form Field' +#. Label of a Table field in DocType 'Kanban Board' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/report/report.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/desk/doctype/kanban_board/kanban_board.json +msgid "Columns" +msgstr "" + +#. Label of a HTML Editor field in DocType 'Access Log' +#: frappe/core/doctype/access_log/access_log.json +msgid "Columns / Fields" +msgstr "" + +#: frappe/public/js/frappe/views/kanban/kanban_view.js:397 +msgid "Columns based on" +msgstr "基于列" + +#: frappe/integrations/doctype/oauth_client/oauth_client.py:48 +msgid "Combination of Grant Type ({0}) and Response Type ({1}) not allowed" +msgstr "授予类型( {0} )和响应类型( {1} )的组合不允许" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Comm10E" +msgstr "" + +#. Name of a DocType +#. Option for the 'Comment Type' (Select) field in DocType 'Comment' +#. Option for the 'Communication Type' (Select) field in DocType +#. 'Communication' +#. Option for the 'Comment Type' (Select) field in DocType 'Communication' +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/version/version_view.html:3 +#: frappe/public/js/frappe/form/controls/comment.js:9 +#: frappe/public/js/frappe/form/sidebar/assign_to.js:236 +#: frappe/templates/includes/comments/comments.html:34 +msgid "Comment" +msgstr "评论" + +#. Label of a Data field in DocType 'Comment' +#: frappe/core/doctype/comment/comment.json +msgid "Comment By" +msgstr "" + +#. Label of a Data field in DocType 'Comment' +#: frappe/core/doctype/comment/comment.json +msgid "Comment Email" +msgstr "" + +#. Label of a Select field in DocType 'Comment' +#. Label of a Select field in DocType 'Communication' +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +msgid "Comment Type" +msgstr "" + +#: frappe/desk/form/utils.py:58 +msgid "Comment can only be edited by the owner" +msgstr "评论只能由所有者进行编辑" + +#. Label of a Int field in DocType 'Blog Settings' +#: frappe/website/doctype/blog_settings/blog_settings.json +msgid "Comment limit" +msgstr "" + +#. Description of the 'Comment limit' (Int) field in DocType 'Blog Settings' +#: frappe/website/doctype/blog_settings/blog_settings.json +msgid "Comment limit per hour" +msgstr "" + +#: frappe/model/meta.py:53 frappe/public/js/frappe/form/controls/comment.js:9 +#: frappe/public/js/frappe/model/meta.js:206 +#: frappe/public/js/frappe/model/model.js:135 +#: frappe/website/doctype/web_form/templates/web_form.html:119 +msgid "Comments" +msgstr "评论" + +#. Description of the 'Timeline Field' (Data) field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Comments and Communications will be associated with this linked document" +msgstr "" + +#: frappe/templates/includes/comments/comments.py:38 +msgid "Comments cannot have links or email addresses" +msgstr "评论不能包含链接或电子邮件地址" + +#. Option for the 'Rounding Method' (Select) field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Commercial Rounding" +msgstr "" + +#. Label of a Check field in DocType 'System Console' +#: frappe/desk/doctype/system_console/system_console.json +msgid "Commit" +msgstr "" + +#. Label of a Check field in DocType 'Console Log' +#: frappe/desk/doctype/console_log/console_log.json +msgid "Committed" +msgstr "" + +#: frappe/utils/password_strength.py:172 +msgid "Common names and surnames are easy to guess." +msgstr "常见名字和姓氏很容易被猜到。" + +#. Name of a DocType +#. Option for the 'Communication Type' (Select) field in DocType +#. 'Communication' +#. Linked DocType in User's connections +#. Label of a Data field in DocType 'Email Flag Queue' +#. Label of a Link field in DocType 'Email Queue' +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/user/user.json +#: frappe/email/doctype/email_flag_queue/email_flag_queue.json +#: frappe/email/doctype/email_queue/email_queue.json +#: frappe/tests/test_translate.py:35 frappe/tests/test_translate.py:103 +msgid "Communication" +msgstr "通讯" + +#. Name of a DocType +#: frappe/core/doctype/communication_link/communication_link.json +msgid "Communication Link" +msgstr "通讯链接" + +#. Label of a Link in the Build Workspace +#: frappe/core/workspace/build/build.json +msgid "Communication Logs" +msgstr "" + +#. Label of a Select field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Communication Type" +msgstr "" + +#: frappe/integrations/frappe_providers/frappecloud_billing.py:28 +msgid "Communication secret not set" +msgstr "" + +#: frappe/desk/page/leaderboard/leaderboard.js:112 +msgid "Company" +msgstr "公司" + +#. Name of a DocType +#: frappe/website/doctype/company_history/company_history.json +#: frappe/www/about.html:29 +msgid "Company History" +msgstr "公司历史" + +#. Label of a Text Editor field in DocType 'About Us Settings' +#: frappe/website/doctype/about_us_settings/about_us_settings.json +msgid "Company Introduction" +msgstr "" + +#. Label of a Data field in DocType 'Contact' +#: frappe/contacts/doctype/contact/contact.json +msgid "Company Name" +msgstr "公司名称" + +#: frappe/core/doctype/server_script/server_script.js:14 +#: frappe/custom/doctype/client_script/client_script.js:54 +#: frappe/public/js/frappe/utils/diffview.js:28 +msgid "Compare Versions" +msgstr "" + +#: frappe/core/doctype/server_script/server_script.py:139 +msgid "Compilation warning" +msgstr "" + +#: frappe/website/doctype/website_theme/website_theme.py:121 +msgid "Compiled Successfully" +msgstr "编译成功" + +#. Option for the 'Status' (Select) field in DocType 'Scheduled Job Log' +#: frappe/core/doctype/scheduled_job_log/scheduled_job_log.json +#: frappe/www/complete_signup.html:21 +msgid "Complete" +msgstr "完成" + +#: frappe/public/js/frappe/form/sidebar/assign_to.js:202 +msgid "Complete By" +msgstr "由...完成" + +#: frappe/core/doctype/user/user.py:413 +#: frappe/templates/emails/new_user.html:10 +msgid "Complete Registration" +msgstr "完成注册" + +#: frappe/public/js/frappe/ui/slides.js:355 +msgctxt "Finish the setup wizard" +msgid "Complete Setup" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Auto Repeat' +#. Option for the 'Status' (Select) field in DocType 'Prepared Report' +#. Option for the 'Status' (Select) field in DocType 'Event' +#. Option for the 'Status' (Select) field in DocType 'Integration Request' +#. Option for the 'Status' (Select) field in DocType 'Workflow Action' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/core/doctype/doctype/boilerplate/controller_list.html:31 +#: frappe/core/doctype/prepared_report/prepared_report.json +#: frappe/desk/doctype/event/event.json +#: frappe/integrations/doctype/integration_request/integration_request.json +#: frappe/utils/goal.py:117 +#: frappe/workflow/doctype/workflow_action/workflow_action.json +msgid "Completed" +msgstr "已完成" + +#. Label of a Link field in DocType 'Workflow Action' +#: frappe/workflow/doctype/workflow_action/workflow_action.json +msgid "Completed By Role" +msgstr "" + +#. Label of a Link field in DocType 'Workflow Action' +#: frappe/workflow/doctype/workflow_action/workflow_action.json +msgid "Completed By User" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Web Template' +#: frappe/website/doctype/web_template/web_template.json +msgid "Component" +msgstr "" + +#: frappe/public/js/frappe/views/inbox/inbox_view.js:184 +msgid "Compose Email" +msgstr "写邮件" + +#. Label of a Select field in DocType 'Document Naming Rule Condition' +#. Label of a Code field in DocType 'Navbar Item' +#. Label of a Small Text field in DocType 'Bulk Update' +#. Label of a Code field in DocType 'Notification' +#. Label of a Data field in DocType 'Notification Recipient' +#. Label of a Small Text field in DocType 'Webhook' +#. Label of a Code field in DocType 'Energy Point Rule' +#. Label of a Code field in DocType 'Workflow Transition' +#: frappe/core/doctype/document_naming_rule_condition/document_naming_rule_condition.json +#: frappe/core/doctype/navbar_item/navbar_item.json +#: frappe/desk/doctype/bulk_update/bulk_update.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:305 +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:439 +#: frappe/desk/doctype/number_card/number_card.js:205 +#: frappe/desk/doctype/number_card/number_card.js:336 +#: frappe/email/doctype/notification/notification.json +#: frappe/email/doctype/notification_recipient/notification_recipient.json +#: frappe/integrations/doctype/webhook/webhook.json +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +#: frappe/website/doctype/web_form/web_form.js:197 +#: frappe/workflow/doctype/workflow_transition/workflow_transition.json +msgid "Condition" +msgstr "" + +#. Label of a JSON field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Condition JSON" +msgstr "" + +#. Label of a HTML field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Condition description" +msgstr "" + +#. Label of a Table field in DocType 'Document Naming Rule' +#. Label of a Section Break field in DocType 'Workflow Transition' +#: frappe/core/doctype/document_naming_rule/document_naming_rule.json +#: frappe/workflow/doctype/workflow_transition/workflow_transition.json +msgid "Conditions" +msgstr "" + +#. Label of a Section Break field in DocType 'Social Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Configuration" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:457 +msgid "Configure Chart" +msgstr "配置图表" + +#: frappe/public/js/frappe/form/grid_row.js:382 +msgid "Configure Columns" +msgstr "" + +#: frappe/core/doctype/recorder/recorder_list.js:200 +msgid "Configure Recorder" +msgstr "" + +#: frappe/public/js/print_format_builder/Field.vue:103 +msgid "Configure columns for {0}" +msgstr "" + +#. Description of the 'Amended Documents' (Section Break) field in DocType +#. 'Document Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Configure how amended documents will be named.
    \n\n" +"Default behaviour is to follow an amend counter which adds a number to the end of the original name indicating the amended version.
    \n\n" +"Default Naming will make the amended document to behave same as new documents." +msgstr "" + +#. Description of a DocType +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Configure various aspects of how document naming works like naming series, current counter." +msgstr "" + +#: frappe/core/doctype/user/user.js:395 frappe/public/js/frappe/dom.js:331 +#: frappe/www/update-password.html:30 +msgid "Confirm" +msgstr "确认" + +#: frappe/public/js/frappe/ui/messages.js:31 +msgctxt "Title of confirmation dialog" +msgid "Confirm" +msgstr "确认" + +#: frappe/integrations/oauth2.py:118 +msgid "Confirm Access" +msgstr "" + +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:92 +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:100 +msgid "Confirm Deletion of Account" +msgstr "" + +#: frappe/core/doctype/user/user.js:189 +msgid "Confirm New Password" +msgstr "确认新密码" + +#: frappe/www/update-password.html:24 +msgid "Confirm Password" +msgstr "" + +#: frappe/templates/emails/data_deletion_approval.html:6 +#: frappe/templates/emails/delete_data_confirmation.html:7 +msgid "Confirm Request" +msgstr "确认申请" + +#: frappe/email/doctype/newsletter/newsletter.py:333 +msgid "Confirm Your Email" +msgstr "确认您的电子邮件" + +#. Label of a Link field in DocType 'Email Group' +#: frappe/email/doctype/email_group/email_group.json +msgid "Confirmation Email Template" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.py:382 +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:393 +msgid "Confirmed" +msgstr "确认" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:530 +msgid "Congratulations on completing the module setup. If you want to learn more you can refer to the documentation here." +msgstr "" + +#: frappe/integrations/doctype/connected_app/connected_app.js:25 +msgid "Connect to {}" +msgstr "" + +#. Label of a Link field in DocType 'Email Account' +#. Name of a DocType +#. Label of a Link field in DocType 'Token Cache' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/integrations/doctype/connected_app/connected_app.json +#: frappe/integrations/doctype/token_cache/token_cache.json +msgid "Connected App" +msgstr "" + +#. Label of a Link field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Connected User" +msgstr "" + +#: frappe/public/js/frappe/form/print_utils.js:97 +#: frappe/public/js/frappe/form/print_utils.js:121 +msgid "Connected to QZ Tray!" +msgstr "连接到QZ托盘!" + +#: frappe/public/js/frappe/request.js:34 +msgid "Connection Lost" +msgstr "" + +#: frappe/templates/pages/integrations/gcalendar-success.html:3 +msgid "Connection Success" +msgstr "连接成功" + +#: frappe/public/js/frappe/dom.js:432 +msgid "Connection lost. Some features might not work." +msgstr "连接丢失。某些功能可能无法使用。" + +#. Label of a Tab Break field in DocType 'DocType' +#. Label of a Tab Break field in DocType 'Module Def' +#. Label of a Tab Break field in DocType 'User' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/module_def/module_def.json +#: frappe/core/doctype/user/user.json +#: frappe/public/js/frappe/form/dashboard.js:54 +msgid "Connections" +msgstr "" + +#. Label of a Code field in DocType 'System Console' +#: frappe/desk/doctype/system_console/system_console.json +msgid "Console" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/console_log/console_log.json +msgid "Console Log" +msgstr "控制台日志" + +#: frappe/desk/doctype/console_log/console_log.py:24 +msgid "Console Logs can not be deleted" +msgstr "" + +#. Label of a Section Break field in DocType 'DocField' +#: frappe/core/doctype/docfield/docfield.json +msgid "Constraints" +msgstr "" + +#. Name of a DocType +#. Linked DocType in User's connections +#: frappe/contacts/doctype/contact/contact.json +#: frappe/core/doctype/communication/communication.js:113 +#: frappe/core/doctype/user/user.json +msgid "Contact" +msgstr "联系人" + +#. Label of a Section Break field in DocType 'Contact' +#: frappe/contacts/doctype/contact/contact.json +msgid "Contact Details" +msgstr "" + +#. Name of a DocType +#: frappe/contacts/doctype/contact_email/contact_email.json +msgid "Contact Email" +msgstr "联络人电邮" + +#. Label of a Table field in DocType 'Contact' +#: frappe/contacts/doctype/contact/contact.json +msgid "Contact Numbers" +msgstr "" + +#. Name of a DocType +#: frappe/contacts/doctype/contact_phone/contact_phone.json +msgid "Contact Phone" +msgstr "联系电话" + +#: frappe/integrations/doctype/google_contacts/google_contacts.py:293 +msgid "Contact Synced with Google Contacts." +msgstr "与Google通讯录联系。" + +#: frappe/www/contact.html:4 +msgid "Contact Us" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Website Workspace +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +#: frappe/website/workspace/website/website.json +msgid "Contact Us Settings" +msgstr "" + +#. Description of the 'Query Options' (Small Text) field in DocType 'Contact Us +#. Settings' +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +msgid "Contact options, like \"Sales Query, Support Query\" etc each on a new line or separated by commas." +msgstr "" + +#: frappe/utils/change_log.py:363 +msgid "Contains {0} security fix" +msgstr "" + +#: frappe/utils/change_log.py:361 +msgid "Contains {0} security fixes" +msgstr "" + +#. Label of a HTML Editor field in DocType 'Comment' +#. Label of a Text Editor field in DocType 'Note' +#. Label of a Long Text field in DocType 'Workspace' +#. Label of a Section Break field in DocType 'Newsletter' +#. Label of a Text Editor field in DocType 'Blog Post' +#. Label of a Text Editor field in DocType 'Help Article' +#. Label of a Tab Break field in DocType 'Web Page' +#. Label of a Section Break field in DocType 'Web Page' +#: frappe/core/doctype/comment/comment.json frappe/desk/doctype/note/note.json +#: frappe/desk/doctype/workspace/workspace.json +#: frappe/email/doctype/newsletter/newsletter.json +#: frappe/website/doctype/blog_post/blog_post.json +#: frappe/website/doctype/help_article/help_article.json +#: frappe/website/doctype/web_page/web_page.json +msgid "Content" +msgstr "" + +#. Label of a HTML Editor field in DocType 'Blog Post' +#: frappe/website/doctype/blog_post/blog_post.json +msgid "Content (HTML)" +msgstr "" + +#. Label of a Markdown Editor field in DocType 'Blog Post' +#: frappe/website/doctype/blog_post/blog_post.json +msgid "Content (Markdown)" +msgstr "" + +#. Label of a Data field in DocType 'File' +#: frappe/core/doctype/file/file.json +msgid "Content Hash" +msgstr "" + +#. Label of a Select field in DocType 'Newsletter' +#. Label of a Select field in DocType 'Blog Post' +#. Label of a Select field in DocType 'Web Page' +#: frappe/email/doctype/newsletter/newsletter.json +#: frappe/website/doctype/blog_post/blog_post.json +#: frappe/website/doctype/web_page/web_page.json +msgid "Content Type" +msgstr "" + +#: frappe/desk/doctype/workspace/workspace.py:81 +msgid "Content data shoud be a list" +msgstr "" + +#: frappe/website/doctype/web_page/web_page.js:91 +msgid "Content type for building the page" +msgstr "用于构建页面的内容类型" + +#. Label of a Data field in DocType 'Translation' +#. Label of a Section Break field in DocType 'Web Page' +#: frappe/core/doctype/translation/translation.json +#: frappe/website/doctype/web_page/web_page.json +msgid "Context" +msgstr "" + +#. Label of a Code field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "Context Script" +msgstr "" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:209 +#: frappe/public/js/frappe/widgets/onboarding_widget.js:237 +#: frappe/public/js/frappe/widgets/onboarding_widget.js:277 +#: frappe/public/js/frappe/widgets/onboarding_widget.js:317 +#: frappe/public/js/frappe/widgets/onboarding_widget.js:366 +#: frappe/public/js/frappe/widgets/onboarding_widget.js:388 +#: frappe/public/js/frappe/widgets/onboarding_widget.js:428 +#: frappe/public/js/frappe/widgets/onboarding_widget.js:536 +msgid "Continue" +msgstr "继续" + +#. Label of a Check field in DocType 'Translation' +#: frappe/core/doctype/translation/translation.json +msgid "Contributed" +msgstr "" + +#. Label of a Data field in DocType 'Translation' +#: frappe/core/doctype/translation/translation.json +msgid "Contribution Document Name" +msgstr "" + +#. Label of a Select field in DocType 'Translation' +#: frappe/core/doctype/translation/translation.json +msgid "Contribution Status" +msgstr "" + +#. Description of the 'Sign ups' (Select) field in DocType 'Social Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Controls whether new users can sign up using this Social Login Key. If unset, Website Settings is respected." +msgstr "" + +#: frappe/public/js/frappe/utils/utils.js:1045 +msgid "Copied to clipboard." +msgstr "复制到剪贴板。" + +#: frappe/website/doctype/web_form/web_form.js:29 +msgid "Copy Embed Code" +msgstr "" + +#: frappe/public/js/frappe/form/templates/timeline_message_box.html:83 +msgid "Copy Link" +msgstr "" + +#: frappe/public/js/frappe/request.js:615 +msgid "Copy error to clipboard" +msgstr "" + +#: frappe/public/js/frappe/form/toolbar.js:389 +msgid "Copy to Clipboard" +msgstr "" + +#. Label of a Data field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Copyright" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.py:119 +msgid "Core DocTypes cannot be customized." +msgstr "核心DocType无法自定义。" + +#: frappe/desk/doctype/global_search_settings/global_search_settings.py:36 +msgid "Core Modules {0} cannot be searched in Global Search." +msgstr "无法在全局搜索中搜索核心模块{0}。" + +#: frappe/printing/page/print/print.js:620 +msgid "Correct version :" +msgstr "" + +#: frappe/email/smtp.py:78 +msgid "Could not connect to outgoing email server" +msgstr "无法连接到外发邮件服务器" + +#: frappe/model/document.py:934 +msgid "Could not find {0}" +msgstr "找不到{0}" + +#: frappe/core/doctype/data_import/importer.py:895 +msgid "Could not map column {0} to field {1}" +msgstr "无法将列{0}映射到字段{1}" + +#: frappe/public/js/frappe/web_form/web_form.js:359 +msgid "Couldn't save, please check the data you have entered" +msgstr "无法保存,请检查您输入的数据" + +#. Option for the 'Chart Type' (Select) field in DocType 'Dashboard Chart' +#. Option for the 'Group By Type' (Select) field in DocType 'Dashboard Chart' +#. Option for the 'Function' (Select) field in DocType 'Number Card' +#. Label of a Int field in DocType 'System Health Report Workers' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/desk/doctype/system_health_report_workers/system_health_report_workers.json +#: frappe/public/js/frappe/ui/group_by/group_by.js:19 +#: frappe/public/js/frappe/ui/group_by/group_by.js:316 +#: frappe/workflow/doctype/workflow/workflow.js:162 +msgid "Count" +msgstr "计数" + +#: frappe/public/js/frappe/widgets/widget_dialog.js:504 +msgid "Count Customizations" +msgstr "计数自定义" + +#. Label of a Section Break field in DocType 'Workspace Shortcut' +#. Label of a Code field in DocType 'Workspace Shortcut' +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +#: frappe/public/js/frappe/widgets/widget_dialog.js:489 +msgid "Count Filter" +msgstr "计数过滤器" + +#. Label of a Int field in DocType 'Document Naming Rule' +#: frappe/core/doctype/document_naming_rule/document_naming_rule.json +msgid "Counter" +msgstr "" + +#. Label of a Link field in DocType 'Address' +#. Label of a Link field in DocType 'Address Template' +#. Label of a Link field in DocType 'System Settings' +#. Name of a DocType +#. Label of a Data field in DocType 'Contact Us Settings' +#: frappe/contacts/doctype/address/address.json +#: frappe/contacts/doctype/address_template/address_template.json +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/geo/doctype/country/country.json +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +msgid "Country" +msgstr "国家" + +#: frappe/utils/__init__.py:116 +msgid "Country Code Required" +msgstr "" + +#. Label of a Data field in DocType 'Country' +#: frappe/geo/doctype/country/country.json +msgid "Country Name" +msgstr "" + +#. Label of a Data field in DocType 'Address' +#: frappe/contacts/doctype/address/address.json +msgid "County" +msgstr "" + +#: frappe/public/js/frappe/utils/number_systems.js:23 +#: frappe/public/js/frappe/utils/number_systems.js:45 +msgctxt "Number system" +msgid "Cr" +msgstr "信用" + +#. Label of a Check field in DocType 'Custom DocPerm' +#. Label of a Check field in DocType 'DocPerm' +#. Label of a Check field in DocType 'User Document Type' +#: frappe/core/doctype/communication/communication.js:117 +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/docperm/docperm.json +#: frappe/core/doctype/user_document_type/user_document_type.json +#: frappe/printing/page/print_format_builder_beta/print_format_builder_beta.js:46 +#: frappe/public/js/frappe/form/reminders.js:49 +#: frappe/public/js/frappe/views/file/file_view.js:112 +#: frappe/public/js/frappe/views/interaction.js:18 +#: frappe/public/js/frappe/views/reports/query_report.js:1192 +#: frappe/public/js/frappe/views/workspace/workspace.js:1262 +#: frappe/workflow/page/workflow_builder/workflow_builder.js:46 +msgid "Create" +msgstr "创建" + +#: frappe/core/doctype/doctype/doctype_list.js:85 +msgid "Create & Continue" +msgstr "" + +#. Title of an Onboarding Step +#: frappe/website/onboarding_step/create_blogger/create_blogger.json +msgid "Create Blogger" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:187 +#: frappe/public/js/frappe/views/reports/query_report.js:232 +msgid "Create Card" +msgstr "创建卡" + +#: frappe/public/js/frappe/views/reports/query_report.js:285 +#: frappe/public/js/frappe/views/reports/query_report.js:1119 +msgid "Create Chart" +msgstr "创建图表" + +#. Label of a Check field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Create Contacts from Incoming Emails" +msgstr "" + +#. Title of an Onboarding Step +#: frappe/custom/onboarding_step/custom_field/custom_field.json +msgid "Create Custom Fields" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:970 +msgid "Create Duplicate" +msgstr "" + +#. Option for the 'Action' (Select) field in DocType 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Create Entry" +msgstr "" + +#: frappe/public/js/print_format_builder/LetterHeadEditor.vue:59 +#: frappe/public/js/print_format_builder/LetterHeadEditor.vue:195 +msgid "Create Letter Head" +msgstr "" + +#. Label of a Check field in DocType 'Scheduled Job Type' +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +msgid "Create Log" +msgstr "" + +#: frappe/printing/page/print_format_builder_beta/print_format_builder_beta.js:41 +#: frappe/public/js/frappe/views/treeview.js:344 +#: frappe/workflow/page/workflow_builder/workflow_builder.js:41 +msgid "Create New" +msgstr "创建新的" + +#: frappe/public/js/frappe/list/list_view.js:486 +msgctxt "Create a new document from list view" +msgid "Create New" +msgstr "创建新的" + +#: frappe/core/doctype/doctype/doctype_list.js:83 +msgid "Create New DocType" +msgstr "" + +#: frappe/public/js/frappe/list/list_view_select.js:204 +msgid "Create New Kanban Board" +msgstr "" + +#: frappe/core/doctype/user/user.js:267 +msgid "Create User Email" +msgstr "创建用户电子邮件" + +#: frappe/printing/page/print_format_builder/print_format_builder_start.html:16 +msgid "Create a New Format" +msgstr "" + +#: frappe/public/js/frappe/form/reminders.js:9 +msgid "Create a Reminder" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:537 +msgid "Create a new ..." +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:156 +msgid "Create a new record" +msgstr "创建一个新记录" + +#: frappe/public/js/frappe/form/controls/link.js:303 +#: frappe/public/js/frappe/form/controls/link.js:305 +#: frappe/public/js/frappe/form/link_selector.js:139 +#: frappe/public/js/frappe/list/list_view.js:475 +#: frappe/public/js/frappe/web_form/web_form_list.js:225 +msgid "Create a new {0}" +msgstr "创建一个新的{0}" + +#: frappe/www/login.html:142 +msgid "Create a {0} Account" +msgstr "" + +#. Description of a DocType +#: frappe/email/doctype/newsletter/newsletter.json +msgid "Create and send emails to a specific group of subscribers periodically." +msgstr "" + +#. Description of a Card Break in the Build Workspace +#: frappe/core/workspace/build/build.json +msgid "Create new forms and views with doctypes. Set up multi-level workflows for approval" +msgstr "" + +#: frappe/printing/page/print_format_builder_beta/print_format_builder_beta.js:34 +msgid "Create or Edit Print Format" +msgstr "" + +#: frappe/workflow/page/workflow_builder/workflow_builder.js:34 +msgid "Create or Edit Workflow" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:478 +msgid "Create your first {0}" +msgstr "创建您的第一个{0}" + +#: frappe/workflow/doctype/workflow/workflow.js:16 +msgid "Create your workflow visually using the Workflow Builder." +msgstr "" + +#. Option for the 'Comment Type' (Select) field in DocType 'Comment' +#. Option for the 'Comment Type' (Select) field in DocType 'Communication' +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +#: frappe/public/js/frappe/views/file/file_view.js:318 +msgid "Created" +msgstr "" + +#. Label of a Datetime field in DocType 'Submission Queue' +#: frappe/core/doctype/submission_queue/submission_queue.json +msgid "Created At" +msgstr "" + +#: frappe/model/meta.py:50 +#: frappe/public/js/frappe/list/list_sidebar_group_by.js:73 +#: frappe/public/js/frappe/model/meta.js:203 +#: frappe/public/js/frappe/model/model.js:123 +msgid "Created By" +msgstr "创建人" + +#: frappe/workflow/doctype/workflow/workflow.py:65 +msgid "Created Custom Field {0} in {1}" +msgstr "在{1}创建了自定义字段{0}" + +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:241 +#: frappe/email/doctype/notification/notification.js:32 frappe/model/meta.py:45 +#: frappe/public/js/frappe/model/meta.js:198 +#: frappe/public/js/frappe/model/model.js:125 +#: frappe/public/js/frappe/views/dashboard/dashboard_view.js:478 +msgid "Created On" +msgstr "" + +#: frappe/public/js/frappe/desk.js:500 +#: frappe/public/js/frappe/views/treeview.js:359 +msgid "Creating {0}" +msgstr "创建{0}" + +#. Option for the 'Type' (Select) field in DocType 'Energy Point Log' +#: frappe/social/doctype/energy_point_log/energy_point_log.json +msgid "Criticism" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/review.js:66 +msgid "Criticize" +msgstr "批评" + +#. Option for the 'Frequency' (Select) field in DocType 'Scheduled Job Type' +#. Option for the 'Event Frequency' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +#: frappe/core/doctype/server_script/server_script.json +msgid "Cron" +msgstr "" + +#. Label of a Data field in DocType 'Scheduled Job Type' +#. Label of a Data field in DocType 'Server Script' +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +#: frappe/core/doctype/server_script/server_script.json +msgid "Cron Format" +msgstr "" + +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.py:60 +msgid "Cron format is required for job types with Cron frequency." +msgstr "" + +#: frappe/public/js/frappe/file_uploader/ImageCropper.vue:34 +msgid "Crop" +msgstr "" + +#: frappe/public/js/frappe/form/grid_row_form.js:42 +msgid "Ctrl + Down" +msgstr "" + +#: frappe/public/js/frappe/form/grid_row_form.js:42 +msgid "Ctrl + Up" +msgstr "" + +#: frappe/templates/includes/comments/comments.html:32 +msgid "Ctrl+Enter to add comment" +msgstr "Ctrl + Enter以添加评论" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Column' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Filter' +#. Label of a Link field in DocType 'System Settings' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Name of a DocType +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/report_column/report_column.json +#: frappe/core/doctype/report_filter/report_filter.json +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/desk/page/setup_wizard/setup_wizard.js:403 +#: frappe/geo/doctype/currency/currency.json +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Currency" +msgstr "货币" + +#. Label of a Data field in DocType 'Currency' +#: frappe/geo/doctype/currency/currency.json +msgid "Currency Name" +msgstr "" + +#. Label of a Select field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Currency Precision" +msgstr "" + +#. Description of a DocType +#: frappe/geo/doctype/currency/currency.json +msgid "Currency list stores the currency value, its symbol and fraction unit" +msgstr "" + +#. Option for the 'Address Type' (Select) field in DocType 'Address' +#: frappe/contacts/doctype/address/address.json +msgid "Current" +msgstr "当前" + +#. Label of a Link field in DocType 'RQ Worker' +#: frappe/core/doctype/rq_worker/rq_worker.json +msgid "Current Job ID" +msgstr "" + +#. Label of a Int field in DocType 'Document Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Current Value" +msgstr "" + +#: frappe/public/js/frappe/form/workflow.js:45 +msgid "Current status" +msgstr "" + +#: frappe/public/js/frappe/form/form_viewers.js:5 +msgid "Currently Viewing" +msgstr "目前查看" + +#: frappe/public/js/frappe/form/sidebar/review.js:77 +msgid "Currently you have {0} review points" +msgstr "目前您有{0}个评论点" + +#. Label of a Check field in DocType 'DocType Action' +#. Label of a Check field in DocType 'DocType Link' +#. Label of a Check field in DocType 'DocType State' +#. Label of a Check field in DocType 'Module Def' +#. Option for the 'Chart Type' (Select) field in DocType 'Dashboard Chart' +#. Label of a Check field in DocType 'Desktop Icon' +#. Option for the 'Type' (Select) field in DocType 'Number Card' +#. Option for the 'Send Alert On' (Select) field in DocType 'Notification' +#. Option for the 'Directory Server' (Select) field in DocType 'LDAP Settings' +#. Option for the 'Social Login Provider' (Select) field in DocType 'Social +#. Login Key' +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#. Option for the 'For Document Event' (Select) field in DocType 'Energy Point +#. Rule' +#: frappe/core/doctype/doctype_action/doctype_action.json +#: frappe/core/doctype/doctype_link/doctype_link.json +#: frappe/core/doctype/doctype_state/doctype_state.json +#: frappe/core/doctype/module_def/module_def.json +#: frappe/core/doctype/user_type/user_type_list.js:7 +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/email/doctype/notification/notification.json +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +#: frappe/integrations/doctype/social_login_key/social_login_key.json +#: frappe/printing/doctype/print_settings/print_settings.json +#: frappe/public/js/frappe/form/reminders.js:20 +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +msgid "Custom" +msgstr "自定义" + +#. Label of a Check field in DocType 'Social Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Custom Base URL" +msgstr "" + +#. Label of a Link field in DocType 'Workspace Custom Block' +#: frappe/desk/doctype/workspace_custom_block/workspace_custom_block.json +msgid "Custom Block Name" +msgstr "" + +#. Label of a Tab Break field in DocType 'Workspace' +#. Label of a Table field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "Custom Blocks" +msgstr "" + +#. Label of a Code field in DocType 'Print Format' +#. Label of a Code field in DocType 'Web Form' +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/website/doctype/web_form/web_form.json +msgid "Custom CSS" +msgstr "" + +#. Label of a Section Break field in DocType 'Number Card' +#: frappe/desk/doctype/number_card/number_card.json +msgid "Custom Configuration" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/custom_docperm/custom_docperm.json +msgid "Custom DocPerm" +msgstr "自DocPerm" + +#. Title of an Onboarding Step +#: frappe/custom/onboarding_step/custom_doctype/custom_doctype.json +msgid "Custom Document Types" +msgstr "" + +#. Label of a Table field in DocType 'User Type' +#: frappe/core/doctype/user_type/user_type.json +msgid "Custom Document Types (Select Permission)" +msgstr "" + +#: frappe/core/doctype/user_type/user_type.py:104 +msgid "Custom Document Types Limit Exceeded" +msgstr "" + +#: frappe/desk/desktop.py:489 +msgid "Custom Documents" +msgstr "定制文件" + +#. Linked DocType in DocType's connections +#. Linked DocType in Module Def's connections +#. Label of a Link in the Build Workspace +#. Name of a DocType +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/module_def/module_def.json +#: frappe/core/workspace/build/build.json +#: frappe/custom/doctype/custom_field/custom_field.json +msgid "Custom Field" +msgstr "自定义字段" + +#: frappe/custom/doctype/custom_field/custom_field.py:219 +msgid "Custom Field {0} is created by the Administrator and can only be deleted through the Administrator account." +msgstr "自定义字段{0}由管理员创建,只能通过管理员帐户删除。" + +#. Subtitle of the Module Onboarding 'Customization' +#: frappe/custom/module_onboarding/customization/customization.json +msgid "Custom Field, Custom Doctype, Naming Series, Role Permission, Workflow, Print Formats, Reports" +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.py:261 +msgid "Custom Fields can only be added to a standard DocType." +msgstr "自定义字段只能添加到标准DocType。" + +#: frappe/custom/doctype/custom_field/custom_field.py:258 +msgid "Custom Fields cannot be added to core DocTypes." +msgstr "自定义字段无法添加到核心DocType。" + +#. Label of a Section Break field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Custom Footer" +msgstr "" + +#. Label of a Check field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "Custom Format" +msgstr "" + +#. Label of a Data field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "Custom Group Search" +msgstr "" + +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:122 +msgid "Custom Group Search if filled needs to contain the user placeholder {0}, eg uid={0},ou=users,dc=example,dc=com" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:190 +#: frappe/printing/page/print_format_builder/print_format_builder.js:720 +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:192 +msgid "Custom HTML" +msgstr "自定义HTML" + +#. Name of a DocType +#: frappe/desk/doctype/custom_html_block/custom_html_block.json +msgid "Custom HTML Block" +msgstr "" + +#. Label of a HTML field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "Custom HTML Help" +msgstr "" + +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:114 +msgid "Custom LDAP Directoy Selected, please ensure 'LDAP Group Member attribute' and 'Group Object Class' are entered" +msgstr "" + +#. Label of a Data field in DocType 'Web Form Field' +#. Label of a Data field in DocType 'Web Form List Column' +#: frappe/website/doctype/web_form_field/web_form_field.json +#: frappe/website/doctype/web_form_list_column/web_form_list_column.json +msgid "Custom Label" +msgstr "" + +#. Label of a Table field in DocType 'Portal Settings' +#: frappe/website/doctype/portal_settings/portal_settings.json +msgid "Custom Menu Items" +msgstr "" + +#. Label of a Code field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Custom Options" +msgstr "" + +#. Label of a Code field in DocType 'Website Theme' +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Custom Overrides" +msgstr "" + +#. Option for the 'Report Type' (Select) field in DocType 'Report' +#: frappe/core/doctype/report/report.json +msgid "Custom Report" +msgstr "" + +#: frappe/desk/desktop.py:490 +msgid "Custom Reports" +msgstr "自定义报告" + +#. Name of a DocType +#: frappe/core/doctype/custom_role/custom_role.json +msgid "Custom Role" +msgstr "自定义角色" + +#. Label of a Code field in DocType 'Website Theme' +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Custom SCSS" +msgstr "" + +#. Label of a Section Break field in DocType 'Portal Settings' +#: frappe/website/doctype/portal_settings/portal_settings.json +msgid "Custom Sidebar Menu" +msgstr "" + +#. Label of a Link in the Build Workspace +#: frappe/core/workspace/build/build.json +msgid "Custom Translation" +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.py:374 +msgid "Custom field renamed to {0} successfully." +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#. Label of a Check field in DocType 'Website Theme' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/doctype/doctype_list.js:65 +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Custom?" +msgstr "自定义?" + +#. Group in DocType's connections +#. Group in Module Def's connections +#. Label of a Card Break in the Build Workspace +#. Title of the Module Onboarding 'Customization' +#. Label of a Tab Break field in DocType 'Web Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/module_def/module_def.json +#: frappe/core/workspace/build/build.json +#: frappe/custom/module_onboarding/customization/customization.json +#: frappe/website/doctype/web_form/web_form.json +msgid "Customization" +msgstr "定制" + +#. Success message of the Module Onboarding 'Customization' +#: frappe/custom/module_onboarding/customization/customization.json +msgid "Customization onboarding is all done!" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:556 +msgid "Customizations Discarded" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:465 +msgid "Customizations Reset" +msgstr "自定义重置" + +#: frappe/modules/utils.py:96 +msgid "Customizations for {0} exported to:
    {1}" +msgstr "{0}的自定义已导出到:
    {1}" + +#: frappe/printing/page/print/print.js:171 +#: frappe/public/js/frappe/form/templates/print_layout.html:39 +#: frappe/public/js/frappe/form/toolbar.js:515 +#: frappe/public/js/frappe/views/dashboard/dashboard_view.js:196 +msgid "Customize" +msgstr "定制" + +#: frappe/public/js/frappe/list/list_view.js:1701 +msgctxt "Button in list view menu" +msgid "Customize" +msgstr "定制" + +#: frappe/custom/doctype/customize_form/customize_form.js:89 +msgid "Customize Child Table" +msgstr "" + +#: frappe/public/js/frappe/views/dashboard/dashboard_view.js:37 +msgid "Customize Dashboard" +msgstr "" + +#. Label of a Link in the Build Workspace +#. Label of a shortcut in the Build Workspace +#. Name of a DocType +#: frappe/automation/doctype/auto_repeat/auto_repeat.js:33 +#: frappe/core/workspace/build/build.json +#: frappe/custom/doctype/customize_form/customize_form.json +#: frappe/public/js/frappe/views/kanban/kanban_view.js:343 +msgid "Customize Form" +msgstr "自定义表单" + +#: frappe/custom/doctype/customize_form/customize_form.js:100 +msgid "Customize Form - {0}" +msgstr "" + +#. Name of a DocType +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Customize Form Field" +msgstr "自定义表单域" + +#. Title of an Onboarding Step +#: frappe/custom/onboarding_step/print_format/print_format.json +msgid "Customize Print Formats" +msgstr "" + +#. Description of a Card Break in the Build Workspace +#: frappe/core/workspace/build/build.json +msgid "Customize properties, naming, fields and more for standard doctypes" +msgstr "" + +#: frappe/public/js/frappe/views/file/file_view.js:144 +msgid "Cut" +msgstr "剪切" + +#. Option for the 'Color' (Select) field in DocType 'DocType State' +#. Option for the 'Indicator' (Select) field in DocType 'Kanban Board Column' +#: frappe/core/doctype/doctype_state/doctype_state.json +#: frappe/desk/doctype/kanban_board_column/kanban_board_column.json +msgid "Cyan" +msgstr "" + +#. Option for the 'Method' (Select) field in DocType 'Recorder' +#. Option for the 'Request Method' (Select) field in DocType 'Webhook' +#: frappe/core/doctype/recorder/recorder.json +#: frappe/integrations/doctype/webhook/webhook.json +msgid "DELETE" +msgstr "" + +#. Option for the 'Default Sort Order' (Select) field in DocType 'DocType' +#. Option for the 'Sort Order' (Select) field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "DESC" +msgstr "" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "DLE" +msgstr "" + +#: frappe/templates/print_formats/standard_macros.html:207 +msgid "DRAFT" +msgstr "草稿" + +#. Option for the 'Frequency' (Select) field in DocType 'Auto Repeat' +#. Option for the 'Frequency' (Select) field in DocType 'Scheduled Job Type' +#. Option for the 'Event Frequency' (Select) field in DocType 'Server Script' +#. Option for the 'Frequency' (Select) field in DocType 'User' +#. Option for the 'Time Interval' (Select) field in DocType 'Dashboard Chart' +#. Option for the 'Repeat On' (Select) field in DocType 'Event' +#. Option for the 'Stats Time Interval' (Select) field in DocType 'Number Card' +#. Option for the 'Period' (Select) field in DocType 'Auto Email Report' +#. Option for the 'Frequency' (Select) field in DocType 'Auto Email Report' +#. Option for the 'Backup Frequency' (Select) field in DocType 'Dropbox +#. Settings' +#. Option for the 'Frequency' (Select) field in DocType 'Google Drive' +#. Option for the 'Backup Frequency' (Select) field in DocType 'S3 Backup +#. Settings' +#. Option for the 'Point Allocation Periodicity' (Select) field in DocType +#. 'Energy Point Settings' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +#: frappe/core/doctype/server_script/server_script.json +#: frappe/core/doctype/user/user.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/event/event.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.json +#: frappe/integrations/doctype/google_drive/google_drive.json +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +#: frappe/public/js/frappe/utils/common.js:398 +#: frappe/social/doctype/energy_point_settings/energy_point_settings.json +#: frappe/website/report/website_analytics/website_analytics.js:23 +msgid "Daily" +msgstr "每日" + +#: frappe/templates/emails/upcoming_events.html:8 +msgid "Daily Event Digest is sent for Calendar Events where reminders are set." +msgstr "如果设置了日历事件提醒会发送每日事件摘要。" + +#: frappe/desk/doctype/event/event.py:92 +msgid "Daily Events should finish on the Same Day." +msgstr "每日活动应在同一天结束。" + +#. Option for the 'Frequency' (Select) field in DocType 'Scheduled Job Type' +#. Option for the 'Event Frequency' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +#: frappe/core/doctype/server_script/server_script.json +msgid "Daily Long" +msgstr "" + +#. Option for the 'Style' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "Danger" +msgstr "" + +#. Option for the 'Desk Theme' (Select) field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Dark" +msgstr "" + +#. Label of a Link field in DocType 'Website Theme' +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Dark Color" +msgstr "" + +#: frappe/public/js/frappe/ui/theme_switcher.js:65 +msgid "Dark Theme" +msgstr "" + +#. Label of a Check field in DocType 'User' +#. Label of a Link in the Build Workspace +#. Name of a DocType +#. Option for the 'Select List View' (Select) field in DocType 'Form Tour' +#. Option for the 'Type' (Select) field in DocType 'Workspace Shortcut' +#. Option for the 'DocType View' (Select) field in DocType 'Workspace Shortcut' +#: frappe/core/doctype/user/user.json +#: frappe/core/page/dashboard_view/dashboard_view.js:10 +#: frappe/core/workspace/build/build.json +#: frappe/desk/doctype/dashboard/dashboard.json +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:562 +msgid "Dashboard" +msgstr "" + +#. Label of a Link in the Build Workspace +#. Name of a DocType +#: frappe/core/workspace/build/build.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Dashboard Chart" +msgstr "仪表板图表" + +#. Name of a DocType +#: frappe/desk/doctype/dashboard_chart_field/dashboard_chart_field.json +msgid "Dashboard Chart Field" +msgstr "仪表盘图表字段" + +#. Name of a DocType +#: frappe/desk/doctype/dashboard_chart_link/dashboard_chart_link.json +msgid "Dashboard Chart Link" +msgstr "仪表板图表链接" + +#. Name of a DocType +#: frappe/desk/doctype/dashboard_chart_source/dashboard_chart_source.json +msgid "Dashboard Chart Source" +msgstr "仪表板图表来源" + +#. Name of a role +#: frappe/desk/doctype/dashboard/dashboard.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/number_card/number_card.json +msgid "Dashboard Manager" +msgstr "资讯主页管理员" + +#. Label of a Data field in DocType 'Dashboard' +#: frappe/desk/doctype/dashboard/dashboard.json +msgid "Dashboard Name" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/dashboard_settings/dashboard_settings.json +msgid "Dashboard Settings" +msgstr "资讯主页设定" + +#: frappe/public/js/frappe/list/base_list.js:204 +msgid "Dashboard View" +msgstr "" + +#. Label of a Tab Break field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "Dashboards" +msgstr "" + +#. Label of a Card Break in the Tools Workspace +#. Label of a Code field in DocType 'Deleted Document' +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Column' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Filter' +#. Label of a Long Text field in DocType 'Transaction Log' +#. Label of a Code field in DocType 'Version' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Label of a Table field in DocType 'Webhook' +#. Label of a Code field in DocType 'Webhook Request Log' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Template Field' +#: frappe/automation/workspace/tools/tools.json +#: frappe/core/doctype/deleted_document/deleted_document.json +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/report_column/report_column.json +#: frappe/core/doctype/report_filter/report_filter.json +#: frappe/core/doctype/transaction_log/transaction_log.json +#: frappe/core/doctype/version/version.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/integrations/doctype/webhook/webhook.json +#: frappe/integrations/doctype/webhook_request_log/webhook_request_log.json +#: frappe/website/doctype/web_form_field/web_form_field.json +#: frappe/website/doctype/web_template_field/web_template_field.json +msgid "Data" +msgstr "数据" + +#: frappe/public/js/frappe/form/controls/data.js:58 +msgid "Data Clipped" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/data_export/data_export.json +msgid "Data Export" +msgstr "数据导出" + +#. Name of a DocType +#. Label of a Link field in DocType 'Data Import Log' +#: frappe/core/doctype/data_import/data_import.json +#: frappe/core/doctype/data_import_log/data_import_log.json +msgid "Data Import" +msgstr "数据导入" + +#. Name of a DocType +#: frappe/core/doctype/data_import_log/data_import_log.json +msgid "Data Import Log" +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:174 +msgid "Data Import Template" +msgstr "数据导入模板" + +#: frappe/custom/doctype/customize_form/customize_form.py:611 +msgid "Data Too Long" +msgstr "数据太长" + +#: frappe/model/base_document.py:719 +msgid "Data missing in table" +msgstr "" + +#. Label of a Data field in DocType 'System Health Report' +#. Label of a Section Break field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Database" +msgstr "" + +#. Label of a Select field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Database Engine" +msgstr "" + +#. Label of a Section Break field in DocType 'System Console' +#: frappe/desk/doctype/system_console/system_console.json +msgid "Database Processes" +msgstr "" + +#: frappe/public/js/frappe/doctype/index.js:38 +msgid "Database Row Size Utilization" +msgstr "" + +#. Name of a report +#: frappe/core/report/database_storage_usage_by_tables/database_storage_usage_by_tables.json +msgid "Database Storage Usage By Tables" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.py:245 +msgid "Database Table Row Size Limit" +msgstr "" + +#: frappe/public/js/frappe/doctype/index.js:40 +msgid "Database Table Row Size Utilization: {0}%, this limits number of fields you can add." +msgstr "" + +#. Label of a Data field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Database Version" +msgstr "" + +#. Label of a Datetime field in DocType 'Activity Log' +#. Label of a Datetime field in DocType 'Communication' +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Column' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Filter' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/report_column/report_column.json +#: frappe/core/doctype/report_filter/report_filter.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/desk/report/todo/todo.py:38 +#: frappe/email/doctype/newsletter/newsletter.js:109 +#: frappe/public/js/frappe/views/interaction.js:80 +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Date" +msgstr "日期" + +#. Label of a Select field in DocType 'System Settings' +#. Label of a Data field in DocType 'Country' +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/geo/doctype/country/country.json +msgid "Date Format" +msgstr "" + +#: frappe/desk/page/leaderboard/leaderboard.js:165 +msgid "Date Range" +msgstr "" + +#. Label of a Section Break field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Date and Number Format" +msgstr "" + +#: frappe/public/js/frappe/form/controls/date.js:164 +msgid "Date {0} must be in format: {1}" +msgstr "日期{0}必须采用格式:{1}" + +#: frappe/utils/password_strength.py:123 +msgid "Dates are often easy to guess." +msgstr "日期往往容易被猜中。" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Column' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Filter' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/report_column/report_column.json +#: frappe/core/doctype/report_filter/report_filter.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Datetime" +msgstr "" + +#. Label of a Select field in DocType 'Assignment Rule Day' +#. Label of a Select field in DocType 'Auto Repeat Day' +#: frappe/automation/doctype/assignment_rule_day/assignment_rule_day.json +#: frappe/automation/doctype/auto_repeat_day/auto_repeat_day.json +#: frappe/public/js/frappe/views/calendar/calendar.js:271 +msgid "Day" +msgstr "天" + +#. Label of a Select field in DocType 'Auto Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Day of Week" +msgstr "" + +#. Option for the 'Send Alert On' (Select) field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Days After" +msgstr "" + +#. Option for the 'Send Alert On' (Select) field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Days Before" +msgstr "" + +#. Label of a Int field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Days Before or After" +msgstr "" + +#: frappe/public/js/frappe/request.js:249 +msgid "Deadlock Occurred" +msgstr "" + +#: frappe/templates/emails/password_reset.html:1 +msgid "Dear" +msgstr "亲爱" + +#: frappe/templates/emails/administrator_logged_in.html:1 +msgid "Dear System Manager," +msgstr "亲爱的系统管理经理," + +#: frappe/templates/emails/account_deletion_notification.html:1 +#: frappe/templates/emails/delete_data_confirmation.html:1 +msgid "Dear User," +msgstr "亲爱的用户," + +#: frappe/templates/emails/download_data.html:1 +msgid "Dear {0}" +msgstr "亲爱的{0}" + +#. Label of a Code field in DocType 'Scheduled Job Log' +#: frappe/core/doctype/scheduled_job_log/scheduled_job_log.json +msgid "Debug Log" +msgstr "" + +#. Label of a Small Text field in DocType 'DocField' +#. Label of a Small Text field in DocType 'Report Filter' +#. Label of a Small Text field in DocType 'Customize Form Field' +#. Option for the 'Font' (Select) field in DocType 'Print Settings' +#. Label of a Data field in DocType 'Web Form Field' +#. Label of a Small Text field in DocType 'Web Template Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/report_filter/report_filter.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/printing/doctype/print_settings/print_settings.json +#: frappe/templates/form_grid/fields.html:30 +#: frappe/website/doctype/web_form_field/web_form_field.json +#: frappe/website/doctype/web_template_field/web_template_field.json +msgid "Default" +msgstr "默认" + +#: frappe/contacts/doctype/address_template/address_template.py:41 +msgid "Default Address Template cannot be deleted" +msgstr "默认地址模板不能删除" + +#. Label of a Select field in DocType 'Document Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Default Amendment Naming" +msgstr "" + +#. Label of a Select field in DocType 'System Settings' +#. Label of a Select field in DocType 'User' +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/core/doctype/user/user.json +msgid "Default App" +msgstr "" + +#. Label of a Link field in DocType 'DocType' +#. Label of a Link field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Default Email Template" +msgstr "" + +#: frappe/email/doctype/email_account/email_account_list.js:13 +msgid "Default Inbox" +msgstr "默认收件箱" + +#. Label of a Check field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_account/email_account.py:200 +msgid "Default Incoming" +msgstr "默认收入" + +#. Label of a Check field in DocType 'Letter Head' +#: frappe/printing/doctype/letter_head/letter_head.json +msgid "Default Letter Head" +msgstr "" + +#. Option for the 'Action' (Select) field in DocType 'Amended Document Naming +#. Settings' +#. Option for the 'Default Amendment Naming' (Select) field in DocType +#. 'Document Naming Settings' +#: frappe/core/doctype/amended_document_naming_settings/amended_document_naming_settings.json +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Default Naming" +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_account/email_account.py:208 +msgid "Default Outgoing" +msgstr "默认支出" + +#. Label of a Data field in DocType 'Portal Settings' +#: frappe/website/doctype/portal_settings/portal_settings.json +msgid "Default Portal Home" +msgstr "" + +#. Label of a Data field in DocType 'DocType' +#. Label of a Link field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Default Print Format" +msgstr "" + +#. Label of a Link field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "Default Print Language" +msgstr "" + +#. Label of a Data field in DocType 'OAuth Client' +#: frappe/integrations/doctype/oauth_client/oauth_client.json +msgid "Default Redirect URI" +msgstr "" + +#. Label of a Link field in DocType 'Portal Settings' +#: frappe/website/doctype/portal_settings/portal_settings.json +msgid "Default Role at Time of Signup" +msgstr "" + +#: frappe/email/doctype/email_account/email_account_list.js:16 +msgid "Default Sending" +msgstr "默认发送账号" + +#: frappe/email/doctype/email_account/email_account_list.js:7 +msgid "Default Sending and Inbox" +msgstr "默认发送和收件账号" + +#. Label of a Data field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Default Sort Field" +msgstr "" + +#. Label of a Select field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Default Sort Order" +msgstr "" + +#. Label of a Data field in DocType 'Print Format Field Template' +#: frappe/printing/doctype/print_format_field_template/print_format_field_template.json +msgid "Default Template For Field" +msgstr "" + +#: frappe/website/doctype/website_theme/website_theme.js:28 +msgid "Default Theme" +msgstr "默认主题" + +#. Label of a Link field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "Default User Role" +msgstr "" + +#. Label of a Link field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "Default User Type" +msgstr "" + +#. Label of a Text field in DocType 'Custom Field' +#. Label of a Data field in DocType 'Property Setter' +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/property_setter/property_setter.json +msgid "Default Value" +msgstr "" + +#. Label of a Select field in DocType 'DocType' +#. Label of a Select field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Default View" +msgstr "" + +#. Label of a Link field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Default Workspace" +msgstr "" + +#. Description of the 'Currency' (Link) field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Default display currency" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1338 +msgid "Default for 'Check' type of field {0} must be either '0' or '1'" +msgstr "字段{0}的“检查”类型的默认值必须为“ 0”或“ 1”" + +#: frappe/core/doctype/doctype/doctype.py:1351 +msgid "Default value for {0} must be in the list of options." +msgstr "{0}的默认值必须在选项列表中。" + +#: frappe/core/doctype/session_default_settings/session_default_settings.py:37 +msgid "Default {0}" +msgstr "默认{0}" + +#. Description of the 'Heading' (Data) field in DocType 'Contact Us Settings' +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +msgid "Default: \"Contact Us\"" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/defaultvalue/defaultvalue.json +msgid "DefaultValue" +msgstr "默认值" + +#. Label of a Section Break field in DocType 'DocField' +#. Label of a Section Break field in DocType 'User' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/user/user.json +msgid "Defaults" +msgstr "" + +#: frappe/email/doctype/email_account/email_account.py:219 +msgid "Defaults Updated" +msgstr "" + +#. Description of a DocType +#: frappe/workflow/doctype/workflow_transition/workflow_transition.json +msgid "Defines actions on states and the next step and allowed roles." +msgstr "" + +#. Description of a DocType +#: frappe/workflow/doctype/workflow/workflow.json +msgid "Defines workflow states and rules for a document." +msgstr "" + +#. Option for the 'Delivery Status' (Select) field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Delayed" +msgstr "" + +#. Label of a Check field in DocType 'Custom DocPerm' +#. Label of a Check field in DocType 'DocPerm' +#. Label of a Check field in DocType 'User Document Type' +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/docperm/docperm.json +#: frappe/core/doctype/user_document_type/user_document_type.json +#: frappe/core/doctype/user_permission/user_permission_list.js:189 +#: frappe/public/js/frappe/form/footer/form_timeline.js:615 +#: frappe/public/js/frappe/form/grid.js:63 +#: frappe/public/js/frappe/form/toolbar.js:424 +#: frappe/public/js/frappe/views/reports/report_view.js:1663 +#: frappe/public/js/frappe/views/treeview.js:295 +#: frappe/public/js/frappe/views/workspace/workspace.js:868 +#: frappe/templates/discussions/reply_card.html:35 +#: frappe/templates/discussions/reply_section.html:29 +msgid "Delete" +msgstr "删除" + +#: frappe/public/js/frappe/list/list_view.js:1926 +msgctxt "Button in list view actions menu" +msgid "Delete" +msgstr "删除" + +#: frappe/www/me.html:75 +msgid "Delete Account" +msgstr "" + +#: frappe/public/js/frappe/form/grid.js:63 +msgid "Delete All" +msgstr "" + +#: frappe/public/js/form_builder/components/Section.vue:196 +msgctxt "Title of confirmation dialog" +msgid "Delete Column" +msgstr "" + +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.js:10 +msgid "Delete Data" +msgstr "删除数据" + +#: frappe/public/js/frappe/views/kanban/kanban_view.js:103 +msgid "Delete Kanban Board" +msgstr "" + +#: frappe/public/js/form_builder/components/Section.vue:125 +msgctxt "Title of confirmation dialog" +msgid "Delete Section" +msgstr "" + +#: frappe/public/js/form_builder/components/Tabs.vue:64 +msgctxt "Title of confirmation dialog" +msgid "Delete Tab" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:869 +msgid "Delete Workspace" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:863 +msgid "Delete and Generate New" +msgstr "" + +#: frappe/public/js/form_builder/components/Section.vue:203 +msgctxt "Button text" +msgid "Delete column" +msgstr "" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:721 +msgid "Delete comment?" +msgstr "删除评论?" + +#: frappe/public/js/form_builder/components/Section.vue:205 +msgctxt "Button text" +msgid "Delete entire column with fields" +msgstr "" + +#: frappe/public/js/form_builder/components/Section.vue:134 +msgctxt "Button text" +msgid "Delete entire section with fields" +msgstr "" + +#: frappe/public/js/form_builder/components/Tabs.vue:73 +msgctxt "Button text" +msgid "Delete entire tab with fields" +msgstr "" + +#: frappe/public/js/form_builder/components/Section.vue:132 +msgctxt "Button text" +msgid "Delete section" +msgstr "" + +#: frappe/public/js/form_builder/components/Tabs.vue:71 +msgctxt "Button text" +msgid "Delete tab" +msgstr "" + +#: frappe/email/doctype/email_unsubscribe/email_unsubscribe.py:29 +msgid "Delete this record to allow sending to this email address" +msgstr "删除此记录允许发送此邮件地址" + +#: frappe/public/js/frappe/list/list_view.js:1931 +msgctxt "Title of confirmation dialog" +msgid "Delete {0} item permanently?" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1937 +msgctxt "Title of confirmation dialog" +msgid "Delete {0} items permanently?" +msgstr "删除{0}项目永久?" + +#. Option for the 'Comment Type' (Select) field in DocType 'Comment' +#. Option for the 'Comment Type' (Select) field in DocType 'Communication' +#. Option for the 'Status' (Select) field in DocType 'Personal Data Deletion +#. Request' +#. Option for the 'Status' (Select) field in DocType 'Personal Data Deletion +#. Step' +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.json +#: frappe/website/doctype/personal_data_deletion_step/personal_data_deletion_step.json +msgid "Deleted" +msgstr "" + +#. Label of a Data field in DocType 'Deleted Document' +#: frappe/core/doctype/deleted_document/deleted_document.json +msgid "Deleted DocType" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/deleted_document/deleted_document.json +msgid "Deleted Document" +msgstr "删除的文档" + +#. Label of a Link in the Tools Workspace +#: frappe/automation/workspace/tools/tools.json +msgid "Deleted Documents" +msgstr "" + +#. Label of a Data field in DocType 'Deleted Document' +#: frappe/core/doctype/deleted_document/deleted_document.json +msgid "Deleted Name" +msgstr "" + +#: frappe/desk/reportview.py:567 +msgid "Deleted all documents successfully" +msgstr "" + +#: frappe/desk/reportview.py:545 +msgid "Deleting {0}" +msgstr "删除{0}" + +#: frappe/public/js/frappe/list/bulk_operations.js:202 +msgid "Deleting {0} records..." +msgstr "" + +#: frappe/public/js/frappe/model/model.js:721 +msgid "Deleting {0}..." +msgstr "" + +#. Label of a Table field in DocType 'Personal Data Deletion Request' +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.json +msgid "Deletion Steps " +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_utils.js:282 +msgid "Delimiter must be a single character" +msgstr "" + +#. Label of a Select field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Delivery Status" +msgstr "交货状态" + +#. Option for the 'Sign ups' (Select) field in DocType 'Social Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +#: frappe/templates/includes/oauth_confirmation.html:14 +msgid "Deny" +msgstr "" + +#. Label of a Data field in DocType 'Contact' +#: frappe/contacts/doctype/contact/contact.json +msgid "Department" +msgstr "部门" + +#. Label of a Data field in DocType 'Workspace Link' +#: frappe/desk/doctype/workspace_link/workspace_link.json +#: frappe/public/js/frappe/widgets/widget_dialog.js:285 +msgid "Dependencies" +msgstr "" + +#. Label of a Code field in DocType 'Custom Field' +#. Label of a Code field in DocType 'Customize Form Field' +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Depends On" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:32 +msgid "Descendants Of" +msgstr "由... 派生" + +#: frappe/public/js/frappe/ui/filters/filter.js:33 +msgid "Descendants Of (inclusive)" +msgstr "" + +#. Label of a Small Text field in DocType 'Assignment Rule' +#. Label of a Small Text field in DocType 'Reminder' +#. Label of a Small Text field in DocType 'DocField' +#. Label of a Small Text field in DocType 'DocType' +#. Label of a Text field in DocType 'Customize Form Field' +#. Label of a Small Text field in DocType 'Desktop Icon' +#. Label of a Text Editor field in DocType 'Event' +#. Label of a HTML Editor field in DocType 'Form Tour Step' +#. Label of a Section Break field in DocType 'Onboarding Step' +#. Label of a Markdown Editor field in DocType 'Onboarding Step' +#. Label of a Small Text field in DocType 'Tag' +#. Label of a Text Editor field in DocType 'ToDo' +#. Label of a HTML Editor field in DocType 'Workspace Link' +#. Label of a Small Text field in DocType 'Print Heading' +#. Label of a Small Text field in DocType 'Blog Category' +#. Label of a Text field in DocType 'Web Form Field' +#. Label of a Small Text field in DocType 'Web Page' +#. Label of a Text field in DocType 'Website Slideshow Item' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +#: frappe/automation/doctype/reminder/reminder.json +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +#: frappe/desk/doctype/event/event.json +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +#: frappe/desk/doctype/tag/tag.json frappe/desk/doctype/todo/todo.json +#: frappe/desk/doctype/workspace_link/workspace_link.json +#: frappe/desk/report/todo/todo.py:39 +#: frappe/printing/doctype/print_heading/print_heading.json +#: frappe/public/js/frappe/form/reminders.js:44 +#: frappe/public/js/frappe/widgets/widget_dialog.js:227 +#: frappe/website/doctype/blog_category/blog_category.json +#: frappe/website/doctype/web_form_field/web_form_field.json +#: frappe/website/doctype/web_page/web_page.json +#: frappe/website/doctype/website_slideshow_item/website_slideshow_item.json +msgid "Description" +msgstr "描述" + +#. Description of the 'Blog Intro' (Small Text) field in DocType 'Blog Post' +#: frappe/website/doctype/blog_post/blog_post.json +msgid "Description for listing page, in plain text, only a couple of lines. (max 200 characters)" +msgstr "" + +#. Description of the 'Description' (Section Break) field in DocType +#. 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Description to inform the user about any action that is going to be performed" +msgstr "" + +#. Label of a Data field in DocType 'Contact' +#: frappe/contacts/doctype/contact/contact.json +msgid "Designation" +msgstr "职位" + +#. Label of a Check field in DocType 'Role' +#: frappe/core/doctype/role/role.json +msgid "Desk Access" +msgstr "" + +#. Label of a Section Break field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Desk Settings" +msgstr "" + +#. Label of a Select field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Desk Theme" +msgstr "" + +#. Name of a role +#: frappe/automation/doctype/reminder/reminder.json +#: frappe/core/doctype/report/report.json +#: frappe/core/doctype/submission_queue/submission_queue.json +#: frappe/core/doctype/user/user.json +#: frappe/core/doctype/user_group/user_group.json +#: frappe/custom/doctype/doctype_layout/doctype_layout.json +#: frappe/desk/doctype/calendar_view/calendar_view.json +#: frappe/desk/doctype/custom_html_block/custom_html_block.json +#: frappe/desk/doctype/dashboard/dashboard.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/dashboard_settings/dashboard_settings.json +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/desk/doctype/kanban_board/kanban_board.json +#: frappe/desk/doctype/list_filter/list_filter.json +#: frappe/desk/doctype/module_onboarding/module_onboarding.json +#: frappe/desk/doctype/note/note.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +#: frappe/desk/doctype/workspace/workspace.json +#: frappe/email/doctype/document_follow/document_follow.json +#: frappe/email/doctype/email_template/email_template.json +#: frappe/integrations/doctype/google_calendar/google_calendar.json +#: frappe/integrations/doctype/google_contacts/google_contacts.json +#: frappe/printing/doctype/letter_head/letter_head.json +#: frappe/printing/doctype/network_printer_settings/network_printer_settings.json +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/social/doctype/energy_point_log/energy_point_log.json +#: frappe/website/doctype/marketing_campaign/marketing_campaign.json +#: frappe/workflow/doctype/workflow_action/workflow_action.json +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "Desk User" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +msgid "Desktop Icon" +msgstr "桌面图标" + +#: frappe/desk/doctype/desktop_icon/desktop_icon.py:225 +msgid "Desktop Icon already exists" +msgstr "桌面图标已经存在" + +#. Label of a Code field in DocType 'Scheduled Job Log' +#. Label of a Tab Break field in DocType 'Customize Form' +#. Label of a Section Break field in DocType 'Event' +#: frappe/core/doctype/scheduled_job_log/scheduled_job_log.json +#: frappe/custom/doctype/customize_form/customize_form.json +#: frappe/desk/doctype/event/event.json +#: frappe/desk/page/user_profile/user_profile_sidebar.html:45 +#: frappe/public/js/form_builder/components/Tabs.vue:92 +#: frappe/public/js/form_builder/store.js:259 +#: frappe/public/js/form_builder/utils.js:38 +#: frappe/public/js/frappe/form/layout.js:135 +#: frappe/public/js/frappe/views/treeview.js:258 +msgid "Details" +msgstr "详细信息" + +#: frappe/core/page/permission_manager/permission_manager.js:487 +msgid "Did not add" +msgstr "没有添加" + +#: frappe/core/page/permission_manager/permission_manager.js:381 +msgid "Did not remove" +msgstr "没有移除" + +#: frappe/public/js/frappe/utils/diffview.js:57 +msgid "Diff" +msgstr "" + +#. Description of the 'States' (Section Break) field in DocType 'Workflow' +#: frappe/workflow/doctype/workflow/workflow.json +msgid "Different \"States\" this document can exist in. Like \"Open\", \"Pending Approval\" etc." +msgstr "" + +#. Label of a Int field in DocType 'Document Naming Rule' +#: frappe/core/doctype/document_naming_rule/document_naming_rule.json +msgid "Digits" +msgstr "" + +#. Label of a Select field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "Directory Server" +msgstr "" + +#. Label of a Check field in DocType 'List View Settings' +#: frappe/desk/doctype/list_view_settings/list_view_settings.json +msgid "Disable Auto Refresh" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Disable Change Log Notification" +msgstr "" + +#. Label of a Check field in DocType 'List View Settings' +#: frappe/desk/doctype/list_view_settings/list_view_settings.json +msgid "Disable Comment Count" +msgstr "" + +#. Label of a Check field in DocType 'Blog Post' +#: frappe/website/doctype/blog_post/blog_post.json +msgid "Disable Comments" +msgstr "" + +#. Label of a Check field in DocType 'List View Settings' +#: frappe/desk/doctype/list_view_settings/list_view_settings.json +msgid "Disable Count" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Disable Document Sharing" +msgstr "" + +#. Label of a Check field in DocType 'Blog Post' +#: frappe/website/doctype/blog_post/blog_post.json +msgid "Disable Likes" +msgstr "" + +#: frappe/core/doctype/report/report.js:36 +msgid "Disable Report" +msgstr "禁用报告" + +#. Label of a Check field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Disable SMTP server authentication" +msgstr "" + +#. Label of a Check field in DocType 'List View Settings' +#: frappe/desk/doctype/list_view_settings/list_view_settings.json +msgid "Disable Sidebar Stats" +msgstr "" + +#: frappe/website/doctype/website_settings/website_settings.js:146 +msgid "Disable Signup for your site" +msgstr "禁用网站注册" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Disable Standard Email Footer" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Disable System Update Notification" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Disable Username/Password Login" +msgstr "" + +#. Label of a Check field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Disable signups" +msgstr "" + +#. Label of a Check field in DocType 'Assignment Rule' +#. Label of a Check field in DocType 'Auto Repeat' +#. Option for the 'Status' (Select) field in DocType 'Auto Repeat' +#. Label of a Check field in DocType 'Milestone Tracker' +#. Label of a Check field in DocType 'Address' +#. Label of a Check field in DocType 'Document Naming Rule' +#. Label of a Check field in DocType 'Report' +#. Label of a Check field in DocType 'Role' +#. Label of a Check field in DocType 'Server Script' +#. Label of a Check field in DocType 'Letter Head' +#. Label of a Check field in DocType 'Print Format' +#. Label of a Check field in DocType 'Print Style' +#. Label of a Check field in DocType 'Blogger' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/automation/doctype/milestone_tracker/milestone_tracker.json +#: frappe/contacts/doctype/address/address.json +#: frappe/core/doctype/document_naming_rule/document_naming_rule.json +#: frappe/core/doctype/report/report.json frappe/core/doctype/role/role.json +#: frappe/core/doctype/server_script/server_script.json +#: frappe/core/doctype/user/user_list.js:14 +#: frappe/printing/doctype/letter_head/letter_head.json +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/printing/doctype/print_style/print_style.json +#: frappe/public/js/frappe/form/templates/address_list.html:29 +#: frappe/public/js/frappe/model/indicator.js:108 +#: frappe/public/js/frappe/model/indicator.js:115 +#: frappe/website/doctype/blogger/blogger.json +msgid "Disabled" +msgstr "禁用" + +#: frappe/email/doctype/email_account/email_account.js:232 +msgid "Disabled Auto Reply" +msgstr "禁用自动回复" + +#: frappe/public/js/frappe/views/communication.js:30 +#: frappe/public/js/frappe/views/dashboard/dashboard_view.js:70 +#: frappe/public/js/frappe/views/workspace/workspace.js:547 +#: frappe/public/js/frappe/web_form/web_form.js:187 +msgid "Discard" +msgstr "丢弃" + +#: frappe/website/doctype/web_form/templates/web_form.html:41 +msgctxt "Button in web form" +msgid "Discard" +msgstr "丢弃" + +#: frappe/public/js/frappe/web_form/web_form.js:184 +msgid "Discard?" +msgstr "" + +#. Description of the 'Suggested Indexes' (Table) field in DocType 'Recorder' +#: frappe/core/doctype/recorder/recorder.json +msgid "Disclaimer: These indexes are suggested based on data and queries performed during this recording. These suggestions may or may not help." +msgstr "" + +#. Name of a DocType +#: frappe/website/doctype/discussion_reply/discussion_reply.json +msgid "Discussion Reply" +msgstr "" + +#. Name of a DocType +#: frappe/website/doctype/discussion_topic/discussion_topic.json +msgid "Discussion Topic" +msgstr "" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:625 +#: frappe/templates/discussions/reply_card.html:16 +#: frappe/templates/discussions/reply_section.html:29 +msgid "Dismiss" +msgstr "解雇" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:577 +msgctxt "Stop showing the onboarding widget." +msgid "Dismiss" +msgstr "解雇" + +#. Label of a Section Break field in DocType 'DocField' +#. Label of a Section Break field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Display" +msgstr "" + +#. Label of a Code field in DocType 'Web Form Field' +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Display Depends On" +msgstr "" + +#. Label of a Code field in DocType 'DocField' +#: frappe/core/doctype/docfield/docfield.json +msgid "Display Depends On (JS)" +msgstr "" + +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:210 +msgid "Divider" +msgstr "" + +#. Label of a Check field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "Do Not Create New User " +msgstr "" + +#. Description of the 'Do Not Create New User ' (Check) field in DocType 'LDAP +#. Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "Do not create new user if user with email does not exist in the system" +msgstr "" + +#: frappe/public/js/frappe/form/grid.js:1160 +msgid "Do not edit headers which are preset in the template" +msgstr "不要编辑模板中预设的标题" + +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.py:65 +msgid "Do not have permission to access bucket {0}." +msgstr "" + +#: frappe/core/doctype/system_settings/system_settings.js:71 +msgid "Do you still want to proceed?" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:935 +msgid "Do you want to cancel all linked documents?" +msgstr "您要取消所有链接的文档吗?" + +#. Label of a Select field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "Doc Event" +msgstr "" + +#. Label of a Section Break field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "Doc Events" +msgstr "" + +#. Label of a Select field in DocType 'Workflow Document State' +#: frappe/workflow/doctype/workflow_document_state/workflow_document_state.json +msgid "Doc Status" +msgstr "" + +#. Name of a DocType +#. Option for the 'Applied On' (Select) field in DocType 'Property Setter' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/property_setter/property_setter.json +msgid "DocField" +msgstr "文档字段" + +#. Name of a DocType +#: frappe/core/doctype/docperm/docperm.json +msgid "DocPerm" +msgstr "文档权限" + +#. Name of a DocType +#: frappe/core/doctype/docshare/docshare.json +msgid "DocShare" +msgstr "文档分享" + +#: frappe/workflow/doctype/workflow/workflow.js:264 +msgid "DocStatus of the following states have changed:
    {0}
    \n" +"\t\t\t\tDo you want to update the docstatus of existing documents in those states?
    \n" +"\t\t\t\tThis does not undo any effect bought in by the document's existing docstatus.\n" +"\t\t\t\t" +msgstr "" + +#. Label of a Link field in DocType 'Amended Document Naming Settings' +#. Label of a Link field in DocType 'Audit Trail' +#. Name of a DocType +#. Group in Module Def's connections +#. Linked DocType in Module Def's connections +#. Label of a Link field in DocType 'Permission Inspector' +#. Label of a Link field in DocType 'Version' +#. Label of a Link in the Build Workspace +#. Label of a shortcut in the Build Workspace +#. Label of a Link field in DocType 'Client Script' +#. Label of a Link field in DocType 'Custom Field' +#. Option for the 'Applied On' (Select) field in DocType 'Property Setter' +#. Label of a Link field in DocType 'Property Setter' +#. Option for the 'Link Type' (Select) field in DocType 'Workspace Link' +#. Label of a Link field in DocType 'Workspace Quick List' +#. Option for the 'Type' (Select) field in DocType 'Workspace Shortcut' +#. Label of a Link field in DocType 'Webhook' +#. Label of a Link field in DocType 'Print Format' +#: frappe/core/doctype/amended_document_naming_settings/amended_document_naming_settings.json +#: frappe/core/doctype/audit_trail/audit_trail.json +#: frappe/core/doctype/data_export/exporter.py:26 +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/module_def/module_def.json +#: frappe/core/doctype/permission_inspector/permission_inspector.json +#: frappe/core/doctype/version/version.json +#: frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.js:15 +#: frappe/core/workspace/build/build.json +#: frappe/custom/doctype/client_script/client_script.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/property_setter/property_setter.json +#: frappe/desk/doctype/workspace_link/workspace_link.json +#: frappe/desk/doctype/workspace_quick_list/workspace_quick_list.json +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +#: frappe/integrations/doctype/webhook/webhook.json +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/public/js/frappe/widgets/widget_dialog.js:131 +#: frappe/website/doctype/website_slideshow/website_slideshow.js:18 +msgid "DocType" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1539 +msgid "DocType {0} provided for the field {1} must have atleast one Link field" +msgstr "为字段{1 }提供的DocType {0}必须至少有一个Link字段" + +#. Name of a DocType +#. Option for the 'Applied On' (Select) field in DocType 'Property Setter' +#: frappe/core/doctype/doctype_action/doctype_action.json +#: frappe/custom/doctype/property_setter/property_setter.json +msgid "DocType Action" +msgstr "DocType操作" + +#. Option for the 'Script Type' (Select) field in DocType 'Server Script' +#. Label of a Select field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "DocType Event" +msgstr "" + +#. Name of a DocType +#: frappe/custom/doctype/doctype_layout/doctype_layout.json +msgid "DocType Layout" +msgstr "" + +#. Name of a DocType +#: frappe/custom/doctype/doctype_layout_field/doctype_layout_field.json +msgid "DocType Layout Field" +msgstr "" + +#. Name of a DocType +#. Option for the 'Applied On' (Select) field in DocType 'Property Setter' +#: frappe/core/doctype/doctype_link/doctype_link.json +#: frappe/custom/doctype/property_setter/property_setter.json +msgid "DocType Link" +msgstr "DocType链接" + +#. Name of a DocType +#. Option for the 'Applied On' (Select) field in DocType 'Property Setter' +#: frappe/core/doctype/doctype_state/doctype_state.json +#: frappe/custom/doctype/property_setter/property_setter.json +msgid "DocType State" +msgstr "" + +#. Label of a Select field in DocType 'Workspace Shortcut' +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +#: frappe/public/js/frappe/widgets/widget_dialog.js:443 +msgid "DocType View" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:642 +msgid "DocType can not be merged" +msgstr "文档类型不能合并" + +#: frappe/core/doctype/doctype/doctype.py:636 +msgid "DocType can only be renamed by Administrator" +msgstr "的DocType只能由管理员进行重命名" + +#. Description of a DocType +#: frappe/core/doctype/doctype/doctype.json +msgid "DocType is a Table / Form in the application." +msgstr "" + +#: frappe/integrations/doctype/webhook/webhook.py:82 +msgid "DocType must be Submittable for the selected Doc Event" +msgstr "DocType必须为所选Doc事件提交" + +#: frappe/client.py:421 +msgid "DocType must be a string" +msgstr "" + +#: frappe/public/js/form_builder/store.js:154 +msgid "DocType must have atleast one field" +msgstr "" + +#: frappe/core/doctype/log_settings/log_settings.py:58 +msgid "DocType not supported by Log Settings." +msgstr "" + +#. Description of the 'Document Type' (Link) field in DocType 'Workflow' +#: frappe/workflow/doctype/workflow/workflow.json +msgid "DocType on which this Workflow is applicable." +msgstr "" + +#: frappe/public/js/frappe/views/kanban/kanban_settings.js:4 +msgid "DocType required" +msgstr "" + +#: frappe/modules/utils.py:175 +msgid "DocType {0} does not exist." +msgstr "" + +#: frappe/modules/utils.py:238 +msgid "DocType {} not found" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1004 +msgid "DocType's name should not start or end with whitespace" +msgstr "DocType的名称不应以空格开头或结尾" + +#: frappe/core/doctype/doctype/doctype.js:71 +msgid "DocTypes can not be modified, please use {0} instead" +msgstr "" + +#. Label of a Link field in DocType 'Document Follow' +#: frappe/email/doctype/document_follow/document_follow.json +#: frappe/public/js/frappe/widgets/widget_dialog.js:650 +msgid "Doctype" +msgstr "文档类型" + +#: frappe/core/doctype/doctype/doctype.py:998 +msgid "Doctype name is limited to {0} characters ({1})" +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:3 +msgid "Doctype required" +msgstr "Doctype需要" + +#: frappe/public/js/frappe/views/workspace/workspace.js:1348 +msgid "Doctype with same route already exist. Please choose different title." +msgstr "" + +#. Label of a Data field in DocType 'Milestone' +#. Label of a Dynamic Link field in DocType 'Audit Trail' +#. Option for the 'Show in Module Section' (Select) field in DocType 'DocType' +#. Label of a Dynamic Link field in DocType 'Permission Inspector' +#. Label of a Link field in DocType 'Notification Subscribed Document' +#: frappe/automation/doctype/milestone/milestone.json +#: frappe/core/doctype/audit_trail/audit_trail.json +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/permission_inspector/permission_inspector.json +#: frappe/desk/doctype/notification_subscribed_document/notification_subscribed_document.json +msgid "Document" +msgstr "" + +#. Label of a Section Break field in DocType 'Customize Form' +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Document Actions" +msgstr "" + +#. Label of a Section Break field in DocType 'User' +#. Linked DocType in User's connections +#. Name of a DocType +#: frappe/core/doctype/user/user.json +#: frappe/email/doctype/document_follow/document_follow.json +msgid "Document Follow" +msgstr "文件关注" + +#: frappe/desk/form/document_follow.py:84 +msgid "Document Follow Notification" +msgstr "文件跟踪通知" + +#. Label of a Data field in DocType 'Notification Log' +#: frappe/desk/doctype/notification_log/notification_log.json +msgid "Document Link" +msgstr "" + +#. Label of a Section Break field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Document Linking" +msgstr "" + +#. Label of a Section Break field in DocType 'Customize Form' +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Document Links" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1173 +msgid "Document Links Row #{0}: Could not find field {1} in {2} DocType" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1193 +msgid "Document Links Row #{0}: Invalid doctype or fieldname." +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1156 +msgid "Document Links Row #{0}: Parent DocType is mandatory for internal links" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1162 +msgid "Document Links Row #{0}: Table Fieldname is mandatory for internal links" +msgstr "" + +#. Label of a Dynamic Link field in DocType 'Reminder' +#. Label of a Dynamic Link field in DocType 'DocShare' +#. Label of a Data field in DocType 'Transaction Log' +#. Label of a Data field in DocType 'Version' +#. Label of a Dynamic Link field in DocType 'Tag Link' +#. Label of a Dynamic Link field in DocType 'Document Follow' +#: frappe/automation/doctype/reminder/reminder.json +#: frappe/core/doctype/docshare/docshare.json +#: frappe/core/doctype/transaction_log/transaction_log.json +#: frappe/core/doctype/user_permission/user_permission_list.js:36 +#: frappe/core/doctype/version/version.json +#: frappe/desk/doctype/tag_link/tag_link.json +#: frappe/email/doctype/document_follow/document_follow.json +#: frappe/public/js/frappe/form/form_tour.js:60 +msgid "Document Name" +msgstr "文档名称" + +#: frappe/client.py:424 +msgid "Document Name must be a string" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/document_naming_rule/document_naming_rule.json +msgid "Document Naming Rule" +msgstr "文件命名规则" + +#. Name of a DocType +#: frappe/core/doctype/document_naming_rule_condition/document_naming_rule_condition.json +msgid "Document Naming Rule Condition" +msgstr "文件命名规则条件" + +#. Name of a DocType +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Document Naming Settings" +msgstr "" + +#: frappe/model/document.py:1545 +msgid "Document Queued" +msgstr "文档排队" + +#: frappe/core/doctype/deleted_document/deleted_document_list.js:38 +msgid "Document Restoration Summary" +msgstr "文件还原摘要" + +#: frappe/core/doctype/deleted_document/deleted_document.py:68 +msgid "Document Restored" +msgstr "文件恢复" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:359 +#: frappe/public/js/frappe/widgets/onboarding_widget.js:401 +#: frappe/public/js/frappe/widgets/onboarding_widget.js:420 +#: frappe/public/js/frappe/widgets/onboarding_widget.js:439 +msgid "Document Saved" +msgstr "" + +#. Label of a Check field in DocType 'Notification Settings' +#: frappe/desk/doctype/notification_settings/notification_settings.json +msgid "Document Share" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/document_share_key/document_share_key.json +msgid "Document Share Key" +msgstr "" + +#. Label of a Int field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Document Share Key Expiry (in Days)" +msgstr "" + +#. Name of a report +#. Label of a Link in the Users Workspace +#: frappe/core/report/document_share_report/document_share_report.json +#: frappe/core/workspace/users/users.json +msgid "Document Share Report" +msgstr "文档分享报告" + +#. Label of a Section Break field in DocType 'DocType' +#. Label of a Section Break field in DocType 'Customize Form' +#. Label of a Table field in DocType 'Workflow' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +#: frappe/workflow/doctype/workflow/workflow.json +msgid "Document States" +msgstr "" + +#: frappe/model/meta.py:46 frappe/public/js/frappe/model/meta.js:199 +#: frappe/public/js/frappe/model/model.js:137 +msgid "Document Status" +msgstr "文档状态" + +#. Label of a Link field in DocType 'Tag Link' +#: frappe/desk/doctype/tag_link/tag_link.json +msgid "Document Tag" +msgstr "" + +#. Label of a Data field in DocType 'Tag Link' +#: frappe/desk/doctype/tag_link/tag_link.json +msgid "Document Title" +msgstr "" + +#. Label of a Link field in DocType 'Assignment Rule' +#. Label of a Link field in DocType 'Milestone' +#. Label of a Link field in DocType 'Reminder' +#. Label of a Link field in DocType 'Data Import' +#. Label of a Link field in DocType 'DocShare' +#. Label of a Link field in DocType 'Document Naming Rule' +#. Label of a Link field in DocType 'Session Default' +#. Label of a Link field in DocType 'User Document Type' +#. Label of a Link field in DocType 'User Select Document Type' +#. Label of a Link field in DocType 'DocType Layout' +#. Label of a Link field in DocType 'Bulk Update' +#. Label of a Link field in DocType 'Dashboard Chart' +#. Label of a Link field in DocType 'Global Search DocType' +#. Label of a Link field in DocType 'Notification Log' +#. Label of a Link field in DocType 'Number Card' +#. Option for the 'Type' (Select) field in DocType 'Number Card' +#. Label of a Link field in DocType 'Tag Link' +#. Label of a Link field in DocType 'Notification' +#. Label of a Link field in DocType 'Print Format Field Template' +#. Label of a Data field in DocType 'Personal Data Deletion Step' +#. Label of a Link field in DocType 'Workflow' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +#: frappe/automation/doctype/milestone/milestone.json +#: frappe/automation/doctype/reminder/reminder.json +#: frappe/core/doctype/data_import/data_import.json +#: frappe/core/doctype/docshare/docshare.json +#: frappe/core/doctype/document_naming_rule/document_naming_rule.json +#: frappe/core/doctype/session_default/session_default.json +#: frappe/core/doctype/user_document_type/user_document_type.json +#: frappe/core/doctype/user_permission/user_permission_list.js:26 +#: frappe/core/doctype/user_select_document_type/user_select_document_type.json +#: frappe/core/page/permission_manager/permission_manager.js:49 +#: frappe/core/page/permission_manager/permission_manager.js:211 +#: frappe/core/page/permission_manager/permission_manager.js:442 +#: frappe/custom/doctype/doctype_layout/doctype_layout.json +#: frappe/desk/doctype/bulk_update/bulk_update.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/global_search_doctype/global_search_doctype.json +#: frappe/desk/doctype/notification_log/notification_log.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/desk/doctype/tag_link/tag_link.json +#: frappe/email/doctype/notification/notification.json +#: frappe/printing/doctype/print_format_field_template/print_format_field_template.json +#: frappe/public/js/frappe/roles_editor.js:65 +#: frappe/website/doctype/personal_data_deletion_step/personal_data_deletion_step.json +#: frappe/workflow/doctype/workflow/workflow.json +msgid "Document Type" +msgstr "文档类型" + +#: frappe/desk/doctype/number_card/number_card.py:56 +msgid "Document Type and Function are required to create a number card" +msgstr "" + +#: frappe/permissions.py:142 +msgid "Document Type is not importable" +msgstr "凭证类型不可导入" + +#: frappe/permissions.py:138 +msgid "Document Type is not submittable" +msgstr "文档类型不可提交" + +#. Label of a Link field in DocType 'Milestone Tracker' +#: frappe/automation/doctype/milestone_tracker/milestone_tracker.json +msgid "Document Type to Track" +msgstr "" + +#: frappe/desk/doctype/global_search_settings/global_search_settings.py:40 +msgid "Document Type {0} has been repeated." +msgstr "文档类型{0}已重复。" + +#. Label of a Table field in DocType 'User Type' +#: frappe/core/doctype/user_type/user_type.json +msgid "Document Types" +msgstr "" + +#. Label of a Table field in DocType 'User Type' +#: frappe/core/doctype/user_type/user_type.json +msgid "Document Types (Select Permissions Only)" +msgstr "" + +#. Label of a Section Break field in DocType 'User Type' +#: frappe/core/doctype/user_type/user_type.json +msgid "Document Types and Permissions" +msgstr "" + +#: frappe/core/doctype/submission_queue/submission_queue.py:163 +#: frappe/model/document.py:1752 +msgid "Document Unlocked" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1073 +msgid "Document has been cancelled" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1072 +msgid "Document has been submitted" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1071 +msgid "Document is in draft state" +msgstr "" + +#: frappe/public/js/frappe/form/workflow.js:45 +msgid "Document is only editable by users with role" +msgstr "" + +#: frappe/core/doctype/communication/communication.js:182 +msgid "Document not Relinked" +msgstr "" + +#: frappe/model/rename_doc.py:227 frappe/public/js/frappe/form/toolbar.js:146 +msgid "Document renamed from {0} to {1}" +msgstr "文档从{0}重命名为{1}" + +#: frappe/public/js/frappe/form/toolbar.js:155 +msgid "Document renaming from {0} to {1} has been queued" +msgstr "" + +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.py:386 +msgid "Document type is required to create a dashboard chart" +msgstr "创建仪表板图表需要文档类型" + +#: frappe/core/doctype/deleted_document/deleted_document.py:45 +msgid "Document {0} Already Restored" +msgstr "文档{0}已恢复" + +#: frappe/workflow/doctype/workflow_action/workflow_action.py:199 +msgid "Document {0} has been set to state {1} by {2}" +msgstr "文档{0}已被{2}设置为状态{1}" + +#: frappe/client.py:443 +msgid "Document {0} {1} does not exist" +msgstr "" + +#. Label of a Data field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Documentation Link" +msgstr "" + +#. Label of a Data field in DocType 'DocField' +#. Label of a Data field in DocType 'Module Onboarding' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/desk/doctype/module_onboarding/module_onboarding.json +msgid "Documentation URL" +msgstr "" + +#: frappe/public/js/frappe/form/templates/form_dashboard.html:17 +msgid "Documents" +msgstr "" + +#: frappe/core/doctype/deleted_document/deleted_document_list.js:25 +msgid "Documents restored successfully" +msgstr "文件还原成功" + +#: frappe/core/doctype/deleted_document/deleted_document_list.js:33 +msgid "Documents that failed to restore" +msgstr "无法还原的文件" + +#: frappe/core/doctype/deleted_document/deleted_document_list.js:29 +msgid "Documents that were already restored" +msgstr "已经还原的文件" + +#. Name of a DocType +#. Label of a Data field in DocType 'Domain' +#. Label of a Link field in DocType 'Has Domain' +#. Label of a Link field in DocType 'Email Account' +#: frappe/core/doctype/domain/domain.json +#: frappe/core/doctype/has_domain/has_domain.json +#: frappe/email/doctype/email_account/email_account.json +msgid "Domain" +msgstr "领域" + +#. Label of a Data field in DocType 'Email Domain' +#: frappe/email/doctype/email_domain/email_domain.json +msgid "Domain Name" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/domain_settings/domain_settings.json +msgid "Domain Settings" +msgstr "" + +#. Label of a HTML field in DocType 'Domain Settings' +#: frappe/core/doctype/domain_settings/domain_settings.json +msgid "Domains HTML" +msgstr "" + +#. Description of the 'Ignore XSS Filter' (Check) field in DocType 'Custom +#. Field' +#: frappe/custom/doctype/custom_field/custom_field.json +msgid "Don't HTML Encode HTML tags like <script> or just characters like < or >, as they could be intentionally used in this field" +msgstr "" + +#: frappe/public/js/frappe/data_import/import_preview.js:268 +msgid "Don't Import" +msgstr "不导入" + +#. Label of a Check field in DocType 'Workflow' +#. Label of a Check field in DocType 'Workflow Document State' +#: frappe/workflow/doctype/workflow/workflow.json +#: frappe/workflow/doctype/workflow_document_state/workflow_document_state.json +msgid "Don't Override Status" +msgstr "" + +#. Label of a Check field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Don't Send Emails" +msgstr "" + +#. Description of the 'Ignore XSS Filter' (Check) field in DocType 'DocField' +#. Description of the 'Ignore XSS Filter' (Check) field in DocType 'Customize +#. Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Don't encode HTML tags like <script> or just characters like < or >, as they could be intentionally used in this field" +msgstr "" + +#: frappe/www/login.html:119 frappe/www/login.html:135 +#: frappe/www/update-password.html:34 +msgid "Don't have an account?" +msgstr "" + +#: frappe/public/js/frappe/ui/messages.js:233 +#: frappe/public/js/onboarding_tours/onboarding_tours.js:17 +#: frappe/public/js/print_format_builder/HTMLEditor.vue:5 +#: frappe/public/js/print_format_builder/LetterHeadEditor.vue:52 +msgid "Done" +msgstr "DONE" + +#. Option for the 'Type' (Select) field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Donut" +msgstr "" + +#: frappe/public/js/form_builder/components/EditableInput.vue:43 +msgid "Double click to edit label" +msgstr "" + +#: frappe/core/doctype/file/file.js:5 +#: frappe/email/doctype/auto_email_report/auto_email_report.js:8 +#: frappe/public/js/frappe/form/grid.js:63 +msgid "Download" +msgstr "下载" + +#: frappe/public/js/frappe/views/reports/report_utils.js:229 +msgctxt "Export report" +msgid "Download" +msgstr "下载" + +#. Label of a Link in the Tools Workspace +#: frappe/automation/workspace/tools/tools.json +#: frappe/desk/page/backups/backups.js:4 +msgid "Download Backups" +msgstr "" + +#: frappe/templates/emails/download_data.html:6 +msgid "Download Data" +msgstr "下载数据" + +#: frappe/desk/page/backups/backups.js:12 +msgid "Download Files Backup" +msgstr "下载文件备份" + +#: frappe/templates/emails/download_data.html:9 +msgid "Download Link" +msgstr "下载链接" + +#: frappe/public/js/frappe/list/bulk_operations.js:134 +msgid "Download PDF" +msgstr "下载PDF" + +#: frappe/public/js/frappe/views/reports/query_report.js:766 +msgid "Download Report" +msgstr "下载报告" + +#. Label of a Button field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Download Template" +msgstr "下载模板" + +#: frappe/website/doctype/personal_data_download_request/personal_data_download_request.py:61 +#: frappe/website/doctype/personal_data_download_request/personal_data_download_request.py:69 +#: frappe/website/doctype/personal_data_download_request/test_personal_data_download_request.py:48 +msgid "Download Your Data" +msgstr "下载您的数据" + +#: frappe/desk/page/setup_wizard/install_fixtures.py:47 +msgid "Dr" +msgstr "借方" + +#: frappe/public/js/frappe/model/indicator.js:73 +#: frappe/public/js/frappe/ui/filters/filter.js:530 +msgid "Draft" +msgstr "草案" + +#: frappe/public/js/frappe/views/workspace/blocks/header.js:46 +#: frappe/public/js/frappe/views/workspace/blocks/paragraph.js:136 +#: frappe/public/js/frappe/views/workspace/blocks/spacer.js:44 +#: frappe/public/js/frappe/views/workspace/workspace.js:610 +#: frappe/public/js/frappe/widgets/base_widget.js:33 +msgid "Drag" +msgstr "" + +#: frappe/public/js/form_builder/components/Tabs.vue:189 +msgid "Drag & Drop a section here from another tab" +msgstr "" + +#: frappe/public/js/frappe/file_uploader/FileUploader.vue:14 +msgid "Drag and drop files here or upload from" +msgstr "" + +#: frappe/public/js/print_format_builder/ConfigureColumns.vue:76 +msgid "Drag columns to set order. Column width is set in percentage. The total width should not be more than 100. Columns marked in red will be removed." +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder_layout.html:3 +msgid "Drag elements from the sidebar to add. Drag them back to trash." +msgstr "" + +#: frappe/public/js/workflow_builder/WorkflowBuilder.vue:296 +msgid "Drag to add state" +msgstr "" + +#: frappe/public/js/frappe/file_uploader/FileUploader.vue:172 +msgid "Drop files here" +msgstr "" + +#. Label of a Password field in DocType 'Dropbox Settings' +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.json +msgid "Dropbox Access Token" +msgstr "" + +#. Label of a Password field in DocType 'Dropbox Settings' +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.json +msgid "Dropbox Refresh Token" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Integrations Workspace +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.json +#: frappe/integrations/workspace/integrations/integrations.json +msgid "Dropbox Settings" +msgstr "Dropbox的设置" + +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.py:347 +msgid "Dropbox Setup" +msgstr "Dropbox的设置" + +#. Label of a Section Break field in DocType 'Navbar Settings' +#: frappe/core/doctype/navbar_settings/navbar_settings.json +msgid "Dropdowns" +msgstr "" + +#. Label of a Date field in DocType 'ToDo' +#: frappe/desk/doctype/todo/todo.json +msgid "Due Date" +msgstr "到期日" + +#. Label of a Select field in DocType 'Assignment Rule' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +msgid "Due Date Based On" +msgstr "" + +#: frappe/public/js/frappe/form/grid_row_form.js:42 +#: frappe/public/js/frappe/form/toolbar.js:378 +#: frappe/public/js/frappe/views/workspace/workspace.js:853 +#: frappe/public/js/frappe/views/workspace/workspace.js:1020 +msgid "Duplicate" +msgstr "复制" + +#: frappe/printing/doctype/print_format_field_template/print_format_field_template.py:53 +msgid "Duplicate Entry" +msgstr "" + +#: frappe/public/js/frappe/list/list_filter.js:137 +msgid "Duplicate Filter Name" +msgstr "重复的过滤器名称" + +#: frappe/model/base_document.py:578 frappe/model/rename_doc.py:111 +msgid "Duplicate Name" +msgstr "名称重复" + +#: frappe/public/js/frappe/views/workspace/workspace.js:592 +#: frappe/public/js/frappe/views/workspace/workspace.js:854 +msgid "Duplicate Workspace" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:208 +msgid "Duplicate current row" +msgstr "" + +#: frappe/public/js/form_builder/components/Field.vue:239 +msgid "Duplicate field" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:1035 +msgid "Duplicate of {0} named as {1} is created successfully" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Label of a Float field in DocType 'Recorder' +#. Label of a Float field in DocType 'Recorder Query' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Column' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/recorder/recorder.json +#: frappe/core/doctype/recorder_query/recorder_query.json +#: frappe/core/doctype/report_column/report_column.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Duration" +msgstr "持续时间" + +#. Label of a Section Break field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Dynamic Filters" +msgstr "" + +#. Label of a Code field in DocType 'Dashboard Chart' +#. Label of a Code field in DocType 'Number Card' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/number_card/number_card.json +msgid "Dynamic Filters JSON" +msgstr "" + +#. Label of a Section Break field in DocType 'Number Card' +#: frappe/desk/doctype/number_card/number_card.json +msgid "Dynamic Filters Section" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Name of a DocType +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Column' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Filter' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/dynamic_link/dynamic_link.json +#: frappe/core/doctype/report_column/report_column.json +#: frappe/core/doctype/report_filter/report_filter.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Dynamic Link" +msgstr "动态链接" + +#. Label of a Section Break field in DocType 'Auto Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Dynamic Report Filters" +msgstr "" + +#. Label of a Check field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "Dynamic Route" +msgstr "" + +#. Label of a Check field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "Dynamic Template" +msgstr "" + +#: frappe/public/js/frappe/form/grid_row_form.js:42 +msgid "ESC" +msgstr "" + +#. Description of the Onboarding Step 'Setup Naming Series' +#: frappe/custom/onboarding_step/naming_series/naming_series.json +msgid "Each document created in ERPNext can have a unique ID generated for it, using a prefix defined for it. Though each document has some prefix pre-configured, you can further customize it using tools like Naming Series Tool and Document Naming Rule.\n" +msgstr "" + +#. Option for the 'Comment Type' (Select) field in DocType 'Comment' +#: frappe/core/doctype/comment/comment.json +#: frappe/core/page/dashboard_view/dashboard_view.js:169 +#: frappe/printing/page/print_format_builder/print_format_builder_start.html:8 +#: frappe/printing/page/print_format_builder_beta/print_format_builder_beta.js:46 +#: frappe/printing/page/print_format_builder_beta/print_format_builder_beta.js:85 +#: frappe/public/js/frappe/form/controls/markdown_editor.js:31 +#: frappe/public/js/frappe/form/footer/form_timeline.js:654 +#: frappe/public/js/frappe/form/footer/form_timeline.js:663 +#: frappe/public/js/frappe/form/templates/address_list.html:7 +#: frappe/public/js/frappe/form/templates/contact_list.html:7 +#: frappe/public/js/frappe/form/toolbar.js:660 +#: frappe/public/js/frappe/views/reports/query_report.js:814 +#: frappe/public/js/frappe/views/reports/query_report.js:1643 +#: frappe/public/js/frappe/views/workspace/workspace.js:98 +#: frappe/public/js/frappe/views/workspace/workspace.js:847 +#: frappe/public/js/frappe/widgets/base_widget.js:64 +#: frappe/public/js/frappe/widgets/chart_widget.js:298 +#: frappe/public/js/frappe/widgets/number_card_widget.js:331 +#: frappe/templates/discussions/reply_card.html:29 +#: frappe/templates/discussions/reply_section.html:29 +#: frappe/workflow/page/workflow_builder/workflow_builder.js:46 +#: frappe/workflow/page/workflow_builder/workflow_builder.js:84 +msgid "Edit" +msgstr "编辑" + +#: frappe/public/js/frappe/list/list_view.js:2012 +msgctxt "Button in list view actions menu" +msgid "Edit" +msgstr "编辑" + +#: frappe/website/doctype/web_form/templates/web_form.html:20 +msgctxt "Button in web form" +msgid "Edit" +msgstr "编辑" + +#: frappe/public/js/frappe/form/grid_row.js:337 +msgctxt "Edit grid row" +msgid "Edit" +msgstr "编辑" + +#: frappe/templates/emails/auto_email_report.html:63 +msgid "Edit Auto Email Report Settings" +msgstr "修改电子邮件报告设置" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:719 +msgid "Edit Custom HTML" +msgstr "编辑自定义HTML" + +#: frappe/public/js/frappe/form/toolbar.js:534 +msgid "Edit DocType" +msgstr "编辑的DocType" + +#: frappe/public/js/frappe/list/list_view.js:1728 +msgctxt "Button in list view menu" +msgid "Edit DocType" +msgstr "编辑的DocType" + +#: frappe/printing/page/print_format_builder_beta/print_format_builder_beta.js:42 +#: frappe/workflow/page/workflow_builder/workflow_builder.js:42 +msgid "Edit Existing" +msgstr "" + +#: frappe/public/js/frappe/list/list_sidebar_group_by.js:55 +msgid "Edit Filters" +msgstr "" + +#: frappe/public/js/print_format_builder/PrintFormat.vue:29 +msgid "Edit Footer" +msgstr "" + +#: frappe/printing/doctype/print_format/print_format.js:28 +msgid "Edit Format" +msgstr "编辑格式" + +#: frappe/public/js/frappe/form/quick_entry.js:287 +msgid "Edit Full Form" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder_field.html:26 +#: frappe/public/js/print_format_builder/Field.vue:83 +msgid "Edit HTML" +msgstr "" + +#: frappe/public/js/print_format_builder/PrintFormat.vue:9 +msgid "Edit Header" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:602 +#: frappe/printing/page/print_format_builder/print_format_builder_layout.html:8 +msgid "Edit Heading" +msgstr "编辑标题" + +#: frappe/public/js/print_format_builder/LetterHeadEditor.vue:52 +msgid "Edit Letter Head" +msgstr "" + +#: frappe/public/js/print_format_builder/PrintFormat.vue:35 +msgid "Edit Letter Head Footer" +msgstr "" + +#: frappe/public/js/print_format_builder/print_format_builder.bundle.js:24 +msgid "Edit Print Format" +msgstr "" + +#: frappe/desk/page/user_profile/user_profile_controller.js:273 +#: frappe/desk/page/user_profile/user_profile_sidebar.html:51 +#: frappe/www/me.html:27 +msgid "Edit Profile" +msgstr "编辑个人资料" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:173 +msgid "Edit Properties" +msgstr "编辑属性" + +#. Label of a Button field in DocType 'Web Page Block' +#. Label of a Button field in DocType 'Website Settings' +#: frappe/public/js/frappe/utils/web_template.js:5 +#: frappe/website/doctype/web_page_block/web_page_block.json +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Edit Values" +msgstr "编辑值" + +#: frappe/public/js/frappe/views/workspace/workspace.js:848 +msgid "Edit Workspace" +msgstr "" + +#: frappe/desk/doctype/note/note.js:11 +msgid "Edit mode" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:713 +msgid "Edit to add content" +msgstr "编辑以添加内容" + +#: frappe/public/js/frappe/web_form/web_form.js:446 +msgctxt "Button in web form" +msgid "Edit your response" +msgstr "" + +#: frappe/workflow/doctype/workflow/workflow.js:18 +msgid "Edit your workflow visually using the Workflow Builder." +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:648 +msgid "Edit {0}" +msgstr "编辑{0}" + +#. Label of a Check field in DocType 'DocType' +#. Label of a Check field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/doctype/doctype_list.js:41 +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Editable Grid" +msgstr "编辑网格" + +#: frappe/public/js/frappe/form/grid_row_form.js:42 +msgid "Editing Row" +msgstr "" + +#: frappe/public/js/print_format_builder/print_format_builder.bundle.js:14 +#: frappe/public/js/workflow_builder/workflow_builder.bundle.js:20 +msgid "Editing {0}" +msgstr "" + +#. Description of the 'SMS Gateway URL' (Small Text) field in DocType 'SMS +#. Settings' +#: frappe/core/doctype/sms_settings/sms_settings.json +msgid "Eg. smsgateway.com/api/send_sms.cgi" +msgstr "" + +#: frappe/rate_limiter.py:139 +msgid "Either key or IP flag is required." +msgstr "" + +#. Label of a Data field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Element Selector" +msgstr "" + +#. Label of a Card Break in the Tools Workspace +#. Option for the 'Type' (Select) field in DocType 'Communication' +#. Label of a Check field in DocType 'Custom DocPerm' +#. Label of a Check field in DocType 'DocPerm' +#. Option for the 'Two Factor Authentication method' (Select) field in DocType +#. 'System Settings' +#. Label of a Tab Break field in DocType 'System Settings' +#. Label of a Data field in DocType 'User' +#. Label of a Section Break field in DocType 'User' +#. Label of a Check field in DocType 'User Document Type' +#. Label of a Data field in DocType 'Event Participants' +#. Label of a Data field in DocType 'Email Group Member' +#. Label of a Data field in DocType 'Email Unsubscribe' +#. Option for the 'Channel' (Select) field in DocType 'Notification' +#. Label of a Data field in DocType 'Personal Data Deletion Request' +#: frappe/automation/workspace/tools/tools.json +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/docperm/docperm.json +#: frappe/core/doctype/success_action/success_action.js:59 +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/core/doctype/user/user.json +#: frappe/core/doctype/user_document_type/user_document_type.json +#: frappe/desk/doctype/event_participants/event_participants.json +#: frappe/email/doctype/email_group_member/email_group_member.json +#: frappe/email/doctype/email_unsubscribe/email_unsubscribe.json +#: frappe/email/doctype/newsletter/newsletter.js:156 +#: frappe/email/doctype/notification/notification.json +#: frappe/public/js/frappe/form/success_action.js:85 +#: frappe/public/js/frappe/form/toolbar.js:342 +#: frappe/templates/includes/comments/comments.html:25 +#: frappe/templates/signup.html:9 +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.json +#: frappe/www/login.html:7 frappe/www/login.py:99 +msgid "Email" +msgstr "电子邮件" + +#. Label of a Link in the Tools Workspace +#. Label of a Link field in DocType 'Communication' +#. Label of a Link field in DocType 'User Email' +#. Name of a DocType +#. Linked DocType in Email Domain's connections +#. Label of a Data field in DocType 'Email Flag Queue' +#. Label of a Link field in DocType 'Email Queue' +#. Label of a Link field in DocType 'Unhandled Email' +#: frappe/automation/workspace/tools/tools.json +#: frappe/core/doctype/communication/communication.js:199 +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/user_email/user_email.json +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_domain/email_domain.json +#: frappe/email/doctype/email_flag_queue/email_flag_queue.json +#: frappe/email/doctype/email_queue/email_queue.json +#: frappe/email/doctype/unhandled_email/unhandled_email.json +msgid "Email Account" +msgstr "邮件帐户" + +#: frappe/email/doctype/email_account/email_account.py:315 +msgid "Email Account Disabled." +msgstr "" + +#. Label of a Data field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Email Account Name" +msgstr "" + +#: frappe/core/doctype/user/user.py:680 +msgid "Email Account added multiple times" +msgstr "多次添加的电子邮件帐户" + +#: frappe/email/smtp.py:43 +msgid "Email Account not setup. Please create a new Email Account from Settings > Email Account" +msgstr "" + +#. Label of a Data field in DocType 'Address' +#. Label of a Data field in DocType 'Contact' +#. Label of a Data field in DocType 'Email Account' +#. Label of a Data field in DocType 'Google Contacts' +#: frappe/contacts/doctype/address/address.json +#: frappe/contacts/doctype/contact/contact.json +#: frappe/desk/page/setup_wizard/setup_wizard.js:463 +#: frappe/email/doctype/email_account/email_account.json +#: frappe/integrations/doctype/google_contacts/google_contacts.json +#: frappe/www/complete_signup.html:11 frappe/www/login.html:164 +#: frappe/www/login.html:196 +msgid "Email Address" +msgstr "电子邮箱" + +#. Description of the 'Email Address' (Data) field in DocType 'Google Contacts' +#: frappe/integrations/doctype/google_contacts/google_contacts.json +msgid "Email Address whose Google Contacts are to be synced." +msgstr "" + +#. Description of the 'Send Notification to' (Small Text) field in DocType +#. 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_group/email_group.js:43 +msgid "Email Addresses" +msgstr "电子邮件地址" + +#. Label of a Link in the Tools Workspace +#. Name of a DocType +#: frappe/automation/workspace/tools/tools.json +#: frappe/email/doctype/email_domain/email_domain.json +msgid "Email Domain" +msgstr "" + +#. Name of a DocType +#: frappe/email/doctype/email_flag_queue/email_flag_queue.json +msgid "Email Flag Queue" +msgstr "电子邮件标志队列" + +#. Label of a Small Text field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Email Footer Address" +msgstr "" + +#. Label of a Link in the Tools Workspace +#. Name of a DocType +#. Label of a Link field in DocType 'Email Group Member' +#. Label of a Link field in DocType 'Newsletter Email Group' +#: frappe/automation/workspace/tools/tools.json +#: frappe/email/doctype/email_group/email_group.json +#: frappe/email/doctype/email_group_member/email_group_member.json +#: frappe/email/doctype/newsletter_email_group/newsletter_email_group.json +msgid "Email Group" +msgstr "电子邮件组" + +#. Linked DocType in Email Group's connections +#. Name of a DocType +#: frappe/email/doctype/email_group/email_group.json +#: frappe/email/doctype/email_group_member/email_group_member.json +msgid "Email Group Member" +msgstr "电子邮件组成员" + +#. Label of a Data field in DocType 'Contact Email' +#. Label of a Data field in DocType 'User Email' +#. Label of a Data field in DocType 'Email Rule' +#: frappe/contacts/doctype/contact/contact.py:130 +#: frappe/contacts/doctype/contact_email/contact_email.json +#: frappe/core/doctype/user_email/user_email.json +#: frappe/email/doctype/email_rule/email_rule.json +msgid "Email ID" +msgstr "" + +#. Label of a Table field in DocType 'Contact' +#: frappe/contacts/doctype/contact/contact.json +msgid "Email IDs" +msgstr "" + +#. Label of a Data field in DocType 'Contact Us Settings' +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +msgid "Email Id" +msgstr "电子邮件ID" + +#. Label of a Section Break field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Email Inbox" +msgstr "" + +#. Name of a DocType +#: frappe/email/doctype/email_queue/email_queue.json +msgid "Email Queue" +msgstr "电子邮件队列" + +#. Name of a DocType +#: frappe/email/doctype/email_queue_recipient/email_queue_recipient.json +msgid "Email Queue Recipient" +msgstr "电子邮件队列收件人" + +#: frappe/email/queue.py:160 +msgid "Email Queue flushing aborted due to too many failures." +msgstr "" + +#. Description of a DocType +#: frappe/email/doctype/email_queue/email_queue.json +msgid "Email Queue records." +msgstr "" + +#. Label of a HTML field in DocType 'Email Template' +#: frappe/email/doctype/email_template/email_template.json +msgid "Email Reply Help" +msgstr "" + +#. Label of a Int field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Email Retry Limit" +msgstr "" + +#. Name of a DocType +#: frappe/email/doctype/email_rule/email_rule.json +msgid "Email Rule" +msgstr "电子邮件规则" + +#. Label of a Check field in DocType 'Newsletter' +#. Label of a Check field in DocType 'Blog Post' +#: frappe/email/doctype/newsletter/newsletter.json +#: frappe/website/doctype/blog_post/blog_post.json +msgid "Email Sent" +msgstr "" + +#. Label of a Datetime field in DocType 'Newsletter' +#: frappe/email/doctype/newsletter/newsletter.json +msgid "Email Sent At" +msgstr "" + +#. Label of a Section Break field in DocType 'DocType' +#. Label of a Section Break field in DocType 'Customize Form' +#. Label of a Section Break field in DocType 'Notification Settings' +#. Label of a Section Break field in DocType 'Auto Email Report' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +#: frappe/desk/doctype/notification_settings/notification_settings.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Email Settings" +msgstr "" + +#. Label of a Small Text field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Email Signature" +msgstr "" + +#. Label of a Select field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Email Status" +msgstr "" + +#. Label of a Select field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Email Sync Option" +msgstr "" + +#. Label of a Link in the Tools Workspace +#. Label of a Link field in DocType 'Communication' +#. Name of a DocType +#: frappe/automation/workspace/tools/tools.json +#: frappe/core/doctype/communication/communication.json +#: frappe/email/doctype/email_template/email_template.json +#: frappe/public/js/frappe/views/communication.js:95 +msgid "Email Template" +msgstr "电子邮件模板" + +#. Label of a Check field in DocType 'Notification Settings' +#: frappe/desk/doctype/notification_settings/notification_settings.json +msgid "Email Threads on Assigned Document" +msgstr "" + +#. Label of a Small Text field in DocType 'Auto Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Email To" +msgstr "" + +#. Name of a DocType +#: frappe/email/doctype/email_unsubscribe/email_unsubscribe.json +msgid "Email Unsubscribe" +msgstr "电子邮件退订" + +#: frappe/core/doctype/communication/communication.js:342 +msgid "Email has been marked as spam" +msgstr "电子邮件已被标记为垃圾邮件" + +#: frappe/core/doctype/communication/communication.js:355 +msgid "Email has been moved to trash" +msgstr "电子邮件已被移至垃圾桶" + +#: frappe/public/js/frappe/views/communication.js:807 +msgid "Email not sent to {0} (unsubscribed / disabled)" +msgstr "电子邮件不会被发送到{0}(退订/禁用)" + +#: frappe/utils/oauth.py:164 +msgid "Email not verified with {0}" +msgstr "电子邮件未通过{0}验证" + +#: frappe/email/doctype/email_queue/email_queue.js:18 +msgid "Email queue is currently suspended. Resume to automatically send emails." +msgstr "" + +#. Label of a Section Break field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Emails" +msgstr "" + +#: frappe/email/queue.py:137 +msgid "Emails are muted" +msgstr "邮件已被静音" + +#. Description of the 'Send Email Alert' (Check) field in DocType 'Workflow' +#: frappe/workflow/doctype/workflow/workflow.json +msgid "Emails will be sent with next possible workflow actions" +msgstr "" + +#: frappe/website/doctype/web_form/web_form.js:34 +msgid "Embed code copied" +msgstr "" + +#: frappe/public/js/form_builder/components/Section.vue:285 +msgid "Empty column" +msgstr "" + +#. Label of a Check field in DocType 'Google Calendar' +#. Label of a Check field in DocType 'Google Contacts' +#. Label of a Check field in DocType 'Google Drive' +#. Label of a Check field in DocType 'Google Settings' +#: frappe/integrations/doctype/google_calendar/google_calendar.json +#: frappe/integrations/doctype/google_contacts/google_contacts.json +#: frappe/integrations/doctype/google_drive/google_drive.json +#: frappe/integrations/doctype/google_settings/google_settings.json +msgid "Enable" +msgstr "" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:117 +msgid "Enable Allow Auto Repeat for the doctype {0} in Customize Form" +msgstr "在“自定义表单”中为doctype {0}启用“允许自动重复”" + +#. Label of a Check field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Enable Auto Reply" +msgstr "" + +#. Label of a Check field in DocType 'S3 Backup Settings' +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +msgid "Enable Automatic Backup" +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Enable Automatic Linking in Documents" +msgstr "" + +#. Label of a Check field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "Enable Comments" +msgstr "" + +#. Label of a Check field in DocType 'Blog Post' +#: frappe/website/doctype/blog_post/blog_post.json +msgid "Enable Email Notification" +msgstr "" + +#. Label of a Check field in DocType 'Notification Settings' +#: frappe/desk/doctype/notification_settings/notification_settings.json +msgid "Enable Email Notifications" +msgstr "" + +#: frappe/integrations/doctype/google_calendar/google_calendar.py:90 +#: frappe/integrations/doctype/google_contacts/google_contacts.py:36 +#: frappe/website/doctype/website_settings/website_settings.py:129 +msgid "Enable Google API in Google Settings." +msgstr "在Google设置中启用Google API。" + +#. Label of a Check field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Enable Google indexing" +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_account/email_account.py:201 +msgid "Enable Incoming" +msgstr "通过该邮箱接收邮件" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Enable Onboarding" +msgstr "" + +#. Label of a Check field in DocType 'User Email' +#. Label of a Check field in DocType 'Email Account' +#: frappe/core/doctype/user_email/user_email.json +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_account/email_account.py:209 +msgid "Enable Outgoing" +msgstr "通过该邮箱发送邮件" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Enable Password Policy" +msgstr "" + +#. Label of a Check field in DocType 'Role Permission for Page and Report' +#: frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.json +msgid "Enable Prepared Report" +msgstr "" + +#. Label of a Check field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Enable Print Server" +msgstr "" + +#. Label of a Check field in DocType 'Push Notification Settings' +#: frappe/integrations/doctype/push_notification_settings/push_notification_settings.json +msgid "Enable Push Notification Relay" +msgstr "" + +#. Label of a Check field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "Enable Rate Limit" +msgstr "" + +#. Label of a Check field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Enable Raw Printing" +msgstr "" + +#: frappe/core/doctype/report/report.js:36 +msgid "Enable Report" +msgstr "启用报告" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Enable Scheduled Jobs" +msgstr "" + +#: frappe/core/doctype/rq_job/rq_job_list.js:23 +msgid "Enable Scheduler" +msgstr "" + +#. Label of a Check field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "Enable Security" +msgstr "" + +#. Label of a Check field in DocType 'Social Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Enable Social Login" +msgstr "" + +#. Label of a Check field in DocType 'Blog Settings' +#: frappe/website/doctype/blog_settings/blog_settings.json +msgid "Enable Social Sharing" +msgstr "" + +#: frappe/website/doctype/website_settings/website_settings.js:139 +msgid "Enable Tracking Page Views" +msgstr "启用跟踪页面浏览量" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/twofactor.py:434 +msgid "Enable Two Factor Auth" +msgstr "启用双因素认证" + +#. Title of an Onboarding Step +#: frappe/website/onboarding_step/enable_website_tracking/enable_website_tracking.json +msgid "Enable Website Tracking" +msgstr "" + +#: frappe/printing/doctype/print_format_field_template/print_format_field_template.py:28 +msgid "Enable developer mode to create a standard Print Template" +msgstr "" + +#: frappe/website/doctype/web_template/web_template.py:34 +msgid "Enable developer mode to create a standard Web Template" +msgstr "启用开发人员模式以创建标准的Web模板" + +#. Description of the 'Enable Email Notification' (Check) field in DocType +#. 'Blog Post' +#: frappe/website/doctype/blog_post/blog_post.json +msgid "Enable email notification for any comment or likes received on your Blog Post." +msgstr "" + +#. Description of the 'Modal Trigger' (Check) field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Enable if on click\n" +"opens modal." +msgstr "" + +#. Label of a Check field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Enable in-app website tracking" +msgstr "" + +#. Label of a Check field in DocType 'Language' +#. Label of a Check field in DocType 'User' +#. Label of a Check field in DocType 'Client Script' +#. Label of a Check field in DocType 'Notification Settings' +#. Label of a Check field in DocType 'Auto Email Report' +#. Label of a Check field in DocType 'Notification' +#. Label of a Check field in DocType 'Currency' +#. Label of a Check field in DocType 'Dropbox Settings' +#. Label of a Check field in DocType 'LDAP Settings' +#. Label of a Check field in DocType 'Webhook' +#. Label of a Check field in DocType 'Energy Point Rule' +#. Label of a Check field in DocType 'Energy Point Settings' +#. Label of a Check field in DocType 'Portal Menu Item' +#: frappe/core/doctype/language/language.json +#: frappe/core/doctype/user/user.json +#: frappe/custom/doctype/client_script/client_script.json +#: frappe/desk/doctype/notification_settings/notification_settings.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +#: frappe/email/doctype/notification/notification.json +#: frappe/geo/doctype/currency/currency.json +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.json +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +#: frappe/integrations/doctype/webhook/webhook.json +#: frappe/public/js/frappe/model/indicator.js:106 +#: frappe/public/js/frappe/model/indicator.js:117 +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +#: frappe/social/doctype/energy_point_settings/energy_point_settings.json +#: frappe/website/doctype/portal_menu_item/portal_menu_item.json +msgid "Enabled" +msgstr "已启用" + +#: frappe/core/doctype/rq_job/rq_job_list.js:29 +msgid "Enabled Scheduler" +msgstr "" + +#: frappe/email/doctype/email_account/email_account.py:939 +msgid "Enabled email inbox for user {0}" +msgstr "已为用户{0}启用电子邮件收件箱" + +#: frappe/core/doctype/server_script/server_script.py:243 +msgid "Enabled scheduled execution for script {0}" +msgstr "" + +#. Description of the 'Is Calendar and Gantt' (Check) field in DocType +#. 'DocType' +#. Description of the 'Is Calendar and Gantt' (Check) field in DocType +#. 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Enables Calendar and Gantt views." +msgstr "" + +#: frappe/email/doctype/email_account/email_account.js:227 +msgid "Enabling auto reply on an incoming email account will send automated replies to all the synchronized emails. Do you wish to continue?" +msgstr "" + +#. Description of a DocType +#: frappe/integrations/doctype/push_notification_settings/push_notification_settings.json +msgid "Enabling this will register your site on a central relay server to send push notifications for all installed apps through Firebase Cloud Messaging. This server only stores user tokens and error logs, and no messages are saved." +msgstr "" + +#. Description of the 'Relay Settings' (Section Break) field in DocType 'Push +#. Notification Settings' +#: frappe/integrations/doctype/push_notification_settings/push_notification_settings.json +msgid "Enabling this will register your site on a central relay server to send push notifications for all installed apps through Firebase Cloud Messaging. This server only stores user tokens and error logs, and no messages are saved. " +msgstr "" + +#. Description of the 'Queue in Background (BETA)' (Check) field in DocType +#. 'DocType' +#. Description of the 'Queue in Background (BETA)' (Check) field in DocType +#. 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Enabling this will submit documents in background" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Encrypt Backups" +msgstr "" + +#: frappe/utils/password.py:184 +msgid "Encryption key is in invalid format!" +msgstr "" + +#: frappe/utils/password.py:199 +msgid "Encryption key is invalid! Please check site_config.json" +msgstr "" + +#. Label of a Date field in DocType 'Auto Repeat' +#. Label of a Datetime field in DocType 'Web Page' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:140 +#: frappe/public/js/frappe/utils/common.js:416 +#: frappe/website/doctype/web_page/web_page.json +msgid "End Date" +msgstr "结束日期" + +#. Label of a Select field in DocType 'Calendar View' +#: frappe/desk/doctype/calendar_view/calendar_view.json +msgid "End Date Field" +msgstr "" + +#: frappe/website/doctype/web_page/web_page.py:208 +msgid "End Date cannot be before Start Date!" +msgstr "结束日期不能在开始日期之前!" + +#. Label of a Datetime field in DocType 'RQ Job' +#. Label of a Datetime field in DocType 'Submission Queue' +#: frappe/core/doctype/rq_job/rq_job.json +#: frappe/core/doctype/submission_queue/submission_queue.json +msgid "Ended At" +msgstr "" + +#. Label of a Data field in DocType 'S3 Backup Settings' +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +msgid "Endpoint URL" +msgstr "" + +#. Label of a Section Break field in DocType 'Connected App' +#: frappe/integrations/doctype/connected_app/connected_app.json +msgid "Endpoints" +msgstr "" + +#. Label of a Datetime field in DocType 'Event' +#: frappe/desk/doctype/event/event.json +msgid "Ends on" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Notification Log' +#: frappe/desk/doctype/notification_log/notification_log.json +msgid "Energy Point" +msgstr "" + +#. Linked DocType in User's connections +#. Name of a DocType +#: frappe/core/doctype/user/user.json +#: frappe/social/doctype/energy_point_log/energy_point_log.json +msgid "Energy Point Log" +msgstr "能量点日志" + +#. Linked DocType in DocType's connections +#. Name of a DocType +#: frappe/core/doctype/doctype/doctype.json +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +msgid "Energy Point Rule" +msgstr "能量点规则" + +#. Name of a DocType +#: frappe/social/doctype/energy_point_settings/energy_point_settings.json +msgid "Energy Point Settings" +msgstr "能量点设置" + +#: frappe/desk/doctype/notification_log/notification_log.py:159 +msgid "Energy Point Update on {0}" +msgstr "{0}的能源点更新" + +#. Label of a Check field in DocType 'Notification Settings' +#: frappe/desk/doctype/notification_settings/notification_settings.json +#: frappe/desk/page/user_profile/user_profile.html:28 +#: frappe/desk/page/user_profile/user_profile_controller.js:402 +#: frappe/templates/emails/energy_points_summary.html:39 +msgid "Energy Points" +msgstr "能量点" + +#. Label of a Data field in DocType 'Submission Queue' +#: frappe/core/doctype/submission_queue/submission_queue.json +msgid "Enqueued By" +msgstr "" + +#: frappe/core/doctype/recorder/recorder.py:127 +msgid "Enqueued creation of indexes" +msgstr "" + +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:108 +msgid "Ensure the user and group search paths are correct." +msgstr "" + +#: frappe/integrations/doctype/google_calendar/google_calendar.py:93 +msgid "Enter Client Id and Client Secret in Google Settings." +msgstr "在Google设置中输入客户端ID和客户端密钥。" + +#: frappe/templates/includes/login/login.js:359 +msgid "Enter Code displayed in OTP App." +msgstr "" + +#: frappe/public/js/frappe/views/communication.js:762 +msgid "Enter Email Recipient(s)" +msgstr "输入电子邮件收件人(S)" + +#. Label of a Link field in DocType 'Customize Form' +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Enter Form Type" +msgstr "" + +#: frappe/public/js/frappe/ui/messages.js:94 +msgctxt "Title of prompt dialog" +msgid "Enter Value" +msgstr "输入值" + +#: frappe/public/js/frappe/form/form_tour.js:58 +msgid "Enter a name for this {0}" +msgstr "" + +#. Description of the 'User Defaults' (Table) field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Enter default value fields (keys) and values. If you add multiple values for a field, the first one will be picked. These defaults are also used to set \"match\" permission rules. To see list of fields, go to \"Customize Form\"." +msgstr "" + +#: frappe/public/js/frappe/views/file/file_view.js:111 +msgid "Enter folder name" +msgstr "输入文件夹名称" + +#. Description of the 'Static Parameters' (Table) field in DocType 'SMS +#. Settings' +#: frappe/core/doctype/sms_settings/sms_settings.json +msgid "Enter static url parameters here (Eg. sender=ERPNext, username=ERPNext, password=1234 etc.)" +msgstr "" + +#. Description of the 'Message Parameter' (Data) field in DocType 'SMS +#. Settings' +#: frappe/core/doctype/sms_settings/sms_settings.json +msgid "Enter url parameter for message" +msgstr "" + +#. Description of the 'Receiver Parameter' (Data) field in DocType 'SMS +#. Settings' +#: frappe/core/doctype/sms_settings/sms_settings.json +msgid "Enter url parameter for receiver nos" +msgstr "" + +#: frappe/public/js/frappe/ui/messages.js:334 +msgid "Enter your password" +msgstr "输入密码" + +#: frappe/contacts/report/addresses_and_contacts/addresses_and_contacts.js:22 +msgid "Entity Name" +msgstr "实体名称" + +#: frappe/contacts/report/addresses_and_contacts/addresses_and_contacts.js:9 +msgid "Entity Type" +msgstr "实体类型" + +#: frappe/public/js/frappe/ui/filters/filter.js:16 +msgid "Equals" +msgstr "等号" + +#. Option for the 'Delivery Status' (Select) field in DocType 'Communication' +#. Option for the 'Status' (Select) field in DocType 'Data Import' +#. Label of a Code field in DocType 'Error Log' +#. Option for the 'Status' (Select) field in DocType 'Prepared Report' +#. Option for the 'Status' (Select) field in DocType 'Email Queue' +#. Label of a Code field in DocType 'Email Queue' +#. Label of a Code field in DocType 'Email Queue Recipient' +#. Label of a Code field in DocType 'Integration Request' +#. Label of a Text field in DocType 'Webhook Request Log' +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/data_import/data_import.json +#: frappe/core/doctype/error_log/error_log.json +#: frappe/core/doctype/prepared_report/prepared_report.json +#: frappe/desk/page/backups/backups.js:35 +#: frappe/email/doctype/email_queue/email_queue.json +#: frappe/email/doctype/email_queue_recipient/email_queue_recipient.json +#: frappe/integrations/doctype/integration_request/integration_request.json +#: frappe/integrations/doctype/webhook_request_log/webhook_request_log.json +#: frappe/model/base_document.py:719 frappe/model/base_document.py:725 +#: frappe/public/js/frappe/ui/messages.js:22 +msgid "Error" +msgstr "错误" + +#: frappe/public/js/frappe/web_form/web_form.js:240 +msgctxt "Title of error message in web form" +msgid "Error" +msgstr "错误" + +#: frappe/www/error.html:34 +msgid "Error Code: {0}" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/error_log/error_log.json +msgid "Error Log" +msgstr "错误日志" + +#. Label of a Link in the Build Workspace +#: frappe/core/workspace/build/build.json +msgid "Error Logs" +msgstr "" + +#. Label of a Text field in DocType 'Prepared Report' +#: frappe/core/doctype/prepared_report/prepared_report.json +msgid "Error Message" +msgstr "" + +#: frappe/public/js/frappe/form/print_utils.js:128 +msgid "Error connecting to QZ Tray Application...

    You need to have QZ Tray application installed and running, to use the Raw Print feature.

    Click here to Download and install QZ Tray.
    Click here to learn more about Raw Printing." +msgstr "连接到QZ托盘应用程序时出错...

    您需要安装并运行QZ Tray应用程序,才能使用Raw Print功能。

    单击此处下载并安装QZ托盘
    单击此处以了解有关原始印刷的更多信息 。" + +#: frappe/email/doctype/email_domain/email_domain.py:32 +msgid "Error connecting via IMAP/POP3: {e}" +msgstr "" + +#: frappe/email/doctype/email_domain/email_domain.py:33 +msgid "Error connecting via SMTP: {e}" +msgstr "" + +#: frappe/email/doctype/email_domain/email_domain.py:98 +msgid "Error has occurred in {0}" +msgstr "{0}中发生错误" + +#: frappe/public/js/frappe/form/script_manager.js:187 +msgid "Error in Client Script" +msgstr "" + +#: frappe/public/js/frappe/form/script_manager.js:243 +msgid "Error in Client Script." +msgstr "" + +#: frappe/printing/doctype/letter_head/letter_head.js:21 +msgid "Error in Header/Footer Script" +msgstr "" + +#: frappe/email/doctype/notification/notification.py:396 +#: frappe/email/doctype/notification/notification.py:512 +#: frappe/email/doctype/notification/notification.py:518 +msgid "Error in Notification" +msgstr "通知错误" + +#: frappe/utils/pdf.py:53 +msgid "Error in print format on line {0}: {1}" +msgstr "" + +#: frappe/email/doctype/email_account/email_account.py:618 +msgid "Error while connecting to email account {0}" +msgstr "连接到电子邮件帐户{0}时出错" + +#: frappe/email/doctype/notification/notification.py:509 +msgid "Error while evaluating Notification {0}. Please fix your template." +msgstr "评估通知{0}时出错。请修复您的模板。" + +#: frappe/model/document.py:820 +msgid "Error: Document has been modified after you have opened it" +msgstr "" + +#: frappe/model/base_document.py:733 +msgid "Error: Value missing for {0}: {1}" +msgstr "错误:{0}缺少值:{1}" + +#. Label of a Section Break field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Errors" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Communication' +#. Name of a DocType +#. Option for the 'Event Category' (Select) field in DocType 'Event' +#: frappe/core/doctype/communication/communication.json +#: frappe/desk/doctype/event/event.json +msgid "Event" +msgstr "事件" + +#. Label of a Select field in DocType 'Event' +#: frappe/desk/doctype/event/event.json +msgid "Event Category" +msgstr "" + +#. Label of a Select field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "Event Frequency" +msgstr "" + +#. Label of a Table field in DocType 'Event' +#. Name of a DocType +#: frappe/desk/doctype/event/event.json +#: frappe/desk/doctype/event_participants/event_participants.json +msgid "Event Participants" +msgstr "活动参与者" + +#. Label of a Check field in DocType 'Notification Settings' +#: frappe/desk/doctype/notification_settings/notification_settings.json +msgid "Event Reminders" +msgstr "" + +#: frappe/integrations/doctype/google_calendar/google_calendar.py:454 +#: frappe/integrations/doctype/google_calendar/google_calendar.py:538 +msgid "Event Synced with Google Calendar." +msgstr "活动与Google日历同步。" + +#. Label of a Data field in DocType 'Recorder' +#. Label of a Select field in DocType 'Event' +#: frappe/core/doctype/recorder/recorder.json +#: frappe/desk/doctype/event/event.json +msgid "Event Type" +msgstr "" + +#: frappe/public/js/frappe/ui/notifications/notifications.js:56 +msgid "Events" +msgstr "" + +#: frappe/desk/doctype/event/event.py:260 +msgid "Events in Today's Calendar" +msgstr "今日事件" + +#. Description of the Onboarding Step 'Create Custom Fields' +#: frappe/custom/onboarding_step/custom_field/custom_field.json +msgid "Every form in ERPNext has a standard set of fields. If you need to capture some information, but there is no standard Field available for it, you can insert Custom Field for it.\n\n" +"Once custom fields are added, you can use them for reports and analytics charts as well.\n" +msgstr "" + +#. Label of a Check field in DocType 'DocShare' +#: frappe/core/doctype/docshare/docshare.json +#: frappe/public/js/frappe/form/templates/set_sharing.html:11 +msgid "Everyone" +msgstr "" + +#. Description of the 'Custom Options' (Code) field in DocType 'Dashboard +#. Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Ex: \"colors\": [\"#d1d8dd\", \"#ff5858\"]" +msgstr "" + +#. Label of a Int field in DocType 'Recorder Query' +#: frappe/core/doctype/recorder_query/recorder_query.json +msgid "Exact Copies" +msgstr "" + +#. Label of a HTML field in DocType 'Workflow Transition' +#: frappe/workflow/doctype/workflow_transition/workflow_transition.json +msgid "Example" +msgstr "" + +#. Description of the 'Default Portal Home' (Data) field in DocType 'Portal +#. Settings' +#: frappe/website/doctype/portal_settings/portal_settings.json +msgid "Example: \"/desk\"" +msgstr "" + +#. Description of the 'Path' (Data) field in DocType 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Example: #Tree/Account" +msgstr "" + +#. Description of the 'Digits' (Int) field in DocType 'Document Naming Rule' +#: frappe/core/doctype/document_naming_rule/document_naming_rule.json +msgid "Example: 00001" +msgstr "" + +#. Description of the 'Session Expiry (idle timeout)' (Data) field in DocType +#. 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Example: Setting this to 24:00 will log out a user if they are not active for 24:00 hours." +msgstr "" + +#. Description of the 'Description' (Small Text) field in DocType 'Assignment +#. Rule' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +msgid "Example: {{ subject }}" +msgstr "" + +#. Option for the 'File Type' (Select) field in DocType 'Data Export' +#: frappe/core/doctype/data_export/data_export.json +msgid "Excel" +msgstr "" + +#: frappe/public/js/frappe/form/controls/password.js:91 +msgid "Excellent" +msgstr "" + +#. Label of a Text field in DocType 'Data Import Log' +#. Label of a Code field in DocType 'RQ Job' +#. Label of a Long Text field in DocType 'Submission Queue' +#: frappe/core/doctype/data_import_log/data_import_log.json +#: frappe/core/doctype/rq_job/rq_job.json +#: frappe/core/doctype/submission_queue/submission_queue.json +msgid "Exception" +msgstr "" + +#. Label of a Section Break field in DocType 'System Console' +#: frappe/desk/doctype/system_console/system_console.js:17 +#: frappe/desk/doctype/system_console/system_console.js:22 +#: frappe/desk/doctype/system_console/system_console.json +msgid "Execute" +msgstr "执行" + +#: frappe/desk/doctype/system_console/system_console.js:10 +msgid "Execute Console script" +msgstr "执行控制台脚本" + +#: frappe/desk/doctype/system_console/system_console.js:18 +msgid "Executing..." +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:1987 +msgid "Execution Time: {0} sec" +msgstr "执行时间:{0}秒" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Executive" +msgstr "" + +#: frappe/public/js/frappe/widgets/base_widget.js:159 +msgid "Expand" +msgstr "扩大" + +#: frappe/public/js/frappe/form/controls/code.js:180 +msgctxt "Enlarge code field." +msgid "Expand" +msgstr "扩大" + +#: frappe/public/js/frappe/views/reports/query_report.js:1973 +#: frappe/public/js/frappe/views/treeview.js:114 +msgid "Expand All" +msgstr "展开全部" + +#: frappe/public/js/frappe/form/templates/form_sidebar.html:23 +msgid "Experimental" +msgstr "" + +#. Option for the 'Level' (Select) field in DocType 'Help Article' +#: frappe/website/doctype/help_article/help_article.json +msgid "Expert" +msgstr "" + +#. Label of a Datetime field in DocType 'OAuth Authorization Code' +#. Label of a Datetime field in DocType 'OAuth Bearer Token' +#: frappe/integrations/doctype/oauth_authorization_code/oauth_authorization_code.json +#: frappe/integrations/doctype/oauth_bearer_token/oauth_bearer_token.json +msgid "Expiration time" +msgstr "" + +#. Label of a Date field in DocType 'Note' +#: frappe/desk/doctype/note/note.json +msgid "Expire Notification On" +msgstr "" + +#. Option for the 'Delivery Status' (Select) field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Expired" +msgstr "已过期" + +#. Label of a Int field in DocType 'OAuth Bearer Token' +#. Label of a Int field in DocType 'Token Cache' +#: frappe/integrations/doctype/oauth_bearer_token/oauth_bearer_token.json +#: frappe/integrations/doctype/token_cache/token_cache.json +msgid "Expires In" +msgstr "" + +#. Label of a Date field in DocType 'Document Share Key' +#: frappe/core/doctype/document_share_key/document_share_key.json +msgid "Expires On" +msgstr "到期" + +#. Label of a Int field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Expiry time of QR Code Image Page" +msgstr "" + +#. Label of a Check field in DocType 'Custom DocPerm' +#. Label of a Check field in DocType 'DocPerm' +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/docperm/docperm.json +#: frappe/core/doctype/recorder/recorder_list.js:37 +#: frappe/public/js/frappe/data_import/data_exporter.js:92 +#: frappe/public/js/frappe/data_import/data_exporter.js:243 +#: frappe/public/js/frappe/views/reports/query_report.js:1678 +#: frappe/public/js/frappe/views/reports/report_view.js:1551 +msgid "Export" +msgstr "导出" + +#: frappe/public/js/frappe/list/list_view.js:2034 +msgctxt "Button in list view actions menu" +msgid "Export" +msgstr "导出" + +#: frappe/public/js/frappe/data_import/data_exporter.js:245 +msgid "Export 1 record" +msgstr "导出1条记录" + +#: frappe/custom/doctype/customize_form/customize_form.js:262 +msgid "Export Custom Permissions" +msgstr "导出客户许可" + +#: frappe/custom/doctype/customize_form/customize_form.js:242 +msgid "Export Customizations" +msgstr "导出自定义" + +#. Label of a Link in the Tools Workspace +#: frappe/automation/workspace/tools/tools.json +#: frappe/public/js/frappe/data_import/data_exporter.js:14 +msgid "Export Data" +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:86 +#: frappe/public/js/frappe/data_import/import_preview.js:195 +msgid "Export Errored Rows" +msgstr "" + +#. Label of a Data field in DocType 'Access Log' +#: frappe/core/doctype/access_log/access_log.json +msgid "Export From" +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:523 +msgid "Export Import Log" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_utils.js:227 +msgctxt "Export report" +msgid "Export Report: {0}" +msgstr "导出报告:{0}" + +#: frappe/public/js/frappe/data_import/data_exporter.js:26 +msgid "Export Type" +msgstr "导出类型" + +#: frappe/public/js/frappe/views/reports/report_view.js:1562 +msgid "Export all matching rows?" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1572 +msgid "Export all {0} rows?" +msgstr "" + +#: frappe/public/js/frappe/views/file/file_view.js:154 +msgid "Export as zip" +msgstr "" + +#: frappe/public/js/frappe/utils/tools.js:11 +msgid "Export not allowed. You need {0} role to export." +msgstr "不允许导出,您没有{0}的角色。" + +#. Description of the 'Export without main header' (Check) field in DocType +#. 'Data Export' +#: frappe/core/doctype/data_export/data_export.json +msgid "Export the data without any header notes and column descriptions" +msgstr "" + +#. Label of a Check field in DocType 'Data Export' +#: frappe/core/doctype/data_export/data_export.json +msgid "Export without main header" +msgstr "" + +#: frappe/public/js/frappe/data_import/data_exporter.js:247 +msgid "Export {0} records" +msgstr "导出{0}条记录" + +#: frappe/custom/doctype/customize_form/customize_form.js:263 +msgid "Exported permissions will be force-synced on every migrate overriding any other customization." +msgstr "" + +#. Label of a Data field in DocType 'Email Queue' +#: frappe/email/doctype/email_queue/email_queue.json +msgid "Expose Recipients" +msgstr "" + +#. Option for the 'Naming Rule' (Select) field in DocType 'DocType' +#. Option for the 'Naming Rule' (Select) field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Expression" +msgstr "" + +#. Option for the 'Naming Rule' (Select) field in DocType 'DocType' +#. Option for the 'Naming Rule' (Select) field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Expression (old style)" +msgstr "" + +#. Description of the 'Condition' (Data) field in DocType 'Notification +#. Recipient' +#: frappe/email/doctype/notification_recipient/notification_recipient.json +msgid "Expression, Optional" +msgstr "" + +#. Label of a Section Break field in DocType 'Connected App' +#: frappe/integrations/doctype/connected_app/connected_app.json +msgid "Extra Parameters" +msgstr "" + +#. Option for the 'Social Login Provider' (Select) field in DocType 'Social +#. Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Facebook" +msgstr "" + +#. Option for the 'SocketIO Ping Check' (Select) field in DocType 'System +#. Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Fail" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Activity Log' +#. Option for the 'Status' (Select) field in DocType 'Scheduled Job Log' +#. Option for the 'Status' (Select) field in DocType 'Submission Queue' +#. Option for the 'Status' (Select) field in DocType 'Integration Request' +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/scheduled_job_log/scheduled_job_log.json +#: frappe/core/doctype/submission_queue/submission_queue.json +#: frappe/integrations/doctype/integration_request/integration_request.json +msgid "Failed" +msgstr "失败" + +#. Label of a Int field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Failed Emails" +msgstr "" + +#. Label of a Int field in DocType 'RQ Worker' +#: frappe/core/doctype/rq_worker/rq_worker.json +msgid "Failed Job Count" +msgstr "" + +#. Label of a Int field in DocType 'System Health Report Workers' +#: frappe/desk/doctype/system_health_report_workers/system_health_report_workers.json +msgid "Failed Jobs" +msgstr "" + +#. Label of a Int field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Failed Logins (Last 30 days)" +msgstr "" + +#: frappe/model/workflow.py:298 +msgid "Failed Transactions" +msgstr "交易失败" + +#: frappe/utils/synchronization.py:46 +msgid "Failed to aquire lock: {}. Lock may be held by another process." +msgstr "" + +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:359 +msgid "Failed to change password." +msgstr "修改密码失败。" + +#: frappe/desk/page/setup_wizard/setup_wizard.js:220 +msgid "Failed to complete setup" +msgstr "无法完成设置" + +#: frappe/integrations/doctype/webhook/webhook.py:151 +msgid "Failed to compute request body: {}" +msgstr "" + +#: frappe/printing/doctype/network_printer_settings/network_printer_settings.py:46 +#: frappe/printing/doctype/network_printer_settings/network_printer_settings.py:48 +msgid "Failed to connect to server" +msgstr "无法连接服务器" + +#: frappe/auth.py:678 +msgid "Failed to decode token, please provide a valid base64-encoded token." +msgstr "无法解码令牌,请提供有效的base64编码令牌。" + +#: frappe/utils/password.py:198 +msgid "Failed to decrypt key {0}" +msgstr "" + +#: frappe/desk/reportview.py:561 +msgid "Failed to delete {0} documents: {1}" +msgstr "" + +#: frappe/core/doctype/rq_job/rq_job_list.js:33 +msgid "Failed to enable scheduler: {0}" +msgstr "" + +#: frappe/integrations/doctype/webhook/webhook.py:139 +msgid "Failed to evaluate conditions: {}" +msgstr "" + +#: frappe/types/exporter.py:192 +msgid "Failed to export python type hints" +msgstr "" + +#: frappe/integrations/frappe_providers/frappecloud_billing.py:48 +msgid "Failed to generate access token" +msgstr "" + +#: frappe/core/doctype/document_naming_settings/document_naming_settings.py:249 +msgid "Failed to generate names from the series" +msgstr "" + +#: frappe/core/doctype/document_naming_settings/document_naming_settings.js:75 +msgid "Failed to generate preview of series" +msgstr "" + +#: frappe/handler.py:76 +msgid "Failed to get method for command {0} with {1}" +msgstr "" + +#: frappe/api/v2.py:48 +msgid "Failed to get method {0} with {1}" +msgstr "" + +#: frappe/integrations/frappe_providers/frappecloud_billing.py:68 +msgid "Failed to get site info" +msgstr "" + +#: frappe/model/virtual_doctype.py:63 +msgid "Failed to import virtual doctype {}, is controller file present?" +msgstr "" + +#: frappe/utils/image.py:76 +msgid "Failed to optimize image: {0}" +msgstr "" + +#: frappe/integrations/frappe_providers/frappecloud_billing.py:104 +msgid "Failed to request login to Frappe Cloud" +msgstr "" + +#: frappe/email/doctype/email_queue/email_queue.py:280 +msgid "Failed to send email with subject:" +msgstr "" + +#: frappe/desk/doctype/notification_log/notification_log.py:41 +msgid "Failed to send notification email" +msgstr "" + +#: frappe/desk/page/setup_wizard/setup_wizard.py:23 +msgid "Failed to update global settings" +msgstr "" + +#: frappe/integrations/frappe_providers/frappecloud_billing.py:83 +msgid "Failed while calling API {0}" +msgstr "" + +#. Label of a Table field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Failing Scheduled Jobs (last 7 days)" +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:464 +msgid "Failure" +msgstr "" + +#. Label of a Percent field in DocType 'System Health Report Failing Jobs' +#: frappe/desk/doctype/system_health_report_failing_jobs/system_health_report_failing_jobs.json +msgid "Failure Rate" +msgstr "" + +#. Label of a Attach field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "FavIcon" +msgstr "" + +#. Label of a Data field in DocType 'Address' +#: frappe/contacts/doctype/address/address.json +msgid "Fax" +msgstr "" + +#. Label of a Check field in DocType 'Blog Post' +#: frappe/website/doctype/blog_post/blog_post.json +#: frappe/website/doctype/blog_post/templates/blog_post_row.html:19 +msgid "Featured" +msgstr "精选" + +#. Option for the 'Communication Type' (Select) field in DocType +#. 'Communication' +#. Label of a Section Break field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +#: frappe/public/js/frappe/form/templates/form_sidebar.html:33 +msgid "Feedback" +msgstr "反馈" + +#. Label of a Data field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Feedback Request" +msgstr "" + +#: frappe/desk/page/setup_wizard/install_fixtures.py:30 +msgid "Female" +msgstr "" + +#. Label of a Small Text field in DocType 'DocField' +#. Label of a Small Text field in DocType 'Custom Field' +#. Label of a Small Text field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/public/js/form_builder/components/controls/FetchFromControl.vue:29 +#: frappe/public/js/form_builder/components/controls/FetchFromControl.vue:34 +msgid "Fetch From" +msgstr "" + +#: frappe/website/doctype/website_slideshow/website_slideshow.js:15 +msgid "Fetch Images" +msgstr "获取图像" + +#: frappe/website/doctype/website_slideshow/website_slideshow.js:13 +msgid "Fetch attached images from document" +msgstr "从文档中获取附加图像" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Fetch on Save if Empty" +msgstr "" + +#: frappe/desk/doctype/global_search_settings/global_search_settings.py:61 +msgid "Fetching default Global Search documents." +msgstr "正在获取默认的全局搜索文档。" + +#. Label of a Select field in DocType 'Assignment Rule' +#. Label of a Select field in DocType 'Document Naming Rule Condition' +#. Label of a Select field in DocType 'Bulk Update' +#. Label of a Select field in DocType 'Number Card' +#. Label of a Select field in DocType 'Onboarding Step' +#. Label of a Select field in DocType 'Web Form Field' +#. Label of a Select field in DocType 'Web Form List Column' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +#: frappe/core/doctype/document_naming_rule_condition/document_naming_rule_condition.json +#: frappe/desk/doctype/bulk_update/bulk_update.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +#: frappe/desk/page/leaderboard/leaderboard.js:131 +#: frappe/public/js/frappe/list/bulk_operations.js:327 +#: frappe/public/js/frappe/list/list_view_permission_restrictions.html:3 +#: frappe/public/js/frappe/views/reports/query_report.js:236 +#: frappe/public/js/frappe/views/reports/query_report.js:1732 +#: frappe/website/doctype/web_form_field/web_form_field.json +#: frappe/website/doctype/web_form_list_column/web_form_list_column.json +msgid "Field" +msgstr "字段" + +#: frappe/core/doctype/doctype/doctype.py:411 +msgid "Field \"route\" is mandatory for Web Views" +msgstr "Web视图必须使用字段“路由”" + +#: frappe/core/doctype/doctype/doctype.py:1488 +msgid "Field \"title\" is mandatory if \"Website Search Field\" is set." +msgstr "" + +#: frappe/desk/doctype/bulk_update/bulk_update.js:17 +msgid "Field \"value\" is mandatory. Please specify value to be updated" +msgstr "字段“值”是强制性的。请指定值进行更新" + +#. Label of a Text field in DocType 'Custom Field' +#: frappe/custom/doctype/custom_field/custom_field.json +msgid "Field Description" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1053 +msgid "Field Missing" +msgstr "" + +#. Label of a Data field in DocType 'Property Setter' +#. Label of a Select field in DocType 'Kanban Board' +#: frappe/custom/doctype/property_setter/property_setter.json +#: frappe/desk/doctype/kanban_board/kanban_board.json +msgid "Field Name" +msgstr "" + +#: frappe/public/js/print_format_builder/PrintFormatSection.vue:141 +msgid "Field Orientation (Left-Right)" +msgstr "" + +#: frappe/public/js/print_format_builder/PrintFormatSection.vue:148 +msgid "Field Orientation (Top-Down)" +msgstr "" + +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:233 +#: frappe/public/js/print_format_builder/utils.js:69 +msgid "Field Template" +msgstr "" + +#. Label of a Select field in DocType 'Energy Point Rule' +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +msgid "Field To Check" +msgstr "" + +#. Label of a Select field in DocType 'Custom Field' +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/templates/form_grid/fields.html:40 +msgid "Field Type" +msgstr "" + +#: frappe/desk/reportview.py:182 +msgid "Field not permitted in query" +msgstr "" + +#. Description of the 'Workflow State Field' (Data) field in DocType 'Workflow' +#: frappe/workflow/doctype/workflow/workflow.json +msgid "Field that represents the Workflow State of the transaction (if field is not present, a new hidden Custom Field will be created)" +msgstr "" + +#. Label of a Select field in DocType 'Milestone Tracker' +#: frappe/automation/doctype/milestone_tracker/milestone_tracker.json +msgid "Field to Track" +msgstr "" + +#: frappe/custom/doctype/property_setter/property_setter.py:51 +msgid "Field type cannot be changed for {0}" +msgstr "{0}不能更改字段类型" + +#: frappe/database/database.py:843 +msgid "Field {0} does not exist on {1}" +msgstr "" + +#: frappe/desk/form/meta.py:203 +msgid "Field {0} is referring to non-existing doctype {1}." +msgstr "" + +#: frappe/public/js/frappe/form/form.js:1678 +msgid "Field {0} not found." +msgstr "找不到字段{0}。" + +#. Label of a Data field in DocType 'Report Column' +#. Label of a Data field in DocType 'Report Filter' +#. Label of a Data field in DocType 'Custom Field' +#. Label of a Select field in DocType 'DocType Layout Field' +#. Label of a Select field in DocType 'Form Tour Step' +#. Label of a Select field in DocType 'Webhook Data' +#. Label of a Data field in DocType 'Web Template Field' +#: frappe/core/doctype/report_column/report_column.json +#: frappe/core/doctype/report_filter/report_filter.json +#: frappe/custom/doctype/custom_field/custom_field.js:120 +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/doctype_layout_field/doctype_layout_field.json +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +#: frappe/integrations/doctype/webhook_data/webhook_data.json +#: frappe/public/js/frappe/form/grid_row.js:430 +#: frappe/website/doctype/web_template_field/web_template_field.json +msgid "Fieldname" +msgstr "字段名" + +#: frappe/core/doctype/doctype/doctype.py:267 +msgid "Fieldname '{0}' conflicting with a {1} of the name {2} in {3}" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1052 +msgid "Fieldname called {0} must exist to enable autonaming" +msgstr "" + +#: frappe/database/schema.py:122 frappe/database/schema.py:316 +msgid "Fieldname is limited to 64 characters ({0})" +msgstr "字段名被限制为64个字符({0})" + +#: frappe/custom/doctype/custom_field/custom_field.py:196 +msgid "Fieldname not set for Custom Field" +msgstr "必须为自定义字段设置设置字段名" + +#: frappe/custom/doctype/custom_field/custom_field.js:107 +msgid "Fieldname which will be the DocType for this link field." +msgstr "字段名将作为这个文档类型的链接字段。" + +#: frappe/public/js/form_builder/store.js:175 +msgid "Fieldname {0} appears multiple times" +msgstr "" + +#: frappe/database/schema.py:306 +msgid "Fieldname {0} cannot have special characters like {1}" +msgstr "字段名{0}不能有特殊字符,如{1}" + +#: frappe/core/doctype/doctype/doctype.py:1869 +msgid "Fieldname {0} conflicting with meta object" +msgstr "字段名{0}与元对象冲突" + +#: frappe/core/doctype/doctype/doctype.py:490 +#: frappe/public/js/form_builder/utils.js:302 +msgid "Fieldname {0} is restricted" +msgstr "字段名{0}受限制" + +#. Label of a Table field in DocType 'DocType' +#. Label of a Section Break field in DocType 'DocType' +#. Label of a Section Break field in DocType 'Customize Form' +#. Label of a Table field in DocType 'Customize Form' +#. Label of a Table field in DocType 'DocType Layout' +#. Label of a Code field in DocType 'Kanban Board' +#. Label of a HTML field in DocType 'List View Settings' +#. Label of a Code field in DocType 'List View Settings' +#. Label of a Small Text field in DocType 'Personal Data Deletion Step' +#. Label of a Table field in DocType 'Web Template' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +#: frappe/custom/doctype/doctype_layout/doctype_layout.json +#: frappe/desk/doctype/kanban_board/kanban_board.json +#: frappe/desk/doctype/list_view_settings/list_view_settings.json +#: frappe/public/js/frappe/list/list_settings.js:135 +#: frappe/public/js/frappe/views/kanban/kanban_settings.js:111 +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:83 +#: frappe/website/doctype/personal_data_deletion_step/personal_data_deletion_step.json +#: frappe/website/doctype/web_template/web_template.json +msgid "Fields" +msgstr "" + +#. Label of a HTML field in DocType 'Data Export' +#: frappe/core/doctype/data_export/data_export.json +msgid "Fields Multicheck" +msgstr "" + +#: frappe/core/doctype/file/file.py:403 +msgid "Fields `file_name` or `file_url` must be set for File" +msgstr "" + +#. Description of the 'Search Fields' (Data) field in DocType 'Customize Form' +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Fields separated by comma (,) will be included in the \"Search By\" list of Search dialog box" +msgstr "" + +#. Label of a Select field in DocType 'Report Column' +#. Label of a Select field in DocType 'Report Filter' +#. Label of a Data field in DocType 'Form Tour Step' +#. Label of a Select field in DocType 'Web Form Field' +#. Label of a Data field in DocType 'Web Form List Column' +#. Label of a Select field in DocType 'Web Template Field' +#: frappe/core/doctype/report_column/report_column.json +#: frappe/core/doctype/report_filter/report_filter.json +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +#: frappe/website/doctype/web_form_field/web_form_field.json +#: frappe/website/doctype/web_form_list_column/web_form_list_column.json +#: frappe/website/doctype/web_template_field/web_template_field.json +msgid "Fieldtype" +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.py:192 +msgid "Fieldtype cannot be changed from {0} to {1}" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.py:585 +msgid "Fieldtype cannot be changed from {0} to {1} in row {2}" +msgstr "排{2}中的字段类型不能从{0}更改为{1}" + +#. Label of a shortcut in the Tools Workspace +#. Name of a DocType +#. Option for the 'Select List View' (Select) field in DocType 'Form Tour' +#: frappe/automation/workspace/tools/tools.json +#: frappe/core/doctype/file/file.json +#: frappe/desk/doctype/form_tour/form_tour.json +msgid "File" +msgstr "文件" + +#: frappe/public/js/frappe/file_uploader/FileUploader.vue:459 +msgid "File \"{0}\" was skipped because of invalid file type" +msgstr "" + +#: frappe/core/doctype/file/utils.py:129 +msgid "File '{0}' not found" +msgstr "文件'{0}'未找到" + +#. Label of a Check field in DocType 'Dropbox Settings' +#. Label of a Check field in DocType 'Google Drive' +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.json +#: frappe/integrations/doctype/google_drive/google_drive.json +msgid "File Backup" +msgstr "" + +#. Label of a Section Break field in DocType 'Access Log' +#: frappe/core/doctype/access_log/access_log.json +msgid "File Information" +msgstr "" + +#: frappe/public/js/frappe/views/file/file_view.js:74 +msgid "File Manager" +msgstr "文件管理器" + +#. Label of a Data field in DocType 'File' +#: frappe/core/doctype/file/file.json +msgid "File Name" +msgstr "" + +#. Label of a Int field in DocType 'File' +#: frappe/core/doctype/file/file.json +msgid "File Size" +msgstr "" + +#. Label of a Section Break field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "File Storage" +msgstr "" + +#. Label of a Data field in DocType 'Access Log' +#. Label of a Select field in DocType 'Data Export' +#. Label of a Data field in DocType 'File' +#: frappe/core/doctype/access_log/access_log.json +#: frappe/core/doctype/data_export/data_export.json +#: frappe/core/doctype/file/file.json +#: frappe/public/js/frappe/data_import/data_exporter.js:19 +msgid "File Type" +msgstr "文件类型" + +#. Label of a Code field in DocType 'File' +#: frappe/core/doctype/file/file.json +msgid "File URL" +msgstr "" + +#: frappe/desk/page/backups/backups.py:104 +msgid "File backup is ready" +msgstr "文件备份就绪" + +#: frappe/core/doctype/file/file.py:581 +msgid "File name cannot have {0}" +msgstr "文件名不能为{0}" + +#: frappe/utils/csvutils.py:26 +msgid "File not attached" +msgstr "文件未附加" + +#: frappe/core/doctype/file/file.py:686 frappe/public/js/frappe/request.js:197 +#: frappe/utils/file_manager.py:222 +msgid "File size exceeded the maximum allowed size of {0} MB" +msgstr "文件大小超过允许的{0} MB" + +#: frappe/public/js/frappe/request.js:195 +msgid "File too big" +msgstr "文件太大" + +#: frappe/core/doctype/file/file.py:371 +msgid "File type of {0} is not allowed" +msgstr "" + +#: frappe/core/doctype/file/file.py:359 frappe/core/doctype/file/file.py:419 +msgid "File {0} does not exist" +msgstr "文件{0}不存在" + +#. Label of a Link in the Tools Workspace +#. Label of a Tab Break field in DocType 'System Settings' +#: frappe/automation/workspace/tools/tools.json +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Files" +msgstr "" + +#: frappe/core/doctype/prepared_report/prepared_report.js:8 +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:305 +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:439 +#: frappe/desk/doctype/number_card/number_card.js:205 +#: frappe/desk/doctype/number_card/number_card.js:336 +#: frappe/email/doctype/auto_email_report/auto_email_report.js:93 +#: frappe/public/js/frappe/list/base_list.js:876 +#: frappe/public/js/frappe/ui/filters/filter_list.js:134 +#: frappe/website/doctype/web_form/web_form.js:197 +msgid "Filter" +msgstr "过滤" + +#: frappe/public/js/frappe/list/list_sidebar.html:35 +msgid "Filter By" +msgstr "" + +#. Label of a Section Break field in DocType 'Auto Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Filter Data" +msgstr "" + +#. Label of a HTML field in DocType 'Data Export' +#: frappe/core/doctype/data_export/data_export.json +msgid "Filter List" +msgstr "" + +#. Label of a Text field in DocType 'Auto Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Filter Meta" +msgstr "" + +#. Label of a Data field in DocType 'List Filter' +#: frappe/desk/doctype/list_filter/list_filter.json +#: frappe/public/js/frappe/list/list_filter.js:33 +msgid "Filter Name" +msgstr "过滤器名称" + +#. Label of a HTML field in DocType 'Prepared Report' +#: frappe/core/doctype/prepared_report/prepared_report.json +msgid "Filter Values" +msgstr "" + +#: frappe/utils/data.py:1795 +msgid "Filter must be a tuple or list (in a list)" +msgstr "过滤器必须是元组或列表(在列表中)" + +#: frappe/utils/data.py:1803 +msgid "Filter must have 4 values (doctype, fieldname, operator, value): {0}" +msgstr "过滤器必须有4个值(文件类型,字段名,操作者,值):{0}" + +#: frappe/printing/page/print_format_builder/print_format_builder_sidebar.html:3 +msgid "Filter..." +msgstr "" + +#. Label of a Data field in DocType 'Personal Data Deletion Step' +#: frappe/website/doctype/personal_data_deletion_step/personal_data_deletion_step.json +msgid "Filtered By" +msgstr "" + +#: frappe/public/js/frappe/data_import/data_exporter.js:33 +msgid "Filtered Records" +msgstr "筛选记录" + +#: frappe/website/doctype/blog_post/blog_post.py:262 +#: frappe/website/doctype/help_article/help_article.py:92 frappe/www/list.py:44 +msgid "Filtered by \"{0}\"" +msgstr "通过过滤“{0}”" + +#. Label of a Code field in DocType 'Access Log' +#. Label of a Section Break field in DocType 'Prepared Report' +#. Label of a Small Text field in DocType 'Prepared Report' +#. Label of a Section Break field in DocType 'Report' +#. Label of a Table field in DocType 'Report' +#. Label of a Section Break field in DocType 'Dashboard Chart' +#. Label of a Code field in DocType 'Kanban Board' +#. Label of a Long Text field in DocType 'List Filter' +#. Label of a Text field in DocType 'Auto Email Report' +#. Label of a Section Break field in DocType 'Notification' +#: frappe/core/doctype/access_log/access_log.json +#: frappe/core/doctype/prepared_report/prepared_report.json +#: frappe/core/doctype/report/report.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/kanban_board/kanban_board.json +#: frappe/desk/doctype/list_filter/list_filter.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +#: frappe/email/doctype/notification/notification.json +msgid "Filters" +msgstr "过滤器" + +#. Label of a Code field in DocType 'Number Card' +#: frappe/desk/doctype/number_card/number_card.json +msgid "Filters Configuration" +msgstr "" + +#. Label of a HTML field in DocType 'Auto Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Filters Display" +msgstr "" + +#. Label of a Code field in DocType 'Dashboard Chart' +#. Label of a Code field in DocType 'Number Card' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/number_card/number_card.json +msgid "Filters JSON" +msgstr "" + +#. Label of a Section Break field in DocType 'Number Card' +#: frappe/desk/doctype/number_card/number_card.json +msgid "Filters Section" +msgstr "" + +#: frappe/public/js/frappe/form/controls/link.js:502 +msgid "Filters applied for {0}" +msgstr "适用于{0}的过滤器" + +#: frappe/public/js/frappe/views/kanban/kanban_view.js:189 +msgid "Filters saved" +msgstr "过滤器保存" + +#. Description of the 'Script' (Code) field in DocType 'Report' +#: frappe/core/doctype/report/report.json +msgid "Filters will be accessible via filters.

    Send output as result = [result], or for old style data = [columns], [result]" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter_list.js:133 +msgid "Filters {0}" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1351 +msgid "Filters:" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:572 +msgid "Find '{0}' in ..." +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:327 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:328 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:141 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:144 +msgid "Find {0} in {1}" +msgstr "在{1}中找到{0}" + +#. Option for the 'Status' (Select) field in DocType 'Submission Queue' +#: frappe/core/doctype/submission_queue/submission_queue.json +msgid "Finished" +msgstr "" + +#. Label of a Datetime field in DocType 'Prepared Report' +#: frappe/core/doctype/prepared_report/prepared_report.json +msgid "Finished At" +msgstr "" + +#. Label of a Select field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "First Day of the Week" +msgstr "" + +#. Label of a Data field in DocType 'Contact' +#. Label of a Data field in DocType 'User' +#: frappe/contacts/doctype/contact/contact.json +#: frappe/core/doctype/user/user.json frappe/www/complete_signup.html:15 +msgid "First Name" +msgstr "名" + +#. Label of a Data field in DocType 'Success Action' +#: frappe/core/doctype/success_action/success_action.json +msgid "First Success Message" +msgstr "" + +#: frappe/core/report/transaction_log_report/transaction_log_report.py:49 +msgid "First Transaction" +msgstr "第一笔交易" + +#: frappe/core/doctype/data_export/exporter.py:185 +msgid "First data column must be blank." +msgstr "第一个数据列必须为空。" + +#: frappe/website/doctype/website_slideshow/website_slideshow.js:7 +msgid "First set the name and save the record." +msgstr "首先设置名称并保存记录。" + +#: frappe/public/js/workflow_builder/WorkflowBuilder.vue:304 +msgid "Fit" +msgstr "" + +#. Label of a Data field in DocType 'Language' +#: frappe/core/doctype/language/language.json +msgid "Flag" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Column' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Filter' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/report_column/report_column.json +#: frappe/core/doctype/report_filter/report_filter.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Float" +msgstr "" + +#. Label of a Select field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Float Precision" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Column' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Filter' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/report_column/report_column.json +#: frappe/core/doctype/report_filter/report_filter.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Fold" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1412 +msgid "Fold can not be at the end of the form" +msgstr "不能在表单的末端折叠" + +#: frappe/core/doctype/doctype/doctype.py:1410 +msgid "Fold must come before a Section Break" +msgstr "折叠一定要来一个分节符前" + +#. Label of a Link field in DocType 'File' +#: frappe/core/doctype/file/file.json +msgid "Folder" +msgstr "" + +#. Label of a Data field in DocType 'IMAP Folder' +#: frappe/email/doctype/imap_folder/imap_folder.json +msgid "Folder Name" +msgstr "" + +#: frappe/public/js/frappe/views/file/file_view.js:100 +msgid "Folder name should not include '/' (slash)" +msgstr "文件夹名称不应包含“/”(斜杠)" + +#: frappe/core/doctype/file/file.py:465 +msgid "Folder {0} is not empty" +msgstr "文件夹{0}非空" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Folio" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/form_sidebar.js:232 +#: frappe/public/js/frappe/form/templates/form_sidebar.html:129 +msgid "Follow" +msgstr "跟随" + +#: frappe/public/js/frappe/form/templates/form_sidebar.html:124 +msgid "Followed by" +msgstr "" + +#: frappe/email/doctype/auto_email_report/auto_email_report.py:130 +msgid "Following Report Filters have missing values:" +msgstr "" + +#: frappe/website/doctype/web_form/web_form.py:108 +msgid "Following fields are missing:" +msgstr "以下字段缺失:" + +#: frappe/public/js/frappe/ui/field_group.js:133 +msgid "Following fields have invalid values:" +msgstr "" + +#: frappe/public/js/frappe/widgets/widget_dialog.js:320 +msgid "Following fields have missing values" +msgstr "" + +#: frappe/public/js/frappe/ui/field_group.js:120 +msgid "Following fields have missing values:" +msgstr "以下字段缺少值:" + +#: frappe/email/doctype/newsletter/newsletter.js:30 +msgid "Following links are broken in the email content: {0}" +msgstr "" + +#. Label of a Select field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Font" +msgstr "" + +#. Label of a Data field in DocType 'Website Theme' +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Font Properties" +msgstr "" + +#. Label of a Int field in DocType 'Print Format' +#. Label of a Float field in DocType 'Print Settings' +#. Label of a Data field in DocType 'Website Theme' +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/printing/doctype/print_settings/print_settings.json +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:45 +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Font Size" +msgstr "" + +#. Label of a Section Break field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Fonts" +msgstr "" + +#. Label of a Section Break field in DocType 'Email Account' +#. Label of a Section Break field in DocType 'Letter Head' +#. Label of a Text Editor field in DocType 'About Us Settings' +#. Option for the 'Type' (Select) field in DocType 'Web Template' +#. Label of a Tab Break field in DocType 'Website Settings' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/printing/doctype/letter_head/letter_head.json +#: frappe/website/doctype/about_us_settings/about_us_settings.json +#: frappe/website/doctype/web_template/web_template.json +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Footer" +msgstr "" + +#. Label of a Small Text field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Footer \"Powered By\"" +msgstr "" + +#. Label of a Select field in DocType 'Letter Head' +#: frappe/printing/doctype/letter_head/letter_head.json +msgid "Footer Based On" +msgstr "" + +#. Label of a Text Editor field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Footer Content" +msgstr "" + +#. Label of a Section Break field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Footer Details" +msgstr "" + +#. Label of a HTML Editor field in DocType 'Letter Head' +#: frappe/printing/doctype/letter_head/letter_head.json +msgid "Footer HTML" +msgstr "" + +#: frappe/printing/doctype/letter_head/letter_head.py:73 +msgid "Footer HTML set from attachment {0}" +msgstr "" + +#. Label of a Section Break field in DocType 'Letter Head' +#: frappe/printing/doctype/letter_head/letter_head.json +msgid "Footer Image" +msgstr "" + +#. Label of a Section Break field in DocType 'Website Settings' +#. Label of a Table field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Footer Items" +msgstr "" + +#. Label of a Attach Image field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Footer Logo" +msgstr "" + +#. Label of a Code field in DocType 'Letter Head' +#: frappe/printing/doctype/letter_head/letter_head.json +msgid "Footer Script" +msgstr "" + +#. Label of a Link field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Footer Template" +msgstr "" + +#. Label of a Code field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Footer Template Values" +msgstr "" + +#: frappe/printing/page/print/print.js:116 +msgid "Footer might not be visible as {0} option is disabled" +msgstr "" + +#. Description of the 'Footer HTML' (HTML Editor) field in DocType 'Letter +#. Head' +#: frappe/printing/doctype/letter_head/letter_head.json +msgid "Footer will display correctly only in PDF" +msgstr "" + +#. Description of the 'Row Name' (Data) field in DocType 'Property Setter' +#: frappe/custom/doctype/property_setter/property_setter.json +msgid "For DocType Link / DocType Action" +msgstr "" + +#. Label of a Select field in DocType 'Energy Point Rule' +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +msgid "For Document Event" +msgstr "" + +#: frappe/core/doctype/user_permission/user_permission_list.js:155 +msgid "For Document Type" +msgstr "对于文档类型" + +#: frappe/public/js/frappe/widgets/widget_dialog.js:534 +msgid "For Example: {} Open" +msgstr "例如:{}打开" + +#. Description of the 'Options' (Small Text) field in DocType 'DocField' +#. Description of the 'Options' (Small Text) field in DocType 'Customize Form +#. Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "For Links, enter the DocType as range.\n" +"For Select, enter list of Options, each on a new line." +msgstr "" + +#. Label of a Link field in DocType 'List Filter' +#. Label of a Link field in DocType 'Notification Log' +#. Label of a Data field in DocType 'Workspace' +#: frappe/core/doctype/user_permission/user_permission_list.js:10 +#: frappe/core/doctype/user_permission/user_permission_list.js:148 +#: frappe/desk/doctype/list_filter/list_filter.json +#: frappe/desk/doctype/notification_log/notification_log.json +#: frappe/desk/doctype/workspace/workspace.json +msgid "For User" +msgstr "对于用户" + +#. Label of a Dynamic Link field in DocType 'User Permission' +#: frappe/core/doctype/user_permission/user_permission.json +msgid "For Value" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:1984 +#: frappe/public/js/frappe/views/reports/report_view.js:96 +msgid "For comparison, use >5, <10 or =324. For ranges, use 5:10 (for values between 5 & 10)." +msgstr "为了进行比较,请使用> 5,<10或= 324。对于范围,请使用5:10(对于5到10之间的值)。" + +#: frappe/core/page/permission_manager/permission_manager_help.html:19 +msgid "For example if you cancel and amend INV004 it will become a new document INV004-1. This helps you to keep track of each amendment." +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:744 +msgid "For example: If you want to include the document ID, use {0}" +msgstr "例如:如果要包括文件ID,使用{0}" + +#. Description of the 'Format' (Data) field in DocType 'Workspace Shortcut' +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +msgid "For example: {} Open" +msgstr "" + +#. Description of the 'Client script' (Code) field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "For help see Client Script API and Examples" +msgstr "" + +#. Description of the 'Enable Automatic Linking in Documents' (Check) field in +#. DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "For more information, click here." +msgstr "" + +#: frappe/integrations/doctype/google_settings/google_settings.js:7 +msgid "For more information, {0}." +msgstr "有关更多信息,请{0}。" + +#. Description of the 'Email To' (Small Text) field in DocType 'Auto Email +#. Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "For multiple addresses, enter the address on different line. e.g. test@test.com ⏎ test1@test.com" +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:197 +msgid "For updating, you can update only selective columns." +msgstr "您只能更新选择的列。" + +#: frappe/core/doctype/doctype/doctype.py:1713 +msgid "For {0} at level {1} in {2} in row {3}" +msgstr "对行{3},{2}中级别{1}的{0}" + +#. Label of a Check field in DocType 'Package Import' +#. Option for the 'Skip Authorization' (Select) field in DocType 'OAuth +#. Provider Settings' +#: frappe/core/doctype/package_import/package_import.json +#: frappe/integrations/doctype/oauth_provider_settings/oauth_provider_settings.json +msgid "Force" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#. Label of a Check field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Force Re-route to Default View" +msgstr "" + +#. Label of a Check field in DocType 'Desktop Icon' +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +msgid "Force Show" +msgstr "" + +#: frappe/core/doctype/rq_job/rq_job.js:13 +msgid "Force Stop job" +msgstr "" + +#. Label of a Int field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Force User to Reset Password" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Force Web Capture Mode for Uploads" +msgstr "" + +#: frappe/www/login.html:35 +msgid "Forgot Password?" +msgstr "忘了密码?" + +#. Label of a Tab Break field in DocType 'DocType' +#. Option for the 'Apply To' (Select) field in DocType 'Client Script' +#. Label of a Tab Break field in DocType 'Customize Form' +#. Option for the 'View' (Select) field in DocType 'Form Tour' +#. Label of a Tab Break field in DocType 'Web Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/client_script/client_script.json +#: frappe/custom/doctype/customize_form/customize_form.json +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/printing/page/print/print.js:83 +#: frappe/website/doctype/web_form/web_form.json +msgid "Form" +msgstr "" + +#. Label of a HTML field in DocType 'DocType' +#. Label of a HTML field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Form Builder" +msgstr "" + +#. Label of a Code field in DocType 'Recorder' +#: frappe/core/doctype/recorder/recorder.json +msgid "Form Dict" +msgstr "" + +#. Label of a Section Break field in DocType 'DocType' +#. Label of a Section Break field in DocType 'User' +#. Label of a Section Break field in DocType 'Customize Form' +#. Label of a Section Break field in DocType 'Web Form' +#: frappe/core/doctype/doctype/doctype.json frappe/core/doctype/user/user.json +#: frappe/custom/doctype/customize_form/customize_form.json +#: frappe/website/doctype/web_form/web_form.json +msgid "Form Settings" +msgstr "" + +#. Name of a DocType +#. Label of a Link field in DocType 'Onboarding Step' +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Form Tour" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Form Tour Step" +msgstr "" + +#. Option for the 'Request Structure' (Select) field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "Form URL-Encoded" +msgstr "" + +#. Label of a Data field in DocType 'Workspace Shortcut' +#. Label of a Select field in DocType 'Auto Email Report' +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +#: frappe/public/js/frappe/widgets/widget_dialog.js:533 +msgid "Format" +msgstr "格式" + +#. Label of a Code field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "Format Data" +msgstr "" + +#: frappe/core/doctype/communication/communication.js:70 +msgid "Forward" +msgstr "向前" + +#. Label of a Data field in DocType 'Contact Us Settings' +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +msgid "Forward To Email Address" +msgstr "" + +#. Label of a Data field in DocType 'Currency' +#: frappe/geo/doctype/currency/currency.json +msgid "Fraction" +msgstr "" + +#. Label of a Int field in DocType 'Currency' +#: frappe/geo/doctype/currency/currency.json +msgid "Fraction Units" +msgstr "" + +#. Option for the 'Social Login Provider' (Select) field in DocType 'Social +#. Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +#: frappe/www/login.html:61 frappe/www/login.html:142 frappe/www/login.py:50 +#: frappe/www/login.py:139 +msgid "Frappe" +msgstr "果汁刨冰" + +#: frappe/public/js/frappe/ui/toolbar/about.js:4 +msgid "Frappe Framework" +msgstr "Frappe框架" + +#: frappe/public/js/frappe/list/list_sidebar.js:275 +msgid "Frappe Insights" +msgstr "" + +#: frappe/public/js/frappe/ui/theme_switcher.js:59 +msgid "Frappe Light" +msgstr "" + +#. Label of a standard help item +#. Type: Action +#: frappe/hooks.py +msgid "Frappe Support" +msgstr "" + +#: frappe/website/doctype/web_page/web_page.js:92 +msgid "Frappe page builder using components" +msgstr "" + +#: frappe/public/js/frappe/file_uploader/ImageCropper.vue:112 +msgctxt "Image Cropper" +msgid "Free" +msgstr "" + +#. Label of a Select field in DocType 'Auto Repeat' +#. Label of a Select field in DocType 'Scheduled Job Type' +#. Label of a Select field in DocType 'User' +#. Label of a Select field in DocType 'Auto Email Report' +#. Label of a Select field in DocType 'Google Drive' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/automation/doctype/auto_repeat/auto_repeat_schedule.html:5 +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +#: frappe/core/doctype/user/user.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +#: frappe/integrations/doctype/google_drive/google_drive.json +#: frappe/public/js/frappe/utils/common.js:395 +msgid "Frequency" +msgstr "频率" + +#. Option for the 'Day' (Select) field in DocType 'Assignment Rule Day' +#. Option for the 'Day' (Select) field in DocType 'Auto Repeat Day' +#. Option for the 'First Day of the Week' (Select) field in DocType 'System +#. Settings' +#. Label of a Check field in DocType 'Event' +#. Option for the 'Day of Week' (Select) field in DocType 'Auto Email Report' +#: frappe/automation/doctype/assignment_rule_day/assignment_rule_day.json +#: frappe/automation/doctype/auto_repeat_day/auto_repeat_day.json +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/desk/doctype/event/event.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Friday" +msgstr "" + +#. Label of a Data field in DocType 'Communication' +#. Label of a Section Break field in DocType 'Newsletter' +#: frappe/core/doctype/communication/communication.json +#: frappe/email/doctype/newsletter/newsletter.json +#: frappe/public/js/frappe/views/communication.js:185 +#: frappe/public/js/frappe/views/inbox/inbox_view.js:70 +msgid "From" +msgstr "从" + +#. Label of a Date field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/website/report/website_analytics/website_analytics.js:8 +msgid "From Date" +msgstr "起始日期" + +#. Label of a Select field in DocType 'Auto Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "From Date Field" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:1698 +msgid "From Document Type" +msgstr "从文档类型" + +#. Label of a Data field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "From Full Name" +msgstr "" + +#. Label of a Link field in DocType 'Notification Log' +#: frappe/desk/doctype/notification_log/notification_log.json +msgid "From User" +msgstr "" + +#: frappe/public/js/frappe/utils/diffview.js:31 +msgid "From version" +msgstr "" + +#. Option for the 'Width' (Select) field in DocType 'Dashboard Chart Link' +#: frappe/desk/doctype/dashboard_chart_link/dashboard_chart_link.json +msgid "Full" +msgstr "" + +#. Label of a Data field in DocType 'Contact' +#. Label of a Data field in DocType 'Activity Log' +#. Label of a Data field in DocType 'User' +#. Label of a Data field in DocType 'About Us Team Member' +#. Label of a Data field in DocType 'Blogger' +#: frappe/contacts/doctype/contact/contact.json +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/user/user.json +#: frappe/desk/page/setup_wizard/setup_wizard.js:457 +#: frappe/templates/signup.html:4 +#: frappe/website/doctype/about_us_team_member/about_us_team_member.json +#: frappe/website/doctype/blogger/blogger.json +msgid "Full Name" +msgstr "全名" + +#: frappe/printing/page/print/print.js:67 +#: frappe/public/js/frappe/form/templates/print_layout.html:42 +msgid "Full Page" +msgstr "全页" + +#. Label of a Check field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "Full Width" +msgstr "" + +#. Label of a Select field in DocType 'Number Card' +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/public/js/frappe/views/reports/query_report.js:246 +#: frappe/public/js/frappe/widgets/widget_dialog.js:671 +msgid "Function" +msgstr "功能" + +#: frappe/public/js/frappe/widgets/widget_dialog.js:678 +msgid "Function Based On" +msgstr "基于功能" + +#: frappe/__init__.py:855 +msgid "Function {0} is not whitelisted." +msgstr "" + +#: frappe/public/js/frappe/views/treeview.js:385 +msgid "Further nodes can be only created under 'Group' type nodes" +msgstr "只能在“组”节点下新建节点" + +#: frappe/core/doctype/communication/communication.js:291 +msgid "Fw: {0}" +msgstr "FW:{0}" + +#. Option for the 'Method' (Select) field in DocType 'Recorder' +#: frappe/core/doctype/recorder/recorder.json +msgid "GET" +msgstr "" + +#. Option for the 'Service' (Select) field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "GMail" +msgstr "" + +#. Option for the 'License Type' (Select) field in DocType 'Package' +#: frappe/core/doctype/package/package.json +msgid "GNU Affero General Public License" +msgstr "" + +#. Option for the 'License Type' (Select) field in DocType 'Package' +#: frappe/core/doctype/package/package.json +msgid "GNU General Public License" +msgstr "" + +#. Option for the 'Select List View' (Select) field in DocType 'Form Tour' +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/public/js/frappe/views/gantt/gantt_view.js:10 +msgid "Gantt" +msgstr "甘特图" + +#: frappe/public/js/frappe/list/base_list.js:205 +msgid "Gantt View" +msgstr "" + +#. Label of a Link field in DocType 'Contact' +#. Name of a DocType +#. Label of a Data field in DocType 'Gender' +#. Label of a Link field in DocType 'User' +#: frappe/contacts/doctype/contact/contact.json +#: frappe/contacts/doctype/gender/gender.json +#: frappe/core/doctype/user/user.json +msgid "Gender" +msgstr "性别" + +#: frappe/desk/page/setup_wizard/install_fixtures.py:33 +msgid "Genderqueer" +msgstr "" + +#: frappe/www/contact.html:29 +msgid "General" +msgstr "" + +#. Title of an Onboarding Step +#: frappe/custom/onboarding_step/report_builder/report_builder.json +msgid "Generate Custom Reports" +msgstr "" + +#. Label of a Button field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Generate Keys" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:808 +msgid "Generate New Report" +msgstr "生成新报告" + +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:368 +msgid "Generate Random Password" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/toolbar.js:162 +#: frappe/public/js/frappe/utils/utils.js:1772 +msgid "Generate Tracking URL" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Geolocation" +msgstr "" + +#: frappe/email/doctype/notification/notification.js:175 +msgid "Get Alerts for Today" +msgstr "获得对于今天的通知" + +#: frappe/desk/page/backups/backups.js:19 +msgid "Get Backup Encryption Key" +msgstr "" + +#. Label of a Button field in DocType 'Auto Repeat' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +msgid "Get Contacts" +msgstr "" + +#: frappe/website/doctype/web_form/web_form.js:93 +msgid "Get Fields" +msgstr "获得领域" + +#: frappe/printing/doctype/letter_head/letter_head.js:32 +msgid "Get Header and Footer wkhtmltopdf variables" +msgstr "" + +#: frappe/public/js/frappe/form/multi_select_dialog.js:87 +msgid "Get Items" +msgstr "获取物料" + +#: frappe/integrations/doctype/connected_app/connected_app.js:6 +msgid "Get OpenID Configuration" +msgstr "" + +#: frappe/www/printview.html:22 +msgid "Get PDF" +msgstr "" + +#. Description of the 'Try a Naming Series' (Data) field in DocType 'Document +#. Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Get a preview of generated names with a series." +msgstr "" + +#: frappe/public/js/frappe/list/list_sidebar.js:273 +msgid "Get more insights with" +msgstr "" + +#. Description of the 'Email Threads on Assigned Document' (Check) field in +#. DocType 'Notification Settings' +#: frappe/desk/doctype/notification_settings/notification_settings.json +msgid "Get notified when an email is received on any of the documents assigned to you." +msgstr "" + +#. Description of the 'User Image' (Attach Image) field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Get your globally recognized avatar from Gravatar.com" +msgstr "" + +#. Label of a Data field in DocType 'Installed Application' +#: frappe/core/doctype/installed_application/installed_application.json +msgid "Git Branch" +msgstr "" + +#. Option for the 'Social Login Provider' (Select) field in DocType 'Social +#. Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "GitHub" +msgstr "" + +#: frappe/website/doctype/web_page/web_page.js:92 +msgid "Github flavoured markdown syntax" +msgstr "" + +#: frappe/social/doctype/energy_point_settings/energy_point_settings.js:7 +#: frappe/social/doctype/energy_point_settings/energy_point_settings.js:14 +msgid "Give Review Points" +msgstr "给予评论点" + +#. Name of a DocType +#: frappe/desk/doctype/global_search_doctype/global_search_doctype.json +msgid "Global Search DocType" +msgstr "全局搜索DocType" + +#: frappe/desk/doctype/global_search_settings/global_search_settings.js:24 +msgid "Global Search Document Types Reset." +msgstr "全局搜索文档类型重置。" + +#. Name of a DocType +#: frappe/desk/doctype/global_search_settings/global_search_settings.json +msgid "Global Search Settings" +msgstr "全局搜索设置" + +#: frappe/public/js/frappe/ui/keyboard.js:121 +msgid "Global Shortcuts" +msgstr "全球捷径" + +#. Label of a Check field in DocType 'Email Unsubscribe' +#: frappe/email/doctype/email_unsubscribe/email_unsubscribe.json +msgid "Global Unsubscribe" +msgstr "" + +#: frappe/desk/page/user_profile/user_profile_controller.js:68 +#: frappe/public/js/frappe/form/toolbar.js:755 +msgid "Go" +msgstr "走" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:246 +#: frappe/public/js/frappe/widgets/onboarding_widget.js:326 +msgid "Go Back" +msgstr "回去" + +#: frappe/desk/doctype/notification_settings/notification_settings.js:17 +msgid "Go to Notification Settings List" +msgstr "" + +#. Option for the 'Action' (Select) field in DocType 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Go to Page" +msgstr "" + +#: frappe/public/js/workflow_builder/workflow_builder.bundle.js:41 +msgid "Go to Workflow" +msgstr "" + +#: frappe/desk/doctype/workspace/workspace.js:18 +msgid "Go to Workspace" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:143 +msgid "Go to next record" +msgstr "转到下一条记录" + +#: frappe/public/js/frappe/form/form.js:153 +msgid "Go to previous record" +msgstr "转到上一条记录" + +#: frappe/integrations/doctype/slack_webhook_url/slack_webhook_url.py:52 +msgid "Go to the document" +msgstr "转到文档" + +#. Description of the 'Success URL' (Data) field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Go to this URL after completing the form" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.js:55 +#: frappe/custom/doctype/client_script/client_script.js:10 +msgid "Go to {0}" +msgstr "转到{0}" + +#: frappe/core/doctype/data_import/data_import.js:92 +#: frappe/core/doctype/doctype/doctype.js:59 +#: frappe/custom/doctype/customize_form/customize_form.js:104 +#: frappe/custom/doctype/doctype_layout/doctype_layout.js:42 +#: frappe/workflow/doctype/workflow/workflow.js:44 +msgid "Go to {0} List" +msgstr "" + +#: frappe/core/doctype/page/page.js:11 +msgid "Go to {0} Page" +msgstr "转到{0}页面" + +#: frappe/utils/goal.py:115 frappe/utils/goal.py:122 +msgid "Goal" +msgstr "目标" + +#. Option for the 'Social Login Provider' (Select) field in DocType 'Social +#. Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Google" +msgstr "" + +#. Label of a Data field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Google Analytics ID" +msgstr "" + +#. Label of a Check field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Google Analytics anonymise IP" +msgstr "" + +#. Label of a Section Break field in DocType 'Event' +#. Label of a Link field in DocType 'Event' +#. Name of a DocType +#. Label of a Section Break field in DocType 'Google Calendar' +#. Label of a Link in the Integrations Workspace +#: frappe/desk/doctype/event/event.json +#: frappe/integrations/doctype/google_calendar/google_calendar.json +#: frappe/integrations/workspace/integrations/integrations.json +msgid "Google Calendar" +msgstr "Google日历" + +#: frappe/integrations/doctype/google_calendar/google_calendar.py:784 +msgid "Google Calendar - Contact / email not found. Did not add attendee for -
    {0}" +msgstr "" + +#: frappe/integrations/doctype/google_calendar/google_calendar.py:254 +msgid "Google Calendar - Could not create Calendar for {0}, error code {1}." +msgstr "Google日历 - 无法为{0}创建日历,错误代码为{1}。" + +#: frappe/integrations/doctype/google_calendar/google_calendar.py:574 +msgid "Google Calendar - Could not delete Event {0} from Google Calendar, error code {1}." +msgstr "Google日历 - 无法从Google日历中删除事件{0},错误代码为{1}。" + +#: frappe/integrations/doctype/google_calendar/google_calendar.py:291 +msgid "Google Calendar - Could not fetch event from Google Calendar, error code {0}." +msgstr "Google日历 - 无法从Google日历中获取事件,错误代码为{0}。" + +#: frappe/integrations/doctype/google_contacts/google_contacts.py:234 +msgid "Google Calendar - Could not insert contact in Google Contacts {0}, error code {1}." +msgstr "Google日历 - 无法在Google通讯录{0}中插入联系人,错误代码为{1}。" + +#: frappe/integrations/doctype/google_calendar/google_calendar.py:457 +msgid "Google Calendar - Could not insert event in Google Calendar {0}, error code {1}." +msgstr "Google日历 - 无法在Google日历{0}中插入事件,错误代码为{1}。" + +#: frappe/integrations/doctype/google_calendar/google_calendar.py:541 +msgid "Google Calendar - Could not update Event {0} in Google Calendar, error code {1}." +msgstr "Google日历 - 无法更新Google日历中的活动{0},错误代码为{1}。" + +#. Label of a Data field in DocType 'Event' +#: frappe/desk/doctype/event/event.json +msgid "Google Calendar Event ID" +msgstr "" + +#. Label of a Data field in DocType 'Event' +#. Label of a Data field in DocType 'Google Calendar' +#: frappe/desk/doctype/event/event.json +#: frappe/integrations/doctype/google_calendar/google_calendar.json +msgid "Google Calendar ID" +msgstr "" + +#: frappe/integrations/doctype/google_calendar/google_calendar.py:167 +msgid "Google Calendar has been configured." +msgstr "Google日历已配置完毕。" + +#. Label of a Section Break field in DocType 'Contact' +#. Label of a Link field in DocType 'Contact' +#. Name of a DocType +#. Label of a Section Break field in DocType 'Google Contacts' +#. Label of a Link in the Integrations Workspace +#: frappe/contacts/doctype/contact/contact.json +#: frappe/integrations/doctype/google_contacts/google_contacts.json +#: frappe/integrations/workspace/integrations/integrations.json +msgid "Google Contacts" +msgstr "Google通讯录" + +#: frappe/integrations/doctype/google_contacts/google_contacts.py:139 +msgid "Google Contacts - Could not sync contacts from Google Contacts {0}, error code {1}." +msgstr "Google通讯录 - 无法同步Google通讯录{0}中的联系人,错误代码{1}。" + +#: frappe/integrations/doctype/google_contacts/google_contacts.py:296 +msgid "Google Contacts - Could not update contact in Google Contacts {0}, error code {1}." +msgstr "Google通讯录 - 无法更新Google通讯录{0}中的联系人,错误代码{1}。" + +#. Label of a Data field in DocType 'Contact' +#: frappe/contacts/doctype/contact/contact.json +msgid "Google Contacts Id" +msgstr "" + +#. Name of a DocType +#. Label of a Section Break field in DocType 'Google Drive' +#. Label of a Link in the Integrations Workspace +#: frappe/integrations/doctype/google_drive/google_drive.json +#: frappe/integrations/workspace/integrations/integrations.json +#: frappe/public/js/frappe/file_uploader/FileUploader.vue:164 +msgid "Google Drive" +msgstr "谷歌云端硬盘" + +#: frappe/integrations/doctype/google_drive/google_drive.py:119 +msgid "Google Drive - Could not create folder in Google Drive - Error Code {0}" +msgstr "Google云端硬盘 - 无法在Google云端硬盘中创建文件夹 - 错误代码{0}" + +#: frappe/integrations/doctype/google_drive/google_drive.py:134 +msgid "Google Drive - Could not find folder in Google Drive - Error Code {0}" +msgstr "Google云端硬盘 - 在Google云端硬盘中找不到文件夹 - 错误代码{0}" + +#: frappe/integrations/doctype/google_drive/google_drive.py:195 +msgid "Google Drive - Could not locate - {0}" +msgstr "Google云端硬盘-找不到-{0}" + +#: frappe/integrations/doctype/google_drive/google_drive.py:206 +msgid "Google Drive Backup Successful." +msgstr "Google云端硬盘备份成功。" + +#. Label of a Section Break field in DocType 'Google Settings' +#: frappe/integrations/doctype/google_settings/google_settings.json +msgid "Google Drive Picker" +msgstr "" + +#. Label of a Check field in DocType 'Google Settings' +#: frappe/integrations/doctype/google_settings/google_settings.json +msgid "Google Drive Picker Enabled" +msgstr "" + +#. Label of a Data field in DocType 'Print Format' +#. Label of a Data field in DocType 'Website Theme' +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:28 +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Google Font" +msgstr "" + +#. Label of a Data field in DocType 'Event' +#: frappe/desk/doctype/event/event.json +msgid "Google Meet Link" +msgstr "" + +#. Label of a Card Break in the Integrations Workspace +#: frappe/integrations/workspace/integrations/integrations.json +msgid "Google Services" +msgstr "Google服务" + +#. Name of a DocType +#. Label of a Link in the Integrations Workspace +#: frappe/integrations/doctype/google_settings/google_settings.json +#: frappe/integrations/workspace/integrations/integrations.json +msgid "Google Settings" +msgstr "Google设置" + +#: frappe/utils/csvutils.py:201 +msgid "Google Sheets URL is invalid or not publicly accessible." +msgstr "Google表格网址无效或无法公开访问。" + +#: frappe/utils/csvutils.py:206 +msgid "Google Sheets URL must end with \"gid={number}\". Copy and paste the URL from the browser address bar and try again." +msgstr "Google表格网址必须以“ gid = {number}”结尾。从浏览器地址栏中复制并粘贴URL,然后重试。" + +#. Label of a HTML field in DocType 'Blog Post' +#: frappe/website/doctype/blog_post/blog_post.json +msgid "Google Snippet Preview" +msgstr "" + +#. Label of a Select field in DocType 'OAuth Client' +#: frappe/integrations/doctype/oauth_client/oauth_client.json +msgid "Grant Type" +msgstr "" + +#: frappe/public/js/frappe/form/dashboard.js:34 +#: frappe/public/js/frappe/form/templates/form_dashboard.html:10 +msgid "Graph" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'DocType State' +#. Option for the 'Indicator' (Select) field in DocType 'Kanban Board Column' +#: frappe/core/doctype/doctype_state/doctype_state.json +#: frappe/desk/doctype/kanban_board_column/kanban_board_column.json +msgid "Gray" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:23 +msgid "Greater Than" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:25 +msgid "Greater Than Or Equal To" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'DocType State' +#. Option for the 'Indicator' (Select) field in DocType 'Kanban Board Column' +#: frappe/core/doctype/doctype_state/doctype_state.json +#: frappe/desk/doctype/kanban_board_column/kanban_board_column.json +msgid "Green" +msgstr "绿" + +#: frappe/public/js/form_builder/components/controls/TableControl.vue:46 +msgid "Grid Empty State" +msgstr "" + +#: frappe/public/js/frappe/ui/keyboard.js:126 +msgid "Grid Shortcuts" +msgstr "" + +#. Label of a Data field in DocType 'DocType Action' +#. Label of a Data field in DocType 'DocType Link' +#. Label of a Data field in DocType 'Website Sidebar Item' +#: frappe/core/doctype/doctype_action/doctype_action.json +#: frappe/core/doctype/doctype_link/doctype_link.json +#: frappe/website/doctype/website_sidebar_item/website_sidebar_item.json +msgid "Group" +msgstr "组" + +#. Option for the 'Chart Type' (Select) field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/website/report/website_analytics/website_analytics.js:32 +msgid "Group By" +msgstr "通过...分组" + +#. Label of a Select field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Group By Based On" +msgstr "" + +#. Label of a Select field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Group By Type" +msgstr "" + +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.py:397 +msgid "Group By field is required to create a dashboard chart" +msgstr "“分组依据”字段是创建仪表盘图表所必需的" + +#: frappe/public/js/frappe/views/treeview.js:384 +msgid "Group Node" +msgstr "组节点" + +#. Label of a Data field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "Group Object Class" +msgstr "" + +#. Description of a Card Break in the Build Workspace +#: frappe/core/workspace/build/build.json +msgid "Group your custom doctypes under modules" +msgstr "" + +#: frappe/public/js/frappe/ui/group_by/group_by.js:416 +msgid "Grouped by {0}" +msgstr "" + +#. Option for the 'Method' (Select) field in DocType 'Recorder' +#: frappe/core/doctype/recorder/recorder.json +msgid "HEAD" +msgstr "" + +#. Option for the 'Time Format' (Select) field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "HH:mm" +msgstr "" + +#. Option for the 'Time Format' (Select) field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "HH:mm:ss" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Label of a Section Break field in DocType 'Custom HTML Block' +#. Option for the 'Format' (Select) field in DocType 'Auto Email Report' +#. Option for the 'Content Type' (Select) field in DocType 'Newsletter' +#. Option for the 'Message Type' (Select) field in DocType 'Notification' +#. Option for the 'Letter Head Based On' (Select) field in DocType 'Letter +#. Head' +#. Option for the 'Footer Based On' (Select) field in DocType 'Letter Head' +#. Label of a Code field in DocType 'Print Format' +#. Option for the 'Content Type' (Select) field in DocType 'Blog Post' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#. Option for the 'Content Type' (Select) field in DocType 'Web Page' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/desk/doctype/custom_html_block/custom_html_block.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +#: frappe/email/doctype/newsletter/newsletter.json +#: frappe/email/doctype/notification/notification.json +#: frappe/printing/doctype/letter_head/letter_head.json +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/printing/doctype/print_format/print_format.py:92 +#: frappe/public/js/print_format_builder/Field.vue:86 +#: frappe/website/doctype/blog_post/blog_post.json +#: frappe/website/doctype/web_form_field/web_form_field.json +#: frappe/website/doctype/web_page/web_page.js:92 +#: frappe/website/doctype/web_page/web_page.json +msgid "HTML" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "HTML Editor" +msgstr "" + +#. Label of a HTML Editor field in DocType 'Access Log' +#: frappe/core/doctype/access_log/access_log.json +msgid "HTML Page" +msgstr "" + +#. Description of the 'Header' (HTML Editor) field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "HTML for header section. Optional" +msgstr "" + +#: frappe/website/doctype/web_page/web_page.js:92 +msgid "HTML with jinja support" +msgstr "" + +#. Option for the 'Width' (Select) field in DocType 'Dashboard Chart Link' +#: frappe/desk/doctype/dashboard_chart_link/dashboard_chart_link.json +msgid "Half" +msgstr "" + +#. Option for the 'Period' (Select) field in DocType 'Auto Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Half Yearly" +msgstr "" + +#. Option for the 'Frequency' (Select) field in DocType 'Auto Repeat' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/public/js/frappe/utils/common.js:402 +msgid "Half-yearly" +msgstr "每半年" + +#. Label of a Int field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Handled Emails" +msgstr "" + +#. Label of a Check field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Has Attachment" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/has_domain/has_domain.json +msgid "Has Domain" +msgstr "有域名" + +#. Label of a Check field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Has Next Condition" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/has_role/has_role.json +msgid "Has Role" +msgstr "有角色" + +#. Label of a Check field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Has Web View" +msgstr "" + +#: frappe/templates/signup.html:19 +msgid "Have an account? Login" +msgstr "有账户?登录" + +#. Label of a Check field in DocType 'SMS Parameter' +#. Label of a Section Break field in DocType 'Letter Head' +#. Label of a HTML Editor field in DocType 'Web Page' +#. Label of a HTML Editor field in DocType 'Website Slideshow' +#: frappe/core/doctype/sms_parameter/sms_parameter.json +#: frappe/printing/doctype/letter_head/letter_head.json +#: frappe/website/doctype/web_page/web_page.json +#: frappe/website/doctype/website_slideshow/website_slideshow.json +msgid "Header" +msgstr "" + +#. Label of a HTML Editor field in DocType 'Letter Head' +#: frappe/printing/doctype/letter_head/letter_head.json +msgid "Header HTML" +msgstr "" + +#: frappe/printing/doctype/letter_head/letter_head.py:61 +msgid "Header HTML set from attachment {0}" +msgstr "从附件{0}设置的标头HTML" + +#. Label of a Code field in DocType 'Letter Head' +#: frappe/printing/doctype/letter_head/letter_head.json +msgid "Header Script" +msgstr "" + +#. Label of a Section Break field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "Header and Breadcrumbs" +msgstr "" + +#. Label of a Tab Break field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Header, Robots" +msgstr "" + +#: frappe/printing/doctype/letter_head/letter_head.js:30 +msgid "Header/Footer scripts can be used to add dynamic behaviours." +msgstr "" + +#. Label of a Table field in DocType 'Webhook' +#. Label of a Code field in DocType 'Webhook Request Log' +#: frappe/integrations/doctype/webhook/webhook.json +#: frappe/integrations/doctype/webhook_request_log/webhook_request_log.json +msgid "Headers" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Label of a Data field in DocType 'Contact Us Settings' +#. Label of a Data field in DocType 'Website Slideshow Item' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/printing/page/print_format_builder/print_format_builder.js:602 +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +#: frappe/website/doctype/website_slideshow_item/website_slideshow_item.json +msgid "Heading" +msgstr "标题" + +#. Option for the 'Type' (Select) field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Heatmap" +msgstr "" + +#: frappe/templates/emails/new_user.html:2 +msgid "Hello" +msgstr "" + +#. Label of a Section Break field in DocType 'Server Script' +#. Label of a HTML field in DocType 'Property Setter' +#: frappe/core/doctype/server_script/server_script.json +#: frappe/custom/doctype/property_setter/property_setter.json +#: frappe/public/js/frappe/form/templates/form_sidebar.html:40 +#: frappe/public/js/frappe/form/workflow.js:23 +#: frappe/public/js/frappe/ui/toolbar/navbar.html:87 +#: frappe/public/js/frappe/utils/help.js:27 +msgid "Help" +msgstr "帮助" + +#. Name of a DocType +#. Label of a Link in the Website Workspace +#: frappe/website/doctype/help_article/help_article.json +#: frappe/website/workspace/website/website.json +msgid "Help Article" +msgstr "帮助文章" + +#. Label of a Int field in DocType 'Help Category' +#: frappe/website/doctype/help_category/help_category.json +msgid "Help Articles" +msgstr "帮助文章" + +#. Name of a DocType +#. Label of a Link in the Website Workspace +#: frappe/website/doctype/help_category/help_category.json +#: frappe/website/workspace/website/website.json +msgid "Help Category" +msgstr "帮助分类" + +#. Label of a Table field in DocType 'Navbar Settings' +#: frappe/core/doctype/navbar_settings/navbar_settings.json +#: frappe/public/js/frappe/ui/toolbar/navbar.html:84 +msgid "Help Dropdown" +msgstr "" + +#. Label of a HTML field in DocType 'Document Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Help HTML" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:149 +msgid "Help on Search" +msgstr "搜索帮助" + +#. Description of the 'Content' (Text Editor) field in DocType 'Note' +#: frappe/desk/doctype/note/note.json +msgid "Help: To link to another record in the system, use \"/app/note/[Note Name]\" as the Link URL. (don't use \"http://\")" +msgstr "" + +#. Label of a Int field in DocType 'Help Article' +#: frappe/website/doctype/help_article/help_article.json +msgid "Helpful" +msgstr "" + +#. Option for the 'Font' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Helvetica" +msgstr "" + +#. Option for the 'Font' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Helvetica Neue" +msgstr "" + +#: frappe/public/js/frappe/utils/utils.js:1769 +msgid "Here's your tracking URL" +msgstr "" + +#: frappe/www/qrcode.html:9 +msgid "Hi {0}" +msgstr "你好{0}" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'DocType Action' +#. Label of a Check field in DocType 'DocType Link' +#. Label of a Check field in DocType 'Navbar Item' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#. Label of a Check field in DocType 'Desktop Icon' +#. Label of a Check field in DocType 'Workspace Link' +#. Label of a Check field in DocType 'Web Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/doctype_action/doctype_action.json +#: frappe/core/doctype/doctype_link/doctype_link.json +#: frappe/core/doctype/navbar_item/navbar_item.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +#: frappe/desk/doctype/workspace_link/workspace_link.json +#: frappe/printing/page/print_format_builder/print_format_builder_field.html:3 +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Hidden" +msgstr "" + +#. Label of a Section Break field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Hidden Fields" +msgstr "" + +#. Option for the 'Page Number' (Select) field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/public/js/frappe/views/workspace/workspace.js:859 +#: frappe/public/js/frappe/widgets/base_widget.js:46 +#: frappe/public/js/frappe/widgets/base_widget.js:178 +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:243 +#: frappe/templates/includes/login/login.js:83 +msgid "Hide" +msgstr "隐藏" + +#. Label of a Check field in DocType 'Web Page Block' +#: frappe/website/doctype/web_page_block/web_page_block.json +msgid "Hide Block" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Hide Border" +msgstr "" + +#. Label of a Check field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Hide Buttons" +msgstr "" + +#. Label of a Check field in DocType 'Blog Post' +#: frappe/website/doctype/blog_post/blog_post.json +msgid "Hide CTA" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#. Label of a Check field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Hide Copy" +msgstr "" + +#. Label of a Check field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "Hide Custom DocTypes and Reports" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Hide Days" +msgstr "" + +#. Label of a Check field in DocType 'User Permission' +#: frappe/core/doctype/user_permission/user_permission.json +#: frappe/core/doctype/user_permission/user_permission_list.js:96 +msgid "Hide Descendants" +msgstr "" + +#: frappe/www/error.html:41 frappe/www/error.html:56 +msgid "Hide Error" +msgstr "" + +#. Label of a Check field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Hide Login" +msgstr "" + +#: frappe/public/js/form_builder/form_builder.bundle.js:43 +#: frappe/public/js/print_format_builder/print_format_builder.bundle.js:54 +msgid "Hide Preview" +msgstr "" + +#. Description of the 'Hide Buttons' (Check) field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Hide Previous, Next and Close button on highlight dialog." +msgstr "" + +#: frappe/public/js/frappe/list/list_filter.js:87 +msgid "Hide Saved" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Hide Seconds" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Hide Sidebar, Menu, and Comments" +msgstr "" + +#. Label of a Check field in DocType 'Portal Settings' +#: frappe/website/doctype/portal_settings/portal_settings.json +msgid "Hide Standard Menu" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1603 +msgid "Hide Tags" +msgstr "" + +#: frappe/public/js/frappe/views/calendar/calendar.js:185 +msgid "Hide Weekends" +msgstr "隐藏周末" + +#: frappe/public/js/frappe/views/workspace/workspace.js:860 +msgid "Hide Workspace" +msgstr "" + +#. Description of the 'Hide Descendants' (Check) field in DocType 'User +#. Permission' +#: frappe/core/doctype/user_permission/user_permission.json +msgid "Hide descendant records of For Value." +msgstr "" + +#: frappe/public/js/frappe/form/layout.js:268 +msgid "Hide details" +msgstr "隐藏详情" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Hide footer in auto email reports" +msgstr "" + +#. Label of a Check field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Hide footer signup" +msgstr "" + +#. Option for the 'Priority' (Select) field in DocType 'ToDo' +#: frappe/desk/doctype/todo/todo.json +#: frappe/public/js/frappe/form/sidebar/assign_to.js:224 +msgid "High" +msgstr "高" + +#. Description of the 'Priority' (Int) field in DocType 'Assignment Rule' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +msgid "Higher priority rule will be applied first" +msgstr "" + +#. Label of a Text field in DocType 'Company History' +#: frappe/website/doctype/company_history/company_history.json +msgid "Highlight" +msgstr "" + +#: frappe/www/update-password.html:274 +msgid "Hint: Include symbols, numbers and capital letters in the password" +msgstr "提示:在密码中加入符号,数字和大写字母" + +#. Label of a Tab Break field in DocType 'Website Settings' +#: frappe/core/doctype/file/utils.py:29 +#: frappe/public/js/frappe/file_uploader/FileBrowser.vue:38 +#: frappe/public/js/frappe/views/file/file_view.js:67 +#: frappe/public/js/frappe/views/file/file_view.js:88 +#: frappe/public/js/frappe/views/pageview.js:153 frappe/templates/doc.html:19 +#: frappe/templates/includes/navbar/navbar.html:9 +#: frappe/website/doctype/blog_post/blog_post.py:153 +#: frappe/website/doctype/blog_post/blog_post.py:265 +#: frappe/website/doctype/blog_post/blog_post.py:267 +#: frappe/website/doctype/website_settings/website_settings.json +#: frappe/website/web_template/primary_navbar/primary_navbar.html:9 +#: frappe/www/contact.py:22 frappe/www/error.html:30 frappe/www/login.html:150 +#: frappe/www/message.html:34 +msgid "Home" +msgstr "主页" + +#. Label of a Data field in DocType 'Role' +#. Label of a Data field in DocType 'Website Settings' +#: frappe/core/doctype/role/role.json +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Home Page" +msgstr "" + +#. Label of a Code field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Home Settings" +msgstr "" + +#: frappe/core/doctype/file/test_file.py:303 +#: frappe/core/doctype/file/test_file.py:305 +#: frappe/core/doctype/file/test_file.py:369 +msgid "Home/Test Folder 1" +msgstr "主页/测试文件夹1" + +#: frappe/core/doctype/file/test_file.py:358 +msgid "Home/Test Folder 1/Test Folder 3" +msgstr "主页/测试文件夹1 /测试文件夹3" + +#: frappe/core/doctype/file/test_file.py:314 +msgid "Home/Test Folder 2" +msgstr "主页/测试文件夹2" + +#. Option for the 'Frequency' (Select) field in DocType 'Scheduled Job Type' +#. Option for the 'Event Frequency' (Select) field in DocType 'Server Script' +#. Option for the 'Frequency' (Select) field in DocType 'User' +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +#: frappe/core/doctype/server_script/server_script.json +#: frappe/core/doctype/user/user.json +msgid "Hourly" +msgstr "" + +#. Option for the 'Frequency' (Select) field in DocType 'Scheduled Job Type' +#. Option for the 'Event Frequency' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +#: frappe/core/doctype/server_script/server_script.json +msgid "Hourly Long" +msgstr "" + +#. Description of the 'Password Reset Link Generation Limit' (Int) field in +#. DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Hourly rate limit for generating password reset links" +msgstr "" + +#. Description of the 'Number Format' (Select) field in DocType 'Currency' +#: frappe/geo/doctype/currency/currency.json +msgid "How should this currency be formatted? If not set, will use system defaults" +msgstr "" + +#. Paragraph text in the Welcome Workspace Workspace +#: frappe/core/workspace/welcome_workspace/welcome_workspace.json +msgid "I guess you don't have access to any workspace yet, but you can create one just for yourself. Click on the Create Workspace button to create one.
    " +msgstr "" + +#: frappe/core/doctype/data_import/importer.py:1127 +#: frappe/core/doctype/data_import/importer.py:1133 +#: frappe/core/doctype/data_import/importer.py:1198 +#: frappe/core/doctype/data_import/importer.py:1201 +#: frappe/desk/report/todo/todo.py:36 frappe/model/meta.py:44 +#: frappe/public/js/frappe/data_import/data_exporter.js:330 +#: frappe/public/js/frappe/data_import/data_exporter.js:345 +#: frappe/public/js/frappe/list/list_settings.js:337 +#: frappe/public/js/frappe/list/list_view.js:357 +#: frappe/public/js/frappe/list/list_view.js:420 +#: frappe/public/js/frappe/model/meta.js:197 +#: frappe/public/js/frappe/model/model.js:122 +msgid "ID" +msgstr "" + +#: frappe/desk/reportview.py:455 +#: frappe/public/js/frappe/views/reports/report_view.js:918 +msgctxt "Label of name column in report" +msgid "ID" +msgstr "" + +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:199 +msgid "ID (name)" +msgstr "" + +#. Description of the 'Field Name' (Data) field in DocType 'Property Setter' +#: frappe/custom/doctype/property_setter/property_setter.json +msgid "ID (name) of the entity whose property is to be set" +msgstr "" + +#. Description of the 'Section ID' (Data) field in DocType 'Web Page Block' +#: frappe/website/doctype/web_page_block/web_page_block.json +msgid "IDs must contain only alphanumeric characters, not contain spaces, and should be unique." +msgstr "" + +#. Label of a Section Break field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "IMAP Details" +msgstr "" + +#. Label of a Data field in DocType 'Communication' +#. Label of a Table field in DocType 'Email Account' +#. Name of a DocType +#: frappe/core/doctype/communication/communication.json +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/imap_folder/imap_folder.json +msgid "IMAP Folder" +msgstr "" + +#. Label of a Data field in DocType 'Activity Log' +#. Label of a Data field in DocType 'Comment' +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/comment/comment.json +msgid "IP Address" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Label of a Data field in DocType 'DocType' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Label of a Data field in DocType 'Desktop Icon' +#. Label of a Icon field in DocType 'Workspace' +#. Label of a Data field in DocType 'Workspace Link' +#. Label of a Data field in DocType 'Workspace Shortcut' +#. Label of a Data field in DocType 'Social Login Key' +#. Label of a Select field in DocType 'Workflow State' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +#: frappe/desk/doctype/workspace/workspace.json +#: frappe/desk/doctype/workspace_link/workspace_link.json +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +#: frappe/integrations/doctype/social_login_key/social_login_key.json +#: frappe/public/js/frappe/views/workspace/workspace.js:677 +#: frappe/public/js/frappe/views/workspace/workspace.js:1005 +#: frappe/public/js/frappe/views/workspace/workspace.js:1250 +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "Icon" +msgstr "图标" + +#. Description of the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "Icon will appear on the button" +msgstr "" + +#. Label of a Section Break field in DocType 'Social Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Identity Details" +msgstr "" + +#. Label of a Int field in DocType 'Desktop Icon' +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +msgid "Idx" +msgstr "" + +#. Description of the 'Apply Strict User Permissions' (Check) field in DocType +#. 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "If Apply Strict User Permission is checked and User Permission is defined for a DocType for a User, then all the documents where value of the link is blank, will not be shown to that User" +msgstr "" + +#. Description of the 'Don't Override Status' (Check) field in DocType +#. 'Workflow' +#. Description of the 'Don't Override Status' (Check) field in DocType +#. 'Workflow Document State' +#: frappe/workflow/doctype/workflow/workflow.json +#: frappe/workflow/doctype/workflow_document_state/workflow_document_state.json +msgid "If Checked workflow status will not override status in list view" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1725 +#: frappe/public/js/frappe/roles_editor.js:65 +msgid "If Owner" +msgstr "如果业主" + +#: frappe/core/page/permission_manager/permission_manager_help.html:25 +msgid "If a Role does not have access at Level 0, then higher levels are meaningless." +msgstr "" + +#. Description of the 'Is Active' (Check) field in DocType 'Workflow' +#: frappe/workflow/doctype/workflow/workflow.json +msgid "If checked, all other workflows become inactive." +msgstr "" + +#. Description of the 'Show Absolute Values' (Check) field in DocType 'Print +#. Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "If checked, negative numeric values of Currency, Quantity or Count would be shown as positive" +msgstr "" + +#. Description of the 'Skip Authorization' (Check) field in DocType 'OAuth +#. Client' +#: frappe/integrations/doctype/oauth_client/oauth_client.json +msgid "If checked, users will not see the Confirm Access dialog." +msgstr "" + +#. Description of the 'Disabled' (Check) field in DocType 'Role' +#: frappe/core/doctype/role/role.json +msgid "If disabled, this role will be removed from all users." +msgstr "" + +#. Description of the 'Bypass Restricted IP Address Check If Two Factor Auth +#. Enabled' (Check) field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "If enabled, user can login from any IP Address using Two Factor Auth, this can also be set for all users in System Settings" +msgstr "" + +#. Description of the 'Anonymous responses' (Check) field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "If enabled, all responses on the web form will be submitted anonymously" +msgstr "" + +#. Description of the 'Bypass restricted IP Address check If Two Factor Auth +#. Enabled' (Check) field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "If enabled, all users can login from any IP Address using Two Factor Auth. This can also be set only for specific user(s) in User Page" +msgstr "" + +#. Description of the 'Track Changes' (Check) field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "If enabled, changes to the document are tracked and shown in timeline" +msgstr "" + +#. Description of the 'Track Views' (Check) field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "If enabled, document views are tracked, this can happen multiple times" +msgstr "" + +#. Description of the 'Track Seen' (Check) field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "If enabled, the document is marked as seen, the first time a user opens it" +msgstr "" + +#. Description of the 'Send System Notification' (Check) field in DocType +#. 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "If enabled, the notification will show up in the notifications dropdown on the top right corner of the navigation bar." +msgstr "" + +#. Description of the 'Enable Password Policy' (Check) field in DocType 'System +#. Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "If enabled, the password strength will be enforced based on the Minimum Password Score value. A value of 2 being medium strong and 4 being very strong." +msgstr "" + +#. Description of the 'Bypass Two Factor Auth for users who login from +#. restricted IP Address' (Check) field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "If enabled, users who login from Restricted IP Address, won't be prompted for Two Factor Auth" +msgstr "" + +#. Description of the 'Notify Users On Every Login' (Check) field in DocType +#. 'Note' +#: frappe/desk/doctype/note/note.json +msgid "If enabled, users will be notified every time they login. If not enabled, users will only be notified once." +msgstr "" + +#. Description of the 'Default Workspace' (Link) field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "If left empty, the default workspace will be the last visited workspace" +msgstr "" + +#. Description of the 'Port' (Data) field in DocType 'Email Domain' +#: frappe/email/doctype/email_domain/email_domain.json +msgid "If non standard port (e.g. 587)" +msgstr "" + +#. Description of the 'Port' (Data) field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "If non standard port (e.g. 587). If on Google Cloud, try port 2525." +msgstr "" + +#. Description of the 'Port' (Data) field in DocType 'Email Account' +#. Description of the 'Port' (Data) field in DocType 'Email Domain' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_domain/email_domain.json +msgid "If non-standard port (e.g. POP3: 995/110, IMAP: 993/143)" +msgstr "" + +#. Description of the 'Currency Precision' (Select) field in DocType 'System +#. Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "If not set, the currency precision will depend on number format" +msgstr "" + +#. Description of the 'Roles' (Table) field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "If set, only user with these roles can access this chart. If not set, DocType or Report permissions will be used." +msgstr "" + +#. Description of the 'Condition' (Code) field in DocType 'Energy Point Rule' +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +msgid "If the condition is satisfied user will be rewarded with the points. eg. doc.status == 'Closed'\n" +msgstr "" + +#. Description of the 'User Type' (Link) field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "If the user has any role checked, then the user becomes a \"System User\". \"System User\" has access to the desktop" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:38 +msgid "If these instructions where not helpful, please add in your suggestions on GitHub Issues." +msgstr "" + +#. Description of the 'Fetch on Save if Empty' (Check) field in DocType +#. 'DocField' +#. Description of the 'Fetch on Save if Empty' (Check) field in DocType 'Custom +#. Field' +#. Description of the 'Fetch on Save if Empty' (Check) field in DocType +#. 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "If unchecked, the value will always be re-fetched on save." +msgstr "" + +#. Label of a Check field in DocType 'Custom DocPerm' +#. Label of a Check field in DocType 'DocPerm' +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/docperm/docperm.json +msgid "If user is the owner" +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:204 +msgid "If you are updating, please select \"Overwrite\" else existing rows will not be deleted." +msgstr "如果你的操作是更新,请选择“覆盖”否则现有的行不会删除。" + +#: frappe/core/doctype/data_export/exporter.py:188 +msgid "If you are uploading new records, \"Naming Series\" becomes mandatory, if present." +msgstr "如果你在上传新纪录,那么“名录”必须指定。" + +#: frappe/core/doctype/data_export/exporter.py:186 +msgid "If you are uploading new records, leave the \"name\" (ID) column blank." +msgstr "如果你在上传新纪录,那么“名称”列必须留空。" + +#: frappe/utils/password.py:201 +msgid "If you have recently restored the site you may need to copy the site config contaning original Encryption Key." +msgstr "" + +#: frappe/core/doctype/doctype/doctype.js:81 +msgid "If you just want to customize for your site, use {0} instead." +msgstr "" + +#. Description of the 'Parent Label' (Select) field in DocType 'Top Bar Item' +#: frappe/website/doctype/top_bar_item/top_bar_item.json +msgid "If you set this, this Item will come in a drop-down under the selected parent." +msgstr "" + +#: frappe/templates/emails/administrator_logged_in.html:3 +msgid "If you think this is unauthorized, please change the Administrator password." +msgstr "如果你认为这是未经授权的,请更改管理员密码。" + +#. Description of the 'Source Text' (Code) field in DocType 'Translation' +#: frappe/core/doctype/translation/translation.json +msgid "If your data is in HTML, please copy paste the exact HTML code with the tags." +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Ignore User Permissions" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Ignore XSS Filter" +msgstr "" + +#. Description of the 'Attachment Limit (MB)' (Int) field in DocType 'Email +#. Account' +#. Description of the 'Attachment Limit (MB)' (Int) field in DocType 'Email +#. Domain' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_domain/email_domain.json +msgid "Ignore attachments over this size" +msgstr "" + +#. Label of a Table field in DocType 'Website Theme' +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Ignored Apps" +msgstr "" + +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.py:348 +msgid "Illegal Access Token. Please try again" +msgstr "非法访问令牌。请再试一次" + +#: frappe/model/workflow.py:139 +msgid "Illegal Document Status for {0}" +msgstr "{0}的非法文档状态" + +#: frappe/model/db_query.py:441 frappe/model/db_query.py:444 +#: frappe/model/db_query.py:1117 +msgid "Illegal SQL Query" +msgstr "非法SQL查询" + +#: frappe/utils/jinja.py:95 +msgid "Illegal template" +msgstr "" + +#. Label of a Attach Image field in DocType 'Contact' +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Option for the 'Select List View' (Select) field in DocType 'Form Tour' +#. Option for the 'Letter Head Based On' (Select) field in DocType 'Letter +#. Head' +#. Label of a Attach Image field in DocType 'Letter Head' +#. Option for the 'Footer Based On' (Select) field in DocType 'Letter Head' +#. Label of a Attach Image field in DocType 'Web Page' +#. Label of a Attach field in DocType 'Website Slideshow Item' +#: frappe/contacts/doctype/contact/contact.json +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/printing/doctype/letter_head/letter_head.json +#: frappe/website/doctype/web_page/web_page.json +#: frappe/website/doctype/website_slideshow_item/website_slideshow_item.json +msgid "Image" +msgstr "" + +#. Label of a Data field in DocType 'DocType' +#. Label of a Data field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Image Field" +msgstr "" + +#. Label of a Float field in DocType 'Letter Head' +#: frappe/printing/doctype/letter_head/letter_head.json +msgid "Image Height" +msgstr "" + +#. Label of a Attach field in DocType 'About Us Team Member' +#: frappe/website/doctype/about_us_team_member/about_us_team_member.json +msgid "Image Link" +msgstr "" + +#: frappe/public/js/frappe/list/base_list.js:208 +msgid "Image View" +msgstr "" + +#. Label of a Float field in DocType 'Letter Head' +#: frappe/printing/doctype/letter_head/letter_head.json +msgid "Image Width" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1468 +msgid "Image field must be a valid fieldname" +msgstr "图像字段必须是有效的字段名" + +#: frappe/core/doctype/doctype/doctype.py:1470 +msgid "Image field must be of type Attach Image" +msgstr "图像字段的类型必须为附件图像" + +#: frappe/core/doctype/file/utils.py:137 +msgid "Image link '{0}' is not valid" +msgstr "" + +#: frappe/core/doctype/file/file.js:91 +msgid "Image optimized" +msgstr "" + +#: frappe/core/doctype/file/utils.py:286 +msgid "Image: Corrupted Data Stream" +msgstr "" + +#: frappe/public/js/frappe/views/image/image_view.js:13 +msgid "Images" +msgstr "图片" + +#. Option for the 'Operation' (Select) field in DocType 'Activity Log' +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/user/user.js:367 +msgid "Impersonate" +msgstr "" + +#: frappe/core/doctype/user/user.js:394 +msgid "Impersonate as {0}" +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:246 +msgid "Impersonated by {0}" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/navbar.html:21 +msgid "Impersonating {0}" +msgstr "" + +#: frappe/core/doctype/log_settings/log_settings.py:57 +msgid "Implement `clear_old_logs` method to enable auto error clearing." +msgstr "" + +#. Option for the 'Grant Type' (Select) field in DocType 'OAuth Client' +#: frappe/integrations/doctype/oauth_client/oauth_client.json +msgid "Implicit" +msgstr "" + +#. Label of a Check field in DocType 'Custom DocPerm' +#. Label of a Check field in DocType 'DocPerm' +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/docperm/docperm.json +#: frappe/core/doctype/recorder/recorder_list.js:16 +#: frappe/email/doctype/email_group/email_group.js:31 +msgid "Import" +msgstr "导入" + +#: frappe/public/js/frappe/list/list_view.js:1665 +msgctxt "Button in list view menu" +msgid "Import" +msgstr "导入" + +#. Label of a Link in the Tools Workspace +#. Label of a shortcut in the Tools Workspace +#: frappe/automation/workspace/tools/tools.json +msgid "Import Data" +msgstr "" + +#: frappe/email/doctype/email_group/email_group.js:14 +msgid "Import Email From" +msgstr "导入电子邮件.." + +#. Label of a Attach field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Import File" +msgstr "" + +#. Label of a Section Break field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Import File Errors and Warnings" +msgstr "" + +#. Label of a Section Break field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Import Log" +msgstr "" + +#. Label of a HTML field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Import Log Preview" +msgstr "" + +#. Label of a HTML field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Import Preview" +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:41 +msgid "Import Progress" +msgstr "" + +#: frappe/email/doctype/email_group/email_group.js:8 +#: frappe/email/doctype/email_group/email_group.js:30 +msgid "Import Subscribers" +msgstr "进口认购" + +#. Label of a Select field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Import Type" +msgstr "" + +#. Label of a HTML field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Import Warnings" +msgstr "" + +#: frappe/public/js/frappe/views/file/file_view.js:117 +msgid "Import Zip" +msgstr "导入邮编" + +#. Label of a Data field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Import from Google Sheets" +msgstr "" + +#: frappe/core/doctype/data_import/importer.py:605 +msgid "Import template should be of type .csv, .xlsx or .xls" +msgstr "导入模板的类型应为.csv,.xlsx或.xls" + +#: frappe/core/doctype/data_import/importer.py:475 +msgid "Import template should contain a Header and atleast one row." +msgstr "导入模板应包含标题和至少一行。" + +#: frappe/core/doctype/data_import/data_import.js:170 +msgid "Import timed out, please re-try." +msgstr "" + +#: frappe/core/doctype/data_import/data_import.py:60 +msgid "Importing {0} is not allowed." +msgstr "" + +#: frappe/integrations/doctype/google_contacts/google_contacts.js:19 +msgid "Importing {0} of {1}" +msgstr "导入{1}的{0}" + +#: frappe/core/doctype/data_import/data_import.js:35 +msgid "Importing {0} of {1}, {2}" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:20 +msgid "In" +msgstr "在" + +#. Description of the 'Force User to Reset Password' (Int) field in DocType +#. 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "In Days" +msgstr "" + +#. Description of the Onboarding Step 'Setup Limited Access for a User' +#: frappe/custom/onboarding_step/role_permissions/role_permissions.json +msgid "In ERPNext, you can add your Employees as Users, and give them restricted access. Tools like Role Permission and User Permission allow you to define rules which give restricted access to the user to masters and transactions." +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "In Filter" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "In Global Search" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.js:96 +msgid "In Grid View" +msgstr "在网格视图" + +#. Label of a Check field in DocType 'DocField' +#: frappe/core/doctype/docfield/docfield.json +msgid "In List Filter" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/doctype/doctype.js:97 +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "In List View" +msgstr "在列表视图" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "In Preview" +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:42 +msgid "In Progress" +msgstr "进行中" + +#: frappe/database/database.py:245 +msgid "In Read Only Mode" +msgstr "" + +#. Label of a Link field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "In Reply To" +msgstr "" + +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "In Standard Filter" +msgstr "" + +#. Description of the Onboarding Step 'Generate Custom Reports' +#: frappe/custom/onboarding_step/report_builder/report_builder.json +msgid "In each module, you will find a host of single-click reports, ranging from financial statements to sales and purchase analytics and stock tracking reports. If a required new report is not available out-of-the-box, you can create custom reports in ERPNext by pulling values from the same multiple ERPNext tables.\n" +msgstr "" + +#. Description of the 'Font Size' (Float) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "In points. Default is 9." +msgstr "" + +#. Description of the 'Allow Login After Fail' (Int) field in DocType 'System +#. Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "In seconds" +msgstr "" + +#: frappe/core/doctype/recorder/recorder_list.js:209 +msgid "Inactive" +msgstr "非活动的" + +#: frappe/public/js/frappe/ui/field_group.js:131 +msgid "Inavlid Values" +msgstr "" + +#. Option for the 'Select List View' (Select) field in DocType 'Form Tour' +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/email/doctype/email_account/email_account_list.js:19 +msgid "Inbox" +msgstr "收件箱" + +#. Name of a role +#: frappe/core/doctype/communication/communication.json +#: frappe/email/doctype/email_account/email_account.json +msgid "Inbox User" +msgstr "收件箱用户" + +#: frappe/public/js/frappe/list/base_list.js:209 +msgid "Inbox View" +msgstr "" + +#. Label of a Check field in DocType 'Form Tour' +#: frappe/desk/doctype/form_tour/form_tour.json +msgid "Include Name Field" +msgstr "" + +#. Label of a Check field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Include Search in Top Bar" +msgstr "" + +#: frappe/website/doctype/website_theme/website_theme.js:61 +msgid "Include Theme from Apps" +msgstr "包含来自应用程序的主题" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Include Web View Link in Email" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:1515 +msgid "Include filters" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:1507 +msgid "Include indentation" +msgstr "包括缩进" + +#: frappe/public/js/frappe/form/controls/password.js:107 +msgid "Include symbols, numbers and capital letters in the password" +msgstr "在密码中加入符号,数字和大写字母" + +#. Label of a Section Break field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Incoming (POP/IMAP) Settings" +msgstr "" + +#. Label of a Column Break field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Incoming Emails (Last 7 days)" +msgstr "" + +#. Label of a Data field in DocType 'Email Account' +#. Label of a Data field in DocType 'Email Domain' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_domain/email_domain.json +msgid "Incoming Server" +msgstr "" + +#. Label of a Section Break field in DocType 'Email Domain' +#: frappe/email/doctype/email_domain/email_domain.json +msgid "Incoming Settings" +msgstr "" + +#: frappe/email/doctype/email_domain/email_domain.py:32 +msgid "Incoming email account not correct" +msgstr "收到的电子邮件帐户不正确" + +#: frappe/model/virtual_doctype.py:79 frappe/model/virtual_doctype.py:92 +msgid "Incomplete Virtual Doctype Implementation" +msgstr "" + +#: frappe/auth.py:241 +msgid "Incomplete login details" +msgstr "登录详细信息不完整" + +#: frappe/email/smtp.py:104 +msgid "Incorrect Configuration" +msgstr "配置错误" + +#: frappe/utils/csvutils.py:209 +msgid "Incorrect URL" +msgstr "网址错误" + +#: frappe/utils/password.py:90 +msgid "Incorrect User or Password" +msgstr "不正确的用户或密码" + +#: frappe/twofactor.py:177 frappe/twofactor.py:189 +msgid "Incorrect Verification code" +msgstr "验证码不正确" + +#: frappe/model/document.py:1351 +msgid "Incorrect value in row {0}:" +msgstr "" + +#: frappe/model/document.py:1353 +msgid "Incorrect value:" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Int field in DocType 'Recorder Query' +#. Label of a Check field in DocType 'Custom Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/recorder_query/recorder_query.json +#: frappe/custom/doctype/custom_field/custom_field.json frappe/model/meta.py:47 +#: frappe/public/js/frappe/model/meta.js:200 +#: frappe/public/js/frappe/model/model.js:124 +#: frappe/public/js/frappe/views/reports/report_view.js:939 +msgid "Index" +msgstr "索引" + +#. Label of a Check field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Index Web Pages for Search" +msgstr "" + +#: frappe/core/doctype/recorder/recorder.py:142 +msgid "Index created successfully on column {0} of doctype {1}" +msgstr "" + +#. Label of a Data field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Indexing authorization code" +msgstr "" + +#. Label of a Data field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Indexing refresh token" +msgstr "" + +#. Label of a Select field in DocType 'Kanban Board Column' +#: frappe/desk/doctype/kanban_board_column/kanban_board_column.json +msgid "Indicator" +msgstr "" + +#. Label of a Select field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "Indicator Color" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:684 +#: frappe/public/js/frappe/views/workspace/workspace.js:1012 +#: frappe/public/js/frappe/views/workspace/workspace.js:1256 +msgid "Indicator color" +msgstr "" + +#. Option for the 'Comment Type' (Select) field in DocType 'Comment' +#. Option for the 'Comment Type' (Select) field in DocType 'Communication' +#. Option for the 'Style' (Select) field in DocType 'Workflow State' +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "Info" +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:144 +msgid "Info:" +msgstr "信息:" + +#. Label of a Select field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Initial Sync Count" +msgstr "" + +#. Option for the 'Database Engine' (Select) field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "InnoDB" +msgstr "" + +#: frappe/core/doctype/data_import/data_import_list.js:35 +msgid "Insert" +msgstr "插入" + +#: frappe/public/js/frappe/form/grid_row_form.js:42 +msgid "Insert Above" +msgstr "" + +#. Label of a Select field in DocType 'Custom Field' +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/public/js/frappe/views/reports/query_report.js:1738 +msgid "Insert After" +msgstr "在后边插入" + +#: frappe/custom/doctype/custom_field/custom_field.py:250 +msgid "Insert After cannot be set as {0}" +msgstr "在后边插入不能设置为{0}" + +#: frappe/custom/doctype/custom_field/custom_field.py:243 +msgid "Insert After field '{0}' mentioned in Custom Field '{1}', with label '{2}', does not exist" +msgstr "插入自定义字段“{0}”提到的后场“{1}”,标记为“{2}”不存在" + +#: frappe/public/js/frappe/form/grid_row_form.js:42 +msgid "Insert Below" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:360 +msgid "Insert Column Before {0}" +msgstr "在{0}之前插入列" + +#: frappe/public/js/frappe/form/controls/markdown_editor.js:82 +msgid "Insert Image in Markdown" +msgstr "" + +#. Option for the 'Import Type' (Select) field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Insert New Records" +msgstr "" + +#. Label of a Check field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "Insert Style" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:691 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:692 +msgid "Install {0} from Marketplace" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/installed_application/installed_application.json +msgid "Installed Application" +msgstr "已安装的应用程序" + +#. Name of a DocType +#. Label of a Table field in DocType 'Installed Applications' +#: frappe/core/doctype/installed_applications/installed_applications.json +msgid "Installed Applications" +msgstr "已安装的应用程序" + +#: frappe/core/doctype/installed_applications/installed_applications.js:18 +#: frappe/public/js/frappe/ui/toolbar/about.js:8 +msgid "Installed Apps" +msgstr "" + +#. Label of a HTML field in DocType 'Letter Head' +#: frappe/printing/doctype/letter_head/letter_head.json +msgid "Instructions" +msgstr "" + +#: frappe/templates/includes/login/login.js:262 +msgid "Instructions Emailed" +msgstr "" + +#: frappe/permissions.py:817 +msgid "Insufficient Permission Level for {0}" +msgstr "" + +#: frappe/database/query.py:375 frappe/desk/form/load.py:40 +msgid "Insufficient Permission for {0}" +msgstr "{0}的权限不足" + +#: frappe/desk/reportview.py:336 +msgid "Insufficient Permissions for deleting Report" +msgstr "" + +#: frappe/desk/reportview.py:307 +msgid "Insufficient Permissions for editing Report" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:439 +msgid "Insufficient attachment limit" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Column' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Filter' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Template Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/report_column/report_column.json +#: frappe/core/doctype/report_filter/report_filter.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/web_form_field/web_form_field.json +#: frappe/website/doctype/web_template_field/web_template_field.json +msgid "Int" +msgstr "" + +#. Name of a DocType +#: frappe/integrations/doctype/integration_request/integration_request.json +msgid "Integration Request" +msgstr "集成请求" + +#. Group in User's connections +#. Name of a Workspace +#. Label of a Tab Break field in DocType 'Website Settings' +#: frappe/core/doctype/user/user.json +#: frappe/integrations/workspace/integrations/integrations.json +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Integrations" +msgstr "集成" + +#. Description of the 'Delivery Status' (Select) field in DocType +#. 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Integrations can use this field to set email delivery status" +msgstr "" + +#. Option for the 'Font' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Inter" +msgstr "" + +#. Label of a Small Text field in DocType 'User' +#: frappe/core/doctype/user/user.json +#: frappe/desk/page/user_profile/user_profile_sidebar.html:37 +msgid "Interests" +msgstr "" + +#. Option for the 'Level' (Select) field in DocType 'Help Article' +#: frappe/website/doctype/help_article/help_article.json +msgid "Intermediate" +msgstr "" + +#: frappe/public/js/frappe/request.js:232 +msgid "Internal Server Error" +msgstr "内部服务器错误" + +#. Description of a DocType +#: frappe/core/doctype/docshare/docshare.json +msgid "Internal record of document shares" +msgstr "" + +#: frappe/desk/page/user_profile/user_profile_sidebar.html:22 +msgid "Intro" +msgstr "" + +#. Label of a Data field in DocType 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Intro Video URL" +msgstr "" + +#. Description of the 'Company Introduction' (Text Editor) field in DocType +#. 'About Us Settings' +#: frappe/website/doctype/about_us_settings/about_us_settings.json +msgid "Introduce your company to the website visitor." +msgstr "" + +#. Label of a Section Break field in DocType 'Contact Us Settings' +#. Label of a Text Editor field in DocType 'Contact Us Settings' +#. Label of a Text Editor field in DocType 'Web Form' +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +#: frappe/website/doctype/web_form/web_form.json +msgid "Introduction" +msgstr "" + +#. Title of an Onboarding Step +#: frappe/website/onboarding_step/introduction_to_website/introduction_to_website.json +msgid "Introduction to Website" +msgstr "" + +#. Description of the 'Introduction' (Text Editor) field in DocType 'Contact Us +#. Settings' +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +msgid "Introductory information for the Contact Us Page" +msgstr "" + +#. Label of a Data field in DocType 'Connected App' +#: frappe/integrations/doctype/connected_app/connected_app.json +msgid "Introspection URI" +msgstr "" + +#. Option for the 'Validity' (Select) field in DocType 'OAuth Authorization +#. Code' +#: frappe/integrations/doctype/oauth_authorization_code/oauth_authorization_code.json +msgid "Invalid" +msgstr "" + +#: frappe/public/js/form_builder/utils.js:221 +#: frappe/public/js/frappe/form/grid_row.js:769 +#: frappe/public/js/frappe/form/layout.js:785 +msgid "Invalid \"depends_on\" expression" +msgstr "“depends_on”表达式无效" + +#: frappe/public/js/frappe/views/reports/query_report.js:512 +msgid "Invalid \"depends_on\" expression set in filter {0}" +msgstr "在过滤器{0}中设置了无效的“ depends_on”表达式" + +#: frappe/public/js/frappe/form/save.js:206 +msgid "Invalid \"mandatory_depends_on\" expression" +msgstr "" + +#: frappe/utils/nestedset.py:182 +msgid "Invalid Action" +msgstr "" + +#: frappe/utils/csvutils.py:35 +msgid "Invalid CSV Format" +msgstr "CSV格式无效" + +#: frappe/integrations/frappe_providers/frappecloud_billing.py:121 +msgid "Invalid Code. Please try again." +msgstr "" + +#: frappe/integrations/doctype/webhook/webhook.py:90 +msgid "Invalid Condition: {}" +msgstr "" + +#: frappe/email/smtp.py:135 +msgid "Invalid Credentials" +msgstr "无效证件" + +#: frappe/utils/data.py:104 frappe/utils/data.py:254 +msgid "Invalid Date" +msgstr "失效日期" + +#: frappe/www/list.py:84 +msgid "Invalid DocType" +msgstr "" + +#: frappe/database/query.py:97 +msgid "Invalid DocType: {0}" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1234 +msgid "Invalid Fieldname" +msgstr "" + +#: frappe/core/doctype/file/file.py:205 +msgid "Invalid File URL" +msgstr "" + +#: frappe/public/js/form_builder/store.js:221 +msgid "Invalid Filter Format for field {0} of type {1}. Try using filter icon on the field to set it correctly" +msgstr "" + +#: frappe/utils/dashboard.py:61 +msgid "Invalid Filter Value" +msgstr "无效的过滤器值" + +#: frappe/website/doctype/website_settings/website_settings.py:83 +msgid "Invalid Home Page" +msgstr "无效的主页" + +#: frappe/utils/verified_command.py:48 frappe/www/update-password.html:151 +msgid "Invalid Link" +msgstr "无效链接" + +#: frappe/www/login.py:118 +msgid "Invalid Login Token" +msgstr "无效的登录令牌" + +#: frappe/templates/includes/login/login.js:291 +msgid "Invalid Login. Try again." +msgstr "" + +#: frappe/email/receive.py:109 frappe/email/receive.py:146 +msgid "Invalid Mail Server. Please rectify and try again." +msgstr "无效的邮件服务器,请纠正后重试。" + +#: frappe/model/naming.py:93 +msgid "Invalid Naming Series: {}" +msgstr "" + +#: frappe/core/doctype/rq_job/rq_job.py:117 +msgid "Invalid Operation" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1603 +#: frappe/core/doctype/doctype/doctype.py:1612 +msgid "Invalid Option" +msgstr "无效的选项" + +#: frappe/email/smtp.py:103 +msgid "Invalid Outgoing Mail Server or Port: {0}" +msgstr "" + +#: frappe/email/doctype/auto_email_report/auto_email_report.py:188 +msgid "Invalid Output Format" +msgstr "无效的输出格式" + +#: frappe/integrations/doctype/connected_app/connected_app.py:190 +msgid "Invalid Parameters." +msgstr "" + +#: frappe/core/doctype/user/user.py:1164 frappe/www/update-password.html:121 +#: frappe/www/update-password.html:142 frappe/www/update-password.html:144 +#: frappe/www/update-password.html:245 +msgid "Invalid Password" +msgstr "无效的密码" + +#: frappe/utils/__init__.py:109 +msgid "Invalid Phone Number" +msgstr "" + +#: frappe/auth.py:95 frappe/utils/oauth.py:185 frappe/utils/oauth.py:192 +#: frappe/www/login.py:118 +msgid "Invalid Request" +msgstr "无效请求" + +#: frappe/desk/search.py:26 +msgid "Invalid Search Field {0}" +msgstr "无效的搜索字段{0}" + +#: frappe/core/doctype/doctype/doctype.py:1176 +msgid "Invalid Table Fieldname" +msgstr "" + +#: frappe/public/js/workflow_builder/store.js:182 +msgid "Invalid Transition" +msgstr "" + +#: frappe/core/doctype/file/file.py:216 +#: frappe/public/js/frappe/file_uploader/FileUploader.vue:511 +#: frappe/public/js/frappe/widgets/widget_dialog.js:570 +#: frappe/utils/csvutils.py:201 frappe/utils/csvutils.py:222 +msgid "Invalid URL" +msgstr "无效的网址" + +#: frappe/email/receive.py:154 +msgid "Invalid User Name or Support Password. Please rectify and try again." +msgstr "无效的用户名或支持密码。请纠正然后重试。" + +#: frappe/integrations/doctype/webhook/webhook.py:119 +msgid "Invalid Webhook Secret" +msgstr "" + +#: frappe/desk/reportview.py:167 +msgid "Invalid aggregate function" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:369 +msgid "Invalid column" +msgstr "无效的列" + +#: frappe/model/document.py:853 frappe/model/document.py:867 +msgid "Invalid docstatus" +msgstr "" + +#: frappe/public/js/frappe/utils/dashboard_utils.js:229 +msgid "Invalid expression set in filter {0}" +msgstr "过滤器{0}中设置的表达式无效" + +#: frappe/public/js/frappe/utils/dashboard_utils.js:219 +msgid "Invalid expression set in filter {0} ({1})" +msgstr "在过滤器{0}({1})中设置了无效的表达式" + +#: frappe/utils/data.py:1902 +msgid "Invalid field name {0}" +msgstr "字段名称{0}无效" + +#: frappe/core/doctype/doctype/doctype.py:1061 +msgid "Invalid fieldname '{0}' in autoname" +msgstr "在自动命名无效字段名“{0}”" + +#: frappe/client.py:344 +msgid "Invalid file path: {0}" +msgstr "无效的文件路径:{0}" + +#: frappe/database/query.py:173 +#: frappe/public/js/frappe/ui/filters/filter_list.js:201 +msgid "Invalid filter: {0}" +msgstr "无效的过滤器:{0}" + +#: frappe/model/utils/__init__.py:68 +msgid "Invalid include path" +msgstr "" + +#: frappe/desk/doctype/dashboard/dashboard.py:67 +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.py:413 +msgid "Invalid json added in the custom options: {0}" +msgstr "自定义选项中添加了无效的json:{0}" + +#: frappe/model/naming.py:464 +msgid "Invalid name type (integer) for varchar name column" +msgstr "" + +#: frappe/model/naming.py:54 +msgid "Invalid naming series {}: dot (.) missing" +msgstr "" + +#: frappe/core/doctype/data_import/importer.py:446 +msgid "Invalid or corrupted content for import" +msgstr "导入的内容无效或损坏" + +#: frappe/website/doctype/website_settings/website_settings.py:139 +msgid "Invalid redirect regex in row #{}: {}" +msgstr "" + +#: frappe/app.py:309 +msgid "Invalid request arguments" +msgstr "" + +#: frappe/core/doctype/data_import/importer.py:423 +msgid "Invalid template file for import" +msgstr "无效的导入模板文件" + +#: frappe/integrations/doctype/connected_app/connected_app.py:196 +msgid "Invalid token state! Check if the token has been created by the OAuth user." +msgstr "" + +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:165 +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:336 +msgid "Invalid username or password" +msgstr "用户名或密码无效" + +#: frappe/public/js/frappe/web_form/web_form.js:229 +msgctxt "Error message in web form" +msgid "Invalid values for fields:" +msgstr "" + +#: frappe/printing/page/print/print.js:614 +msgid "Invalid wkhtmltopdf version" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1526 +msgid "Invalid {0} condition" +msgstr "{0}条件无效" + +#. Option for the 'Style' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "Inverse" +msgstr "" + +#: frappe/contacts/doctype/contact/contact.js:30 +msgid "Invite as User" +msgstr "邀请成为用户" + +#: frappe/public/js/frappe/ui/filters/filter.js:22 +msgid "Is" +msgstr "是" + +#. Label of a Check field in DocType 'Workflow' +#: frappe/workflow/doctype/workflow/workflow.json +msgid "Is Active" +msgstr "是活动的" + +#. Label of a Check field in DocType 'File' +#: frappe/core/doctype/file/file.json +msgid "Is Attachments Folder" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#. Label of a Check field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Is Calendar and Gantt" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#. Label of a Check field in DocType 'DocType Link' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/doctype/doctype_list.js:34 +#: frappe/core/doctype/doctype_link/doctype_link.json +msgid "Is Child Table" +msgstr "是否子表" + +#. Label of a Check field in DocType 'Module Onboarding' +#. Label of a Check field in DocType 'Onboarding Step' +#: frappe/desk/doctype/module_onboarding/module_onboarding.json +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Is Complete" +msgstr "" + +#. Label of a Check field in DocType 'Email Flag Queue' +#: frappe/email/doctype/email_flag_queue/email_flag_queue.json +msgid "Is Completed" +msgstr "" + +#. Label of a Check field in DocType 'Role' +#. Label of a Check field in DocType 'User Document Type' +#: frappe/core/doctype/role/role.json +#: frappe/core/doctype/user_document_type/user_document_type.json +msgid "Is Custom" +msgstr "" + +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Is Custom Field" +msgstr "" + +#. Label of a Check field in DocType 'Address Template' +#. Label of a Check field in DocType 'User Permission' +#. Label of a Check field in DocType 'Dashboard' +#: frappe/contacts/doctype/address_template/address_template.json +#: frappe/core/doctype/user_permission/user_permission.json +#: frappe/core/doctype/user_permission/user_permission_list.js:69 +#: frappe/desk/doctype/dashboard/dashboard.json +msgid "Is Default" +msgstr "是否默认" + +#. Label of a Check field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "Is Dynamic URL?" +msgstr "" + +#. Label of a Check field in DocType 'File' +#: frappe/core/doctype/file/file.json +msgid "Is Folder" +msgstr "" + +#: frappe/public/js/frappe/list/list_filter.js:43 +msgid "Is Global" +msgstr "是全局性的" + +#. Label of a Check field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "Is Hidden" +msgstr "" + +#. Label of a Check field in DocType 'File' +#: frappe/core/doctype/file/file.json +msgid "Is Home Folder" +msgstr "" + +#. Label of a Check field in DocType 'Custom Field' +#: frappe/custom/doctype/custom_field/custom_field.json +msgid "Is Mandatory Field" +msgstr "" + +#. Label of a Check field in DocType 'Workflow Document State' +#: frappe/workflow/doctype/workflow_document_state/workflow_document_state.json +msgid "Is Optional State" +msgstr "" + +#. Label of a Check field in DocType 'Contact Email' +#: frappe/contacts/doctype/contact_email/contact_email.json +msgid "Is Primary" +msgstr "" + +#. Label of a Check field in DocType 'Contact' +#: frappe/contacts/doctype/contact/contact.json +msgid "Is Primary Contact" +msgstr "" + +#. Label of a Check field in DocType 'Contact Phone' +#: frappe/contacts/doctype/contact_phone/contact_phone.json +msgid "Is Primary Mobile" +msgstr "" + +#. Label of a Check field in DocType 'Contact Phone' +#: frappe/contacts/doctype/contact_phone/contact_phone.json +msgid "Is Primary Phone" +msgstr "" + +#. Label of a Check field in DocType 'File' +#: frappe/core/doctype/file/file.json +msgid "Is Private" +msgstr "" + +#. Label of a Check field in DocType 'Dashboard Chart' +#. Label of a Check field in DocType 'Number Card' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/number_card/number_card.json +msgid "Is Public" +msgstr "" + +#. Label of a Data field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Is Published Field" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1477 +msgid "Is Published Field must be a valid fieldname" +msgstr "发布现场必须是有效的字段名" + +#. Label of a Check field in DocType 'Workspace Link' +#: frappe/desk/doctype/workspace_link/workspace_link.json +#: frappe/public/js/frappe/widgets/widget_dialog.js:303 +msgid "Is Query Report" +msgstr "" + +#. Label of a Check field in DocType 'Integration Request' +#: frappe/integrations/doctype/integration_request/integration_request.json +msgid "Is Remote Request?" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#. Label of a Check field in DocType 'Onboarding Step' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/doctype/doctype_list.js:48 +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Is Single" +msgstr "是模块配置表?" + +#. Label of a Check field in DocType 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Is Skipped" +msgstr "" + +#. Label of a Check field in DocType 'Email Rule' +#: frappe/email/doctype/email_rule/email_rule.json +msgid "Is Spam" +msgstr "" + +#. Label of a Check field in DocType 'Navbar Item' +#. Label of a Select field in DocType 'Report' +#. Label of a Check field in DocType 'User Type' +#. Label of a Check field in DocType 'Dashboard' +#. Label of a Check field in DocType 'Dashboard Chart' +#. Label of a Check field in DocType 'Form Tour' +#. Label of a Check field in DocType 'Number Card' +#. Label of a Check field in DocType 'Notification' +#. Label of a Check field in DocType 'Web Form' +#: frappe/core/doctype/navbar_item/navbar_item.json +#: frappe/core/doctype/report/report.json +#: frappe/core/doctype/user_type/user_type.json +#: frappe/desk/doctype/dashboard/dashboard.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/email/doctype/notification/notification.json +#: frappe/website/doctype/web_form/web_form.json +msgid "Is Standard" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/doctype/doctype_list.js:25 +msgid "Is Submittable" +msgstr "是否可以提交" + +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#. Label of a Check field in DocType 'Property Setter' +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/custom/doctype/property_setter/property_setter.json +msgid "Is System Generated" +msgstr "" + +#. Label of a Check field in DocType 'Customize Form' +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Is Table" +msgstr "" + +#. Label of a Check field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Is Table Field" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Is Tree" +msgstr "" + +#. Label of a Data field in DocType 'Web Page View' +#: frappe/website/doctype/web_page_view/web_page_view.json +msgid "Is Unique" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Is Virtual" +msgstr "" + +#: frappe/core/doctype/file/utils.py:158 frappe/utils/file_manager.py:314 +msgid "It is risky to delete this file: {0}. Please contact your System Manager." +msgstr "删除这个文件是有风险的:{0}。请联系您的系统管理员。" + +#. Label of a Data field in DocType 'Navbar Item' +#: frappe/core/doctype/navbar_item/navbar_item.json +msgid "Item Label" +msgstr "" + +#. Label of a Select field in DocType 'Navbar Item' +#: frappe/core/doctype/navbar_item/navbar_item.json +msgid "Item Type" +msgstr "" + +#: frappe/utils/nestedset.py:233 +msgid "Item cannot be added to its own descendants" +msgstr "项目不能被添加到自己的后代" + +#. Option for the 'Print Format Type' (Select) field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "JS" +msgstr "" + +#. Label of a HTML field in DocType 'Custom HTML Block' +#: frappe/desk/doctype/custom_html_block/custom_html_block.json +msgid "JS Message" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Label of a Code field in DocType 'Report' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Request Structure' (Select) field in DocType 'Webhook' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/report/report.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/integrations/doctype/webhook/webhook.json +msgid "JSON" +msgstr "" + +#. Label of a Code field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "JSON Request Body" +msgstr "" + +#: frappe/templates/signup.html:5 +msgid "Jane Doe" +msgstr "" + +#. Label of a Code field in DocType 'Website Theme' +#: frappe/website/doctype/website_theme/website_theme.json +msgid "JavaScript" +msgstr "" + +#. Description of the 'Javascript' (Code) field in DocType 'Report' +#: frappe/core/doctype/report/report.json +msgid "JavaScript Format: frappe.query_reports['REPORTNAME'] = {}" +msgstr "" + +#. Label of a Code field in DocType 'Report' +#. Label of a Section Break field in DocType 'Custom HTML Block' +#. Label of a Code field in DocType 'Web Page' +#. Label of a Code field in DocType 'Website Script' +#: frappe/core/doctype/report/report.json +#: frappe/desk/doctype/custom_html_block/custom_html_block.json +#: frappe/website/doctype/web_page/web_page.json +#: frappe/website/doctype/website_script/website_script.json +msgid "Javascript" +msgstr "" + +#: frappe/www/login.html:71 +msgid "Javascript is disabled on your browser" +msgstr "您的浏览器禁用了Javascript" + +#. Option for the 'Print Format Type' (Select) field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "Jinja" +msgstr "" + +#. Label of a Data field in DocType 'Prepared Report' +#. Label of a Data field in DocType 'RQ Job' +#: frappe/core/doctype/prepared_report/prepared_report.json +#: frappe/core/doctype/rq_job/rq_job.json +msgid "Job ID" +msgstr "" + +#. Label of a Link field in DocType 'Submission Queue' +#: frappe/core/doctype/submission_queue/submission_queue.json +msgid "Job Id" +msgstr "" + +#. Label of a Section Break field in DocType 'RQ Job' +#: frappe/core/doctype/rq_job/rq_job.json +msgid "Job Info" +msgstr "" + +#. Label of a Data field in DocType 'RQ Job' +#: frappe/core/doctype/rq_job/rq_job.json +msgid "Job Name" +msgstr "" + +#. Label of a Section Break field in DocType 'RQ Job' +#: frappe/core/doctype/rq_job/rq_job.json +msgid "Job Status" +msgstr "" + +#: frappe/core/doctype/rq_job/rq_job.js:24 +msgid "Job Stopped Successfully" +msgstr "" + +#: frappe/core/doctype/rq_job/rq_job.py:117 +msgid "Job is not running." +msgstr "" + +#: frappe/desk/doctype/event/event.js:55 +msgid "Join video conference with {0}" +msgstr "" + +#: frappe/public/js/frappe/form/toolbar.js:356 +#: frappe/public/js/frappe/form/toolbar.js:745 +msgid "Jump to field" +msgstr "跳到现场" + +#: frappe/public/js/frappe/utils/number_systems.js:17 +#: frappe/public/js/frappe/utils/number_systems.js:31 +#: frappe/public/js/frappe/utils/number_systems.js:53 +msgctxt "Number system" +msgid "K" +msgstr "" + +#. Option for the 'Select List View' (Select) field in DocType 'Form Tour' +#. Option for the 'DocType View' (Select) field in DocType 'Workspace Shortcut' +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +msgid "Kanban" +msgstr "" + +#. Linked DocType in DocType's connections +#. Name of a DocType +#. Label of a Link field in DocType 'Workspace Shortcut' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/desk/doctype/kanban_board/kanban_board.json +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +#: frappe/public/js/frappe/widgets/widget_dialog.js:475 +msgid "Kanban Board" +msgstr "看板" + +#. Name of a DocType +#: frappe/desk/doctype/kanban_board_column/kanban_board_column.json +msgid "Kanban Board Column" +msgstr "看板列" + +#. Label of a Data field in DocType 'Kanban Board' +#: frappe/desk/doctype/kanban_board/kanban_board.json +#: frappe/public/js/frappe/views/kanban/kanban_view.js:388 +msgid "Kanban Board Name" +msgstr "看板名称" + +#: frappe/public/js/frappe/views/kanban/kanban_view.js:265 +msgctxt "Button in kanban view menu" +msgid "Kanban Settings" +msgstr "" + +#: frappe/public/js/frappe/list/base_list.js:206 +msgid "Kanban View" +msgstr "" + +#. Description of a DocType +#: frappe/core/doctype/activity_log/activity_log.json +msgid "Keep track of all update feeds" +msgstr "" + +#. Description of a DocType +#: frappe/core/doctype/communication/communication.json +msgid "Keeps track of all communications" +msgstr "" + +#. Label of a Data field in DocType 'DefaultValue' +#. Label of a Data field in DocType 'Document Share Key' +#. Label of a Data field in DocType 'Query Parameters' +#. Label of a Data field in DocType 'Webhook Data' +#. Label of a Small Text field in DocType 'Webhook Header' +#. Label of a Data field in DocType 'Website Meta Tag' +#: frappe/core/doctype/defaultvalue/defaultvalue.json +#: frappe/core/doctype/document_share_key/document_share_key.json +#: frappe/integrations/doctype/query_parameters/query_parameters.json +#: frappe/integrations/doctype/webhook_data/webhook_data.json +#: frappe/integrations/doctype/webhook_header/webhook_header.json +#: frappe/website/doctype/website_meta_tag/website_meta_tag.json +msgid "Key" +msgstr "" + +#. Label of a standard help item +#. Type: Action +#: frappe/hooks.py frappe/public/js/frappe/ui/keyboard.js:129 +msgid "Keyboard Shortcuts" +msgstr "键盘快捷键" + +#. Option for the 'Social Login Provider' (Select) field in DocType 'Social +#. Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Keycloak" +msgstr "" + +#: frappe/public/js/frappe/utils/number_systems.js:37 +msgctxt "Number system" +msgid "Kh" +msgstr "" + +#. Label of a Card Break in the Website Workspace +#: frappe/website/doctype/help_article/help_article.py:81 +#: frappe/website/workspace/website/website.json +msgid "Knowledge Base" +msgstr "知识库" + +#. Name of a role +#: frappe/website/doctype/help_article/help_article.json +msgid "Knowledge Base Contributor" +msgstr "知识库贡献者" + +#. Name of a role +#: frappe/website/doctype/help_article/help_article.json +msgid "Knowledge Base Editor" +msgstr "知识库编辑器" + +#: frappe/public/js/frappe/utils/number_systems.js:27 +#: frappe/public/js/frappe/utils/number_systems.js:49 +msgctxt "Number system" +msgid "L" +msgstr "" + +#. Label of a Section Break field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP Auth" +msgstr "" + +#. Label of a Section Break field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP Custom Settings" +msgstr "" + +#. Label of a Data field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP Email Field" +msgstr "" + +#. Label of a Data field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP First Name Field" +msgstr "" + +#. Label of a Data field in DocType 'LDAP Group Mapping' +#: frappe/integrations/doctype/ldap_group_mapping/ldap_group_mapping.json +msgid "LDAP Group" +msgstr "" + +#. Label of a Data field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP Group Field" +msgstr "" + +#. Name of a DocType +#: frappe/integrations/doctype/ldap_group_mapping/ldap_group_mapping.json +msgid "LDAP Group Mapping" +msgstr "LDAP组映射" + +#. Label of a Section Break field in DocType 'LDAP Settings' +#. Label of a Table field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP Group Mappings" +msgstr "" + +#. Label of a Data field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP Group Member attribute" +msgstr "" + +#. Label of a Data field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP Last Name Field" +msgstr "" + +#. Label of a Data field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP Middle Name Field" +msgstr "" + +#. Label of a Data field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP Mobile Field" +msgstr "" + +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:163 +msgid "LDAP Not Installed" +msgstr "LDAP未安装" + +#. Label of a Data field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP Phone Field" +msgstr "" + +#. Label of a Data field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP Search String" +msgstr "" + +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:130 +msgid "LDAP Search String must be enclosed in '()' and needs to contian the user placeholder {0}, eg sAMAccountName={0}" +msgstr "" + +#. Label of a Section Break field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP Search and Paths" +msgstr "" + +#. Label of a Section Break field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP Security" +msgstr "" + +#. Label of a Section Break field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP Server Settings" +msgstr "" + +#. Label of a Data field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP Server Url" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Integrations Workspace +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +#: frappe/integrations/workspace/integrations/integrations.json +msgid "LDAP Settings" +msgstr "LDAP设定" + +#. Label of a Section Break field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP User Creation and Mapping" +msgstr "" + +#. Label of a Data field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP Username Field" +msgstr "" + +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:309 +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:426 +msgid "LDAP is not enabled." +msgstr "LDAP未启用。" + +#. Label of a Data field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP search path for Groups" +msgstr "" + +#. Label of a Data field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "LDAP search path for Users" +msgstr "" + +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:102 +msgid "LDAP settings incorrect. validation response was: {0}" +msgstr "" + +#. Option for the 'Comment Type' (Select) field in DocType 'Comment' +#. Option for the 'Comment Type' (Select) field in DocType 'Communication' +#. Label of a Data field in DocType 'DocField' +#. Label of a Data field in DocType 'DocType Action' +#. Label of a Data field in DocType 'Report Column' +#. Label of a Data field in DocType 'Report Filter' +#. Label of a Data field in DocType 'Custom Field' +#. Label of a Data field in DocType 'Customize Form Field' +#. Label of a Data field in DocType 'DocType Layout Field' +#. Label of a Data field in DocType 'Desktop Icon' +#. Label of a Data field in DocType 'Form Tour Step' +#. Label of a Data field in DocType 'Number Card' +#. Label of a Data field in DocType 'Workspace Chart' +#. Label of a Data field in DocType 'Workspace Custom Block' +#. Label of a Data field in DocType 'Workspace Link' +#. Label of a Data field in DocType 'Workspace Number Card' +#. Label of a Data field in DocType 'Workspace Quick List' +#. Label of a Data field in DocType 'Workspace Shortcut' +#. Label of a Data field in DocType 'Top Bar Item' +#. Label of a Data field in DocType 'Web Template Field' +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/doctype_action/doctype_action.json +#: frappe/core/doctype/report_column/report_column.json +#: frappe/core/doctype/report_filter/report_filter.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/custom/doctype/doctype_layout_field/doctype_layout_field.json +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/desk/doctype/workspace_chart/workspace_chart.json +#: frappe/desk/doctype/workspace_custom_block/workspace_custom_block.json +#: frappe/desk/doctype/workspace_link/workspace_link.json +#: frappe/desk/doctype/workspace_number_card/workspace_number_card.json +#: frappe/desk/doctype/workspace_quick_list/workspace_quick_list.json +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +#: frappe/printing/page/print_format_builder/print_format_builder.js:474 +#: frappe/public/js/form_builder/components/Field.vue:202 +#: frappe/public/js/frappe/widgets/widget_dialog.js:154 +#: frappe/public/js/frappe/widgets/widget_dialog.js:222 +#: frappe/public/js/frappe/widgets/widget_dialog.js:271 +#: frappe/public/js/frappe/widgets/widget_dialog.js:388 +#: frappe/public/js/frappe/widgets/widget_dialog.js:611 +#: frappe/public/js/frappe/widgets/widget_dialog.js:644 +#: frappe/public/js/print_format_builder/Field.vue:18 +#: frappe/templates/form_grid/fields.html:37 +#: frappe/website/doctype/top_bar_item/top_bar_item.json +#: frappe/website/doctype/web_template_field/web_template_field.json +msgid "Label" +msgstr "标签" + +#. Label of a HTML field in DocType 'Custom Field' +#: frappe/custom/doctype/custom_field/custom_field.json +msgid "Label Help" +msgstr "" + +#. Label of a Section Break field in DocType 'Customize Form Field' +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Label and Type" +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.py:144 +msgid "Label is mandatory" +msgstr "标签是必须项" + +#. Label of a Section Break field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Landing Page" +msgstr "" + +#: frappe/public/js/frappe/form/print_utils.js:30 +msgid "Landscape" +msgstr "景观" + +#. Name of a DocType +#. Label of a Link field in DocType 'System Settings' +#. Label of a Link field in DocType 'Translation' +#. Label of a Link field in DocType 'User' +#: frappe/core/doctype/language/language.json +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/core/doctype/translation/translation.json +#: frappe/core/doctype/user/user.json frappe/printing/page/print/print.js:104 +#: frappe/public/js/frappe/form/templates/print_layout.html:11 +msgid "Language" +msgstr "语言" + +#. Label of a Data field in DocType 'Language' +#: frappe/core/doctype/language/language.json +msgid "Language Code" +msgstr "" + +#. Label of a Data field in DocType 'Language' +#: frappe/core/doctype/language/language.json +msgid "Language Name" +msgstr "" + +#. Label of a Code field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Last 10 active users" +msgstr "" + +#. Label of a Datetime field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Last Active" +msgstr "" + +#. Label of a Datetime field in DocType 'Google Drive' +#: frappe/integrations/doctype/google_drive/google_drive.json +msgid "Last Backup On" +msgstr "" + +#. Label of a Datetime field in DocType 'Scheduled Job Type' +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +msgid "Last Execution" +msgstr "" + +#. Label of a Datetime field in DocType 'RQ Worker' +#: frappe/core/doctype/rq_worker/rq_worker.json +msgid "Last Heartbeat" +msgstr "" + +#. Label of a Read Only field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Last IP" +msgstr "" + +#. Label of a Text field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Last Known Versions" +msgstr "" + +#. Label of a Read Only field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Last Login" +msgstr "" + +#: frappe/email/doctype/notification/notification.js:33 +msgid "Last Modified Date" +msgstr "" + +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:242 +#: frappe/public/js/frappe/views/dashboard/dashboard_view.js:479 +msgid "Last Modified On" +msgstr "上次修改" + +#. Option for the 'Timespan' (Select) field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Last Month" +msgstr "" + +#. Label of a Data field in DocType 'Contact' +#. Label of a Data field in DocType 'User' +#: frappe/contacts/doctype/contact/contact.json +#: frappe/core/doctype/user/user.json frappe/www/complete_signup.html:19 +msgid "Last Name" +msgstr "姓" + +#. Label of a Date field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Last Password Reset Date" +msgstr "" + +#. Label of a Date field in DocType 'Energy Point Settings' +#: frappe/social/doctype/energy_point_settings/energy_point_settings.json +msgid "Last Point Allocation Date" +msgstr "" + +#. Option for the 'Timespan' (Select) field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Last Quarter" +msgstr "" + +#. Label of a Datetime field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Last Reset Password Key Generated On" +msgstr "" + +#. Label of a Datetime field in DocType 'Google Contacts' +#: frappe/integrations/doctype/google_contacts/google_contacts.json +msgid "Last Sync On" +msgstr "" + +#. Label of a Datetime field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Last Synced On" +msgstr "" + +#: frappe/model/meta.py:49 frappe/public/js/frappe/model/meta.js:202 +#: frappe/public/js/frappe/model/model.js:130 +msgid "Last Updated By" +msgstr "最后更新人" + +#: frappe/model/meta.py:48 frappe/public/js/frappe/model/meta.js:201 +#: frappe/public/js/frappe/model/model.js:126 +msgid "Last Updated On" +msgstr "最后更新日期" + +#. Label of a Link field in DocType 'Assignment Rule' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +msgid "Last User" +msgstr "" + +#. Option for the 'Timespan' (Select) field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Last Week" +msgstr "" + +#. Option for the 'Timespan' (Select) field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Last Year" +msgstr "" + +#: frappe/public/js/frappe/widgets/chart_widget.js:704 +msgid "Last synced {0}" +msgstr "上次同步{0}" + +#: frappe/custom/doctype/customize_form/customize_form.js:194 +msgid "Layout Reset" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:186 +msgid "Layout will be reset to standard layout, are you sure you want to do this?" +msgstr "" + +#: frappe/desk/page/leaderboard/leaderboard.js:15 +#: frappe/desk/page/user_profile/user_profile_sidebar.html:55 +msgid "Leaderboard" +msgstr "" + +#. Label of an action in the Onboarding Step 'Customize Print Formats' +#: frappe/custom/onboarding_step/print_format/print_format.json +msgid "Learn about Standard and Custom Print Formats" +msgstr "" + +#. Title of an Onboarding Step +#: frappe/website/onboarding_step/web_page_tour/web_page_tour.json +msgid "Learn about Web Pages" +msgstr "" + +#. Label of an action in the Onboarding Step 'Create Custom Fields' +#: frappe/custom/onboarding_step/custom_field/custom_field.json +msgid "Learn how to add Custom Fields" +msgstr "" + +#: frappe/website/web_template/section_with_features/section_with_features.html:26 +msgid "Learn more" +msgstr "" + +#. Label of an action in the Onboarding Step 'Generate Custom Reports' +#: frappe/custom/onboarding_step/report_builder/report_builder.json +msgid "Learn more about Report Builders" +msgstr "" + +#. Label of an action in the Onboarding Step 'Custom Document Types' +#: frappe/custom/onboarding_step/custom_doctype/custom_doctype.json +msgid "Learn more about creating new DocTypes" +msgstr "" + +#. Description of the 'Repeat Till' (Date) field in DocType 'Event' +#: frappe/desk/doctype/event/event.json +msgid "Leave blank to repeat always" +msgstr "" + +#: frappe/core/doctype/communication/mixins.py:207 +#: frappe/email/doctype/email_account/email_account.py:667 +msgid "Leave this conversation" +msgstr "离开这个谈话" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Ledger" +msgstr "分类账" + +#. Option for the 'Position' (Select) field in DocType 'Form Tour Step' +#. Option for the 'Align' (Select) field in DocType 'Letter Head' +#. Option for the 'Text Align' (Select) field in DocType 'Web Page' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +#: frappe/printing/doctype/letter_head/letter_head.json +#: frappe/website/doctype/web_page/web_page.json +msgid "Left" +msgstr "左边" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:483 +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:155 +msgctxt "alignment" +msgid "Left" +msgstr "左边" + +#. Option for the 'Position' (Select) field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Left Bottom" +msgstr "" + +#. Option for the 'Position' (Select) field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Left Center" +msgstr "" + +#: frappe/email/doctype/email_unsubscribe/email_unsubscribe.py:58 +msgid "Left this conversation" +msgstr "离开了这个谈话" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Legal" +msgstr "法律" + +#. Label of a Int field in DocType 'DocField' +#. Label of a Int field in DocType 'Custom Field' +#. Label of a Int field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Length" +msgstr "" + +#: frappe/public/js/frappe/ui/chart.js:11 +msgid "Length of passed data array is greater than value of maximum allowed label points!" +msgstr "" + +#: frappe/database/schema.py:129 +msgid "Length of {0} should be between 1 and 1000" +msgstr "的{0}长度应介于1和1000之间" + +#: frappe/public/js/frappe/widgets/chart_widget.js:680 +msgid "Less" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:24 +msgid "Less Than" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:26 +msgid "Less Than Or Equal To" +msgstr "" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:439 +msgid "Let us continue with the onboarding" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/blocks/onboarding.js:94 +#: frappe/public/js/frappe/widgets/onboarding_widget.js:602 +msgid "Let's Get Started" +msgstr "让我们开始吧" + +#. Title of the Module Onboarding 'Website' +#: frappe/website/module_onboarding/website/website.json +msgid "Let's Set Up Your Website." +msgstr "" + +#: frappe/utils/password_strength.py:105 +msgid "Let's avoid repeated words and characters" +msgstr "让我们避免重复的字和字符" + +#: frappe/desk/page/setup_wizard/setup_wizard.js:452 +msgid "Let's set up your account" +msgstr "" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:268 +#: frappe/public/js/frappe/widgets/onboarding_widget.js:309 +#: frappe/public/js/frappe/widgets/onboarding_widget.js:380 +#: frappe/public/js/frappe/widgets/onboarding_widget.js:419 +msgid "Let's take you back to onboarding" +msgstr "让我们回到入门" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Letter" +msgstr "" + +#. Label of a Link field in DocType 'Report' +#. Name of a DocType +#: frappe/core/doctype/report/report.json +#: frappe/printing/doctype/letter_head/letter_head.json +#: frappe/printing/page/print/print.js:127 +#: frappe/public/js/frappe/form/print_utils.js:20 +#: frappe/public/js/frappe/form/templates/print_layout.html:16 +#: frappe/public/js/frappe/list/bulk_operations.js:52 +#: frappe/public/js/print_format_builder/LetterHeadEditor.vue:144 +msgid "Letter Head" +msgstr "信头" + +#. Label of a Select field in DocType 'Letter Head' +#: frappe/printing/doctype/letter_head/letter_head.json +msgid "Letter Head Based On" +msgstr "" + +#. Label of a Section Break field in DocType 'Letter Head' +#: frappe/printing/doctype/letter_head/letter_head.json +msgid "Letter Head Image" +msgstr "" + +#. Label of a Data field in DocType 'Letter Head' +#: frappe/printing/doctype/letter_head/letter_head.json +#: frappe/public/js/print_format_builder/LetterHeadEditor.vue:198 +msgid "Letter Head Name" +msgstr "" + +#: frappe/printing/doctype/letter_head/letter_head.js:30 +msgid "Letter Head Scripts" +msgstr "" + +#: frappe/printing/doctype/letter_head/letter_head.py:46 +msgid "Letter Head cannot be both disabled and default" +msgstr "" + +#. Description of the 'Header HTML' (HTML Editor) field in DocType 'Letter +#. Head' +#: frappe/printing/doctype/letter_head/letter_head.json +msgid "Letter Head in HTML" +msgstr "" + +#. Label of a Int field in DocType 'Custom DocPerm' +#. Label of a Int field in DocType 'DocPerm' +#. Label of a Select field in DocType 'Help Article' +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/docperm/docperm.json +#: frappe/core/page/permission_manager/permission_manager.js:213 +#: frappe/public/js/frappe/roles_editor.js:65 +#: frappe/website/doctype/help_article/help_article.json +msgid "Level" +msgstr "级别" + +#: frappe/core/page/permission_manager/permission_manager.js:460 +msgid "Level 0 is for document level permissions, higher levels for field level permissions." +msgstr "级别0用于文档级别权限,更高级别用于字段级别权限。" + +#. Label of a Data field in DocType 'Review Level' +#: frappe/social/doctype/review_level/review_level.json +msgid "Level Name" +msgstr "" + +#: frappe/public/js/frappe/file_uploader/FileUploader.vue:94 +msgid "Library" +msgstr "" + +#. Label of a Markdown Editor field in DocType 'Package' +#: frappe/core/doctype/package/package.json +msgid "License" +msgstr "" + +#. Label of a Select field in DocType 'Package' +#: frappe/core/doctype/package/package.json +msgid "License Type" +msgstr "" + +#. Option for the 'Desk Theme' (Select) field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Light" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'DocType State' +#. Option for the 'Indicator' (Select) field in DocType 'Kanban Board Column' +#: frappe/core/doctype/doctype_state/doctype_state.json +#: frappe/desk/doctype/kanban_board_column/kanban_board_column.json +msgid "Light Blue" +msgstr "" + +#. Label of a Link field in DocType 'Website Theme' +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Light Color" +msgstr "" + +#: frappe/public/js/frappe/ui/theme_switcher.js:60 +msgid "Light Theme" +msgstr "" + +#. Option for the 'Comment Type' (Select) field in DocType 'Comment' +#. Option for the 'Comment Type' (Select) field in DocType 'Communication' +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +#: frappe/public/js/frappe/ui/filters/filter.js:18 +msgid "Like" +msgstr "喜欢" + +#. Label of a Int field in DocType 'Blog Settings' +#: frappe/website/doctype/blog_settings/blog_settings.json +msgid "Like limit" +msgstr "" + +#. Description of the 'Like limit' (Int) field in DocType 'Blog Settings' +#: frappe/website/doctype/blog_settings/blog_settings.json +msgid "Like limit per hour" +msgstr "" + +#: frappe/templates/includes/likes/likes.py:30 +msgid "Like on {0}: {1}" +msgstr "" + +#: frappe/desk/like.py:91 +msgid "Liked" +msgstr "喜欢" + +#: frappe/model/meta.py:52 frappe/public/js/frappe/model/meta.js:205 +#: frappe/public/js/frappe/model/model.js:134 +msgid "Liked By" +msgstr "谁喜欢" + +#. Label of a Int field in DocType 'Help Article' +#: frappe/website/doctype/help_article/help_article.json +msgid "Likes" +msgstr "喜欢" + +#. Label of a Int field in DocType 'Bulk Update' +#: frappe/desk/doctype/bulk_update/bulk_update.json +msgid "Limit" +msgstr "" + +#. Label of a Check field in DocType 'Dropbox Settings' +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.json +msgid "Limit Number of DB Backups" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Line" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Column' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Filter' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Label of a Long Text field in DocType 'Changelog Feed' +#. Label of a Small Text field in DocType 'Desktop Icon' +#. Label of a Data field in DocType 'Notification Log' +#. Option for the 'Type' (Select) field in DocType 'Workspace Link' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Template Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/report_column/report_column.json +#: frappe/core/doctype/report_filter/report_filter.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/desk/doctype/changelog_feed/changelog_feed.json +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +#: frappe/desk/doctype/notification_log/notification_log.json +#: frappe/desk/doctype/workspace_link/workspace_link.json +#: frappe/public/js/frappe/file_uploader/FileUploader.vue:128 +#: frappe/website/doctype/web_form_field/web_form_field.json +#: frappe/website/doctype/web_template_field/web_template_field.json +msgid "Link" +msgstr "" + +#. Label of a Tab Break field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "Link Cards" +msgstr "" + +#. Label of a Int field in DocType 'Workspace Link' +#: frappe/desk/doctype/workspace_link/workspace_link.json +msgid "Link Count" +msgstr "" + +#. Label of a Section Break field in DocType 'Workspace Link' +#: frappe/desk/doctype/workspace_link/workspace_link.json +msgid "Link Details" +msgstr "" + +#. Label of a Link field in DocType 'Activity Log' +#. Label of a Link field in DocType 'Communication Link' +#. Label of a Link field in DocType 'DocType Link' +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/communication_link/communication_link.json +#: frappe/core/doctype/doctype_link/doctype_link.json +msgid "Link DocType" +msgstr "" + +#. Label of a Link field in DocType 'Dynamic Link' +#: frappe/core/doctype/dynamic_link/dynamic_link.json +msgid "Link Document Type" +msgstr "" + +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:402 +#: frappe/workflow/doctype/workflow_action/workflow_action.py:198 +msgid "Link Expired" +msgstr "链接已过期" + +#. Label of a Int field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Link Field Results Limit" +msgstr "" + +#. Label of a Data field in DocType 'DocType Link' +#: frappe/core/doctype/doctype_link/doctype_link.json +msgid "Link Fieldname" +msgstr "" + +#. Label of a JSON field in DocType 'DocField' +#. Label of a JSON field in DocType 'Custom Field' +#. Label of a JSON field in DocType 'Customize Form' +#. Label of a JSON field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form/customize_form.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Link Filters" +msgstr "" + +#. Label of a Dynamic Link field in DocType 'Activity Log' +#. Label of a Dynamic Link field in DocType 'Communication Link' +#. Label of a Dynamic Link field in DocType 'Dynamic Link' +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/communication_link/communication_link.json +#: frappe/core/doctype/dynamic_link/dynamic_link.json +msgid "Link Name" +msgstr "" + +#. Label of a Read Only field in DocType 'Communication Link' +#. Label of a Read Only field in DocType 'Dynamic Link' +#: frappe/core/doctype/communication_link/communication_link.json +#: frappe/core/doctype/dynamic_link/dynamic_link.json +msgid "Link Title" +msgstr "" + +#. Label of a Dynamic Link field in DocType 'Workspace Link' +#. Label of a Dynamic Link field in DocType 'Workspace Shortcut' +#: frappe/desk/doctype/workspace_link/workspace_link.json +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +#: frappe/public/js/frappe/widgets/widget_dialog.js:252 +#: frappe/public/js/frappe/widgets/widget_dialog.js:397 +msgid "Link To" +msgstr "" + +#: frappe/public/js/frappe/widgets/widget_dialog.js:325 +msgid "Link To in Row" +msgstr "" + +#. Label of a Select field in DocType 'Workspace Link' +#: frappe/desk/doctype/workspace_link/workspace_link.json +#: frappe/public/js/frappe/widgets/widget_dialog.js:244 +msgid "Link Type" +msgstr "" + +#: frappe/public/js/frappe/widgets/widget_dialog.js:321 +msgid "Link Type in Row" +msgstr "" + +#: frappe/website/doctype/about_us_settings/about_us_settings.js:6 +msgid "Link for About Us Page is \"/about\"." +msgstr "" + +#. Description of the 'Home Page' (Data) field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Link that is the website home page. Standard Links (home, login, products, blog, about, contact)" +msgstr "" + +#. Description of the 'URL' (Data) field in DocType 'Top Bar Item' +#: frappe/website/doctype/top_bar_item/top_bar_item.json +msgid "Link to the page you want to open. Leave blank if you want to make it a group parent." +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Activity Log' +#. Option for the 'Status' (Select) field in DocType 'Communication' +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/communication/communication.json +msgid "Linked" +msgstr "" + +#. Label of a Section Break field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Linked Documents" +msgstr "" + +#: frappe/public/js/frappe/form/linked_with.js:23 +msgid "Linked With" +msgstr "挂具" + +#. Label of a Table field in DocType 'Address' +#. Label of a Table field in DocType 'Contact' +#. Label of a Table field in DocType 'DocType' +#. Label of a Table field in DocType 'Customize Form' +#. Label of a Table field in DocType 'Workspace' +#: frappe/contacts/doctype/address/address.js:39 +#: frappe/contacts/doctype/address/address.json +#: frappe/contacts/doctype/contact/contact.js:92 +#: frappe/contacts/doctype/contact/contact.json +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +#: frappe/desk/doctype/workspace/workspace.json +#: frappe/public/js/frappe/form/toolbar.js:367 +msgid "Links" +msgstr "链接" + +#. Option for the 'Apply To' (Select) field in DocType 'Client Script' +#. Option for the 'View' (Select) field in DocType 'Form Tour' +#. Option for the 'Select List View' (Select) field in DocType 'Form Tour' +#. Option for the 'DocType View' (Select) field in DocType 'Workspace Shortcut' +#: frappe/custom/doctype/client_script/client_script.json +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +msgid "List" +msgstr "" + +#. Label of a Section Break field in DocType 'DocField' +#: frappe/core/doctype/docfield/docfield.json +msgid "List / Search Settings" +msgstr "" + +#. Label of a Table field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "List Columns" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/list_filter/list_filter.json +msgid "List Filter" +msgstr "列表过滤器" + +#. Label of a Section Break field in DocType 'User' +#. Label of a Section Break field in DocType 'Customize Form' +#. Label of a Section Break field in DocType 'Web Form' +#: frappe/core/doctype/user/user.json +#: frappe/custom/doctype/customize_form/customize_form.json +#: frappe/website/doctype/web_form/web_form.json +msgid "List Settings" +msgstr "清单设定" + +#: frappe/public/js/frappe/list/list_view.js:1745 +msgctxt "Button in list view menu" +msgid "List Settings" +msgstr "清单设定" + +#: frappe/public/js/frappe/list/base_list.js:202 +msgid "List View" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/list_view_settings/list_view_settings.json +msgid "List View Settings" +msgstr "列表视图设置" + +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:161 +msgid "List a document type" +msgstr "列出某文件类型" + +#. Description of the 'Breadcrumbs' (Code) field in DocType 'Web Form' +#. Description of the 'Breadcrumbs' (Code) field in DocType 'Web Page' +#: frappe/website/doctype/web_form/web_form.json +#: frappe/website/doctype/web_page/web_page.json +msgid "List as [{\"label\": _(\"Jobs\"), \"route\":\"jobs\"}]" +msgstr "" + +#. Description of a DocType +#: frappe/core/doctype/patch_log/patch_log.json +msgid "List of patches executed" +msgstr "" + +#. Label of a HTML field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "List setting message" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:542 +msgid "Lists" +msgstr "" + +#. Option for the 'Rule' (Select) field in DocType 'Assignment Rule' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +msgid "Load Balancing" +msgstr "" + +#: frappe/public/js/frappe/list/base_list.js:385 +#: frappe/website/doctype/blog_post/templates/blog_post_list.html:50 +msgid "Load More" +msgstr "装载更多" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:216 +msgctxt "Form timeline" +msgid "Load More Communications" +msgstr "" + +#: frappe/public/js/frappe/file_uploader/TreeNode.vue:45 +msgid "Load more" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager.js:165 +#: frappe/public/js/frappe/form/controls/multicheck.js:13 +#: frappe/public/js/frappe/form/linked_with.js:13 +#: frappe/public/js/frappe/list/base_list.js:484 +#: frappe/public/js/frappe/list/list_view.js:334 +#: frappe/public/js/frappe/ui/listing.html:16 +#: frappe/public/js/frappe/views/reports/query_report.js:1016 +msgid "Loading" +msgstr "载入中" + +#: frappe/public/js/frappe/widgets/widget_dialog.js:74 +msgid "Loading Filters..." +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:262 +msgid "Loading import file..." +msgstr "" + +#: frappe/desk/page/user_profile/user_profile_controller.js:20 +msgid "Loading user profile" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/about.js:8 +msgid "Loading versions..." +msgstr "" + +#: frappe/public/js/frappe/file_uploader/TreeNode.vue:45 +#: frappe/public/js/frappe/form/sidebar/share.js:51 +#: frappe/public/js/frappe/list/list_sidebar.js:218 +#: frappe/public/js/frappe/list/list_sidebar_group_by.js:125 +#: frappe/public/js/frappe/views/kanban/kanban_board.html:11 +#: frappe/public/js/frappe/widgets/chart_widget.js:50 +#: frappe/public/js/frappe/widgets/number_card_widget.js:174 +#: frappe/public/js/frappe/widgets/quick_list_widget.js:128 +msgid "Loading..." +msgstr "载入中..." + +#. Label of a Data field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Location" +msgstr "位置" + +#. Label of a Code field in DocType 'Package Import' +#: frappe/core/doctype/package_import/package_import.json +msgid "Log" +msgstr "" + +#. Label of a Section Break field in DocType 'Access Log' +#: frappe/core/doctype/access_log/access_log.json +msgid "Log Data" +msgstr "" + +#. Label of a Link field in DocType 'Logs To Clear' +#: frappe/core/doctype/logs_to_clear/logs_to_clear.json +msgid "Log DocType" +msgstr "" + +#: frappe/templates/emails/login_with_email_link.html:27 +msgid "Log In To {0}" +msgstr "" + +#. Label of a Int field in DocType 'Data Import Log' +#: frappe/core/doctype/data_import_log/data_import_log.json +msgid "Log Index" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/log_setting_user/log_setting_user.json +msgid "Log Setting User" +msgstr "日志设置用户" + +#. Name of a DocType +#: frappe/core/doctype/log_settings/log_settings.json +#: frappe/public/js/frappe/logtypes.js:20 +msgid "Log Settings" +msgstr "日志设定" + +#: frappe/www/app.py:23 +msgid "Log in to access this page." +msgstr "登录访问此页面。" + +#. Label of a standard navbar item +#. Type: Action +#: frappe/hooks.py +#: frappe/website/doctype/website_settings/website_settings.py:182 +msgid "Log out" +msgstr "" + +#: frappe/handler.py:123 +msgid "Logged Out" +msgstr "登出" + +#. Option for the 'Operation' (Select) field in DocType 'Activity Log' +#. Label of a Tab Break field in DocType 'System Settings' +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/public/js/frappe/web_form/webform_script.js:16 +#: frappe/templates/discussions/discussions_section.html:60 +#: frappe/templates/discussions/reply_section.html:44 +#: frappe/templates/includes/navbar/dropdown_login.html:15 +#: frappe/templates/includes/navbar/navbar_login.html:25 +#: frappe/website/page_renderers/not_permitted_page.py:22 +#: frappe/www/login.html:42 +msgid "Login" +msgstr "登录" + +#. Label of a Int field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Login After" +msgstr "" + +#. Label of a Int field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Login Before" +msgstr "" + +#: frappe/public/js/frappe/desk.js:241 +msgid "Login Failed please try again" +msgstr "" + +#: frappe/email/doctype/email_account/email_account.py:140 +msgid "Login Id is required" +msgstr "登录ID是必需的" + +#. Label of a Section Break field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Login Methods" +msgstr "" + +#. Label of a Section Break field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Login Page" +msgstr "" + +#: frappe/www/login.py:142 +msgid "Login To {0}" +msgstr "" + +#: frappe/twofactor.py:261 +msgid "Login Verification Code from {}" +msgstr "登录验证码从{}" + +#: frappe/templates/emails/new_message.html:4 +msgid "Login and view in Browser" +msgstr "在浏览器中登录和查看" + +#: frappe/website/doctype/web_form/web_form.js:367 +msgid "Login is required to see web form list view. Enable {0} to see list settings" +msgstr "" + +#: frappe/templates/includes/login/login.js:70 +msgid "Login link sent to your email" +msgstr "" + +#: frappe/auth.py:327 frappe/auth.py:330 +msgid "Login not allowed at this time" +msgstr "不允许在这个时候登录" + +#. Label of a Check field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Login required" +msgstr "" + +#: frappe/twofactor.py:165 +msgid "Login session expired, refresh page to retry" +msgstr "登录会话过期,刷新页面重试" + +#: frappe/templates/includes/comments/comments.html:110 +msgid "Login to comment" +msgstr "登录发表评论" + +#: frappe/templates/includes/comments/comments.html:6 +msgid "Login to start a new discussion" +msgstr "" + +#: frappe/www/login.html:61 +msgid "Login to {0}" +msgstr "" + +#: frappe/templates/includes/login/login.js:327 +msgid "Login token required" +msgstr "" + +#: frappe/www/login.html:106 frappe/www/login.html:190 +msgid "Login with Email Link" +msgstr "" + +#: frappe/www/login.html:46 +msgid "Login with LDAP" +msgstr "与LDAP登录" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Login with email link" +msgstr "" + +#. Label of a Int field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Login with email link expiry (in minutes)" +msgstr "" + +#: frappe/auth.py:131 +msgid "Login with username and password is not allowed." +msgstr "" + +#: frappe/www/login.html:97 +msgid "Login with {0}" +msgstr "" + +#. Option for the 'Operation' (Select) field in DocType 'Activity Log' +#: frappe/core/doctype/activity_log/activity_log.json frappe/www/apps.html:59 +msgid "Logout" +msgstr "" + +#: frappe/core/doctype/user/user.js:195 +msgid "Logout All Sessions" +msgstr "注销所有会话" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Logout All Sessions on Password Reset" +msgstr "" + +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Logout From All Devices After Changing Password" +msgstr "" + +#. Group in User's connections +#. Label of a Card Break in the Users Workspace +#: frappe/core/doctype/user/user.json frappe/core/workspace/users/users.json +msgid "Logs" +msgstr "日志" + +#. Name of a DocType +#: frappe/core/doctype/logs_to_clear/logs_to_clear.json +msgid "Logs To Clear" +msgstr "" + +#. Label of a Table field in DocType 'Log Settings' +#: frappe/core/doctype/log_settings/log_settings.json +msgid "Logs to Clear" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Long Text" +msgstr "" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:322 +msgid "Looks like you didn't change the value" +msgstr "看起来您没有更改值" + +#: frappe/www/third_party_apps.html:57 +msgid "Looks like you haven’t added any third party apps." +msgstr "" + +#: frappe/public/js/frappe/ui/notifications/notifications.js:315 +msgid "Looks like you haven’t received any notifications." +msgstr "" + +#: frappe/core/doctype/server_script/server_script_list.js:18 +msgid "Loving Frappe Framework?" +msgstr "" + +#. Option for the 'Priority' (Select) field in DocType 'ToDo' +#: frappe/desk/doctype/todo/todo.json +#: frappe/public/js/frappe/form/sidebar/assign_to.js:216 +msgid "Low" +msgstr "低" + +#: frappe/public/js/frappe/utils/number_systems.js:13 +msgctxt "Number system" +msgid "M" +msgstr "" + +#. Option for the 'License Type' (Select) field in DocType 'Package' +#: frappe/core/doctype/package/package.json +msgid "MIT License" +msgstr "" + +#: frappe/desk/page/setup_wizard/install_fixtures.py:49 +msgid "Madam" +msgstr "" + +#. Label of a Text Editor field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "Main Section" +msgstr "" + +#. Label of a HTML Editor field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "Main Section (HTML)" +msgstr "" + +#. Label of a Markdown Editor field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "Main Section (Markdown)" +msgstr "" + +#. Name of a role +#: frappe/contacts/doctype/contact/contact.json +msgid "Maintenance Manager" +msgstr "维护经理" + +#. Name of a role +#: frappe/contacts/doctype/address/address.json +#: frappe/contacts/doctype/contact/contact.json +msgid "Maintenance User" +msgstr "维护用户" + +#. Label of a Int field in DocType 'Package Release' +#: frappe/core/doctype/package_release/package_release.json +msgid "Major" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Make \"name\" searchable in Global Search" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#: frappe/core/doctype/docfield/docfield.json +msgid "Make Attachment Public (by default)" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#. Label of a Check field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Make Attachments Public by Default" +msgstr "" + +#. Description of the 'Disable Username/Password Login' (Check) field in +#. DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Make sure to configure a Social Login Key before disabling to prevent lockout" +msgstr "" + +#: frappe/utils/password_strength.py:86 +msgid "Make use of longer keyboard patterns" +msgstr "利用较长的键盘模式" + +#: frappe/public/js/frappe/form/multi_select_dialog.js:88 +msgid "Make {0}" +msgstr "制作{0}" + +#: frappe/website/doctype/web_page/web_page.js:77 +msgid "Makes the page public" +msgstr "公开页面" + +#: frappe/desk/page/setup_wizard/install_fixtures.py:29 +msgid "Male" +msgstr "" + +#. Label of a standard navbar item +#. Type: Route +#: frappe/hooks.py +msgid "Manage Billing" +msgstr "" + +#: frappe/www/me.html:50 +msgid "Manage third party apps" +msgstr "" + +#: frappe/www/me.html:59 +msgid "Manage your apps" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Report Filter' +#. Label of a Check field in DocType 'Customize Form Field' +#. Label of a Check field in DocType 'Web Form Field' +#. Label of a Check field in DocType 'Web Template Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/report_filter/report_filter.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/web_form_field/web_form_field.json +#: frappe/website/doctype/web_template_field/web_template_field.json +msgid "Mandatory" +msgstr "强制性" + +#. Label of a Code field in DocType 'Custom Field' +#. Label of a Code field in DocType 'Customize Form Field' +#. Label of a Code field in DocType 'Web Form Field' +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Mandatory Depends On" +msgstr "" + +#. Label of a Code field in DocType 'DocField' +#: frappe/core/doctype/docfield/docfield.json +msgid "Mandatory Depends On (JS)" +msgstr "" + +#: frappe/website/doctype/web_form/web_form.py:411 +msgid "Mandatory Information missing:" +msgstr "强制性信息丢失:" + +#: frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js:120 +msgid "Mandatory field: set role for" +msgstr "必须填写:用于设置角色" + +#: frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js:124 +msgid "Mandatory field: {0}" +msgstr "强制字段:{0}" + +#: frappe/public/js/frappe/form/save.js:167 +msgid "Mandatory fields required in table {0}, Row {1}" +msgstr "在表{0}需要强制字段,行{1}" + +#: frappe/public/js/frappe/form/save.js:172 +msgid "Mandatory fields required in {0}" +msgstr "在需要的必填字段{0}" + +#: frappe/public/js/frappe/web_form/web_form.js:234 +msgctxt "Error message in web form" +msgid "Mandatory fields required:" +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:142 +msgid "Mandatory:" +msgstr "必须项:" + +#. Option for the 'Select List View' (Select) field in DocType 'Form Tour' +#: frappe/desk/doctype/form_tour/form_tour.json +msgid "Map" +msgstr "" + +#: frappe/public/js/frappe/data_import/import_preview.js:190 +#: frappe/public/js/frappe/data_import/import_preview.js:302 +msgid "Map Columns" +msgstr "地图列" + +#: frappe/public/js/frappe/list/base_list.js:211 +msgid "Map View" +msgstr "" + +#: frappe/public/js/frappe/data_import/import_preview.js:290 +msgid "Map columns from {0} to fields in {1}" +msgstr "" + +#. Description of the 'Dynamic Route' (Check) field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "Map route parameters into form variables. Example /project/<name>" +msgstr "" + +#: frappe/core/doctype/data_import/importer.py:886 +msgid "Mapping column {0} to field {1}" +msgstr "将列{0}映射到字段{1}" + +#. Label of a Float field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "Margin Bottom" +msgstr "" + +#. Label of a Float field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "Margin Left" +msgstr "" + +#. Label of a Float field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "Margin Right" +msgstr "" + +#. Label of a Float field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "Margin Top" +msgstr "" + +#. Label of a Section Break field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "MariaDB Variables" +msgstr "" + +#: frappe/public/js/frappe/ui/notifications/notifications.js:45 +msgid "Mark all as read" +msgstr "" + +#: frappe/core/doctype/communication/communication.js:78 +#: frappe/core/doctype/communication/communication_list.js:19 +msgid "Mark as Read" +msgstr "标记为已读" + +#: frappe/core/doctype/communication/communication.js:95 +msgid "Mark as Spam" +msgstr "标记为垃圾邮件" + +#: frappe/core/doctype/communication/communication.js:78 +#: frappe/core/doctype/communication/communication_list.js:22 +msgid "Mark as Unread" +msgstr "标记为未读" + +#. Option for the 'Content Type' (Select) field in DocType 'Newsletter' +#. Option for the 'Message Type' (Select) field in DocType 'Notification' +#. Option for the 'Content Type' (Select) field in DocType 'Blog Post' +#. Option for the 'Content Type' (Select) field in DocType 'Web Page' +#: frappe/email/doctype/newsletter/newsletter.json +#: frappe/email/doctype/notification/notification.json +#: frappe/website/doctype/blog_post/blog_post.json +#: frappe/website/doctype/web_page/web_page.js:92 +#: frappe/website/doctype/web_page/web_page.json +msgid "Markdown" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Template Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/web_template_field/web_template_field.json +msgid "Markdown Editor" +msgstr "" + +#. Option for the 'Delivery Status' (Select) field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Marked As Spam" +msgstr "" + +#. Name of a DocType +#: frappe/website/doctype/marketing_campaign/marketing_campaign.json +msgid "Marketing Campaign" +msgstr "" + +#: frappe/desk/page/setup_wizard/install_fixtures.py:51 +msgid "Master" +msgstr "大师" + +#. Description of the 'Limit' (Int) field in DocType 'Bulk Update' +#: frappe/desk/doctype/bulk_update/bulk_update.json +msgid "Max 500 records at a time" +msgstr "" + +#. Label of a Int field in DocType 'DocType' +#. Label of a Int field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Max Attachments" +msgstr "" + +#. Label of a Int field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Max File Size (MB)" +msgstr "" + +#. Label of a Data field in DocType 'DocField' +#: frappe/core/doctype/docfield/docfield.json +msgid "Max Height" +msgstr "" + +#. Label of a Int field in DocType 'Web Form Field' +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Max Length" +msgstr "" + +#. Label of a Int field in DocType 'Web Form Field' +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Max Value" +msgstr "" + +#. Label of a Int field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Max attachment size" +msgstr "" + +#. Label of a Int field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Max auto email report per user" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1304 +msgid "Max width for type Currency is 100px in row {0}" +msgstr "行{0}中,货币类型的最大宽度是100像素" + +#. Option for the 'Function' (Select) field in DocType 'Number Card' +#: frappe/desk/doctype/number_card/number_card.json +msgid "Maximum" +msgstr "" + +#: frappe/core/doctype/file/file.py:316 +msgid "Maximum Attachment Limit of {0} has been reached for {1} {2}." +msgstr "" + +#. Label of a Select field in DocType 'List View Settings' +#: frappe/desk/doctype/list_view_settings/list_view_settings.json +msgid "Maximum Number of Fields" +msgstr "" + +#. Label of a Int field in DocType 'Energy Point Rule' +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +msgid "Maximum Points" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/attachments.js:38 +msgid "Maximum attachment limit of {0} has been reached." +msgstr "" + +#. Description of the 'Maximum Points' (Int) field in DocType 'Energy Point +#. Rule' +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +msgid "Maximum points allowed after multiplying points with the multiplier value\n" +"(Note: For no limit leave this field empty or set 0)" +msgstr "" + +#: frappe/model/rename_doc.py:685 +msgid "Maximum {0} rows allowed" +msgstr "仅允许最多{0}行" + +#: frappe/public/js/frappe/list/list_sidebar_group_by.js:221 +msgid "Me" +msgstr "我" + +#: frappe/core/page/permission_manager/permission_manager_help.html:14 +msgid "Meaning of Submit, Cancel, Amend" +msgstr "" + +#. Option for the 'Priority' (Select) field in DocType 'ToDo' +#. Label of a Data field in DocType 'Web Page View' +#: frappe/desk/doctype/todo/todo.json +#: frappe/public/js/frappe/form/sidebar/assign_to.js:220 +#: frappe/public/js/frappe/utils/utils.js:1741 +#: frappe/website/doctype/web_page_view/web_page_view.json +#: frappe/website/report/website_analytics/website_analytics.js:40 +msgid "Medium" +msgstr "中" + +#. Option for the 'Type' (Select) field in DocType 'Communication' +#. Option for the 'Event Category' (Select) field in DocType 'Event' +#: frappe/core/doctype/communication/communication.json +#: frappe/desk/doctype/event/event.json +msgid "Meeting" +msgstr "" + +#. Label of a Data field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "Meets Condition?" +msgstr "" + +#. Group in Email Group's connections +#: frappe/email/doctype/email_group/email_group.json +msgid "Members" +msgstr "" + +#. Label of a Data field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Memory Usage" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Notification Log' +#: frappe/desk/doctype/notification_log/notification_log.json +msgid "Mention" +msgstr "" + +#. Label of a Check field in DocType 'Notification Settings' +#: frappe/desk/doctype/notification_settings/notification_settings.json +msgid "Mentions" +msgstr "" + +#: frappe/public/js/frappe/ui/page.html:40 +#: frappe/public/js/frappe/ui/page.js:155 +msgid "Menu" +msgstr "菜单" + +#: frappe/public/js/frappe/form/toolbar.js:223 +#: frappe/public/js/frappe/model/model.js:734 +msgid "Merge with existing" +msgstr "与现有合并" + +#: frappe/utils/nestedset.py:311 +msgid "Merging is only possible between Group-to-Group or Leaf Node-to-Leaf Node" +msgstr "只有组和组,叶节点和叶节点之间能合并" + +#. Label of a Text field in DocType 'Auto Repeat' +#. Label of a Text Editor field in DocType 'Activity Log' +#. Label of a Text Editor field in DocType 'Communication' +#. Label of a Data field in DocType 'Success Action' +#. Label of a Text Editor field in DocType 'Notification Log' +#. Label of a Section Break field in DocType 'Auto Email Report' +#. Label of a Text Editor field in DocType 'Auto Email Report' +#. Label of a Code field in DocType 'Email Queue' +#. Label of a Text Editor field in DocType 'Newsletter' +#. Label of a Section Break field in DocType 'Notification' +#. Label of a Code field in DocType 'Notification' +#. Label of a Text field in DocType 'Workflow Document State' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/data_import/data_import.js:488 +#: frappe/core/doctype/success_action/success_action.json +#: frappe/desk/doctype/notification_log/notification_log.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +#: frappe/email/doctype/email_queue/email_queue.json +#: frappe/email/doctype/newsletter/newsletter.json +#: frappe/email/doctype/notification/notification.json +#: frappe/public/js/frappe/ui/messages.js:175 +#: frappe/public/js/frappe/views/communication.js:114 +#: frappe/workflow/doctype/workflow_document_state/workflow_document_state.json +#: frappe/www/message.html:3 frappe/www/message.html:25 +msgid "Message" +msgstr "信息" + +#: frappe/__init__.py:539 frappe/public/js/frappe/ui/messages.js:267 +msgctxt "Default title of the message dialog" +msgid "Message" +msgstr "信息" + +#. Label of a HTML Editor field in DocType 'Newsletter' +#: frappe/email/doctype/newsletter/newsletter.json +msgid "Message (HTML)" +msgstr "" + +#. Label of a Markdown Editor field in DocType 'Newsletter' +#: frappe/email/doctype/newsletter/newsletter.json +msgid "Message (Markdown)" +msgstr "" + +#. Label of a HTML field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Message Examples" +msgstr "" + +#. Label of a Small Text field in DocType 'Communication' +#. Label of a Small Text field in DocType 'Email Queue' +#: frappe/core/doctype/communication/communication.json +#: frappe/email/doctype/email_queue/email_queue.json +msgid "Message ID" +msgstr "" + +#. Label of a Data field in DocType 'SMS Settings' +#: frappe/core/doctype/sms_settings/sms_settings.json +msgid "Message Parameter" +msgstr "" + +#: frappe/templates/includes/contact.js:36 +msgid "Message Sent" +msgstr "消息已发送" + +#. Label of a Select field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Message Type" +msgstr "" + +#: frappe/public/js/frappe/views/communication.js:941 +msgid "Message clipped" +msgstr "消息被省略" + +#: frappe/email/doctype/email_account/email_account.py:316 +msgid "Message from server: {0}" +msgstr "来自服务器的消息:{0}" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.js:102 +msgid "Message not setup" +msgstr "消息未设置" + +#. Description of the 'Success message' (Text) field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Message to be displayed on successful completion" +msgstr "" + +#. Label of a Code field in DocType 'Unhandled Email' +#: frappe/email/doctype/unhandled_email/unhandled_email.json +msgid "Message-id" +msgstr "" + +#. Label of a Code field in DocType 'Data Import Log' +#: frappe/core/doctype/data_import_log/data_import_log.json +msgid "Messages" +msgstr "" + +#. Label of a Section Break field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Meta" +msgstr "" + +#. Label of a Small Text field in DocType 'Blog Post' +#: frappe/website/doctype/blog_post/blog_post.json +#: frappe/website/doctype/web_page/web_page.js:124 +msgid "Meta Description" +msgstr "元描述" + +#. Label of a Attach Image field in DocType 'Blog Post' +#: frappe/website/doctype/blog_post/blog_post.json +#: frappe/website/doctype/web_page/web_page.js:131 +msgid "Meta Image" +msgstr "元图像" + +#. Label of a Section Break field in DocType 'Blog Post' +#. Label of a Section Break field in DocType 'Web Page' +#. Label of a Table field in DocType 'Website Route Meta' +#: frappe/website/doctype/blog_post/blog_post.json +#: frappe/website/doctype/web_page/web_page.json +#: frappe/website/doctype/website_route_meta/website_route_meta.json +msgid "Meta Tags" +msgstr "" + +#. Label of a Data field in DocType 'Blog Post' +#: frappe/website/doctype/blog_post/blog_post.json +#: frappe/website/doctype/web_page/web_page.js:117 +msgid "Meta Title" +msgstr "元标题" + +#. Label of a Small Text field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Meta description" +msgstr "" + +#. Label of a Attach Image field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Meta image" +msgstr "" + +#. Label of a Data field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Meta title" +msgstr "" + +#: frappe/website/doctype/web_page/web_page.js:110 +msgid "Meta title for SEO" +msgstr "SEO的元标题" + +#. Label of a Data field in DocType 'Access Log' +#. Label of a Select field in DocType 'Recorder' +#. Label of a Data field in DocType 'Scheduled Job Type' +#. Label of a Data field in DocType 'Number Card' +#. Label of a Select field in DocType 'Email Account' +#. Option for the 'Send Alert On' (Select) field in DocType 'Notification' +#: frappe/core/doctype/access_log/access_log.json +#: frappe/core/doctype/recorder/recorder.json +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/notification/notification.json +msgid "Method" +msgstr "" + +#: frappe/__init__.py:857 +msgid "Method Not Allowed" +msgstr "" + +#: frappe/desk/doctype/number_card/number_card.py:70 +msgid "Method is required to create a number card" +msgstr "" + +#. Option for the 'Position' (Select) field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Mid Center" +msgstr "" + +#. Label of a Data field in DocType 'Contact' +#. Label of a Data field in DocType 'User' +#: frappe/contacts/doctype/contact/contact.json +#: frappe/core/doctype/user/user.json +msgid "Middle Name" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Tools Workspace +#: frappe/automation/doctype/milestone/milestone.json +#: frappe/automation/workspace/tools/tools.json +msgid "Milestone" +msgstr "里程碑" + +#. Label of a Link field in DocType 'Milestone' +#. Name of a DocType +#: frappe/automation/doctype/milestone/milestone.json +#: frappe/automation/doctype/milestone_tracker/milestone_tracker.json +msgid "Milestone Tracker" +msgstr "里程碑跟踪器" + +#. Option for the 'Function' (Select) field in DocType 'Number Card' +#: frappe/desk/doctype/number_card/number_card.json +msgid "Minimum" +msgstr "" + +#. Label of a Select field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Minimum Password Score" +msgstr "" + +#. Label of a Int field in DocType 'Package Release' +#: frappe/core/doctype/package_release/package_release.json +msgid "Minor" +msgstr "" + +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:103 +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:108 +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:117 +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:125 +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:333 +msgid "Misconfigured" +msgstr "" + +#: frappe/desk/page/setup_wizard/install_fixtures.py:50 +msgid "Miss" +msgstr "" + +#: frappe/desk/form/meta.py:213 +msgid "Missing DocType" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1488 +msgid "Missing Field" +msgstr "" + +#: frappe/public/js/frappe/form/save.js:178 +msgid "Missing Fields" +msgstr "丢失的字段" + +#: frappe/email/doctype/auto_email_report/auto_email_report.py:129 +msgid "Missing Filters Required" +msgstr "" + +#: frappe/desk/form/assign_to.py:109 +msgid "Missing Permission" +msgstr "" + +#: frappe/www/update-password.html:107 frappe/www/update-password.html:114 +msgid "Missing Value" +msgstr "" + +#: frappe/public/js/frappe/ui/field_group.js:118 +#: frappe/public/js/frappe/widgets/widget_dialog.js:336 +#: frappe/public/js/workflow_builder/store.js:97 +#: frappe/workflow/doctype/workflow/workflow.js:71 +msgid "Missing Values Required" +msgstr "缺少需要的值" + +#: frappe/www/login.py:102 +msgid "Mobile" +msgstr "手机号" + +#. Label of a Data field in DocType 'Contact' +#. Label of a Data field in DocType 'User' +#: frappe/contacts/doctype/contact/contact.json +#: frappe/core/doctype/user/user.json frappe/tests/test_translate.py:86 +#: frappe/tests/test_translate.py:89 frappe/tests/test_translate.py:91 +#: frappe/tests/test_translate.py:94 +msgid "Mobile No" +msgstr "手机号码" + +#. Label of a Check field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Modal Trigger" +msgstr "" + +#. Label of a Card Break in the Build Workspace +#: frappe/core/workspace/build/build.json +msgid "Models" +msgstr "" + +#: frappe/core/report/transaction_log_report/transaction_log_report.py:106 +#: frappe/social/doctype/energy_point_rule/energy_point_rule.js:43 +msgid "Modified By" +msgstr "" + +#. Label of a Data field in DocType 'Block Module' +#. Label of a Link field in DocType 'DocType' +#. Label of a Link field in DocType 'Page' +#. Label of a Link field in DocType 'Report' +#. Label of a Link field in DocType 'User Type Module' +#. Label of a Link field in DocType 'Dashboard' +#. Label of a Link field in DocType 'Dashboard Chart' +#. Label of a Link field in DocType 'Dashboard Chart Source' +#. Label of a Link field in DocType 'Form Tour' +#. Label of a Link field in DocType 'Module Onboarding' +#. Label of a Link field in DocType 'Number Card' +#. Label of a Link field in DocType 'Workspace' +#. Label of a Link field in DocType 'Notification' +#. Label of a Link field in DocType 'Print Format' +#. Label of a Link field in DocType 'Print Format Field Template' +#. Label of a Link field in DocType 'Web Form' +#. Label of a Link field in DocType 'Web Template' +#. Label of a Link field in DocType 'Website Theme' +#: frappe/core/doctype/block_module/block_module.json +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/doctype/doctype_list.js:17 +#: frappe/core/doctype/page/page.json frappe/core/doctype/report/report.json +#: frappe/core/doctype/user_type_module/user_type_module.json +#: frappe/desk/doctype/dashboard/dashboard.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/dashboard_chart_source/dashboard_chart_source.json +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/desk/doctype/module_onboarding/module_onboarding.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/desk/doctype/workspace/workspace.json +#: frappe/email/doctype/notification/notification.json +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/printing/doctype/print_format_field_template/print_format_field_template.json +#: frappe/website/doctype/web_form/web_form.json +#: frappe/website/doctype/web_template/web_template.json +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Module" +msgstr "模" + +#. Label of a Link field in DocType 'Server Script' +#. Label of a Link field in DocType 'Client Script' +#. Label of a Link field in DocType 'Custom Field' +#. Label of a Link field in DocType 'Property Setter' +#. Label of a Link field in DocType 'Web Page' +#: frappe/core/doctype/server_script/server_script.json +#: frappe/custom/doctype/client_script/client_script.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/property_setter/property_setter.json +#: frappe/website/doctype/web_page/web_page.json +msgid "Module (for export)" +msgstr "" + +#. Name of a DocType +#. Linked DocType in Package's connections +#. Label of a Link in the Build Workspace +#: frappe/core/doctype/module_def/module_def.json +#: frappe/core/doctype/package/package.json +#: frappe/core/workspace/build/build.json +msgid "Module Def" +msgstr "模块定义" + +#. Label of a HTML field in DocType 'Module Profile' +#: frappe/core/doctype/module_profile/module_profile.json +msgid "Module HTML" +msgstr "" + +#. Label of a Data field in DocType 'Module Def' +#. Label of a Data field in DocType 'Desktop Icon' +#: frappe/core/doctype/module_def/module_def.json +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +msgid "Module Name" +msgstr "" + +#. Label of a Link in the Build Workspace +#. Name of a DocType +#: frappe/core/workspace/build/build.json +#: frappe/desk/doctype/module_onboarding/module_onboarding.json +msgid "Module Onboarding" +msgstr "模块入职" + +#. Name of a DocType +#. Label of a Link field in DocType 'User' +#. Label of a Link in the Users Workspace +#: frappe/core/doctype/module_profile/module_profile.json +#: frappe/core/doctype/user/user.json frappe/core/workspace/users/users.json +msgid "Module Profile" +msgstr "" + +#. Label of a Data field in DocType 'Module Profile' +#: frappe/core/doctype/module_profile/module_profile.json +msgid "Module Profile Name" +msgstr "" + +#: frappe/desk/doctype/module_onboarding/module_onboarding.py:69 +msgid "Module onboarding progress reset" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:250 +msgid "Module to Export" +msgstr "模块导出" + +#: frappe/modules/utils.py:273 +msgid "Module {} not found" +msgstr "" + +#. Group in Package's connections +#. Label of a Card Break in the Build Workspace +#: frappe/core/doctype/package/package.json +#: frappe/core/workspace/build/build.json +msgid "Modules" +msgstr "模组" + +#. Label of a HTML field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Modules HTML" +msgstr "" + +#. Option for the 'Day' (Select) field in DocType 'Assignment Rule Day' +#. Option for the 'Day' (Select) field in DocType 'Auto Repeat Day' +#. Option for the 'First Day of the Week' (Select) field in DocType 'System +#. Settings' +#. Label of a Check field in DocType 'Event' +#. Option for the 'Day of Week' (Select) field in DocType 'Auto Email Report' +#: frappe/automation/doctype/assignment_rule_day/assignment_rule_day.json +#: frappe/automation/doctype/auto_repeat_day/auto_repeat_day.json +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/desk/doctype/event/event.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Monday" +msgstr "" + +#. Description of a Card Break in the Build Workspace +#: frappe/core/workspace/build/build.json +msgid "Monitor logs for errors, background jobs, communications, and user activity" +msgstr "" + +#. Option for the 'Font' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Monospace" +msgstr "" + +#: frappe/public/js/frappe/views/calendar/calendar.js:269 +msgid "Month" +msgstr "月" + +#. Option for the 'Frequency' (Select) field in DocType 'Auto Repeat' +#. Option for the 'Frequency' (Select) field in DocType 'Scheduled Job Type' +#. Option for the 'Event Frequency' (Select) field in DocType 'Server Script' +#. Option for the 'Time Interval' (Select) field in DocType 'Dashboard Chart' +#. Option for the 'Repeat On' (Select) field in DocType 'Event' +#. Option for the 'Stats Time Interval' (Select) field in DocType 'Number Card' +#. Option for the 'Period' (Select) field in DocType 'Auto Email Report' +#. Option for the 'Frequency' (Select) field in DocType 'Auto Email Report' +#. Option for the 'Backup Frequency' (Select) field in DocType 'S3 Backup +#. Settings' +#. Option for the 'Point Allocation Periodicity' (Select) field in DocType +#. 'Energy Point Settings' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +#: frappe/core/doctype/server_script/server_script.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/event/event.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +#: frappe/public/js/frappe/utils/common.js:400 +#: frappe/social/doctype/energy_point_settings/energy_point_settings.json +#: frappe/website/report/website_analytics/website_analytics.js:25 +msgid "Monthly" +msgstr "每月" + +#. Option for the 'Frequency' (Select) field in DocType 'Scheduled Job Type' +#. Option for the 'Event Frequency' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +#: frappe/core/doctype/server_script/server_script.json +msgid "Monthly Long" +msgstr "" + +#: frappe/desk/page/user_profile/user_profile_controller.js:402 +msgid "Monthly Rank" +msgstr "" + +#: frappe/public/js/frappe/form/link_selector.js:39 +#: frappe/public/js/frappe/form/multi_select_dialog.js:45 +#: frappe/public/js/frappe/form/multi_select_dialog.js:72 +#: frappe/public/js/frappe/ui/toolbar/search.js:285 +#: frappe/public/js/frappe/ui/toolbar/search.js:300 +#: frappe/public/js/frappe/widgets/chart_widget.js:680 +#: frappe/templates/includes/list/list.html:23 +#: frappe/templates/includes/search_template.html:13 +msgid "More" +msgstr "更多" + +#. Label of a Section Break field in DocType 'Contact' +#. Label of a Section Break field in DocType 'Activity Log' +#. Label of a Section Break field in DocType 'Communication' +#. Label of a Tab Break field in DocType 'User' +#: frappe/contacts/doctype/contact/contact.json +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/user/user.json +msgid "More Information" +msgstr "" + +#: frappe/website/doctype/help_article/templates/help_article.html:19 +#: frappe/website/doctype/help_article/templates/help_article.html:33 +msgid "More articles on {0}" +msgstr "更多的文章{0}" + +#. Description of the 'Footer' (Text Editor) field in DocType 'About Us +#. Settings' +#: frappe/website/doctype/about_us_settings/about_us_settings.json +msgid "More content for the bottom of the page." +msgstr "" + +#: frappe/public/js/frappe/ui/sort_selector.js:191 +msgid "Most Used" +msgstr "最常用" + +#: frappe/utils/password.py:65 +msgid "Most probably your password is too long." +msgstr "" + +#: frappe/core/doctype/communication/communication.js:86 +#: frappe/core/doctype/communication/communication.js:194 +#: frappe/core/doctype/communication/communication.js:212 +#: frappe/public/js/frappe/form/grid_row_form.js:42 +msgid "Move" +msgstr "移动" + +#: frappe/public/js/frappe/form/grid_row.js:189 +msgid "Move To" +msgstr "搬去" + +#: frappe/core/doctype/communication/communication.js:104 +msgid "Move To Trash" +msgstr "移到废纸篓" + +#: frappe/public/js/form_builder/components/Section.vue:295 +msgid "Move current and all subsequent sections to a new tab" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:176 +msgid "Move cursor to above row" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:180 +msgid "Move cursor to below row" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:184 +msgid "Move cursor to next column" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:188 +msgid "Move cursor to previous column" +msgstr "" + +#: frappe/public/js/form_builder/components/Section.vue:294 +msgid "Move sections to new tab" +msgstr "" + +#: frappe/public/js/form_builder/components/Field.vue:231 +msgid "Move the current field and the following fields to a new column" +msgstr "" + +#: frappe/public/js/frappe/form/grid_row.js:164 +msgid "Move to Row Number" +msgstr "移至行号" + +#. Description of the 'Next on Click' (Check) field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Move to next step when clicked inside highlighted area." +msgstr "" + +#. Description of the 'Parent Element Selector' (Data) field in DocType 'Form +#. Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Mozilla doesn't support :has() so you can pass parent selector here as workaround" +msgstr "" + +#: frappe/desk/page/setup_wizard/install_fixtures.py:44 +msgid "Mr" +msgstr "" + +#: frappe/desk/page/setup_wizard/install_fixtures.py:48 +msgid "Mrs" +msgstr "" + +#: frappe/desk/page/setup_wizard/install_fixtures.py:45 +msgid "Ms" +msgstr "" + +#: frappe/utils/nestedset.py:335 +msgid "Multiple root nodes not allowed." +msgstr "不允许多个根节点。" + +#. Label of a Select field in DocType 'Energy Point Rule' +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +msgid "Multiplier Field" +msgstr "" + +#. Description of the 'Import from Google Sheets' (Data) field in DocType 'Data +#. Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Must be a publicly accessible Google Sheets URL" +msgstr "" + +#. Description of the 'LDAP Search String' (Data) field in DocType 'LDAP +#. Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "Must be enclosed in '()' and include '{0}', which is a placeholder for the user/login name. i.e. (&(objectclass=user)(uid={0}))" +msgstr "" + +#. Description of the 'Image Field' (Data) field in DocType 'DocType' +#. Description of the 'Image Field' (Data) field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Must be of type \"Attach Image\"" +msgstr "" + +#: frappe/desk/query_report.py:204 +msgid "Must have report permission to access this report." +msgstr "必须有报告权限才能访问此报告。" + +#: frappe/core/doctype/report/report.py:145 +msgid "Must specify a Query to run" +msgstr "必须指定要运行的查询" + +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Mute Sounds" +msgstr "" + +#: frappe/desk/page/setup_wizard/install_fixtures.py:46 +msgid "Mx" +msgstr "" + +#: frappe/templates/includes/web_sidebar.html:41 +#: frappe/website/doctype/web_form/web_form.py:400 +#: frappe/website/doctype/website_settings/website_settings.py:181 +#: frappe/www/list.py:20 frappe/www/me.html:4 frappe/www/me.html:8 +#: frappe/www/update_password.py:10 +msgid "My Account" +msgstr "我的账户" + +#: frappe/public/js/frappe/file_uploader/FileUploader.vue:57 +msgid "My Device" +msgstr "" + +#. Label of a standard navbar item +#. Type: Route +#: frappe/hooks.py +msgid "My Profile" +msgstr "" + +#. Label of a standard navbar item +#. Type: Action +#: frappe/hooks.py +msgid "My Settings" +msgstr "" + +#. Option for the 'Database Engine' (Select) field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "MyISAM" +msgstr "" + +#: frappe/workflow/doctype/workflow/workflow.js:19 +msgid "NOTE: If you add states or transitions in the table, it will be reflected in the Workflow Builder but you will have to position them manually. Also Workflow Builder is currently in BETA." +msgstr "" + +#. Description of the 'LDAP Group Field' (Data) field in DocType 'LDAP +#. Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "NOTE: This box is due for depreciation. Please re-setup LDAP to work with the newer settings" +msgstr "" + +#. Label of a Data field in DocType 'DocField' +#. Label of a Data field in DocType 'Customize Form Field' +#. Label of a Data field in DocType 'Workspace' +#. Label of a Data field in DocType 'Slack Webhook URL' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/doctype/doctype_list.js:10 +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/desk/doctype/workspace/workspace.json +#: frappe/integrations/doctype/slack_webhook_url/slack_webhook_url.json +#: frappe/public/js/frappe/form/layout.js:75 +#: frappe/public/js/frappe/form/multi_select_dialog.js:241 +#: frappe/public/js/frappe/form/save.js:154 +#: frappe/public/js/frappe/views/file/file_view.js:97 +#: frappe/website/doctype/website_slideshow/website_slideshow.js:25 +msgid "Name" +msgstr "名称" + +#: frappe/integrations/doctype/webhook/webhook.js:29 +msgid "Name (Doc Name)" +msgstr "" + +#: frappe/desk/utils.py:22 +msgid "Name already taken, please set a new name" +msgstr "" + +#: frappe/model/naming.py:478 +msgid "Name cannot contain special characters like {0}" +msgstr "姓名不能包含特殊字符,如{0}" + +#: frappe/custom/doctype/custom_field/custom_field.js:91 +msgid "Name of the Document Type (DocType) you want this field to be linked to. e.g. Customer" +msgstr "此字段链接到的文档类型名称,例如客户" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:117 +msgid "Name of the new Print Format" +msgstr "新打印格式的名称" + +#: frappe/model/naming.py:473 +msgid "Name of {0} cannot be {1}" +msgstr "{0}的名称不能为{1}" + +#: frappe/utils/password_strength.py:170 +msgid "Names and surnames by themselves are easy to guess." +msgstr "自己名字和姓氏很容易被猜到。" + +#. Label of a Section Break field in DocType 'DocType' +#. Label of a Section Break field in DocType 'Document Naming Rule' +#. Label of a Section Break field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/document_naming_rule/document_naming_rule.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Naming" +msgstr "" + +#. Description of the 'Auto Name' (Data) field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Naming Options:\n" +"
    1. field:[fieldname] - By Field
    2. autoincrement - Uses Databases' Auto Increment feature
    3. naming_series: - By Naming Series (field called naming_series must be present)
    4. Prompt - Prompt user for a name
    5. [series] - Series by prefix (separated by a dot); for example PRE.#####
    6. \n" +"
    7. format:EXAMPLE-{MM}morewords{fieldname1}-{fieldname2}-{#####} - Replace all braced words (fieldnames, date words (DD, MM, YY), series) with their value. Outside braces, any characters can be used.
    " +msgstr "" + +#. Description of the 'Auto Name' (Data) field in DocType 'Customize Form' +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Naming Options:\n" +"
    1. field:[fieldname] - By Field
    2. naming_series: - By Naming Series (field called naming_series must be present)
    3. Prompt - Prompt user for a name
    4. [series] - Series by prefix (separated by a dot); for example PRE.#####
    5. \n" +"
    6. format:EXAMPLE-{MM}morewords{fieldname1}-{fieldname2}-{#####} - Replace all braced words (fieldnames, date words (DD, MM, YY), series) with their value. Outside braces, any characters can be used.
    " +msgstr "" + +#. Label of a Select field in DocType 'DocType' +#. Label of a Select field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Naming Rule" +msgstr "" + +#. Label of a Tab Break field in DocType 'Document Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Naming Series" +msgstr "" + +#: frappe/model/naming.py:243 +msgid "Naming Series mandatory" +msgstr "名录必须填写" + +#. Option for the 'Type' (Select) field in DocType 'Web Template' +#. Label of a Section Break field in DocType 'Website Settings' +#. Label of a Tab Break field in DocType 'Website Settings' +#: frappe/website/doctype/web_template/web_template.json +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Navbar" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/navbar_item/navbar_item.json +msgid "Navbar Item" +msgstr "导航栏项目" + +#. Name of a DocType +#. Label of a Link in the Build Workspace +#: frappe/core/doctype/navbar_settings/navbar_settings.json +#: frappe/core/workspace/build/build.json +msgid "Navbar Settings" +msgstr "导航栏设置" + +#. Label of a Link field in DocType 'Website Settings' +#. Label of a Section Break field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Navbar Template" +msgstr "" + +#. Label of a Code field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Navbar Template Values" +msgstr "" + +#: frappe/public/js/frappe/ui/keyboard.js:214 +msgid "Navigate Home" +msgstr "导航回家" + +#: frappe/public/js/frappe/list/list_view.js:1153 +msgctxt "Description of a list view shortcut" +msgid "Navigate list down" +msgstr "向下导航列表" + +#: frappe/public/js/frappe/list/list_view.js:1160 +msgctxt "Description of a list view shortcut" +msgid "Navigate list up" +msgstr "导航列表" + +#: frappe/public/js/frappe/ui/page.js:168 +msgid "Navigate to main content" +msgstr "" + +#. Label of a Section Break field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Navigation Settings" +msgstr "" + +#: frappe/desk/doctype/workspace/workspace.py:310 +msgid "Need Workspace Manager role to edit private workspace of other users" +msgstr "" + +#: frappe/desk/doctype/workspace/workspace.py:354 +msgid "Need Workspace Manager role to hide/unhide public workspaces" +msgstr "" + +#: frappe/model/document.py:629 +msgid "Negative Value" +msgstr "负值" + +#: frappe/utils/nestedset.py:94 +msgid "Nested set error. Please contact the Administrator." +msgstr "嵌套错误。请联系管理员。" + +#. Name of a DocType +#: frappe/printing/doctype/network_printer_settings/network_printer_settings.json +msgid "Network Printer Settings" +msgstr "" + +#. Option for the 'DocType View' (Select) field in DocType 'Workspace Shortcut' +#. Option for the 'Send Alert On' (Select) field in DocType 'Notification' +#. Option for the 'For Document Event' (Select) field in DocType 'Energy Point +#. Rule' +#: frappe/core/doctype/success_action/success_action.js:57 +#: frappe/core/page/dashboard_view/dashboard_view.js:173 +#: frappe/desk/doctype/todo/todo.js:46 +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +#: frappe/email/doctype/notification/notification.json +#: frappe/public/js/frappe/form/success_action.js:77 +#: frappe/public/js/frappe/views/treeview.js:437 +#: frappe/public/js/frappe/views/workspace/workspace.js:98 +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +#: frappe/website/doctype/web_form/templates/web_list.html:15 +#: frappe/www/list.html:19 +msgid "New" +msgstr "新" + +#: frappe/public/js/frappe/views/interaction.js:15 +msgid "New Activity" +msgstr "新活动" + +#: frappe/public/js/frappe/form/templates/address_list.html:42 +msgid "New Address" +msgstr "" + +#: frappe/templates/includes/comments/comments.py:62 +msgid "New Comment on {0}: {1}" +msgstr "对{0}的新评论:{1}" + +#: frappe/public/js/frappe/form/templates/contact_list.html:90 +msgid "New Contact" +msgstr "" + +#: frappe/printing/page/print/print.js:295 +#: frappe/printing/page/print/print.js:342 +msgid "New Custom Print Format" +msgstr "新的自定义打印格式" + +#. Label of a Check field in DocType 'Form Tour' +#: frappe/desk/doctype/form_tour/form_tour.json +msgid "New Document Form" +msgstr "" + +#: frappe/desk/doctype/notification_log/notification_log.py:158 +msgid "New Document Shared {0}" +msgstr "共享新文档{0}" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:27 +#: frappe/public/js/frappe/views/communication.js:23 +msgid "New Email" +msgstr "新的电子邮件" + +#: frappe/public/js/frappe/list/list_view_select.js:98 +#: frappe/public/js/frappe/views/inbox/inbox_view.js:177 +msgid "New Email Account" +msgstr "新的电子邮件帐户" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:47 +msgid "New Event" +msgstr "" + +#: frappe/public/js/frappe/views/file/file_view.js:94 +msgid "New Folder" +msgstr "新建文件夹" + +#: frappe/public/js/frappe/views/kanban/kanban_view.js:344 +msgid "New Kanban Board" +msgstr "新看板" + +#: frappe/desk/doctype/notification_log/notification_log.py:156 +msgid "New Mention on {0}" +msgstr "关于{0}的新提及" + +#: frappe/www/contact.py:60 +msgid "New Message from Website Contact Page" +msgstr "从网站的联系页面新消息" + +#. Label of a Read Only field in DocType 'Deleted Document' +#: frappe/core/doctype/deleted_document/deleted_document.json +#: frappe/public/js/frappe/form/toolbar.js:207 +#: frappe/public/js/frappe/model/model.js:742 +msgid "New Name" +msgstr "新名称" + +#: frappe/email/doctype/email_group/email_group.js:67 +msgid "New Newsletter" +msgstr "新的通讯" + +#: frappe/desk/doctype/notification_log/notification_log.py:155 +msgid "New Notification" +msgstr "新通知" + +#: frappe/core/doctype/user/user.js:183 frappe/www/update-password.html:19 +msgid "New Password" +msgstr "新密码" + +#: frappe/printing/page/print/print.js:267 +#: frappe/printing/page/print/print.js:321 +#: frappe/printing/page/print_format_builder_beta/print_format_builder_beta.js:61 +msgid "New Print Format Name" +msgstr "新的打印格式名称" + +#: frappe/public/js/frappe/views/reports/report_view.js:1308 +msgid "New Report name" +msgstr "新的报告名称" + +#. Label of a Int field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "New Users (Last 30 days)" +msgstr "" + +#: frappe/core/doctype/version/version_view.html:14 +#: frappe/core/doctype/version/version_view.html:76 +msgid "New Value" +msgstr "" + +#: frappe/workflow/page/workflow_builder/workflow_builder.js:61 +msgid "New Workflow Name" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:1217 +msgid "New Workspace" +msgstr "" + +#: frappe/www/update-password.html:77 +msgid "New password cannot be same as old password" +msgstr "" + +#: frappe/utils/change_log.py:394 +msgid "New updates are available" +msgstr "有新的更新" + +#. Description of the 'Disable signups' (Check) field in DocType 'Website +#. Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "New users will have to be manually registered by system managers." +msgstr "" + +#. Description of the 'Set Value' (Small Text) field in DocType 'Property +#. Setter' +#: frappe/custom/doctype/property_setter/property_setter.json +msgid "New value to be set" +msgstr "" + +#: frappe/public/js/frappe/form/quick_entry.js:129 +#: frappe/public/js/frappe/form/toolbar.js:36 +#: frappe/public/js/frappe/form/toolbar.js:197 +#: frappe/public/js/frappe/form/toolbar.js:210 +#: frappe/public/js/frappe/form/toolbar.js:491 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:167 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:168 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:217 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:218 +#: frappe/public/js/frappe/views/breadcrumbs.js:192 +#: frappe/public/js/frappe/views/treeview.js:332 +#: frappe/website/doctype/web_form/web_form.py:309 +msgid "New {0}" +msgstr "新建 {0}" + +#: frappe/public/js/frappe/views/reports/query_report.js:393 +msgid "New {0} Created" +msgstr "新创建的{0}" + +#: frappe/public/js/frappe/views/reports/query_report.js:385 +msgid "New {0} {1} added to Dashboard {2}" +msgstr "新的{0} {1}已添加到仪表板{2}" + +#: frappe/public/js/frappe/views/reports/query_report.js:390 +msgid "New {0} {1} created" +msgstr "创建了新的{0} {1}" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:378 +msgid "New {0}: {1}" +msgstr "新{0}:{1}" + +#: frappe/utils/change_log.py:376 +msgid "New {} releases for the following apps are available" +msgstr "可以使用以下应用程序的新{}版本" + +#: frappe/core/doctype/user/user.py:747 +msgid "Newly created user {0} has no roles enabled." +msgstr "" + +#. Label of a Card Break in the Tools Workspace +#. Label of a Link in the Tools Workspace +#. Name of a DocType +#: frappe/automation/workspace/tools/tools.json +#: frappe/email/doctype/newsletter/newsletter.json +msgid "Newsletter" +msgstr "" + +#. Name of a DocType +#: frappe/email/doctype/newsletter_attachment/newsletter_attachment.json +msgid "Newsletter Attachment" +msgstr "" + +#. Name of a DocType +#: frappe/email/doctype/newsletter_email_group/newsletter_email_group.json +msgid "Newsletter Email Group" +msgstr "电子邮件通讯组" + +#. Name of a role +#: frappe/email/doctype/email_group/email_group.json +#: frappe/email/doctype/email_group_member/email_group_member.json +#: frappe/email/doctype/newsletter/newsletter.json +#: frappe/website/doctype/marketing_campaign/marketing_campaign.json +msgid "Newsletter Manager" +msgstr "通讯经理" + +#: frappe/email/doctype/newsletter/newsletter.py:130 +msgid "Newsletter has already been sent" +msgstr "通讯已发送过" + +#: frappe/email/doctype/newsletter/newsletter.py:149 +msgid "Newsletter must be published to send webview link in email" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.py:137 +msgid "Newsletter should have atleast one recipient" +msgstr "通讯应该至少有一个收件人" + +#: frappe/email/doctype/newsletter/newsletter.py:393 +msgid "Newsletters" +msgstr "内部通讯" + +#: frappe/public/js/frappe/form/form_tour.js:318 +#: frappe/public/js/frappe/web_form/web_form.js:91 +#: frappe/public/js/onboarding_tours/onboarding_tours.js:15 +#: frappe/public/js/onboarding_tours/onboarding_tours.js:240 +#: frappe/templates/includes/slideshow.html:38 frappe/website/utils.py:254 +#: frappe/website/web_template/slideshow/slideshow.html:44 +msgid "Next" +msgstr "下一个" + +#: frappe/public/js/frappe/ui/slides.js:359 +msgctxt "Go to next slide" +msgid "Next" +msgstr "下一个" + +#. Label of a Link field in DocType 'Workflow Document State' +#: frappe/workflow/doctype/workflow_document_state/workflow_document_state.json +msgid "Next Action Email Template" +msgstr "" + +#. Label of a HTML field in DocType 'Success Action' +#: frappe/core/doctype/success_action/success_action.json +msgid "Next Actions HTML" +msgstr "" + +#: frappe/public/js/frappe/form/toolbar.js:298 +msgid "Next Document" +msgstr "" + +#. Label of a Datetime field in DocType 'Scheduled Job Type' +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +msgid "Next Execution" +msgstr "" + +#. Label of a Link field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Next Form Tour" +msgstr "" + +#. Label of a Date field in DocType 'Auto Repeat' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +msgid "Next Schedule Date" +msgstr "" + +#: frappe/automation/doctype/auto_repeat/auto_repeat_schedule.html:6 +msgid "Next Scheduled Date" +msgstr "" + +#. Label of a Link field in DocType 'Workflow Transition' +#: frappe/workflow/doctype/workflow_transition/workflow_transition.json +msgid "Next State" +msgstr "" + +#. Label of a Code field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Next Step Condition" +msgstr "" + +#. Label of a Password field in DocType 'Google Calendar' +#. Label of a Password field in DocType 'Google Contacts' +#: frappe/integrations/doctype/google_calendar/google_calendar.json +#: frappe/integrations/doctype/google_contacts/google_contacts.json +msgid "Next Sync Token" +msgstr "" + +#: frappe/public/js/frappe/form/workflow.js:45 +msgid "Next actions" +msgstr "" + +#. Label of a Check field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Next on Click" +msgstr "" + +#. Option for the 'Standard' (Select) field in DocType 'Page' +#. Option for the 'Is Standard' (Select) field in DocType 'Report' +#. Option for the 'Require Trusted Certificate' (Select) field in DocType 'LDAP +#. Settings' +#. Option for the 'Standard' (Select) field in DocType 'Print Format' +#: frappe/core/doctype/page/page.json frappe/core/doctype/report/report.json +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +#: frappe/integrations/doctype/webhook/webhook.py:140 +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/public/js/form_builder/utils.js:341 +#: frappe/public/js/frappe/form/controls/link.js:486 +#: frappe/public/js/frappe/list/list_sidebar_group_by.js:223 +#: frappe/public/js/frappe/views/reports/query_report.js:1534 +#: frappe/website/doctype/help_article/templates/help_article.html:26 +msgid "No" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:538 +msgctxt "Checkbox is not checked" +msgid "No" +msgstr "" + +#: frappe/public/js/frappe/ui/messages.js:37 +msgctxt "Dismiss confirmation dialog" +msgid "No" +msgstr "" + +#: frappe/www/third_party_apps.html:54 +msgid "No Active Sessions" +msgstr "没有活动会话" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "No Copy" +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:162 +#: frappe/email/doctype/auto_email_report/auto_email_report.py:288 +#: frappe/public/js/form_builder/components/controls/TableControl.vue:49 +#: frappe/public/js/frappe/data_import/import_preview.js:142 +#: frappe/public/js/frappe/form/grid.js:63 +#: frappe/public/js/frappe/form/multi_select_dialog.js:225 +#: frappe/public/js/frappe/utils/datatable.js:10 +#: frappe/public/js/frappe/widgets/chart_widget.js:57 +msgid "No Data" +msgstr "无数据" + +#: frappe/desk/page/user_profile/user_profile.html:11 +#: frappe/desk/page/user_profile/user_profile.html:22 +#: frappe/desk/page/user_profile/user_profile.html:33 +msgid "No Data to Show" +msgstr "" + +#: frappe/public/js/frappe/widgets/quick_list_widget.js:133 +msgid "No Data..." +msgstr "" + +#: frappe/public/js/frappe/views/inbox/inbox_view.js:176 +msgid "No Email Account" +msgstr "没有电子邮件帐户" + +#: frappe/public/js/frappe/views/inbox/inbox_view.js:196 +msgid "No Email Accounts Assigned" +msgstr "" + +#: frappe/public/js/frappe/views/inbox/inbox_view.js:183 +msgid "No Emails" +msgstr "没有电子邮件" + +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:361 +msgid "No Entry for the User {0} found within LDAP!" +msgstr "在LDAP中找不到用户{0}的条目!" + +#: frappe/public/js/frappe/widgets/chart_widget.js:366 +msgid "No Filters Set" +msgstr "未设置过滤器" + +#: frappe/integrations/doctype/google_calendar/google_calendar.py:359 +msgid "No Google Calendar Event to sync." +msgstr "没有要同步的Google日历活动。" + +#: frappe/public/js/frappe/ui/capture.js:254 +msgid "No Images" +msgstr "" + +#: frappe/desk/page/leaderboard/leaderboard.js:282 +msgid "No Items Found" +msgstr "" + +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:363 +msgid "No LDAP User found for email: {0}" +msgstr "找不到电子邮件的LDAP用户:{0}" + +#: frappe/public/js/form_builder/components/EditableInput.vue:11 +#: frappe/public/js/form_builder/components/EditableInput.vue:14 +#: frappe/public/js/form_builder/components/Field.vue:203 +#: frappe/public/js/form_builder/components/controls/FetchFromControl.vue:55 +#: frappe/public/js/print_format_builder/Field.vue:24 +#: frappe/public/js/workflow_builder/components/ActionNode.vue:53 +#: frappe/public/js/workflow_builder/components/StateNode.vue:47 +#: frappe/public/js/workflow_builder/store.js:51 +msgid "No Label" +msgstr "" + +#: frappe/printing/page/print/print.js:703 +#: frappe/printing/page/print/print.js:785 +#: frappe/public/js/frappe/list/bulk_operations.js:98 +#: frappe/public/js/frappe/list/bulk_operations.js:170 +#: frappe/utils/weasyprint.py:52 +msgid "No Letterhead" +msgstr "" + +#: frappe/model/naming.py:455 +msgid "No Name Specified for {0}" +msgstr "没有为{0}指定名称" + +#: frappe/public/js/frappe/ui/notifications/notifications.js:315 +msgid "No New notifications" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1705 +msgid "No Permissions Specified" +msgstr "未指定权限" + +#: frappe/core/page/permission_manager/permission_manager.js:192 +msgid "No Permissions set for this criteria." +msgstr "没有符合条件的权限。" + +#: frappe/core/page/dashboard_view/dashboard_view.js:93 +msgid "No Permitted Charts" +msgstr "没有允许的图表" + +#: frappe/core/page/dashboard_view/dashboard_view.js:92 +msgid "No Permitted Charts on this Dashboard" +msgstr "此仪表板上没有允许的图表" + +#: frappe/printing/doctype/print_settings/print_settings.js:13 +msgid "No Preview" +msgstr "" + +#: frappe/printing/page/print/print.js:707 +msgid "No Preview Available" +msgstr "" + +#: frappe/printing/page/print/print.js:863 +msgid "No Printer is Available." +msgstr "没有打印机可用。" + +#: frappe/core/doctype/rq_worker/rq_worker_list.js:3 +msgid "No RQ Workers connected. Try restarting the bench." +msgstr "" + +#: frappe/public/js/frappe/form/link_selector.js:135 +msgid "No Results" +msgstr "没有结果" + +#: frappe/public/js/frappe/ui/toolbar/search.js:51 +msgid "No Results found" +msgstr "" + +#: frappe/core/doctype/user/user.py:748 +msgid "No Roles Specified" +msgstr "" + +#: frappe/public/js/frappe/views/kanban/kanban_view.js:344 +msgid "No Select Field Found" +msgstr "" + +#: frappe/core/doctype/recorder/recorder.py:189 +msgid "No Suggestions" +msgstr "" + +#: frappe/desk/reportview.py:633 +msgid "No Tags" +msgstr "没有标签" + +#: frappe/public/js/frappe/ui/notifications/notifications.js:435 +msgid "No Upcoming Events" +msgstr "" + +#: frappe/desk/page/user_profile/user_profile_controller.js:441 +msgid "No activities to show" +msgstr "" + +#: frappe/public/js/frappe/form/templates/address_list.html:37 +msgid "No address added yet." +msgstr "" + +#: frappe/email/doctype/notification/notification.js:185 +msgid "No alerts for today" +msgstr "没有警报今天" + +#: frappe/core/doctype/recorder/recorder.py:188 +msgid "No automatic optimization suggestions available." +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.js:34 +msgid "No broken links found in the email content" +msgstr "" + +#: frappe/public/js/frappe/form/save.js:38 +msgid "No changes in document" +msgstr "文件无变化" + +#: frappe/model/rename_doc.py:366 +msgid "No changes made because old and new name are the same." +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:1522 +msgid "No changes made on the page" +msgstr "" + +#: frappe/custom/doctype/doctype_layout/doctype_layout.js:59 +msgid "No changes to sync" +msgstr "" + +#: frappe/core/doctype/data_import/importer.py:294 +msgid "No changes to update" +msgstr "" + +#: frappe/website/doctype/blog_post/blog_post.py:372 +msgid "No comments yet" +msgstr "暂无评论" + +#: frappe/templates/includes/comments/comments.html:4 +msgid "No comments yet. " +msgstr "" + +#: frappe/public/js/frappe/form/templates/contact_list.html:85 +msgid "No contacts added yet." +msgstr "" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:431 +msgid "No contacts linked to document" +msgstr "没有联系人链接到文档" + +#: frappe/desk/query_report.py:339 +msgid "No data to export" +msgstr "没有要导出的数据" + +#: frappe/contacts/doctype/address/address.py:246 +msgid "No default Address Template found. Please create a new one from Setup > Printing and Branding > Address Template." +msgstr "找不到默认的地址模板。请从设置>打印和商标>地址模板中创建一个新地址。" + +#: frappe/public/js/frappe/ui/toolbar/search.js:71 +msgid "No documents found tagged with {0}" +msgstr "找不到标有{0}的文档" + +#: frappe/public/js/frappe/views/inbox/inbox_view.js:21 +msgid "No email account associated with the User. Please add an account under User > Email Inbox." +msgstr "没有与该用户关联的电子邮件帐户。请在“用户”>“电子邮件收件箱”下添加一个帐户。" + +#: frappe/core/doctype/data_import/data_import.js:483 +msgid "No failed logs" +msgstr "" + +#: frappe/public/js/frappe/views/kanban/kanban_view.js:371 +msgid "No fields found that can be used as a Kanban Column. Use the Customize Form to add a Custom Field of type \"Select\"." +msgstr "" + +#: frappe/utils/file_manager.py:144 +msgid "No file attached" +msgstr "没有附加的文件" + +#: frappe/public/js/frappe/list/list_sidebar_group_by.js:134 +msgid "No filters found" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter_list.js:298 +msgid "No filters selected" +msgstr "" + +#: frappe/desk/form/utils.py:101 +msgid "No further records" +msgstr "没有进一步的记录" + +#: frappe/templates/includes/search_template.html:49 +msgid "No matching records. Search something new" +msgstr "没有符合条件的记录。搜索新的东西" + +#: frappe/public/js/frappe/web_form/web_form_list.js:161 +msgid "No more items to display" +msgstr "没有更多要显示的项目" + +#: frappe/utils/password_strength.py:35 +msgid "No need for symbols, digits, or uppercase letters." +msgstr "无需符号,数字和大写字母。" + +#: frappe/integrations/doctype/google_contacts/google_contacts.py:197 +msgid "No new Google Contacts synced." +msgstr "没有新的Google通讯录同步。" + +#: frappe/public/js/frappe/ui/toolbar/navbar.html:46 +msgid "No new notifications" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:415 +msgid "No of Columns" +msgstr "列编号" + +#. Label of a Int field in DocType 'Auto Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "No of Rows (Max 500)" +msgstr "" + +#: frappe/__init__.py:1046 frappe/client.py:109 frappe/client.py:151 +msgid "No permission for {0}" +msgstr "对于无许可{0}" + +#: frappe/public/js/frappe/form/form.js:1073 +msgctxt "{0} = verb, {1} = object" +msgid "No permission to '{0}' {1}" +msgstr "没有权限“{0}” {1}" + +#: frappe/model/db_query.py:937 +msgid "No permission to read {0}" +msgstr "没有读取{0}的权限" + +#: frappe/share.py:220 +msgid "No permission to {0} {1} {2}" +msgstr "无权{0} {1} {2}" + +#: frappe/core/doctype/user_permission/user_permission_list.js:175 +msgid "No records deleted" +msgstr "没有记录被删除" + +#: frappe/contacts/report/addresses_and_contacts/addresses_and_contacts.py:116 +msgid "No records present in {0}" +msgstr "{0}中没有记录" + +#: frappe/public/js/frappe/list/list_sidebar_stat.html:3 +msgid "No records tagged." +msgstr "" + +#: frappe/public/js/frappe/data_import/data_exporter.js:225 +msgid "No records will be exported" +msgstr "没有记录将被导出" + +#: frappe/www/printview.py:427 +msgid "No template found at path: {0}" +msgstr "从{0}路径中找不到模板" + +#: frappe/public/js/frappe/form/controls/multiselect_list.js:242 +msgid "No values to show" +msgstr "" + +#: frappe/website/web_template/discussions/discussions.html:2 +msgid "No {0}" +msgstr "" + +#: frappe/public/js/frappe/list/list_view_select.js:157 +msgid "No {0} Found" +msgstr "" + +#: frappe/public/js/frappe/web_form/web_form_list.js:233 +msgid "No {0} found" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:468 +msgid "No {0} found with matching filters. Clear filters to see all {0}." +msgstr "" + +#: frappe/public/js/frappe/views/inbox/inbox_view.js:171 +msgid "No {0} mail" +msgstr "没有{0}邮件" + +#: frappe/public/js/form_builder/utils.js:117 +#: frappe/public/js/frappe/form/grid_row.js:252 +msgctxt "Title of the 'row number' column" +msgid "No." +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Non Negative" +msgstr "" + +#: frappe/desk/page/setup_wizard/install_fixtures.py:34 +msgid "Non-Conforming" +msgstr "" + +#. Option for the 'Backup Frequency' (Select) field in DocType 'S3 Backup +#. Settings' +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +msgid "None" +msgstr "" + +#: frappe/public/js/frappe/form/workflow.js:36 +msgid "None: End of Workflow" +msgstr "无:结束的工作流程" + +#. Label of a Int field in DocType 'Recorder Query' +#: frappe/core/doctype/recorder_query/recorder_query.json +msgid "Normalized Copies" +msgstr "" + +#. Label of a Data field in DocType 'Recorder Query' +#: frappe/core/doctype/recorder_query/recorder_query.json +msgid "Normalized Query" +msgstr "" + +#: frappe/core/doctype/user/user.py:955 +#: frappe/templates/includes/login/login.js:258 frappe/utils/oauth.py:271 +msgid "Not Allowed" +msgstr "不允许" + +#: frappe/templates/includes/login/login.js:260 +msgid "Not Allowed: Disabled User" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:36 +msgid "Not Ancestors Of" +msgstr "不是祖先" + +#: frappe/public/js/frappe/ui/filters/filter.js:34 +msgid "Not Descendants Of" +msgstr "不是后代" + +#: frappe/public/js/frappe/ui/filters/filter.js:17 +msgid "Not Equals" +msgstr "不等于" + +#: frappe/app.py:366 frappe/www/404.html:3 +msgid "Not Found" +msgstr "未找到" + +#. Label of a Int field in DocType 'Help Article' +#: frappe/website/doctype/help_article/help_article.json +msgid "Not Helpful" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:21 +msgid "Not In" +msgstr "在不" + +#: frappe/public/js/frappe/ui/filters/filter.js:19 +msgid "Not Like" +msgstr "不类似" + +#: frappe/public/js/frappe/form/linked_with.js:45 +msgid "Not Linked to any record" +msgstr "未链接到任何记录" + +#: frappe/__init__.py:939 frappe/app.py:357 frappe/desk/calendar.py:26 +#: frappe/desk/treeview.py:19 frappe/geo/utils.py:97 +#: frappe/public/js/frappe/web_form/webform_script.js:15 +#: frappe/website/doctype/web_form/web_form.py:602 +#: frappe/website/page_renderers/not_permitted_page.py:20 +#: frappe/www/login.py:183 frappe/www/qrcode.py:22 frappe/www/qrcode.py:25 +#: frappe/www/qrcode.py:37 +msgid "Not Permitted" +msgstr "不允许" + +#: frappe/desk/query_report.py:519 +msgid "Not Permitted to read {0}" +msgstr "" + +#: frappe/website/doctype/blog_post/blog_post_list.js:7 +#: frappe/website/doctype/web_form/web_form_list.js:7 +#: frappe/website/doctype/web_page/web_page_list.js:7 +msgid "Not Published" +msgstr "未发布" + +#: frappe/public/js/frappe/form/toolbar.js:261 +#: frappe/public/js/frappe/form/toolbar.js:728 +#: frappe/public/js/frappe/model/indicator.js:28 +#: frappe/public/js/frappe/views/kanban/kanban_view.js:170 +#: frappe/public/js/frappe/views/reports/report_view.js:174 +#: frappe/public/js/print_format_builder/print_format_builder.bundle.js:39 +#: frappe/website/doctype/web_form/templates/web_form.html:75 +msgid "Not Saved" +msgstr "尚未保存" + +#: frappe/core/doctype/error_log/error_log_list.js:7 +msgid "Not Seen" +msgstr "未阅读" + +#. Option for the 'Status' (Select) field in DocType 'Email Queue' +#. Option for the 'Status' (Select) field in DocType 'Email Queue Recipient' +#: frappe/email/doctype/email_queue/email_queue.json +#: frappe/email/doctype/email_queue_recipient/email_queue_recipient.json +#: frappe/email/doctype/newsletter/newsletter_list.js:9 +msgid "Not Sent" +msgstr "未发送" + +#: frappe/public/js/frappe/list/list_sidebar_group_by.js:219 +msgid "Not Set" +msgstr "未设置" + +#: frappe/public/js/frappe/ui/filters/filter.js:600 +msgctxt "Field value is not set" +msgid "Not Set" +msgstr "未设置" + +#: frappe/utils/csvutils.py:77 +msgid "Not a valid Comma Separated Value (CSV File)" +msgstr "不是一个有效的CSV文件" + +#: frappe/core/doctype/user/user.py:218 +msgid "Not a valid User Image." +msgstr "不是有效的用户映像。" + +#: frappe/model/workflow.py:114 +msgid "Not a valid Workflow Action" +msgstr "不是有效的工作流程操作" + +#: frappe/templates/includes/login/login.js:256 +msgid "Not a valid user" +msgstr "" + +#: frappe/workflow/doctype/workflow/workflow_list.js:7 +msgid "Not active" +msgstr "非活动" + +#: frappe/permissions.py:354 +msgid "Not allowed for {0}: {1}" +msgstr "不允许{0}:{1}" + +#: frappe/email/doctype/notification/notification.py:393 +msgid "Not allowed to attach {0} document, please enable Allow Print For {0} in Print Settings" +msgstr "不允许附加{0}文档,请在“打印设置”中启用“允许{0}打印”" + +#: frappe/core/doctype/doctype/doctype.py:336 +msgid "Not allowed to create custom Virtual DocType." +msgstr "" + +#: frappe/www/printview.py:127 +msgid "Not allowed to print cancelled documents" +msgstr "不允许打印已取消文件" + +#: frappe/www/printview.py:124 +msgid "Not allowed to print draft documents" +msgstr "不允许打印文件草案" + +#: frappe/permissions.py:206 +msgid "Not allowed via controller permission check" +msgstr "" + +#: frappe/public/js/frappe/request.js:145 frappe/website/js/website.js:94 +msgid "Not found" +msgstr "未找到" + +#: frappe/core/doctype/page/page.py:62 +msgid "Not in Developer Mode" +msgstr "不在开发模式" + +#: frappe/core/doctype/doctype/doctype.py:331 +msgid "Not in Developer Mode! Set in site_config.json or make 'Custom' DocType." +msgstr "未开启开发模式!请在site_config.json中设置或创建一个自定义文档类型" + +#: frappe/api/v1.py:88 frappe/api/v1.py:93 +#: frappe/core/doctype/system_settings/system_settings.py:212 +#: frappe/handler.py:109 frappe/public/js/frappe/request.js:157 +#: frappe/public/js/frappe/request.js:167 +#: frappe/public/js/frappe/request.js:172 +#: frappe/public/js/frappe/views/kanban/kanban_board.bundle.js:67 +#: frappe/website/doctype/web_form/web_form.py:615 +#: frappe/website/js/website.js:97 +msgid "Not permitted" +msgstr "不允许" + +#: frappe/public/js/frappe/list/list_view.js:47 +msgid "Not permitted to view {0}" +msgstr "不允许查看{0}" + +#. Label of a Link in the Tools Workspace +#. Name of a DocType +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:400 +#: frappe/automation/workspace/tools/tools.json +#: frappe/desk/doctype/note/note.json +msgid "Note" +msgstr "注" + +#. Name of a DocType +#: frappe/desk/doctype/note_seen_by/note_seen_by.json +msgid "Note Seen By" +msgstr "注意 已阅" + +#: frappe/www/confirm_workflow_action.html:8 +msgid "Note:" +msgstr "注意:" + +#. Description of the 'Send Email for Successful Backup' (Check) field in +#. DocType 'Dropbox Settings' +#. Description of the 'Send Email for Successful backup' (Check) field in +#. DocType 'Google Drive' +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.json +#: frappe/integrations/doctype/google_drive/google_drive.json +msgid "Note: By default emails for failed backups are sent." +msgstr "" + +#: frappe/public/js/frappe/utils/utils.js:790 +msgid "Note: Changing the Page Name will break previous URL to this page." +msgstr "注意:更改页面名称将会断开之前链接到此页面URL。" + +#: frappe/core/doctype/user/user.js:35 +msgid "Note: Etc timezones have their signs reversed." +msgstr "" + +#. Description of the 'sb0' (Section Break) field in DocType 'Website +#. Slideshow' +#: frappe/website/doctype/website_slideshow/website_slideshow.json +msgid "Note: For best results, images must be of the same size and width must be greater than height." +msgstr "" + +#. Description of the 'Allow only one session per user' (Check) field in +#. DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Note: Multiple sessions will be allowed in case of mobile device" +msgstr "" + +#: frappe/core/doctype/user/user.js:382 +msgid "Note: This will be shared with user." +msgstr "" + +#: frappe/website/web_form/request_to_delete_data/request_to_delete_data.js:8 +msgid "Note: Your request for account deletion will be fulfilled within {0} hours." +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:183 +msgid "Notes:" +msgstr "笔记:" + +#: frappe/public/js/frappe/ui/notifications/notifications.js:485 +msgid "Nothing New" +msgstr "" + +#: frappe/public/js/frappe/form/undo_manager.js:43 +msgid "Nothing left to redo" +msgstr "" + +#: frappe/public/js/frappe/form/undo_manager.js:33 +msgid "Nothing left to undo" +msgstr "" + +#: frappe/public/js/frappe/list/base_list.js:369 +#: frappe/public/js/frappe/views/reports/query_report.js:105 +#: frappe/templates/includes/list/list.html:7 +#: frappe/website/doctype/blog_post/templates/blog_post_list.html:41 +msgid "Nothing to show" +msgstr "没有显示" + +#: frappe/core/doctype/user_permission/user_permission_list.js:129 +msgid "Nothing to update" +msgstr "无需更新" + +#. Label of a Section Break field in DocType 'Auto Repeat' +#. Label of a Link in the Tools Workspace +#. Option for the 'Communication Type' (Select) field in DocType +#. 'Communication' +#. Linked DocType in DocType's connections +#. Linked DocType in Module Def's connections +#. Name of a DocType +#. Label of a Section Break field in DocType 'S3 Backup Settings' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/automation/workspace/tools/tools.json +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/communication/mixins.py:142 +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/module_def/module_def.json +#: frappe/email/doctype/notification/notification.json +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +msgid "Notification" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/notification_log/notification_log.json +msgid "Notification Log" +msgstr "通知日志" + +#. Name of a DocType +#: frappe/email/doctype/notification_recipient/notification_recipient.json +msgid "Notification Recipient" +msgstr "通知收件人" + +#. Label of a Link in the Tools Workspace +#. Name of a DocType +#: frappe/automation/workspace/tools/tools.json +#: frappe/desk/doctype/notification_settings/notification_settings.json +#: frappe/public/js/frappe/ui/notifications/notifications.js:37 +msgid "Notification Settings" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/notification_subscribed_document/notification_subscribed_document.json +msgid "Notification Subscribed Document" +msgstr "通知订阅文件" + +#: frappe/public/js/frappe/form/templates/timeline_message_box.html:7 +msgid "Notification sent to" +msgstr "" + +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json +#: frappe/public/js/frappe/ui/notifications/notifications.js:50 +#: frappe/public/js/frappe/ui/notifications/notifications.js:187 +msgid "Notifications" +msgstr "通知" + +#: frappe/public/js/frappe/ui/notifications/notifications.js:299 +msgid "Notifications Disabled" +msgstr "" + +#. Description of the 'Default Outgoing' (Check) field in DocType 'Email +#. Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Notifications and bulk mails will be sent from this outgoing server." +msgstr "" + +#. Label of a Check field in DocType 'Note' +#: frappe/desk/doctype/note/note.json +msgid "Notify Users On Every Login" +msgstr "" + +#. Label of a Check field in DocType 'Auto Repeat' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +msgid "Notify by Email" +msgstr "" + +#. Label of a Check field in DocType 'DocShare' +#: frappe/core/doctype/docshare/docshare.json +msgid "Notify by email" +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Notify if unreplied" +msgstr "" + +#. Label of a Int field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Notify if unreplied for (in mins)" +msgstr "" + +#. Label of a Check field in DocType 'Note' +#: frappe/desk/doctype/note/note.json +msgid "Notify users with a popup when they log in" +msgstr "" + +#: frappe/public/js/frappe/form/controls/datetime.js:25 +#: frappe/public/js/frappe/form/controls/time.js:37 +msgid "Now" +msgstr "现在" + +#. Label of a Data field in DocType 'Contact Phone' +#: frappe/contacts/doctype/contact_phone/contact_phone.json +msgid "Number" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/public/js/frappe/widgets/widget_dialog.js:596 +msgid "Number Card" +msgstr "号码卡" + +#. Name of a DocType +#: frappe/desk/doctype/number_card_link/number_card_link.json +msgid "Number Card Link" +msgstr "号码卡链接" + +#. Label of a Link field in DocType 'Workspace Number Card' +#: frappe/desk/doctype/workspace_number_card/workspace_number_card.json +msgid "Number Card Name" +msgstr "" + +#. Label of a Tab Break field in DocType 'Workspace' +#. Label of a Table field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +#: frappe/public/js/frappe/widgets/widget_dialog.js:626 +msgid "Number Cards" +msgstr "号码卡" + +#. Label of a Select field in DocType 'System Settings' +#. Label of a Select field in DocType 'Currency' +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/geo/doctype/currency/currency.json +msgid "Number Format" +msgstr "" + +#. Label of a Int field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Number of Backups" +msgstr "" + +#. Label of a Int field in DocType 'Dropbox Settings' +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.json +msgid "Number of DB Backups" +msgstr "" + +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.py:54 +msgid "Number of DB backups cannot be less than 1" +msgstr "数据库备份数不能少于1" + +#. Label of a Int field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Number of Groups" +msgstr "" + +#. Label of a Int field in DocType 'Recorder' +#: frappe/core/doctype/recorder/recorder.json +msgid "Number of Queries" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:436 +#: frappe/public/js/frappe/doctype/index.js:59 +msgid "Number of attachment fields are more than {}, limit updated to {}." +msgstr "" + +#: frappe/core/doctype/system_settings/system_settings.py:165 +msgid "Number of backups must be greater than zero." +msgstr "" + +#. Description of the 'Columns' (Int) field in DocType 'Customize Form Field' +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Number of columns for a field in a Grid (Total Columns in a grid should be less than 11)" +msgstr "" + +#. Description of the 'Columns' (Int) field in DocType 'DocField' +#. Description of the 'Columns' (Int) field in DocType 'Custom Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +msgid "Number of columns for a field in a List View or a Grid (Total Columns should be less than 11)" +msgstr "" + +#. Description of the 'Document Share Key Expiry (in Days)' (Int) field in +#. DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Number of days after which the document Web View link shared on email will be expired" +msgstr "" + +#. Label of a Int field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Number of keys" +msgstr "" + +#. Label of a Int field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Number of onsite backups" +msgstr "" + +#. Option for the 'Method' (Select) field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "OAuth" +msgstr "" + +#. Name of a DocType +#: frappe/integrations/doctype/oauth_authorization_code/oauth_authorization_code.json +msgid "OAuth Authorization Code" +msgstr "开放式验证的授权码" + +#. Name of a DocType +#: frappe/integrations/doctype/oauth_bearer_token/oauth_bearer_token.json +msgid "OAuth Bearer Token" +msgstr "开放式验证的承载令牌" + +#. Name of a DocType +#. Label of a Link in the Integrations Workspace +#: frappe/integrations/doctype/oauth_client/oauth_client.json +#: frappe/integrations/workspace/integrations/integrations.json +msgid "OAuth Client" +msgstr "开放式验证客户端" + +#. Label of a Section Break field in DocType 'Google Settings' +#: frappe/integrations/doctype/google_settings/google_settings.json +msgid "OAuth Client ID" +msgstr "" + +#. Name of a DocType +#: frappe/integrations/doctype/oauth_client_role/oauth_client_role.json +msgid "OAuth Client Role" +msgstr "" + +#: frappe/email/oauth.py:30 +msgid "OAuth Error" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Integrations Workspace +#: frappe/integrations/doctype/oauth_provider_settings/oauth_provider_settings.json +#: frappe/integrations/workspace/integrations/integrations.json +msgid "OAuth Provider Settings" +msgstr "开放式验证的提供商设置" + +#. Name of a DocType +#: frappe/integrations/doctype/oauth_scope/oauth_scope.json +msgid "OAuth Scope" +msgstr "" + +#: frappe/email/doctype/email_account/email_account.js:182 +msgid "OAuth has been enabled but not authorised. Please use \"Authorise API Access\" button to do the same." +msgstr "" + +#: frappe/templates/includes/oauth_confirmation.html:39 +msgid "OK" +msgstr "" + +#. Option for the 'Method' (Select) field in DocType 'Recorder' +#: frappe/core/doctype/recorder/recorder.json +msgid "OPTIONS" +msgstr "" + +#: frappe/public/js/form_builder/components/Tabs.vue:190 +msgid "OR" +msgstr "" + +#. Option for the 'Two Factor Authentication method' (Select) field in DocType +#. 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "OTP App" +msgstr "" + +#. Label of a Data field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "OTP Issuer Name" +msgstr "" + +#: frappe/twofactor.py:446 +msgid "OTP Secret Reset - {0}" +msgstr "" + +#: frappe/twofactor.py:465 +msgid "OTP Secret has been reset. Re-registration will be required on next login." +msgstr "OTP Secret已被重置。下次登录时需要重新注册。" + +#: frappe/templates/includes/login/login.js:363 +msgid "OTP setup using OTP App was not completed. Please contact Administrator." +msgstr "" + +#. Label of a Int field in DocType 'System Health Report Errors' +#: frappe/desk/doctype/system_health_report_errors/system_health_report_errors.json +msgid "Occurrences" +msgstr "" + +#. Option for the 'SSL/TLS Mode' (Select) field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "Off" +msgstr "" + +#. Option for the 'Address Type' (Select) field in DocType 'Address' +#: frappe/contacts/doctype/address/address.json +msgid "Office" +msgstr "" + +#. Option for the 'Social Login Provider' (Select) field in DocType 'Social +#. Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Office 365" +msgstr "" + +#: frappe/core/doctype/server_script/server_script.js:33 +msgid "Official Documentation" +msgstr "" + +#. Label of a Int field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Offset X" +msgstr "" + +#. Label of a Int field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Offset Y" +msgstr "" + +#: frappe/www/update-password.html:15 +msgid "Old Password" +msgstr "旧密码" + +#: frappe/custom/doctype/custom_field/custom_field.py:363 +msgid "Old and new fieldnames are same." +msgstr "" + +#. Description of the 'Number of Backups' (Int) field in DocType 'System +#. Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Older backups will be automatically deleted" +msgstr "" + +#. Label of a Link field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Oldest Unscheduled Job" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Personal Data Deletion +#. Request' +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.json +msgid "On Hold" +msgstr "暂缓处理" + +#. Option for the 'DocType Event' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "On Payment Authorization" +msgstr "" + +#. Description of the 'Is Dynamic URL?' (Check) field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "On checking this option, URL will be treated like a jinja template string" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:63 +#: frappe/public/js/frappe/ui/filters/filter.js:69 +msgid "On or After" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:62 +#: frappe/public/js/frappe/ui/filters/filter.js:68 +msgid "On or Before" +msgstr "" + +#: frappe/public/js/frappe/views/communication.js:951 +msgid "On {0}, {1} wrote:" +msgstr "" + +#. Label of a Check field in DocType 'Workspace Link' +#: frappe/desk/doctype/workspace_link/workspace_link.json +#: frappe/public/js/frappe/widgets/widget_dialog.js:297 +msgid "Onboard" +msgstr "" + +#: frappe/public/js/frappe/widgets/widget_dialog.js:203 +msgid "Onboarding Name" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/onboarding_permission/onboarding_permission.json +msgid "Onboarding Permission" +msgstr "入职许可" + +#. Label of a Small Text field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Onboarding Status" +msgstr "" + +#. Linked DocType in DocType's connections +#. Name of a DocType +#: frappe/core/doctype/doctype/doctype.json +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Onboarding Step" +msgstr "入职步骤" + +#. Name of a DocType +#: frappe/desk/doctype/onboarding_step_map/onboarding_step_map.json +msgid "Onboarding Step Map" +msgstr "入职步骤图" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:269 +msgid "Onboarding complete" +msgstr "" + +#. Description of the 'Is Submittable' (Check) field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/doctype/doctype_list.js:28 +msgid "Once submitted, submittable documents cannot be changed. They can only be Cancelled and Amended." +msgstr "提交后,无法更改可提交的文档。它们只能被取消和修改。" + +#: frappe/core/page/permission_manager/permission_manager_help.html:35 +msgid "Once you have set this, the users will only be able access documents (eg. Blog Post) where the link exists (eg. Blogger)." +msgstr "" + +#: frappe/www/complete_signup.html:7 +msgid "One Last Step" +msgstr "最后一步" + +#: frappe/twofactor.py:279 +msgid "One Time Password (OTP) Registration Code from {}" +msgstr "来自{}的一次性密码(OTP)注册码" + +#: frappe/core/doctype/data_export/exporter.py:331 +msgid "One of" +msgstr "之一" + +#: frappe/public/js/frappe/views/workspace/workspace.js:1357 +msgid "One of the child page with name {0} already exist in {1} Section. Please update the name of the child page first before moving" +msgstr "" + +#: frappe/client.py:213 +msgid "Only 200 inserts allowed in one request" +msgstr "一个请求只允许200个插入" + +#: frappe/email/doctype/email_queue/email_queue.py:80 +msgid "Only Administrator can delete Email Queue" +msgstr "只有管理员可以删除邮件队列" + +#: frappe/core/doctype/page/page.py:66 +msgid "Only Administrator can edit" +msgstr "只有管理员可以编辑" + +#: frappe/core/doctype/report/report.py:73 +msgid "Only Administrator can save a standard report. Please rename and save." +msgstr "只有管理员可以保存一个标准的报告。请重新命名并保存。" + +#: frappe/recorder.py:309 +msgid "Only Administrator is allowed to use Recorder" +msgstr "只允许管理员使用记录器" + +#. Label of a Link field in DocType 'Workflow Document State' +#: frappe/workflow/doctype/workflow_document_state/workflow_document_state.json +msgid "Only Allow Edit For" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1582 +msgid "Only Options allowed for Data field are:" +msgstr "只有“数据”字段允许的选项是:" + +#. Label of a Int field in DocType 'Auto Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Only Send Records Updated in Last X Hours" +msgstr "" + +#: frappe/desk/doctype/workspace/workspace.js:36 +msgid "Only Workspace Manager can edit public workspaces" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:581 +msgid "Only Workspace Manager can sort or edit this page" +msgstr "" + +#: frappe/modules/utils.py:65 +msgid "Only allowed to export customizations in developer mode" +msgstr "" + +#. Description of the 'Endpoint URL' (Data) field in DocType 'S3 Backup +#. Settings' +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +msgid "Only change this if you want to use other S3 compatible object storage backends." +msgstr "" + +#. Label of a Link field in DocType 'Workspace Link' +#: frappe/desk/doctype/workspace_link/workspace_link.json +#: frappe/public/js/frappe/widgets/widget_dialog.js:290 +msgid "Only for" +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:192 +msgid "Only mandatory fields are necessary for new records. You can delete non-mandatory columns if you wish." +msgstr "只有必填字段所必需的新记录。如果你愿意,你可以删除非强制性列。" + +#: frappe/contacts/doctype/contact/contact.py:130 +#: frappe/contacts/doctype/contact/contact.py:157 +msgid "Only one {0} can be set as primary." +msgstr "只能将一个{0}设置为主。" + +#: frappe/desk/reportview.py:333 +msgid "Only reports of type Report Builder can be deleted" +msgstr "" + +#: frappe/desk/reportview.py:304 +msgid "Only reports of type Report Builder can be edited" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.py:125 +msgid "Only standard DocTypes are allowed to be customized from Customize Form." +msgstr "只允许从“自定义表单”自定义标准DocType。" + +#: frappe/desk/form/assign_to.py:197 +msgid "Only the assignee can complete this to-do." +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/review.js:54 +msgid "Only users involved in the document are listed" +msgstr "仅列出文档中涉及的用户" + +#: frappe/email/doctype/auto_email_report/auto_email_report.py:106 +msgid "Only {0} emailed reports are allowed per user." +msgstr "" + +#: frappe/templates/includes/login/login.js:292 +msgid "Oops! Something went wrong." +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Contact' +#. Option for the 'Status' (Select) field in DocType 'Communication' +#. Option for the 'Email Status' (Select) field in DocType 'Communication' +#. Option for the 'Status' (Select) field in DocType 'Event' +#. Option for the 'Status' (Select) field in DocType 'ToDo' +#. Option for the 'Status' (Select) field in DocType 'Workflow Action' +#: frappe/contacts/doctype/contact/contact.json +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/deleted_document/deleted_document.js:7 +#: frappe/desk/doctype/event/event.json frappe/desk/doctype/todo/todo.json +#: frappe/workflow/doctype/workflow_action/workflow_action.json +msgid "Open" +msgstr "开" + +#: frappe/desk/doctype/todo/todo_list.js:14 +msgctxt "Access" +msgid "Open" +msgstr "开" + +#: frappe/public/js/frappe/ui/keyboard.js:205 +msgid "Open Awesomebar" +msgstr "打开Awesomebar" + +#: frappe/public/js/frappe/form/templates/timeline_message_box.html:67 +msgid "Open Communication" +msgstr "" + +#: frappe/templates/emails/new_notification.html:10 +msgid "Open Document" +msgstr "打开文件" + +#. Label of a Table MultiSelect field in DocType 'Notification Settings' +#: frappe/desk/doctype/notification_settings/notification_settings.json +msgid "Open Documents" +msgstr "" + +#: frappe/public/js/frappe/ui/keyboard.js:240 +msgid "Open Help" +msgstr "打开帮助" + +#. Label of a Button field in DocType 'Notification Log' +#: frappe/desk/doctype/notification_log/notification_log.json +msgid "Open Reference Document" +msgstr "" + +#: frappe/public/js/frappe/ui/keyboard.js:223 +msgid "Open Settings" +msgstr "打开设置" + +#: frappe/public/js/frappe/ui/toolbar/about.js:8 +msgid "Open Source Applications for the Web" +msgstr "" + +#. Label of a Check field in DocType 'Top Bar Item' +#: frappe/website/doctype/top_bar_item/top_bar_item.json +msgid "Open URL in a New Tab" +msgstr "" + +#. Description of the 'Quick Entry' (Check) field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Open a dialog with mandatory fields to create a new record quickly" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:176 +msgid "Open a module or tool" +msgstr "打开一个模块或工具" + +#: frappe/public/js/print_format_builder/Preview.vue:17 +msgid "Open in a new tab" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1206 +msgctxt "Description of a list view shortcut" +msgid "Open list item" +msgstr "打开列表项" + +#: frappe/www/qrcode.html:13 +msgid "Open your authentication app on your mobile phone." +msgstr "在您的手机上打开您的认证应用程序。" + +#: frappe/desk/doctype/todo/todo_list.js:17 +#: frappe/public/js/frappe/form/templates/form_links.html:18 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:277 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:278 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:289 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:299 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:308 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:326 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:327 +#: frappe/social/doctype/energy_point_log/energy_point_log_list.js:23 +msgid "Open {0}" +msgstr "打开{0}" + +#. Label of a Data field in DocType 'Connected App' +#: frappe/integrations/doctype/connected_app/connected_app.json +msgid "OpenID Configuration" +msgstr "" + +#. Option for the 'Directory Server' (Select) field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "OpenLDAP" +msgstr "" + +#. Option for the 'Delivery Status' (Select) field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Opened" +msgstr "" + +#. Label of a Select field in DocType 'Activity Log' +#: frappe/core/doctype/activity_log/activity_log.json +msgid "Operation" +msgstr "操作" + +#: frappe/utils/data.py:1838 +msgid "Operator must be one of {0}" +msgstr "运算符必须是{0}之一" + +#: frappe/core/doctype/file/file.js:24 +#: frappe/core/report/database_storage_usage_by_tables/database_storage_usage_by_tables.js:8 +#: frappe/public/js/frappe/file_uploader/FilePreview.vue:27 +msgid "Optimize" +msgstr "" + +#: frappe/core/doctype/file/file.js:89 +msgid "Optimizing image..." +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.js:100 +msgid "Option 1" +msgstr "选项1" + +#: frappe/custom/doctype/custom_field/custom_field.js:102 +msgid "Option 2" +msgstr "选项2" + +#: frappe/custom/doctype/custom_field/custom_field.js:104 +msgid "Option 3" +msgstr "选项3" + +#: frappe/core/doctype/doctype/doctype.py:1600 +msgid "Option {0} for field {1} is not a child table" +msgstr "字段{1}的选项{0}不是子表" + +#. Description of the 'CC' (Code) field in DocType 'Notification Recipient' +#: frappe/email/doctype/notification_recipient/notification_recipient.json +msgid "Optional: Always send to these ids. Each Email Address on a new row" +msgstr "" + +#. Description of the 'Condition' (Code) field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Optional: The alert will be sent if this expression is true" +msgstr "" + +#. Label of a Small Text field in DocType 'DocField' +#. Label of a Data field in DocType 'Report Column' +#. Label of a Small Text field in DocType 'Report Filter' +#. Label of a Small Text field in DocType 'Custom Field' +#. Label of a Small Text field in DocType 'Customize Form Field' +#. Label of a Text field in DocType 'Web Form Field' +#. Label of a Small Text field in DocType 'Web Template Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/report_column/report_column.json +#: frappe/core/doctype/report_filter/report_filter.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/templates/form_grid/fields.html:43 +#: frappe/website/doctype/web_form_field/web_form_field.json +#: frappe/website/doctype/web_template_field/web_template_field.json +msgid "Options" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1328 +msgid "Options 'Dynamic Link' type of field must point to another Link Field with options as 'DocType'" +msgstr "选择“动态链接”类型的字段都必须指向另一个链接字段的选项为'的文件类型“" + +#. Label of a HTML field in DocType 'Custom Field' +#: frappe/custom/doctype/custom_field/custom_field.json +msgid "Options Help" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1622 +msgid "Options for Rating field can range from 3 to 10" +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.js:96 +msgid "Options for select. Each option on a new line." +msgstr "选择选项。在新的一行每个选项。" + +#: frappe/core/doctype/doctype/doctype.py:1345 +msgid "Options for {0} must be set before setting the default value." +msgstr "必须在设置默认值之前设置{0}的选项。" + +#: frappe/public/js/form_builder/store.js:182 +msgid "Options is required for field {0} of type {1}" +msgstr "" + +#: frappe/model/base_document.py:782 +msgid "Options not set for link field {0}" +msgstr "对于链接字段没有设置选项{0}" + +#. Option for the 'Color' (Select) field in DocType 'DocType State' +#. Option for the 'Indicator' (Select) field in DocType 'Kanban Board Column' +#: frappe/core/doctype/doctype_state/doctype_state.json +#: frappe/desk/doctype/kanban_board_column/kanban_board_column.json +msgid "Orange" +msgstr "" + +#. Label of a Code field in DocType 'Kanban Board Column' +#: frappe/desk/doctype/kanban_board_column/kanban_board_column.json +msgid "Order" +msgstr "" + +#. Label of a Section Break field in DocType 'About Us Settings' +#. Label of a Table field in DocType 'About Us Settings' +#: frappe/website/doctype/about_us_settings/about_us_settings.json +msgid "Org History" +msgstr "" + +#. Label of a Data field in DocType 'About Us Settings' +#: frappe/website/doctype/about_us_settings/about_us_settings.json +msgid "Org History Heading" +msgstr "" + +#: frappe/public/js/frappe/form/print_utils.js:28 +msgid "Orientation" +msgstr "方向" + +#: frappe/core/doctype/version/version_view.html:13 +#: frappe/core/doctype/version/version_view.html:75 +msgid "Original Value" +msgstr "" + +#. Option for the 'Address Type' (Select) field in DocType 'Address' +#. Option for the 'Type' (Select) field in DocType 'Communication' +#. Option for the 'Show in Module Section' (Select) field in DocType 'DocType' +#. Option for the 'Event Category' (Select) field in DocType 'Event' +#: frappe/contacts/doctype/address/address.json +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/doctype/doctype.json +#: frappe/desk/doctype/event/event.json +#: frappe/desk/page/setup_wizard/install_fixtures.py:31 +msgid "Other" +msgstr "" + +#. Label of a Section Break field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Outgoing (SMTP) Settings" +msgstr "" + +#. Label of a Column Break field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Outgoing Emails (Last 7 days)" +msgstr "" + +#. Label of a Data field in DocType 'Email Account' +#. Label of a Data field in DocType 'Email Domain' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_domain/email_domain.json +msgid "Outgoing Server" +msgstr "" + +#. Label of a Section Break field in DocType 'Email Domain' +#: frappe/email/doctype/email_domain/email_domain.json +msgid "Outgoing Settings" +msgstr "" + +#: frappe/email/doctype/email_domain/email_domain.py:33 +msgid "Outgoing email account not correct" +msgstr "发出电子邮件帐户不正确" + +#. Option for the 'Service' (Select) field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Outlook.com" +msgstr "" + +#. Label of a Code field in DocType 'Permission Inspector' +#. Label of a Code field in DocType 'System Console' +#. Label of a Code field in DocType 'Integration Request' +#: frappe/core/doctype/permission_inspector/permission_inspector.json +#: frappe/desk/doctype/system_console/system_console.json +#: frappe/integrations/doctype/integration_request/integration_request.json +msgid "Output" +msgstr "" + +#: frappe/desk/page/user_profile/user_profile.html:6 +#: frappe/public/js/frappe/form/templates/form_dashboard.html:5 +msgid "Overview" +msgstr "" + +#: frappe/core/report/transaction_log_report/transaction_log_report.py:100 +#: frappe/social/doctype/energy_point_rule/energy_point_rule.js:42 +msgid "Owner" +msgstr "业主" + +#. Option for the 'Method' (Select) field in DocType 'Recorder' +#: frappe/core/doctype/recorder/recorder.json +msgid "PATCH" +msgstr "" + +#: frappe/printing/page/print/print.js:71 +#: frappe/public/js/frappe/form/templates/print_layout.html:44 +#: frappe/public/js/frappe/views/reports/query_report.js:1663 +msgid "PDF" +msgstr "" + +#: frappe/utils/print_format.py:150 frappe/utils/print_format.py:194 +msgid "PDF Generation in Progress" +msgstr "" + +#. Label of a Float field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "PDF Page Height (in mm)" +msgstr "" + +#. Label of a Select field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "PDF Page Size" +msgstr "" + +#. Label of a Float field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "PDF Page Width (in mm)" +msgstr "" + +#. Label of a Section Break field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "PDF Settings" +msgstr "" + +#: frappe/utils/print_format.py:280 +msgid "PDF generation failed" +msgstr "PDF生成失败" + +#: frappe/utils/pdf.py:98 +msgid "PDF generation failed because of broken image links" +msgstr "PDF生成,因为破碎的图像链接失败" + +#: frappe/printing/page/print/print.js:616 +msgid "PDF generation may not work as expected." +msgstr "" + +#: frappe/printing/page/print/print.js:534 +msgid "PDF printing via \"Raw Print\" is not supported." +msgstr "" + +#. Label of a Data field in DocType 'RQ Worker' +#: frappe/core/doctype/rq_worker/rq_worker.json +msgid "PID" +msgstr "" + +#. Option for the 'Method' (Select) field in DocType 'Recorder' +#. Option for the 'Request Method' (Select) field in DocType 'Webhook' +#: frappe/core/doctype/recorder/recorder.json +#: frappe/integrations/doctype/webhook/webhook.json +msgid "POST" +msgstr "" + +#. Option for the 'Method' (Select) field in DocType 'Recorder' +#. Option for the 'Request Method' (Select) field in DocType 'Webhook' +#: frappe/core/doctype/recorder/recorder.json +#: frappe/integrations/doctype/webhook/webhook.json +msgid "PUT" +msgstr "" + +#. Label of a Link field in DocType 'Module Def' +#. Name of a DocType +#. Label of a Link field in DocType 'Package Release' +#. Label of a Link in the Build Workspace +#: frappe/core/doctype/module_def/module_def.json +#: frappe/core/doctype/package/package.json +#: frappe/core/doctype/package_release/package_release.json +#: frappe/core/workspace/build/build.json +msgid "Package" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Build Workspace +#: frappe/core/doctype/package_import/package_import.json +#: frappe/core/workspace/build/build.json +msgid "Package Import" +msgstr "" + +#. Label of a Data field in DocType 'Package' +#: frappe/core/doctype/package/package.json +msgid "Package Name" +msgstr "" + +#. Linked DocType in Package's connections +#. Name of a DocType +#: frappe/core/doctype/package/package.json +#: frappe/core/doctype/package_release/package_release.json +msgid "Package Release" +msgstr "" + +#. Label of a Card Break in the Build Workspace +#: frappe/core/workspace/build/build.json +msgid "Packages" +msgstr "" + +#. Description of a Card Break in the Build Workspace +#: frappe/core/workspace/build/build.json +msgid "Packages are lightweight apps (collection of Module Defs) that can be created, imported, or released right from the UI" +msgstr "" + +#. Label of a Link field in DocType 'Custom Role' +#. Name of a DocType +#. Option for the 'Set Role For' (Select) field in DocType 'Role Permission for +#. Page and Report' +#. Label of a Link field in DocType 'Role Permission for Page and Report' +#. Option for the 'View' (Select) field in DocType 'Form Tour' +#. Option for the 'Link Type' (Select) field in DocType 'Workspace Link' +#. Option for the 'Type' (Select) field in DocType 'Workspace Shortcut' +#: frappe/core/doctype/custom_role/custom_role.json +#: frappe/core/doctype/page/page.json +#: frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.json +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/desk/doctype/workspace_link/workspace_link.json +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +msgid "Page" +msgstr "页" + +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#: frappe/public/js/print_format_builder/PrintFormatSection.vue:63 +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Page Break" +msgstr "" + +#. Option for the 'Content Type' (Select) field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.js:92 +#: frappe/website/doctype/web_page/web_page.json +msgid "Page Builder" +msgstr "" + +#. Label of a Table field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "Page Building Blocks" +msgstr "" + +#. Label of a Section Break field in DocType 'Page' +#: frappe/core/doctype/page/page.json +msgid "Page HTML" +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:73 +msgid "Page Height (in mm)" +msgstr "" + +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:5 +msgid "Page Margins" +msgstr "" + +#. Label of a Data field in DocType 'Page' +#: frappe/core/doctype/page/page.json +msgid "Page Name" +msgstr "" + +#. Label of a Select field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:63 +msgid "Page Number" +msgstr "" + +#. Label of a Small Text field in DocType 'Form Tour' +#: frappe/desk/doctype/form_tour/form_tour.json +msgid "Page Route" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:1544 +msgid "Page Saved Successfully" +msgstr "" + +#. Label of a Section Break field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Page Settings" +msgstr "" + +#: frappe/public/js/frappe/ui/keyboard.js:124 +msgid "Page Shortcuts" +msgstr "页面快捷方式" + +#: frappe/public/js/frappe/list/bulk_operations.js:66 +msgid "Page Size" +msgstr "" + +#. Label of a Data field in DocType 'About Us Settings' +#: frappe/website/doctype/about_us_settings/about_us_settings.json +msgid "Page Title" +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:80 +msgid "Page Width (in mm)" +msgstr "" + +#: frappe/www/qrcode.py:35 +msgid "Page has expired!" +msgstr "页已过期!" + +#: frappe/printing/doctype/print_settings/print_settings.py:70 +#: frappe/public/js/frappe/list/bulk_operations.js:106 +msgid "Page height and width cannot be zero" +msgstr "" + +#: frappe/public/js/frappe/views/container.js:52 +msgid "Page not found" +msgstr "找不到网页" + +#. Description of a DocType +#: frappe/website/doctype/web_page/web_page.json +msgid "Page to show on the website\n" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:1344 +msgid "Page with title {0} already exist." +msgstr "" + +#: frappe/public/html/print_template.html:25 +#: frappe/public/js/frappe/views/reports/print_tree.html:89 +#: frappe/public/js/frappe/web_form/web_form.js:264 +#: frappe/templates/print_formats/standard.html:34 +msgid "Page {0} of {1}" +msgstr "第{0} {1}" + +#. Label of a Data field in DocType 'SMS Parameter' +#: frappe/core/doctype/sms_parameter/sms_parameter.json +msgid "Parameter" +msgstr "" + +#: frappe/public/js/frappe/model/model.js:142 +#: frappe/public/js/frappe/views/workspace/workspace.js:651 +#: frappe/public/js/frappe/views/workspace/workspace.js:979 +#: frappe/public/js/frappe/views/workspace/workspace.js:1226 +msgid "Parent" +msgstr "上级" + +#. Label of a Link field in DocType 'DocType Link' +#: frappe/core/doctype/doctype_link/doctype_link.json +msgid "Parent DocType" +msgstr "" + +#. Label of a Link field in DocType 'Dashboard Chart' +#. Label of a Link field in DocType 'Number Card' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/number_card/number_card.json +msgid "Parent Document Type" +msgstr "" + +#: frappe/desk/doctype/number_card/number_card.py:62 +msgid "Parent Document Type is required to create a number card" +msgstr "" + +#. Label of a Data field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Parent Element Selector" +msgstr "" + +#. Label of a Select field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Parent Field" +msgstr "" + +#. Label of a Data field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/doctype/doctype.py:909 +msgid "Parent Field (Tree)" +msgstr "父田(树)" + +#: frappe/core/doctype/doctype/doctype.py:915 +msgid "Parent Field must be a valid fieldname" +msgstr "父字段必须是有效的字段名称" + +#. Label of a Select field in DocType 'Top Bar Item' +#: frappe/website/doctype/top_bar_item/top_bar_item.json +msgid "Parent Label" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1159 +msgid "Parent Missing" +msgstr "" + +#. Label of a Data field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "Parent Page" +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:24 +msgid "Parent Table" +msgstr "上级表" + +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.py:393 +msgid "Parent document type is required to create a dashboard chart" +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:253 +msgid "Parent is the name of the document to which the data will get added to." +msgstr "Parent是将数据添加到的文档的名称。" + +#: frappe/permissions.py:797 +msgid "Parentfield not specified in {0}: {1}" +msgstr "" + +#: frappe/client.py:477 +msgid "Parenttype, Parent and Parentfield are required to insert a child record" +msgstr "" + +#. Label of a Check field in DocType 'Personal Data Deletion Step' +#: frappe/website/doctype/personal_data_deletion_step/personal_data_deletion_step.json +msgid "Partial" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Partial Success" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Email Queue' +#: frappe/email/doctype/email_queue/email_queue.json +msgid "Partially Sent" +msgstr "" + +#. Label of a Section Break field in DocType 'Event' +#: frappe/desk/doctype/event/event.js:30 frappe/desk/doctype/event/event.json +msgid "Participants" +msgstr "参与者" + +#. Option for the 'SocketIO Ping Check' (Select) field in DocType 'System +#. Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Pass" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Contact' +#: frappe/contacts/doctype/contact/contact.json +msgid "Passive" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Label of a Section Break field in DocType 'System Settings' +#. Label of a Tab Break field in DocType 'System Settings' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Label of a Password field in DocType 'Email Account' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/core/doctype/user/user.js:170 frappe/core/doctype/user/user.js:217 +#: frappe/core/doctype/user/user.js:237 +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/desk/page/setup_wizard/setup_wizard.js:471 +#: frappe/email/doctype/email_account/email_account.json +#: frappe/website/doctype/web_form_field/web_form_field.json +#: frappe/www/login.html:21 +msgid "Password" +msgstr "密码" + +#: frappe/core/doctype/user/user.py:1018 +msgid "Password Email Sent" +msgstr "" + +#: frappe/core/doctype/user/user.py:393 +msgid "Password Reset" +msgstr "密码重置" + +#. Label of a Int field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Password Reset Link Generation Limit" +msgstr "" + +#: frappe/public/js/frappe/form/grid_row.js:811 +msgid "Password cannot be filtered" +msgstr "" + +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:357 +msgid "Password changed successfully." +msgstr "密码更换成功。" + +#. Label of a Password field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "Password for Base DN" +msgstr "" + +#: frappe/email/doctype/email_account/email_account.py:171 +msgid "Password is required or select Awaiting Password" +msgstr "需要密码,或者选择等待密码" + +#: frappe/public/js/frappe/desk.js:197 +msgid "Password missing in Email Account" +msgstr "" + +#: frappe/utils/password.py:42 +msgid "Password not found for {0} {1} {2}" +msgstr "" + +#: frappe/core/doctype/user/user.py:1017 +msgid "Password reset instructions have been sent to your email" +msgstr "" + +#: frappe/www/update-password.html:164 +msgid "Password set" +msgstr "" + +#: frappe/auth.py:244 +msgid "Password size exceeded the maximum allowed size" +msgstr "" + +#: frappe/core/doctype/user/user.py:811 +msgid "Password size exceeded the maximum allowed size." +msgstr "" + +#: frappe/www/update-password.html:78 +msgid "Passwords do not match" +msgstr "" + +#: frappe/core/doctype/user/user.js:203 +msgid "Passwords do not match!" +msgstr "密码不匹配!" + +#: frappe/email/doctype/newsletter/newsletter.py:159 +msgid "Past dates are not allowed for Scheduling." +msgstr "" + +#: frappe/public/js/frappe/views/file/file_view.js:151 +msgid "Paste" +msgstr "粘贴" + +#. Label of a Int field in DocType 'Package Release' +#. Label of a Code field in DocType 'Patch Log' +#: frappe/core/doctype/package_release/package_release.json +#: frappe/core/doctype/patch_log/patch_log.json +msgid "Patch" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/patch_log/patch_log.json +msgid "Patch Log" +msgstr "补丁日志" + +#: frappe/modules/patch_handler.py:136 +msgid "Patch type {} not found in patches.txt" +msgstr "" + +#. Label of a Small Text field in DocType 'Package Release' +#. Label of a Data field in DocType 'Recorder' +#. Label of a Data field in DocType 'Onboarding Step' +#. Label of a Data field in DocType 'Web Page View' +#: frappe/core/doctype/package_release/package_release.json +#: frappe/core/doctype/recorder/recorder.json +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +#: frappe/website/doctype/web_page_view/web_page_view.json +#: frappe/website/report/website_analytics/website_analytics.js:35 +msgid "Path" +msgstr "路径" + +#. Label of a Data field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "Path to CA Certs File" +msgstr "" + +#. Label of a Data field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "Path to Server Certificate" +msgstr "" + +#. Label of a Data field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "Path to private Key File" +msgstr "" + +#: frappe/website/path_resolver.py:202 +msgid "Path {0} it not a valid path" +msgstr "" + +#. Label of a Int field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Payload Count" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Data Import' +#. Option for the 'Contribution Status' (Select) field in DocType 'Translation' +#. Option for the 'Status' (Select) field in DocType 'Personal Data Deletion +#. Step' +#: frappe/core/doctype/data_import/data_import.json +#: frappe/core/doctype/translation/translation.json +#: frappe/website/doctype/personal_data_deletion_step/personal_data_deletion_step.json +msgid "Pending" +msgstr "有待" + +#. Option for the 'Status' (Select) field in DocType 'Personal Data Deletion +#. Request' +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.json +msgid "Pending Approval" +msgstr "" + +#. Label of a Int field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Pending Emails" +msgstr "" + +#. Label of a Int field in DocType 'System Health Report Queue' +#: frappe/desk/doctype/system_health_report_queue/system_health_report_queue.json +msgid "Pending Jobs" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Personal Data Deletion +#. Request' +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.json +msgid "Pending Verification" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Percent" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Percentage" +msgstr "" + +#. Label of a Select field in DocType 'Auto Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Period" +msgstr "期" + +#. Label of a Int field in DocType 'DocField' +#. Label of a Int field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Perm Level" +msgstr "" + +#. Option for the 'Address Type' (Select) field in DocType 'Address' +#: frappe/contacts/doctype/address/address.json +msgid "Permanent" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:1005 +msgid "Permanently Cancel {0}?" +msgstr "永久取消{0} ?" + +#: frappe/public/js/frappe/form/form.js:835 +msgid "Permanently Submit {0}?" +msgstr "永久提交{0} ?" + +#: frappe/public/js/frappe/model/model.js:713 +msgid "Permanently delete {0}?" +msgstr "永久删除{0} ?" + +#: frappe/core/doctype/user_type/user_type.py:83 +msgid "Permission Error" +msgstr "权限错误" + +#. Name of a DocType +#: frappe/core/doctype/permission_inspector/permission_inspector.json +msgid "Permission Inspector" +msgstr "" + +#. Label of a Int field in DocType 'Custom Field' +#: frappe/core/page/permission_manager/permission_manager.js:456 +#: frappe/custom/doctype/custom_field/custom_field.json +msgid "Permission Level" +msgstr "权限级别" + +#: frappe/core/page/permission_manager/permission_manager_help.html:22 +msgid "Permission Levels" +msgstr "" + +#. Label of a shortcut in the Users Workspace +#: frappe/core/workspace/users/users.json +msgid "Permission Manager" +msgstr "" + +#. Option for the 'Script Type' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "Permission Query" +msgstr "" + +#. Label of a Section Break field in DocType 'Custom Role' +#. Label of a Section Break field in DocType 'DocType' +#: frappe/core/doctype/custom_role/custom_role.json +#: frappe/core/doctype/doctype/doctype.json +msgid "Permission Rules" +msgstr "" + +#. Label of a Select field in DocType 'Permission Inspector' +#: frappe/core/doctype/permission_inspector/permission_inspector.json +msgid "Permission Type" +msgstr "" + +#. Label of a Section Break field in DocType 'Custom DocPerm' +#. Label of a Section Break field in DocType 'DocField' +#. Label of a Section Break field in DocType 'DocPerm' +#. Label of a Table field in DocType 'DocType' +#. Label of a Section Break field in DocType 'System Settings' +#. Label of a Card Break in the Users Workspace +#. Label of a Section Break field in DocType 'Customize Form Field' +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/docperm/docperm.json +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/core/doctype/user/user.js:145 frappe/core/doctype/user/user.js:154 +#: frappe/core/page/permission_manager/permission_manager.js:214 +#: frappe/core/workspace/users/users.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Permissions" +msgstr "权限" + +#: frappe/core/doctype/doctype/doctype.py:1796 +#: frappe/core/doctype/doctype/doctype.py:1806 +msgid "Permissions Error" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:10 +msgid "Permissions are automatically applied to Standard Reports and searches." +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:5 +msgid "Permissions are set on Roles and Document Types (called DocTypes) by setting rights like Read, Write, Create, Delete, Submit, Cancel, Amend, Report, Import, Export, Print, Email and Set User Permissions." +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:26 +msgid "Permissions at higher levels are Field Level permissions. All Fields have a Permission Level set against them and the rules defined at that permissions apply to the field. This is useful in case you want to hide or make certain field read-only for certain Roles." +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:24 +msgid "Permissions at level 0 are Document Level permissions, i.e. they are primary for access to the document." +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:6 +msgid "Permissions get applied on Users based on what Roles they are assigned." +msgstr "" + +#. Name of a report +#. Label of a Link in the Users Workspace +#: frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.json +#: frappe/core/workspace/users/users.json +msgid "Permitted Documents For User" +msgstr "许可文件对于用户" + +#. Label of a Table MultiSelect field in DocType 'Workflow Action' +#: frappe/workflow/doctype/workflow_action/workflow_action.json +msgid "Permitted Roles" +msgstr "" + +#. Option for the 'Address Type' (Select) field in DocType 'Address' +#: frappe/contacts/doctype/address/address.json +msgid "Personal" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:34 +msgctxt "Workspace Category" +msgid "Personal" +msgstr "" + +#. Name of a DocType +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.json +msgid "Personal Data Deletion Request" +msgstr "个人数据删除请求" + +#. Name of a DocType +#: frappe/website/doctype/personal_data_deletion_step/personal_data_deletion_step.json +msgid "Personal Data Deletion Step" +msgstr "" + +#. Name of a DocType +#: frappe/website/doctype/personal_data_download_request/personal_data_download_request.json +msgid "Personal Data Download Request" +msgstr "个人资料下载请求" + +#. Label of a Data field in DocType 'Address' +#. Label of a Data field in DocType 'Contact' +#. Option for the 'Type' (Select) field in DocType 'Communication' +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Label of a Data field in DocType 'User' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Label of a Data field in DocType 'Contact Us Settings' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#: frappe/contacts/doctype/address/address.json +#: frappe/contacts/doctype/contact/contact.json +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/user/user.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Phone" +msgstr "电话" + +#. Label of a Data field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Phone No." +msgstr "" + +#: frappe/utils/__init__.py:108 +msgid "Phone Number {0} set in field {1} is not valid." +msgstr "" + +#: frappe/public/js/frappe/form/print_utils.js:40 +#: frappe/public/js/frappe/views/reports/report_view.js:1503 +#: frappe/public/js/frappe/views/reports/report_view.js:1506 +msgid "Pick Columns" +msgstr "摘列" + +#. Option for the 'Type' (Select) field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Pie" +msgstr "" + +#. Label of a Data field in DocType 'Contact Us Settings' +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +msgid "Pincode" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'DocType State' +#. Option for the 'Indicator' (Select) field in DocType 'Kanban Board Column' +#: frappe/core/doctype/doctype_state/doctype_state.json +#: frappe/desk/doctype/kanban_board_column/kanban_board_column.json +msgid "Pink" +msgstr "" + +#. Label of a Data field in DocType 'DocField' +#. Label of a Data field in DocType 'Custom Field' +#. Label of a Data field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Placeholder" +msgstr "" + +#. Option for the 'Message Type' (Select) field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Plain Text" +msgstr "" + +#. Option for the 'Address Type' (Select) field in DocType 'Address' +#: frappe/contacts/doctype/address/address.json +msgid "Plant" +msgstr "" + +#: frappe/email/oauth.py:29 +msgid "Please Authorize OAuth for Email Account {}" +msgstr "" + +#: frappe/website/doctype/website_theme/website_theme.py:75 +msgid "Please Duplicate this Website Theme to customize." +msgstr "请复制此网址主题定制。" + +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:162 +msgid "Please Install the ldap3 library via pip to use ldap functionality." +msgstr "请通过pip安装ldap3库以使用ldap功能。" + +#: frappe/public/js/frappe/views/reports/query_report.js:308 +msgid "Please Set Chart" +msgstr "请设置图表" + +#: frappe/core/doctype/sms_settings/sms_settings.py:83 +msgid "Please Update SMS Settings" +msgstr "请更新短信设置" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:574 +msgid "Please add a subject to your email" +msgstr "请在您的电子邮件中添加主题" + +#: frappe/templates/includes/comments/comments.html:168 +msgid "Please add a valid comment." +msgstr "请添加有效的评论。" + +#: frappe/core/doctype/user/user.py:1000 +msgid "Please ask your administrator to verify your sign-up" +msgstr "请向管理员询问,以确认您的注册" + +#: frappe/public/js/frappe/form/controls/select.js:101 +msgid "Please attach a file first." +msgstr "请附上文件第一。" + +#: frappe/printing/doctype/letter_head/letter_head.py:74 +msgid "Please attach an image file to set HTML for Footer." +msgstr "" + +#: frappe/printing/doctype/letter_head/letter_head.py:62 +msgid "Please attach an image file to set HTML for Letter Head." +msgstr "" + +#: frappe/core/doctype/package_import/package_import.py:39 +msgid "Please attach the package" +msgstr "" + +#: frappe/integrations/doctype/connected_app/connected_app.js:19 +msgid "Please check OpenID Configuration URL" +msgstr "" + +#: frappe/utils/dashboard.py:58 +msgid "Please check the filter values set for Dashboard Chart: {}" +msgstr "请检查为仪表盘图表设置的过滤器值:{}" + +#: frappe/model/base_document.py:855 +msgid "Please check the value of \"Fetch From\" set for field {0}" +msgstr "请检查为字段{0}设置的“提取自”的值" + +#: frappe/core/doctype/user/user.py:998 +msgid "Please check your email for verification" +msgstr "请检查您的电子邮件验证" + +#: frappe/email/smtp.py:134 +msgid "Please check your email login credentials." +msgstr "" + +#: frappe/twofactor.py:244 +msgid "Please check your registered email address for instructions on how to proceed. Do not close this window as you will have to return to it." +msgstr "请查看您注册的电子邮件地址以获取有关如何继续的说明。不要关闭这个窗口,因为你必须返回它。" + +#: frappe/twofactor.py:287 +msgid "Please click on the following link and follow the instructions on the page. {0}" +msgstr "" + +#: frappe/templates/emails/password_reset.html:2 +msgid "Please click on the following link to set your new password" +msgstr "请点击以下链接来设置新密码" + +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.py:343 +msgid "Please close this window" +msgstr "请关闭此窗口" + +#: frappe/www/confirm_workflow_action.html:4 +msgid "Please confirm your action to {0} this document." +msgstr "请确认您对{0}此文档的操作。" + +#: frappe/printing/page/print/print.js:618 +msgid "Please contact your system manager to install correct version." +msgstr "" + +#: frappe/desk/doctype/number_card/number_card.js:44 +msgid "Please create Card first" +msgstr "请先创建卡" + +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:42 +msgid "Please create chart first" +msgstr "请先创建图表" + +#: frappe/desk/form/meta.py:209 +msgid "Please delete the field from {0} or add the required doctype." +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:184 +msgid "Please do not change the template headings." +msgstr "请不要更改模板标题。" + +#: frappe/printing/doctype/print_format/print_format.js:18 +msgid "Please duplicate this to make changes" +msgstr "请复制此做出改变" + +#: frappe/core/doctype/system_settings/system_settings.py:158 +msgid "Please enable atleast one Social Login Key or LDAP or Login With Email Link before disabling username/password based login." +msgstr "" + +#: frappe/desk/doctype/notification_log/notification_log.js:45 +#: frappe/email/doctype/auto_email_report/auto_email_report.js:17 +#: frappe/printing/page/print/print.js:638 +#: frappe/printing/page/print/print.js:668 +#: frappe/public/js/frappe/list/bulk_operations.js:161 +#: frappe/public/js/frappe/utils/utils.js:1438 +msgid "Please enable pop-ups" +msgstr "请启用弹出窗口" + +#: frappe/public/js/frappe/microtemplate.js:162 +#: frappe/public/js/frappe/microtemplate.js:177 +msgid "Please enable pop-ups in your browser" +msgstr "请在浏览器中启用弹出窗口" + +#: frappe/integrations/google_oauth.py:53 +msgid "Please enable {} before continuing." +msgstr "" + +#: frappe/utils/oauth.py:192 +msgid "Please ensure that your profile has an email address" +msgstr "请确保您的个人资料有一个电子邮件地址," + +#: frappe/integrations/doctype/social_login_key/social_login_key.py:82 +msgid "Please enter Access Token URL" +msgstr "请输入访问令牌URL" + +#: frappe/integrations/doctype/social_login_key/social_login_key.py:80 +msgid "Please enter Authorize URL" +msgstr "请输入授权网址" + +#: frappe/integrations/doctype/social_login_key/social_login_key.py:78 +msgid "Please enter Base URL" +msgstr "请输入基本网址" + +#: frappe/integrations/doctype/social_login_key/social_login_key.py:86 +msgid "Please enter Client ID before social login is enabled" +msgstr "在启用社交登录之前,请输入客户端ID" + +#: frappe/integrations/doctype/social_login_key/social_login_key.py:89 +msgid "Please enter Client Secret before social login is enabled" +msgstr "在启用社交登录之前,请输入客户端密码" + +#: frappe/integrations/doctype/connected_app/connected_app.js:8 +msgid "Please enter OpenID Configuration URL" +msgstr "" + +#: frappe/integrations/doctype/social_login_key/social_login_key.py:84 +msgid "Please enter Redirect URL" +msgstr "请输入重定向网址" + +#: frappe/templates/includes/comments/comments.html:163 +msgid "Please enter a valid email address." +msgstr "" + +#: frappe/templates/includes/contact.js:15 +msgid "Please enter both your email and message so that we can get back to you. Thanks!" +msgstr "" + +#: frappe/www/update-password.html:232 +msgid "Please enter the password" +msgstr "请输入密码" + +#: frappe/public/js/frappe/desk.js:202 +msgctxt "Email Account" +msgid "Please enter the password for: {0}" +msgstr "" + +#: frappe/core/doctype/sms_settings/sms_settings.py:42 +msgid "Please enter valid mobile nos" +msgstr "请输入有效的手机号" + +#: frappe/www/update-password.html:115 +msgid "Please enter your new password." +msgstr "" + +#: frappe/www/update-password.html:108 +msgid "Please enter your old password." +msgstr "" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:406 +msgid "Please find attached {0}: {1}" +msgstr "请查找附件{0}:{1}" + +#: frappe/core/doctype/navbar_settings/navbar_settings.py:43 +msgid "Please hide the standard navbar items instead of deleting them" +msgstr "" + +#: frappe/templates/includes/comments/comments.py:31 +msgid "Please login to post a comment." +msgstr "" + +#: frappe/core/doctype/communication/communication.py:209 +msgid "Please make sure the Reference Communication Docs are not circularly linked." +msgstr "请确保参考通信文档不是循环链接的。" + +#: frappe/model/document.py:822 +msgid "Please refresh to get the latest document." +msgstr "请刷新以获得最新的文档。" + +#: frappe/printing/page/print/print.js:535 +msgid "Please remove the printer mapping in Printer Settings and try again." +msgstr "" + +#: frappe/public/js/frappe/form/form.js:342 +msgid "Please save before attaching." +msgstr "请加附件前保存。" + +#: frappe/email/doctype/newsletter/newsletter.py:133 +msgid "Please save the Newsletter before sending" +msgstr "请在发送之前保存通讯" + +#: frappe/public/js/frappe/form/sidebar/assign_to.js:51 +msgid "Please save the document before assignment" +msgstr "请在指派前保存文件" + +#: frappe/public/js/frappe/form/sidebar/assign_to.js:71 +msgid "Please save the document before removing assignment" +msgstr "请删除分配之前保存的文档" + +#: frappe/public/js/frappe/views/reports/report_view.js:1632 +msgid "Please save the report first" +msgstr "请先保存报表" + +#: frappe/website/doctype/web_template/web_template.js:22 +msgid "Please save to edit the template." +msgstr "请保存以编辑模板。" + +#: frappe/desk/page/leaderboard/leaderboard.js:244 +msgid "Please select Company" +msgstr "请选择公司" + +#: frappe/printing/doctype/print_format/print_format.js:30 +msgid "Please select DocType first" +msgstr "请首先选择的文件类型" + +#: frappe/contacts/report/addresses_and_contacts/addresses_and_contacts.js:27 +msgid "Please select Entity Type first" +msgstr "请先选择实体类型" + +#: frappe/core/doctype/system_settings/system_settings.py:108 +msgid "Please select Minimum Password Score" +msgstr "请选择最低密码分数" + +#: frappe/public/js/frappe/views/reports/query_report.js:1112 +msgid "Please select X and Y fields" +msgstr "" + +#: frappe/utils/__init__.py:115 +msgid "Please select a country code for field {1}." +msgstr "" + +#: frappe/public/js/frappe/file_uploader/FileUploader.vue:487 +msgid "Please select a file first." +msgstr "" + +#: frappe/utils/file_manager.py:51 +msgid "Please select a file or url" +msgstr "请选择一个文件或URL" + +#: frappe/model/rename_doc.py:680 +msgid "Please select a valid csv file with data" +msgstr "请选择与数据的有效csv文件" + +#: frappe/utils/data.py:254 +msgid "Please select a valid date filter" +msgstr "请选择一个有效的日期过滤器" + +#: frappe/core/doctype/user_permission/user_permission_list.js:203 +msgid "Please select applicable Doctypes" +msgstr "请选择适用的Doctypes" + +#: frappe/model/db_query.py:1129 +msgid "Please select atleast 1 column from {0} to sort/group" +msgstr "请从{0}到排序/组选择至少 1列" + +#: frappe/core/doctype/document_naming_settings/document_naming_settings.py:214 +msgid "Please select prefix first" +msgstr "请先选择前缀" + +#: frappe/core/doctype/data_export/data_export.js:42 +msgid "Please select the Document Type." +msgstr "请选择文件类型。" + +#. Description of the 'Directory Server' (Select) field in DocType 'LDAP +#. Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "Please select the LDAP Directory being used" +msgstr "" + +#: frappe/website/doctype/website_settings/website_settings.js:100 +msgid "Please select {0}" +msgstr "请选择{0}" + +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.py:305 +msgid "Please set Dropbox access keys in site config or doctype" +msgstr "" + +#: frappe/contacts/doctype/contact/contact.py:205 +msgid "Please set Email Address" +msgstr "请设置电子邮件地址" + +#: frappe/printing/page/print/print.js:549 +msgid "Please set a printer mapping for this print format in the Printer Settings" +msgstr "请在“打印机设置”中为此打印格式设置打印机映射" + +#: frappe/public/js/frappe/views/reports/query_report.js:1328 +msgid "Please set filters" +msgstr "" + +#: frappe/email/doctype/auto_email_report/auto_email_report.py:251 +msgid "Please set filters value in Report Filter table." +msgstr "请设置在报告过滤表过滤器值。" + +#: frappe/model/naming.py:548 +msgid "Please set the document name" +msgstr "" + +#: frappe/desk/doctype/dashboard/dashboard.py:120 +msgid "Please set the following documents in this Dashboard as standard first." +msgstr "请首先在此仪表盘中设置以下文档为标准。" + +#: frappe/core/doctype/document_naming_settings/document_naming_settings.py:120 +msgid "Please set the series to be used." +msgstr "请设置要使用的系列。" + +#: frappe/core/doctype/system_settings/system_settings.py:121 +msgid "Please setup SMS before setting it as an authentication method, via SMS Settings" +msgstr "请先通过SMS设置将其设置为身份验证方式,然后设置短信" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.js:102 +msgid "Please setup a message first" +msgstr "请先设置一条消息" + +#: frappe/email/doctype/email_account/email_account.py:406 +msgid "Please setup default Email Account from Settings > Email Account" +msgstr "" + +#: frappe/core/doctype/user/user.py:358 +msgid "Please setup default outgoing Email Account from Settings > Email Account" +msgstr "" + +#: frappe/public/js/frappe/model/model.js:803 +msgid "Please specify" +msgstr "请注明" + +#: frappe/permissions.py:773 +msgid "Please specify a valid parent DocType for {0}" +msgstr "" + +#: frappe/email/doctype/notification/notification.py:88 +msgid "Please specify which date field must be checked" +msgstr "请指定日期字段必须检查" + +#: frappe/email/doctype/notification/notification.py:91 +msgid "Please specify which value field must be checked" +msgstr "请指定值字段必须检查" + +#: frappe/public/js/frappe/request.js:184 +#: frappe/public/js/frappe/views/translation_manager.js:102 +msgid "Please try again" +msgstr "请再试一次" + +#: frappe/integrations/google_oauth.py:56 +msgid "Please update {} before continuing." +msgstr "" + +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:333 +msgid "Please use a valid LDAP search filter" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.py:336 +msgid "Please verify your Email Address" +msgstr "请验证您的邮箱地址" + +#: frappe/utils/password.py:205 +msgid "Please visit https://frappecloud.com/docs/sites/migrate-an-existing-site#encryption-key for more information." +msgstr "" + +#. Label of a Select field in DocType 'Energy Point Settings' +#: frappe/social/doctype/energy_point_settings/energy_point_settings.json +msgid "Point Allocation Periodicity" +msgstr "" + +#. Label of a Int field in DocType 'Energy Point Log' +#. Label of a Int field in DocType 'Energy Point Rule' +#: frappe/public/js/frappe/form/sidebar/review.js:75 +#: frappe/social/doctype/energy_point_log/energy_point_log.json +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +msgid "Points" +msgstr "点" + +#: frappe/templates/emails/energy_points_summary.html:40 +msgid "Points Given" +msgstr "得分" + +#. Option for the 'SocketIO Transport Mode' (Select) field in DocType 'System +#. Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Polling" +msgstr "" + +#. Label of a Check field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Popover Element" +msgstr "" + +#. Label of a HTML Editor field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Popover or Modal Description" +msgstr "" + +#. Label of a Data field in DocType 'Email Account' +#. Label of a Data field in DocType 'Email Domain' +#. Label of a Int field in DocType 'Network Printer Settings' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_domain/email_domain.json +#: frappe/printing/doctype/network_printer_settings/network_printer_settings.json +msgid "Port" +msgstr "" + +#. Label of a Card Break in the Website Workspace +#: frappe/website/workspace/website/website.json +msgid "Portal" +msgstr "" + +#. Label of a Table field in DocType 'Portal Settings' +#: frappe/website/doctype/portal_settings/portal_settings.json +msgid "Portal Menu" +msgstr "" + +#. Name of a DocType +#: frappe/website/doctype/portal_menu_item/portal_menu_item.json +msgid "Portal Menu Item" +msgstr "门户菜单项" + +#. Name of a DocType +#. Label of a Link in the Website Workspace +#: frappe/website/doctype/portal_settings/portal_settings.json +#: frappe/website/workspace/website/website.json +msgid "Portal Settings" +msgstr "门户网站设置" + +#: frappe/public/js/frappe/form/print_utils.js:31 +msgid "Portrait" +msgstr "肖像" + +#. Label of a Select field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Position" +msgstr "" + +#: frappe/templates/discussions/comment_box.html:29 +#: frappe/templates/discussions/reply_card.html:15 +#: frappe/templates/discussions/reply_section.html:29 +#: frappe/templates/discussions/reply_section.html:53 +#: frappe/templates/discussions/topic_modal.html:11 +msgid "Post" +msgstr "发送" + +#: frappe/templates/discussions/reply_section.html:40 +msgid "Post it here, our mentors will help you out." +msgstr "" + +#. Option for the 'Address Type' (Select) field in DocType 'Address' +#: frappe/contacts/doctype/address/address.json +msgid "Postal" +msgstr "" + +#. Label of a Data field in DocType 'Address' +#: frappe/contacts/doctype/address/address.json +msgid "Postal Code" +msgstr "邮政编码" + +#. Label of a Datetime field in DocType 'Changelog Feed' +#: frappe/desk/doctype/changelog_feed/changelog_feed.json +msgid "Posting Timestamp" +msgstr "" + +#. Group in Blog Category's connections +#: frappe/website/doctype/blog_category/blog_category.json +msgid "Posts" +msgstr "" + +#: frappe/website/doctype/blog_post/blog_post.py:258 +msgid "Posts by {0}" +msgstr "帖子{0}" + +#: frappe/website/doctype/blog_post/blog_post.py:250 +msgid "Posts filed under {0}" +msgstr "帖子下提出{0}" + +#. Label of a Select field in DocType 'DocField' +#. Label of a Select field in DocType 'Custom Field' +#. Label of a Select field in DocType 'Customize Form Field' +#. Label of a Select field in DocType 'Web Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Precision" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1362 +msgid "Precision should be between 1 and 6" +msgstr "精度应为1和6之间" + +#: frappe/utils/password_strength.py:183 +msgid "Predictable substitutions like '@' instead of 'a' don't help very much." +msgstr "可预见的替换像'@'而不是'一'不要太大帮助。" + +#: frappe/desk/page/setup_wizard/install_fixtures.py:35 +msgid "Prefer not to say" +msgstr "" + +#. Label of a Check field in DocType 'Address' +#: frappe/contacts/doctype/address/address.json +msgid "Preferred Billing Address" +msgstr "" + +#. Label of a Check field in DocType 'Address' +#: frappe/contacts/doctype/address/address.json +msgid "Preferred Shipping Address" +msgstr "" + +#. Label of a Data field in DocType 'Document Naming Rule' +#. Label of a Autocomplete field in DocType 'Document Naming Settings' +#: frappe/core/doctype/document_naming_rule/document_naming_rule.json +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Prefix" +msgstr "" + +#. Name of a DocType +#. Label of a Check field in DocType 'Report' +#: frappe/core/doctype/prepared_report/prepared_report.json +#: frappe/core/doctype/report/report.json +msgid "Prepared Report" +msgstr "准备报告" + +#. Name of a role +#: frappe/core/doctype/prepared_report/prepared_report.json +msgid "Prepared Report User" +msgstr "准备的报告用户" + +#: frappe/desk/query_report.py:302 +msgid "Prepared report render failed" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:471 +msgid "Preparing Report" +msgstr "准备报告" + +#: frappe/public/js/frappe/views/communication.js:419 +msgid "Prepend the template to the email message" +msgstr "" + +#: frappe/public/js/frappe/ui/keyboard.js:138 +msgid "Press Alt Key to trigger additional shortcuts in Menu and Sidebar" +msgstr "" + +#: frappe/public/js/frappe/list/list_filter.js:134 +msgid "Press Enter to save" +msgstr "按Enter键保存" + +#. Label of a Section Break field in DocType 'Data Import' +#. Label of a Section Break field in DocType 'File' +#. Label of a Section Break field in DocType 'Custom HTML Block' +#. Label of a Tab Break field in DocType 'Webhook' +#. Label of a Attach Image field in DocType 'Print Style' +#: frappe/core/doctype/data_import/data_import.json +#: frappe/core/doctype/file/file.json +#: frappe/desk/doctype/custom_html_block/custom_html_block.json +#: frappe/email/doctype/newsletter/newsletter.js:14 +#: frappe/email/doctype/newsletter/newsletter.js:42 +#: frappe/integrations/doctype/webhook/webhook.json +#: frappe/printing/doctype/print_style/print_style.json +#: frappe/public/js/frappe/form/controls/markdown_editor.js:17 +#: frappe/public/js/frappe/form/controls/markdown_editor.js:31 +#: frappe/public/js/frappe/ui/capture.js:228 +msgid "Preview" +msgstr "预览" + +#. Label of a HTML field in DocType 'File' +#: frappe/core/doctype/file/file.json +msgid "Preview HTML" +msgstr "" + +#. Label of a Attach Image field in DocType 'Blog Category' +#. Label of a Attach Image field in DocType 'Blog Settings' +#: frappe/website/doctype/blog_category/blog_category.json +#: frappe/website/doctype/blog_settings/blog_settings.json +msgid "Preview Image" +msgstr "" + +#. Label of a Button field in DocType 'Auto Repeat' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +msgid "Preview Message" +msgstr "" + +#: frappe/public/js/form_builder/form_builder.bundle.js:83 +msgid "Preview Mode" +msgstr "" + +#. Label of a Text field in DocType 'Document Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Preview of generated names" +msgstr "" + +#: frappe/public/js/print_format_builder/Preview.vue:103 +msgid "Preview type" +msgstr "" + +#: frappe/email/doctype/email_group/email_group.js:90 +msgid "Preview:" +msgstr "" + +#: frappe/public/js/frappe/web_form/web_form.js:95 +#: frappe/public/js/onboarding_tours/onboarding_tours.js:16 +#: frappe/templates/includes/slideshow.html:34 +#: frappe/website/web_template/slideshow/slideshow.html:40 +msgid "Previous" +msgstr "以前" + +#: frappe/public/js/frappe/ui/slides.js:351 +msgctxt "Go to previous slide" +msgid "Previous" +msgstr "以前" + +#: frappe/public/js/frappe/form/toolbar.js:290 +msgid "Previous Document" +msgstr "" + +#. Label of a Small Text field in DocType 'Transaction Log' +#: frappe/core/doctype/transaction_log/transaction_log.json +msgid "Previous Hash" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:2115 +msgid "Previous Submission" +msgstr "" + +#. Option for the 'Style' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "Primary" +msgstr "" + +#: frappe/public/js/frappe/form/templates/address_list.html:21 +msgid "Primary Address" +msgstr "" + +#. Label of a Link field in DocType 'Website Theme' +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Primary Color" +msgstr "" + +#: frappe/public/js/frappe/form/templates/contact_list.html:17 +msgid "Primary Contact" +msgstr "" + +#: frappe/public/js/frappe/form/templates/contact_list.html:63 +msgid "Primary Email" +msgstr "" + +#: frappe/public/js/frappe/form/templates/contact_list.html:43 +msgid "Primary Mobile" +msgstr "" + +#: frappe/public/js/frappe/form/templates/contact_list.html:35 +msgid "Primary Phone" +msgstr "" + +#. Label of a Check field in DocType 'Custom DocPerm' +#. Label of a Check field in DocType 'DocPerm' +#. Label of a Check field in DocType 'User Document Type' +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/docperm/docperm.json +#: frappe/core/doctype/success_action/success_action.js:58 +#: frappe/core/doctype/user_document_type/user_document_type.json +#: frappe/printing/page/print/print.js:65 +#: frappe/public/js/frappe/form/success_action.js:81 +#: frappe/public/js/frappe/form/templates/print_layout.html:46 +#: frappe/public/js/frappe/form/toolbar.js:322 +#: frappe/public/js/frappe/form/toolbar.js:334 +#: frappe/public/js/frappe/list/bulk_operations.js:95 +#: frappe/public/js/frappe/views/reports/query_report.js:1649 +#: frappe/public/js/frappe/views/reports/report_view.js:1461 +#: frappe/public/js/frappe/views/treeview.js:456 frappe/www/printview.html:18 +msgid "Print" +msgstr "打印" + +#: frappe/public/js/frappe/list/list_view.js:1918 +msgctxt "Button in list view actions menu" +msgid "Print" +msgstr "打印" + +#: frappe/public/js/frappe/list/bulk_operations.js:48 +msgid "Print Documents" +msgstr "打印文件" + +#. Label of a Link field in DocType 'Auto Repeat' +#. Linked DocType in DocType's connections +#. Linked DocType in Module Def's connections +#. Label of a Link in the Build Workspace +#. Label of a Link field in DocType 'Notification' +#. Name of a DocType +#. Label of a Link field in DocType 'Web Form' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/module_def/module_def.json +#: frappe/core/workspace/build/build.json +#: frappe/email/doctype/notification/notification.json +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/printing/page/print/print.js:94 +#: frappe/printing/page/print/print.js:822 +#: frappe/public/js/frappe/list/bulk_operations.js:59 +#: frappe/website/doctype/web_form/web_form.json +msgid "Print Format" +msgstr "打印格式" + +#. Label of a Link in the Tools Workspace +#. Label of a shortcut in the Build Workspace +#. Label of a Check field in DocType 'Print Format' +#: frappe/automation/workspace/tools/tools.json +#: frappe/core/workspace/build/build.json +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/printing/page/print_format_builder/print_format_builder.js:44 +#: frappe/printing/page/print_format_builder/print_format_builder.js:67 +#: frappe/printing/page/print_format_builder_beta/print_format_builder_beta.js:4 +msgid "Print Format Builder" +msgstr "" + +#. Label of a Link in the Tools Workspace +#: frappe/automation/workspace/tools/tools.json +msgid "Print Format Builder (New)" +msgstr "" + +#. Label of a Check field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "Print Format Builder Beta" +msgstr "" + +#: frappe/utils/pdf.py:57 +msgid "Print Format Error" +msgstr "" + +#. Name of a DocType +#: frappe/printing/doctype/print_format_field_template/print_format_field_template.json +msgid "Print Format Field Template" +msgstr "" + +#. Label of a HTML field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "Print Format Help" +msgstr "" + +#. Label of a Select field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "Print Format Type" +msgstr "" + +#: frappe/www/printview.py:409 +msgid "Print Format {0} is disabled" +msgstr "打印格式{0}被禁用" + +#. Description of the Onboarding Step 'Customize Print Formats' +#: frappe/custom/onboarding_step/print_format/print_format.json +msgid "Print Formats allow you can define looks for documents when printed or converted to PDF. You can also create a custom Print Format using drag-and-drop tools." +msgstr "" + +#. Label of a Link in the Tools Workspace +#. Name of a DocType +#. Label of a Data field in DocType 'Print Heading' +#: frappe/automation/workspace/tools/tools.json +#: frappe/printing/doctype/print_heading/print_heading.json +msgid "Print Heading" +msgstr "打印标题" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Print Hide" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Print Hide If No Value" +msgstr "" + +#: frappe/public/js/frappe/views/communication.js:156 +msgid "Print Language" +msgstr "" + +#: frappe/public/js/frappe/form/print_utils.js:197 +msgid "Print Sent to the printer!" +msgstr "打印发送到打印机!" + +#. Label of a Section Break field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Print Server" +msgstr "" + +#. Label of a Link in the Tools Workspace +#. Label of a Section Break field in DocType 'Notification' +#. Name of a DocType +#: frappe/automation/workspace/tools/tools.json +#: frappe/email/doctype/notification/notification.json +#: frappe/printing/doctype/print_settings/print_settings.json +#: frappe/printing/doctype/print_style/print_style.js:6 +#: frappe/printing/page/print/print.js:160 +#: frappe/public/js/frappe/form/print_utils.js:71 +#: frappe/public/js/frappe/form/templates/print_layout.html:35 +msgid "Print Settings" +msgstr "打印设置" + +#. Label of a Section Break field in DocType 'Print Settings' +#. Label of a Link field in DocType 'Print Settings' +#. Name of a DocType +#: frappe/printing/doctype/print_settings/print_settings.json +#: frappe/printing/doctype/print_style/print_style.json +msgid "Print Style" +msgstr "" + +#. Label of a Data field in DocType 'Print Style' +#: frappe/printing/doctype/print_style/print_style.json +msgid "Print Style Name" +msgstr "" + +#. Label of a HTML field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Print Style Preview" +msgstr "" + +#. Label of a Data field in DocType 'DocField' +#. Label of a Data field in DocType 'Custom Field' +#. Label of a Data field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Print Width" +msgstr "" + +#. Description of the 'Print Width' (Data) field in DocType 'Customize Form +#. Field' +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Print Width of the field, if the field is a column in a table" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:169 +msgid "Print document" +msgstr "" + +#. Label of a Check field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Print with letterhead" +msgstr "" + +#: frappe/printing/page/print/print.js:831 +msgid "Printer" +msgstr "打印机" + +#: frappe/printing/page/print/print.js:808 +msgid "Printer Mapping" +msgstr "打印机映射" + +#. Label of a Select field in DocType 'Network Printer Settings' +#: frappe/printing/doctype/network_printer_settings/network_printer_settings.json +msgid "Printer Name" +msgstr "" + +#: frappe/printing/page/print/print.js:800 +msgid "Printer Settings" +msgstr "打印机设置" + +#: frappe/printing/page/print/print.js:548 +msgid "Printer mapping not set." +msgstr "" + +#. Label of a Card Break in the Tools Workspace +#: frappe/automation/workspace/tools/tools.json +msgid "Printing" +msgstr "" + +#: frappe/utils/print_format.py:282 +msgid "Printing failed" +msgstr "打印失败" + +#. Label of a Int field in DocType 'Assignment Rule' +#. Label of a Int field in DocType 'Document Naming Rule' +#. Label of a Select field in DocType 'ToDo' +#. Label of a Int field in DocType 'Email Queue' +#. Label of a Int field in DocType 'Web Page' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +#: frappe/core/doctype/document_naming_rule/document_naming_rule.json +#: frappe/desk/doctype/todo/todo.json frappe/desk/report/todo/todo.py:37 +#: frappe/email/doctype/email_queue/email_queue.json +#: frappe/public/js/frappe/form/sidebar/assign_to.js:210 +#: frappe/website/doctype/web_page/web_page.json +msgid "Priority" +msgstr "优先" + +#. Label of a Check field in DocType 'Custom HTML Block' +#. Option for the 'Event Type' (Select) field in DocType 'Event' +#. Label of a Check field in DocType 'Kanban Board' +#: frappe/desk/doctype/custom_html_block/custom_html_block.json +#: frappe/desk/doctype/event/event.json +#: frappe/desk/doctype/kanban_board/kanban_board.json +#: frappe/desk/doctype/note/note_list.js:8 +#: frappe/public/js/frappe/file_uploader/FilePreview.vue:34 +msgid "Private" +msgstr "私人" + +#. Label of a Float field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Private Files (MB)" +msgstr "" + +#. Description of the 'Auto Reply Message' (Text Editor) field in DocType +#. 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "ProTip: Add Reference: {{ reference_doctype }} {{ reference_name }} to send document reference" +msgstr "" + +#: frappe/core/doctype/document_naming_rule/document_naming_rule.js:22 +msgid "Proceed" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:859 +msgid "Proceed Anyway" +msgstr "仍要继续" + +#: frappe/public/js/frappe/form/controls/table.js:104 +msgid "Processing" +msgstr "处理" + +#: frappe/email/doctype/email_queue/email_queue.py:433 +msgid "Processing..." +msgstr "处理..." + +#: frappe/desk/page/setup_wizard/install_fixtures.py:52 +msgid "Prof" +msgstr "" + +#. Group in User's connections +#: frappe/core/doctype/user/user.json +msgid "Profile" +msgstr "" + +#: frappe/public/js/frappe/socketio_client.js:78 +msgid "Progress" +msgstr "" + +#: frappe/public/js/frappe/views/kanban/kanban_view.js:408 +msgid "Project" +msgstr "项目" + +#. Label of a Data field in DocType 'Property Setter' +#: frappe/core/doctype/version/version_view.html:12 +#: frappe/core/doctype/version/version_view.html:37 +#: frappe/core/doctype/version/version_view.html:74 +#: frappe/custom/doctype/property_setter/property_setter.json +msgid "Property" +msgstr "" + +#. Label of a Section Break field in DocType 'Customize Form Field' +#. Label of a Section Break field in DocType 'Web Form Field' +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Property Depends On" +msgstr "" + +#. Linked DocType in Module Def's connections +#. Name of a DocType +#: frappe/core/doctype/module_def/module_def.json +#: frappe/custom/doctype/property_setter/property_setter.json +msgid "Property Setter" +msgstr "属性setter" + +#. Description of a DocType +#: frappe/custom/doctype/property_setter/property_setter.json +msgid "Property Setter overrides a standard DocType or Field property" +msgstr "" + +#. Label of a Data field in DocType 'Property Setter' +#: frappe/custom/doctype/property_setter/property_setter.json +msgid "Property Type" +msgstr "" + +#. Description of the 'Allowed File Extensions' (Small Text) field in DocType +#. 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Provide a list of allowed file extensions for file uploads. Each line should contain one allowed file type. If unset, all file extensions are allowed. Example:
    CSV
    JPG
    PNG" +msgstr "" + +#. Label of a Data field in DocType 'User Social Login' +#: frappe/core/doctype/user_social_login/user_social_login.json +msgid "Provider" +msgstr "" + +#. Label of a Data field in DocType 'Connected App' +#. Label of a Data field in DocType 'Social Login Key' +#. Label of a Data field in DocType 'Token Cache' +#: frappe/integrations/doctype/connected_app/connected_app.json +#: frappe/integrations/doctype/social_login_key/social_login_key.json +#: frappe/integrations/doctype/token_cache/token_cache.json +msgid "Provider Name" +msgstr "" + +#. Option for the 'Event Type' (Select) field in DocType 'Event' +#. Label of a Check field in DocType 'Note' +#. Label of a Check field in DocType 'Workspace' +#: frappe/desk/doctype/event/event.json frappe/desk/doctype/note/note.json +#: frappe/desk/doctype/note/note_list.js:6 +#: frappe/desk/doctype/workspace/workspace.json +#: frappe/public/js/frappe/views/interaction.js:78 +#: frappe/public/js/frappe/views/workspace/workspace.js:658 +#: frappe/public/js/frappe/views/workspace/workspace.js:986 +#: frappe/public/js/frappe/views/workspace/workspace.js:1232 +msgid "Public" +msgstr "公共" + +#: frappe/public/js/frappe/views/workspace/workspace.js:35 +msgctxt "Workspace Category" +msgid "Public" +msgstr "公共" + +#. Label of a Float field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Public Files (MB)" +msgstr "" + +#. Label of a Check field in DocType 'Package Release' +#: frappe/core/doctype/package_release/package_release.json +#: frappe/website/doctype/blog_post/blog_post.js:36 +#: frappe/website/doctype/web_form/web_form.js:86 +msgid "Publish" +msgstr "发布" + +#. Label of a Section Break field in DocType 'Newsletter' +#: frappe/email/doctype/newsletter/newsletter.json +msgid "Publish as a web page" +msgstr "" + +#. Label of a Check field in DocType 'Comment' +#. Label of a Check field in DocType 'Newsletter' +#. Label of a Check field in DocType 'Blog Category' +#. Label of a Check field in DocType 'Blog Post' +#. Label of a Check field in DocType 'Help Article' +#. Label of a Check field in DocType 'Help Category' +#. Label of a Check field in DocType 'Web Form' +#. Label of a Check field in DocType 'Web Page' +#: frappe/core/doctype/comment/comment.json +#: frappe/email/doctype/newsletter/newsletter.json +#: frappe/website/doctype/blog_category/blog_category.json +#: frappe/website/doctype/blog_post/blog_post.json +#: frappe/website/doctype/blog_post/blog_post_list.js:5 +#: frappe/website/doctype/help_article/help_article.json +#: frappe/website/doctype/help_category/help_category.json +#: frappe/website/doctype/web_form/web_form.json +#: frappe/website/doctype/web_form/web_form_list.js:5 +#: frappe/website/doctype/web_page/web_page.json +#: frappe/website/doctype/web_page/web_page_list.js:5 +msgid "Published" +msgstr "发布时间" + +#. Label of a Date field in DocType 'Blog Post' +#: frappe/website/doctype/blog_post/blog_post.json +msgid "Published On" +msgstr "" + +#: frappe/website/doctype/blog_post/templates/blog_post.html:59 +msgid "Published on" +msgstr "发表于" + +#. Label of a Section Break field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "Publishing Dates" +msgstr "" + +#. Label of a Check field in DocType 'Google Calendar' +#: frappe/integrations/doctype/google_calendar/google_calendar.json +msgid "Pull from Google Calendar" +msgstr "" + +#. Label of a Check field in DocType 'Google Contacts' +#: frappe/integrations/doctype/google_contacts/google_contacts.json +msgid "Pull from Google Contacts" +msgstr "" + +#. Label of a Check field in DocType 'Event' +#: frappe/desk/doctype/event/event.json +msgid "Pulled from Google Calendar" +msgstr "" + +#. Label of a Check field in DocType 'Contact' +#: frappe/contacts/doctype/contact/contact.json +msgid "Pulled from Google Contacts" +msgstr "" + +#. Name of a role +#: frappe/contacts/doctype/contact/contact.json +msgid "Purchase Manager" +msgstr "采购经理" + +#. Name of a role +#: frappe/contacts/doctype/contact/contact.json +msgid "Purchase Master Manager" +msgstr "采购方面的主要经理" + +#. Name of a role +#: frappe/contacts/doctype/address/address.json +#: frappe/contacts/doctype/contact/contact.json +#: frappe/geo/doctype/currency/currency.json +msgid "Purchase User" +msgstr "购买用户" + +#. Option for the 'Color' (Select) field in DocType 'DocType State' +#. Option for the 'Indicator' (Select) field in DocType 'Kanban Board Column' +#: frappe/core/doctype/doctype_state/doctype_state.json +#: frappe/desk/doctype/kanban_board_column/kanban_board_column.json +msgid "Purple" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Integrations Workspace +#: frappe/integrations/doctype/push_notification_settings/push_notification_settings.json +#: frappe/integrations/workspace/integrations/integrations.json +msgid "Push Notification Settings" +msgstr "" + +#. Label of a Card Break in the Integrations Workspace +#: frappe/integrations/workspace/integrations/integrations.json +msgid "Push Notifications" +msgstr "" + +#. Label of a Check field in DocType 'Google Calendar' +#: frappe/integrations/doctype/google_calendar/google_calendar.json +msgid "Push to Google Calendar" +msgstr "" + +#. Label of a Check field in DocType 'Google Contacts' +#: frappe/integrations/doctype/google_contacts/google_contacts.json +msgid "Push to Google Contacts" +msgstr "" + +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.js:23 +msgid "Put on Hold" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'System Console' +#: frappe/desk/doctype/system_console/system_console.json +msgid "Python" +msgstr "" + +#: frappe/www/qrcode.html:3 +msgid "QR Code" +msgstr "二维码" + +#: frappe/www/qrcode.html:6 +msgid "QR Code for Login Verification" +msgstr "用于登录验证的QR码" + +#: frappe/public/js/frappe/form/print_utils.js:206 +msgid "QZ Tray Failed: " +msgstr "QZ托盘失败:" + +#. Option for the 'Frequency' (Select) field in DocType 'Auto Repeat' +#. Option for the 'Time Interval' (Select) field in DocType 'Dashboard Chart' +#. Option for the 'Period' (Select) field in DocType 'Auto Email Report' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +#: frappe/public/js/frappe/utils/common.js:401 +msgid "Quarterly" +msgstr "季度" + +#. Label of a Data field in DocType 'Recorder Query' +#. Label of a Code field in DocType 'Report' +#: frappe/core/doctype/recorder_query/recorder_query.json +#: frappe/core/doctype/report/report.json +msgid "Query" +msgstr "" + +#. Label of a Section Break field in DocType 'Report' +#: frappe/core/doctype/report/report.json +msgid "Query / Script" +msgstr "" + +#. Label of a Small Text field in DocType 'Contact Us Settings' +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +msgid "Query Options" +msgstr "" + +#. Label of a Table field in DocType 'Connected App' +#. Name of a DocType +#: frappe/integrations/doctype/connected_app/connected_app.json +#: frappe/integrations/doctype/query_parameters/query_parameters.json +msgid "Query Parameters" +msgstr "" + +#. Option for the 'Report Type' (Select) field in DocType 'Report' +#: frappe/core/doctype/report/report.json +#: frappe/public/js/frappe/views/reports/query_report.js:17 +msgid "Query Report" +msgstr "查询报告" + +#: frappe/core/doctype/recorder/recorder.py:198 +msgid "Query analysis complete. Check suggested indexes." +msgstr "" + +#: frappe/utils/safe_exec.py:477 +msgid "Query must be of SELECT or read-only WITH type." +msgstr "" + +#. Label of a Select field in DocType 'RQ Job' +#. Label of a Data field in DocType 'System Health Report Queue' +#: frappe/core/doctype/rq_job/rq_job.json +#: frappe/desk/doctype/system_health_report_queue/system_health_report_queue.json +msgid "Queue" +msgstr "" + +#. Label of a Table field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Queue Status" +msgstr "" + +#. Label of a Select field in DocType 'RQ Worker' +#: frappe/core/doctype/rq_worker/rq_worker.json +msgid "Queue Type(s)" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#. Label of a Check field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Queue in Background (BETA)" +msgstr "" + +#: frappe/utils/background_jobs.py:441 +msgid "Queue should be one of {0}" +msgstr "队列应该是{0}" + +#. Label of a Data field in DocType 'RQ Worker' +#: frappe/core/doctype/rq_worker/rq_worker.json +msgid "Queue(s)" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Prepared Report' +#. Option for the 'Status' (Select) field in DocType 'Submission Queue' +#. Option for the 'Status' (Select) field in DocType 'Integration Request' +#: frappe/core/doctype/prepared_report/prepared_report.json +#: frappe/core/doctype/submission_queue/submission_queue.json +#: frappe/email/doctype/newsletter/newsletter.js:208 +#: frappe/integrations/doctype/integration_request/integration_request.json +msgid "Queued" +msgstr "排队" + +#. Label of a Datetime field in DocType 'Prepared Report' +#: frappe/core/doctype/prepared_report/prepared_report.json +msgid "Queued At" +msgstr "" + +#. Label of a Data field in DocType 'Prepared Report' +#: frappe/core/doctype/prepared_report/prepared_report.json +msgid "Queued By" +msgstr "" + +#: frappe/core/doctype/submission_queue/submission_queue.py:174 +msgid "Queued for Submission. You can track the progress over {0}." +msgstr "" + +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.py:65 +#: frappe/integrations/doctype/google_drive/google_drive.py:155 +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.py:82 +msgid "Queued for backup. It may take a few minutes to an hour." +msgstr "排队等待备份。这可能需要几分钟到一个小时。" + +#: frappe/desk/page/backups/backups.py:93 +msgid "Queued for backup. You will receive an email with the download link" +msgstr "排队备份。您将收到一封包含下载链接的电子邮件" + +#: frappe/email/doctype/newsletter/newsletter.js:95 +msgid "Queued {0} emails" +msgstr "" + +#. Label of a Data field in DocType 'System Health Report Workers' +#: frappe/desk/doctype/system_health_report_workers/system_health_report_workers.json +msgid "Queues" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.js:90 +msgid "Queuing emails..." +msgstr "" + +#: frappe/desk/doctype/bulk_update/bulk_update.py:87 +msgid "Queuing {0} for Submission" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#. Label of a Check field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Quick Entry" +msgstr "快速入门" + +#: frappe/core/page/permission_manager/permission_manager_help.html:3 +msgid "Quick Help for Setting Permissions" +msgstr "" + +#. Label of a Code field in DocType 'Workspace Quick List' +#: frappe/desk/doctype/workspace_quick_list/workspace_quick_list.json +msgid "Quick List Filter" +msgstr "" + +#. Label of a Tab Break field in DocType 'Workspace' +#. Label of a Table field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "Quick Lists" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_utils.js:286 +msgid "Quoting must be between 0 and 3" +msgstr "" + +#. Label of a Section Break field in DocType 'Access Log' +#: frappe/core/doctype/access_log/access_log.json +msgid "RAW Information Log" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/rq_job/rq_job.json +msgid "RQ Job" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/rq_worker/rq_worker.json +msgid "RQ Worker" +msgstr "" + +#. Option for the 'Naming Rule' (Select) field in DocType 'DocType' +#. Option for the 'Naming Rule' (Select) field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Random" +msgstr "" + +#: frappe/website/report/website_analytics/website_analytics.js:20 +msgid "Range" +msgstr "范围" + +#: frappe/desk/page/user_profile/user_profile_controller.js:402 +msgid "Rank" +msgstr "" + +#. Label of a Section Break field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "Rate Limiting" +msgstr "" + +#. Label of a Section Break field in DocType 'Blog Settings' +#: frappe/website/doctype/blog_settings/blog_settings.json +msgid "Rate Limits" +msgstr "" + +#. Label of a Int field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Rate limit for email link login" +msgstr "" + +#. Label of a Int field in DocType 'Communication' +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Rating" +msgstr "" + +#. Label of a Code field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/printing/doctype/print_format/print_format.py:89 +msgid "Raw Commands" +msgstr "原始命令" + +#. Label of a Code field in DocType 'Unhandled Email' +#: frappe/email/doctype/unhandled_email/unhandled_email.json +msgid "Raw Email" +msgstr "" + +#. Label of a Check field in DocType 'Print Format' +#. Label of a Section Break field in DocType 'Print Settings' +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Raw Printing" +msgstr "" + +#: frappe/printing/page/print/print.js:165 +msgid "Raw Printing Setting" +msgstr "" + +#: frappe/public/js/frappe/form/templates/print_layout.html:37 +msgid "Raw Printing Settings" +msgstr "" + +#: frappe/desk/doctype/console_log/console_log.js:6 +msgid "Re-Run in Console" +msgstr "" + +#: frappe/email/doctype/email_account/email_account.py:673 +msgid "Re:" +msgstr "" + +#: frappe/core/doctype/communication/communication.js:268 +#: frappe/public/js/frappe/form/footer/form_timeline.js:589 +#: frappe/public/js/frappe/views/communication.js:355 +msgid "Re: {0}" +msgstr "回复:{0}" + +#. Option for the 'Delivery Status' (Select) field in DocType 'Communication' +#. Label of a Check field in DocType 'Custom DocPerm' +#. Label of a Check field in DocType 'DocPerm' +#. Label of a Check field in DocType 'DocShare' +#. Label of a Check field in DocType 'User Document Type' +#. Label of a Check field in DocType 'Notification Log' +#. Option for the 'Action' (Select) field in DocType 'Email Flag Queue' +#: frappe/client.py:459 frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/docperm/docperm.json +#: frappe/core/doctype/docshare/docshare.json +#: frappe/core/doctype/user_document_type/user_document_type.json +#: frappe/desk/doctype/notification_log/notification_log.json +#: frappe/email/doctype/email_flag_queue/email_flag_queue.json +msgid "Read" +msgstr "阅读" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Label of a Check field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Label of a Check field in DocType 'Customize Form Field' +#. Label of a Check field in DocType 'Web Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/public/js/form_builder/form_builder.bundle.js:83 +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Read Only" +msgstr "只读" + +#. Label of a Code field in DocType 'Custom Field' +#. Label of a Code field in DocType 'Customize Form Field' +#. Label of a Code field in DocType 'Web Form Field' +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Read Only Depends On" +msgstr "" + +#. Label of a Code field in DocType 'DocField' +#: frappe/core/doctype/docfield/docfield.json +msgid "Read Only Depends On (JS)" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/navbar.html:16 +#: frappe/templates/includes/navbar/navbar_items.html:97 +msgid "Read Only Mode" +msgstr "" + +#. Label of a Int field in DocType 'Blog Post' +#: frappe/website/doctype/blog_post/blog_post.json +msgid "Read Time" +msgstr "" + +#. Label of a Check field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Read by Recipient" +msgstr "" + +#. Label of a Datetime field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Read by Recipient On" +msgstr "" + +#: frappe/desk/doctype/note/note.js:10 +msgid "Read mode" +msgstr "" + +#: frappe/utils/safe_exec.py:93 +msgid "Read the documentation to know more" +msgstr "" + +#. Label of a Markdown Editor field in DocType 'Package' +#: frappe/core/doctype/package/package.json +msgid "Readme" +msgstr "" + +#. Label of a Section Break field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Realtime (SocketIO)" +msgstr "" + +#. Label of a Long Text field in DocType 'Unhandled Email' +#. Label of a Text field in DocType 'Energy Point Log' +#: frappe/email/doctype/unhandled_email/unhandled_email.json +#: frappe/public/js/frappe/form/sidebar/review.js:85 +#: frappe/social/doctype/energy_point_log/energy_point_log.js:20 +#: frappe/social/doctype/energy_point_log/energy_point_log.json +msgid "Reason" +msgstr "原因" + +#: frappe/public/js/frappe/views/reports/query_report.js:820 +msgid "Rebuild" +msgstr "重建" + +#: frappe/public/js/frappe/views/treeview.js:475 +msgid "Rebuild Tree" +msgstr "" + +#: frappe/utils/nestedset.py:181 +msgid "Rebuilding of tree is not supported for {}" +msgstr "" + +#. Option for the 'Sent or Received' (Select) field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Received" +msgstr "收到" + +#: frappe/integrations/doctype/token_cache/token_cache.py:50 +msgid "Received an invalid token type." +msgstr "" + +#. Label of a Select field in DocType 'Notification Recipient' +#: frappe/email/doctype/notification_recipient/notification_recipient.json +msgid "Receiver By Document Field" +msgstr "" + +#. Label of a Link field in DocType 'Notification Recipient' +#: frappe/email/doctype/notification_recipient/notification_recipient.json +msgid "Receiver By Role" +msgstr "" + +#. Label of a Data field in DocType 'SMS Settings' +#: frappe/core/doctype/sms_settings/sms_settings.json +msgid "Receiver Parameter" +msgstr "" + +#: frappe/desk/page/user_profile/user_profile.html:39 +msgid "Recent Activity" +msgstr "" + +#: frappe/utils/password_strength.py:117 +msgid "Recent years are easy to guess." +msgstr "最近的几年数字很容易被猜到。" + +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:532 +msgid "Recents" +msgstr "" + +#. Label of a Table field in DocType 'Email Queue' +#. Label of a Data field in DocType 'Email Queue Recipient' +#: frappe/email/doctype/email_queue/email_queue.json +#: frappe/email/doctype/email_queue_recipient/email_queue_recipient.json +msgid "Recipient" +msgstr "" + +#. Option for the 'Delivery Status' (Select) field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Recipient Unsubscribed" +msgstr "" + +#. Label of a Small Text field in DocType 'Auto Repeat' +#. Label of a Section Break field in DocType 'Notification' +#. Label of a Table field in DocType 'Notification' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/email/doctype/notification/notification.json +msgid "Recipients" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/recorder/recorder.json +msgid "Recorder" +msgstr "录音机" + +#. Name of a DocType +#: frappe/core/doctype/recorder_query/recorder_query.json +msgid "Recorder Query" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/recorder_suggested_index/recorder_suggested_index.json +msgid "Recorder Suggested Index" +msgstr "" + +#: frappe/core/doctype/user_permission/user_permission_help.html:2 +msgid "Records for following doctypes will be filtered" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1570 +msgid "Recursive Fetch From" +msgstr "" + +#. Option for the 'Color' (Select) field in DocType 'DocType State' +#. Option for the 'Indicator' (Select) field in DocType 'Kanban Board Column' +#: frappe/core/doctype/doctype_state/doctype_state.json +#: frappe/desk/doctype/kanban_board_column/kanban_board_column.json +msgid "Red" +msgstr "红" + +#. Label of a Select field in DocType 'Website Route Redirect' +#: frappe/website/doctype/website_route_redirect/website_route_redirect.json +msgid "Redirect HTTP Status" +msgstr "" + +#. Label of a Data field in DocType 'Connected App' +#: frappe/integrations/doctype/connected_app/connected_app.json +msgid "Redirect URI" +msgstr "" + +#. Label of a Data field in DocType 'OAuth Authorization Code' +#: frappe/integrations/doctype/oauth_authorization_code/oauth_authorization_code.json +msgid "Redirect URI Bound To Auth Code" +msgstr "" + +#. Label of a Text field in DocType 'OAuth Client' +#: frappe/integrations/doctype/oauth_client/oauth_client.json +msgid "Redirect URIs" +msgstr "" + +#. Label of a Small Text field in DocType 'User' +#. Label of a Data field in DocType 'Social Login Key' +#: frappe/core/doctype/user/user.json +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Redirect URL" +msgstr "" + +#. Description of the 'Default App' (Select) field in DocType 'System Settings' +#. Description of the 'Default App' (Select) field in DocType 'User' +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/core/doctype/user/user.json +msgid "Redirect to the selected app after login" +msgstr "" + +#. Description of the 'Welcome URL' (Data) field in DocType 'Email Group' +#: frappe/email/doctype/email_group/email_group.json +msgid "Redirect to this URL after successful confirmation." +msgstr "" + +#. Label of a Tab Break field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Redirects" +msgstr "" + +#: frappe/sessions.py:147 +msgid "Redis cache server not running. Please contact Administrator / Tech support" +msgstr "Redis缓存服务器无法运行。请联系管理员/技术支持" + +#: frappe/public/js/frappe/form/toolbar.js:463 +msgid "Redo" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:163 +#: frappe/public/js/frappe/form/toolbar.js:471 +msgid "Redo last action" +msgstr "" + +#. Label of a Link field in DocType 'Report' +#: frappe/core/doctype/report/report.json +msgid "Ref DocType" +msgstr "" + +#: frappe/desk/doctype/form_tour/form_tour.js:38 +msgid "Referance Doctype and Dashboard Name both can't be used at the same time." +msgstr "" + +#. Label of a Section Break field in DocType 'Address' +#. Label of a Section Break field in DocType 'Contact' +#. Label of a Section Break field in DocType 'Activity Log' +#. Label of a Section Break field in DocType 'Communication' +#. Label of a Section Break field in DocType 'ToDo' +#. Label of a Section Break field in DocType 'Integration Request' +#: frappe/contacts/doctype/address/address.json +#: frappe/contacts/doctype/contact/contact.json +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/user_type/user_type_dashboard.py:5 +#: frappe/desk/doctype/todo/todo.json frappe/desk/report/todo/todo.py:42 +#: frappe/integrations/doctype/integration_request/integration_request.json +#: frappe/public/js/frappe/views/interaction.js:54 +msgid "Reference" +msgstr "参考" + +#. Label of a Select field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Reference Date" +msgstr "参考日期" + +#. Label of a Data field in DocType 'Email Queue' +#: frappe/email/doctype/email_queue/email_queue.json +msgid "Reference DocName" +msgstr "" + +#. Label of a Link field in DocType 'Error Log' +#. Label of a Link field in DocType 'Submission Queue' +#: frappe/core/doctype/error_log/error_log.json +#: frappe/core/doctype/submission_queue/submission_queue.json +msgid "Reference DocType" +msgstr "" + +#: frappe/email/doctype/email_unsubscribe/email_unsubscribe.py:26 +msgid "Reference DocType and Reference Name are required" +msgstr "需要参考文档类型和参考名称" + +#. Label of a Dynamic Link field in DocType 'Submission Queue' +#. Label of a Dynamic Link field in DocType 'Discussion Topic' +#: frappe/core/doctype/submission_queue/submission_queue.json +#: frappe/website/doctype/discussion_topic/discussion_topic.json +msgid "Reference Docname" +msgstr "" + +#. Label of a Link field in DocType 'Discussion Topic' +#: frappe/core/doctype/communication/communication.js:143 +#: frappe/core/report/transaction_log_report/transaction_log_report.py:88 +#: frappe/website/doctype/discussion_topic/discussion_topic.json +msgid "Reference Doctype" +msgstr "参考文档类型" + +#. Label of a Dynamic Link field in DocType 'Auto Repeat' +#. Label of a Data field in DocType 'Access Log' +#. Label of a Link field in DocType 'Form Tour' +#. Label of a Link field in DocType 'Onboarding Step' +#. Label of a Data field in DocType 'Webhook Request Log' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/automation/doctype/auto_repeat/auto_repeat_schedule.html:4 +#: frappe/core/doctype/access_log/access_log.json +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +#: frappe/integrations/doctype/webhook_request_log/webhook_request_log.json +msgid "Reference Document" +msgstr "" + +#. Label of a Dynamic Link field in DocType 'Document Share Key' +#. Label of a Dynamic Link field in DocType 'Integration Request' +#: frappe/core/doctype/document_share_key/document_share_key.json +#: frappe/integrations/doctype/integration_request/integration_request.json +msgid "Reference Document Name" +msgstr "" + +#. Label of a Link field in DocType 'Auto Repeat' +#. Label of a Link field in DocType 'Activity Log' +#. Label of a Link field in DocType 'Comment' +#. Label of a Link field in DocType 'Communication' +#. Label of a Data field in DocType 'Custom DocPerm' +#. Label of a Data field in DocType 'Custom Role' +#. Label of a Link field in DocType 'Document Share Key' +#. Label of a Link field in DocType 'Server Script' +#. Label of a Link field in DocType 'Success Action' +#. Label of a Data field in DocType 'Transaction Log' +#. Label of a Link field in DocType 'View Log' +#. Label of a Link field in DocType 'Calendar View' +#. Label of a Link field in DocType 'Event Participants' +#. Label of a Link field in DocType 'Kanban Board' +#. Label of a Link field in DocType 'List Filter' +#. Label of a Link field in DocType 'Email Queue' +#. Label of a Link field in DocType 'Email Unsubscribe' +#. Label of a Link field in DocType 'Integration Request' +#. Label of a Link field in DocType 'Energy Point Log' +#. Label of a Link field in DocType 'Energy Point Rule' +#. Label of a Link field in DocType 'Portal Menu Item' +#. Label of a Link field in DocType 'Workflow Action' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/custom_role/custom_role.json +#: frappe/core/doctype/document_share_key/document_share_key.json +#: frappe/core/doctype/server_script/server_script.json +#: frappe/core/doctype/success_action/success_action.json +#: frappe/core/doctype/transaction_log/transaction_log.json +#: frappe/core/doctype/view_log/view_log.json +#: frappe/desk/doctype/calendar_view/calendar_view.json +#: frappe/desk/doctype/event_participants/event_participants.json +#: frappe/desk/doctype/kanban_board/kanban_board.json +#: frappe/desk/doctype/list_filter/list_filter.json +#: frappe/email/doctype/email_queue/email_queue.json +#: frappe/email/doctype/email_unsubscribe/email_unsubscribe.json +#: frappe/integrations/doctype/integration_request/integration_request.json +#: frappe/social/doctype/energy_point_log/energy_point_log.json +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +#: frappe/website/doctype/portal_menu_item/portal_menu_item.json +#: frappe/workflow/doctype/workflow_action/workflow_action.json +msgid "Reference Document Type" +msgstr "参考文档类型" + +#. Label of a Dynamic Link field in DocType 'Activity Log' +#. Label of a Dynamic Link field in DocType 'Comment' +#. Label of a Dynamic Link field in DocType 'Communication' +#. Label of a Data field in DocType 'Data Import Log' +#. Label of a Data field in DocType 'Error Log' +#. Label of a Dynamic Link field in DocType 'Event Participants' +#. Label of a Dynamic Link field in DocType 'ToDo' +#. Label of a Dynamic Link field in DocType 'Email Unsubscribe' +#. Label of a Data field in DocType 'Energy Point Log' +#. Label of a Dynamic Link field in DocType 'Workflow Action' +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.js:152 +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/data_import_log/data_import_log.json +#: frappe/core/doctype/error_log/error_log.json +#: frappe/core/report/transaction_log_report/transaction_log_report.py:94 +#: frappe/desk/doctype/event_participants/event_participants.json +#: frappe/desk/doctype/todo/todo.json +#: frappe/email/doctype/email_unsubscribe/email_unsubscribe.json +#: frappe/social/doctype/energy_point_log/energy_point_log.json +#: frappe/workflow/doctype/workflow_action/workflow_action.json +msgid "Reference Name" +msgstr "参考名称" + +#. Label of a Read Only field in DocType 'Activity Log' +#. Label of a Data field in DocType 'Comment' +#. Label of a Read Only field in DocType 'Communication' +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +msgid "Reference Owner" +msgstr "" + +#. Label of a Data field in DocType 'Report' +#. Label of a Link field in DocType 'Onboarding Step' +#. Label of a Data field in DocType 'Auto Email Report' +#: frappe/core/doctype/report/report.json +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Reference Report" +msgstr "" + +#. Label of a Link field in DocType 'ToDo' +#: frappe/desk/doctype/todo/todo.json +msgid "Reference Type" +msgstr "" + +#: frappe/social/doctype/energy_point_rule/energy_point_rule.py:145 +msgid "Reference document has been cancelled" +msgstr "参考文件已被取消" + +#. Label of a Dynamic Link field in DocType 'View Log' +#: frappe/core/doctype/view_log/view_log.json +msgid "Reference name" +msgstr "" + +#: frappe/templates/emails/auto_reply.html:3 +msgid "Reference: {0} {1}" +msgstr "参考:{0} {1}" + +#. Label of a Data field in DocType 'Web Page View' +#: frappe/website/doctype/web_page_view/web_page_view.json +#: frappe/website/report/website_analytics/website_analytics.js:37 +msgid "Referrer" +msgstr "推荐人" + +#: frappe/printing/page/print/print.js:73 frappe/public/js/frappe/desk.js:134 +#: frappe/public/js/frappe/desk.js:533 +#: frappe/public/js/frappe/form/form.js:1132 +#: frappe/public/js/frappe/form/templates/print_layout.html:6 +#: frappe/public/js/frappe/list/base_list.js:65 +#: frappe/public/js/frappe/views/reports/query_report.js:1638 +#: frappe/public/js/frappe/views/treeview.js:462 +#: frappe/public/js/frappe/widgets/chart_widget.js:290 +#: frappe/public/js/frappe/widgets/number_card_widget.js:324 +#: frappe/public/js/print_format_builder/Preview.vue:24 +msgid "Refresh" +msgstr "刷新" + +#: frappe/core/page/dashboard_view/dashboard_view.js:177 +msgid "Refresh All" +msgstr "全部刷新" + +#. Label of a Button field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Refresh Google Sheet" +msgstr "" + +#. Label of a Password field in DocType 'Google Calendar' +#. Label of a Password field in DocType 'Google Contacts' +#. Label of a Data field in DocType 'Google Drive' +#. Label of a Data field in DocType 'OAuth Bearer Token' +#. Label of a Password field in DocType 'Token Cache' +#: frappe/integrations/doctype/google_calendar/google_calendar.json +#: frappe/integrations/doctype/google_contacts/google_contacts.json +#: frappe/integrations/doctype/google_drive/google_drive.json +#: frappe/integrations/doctype/oauth_bearer_token/oauth_bearer_token.json +#: frappe/integrations/doctype/token_cache/token_cache.json +msgid "Refresh Token" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:506 +msgctxt "Document count in list view" +msgid "Refreshing" +msgstr "" + +#: frappe/core/doctype/system_settings/system_settings.js:57 +#: frappe/core/doctype/user/user.js:361 +#: frappe/desk/page/setup_wizard/setup_wizard.js:204 +msgid "Refreshing..." +msgstr "正在刷新..." + +#: frappe/core/doctype/user/user.py:962 +msgid "Registered but disabled" +msgstr "注册但被禁用" + +#. Option for the 'Delivery Status' (Select) field in DocType 'Communication' +#. Option for the 'Contribution Status' (Select) field in DocType 'Translation' +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/translation/translation.json +msgid "Rejected" +msgstr "" + +#: frappe/integrations/doctype/push_notification_settings/push_notification_settings.py:30 +msgid "Relay Server URL missing" +msgstr "" + +#. Label of a Section Break field in DocType 'Push Notification Settings' +#: frappe/integrations/doctype/push_notification_settings/push_notification_settings.json +msgid "Relay Settings" +msgstr "" + +#. Group in Package's connections +#: frappe/core/doctype/package/package.json +msgid "Release" +msgstr "" + +#. Label of a Markdown Editor field in DocType 'Package Release' +#: frappe/core/doctype/package_release/package_release.json +msgid "Release Notes" +msgstr "" + +#: frappe/core/doctype/communication/communication.js:48 +#: frappe/core/doctype/communication/communication.js:159 +msgid "Relink" +msgstr "重新链接" + +#: frappe/core/doctype/communication/communication.js:138 +msgid "Relink Communication" +msgstr "重新链接通讯" + +#. Option for the 'Comment Type' (Select) field in DocType 'Comment' +#. Option for the 'Comment Type' (Select) field in DocType 'Communication' +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +msgid "Relinked" +msgstr "" + +#. Label of a standard navbar item +#. Type: Action +#: frappe/custom/doctype/customize_form/customize_form.js:120 frappe/hooks.py +#: frappe/public/js/frappe/form/toolbar.js:409 +msgid "Reload" +msgstr "重新载入" + +#: frappe/public/js/frappe/form/controls/attach.js:16 +msgid "Reload File" +msgstr "" + +#: frappe/public/js/frappe/list/base_list.js:249 +msgid "Reload List" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:100 +msgid "Reload Report" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Remember Last Selected Value" +msgstr "" + +#. Label of a Datetime field in DocType 'Reminder' +#: frappe/automation/doctype/reminder/reminder.json +#: frappe/public/js/frappe/form/reminders.js:33 +msgid "Remind At" +msgstr "" + +#: frappe/public/js/frappe/form/toolbar.js:437 +msgid "Remind Me" +msgstr "" + +#: frappe/public/js/frappe/form/reminders.js:13 +msgid "Remind Me In" +msgstr "" + +#. Name of a DocType +#: frappe/automation/doctype/reminder/reminder.json +msgid "Reminder" +msgstr "" + +#: frappe/automation/doctype/reminder/reminder.py:39 +msgid "Reminder cannot be created in past." +msgstr "" + +#: frappe/public/js/frappe/form/reminders.js:96 +msgid "Reminder set at {0}" +msgstr "" + +#: frappe/public/js/frappe/form/templates/form_sidebar.html:14 +#: frappe/public/js/frappe/ui/filters/edit_filter.html:4 +#: frappe/public/js/frappe/ui/group_by/group_by.html:4 +msgid "Remove" +msgstr "" + +#: frappe/core/doctype/rq_job/rq_job_list.js:8 +msgid "Remove Failed Jobs" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:488 +msgid "Remove Field" +msgstr "删除字段" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:427 +msgid "Remove Section" +msgstr "删除部分" + +#: frappe/custom/doctype/customize_form/customize_form.js:138 +msgid "Remove all customizations?" +msgstr "删除所有自定义?" + +#: frappe/public/js/form_builder/components/Section.vue:286 +msgid "Remove all fields in the column" +msgstr "" + +#: frappe/public/js/form_builder/components/Section.vue:278 +#: frappe/public/js/frappe/utils/datatable.js:9 +#: frappe/public/js/print_format_builder/PrintFormatSection.vue:120 +msgid "Remove column" +msgstr "" + +#: frappe/public/js/form_builder/components/Field.vue:246 +msgid "Remove field" +msgstr "" + +#: frappe/public/js/form_builder/components/Section.vue:279 +msgid "Remove last column" +msgstr "" + +#: frappe/public/js/print_format_builder/PrintFormatSection.vue:130 +msgid "Remove page break" +msgstr "" + +#: frappe/public/js/form_builder/components/Section.vue:266 +#: frappe/public/js/print_format_builder/PrintFormatSection.vue:135 +msgid "Remove section" +msgstr "" + +#: frappe/public/js/form_builder/components/Tabs.vue:140 +msgid "Remove tab" +msgstr "" + +#: frappe/core/doctype/file/file.py:154 +msgid "Removed {0}" +msgstr "删除{0}" + +#: frappe/custom/doctype/custom_field/custom_field.js:137 +#: frappe/public/js/frappe/form/toolbar.js:235 +#: frappe/public/js/frappe/form/toolbar.js:239 +#: frappe/public/js/frappe/form/toolbar.js:399 +#: frappe/public/js/frappe/model/model.js:752 +#: frappe/public/js/frappe/views/treeview.js:277 +msgid "Rename" +msgstr "重命名" + +#: frappe/custom/doctype/custom_field/custom_field.js:116 +#: frappe/custom/doctype/custom_field/custom_field.js:136 +msgid "Rename Fieldname" +msgstr "" + +#: frappe/public/js/frappe/model/model.js:739 +msgid "Rename {0}" +msgstr "重命名{0}" + +#: frappe/core/doctype/doctype/doctype.py:684 +msgid "Renamed files and replaced code in controllers, please check!" +msgstr "重命名文件并替换控制器中的代码,请检查!" + +#: frappe/public/js/print_format_builder/PrintFormatSection.vue:17 +msgid "Render labels to the left and values to the right in this section" +msgstr "" + +#: frappe/core/doctype/communication/communication.js:43 +#: frappe/desk/doctype/todo/todo.js:36 +msgid "Reopen" +msgstr "重新打开" + +#: frappe/public/js/frappe/form/toolbar.js:480 +msgid "Repeat" +msgstr "重复" + +#. Label of a Check field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Repeat Header and Footer" +msgstr "" + +#. Label of a Select field in DocType 'Event' +#: frappe/desk/doctype/event/event.json +msgid "Repeat On" +msgstr "" + +#. Label of a Date field in DocType 'Event' +#: frappe/desk/doctype/event/event.json +msgid "Repeat Till" +msgstr "" + +#. Label of a Int field in DocType 'Auto Repeat' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +msgid "Repeat on Day" +msgstr "" + +#. Label of a Table field in DocType 'Auto Repeat' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +msgid "Repeat on Days" +msgstr "" + +#. Label of a Check field in DocType 'Auto Repeat' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +msgid "Repeat on Last Day of the Month" +msgstr "" + +#. Label of a Check field in DocType 'Event' +#: frappe/desk/doctype/event/event.json +msgid "Repeat this Event" +msgstr "" + +#: frappe/utils/password_strength.py:104 +msgid "Repeats like \"aaa\" are easy to guess" +msgstr "像“AAA”重复很容易被猜到" + +#: frappe/utils/password_strength.py:99 +msgid "Repeats like \"abcabcabc\" are only slightly harder to guess than \"abc\"" +msgstr "重复像“ABCABCABC”只比“ABC”较难猜测一点" + +#: frappe/public/js/frappe/form/sidebar/form_sidebar.js:135 +msgid "Repeats {0}" +msgstr "重复{0}" + +#. Option for the 'Status' (Select) field in DocType 'Contact' +#. Option for the 'Status' (Select) field in DocType 'Communication' +#: frappe/contacts/doctype/contact/contact.json +#: frappe/core/doctype/communication/communication.json +msgid "Replied" +msgstr "回答" + +#. Label of a Text Editor field in DocType 'Discussion Reply' +#: frappe/core/doctype/communication/communication.js:57 +#: frappe/public/js/frappe/form/footer/form_timeline.js:552 +#: frappe/website/doctype/discussion_reply/discussion_reply.json +msgid "Reply" +msgstr "回复" + +#: frappe/core/doctype/communication/communication.js:62 +msgid "Reply All" +msgstr "全部回复" + +#. Label of a Check field in DocType 'Custom DocPerm' +#. Label of a Link field in DocType 'Custom Role' +#. Label of a Check field in DocType 'DocPerm' +#. Linked DocType in DocType's connections +#. Name of a DocType +#. Option for the 'Set Role For' (Select) field in DocType 'Role Permission for +#. Page and Report' +#. Label of a Link field in DocType 'Role Permission for Page and Report' +#. Label of a Link in the Build Workspace +#. Label of a shortcut in the Build Workspace +#. Option for the 'Chart Type' (Select) field in DocType 'Dashboard Chart' +#. Option for the 'Select List View' (Select) field in DocType 'Form Tour' +#. Option for the 'Type' (Select) field in DocType 'Number Card' +#. Label of a Tab Break field in DocType 'System Health Report' +#. Option for the 'Link Type' (Select) field in DocType 'Workspace Link' +#. Option for the 'Type' (Select) field in DocType 'Workspace Shortcut' +#. Label of a Link field in DocType 'Auto Email Report' +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/custom_role/custom_role.json +#: frappe/core/doctype/docperm/docperm.json +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/report/report.json +#: frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.json +#: frappe/core/workspace/build/build.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/desk/doctype/system_health_report/system_health_report.json +#: frappe/desk/doctype/workspace_link/workspace_link.json +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +#: frappe/public/js/frappe/request.js:610 +msgid "Report" +msgstr "报告" + +#. Option for the 'Report Type' (Select) field in DocType 'Report' +#. Option for the 'DocType View' (Select) field in DocType 'Workspace Shortcut' +#: frappe/core/doctype/report/report.json +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +#: frappe/public/js/frappe/list/list_view_select.js:66 +msgid "Report Builder" +msgstr "报表生成器" + +#. Name of a DocType +#: frappe/core/doctype/report_column/report_column.json +msgid "Report Column" +msgstr "报告栏" + +#. Label of a Data field in DocType 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Report Description" +msgstr "" + +#: frappe/core/doctype/report/report.py:145 +msgid "Report Document Error" +msgstr "报告文件错误" + +#. Name of a DocType +#: frappe/core/doctype/report_filter/report_filter.json +msgid "Report Filter" +msgstr "报告过滤器" + +#. Label of a Section Break field in DocType 'Auto Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Report Filters" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Report Hide" +msgstr "" + +#. Label of a Section Break field in DocType 'Access Log' +#: frappe/core/doctype/access_log/access_log.json +msgid "Report Information" +msgstr "" + +#. Name of a role +#: frappe/core/doctype/report/report.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Report Manager" +msgstr "报告管理" + +#. Label of a Data field in DocType 'Access Log' +#. Label of a Data field in DocType 'Prepared Report' +#. Label of a Data field in DocType 'Report' +#. Label of a Link field in DocType 'Dashboard Chart' +#. Label of a Link field in DocType 'Number Card' +#: frappe/core/doctype/access_log/access_log.json +#: frappe/core/doctype/prepared_report/prepared_report.json +#: frappe/core/doctype/report/report.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/public/js/frappe/views/reports/query_report.js:1819 +msgid "Report Name" +msgstr "报告名称" + +#: frappe/desk/doctype/number_card/number_card.py:66 +msgid "Report Name, Report Field and Fucntion are required to create a number card" +msgstr "" + +#. Label of a Link field in DocType 'Workspace Link' +#: frappe/desk/doctype/workspace_link/workspace_link.json +msgid "Report Ref DocType" +msgstr "" + +#. Label of a Data field in DocType 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Report Reference Doctype" +msgstr "" + +#. Label of a Select field in DocType 'Report' +#. Label of a Data field in DocType 'Onboarding Step' +#. Label of a Read Only field in DocType 'Auto Email Report' +#: frappe/core/doctype/report/report.json +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Report Type" +msgstr "" + +#: frappe/public/js/frappe/list/base_list.js:203 +msgid "Report View" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1771 +msgid "Report cannot be set for Single types" +msgstr "报告不能单类型设置" + +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:208 +#: frappe/desk/doctype/number_card/number_card.js:191 +msgid "Report has no data, please modify the filters or change the Report Name" +msgstr "报告中没有数据,请修改过滤器或更改报告名称" + +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:196 +#: frappe/desk/doctype/number_card/number_card.js:186 +msgid "Report has no numeric fields, please change the Report Name" +msgstr "报告没有数字字段,请更改报告名称" + +#: frappe/public/js/frappe/views/reports/query_report.js:940 +msgid "Report initiated, click to view status" +msgstr "" + +#: frappe/email/doctype/auto_email_report/auto_email_report.py:108 +msgid "Report limit reached" +msgstr "" + +#: frappe/core/doctype/prepared_report/prepared_report.py:213 +msgid "Report timed out." +msgstr "" + +#: frappe/desk/query_report.py:574 +msgid "Report updated successfully" +msgstr "报告已成功更新" + +#: frappe/public/js/frappe/views/reports/report_view.js:1281 +msgid "Report was not saved (there were errors)" +msgstr "报告尚未保存(有错误)" + +#: frappe/public/js/frappe/views/reports/query_report.js:1857 +msgid "Report with more than 10 columns looks better in Landscape mode." +msgstr "在横向模式下,超过10列的报告看起来更好。" + +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:251 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:252 +msgid "Report {0}" +msgstr "报告{0}" + +#: frappe/desk/reportview.py:340 +msgid "Report {0} deleted" +msgstr "" + +#: frappe/desk/query_report.py:53 +msgid "Report {0} is disabled" +msgstr "报告{0}无效" + +#: frappe/desk/reportview.py:317 +msgid "Report {0} saved" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:20 +msgid "Report:" +msgstr "报告:" + +#. Label of a Section Break field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:547 +msgid "Reports" +msgstr "报告" + +#: frappe/patches/v14_0/update_workspace2.py:50 +msgid "Reports & Masters" +msgstr "报告和大师" + +#: frappe/public/js/frappe/views/reports/query_report.js:856 +msgid "Reports already in Queue" +msgstr "报表已在队列中" + +#. Description of a DocType +#: frappe/core/doctype/user/user.json +msgid "Represents a User in the system." +msgstr "" + +#. Description of a DocType +#: frappe/workflow/doctype/workflow_document_state/workflow_document_state.json +msgid "Represents the states allowed in one document and role assigned to change the state." +msgstr "" + +#: frappe/www/me.html:66 +msgid "Request Account Deletion" +msgstr "" + +#. Label of a Code field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "Request Body" +msgstr "" + +#. Label of a Code field in DocType 'Integration Request' +#: frappe/integrations/doctype/integration_request/integration_request.json +msgid "Request Data" +msgstr "" + +#. Label of a Data field in DocType 'Integration Request' +#: frappe/integrations/doctype/integration_request/integration_request.json +msgid "Request Description" +msgstr "" + +#. Label of a Code field in DocType 'Recorder' +#. Label of a Code field in DocType 'Integration Request' +#: frappe/core/doctype/recorder/recorder.json +#: frappe/integrations/doctype/integration_request/integration_request.json +msgid "Request Headers" +msgstr "" + +#. Label of a Data field in DocType 'Integration Request' +#: frappe/integrations/doctype/integration_request/integration_request.json +msgid "Request ID" +msgstr "" + +#. Label of a Int field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "Request Limit" +msgstr "" + +#. Label of a Select field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "Request Method" +msgstr "" + +#. Label of a Select field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "Request Structure" +msgstr "" + +#: frappe/public/js/frappe/request.js:228 +msgid "Request Timed Out" +msgstr "请求超时" + +#. Label of a Int field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +#: frappe/public/js/frappe/request.js:241 +msgid "Request Timeout" +msgstr "" + +#. Label of a Small Text field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "Request URL" +msgstr "" + +#. Label of a Select field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "Require Trusted Certificate" +msgstr "" + +#. Description of the 'LDAP search path for Groups' (Data) field in DocType +#. 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "Requires any valid fdn path. i.e. ou=groups,dc=example,dc=com" +msgstr "" + +#. Description of the 'LDAP search path for Users' (Data) field in DocType +#. 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "Requires any valid fdn path. i.e. ou=users,dc=example,dc=com" +msgstr "" + +#: frappe/core/doctype/communication/communication.js:279 +msgid "Res: {0}" +msgstr "分辨率:{0}" + +#: frappe/desk/doctype/form_tour/form_tour.js:101 +#: frappe/desk/doctype/global_search_settings/global_search_settings.js:19 +#: frappe/desk/doctype/module_onboarding/module_onboarding.js:17 +#: frappe/website/doctype/portal_settings/portal_settings.js:19 +msgid "Reset" +msgstr "重启" + +#: frappe/custom/doctype/customize_form/customize_form.js:136 +msgid "Reset All Customizations" +msgstr "" + +#: frappe/public/js/print_format_builder/print_format_builder.bundle.js:21 +#: frappe/public/js/workflow_builder/workflow_builder.bundle.js:37 +msgid "Reset Changes" +msgstr "" + +#: frappe/public/js/frappe/widgets/chart_widget.js:305 +msgid "Reset Chart" +msgstr "重置图表" + +#: frappe/public/js/frappe/views/dashboard/dashboard_view.js:38 +msgid "Reset Dashboard Customizations" +msgstr "" + +#: frappe/public/js/frappe/list/list_settings.js:230 +msgid "Reset Fields" +msgstr "重新设置领域" + +#: frappe/core/doctype/user/user.js:177 frappe/core/doctype/user/user.js:180 +msgid "Reset LDAP Password" +msgstr "重置LDAP密码" + +#: frappe/custom/doctype/customize_form/customize_form.js:128 +msgid "Reset Layout" +msgstr "" + +#: frappe/core/doctype/user/user.js:228 +msgid "Reset OTP Secret" +msgstr "重置OTP密码" + +#: frappe/core/doctype/user/user.js:161 frappe/www/login.html:179 +#: frappe/www/me.html:35 frappe/www/me.html:44 +#: frappe/www/update-password.html:3 frappe/www/update-password.html:9 +msgid "Reset Password" +msgstr "重设密码" + +#. Label of a Data field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Reset Password Key" +msgstr "" + +#. Label of a Duration field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Reset Password Link Expiry Duration" +msgstr "" + +#. Label of a Link field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Reset Password Template" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager.js:109 +msgid "Reset Permissions for {0}?" +msgstr "重置权限{0} ?" + +#: frappe/public/js/form_builder/components/Field.vue:114 +msgid "Reset To Default" +msgstr "" + +#: frappe/public/js/frappe/utils/datatable.js:8 +msgid "Reset sorting" +msgstr "" + +#: frappe/www/me.html:36 +msgid "Reset the password for your account" +msgstr "" + +#: frappe/public/js/frappe/form/grid_row.js:410 +msgid "Reset to default" +msgstr "" + +#: frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js:19 +msgid "Reset to defaults" +msgstr "重置为默认值" + +#: frappe/templates/emails/password_reset.html:3 +msgid "Reset your password" +msgstr "重置你的密码" + +#. Label of a Text Editor field in DocType 'Email Template' +#. Label of a Section Break field in DocType 'Integration Request' +#. Label of a Code field in DocType 'Webhook Request Log' +#: frappe/email/doctype/email_template/email_template.json +#: frappe/integrations/doctype/integration_request/integration_request.json +#: frappe/integrations/doctype/webhook_request_log/webhook_request_log.json +msgid "Response" +msgstr "" + +#. Label of a Code field in DocType 'Email Template' +#: frappe/email/doctype/email_template/email_template.json +msgid "Response " +msgstr "" + +#. Label of a Select field in DocType 'OAuth Client' +#: frappe/integrations/doctype/oauth_client/oauth_client.json +msgid "Response Type" +msgstr "" + +#: frappe/public/js/frappe/ui/notifications/notifications.js:407 +msgid "Rest of the day" +msgstr "" + +#: frappe/core/doctype/deleted_document/deleted_document.js:11 +#: frappe/core/doctype/deleted_document/deleted_document_list.js:48 +msgid "Restore" +msgstr "恢复" + +#: frappe/core/page/permission_manager/permission_manager.js:502 +msgid "Restore Original Permissions" +msgstr "恢复原始权限" + +#: frappe/website/doctype/portal_settings/portal_settings.js:20 +msgid "Restore to default settings?" +msgstr "恢复到默认设置?" + +#. Label of a Check field in DocType 'Deleted Document' +#: frappe/core/doctype/deleted_document/deleted_document.json +msgid "Restored" +msgstr "" + +#: frappe/core/doctype/deleted_document/deleted_document.py:74 +msgid "Restoring Deleted Document" +msgstr "恢复已删除的文档" + +#. Label of a Small Text field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Restrict IP" +msgstr "" + +#. Label of a Link field in DocType 'DocType' +#. Label of a Link field in DocType 'Module Def' +#. Label of a Link field in DocType 'Page' +#. Label of a Link field in DocType 'Role' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/module_def/module_def.json +#: frappe/core/doctype/page/page.json frappe/core/doctype/role/role.json +msgid "Restrict To Domain" +msgstr "" + +#. Label of a Link field in DocType 'Workspace' +#. Label of a Link field in DocType 'Workspace Shortcut' +#: frappe/desk/doctype/workspace/workspace.json +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +msgid "Restrict to Domain" +msgstr "" + +#. Description of the 'Restrict IP' (Small Text) field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Restrict user from this IP address only. Multiple IP addresses can be added by separating with commas. Also accepts partial IP addresses like (111.111.111)" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:174 +msgctxt "Title of message showing restrictions in list view" +msgid "Restrictions" +msgstr "限制条件" + +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:356 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:371 +msgid "Result" +msgstr "" + +#: frappe/email/doctype/email_queue/email_queue_list.js:27 +msgid "Resume Sending" +msgstr "发送简历" + +#. Label of a Int field in DocType 'Email Queue' +#: frappe/core/doctype/data_import/data_import.js:110 +#: frappe/desk/page/setup_wizard/setup_wizard.js:285 +#: frappe/email/doctype/email_queue/email_queue.json +msgid "Retry" +msgstr "" + +#: frappe/email/doctype/email_queue/email_queue_list.js:47 +msgid "Retry Sending" +msgstr "" + +#: frappe/www/qrcode.html:15 +msgid "Return to the Verification screen and enter the code displayed by your authentication app" +msgstr "返回验证屏幕,并输入您的身份验证应用程序显示的代码" + +#. Label of a Check field in DocType 'Desktop Icon' +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +msgid "Reverse Icon Color" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Energy Point Log' +#: frappe/social/doctype/energy_point_log/energy_point_log.js:10 +#: frappe/social/doctype/energy_point_log/energy_point_log.js:15 +#: frappe/social/doctype/energy_point_log/energy_point_log.json +msgid "Revert" +msgstr "还原" + +#. Label of a Link field in DocType 'Energy Point Log' +#: frappe/social/doctype/energy_point_log/energy_point_log.json +msgid "Revert Of" +msgstr "" + +#. Label of a Check field in DocType 'Energy Point Log' +#: frappe/social/doctype/energy_point_log/energy_point_log.json +msgid "Reverted" +msgstr "" + +#: frappe/database/schema.py:156 +msgid "Reverting length to {0} for '{1}' in '{2}'. Setting the length as {3} will cause truncation of data." +msgstr "将“ {2}”中“ {1}”的长度恢复为{0}。将长度设置为{3}将导致数据截断。" + +#. Option for the 'Type' (Select) field in DocType 'Energy Point Log' +#: frappe/social/doctype/energy_point_log/energy_point_log.json +msgid "Review" +msgstr "评论" + +#. Name of a DocType +#: frappe/social/doctype/review_level/review_level.json +msgid "Review Level" +msgstr "审查级别" + +#. Label of a Table field in DocType 'Energy Point Settings' +#: frappe/social/doctype/energy_point_settings/energy_point_settings.json +msgid "Review Levels" +msgstr "" + +#. Label of a Int field in DocType 'Review Level' +#: frappe/desk/page/user_profile/user_profile_controller.js:402 +#: frappe/social/doctype/review_level/review_level.json +msgid "Review Points" +msgstr "" + +#: frappe/public/js/frappe/form/templates/form_sidebar.html:87 +msgid "Reviews" +msgstr "" + +#. Label of a Data field in DocType 'Connected App' +#: frappe/integrations/doctype/connected_app/connected_app.json +msgid "Revocation URI" +msgstr "" + +#: frappe/www/third_party_apps.html:45 +msgid "Revoke" +msgstr "撤消" + +#. Option for the 'Status' (Select) field in DocType 'OAuth Bearer Token' +#: frappe/integrations/doctype/oauth_bearer_token/oauth_bearer_token.json +msgid "Revoked" +msgstr "" + +#. Option for the 'Content Type' (Select) field in DocType 'Newsletter' +#. Option for the 'Content Type' (Select) field in DocType 'Blog Post' +#. Option for the 'Content Type' (Select) field in DocType 'Web Page' +#: frappe/email/doctype/newsletter/newsletter.json +#: frappe/website/doctype/blog_post/blog_post.json +#: frappe/website/doctype/web_page/web_page.js:92 +#: frappe/website/doctype/web_page/web_page.json +msgid "Rich Text" +msgstr "" + +#. Option for the 'Position' (Select) field in DocType 'Form Tour Step' +#. Option for the 'Align' (Select) field in DocType 'Letter Head' +#. Option for the 'Text Align' (Select) field in DocType 'Web Page' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +#: frappe/printing/doctype/letter_head/letter_head.json +#: frappe/website/doctype/web_page/web_page.json +msgid "Right" +msgstr "右边" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:484 +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:156 +msgctxt "alignment" +msgid "Right" +msgstr "右边" + +#. Option for the 'Position' (Select) field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Right Bottom" +msgstr "" + +#. Option for the 'Position' (Select) field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "Right Center" +msgstr "" + +#. Label of a Code field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Robots.txt" +msgstr "" + +#. Label of a Link field in DocType 'Custom DocPerm' +#. Label of a Table field in DocType 'Custom Role' +#. Label of a Link field in DocType 'DocPerm' +#. Label of a Link field in DocType 'Has Role' +#. Name of a DocType +#. Label of a Link field in DocType 'User Type' +#. Label of a Link in the Users Workspace +#. Label of a shortcut in the Users Workspace +#. Label of a Link field in DocType 'Onboarding Permission' +#. Label of a Link field in DocType 'ToDo' +#. Label of a Link field in DocType 'OAuth Client Role' +#. Label of a Link field in DocType 'Review Level' +#. Label of a Link field in DocType 'Portal Menu Item' +#. Label of a Link field in DocType 'Workflow Action Permitted Role' +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/custom_role/custom_role.json +#: frappe/core/doctype/docperm/docperm.json +#: frappe/core/doctype/has_role/has_role.json +#: frappe/core/doctype/role/role.json +#: frappe/core/doctype/user_type/user_type.json +#: frappe/core/doctype/user_type/user_type.py:109 +#: frappe/core/page/permission_manager/permission_manager.js:212 +#: frappe/core/page/permission_manager/permission_manager.js:449 +#: frappe/core/workspace/users/users.json +#: frappe/desk/doctype/onboarding_permission/onboarding_permission.json +#: frappe/desk/doctype/todo/todo.json +#: frappe/integrations/doctype/oauth_client_role/oauth_client_role.json +#: frappe/social/doctype/review_level/review_level.json +#: frappe/website/doctype/portal_menu_item/portal_menu_item.json +#: frappe/workflow/doctype/workflow_action_permitted_role/workflow_action_permitted_role.json +msgid "Role" +msgstr "角色" + +#: frappe/core/doctype/role/role.js:8 +msgid "Role 'All' will be given to all system + website users." +msgstr "" + +#: frappe/core/doctype/role/role.js:13 +msgid "Role 'Desk User' will be given to all system users." +msgstr "" + +#. Label of a Data field in DocType 'Role' +#. Label of a Data field in DocType 'Role Profile' +#: frappe/core/doctype/role/role.json +#: frappe/core/doctype/role_profile/role_profile.json +msgid "Role Name" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Users Workspace +#: frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.json +#: frappe/core/workspace/users/users.json +msgid "Role Permission for Page and Report" +msgstr "角色权限页和报告" + +#. Label of a Section Break field in DocType 'User Document Type' +#: frappe/core/doctype/user_document_type/user_document_type.json +#: frappe/public/js/frappe/roles_editor.js:102 +msgid "Role Permissions" +msgstr "角色权限" + +#. Label of a Link in the Users Workspace +#: frappe/core/page/permission_manager/permission_manager.js:4 +#: frappe/core/workspace/users/users.json +msgid "Role Permissions Manager" +msgstr "角色权限管理" + +#: frappe/public/js/frappe/list/list_view.js:1687 +msgctxt "Button in list view menu" +msgid "Role Permissions Manager" +msgstr "角色权限管理" + +#. Name of a DocType +#. Label of a Link field in DocType 'User' +#. Label of a Link in the Users Workspace +#: frappe/core/doctype/role_profile/role_profile.json +#: frappe/core/doctype/user/user.json frappe/core/workspace/users/users.json +msgid "Role Profile" +msgstr "角色配置文件" + +#. Label of a Section Break field in DocType 'Custom DocPerm' +#. Label of a Section Break field in DocType 'DocPerm' +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/docperm/docperm.json +msgid "Role and Level" +msgstr "" + +#: frappe/core/doctype/user/user.py:299 +msgid "Role has been set as per the user type {0}" +msgstr "" + +#. Label of a Table field in DocType 'Page' +#. Label of a Table field in DocType 'Report' +#. Label of a Table field in DocType 'Role Permission for Page and Report' +#. Label of a Section Break field in DocType 'User' +#. Label of a Section Break field in DocType 'Custom HTML Block' +#. Label of a Table field in DocType 'Custom HTML Block' +#. Label of a Table field in DocType 'Dashboard Chart' +#. Label of a Table field in DocType 'Workspace' +#. Label of a Tab Break field in DocType 'Workspace' +#: frappe/core/doctype/page/page.json frappe/core/doctype/report/report.json +#: frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.json +#: frappe/core/doctype/user/user.json +#: frappe/core/page/permission_manager/permission_manager.js:59 +#: frappe/desk/doctype/custom_html_block/custom_html_block.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/workspace/workspace.json +msgid "Roles" +msgstr "角色" + +#. Label of a Tab Break field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Roles & Permissions" +msgstr "" + +#. Label of a Table field in DocType 'Role Profile' +#. Label of a Table field in DocType 'User' +#: frappe/core/doctype/role_profile/role_profile.json +#: frappe/core/doctype/user/user.json +msgid "Roles Assigned" +msgstr "" + +#. Label of a HTML field in DocType 'Role Profile' +#. Label of a HTML field in DocType 'User' +#: frappe/core/doctype/role_profile/role_profile.json +#: frappe/core/doctype/user/user.json +msgid "Roles HTML" +msgstr "" + +#. Label of a HTML field in DocType 'Role Permission for Page and Report' +#: frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.json +msgid "Roles Html" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:7 +msgid "Roles can be set for users from their User page." +msgstr "" + +#: frappe/utils/nestedset.py:284 +msgid "Root {0} cannot be deleted" +msgstr "根{0}无法删除" + +#. Option for the 'Rule' (Select) field in DocType 'Assignment Rule' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +msgid "Round Robin" +msgstr "" + +#. Label of a Select field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Rounding Method" +msgstr "" + +#. Label of a Data field in DocType 'DocType' +#. Option for the 'Action Type' (Select) field in DocType 'DocType Action' +#. Option for the 'Item Type' (Select) field in DocType 'Navbar Item' +#. Label of a Data field in DocType 'Navbar Item' +#. Label of a Data field in DocType 'DocType Layout' +#. Label of a Data field in DocType 'Route History' +#. Label of a Data field in DocType 'Newsletter' +#. Label of a Data field in DocType 'Blog Category' +#. Label of a Data field in DocType 'Blog Post' +#. Label of a Data field in DocType 'Help Article' +#. Label of a Data field in DocType 'Help Category' +#. Label of a Data field in DocType 'Portal Menu Item' +#. Label of a Data field in DocType 'Web Form' +#. Label of a Data field in DocType 'Web Page' +#. Label of a Data field in DocType 'Website Sidebar Item' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/doctype_action/doctype_action.json +#: frappe/core/doctype/navbar_item/navbar_item.json +#: frappe/custom/doctype/doctype_layout/doctype_layout.json +#: frappe/desk/doctype/route_history/route_history.json +#: frappe/email/doctype/newsletter/newsletter.json +#: frappe/website/doctype/blog_category/blog_category.json +#: frappe/website/doctype/blog_post/blog_post.json +#: frappe/website/doctype/help_article/help_article.json +#: frappe/website/doctype/help_category/help_category.json +#: frappe/website/doctype/portal_menu_item/portal_menu_item.json +#: frappe/website/doctype/web_form/web_form.json +#: frappe/website/doctype/web_page/web_page.json +#: frappe/website/doctype/website_sidebar_item/website_sidebar_item.json +msgid "Route" +msgstr "" + +#. Linked DocType in User's connections +#. Name of a DocType +#: frappe/core/doctype/user/user.json +#: frappe/desk/doctype/route_history/route_history.json +msgid "Route History" +msgstr "路线历史" + +#. Label of a Table field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Route Redirects" +msgstr "" + +#. Description of the 'Home Page' (Data) field in DocType 'Role' +#: frappe/core/doctype/role/role.json +msgid "Route: Example \"/app\"" +msgstr "" + +#: frappe/model/base_document.py:727 frappe/model/base_document.py:768 +#: frappe/model/document.py:614 +msgid "Row" +msgstr "行" + +#: frappe/core/doctype/version/version_view.html:73 +msgid "Row #" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1793 +#: frappe/core/doctype/doctype/doctype.py:1803 +msgid "Row # {0}: Non administrator user can not set the role {1} to the custom doctype" +msgstr "" + +#: frappe/model/base_document.py:886 +msgid "Row #{0}:" +msgstr "行#{0}:" + +#: frappe/core/doctype/doctype/doctype.py:485 +msgid "Row #{}: Fieldname is required" +msgstr "" + +#. Label of a Data field in DocType 'Transaction Log' +#: frappe/core/doctype/transaction_log/transaction_log.json +msgid "Row Index" +msgstr "" + +#. Label of a Code field in DocType 'Data Import Log' +#: frappe/core/doctype/data_import_log/data_import_log.json +msgid "Row Indexes" +msgstr "" + +#. Label of a Data field in DocType 'Property Setter' +#: frappe/custom/doctype/property_setter/property_setter.json +msgid "Row Name" +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:488 +msgid "Row Number" +msgstr "" + +#: frappe/core/doctype/version/version_view.html:68 +msgid "Row Values Changed" +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:372 +msgid "Row {0}" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.py:349 +msgid "Row {0}: Not allowed to disable Mandatory for standard fields" +msgstr "行{0}:不允许禁用标准域的强制性" + +#: frappe/custom/doctype/customize_form/customize_form.py:338 +msgid "Row {0}: Not allowed to enable Allow on Submit for standard fields" +msgstr "行{0}:不允许启用允许对提交的标准字段" + +#. Label of a Section Break field in DocType 'Audit Trail' +#: frappe/core/doctype/audit_trail/audit_trail.json +#: frappe/core/doctype/version/version_view.html:32 +msgid "Rows Added" +msgstr "" + +#. Label of a Section Break field in DocType 'Audit Trail' +#: frappe/core/doctype/audit_trail/audit_trail.json +#: frappe/core/doctype/version/version_view.html:32 +msgid "Rows Removed" +msgstr "" + +#. Label of a Select field in DocType 'Assignment Rule' +#. Label of a Link field in DocType 'Energy Point Log' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +#: frappe/social/doctype/energy_point_log/energy_point_log.json +msgid "Rule" +msgstr "" + +#. Label of a Section Break field in DocType 'Document Naming Rule' +#: frappe/core/doctype/document_naming_rule/document_naming_rule.json +msgid "Rule Conditions" +msgstr "" + +#. Label of a Data field in DocType 'Energy Point Rule' +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +msgid "Rule Name" +msgstr "" + +#: frappe/permissions.py:649 +msgid "Rule for this doctype, role, permlevel and if-owner combination already exists." +msgstr "" + +#. Group in DocType's connections +#: frappe/core/doctype/doctype/doctype.json +msgid "Rules" +msgstr "" + +#. Description of the 'Transitions' (Table) field in DocType 'Workflow' +#: frappe/workflow/doctype/workflow/workflow.json +msgid "Rules defining transition of state in the workflow." +msgstr "" + +#. Description of the 'Transition Rules' (Section Break) field in DocType +#. 'Workflow' +#: frappe/workflow/doctype/workflow/workflow.json +msgid "Rules for how states are transitions, like next state and which role is allowed to change state etc." +msgstr "" + +#. Description of the 'Priority' (Int) field in DocType 'Document Naming Rule' +#: frappe/core/doctype/document_naming_rule/document_naming_rule.json +msgid "Rules with higher priority number will be applied first." +msgstr "" + +#. Label of a Int field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Run Jobs only Daily if Inactive For (Days)" +msgstr "" + +#. Description of the 'Enable Scheduled Jobs' (Check) field in DocType 'System +#. Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Run scheduled jobs only if checked" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Integrations Workspace +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +#: frappe/integrations/workspace/integrations/integrations.json +msgid "S3 Backup Settings" +msgstr "S3备份设置" + +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.js:18 +msgid "S3 Backup complete!" +msgstr "S3备份完成!" + +#. Label of a Section Break field in DocType 'S3 Backup Settings' +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +msgid "S3 Bucket Details" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Communication' +#. Option for the 'Two Factor Authentication method' (Select) field in DocType +#. 'System Settings' +#. Option for the 'Channel' (Select) field in DocType 'Notification' +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/email/doctype/notification/notification.json +msgid "SMS" +msgstr "" + +#. Label of a Small Text field in DocType 'SMS Settings' +#: frappe/core/doctype/sms_settings/sms_settings.json +msgid "SMS Gateway URL" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/sms_parameter/sms_parameter.json +msgid "SMS Parameter" +msgstr "短信参数" + +#. Name of a DocType +#. Label of a Link in the Integrations Workspace +#: frappe/core/doctype/sms_settings/sms_settings.json +#: frappe/integrations/workspace/integrations/integrations.json +msgid "SMS Settings" +msgstr "" + +#: frappe/core/doctype/sms_settings/sms_settings.py:109 +msgid "SMS sent successfully" +msgstr "" + +#: frappe/templates/includes/login/login.js:377 +msgid "SMS was not sent. Please contact Administrator." +msgstr "" + +#: frappe/email/doctype/email_account/email_account.py:188 +msgid "SMTP Server is required" +msgstr "" + +#. Description of the 'Enable Outgoing' (Check) field in DocType 'Email +#. Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "SMTP Settings for outgoing emails" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'System Console' +#: frappe/desk/doctype/system_console/system_console.json +msgid "SQL" +msgstr "" + +#. Description of the 'Condition' (Small Text) field in DocType 'Bulk Update' +#: frappe/desk/doctype/bulk_update/bulk_update.json +msgid "SQL Conditions. Example: status=\"Open\"" +msgstr "" + +#. Label of a HTML field in DocType 'Recorder Query' +#: frappe/core/doctype/recorder/recorder.js:85 +#: frappe/core/doctype/recorder_query/recorder_query.json +msgid "SQL Explain" +msgstr "" + +#. Label of a HTML field in DocType 'System Console' +#: frappe/desk/doctype/system_console/system_console.json +msgid "SQL Output" +msgstr "" + +#. Label of a Table field in DocType 'Recorder' +#: frappe/core/doctype/recorder/recorder.json +msgid "SQL Queries" +msgstr "" + +#. Label of a Select field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "SSL/TLS Mode" +msgstr "" + +#: frappe/public/js/frappe/color_picker/color_picker.js:20 +msgid "SWATCHES" +msgstr "" + +#. Name of a role +#: frappe/contacts/doctype/contact/contact.json +msgid "Sales Manager" +msgstr "销售经理" + +#. Name of a role +#: frappe/contacts/doctype/contact/contact.json +msgid "Sales Master Manager" +msgstr "销售经理大师" + +#. Name of a role +#: frappe/contacts/doctype/address/address.json +#: frappe/contacts/doctype/contact/contact.json +#: frappe/geo/doctype/currency/currency.json +msgid "Sales User" +msgstr "销售用户" + +#. Option for the 'Social Login Provider' (Select) field in DocType 'Social +#. Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Salesforce" +msgstr "" + +#. Label of a Link field in DocType 'Contact' +#. Name of a DocType +#. Label of a Data field in DocType 'Salutation' +#: frappe/contacts/doctype/contact/contact.json +#: frappe/contacts/doctype/salutation/salutation.json +msgid "Salutation" +msgstr "称呼" + +#: frappe/integrations/doctype/webhook/webhook.py:112 +msgid "Same Field is entered more than once" +msgstr "相同字段不止一次输入" + +#. Label of a HTML field in DocType 'Client Script' +#: frappe/custom/doctype/client_script/client_script.json +msgid "Sample" +msgstr "" + +#. Option for the 'Day' (Select) field in DocType 'Assignment Rule Day' +#. Option for the 'Day' (Select) field in DocType 'Auto Repeat Day' +#. Option for the 'First Day of the Week' (Select) field in DocType 'System +#. Settings' +#. Label of a Check field in DocType 'Event' +#. Option for the 'Day of Week' (Select) field in DocType 'Auto Email Report' +#: frappe/automation/doctype/assignment_rule_day/assignment_rule_day.json +#: frappe/automation/doctype/auto_repeat_day/auto_repeat_day.json +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/desk/doctype/event/event.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Saturday" +msgstr "" + +#. Option for the 'Send Alert On' (Select) field in DocType 'Notification' +#: frappe/core/doctype/data_import/data_import.js:113 +#: frappe/desk/page/user_profile/user_profile_controller.js:319 +#: frappe/email/doctype/notification/notification.json +#: frappe/printing/page/print/print.js:859 +#: frappe/printing/page/print_format_builder/print_format_builder.js:160 +#: frappe/public/js/frappe/form/footer/form_timeline.js:663 +#: frappe/public/js/frappe/form/quick_entry.js:161 +#: frappe/public/js/frappe/list/list_settings.js:36 +#: frappe/public/js/frappe/list/list_settings.js:247 +#: frappe/public/js/frappe/list/list_sidebar_group_by.js:25 +#: frappe/public/js/frappe/ui/toolbar/toolbar.js:322 +#: frappe/public/js/frappe/utils/common.js:443 +#: frappe/public/js/frappe/views/kanban/kanban_settings.js:45 +#: frappe/public/js/frappe/views/kanban/kanban_settings.js:189 +#: frappe/public/js/frappe/views/kanban/kanban_view.js:343 +#: frappe/public/js/frappe/views/reports/query_report.js:1811 +#: frappe/public/js/frappe/views/reports/report_view.js:1649 +#: frappe/public/js/frappe/views/workspace/workspace.js:532 +#: frappe/public/js/frappe/widgets/base_widget.js:142 +#: frappe/public/js/frappe/widgets/quick_list_widget.js:119 +#: frappe/public/js/print_format_builder/print_format_builder.bundle.js:15 +#: frappe/public/js/workflow_builder/workflow_builder.bundle.js:33 +msgid "Save" +msgstr "保存" + +#: frappe/core/doctype/user/user.js:332 +msgid "Save API Secret: {0}" +msgstr "" + +#: frappe/workflow/doctype/workflow/workflow.js:143 +msgid "Save Anyway" +msgstr "仍然保存" + +#: frappe/public/js/frappe/views/reports/report_view.js:1312 +#: frappe/public/js/frappe/views/reports/report_view.js:1656 +msgid "Save As" +msgstr "另存为" + +#: frappe/public/js/frappe/views/dashboard/dashboard_view.js:62 +msgid "Save Customizations" +msgstr "" + +#: frappe/public/js/frappe/list/list_sidebar.html:73 +msgid "Save Filter" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:1814 +msgid "Save Report" +msgstr "保存报告" + +#: frappe/public/js/frappe/views/kanban/kanban_view.js:94 +msgid "Save filters" +msgstr "保存过滤器" + +#. Label of a Check field in DocType 'Form Tour' +#: frappe/desk/doctype/form_tour/form_tour.json +msgid "Save on Completion" +msgstr "" + +#: frappe/public/js/frappe/form/form_tour.js:289 +msgid "Save the document." +msgstr "" + +#: frappe/desk/form/save.py:46 frappe/model/rename_doc.py:106 +#: frappe/printing/page/print_format_builder/print_format_builder.js:845 +#: frappe/public/js/frappe/form/toolbar.js:261 +#: frappe/public/js/frappe/views/kanban/kanban_board.bundle.js:911 +msgid "Saved" +msgstr "已保存" + +#: frappe/public/js/frappe/list/list_settings.js:40 +#: frappe/public/js/frappe/views/kanban/kanban_settings.js:47 +#: frappe/public/js/frappe/views/workspace/workspace.js:544 +msgid "Saving" +msgstr "保存" + +#: frappe/public/js/frappe/form/save.js:9 +msgctxt "Freeze message while saving a document" +msgid "Saving" +msgstr "保存" + +#: frappe/custom/doctype/customize_form/customize_form.js:411 +msgid "Saving Customization..." +msgstr "" + +#: frappe/desk/doctype/module_onboarding/module_onboarding.js:8 +msgid "Saving this will export this document as well as the steps linked here as json." +msgstr "" + +#: frappe/public/js/form_builder/store.js:233 +#: frappe/public/js/frappe/form/quick_entry.js:169 +#: frappe/public/js/print_format_builder/store.js:36 +#: frappe/public/js/workflow_builder/store.js:73 +msgid "Saving..." +msgstr "保存..." + +#: frappe/public/js/frappe/scanner/index.js:72 +msgid "Scan QRCode" +msgstr "" + +#: frappe/www/qrcode.html:14 +msgid "Scan the QR Code and enter the resulting code displayed." +msgstr "扫描QR码并输入显示的结果代码。" + +#: frappe/email/doctype/newsletter/newsletter.js:125 +msgid "Schedule" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.js:106 +msgid "Schedule Newsletter" +msgstr "" + +#: frappe/public/js/frappe/views/communication.js:85 +msgid "Schedule Send At" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.js:70 +msgid "Schedule sending" +msgstr "" + +#. Label of a Check field in DocType 'Newsletter' +#: frappe/email/doctype/newsletter/newsletter.json +msgid "Schedule sending at a later time" +msgstr "" + +#. Option for the 'Delivery Status' (Select) field in DocType 'Communication' +#. Option for the 'Status' (Select) field in DocType 'Scheduled Job Log' +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/scheduled_job_log/scheduled_job_log.json +#: frappe/email/doctype/newsletter/newsletter_list.js:7 +msgid "Scheduled" +msgstr "已计划" + +#. Label of a Link field in DocType 'Scheduled Job Log' +#: frappe/core/doctype/scheduled_job_log/scheduled_job_log.json +msgid "Scheduled Job" +msgstr "" + +#. Name of a DocType +#. Linked DocType in Scheduled Job Type's connections +#: frappe/core/doctype/scheduled_job_log/scheduled_job_log.json +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +msgid "Scheduled Job Log" +msgstr "计划作业日志" + +#. Name of a DocType +#. Linked DocType in Server Script's connections +#. Label of a Link in the Build Workspace +#. Label of a Link field in DocType 'System Health Report Failing Jobs' +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +#: frappe/core/doctype/server_script/server_script.json +#: frappe/core/workspace/build/build.json +#: frappe/desk/doctype/system_health_report_failing_jobs/system_health_report_failing_jobs.json +msgid "Scheduled Job Type" +msgstr "预定作业类型" + +#. Label of a Link in the Build Workspace +#: frappe/core/workspace/build/build.json +msgid "Scheduled Jobs Logs" +msgstr "" + +#. Label of a Section Break field in DocType 'Newsletter' +#: frappe/email/doctype/newsletter/newsletter.json +msgid "Scheduled Sending" +msgstr "" + +#. Label of a Int field in DocType 'Newsletter' +#: frappe/email/doctype/newsletter/newsletter.json +msgid "Scheduled To Send" +msgstr "" + +#: frappe/core/doctype/server_script/server_script.py:255 +msgid "Scheduled execution for script {0} has updated" +msgstr "脚本{0}的计划执行已更新" + +#: frappe/email/doctype/auto_email_report/auto_email_report.js:26 +msgid "Scheduled to send" +msgstr "预定发送" + +#. Label of a Section Break field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Scheduler" +msgstr "" + +#. Option for the 'Script Type' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "Scheduler Event" +msgstr "" + +#: frappe/core/doctype/data_import/data_import.py:97 +msgid "Scheduler Inactive" +msgstr "调度程序无效" + +#. Label of a Data field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Scheduler Status" +msgstr "" + +#: frappe/utils/scheduler.py:196 +msgid "Scheduler can not be re-enabled when maintenance mode is active." +msgstr "" + +#: frappe/core/doctype/data_import/data_import.py:97 +msgid "Scheduler is inactive. Cannot import data." +msgstr "调度程序处于非活动状态。无法导入数据。" + +#: frappe/core/doctype/rq_job/rq_job_list.js:19 +msgid "Scheduler: Active" +msgstr "" + +#: frappe/core/doctype/rq_job/rq_job_list.js:21 +msgid "Scheduler: Inactive" +msgstr "" + +#. Label of a Data field in DocType 'OAuth Scope' +#: frappe/integrations/doctype/oauth_scope/oauth_scope.json +msgid "Scope" +msgstr "" + +#. Label of a Section Break field in DocType 'Connected App' +#. Label of a Table field in DocType 'Connected App' +#. Label of a Text field in DocType 'OAuth Authorization Code' +#. Label of a Text field in DocType 'OAuth Bearer Token' +#. Label of a Text field in DocType 'OAuth Client' +#. Label of a Table field in DocType 'Token Cache' +#: frappe/integrations/doctype/connected_app/connected_app.json +#: frappe/integrations/doctype/oauth_authorization_code/oauth_authorization_code.json +#: frappe/integrations/doctype/oauth_bearer_token/oauth_bearer_token.json +#: frappe/integrations/doctype/oauth_client/oauth_client.json +#: frappe/integrations/doctype/token_cache/token_cache.json +msgid "Scopes" +msgstr "" + +#. Label of a Code field in DocType 'Report' +#. Label of a Code field in DocType 'Server Script' +#. Label of a Code field in DocType 'Client Script' +#. Label of a Code field in DocType 'Console Log' +#. Label of a Section Break field in DocType 'Web Page' +#. Label of a Tab Break field in DocType 'Website Theme' +#: frappe/core/doctype/report/report.json +#: frappe/core/doctype/server_script/server_script.json +#: frappe/custom/doctype/client_script/client_script.json +#: frappe/desk/doctype/console_log/console_log.json +#: frappe/website/doctype/web_page/web_page.json +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Script" +msgstr "" + +#. Name of a role +#: frappe/core/doctype/server_script/server_script.json +msgid "Script Manager" +msgstr "脚本管理器" + +#. Option for the 'Report Type' (Select) field in DocType 'Report' +#: frappe/core/doctype/report/report.json +msgid "Script Report" +msgstr "" + +#. Label of a Select field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "Script Type" +msgstr "" + +#. Description of a DocType +#: frappe/website/doctype/website_script/website_script.json +msgid "Script to attach to all web pages." +msgstr "" + +#. Label of a Card Break in the Build Workspace +#. Label of a Tab Break field in DocType 'Web Page' +#: frappe/core/workspace/build/build.json +#: frappe/website/doctype/web_page/web_page.json +msgid "Scripting" +msgstr "" + +#. Label of a Section Break field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Scripting / Style" +msgstr "" + +#. Label of a Section Break field in DocType 'Letter Head' +#: frappe/printing/doctype/letter_head/letter_head.json +msgid "Scripts" +msgstr "" + +#. Label of a Section Break field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/desk/page/leaderboard/leaderboard.js:211 +#: frappe/public/js/frappe/form/link_selector.js:46 +#: frappe/public/js/frappe/list/list_sidebar.html:59 +#: frappe/public/js/frappe/ui/toolbar/search.js:49 +#: frappe/public/js/frappe/ui/toolbar/search.js:68 +#: frappe/templates/includes/search_template.html:26 frappe/www/search.py:19 +msgid "Search" +msgstr "搜索" + +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Search Bar" +msgstr "" + +#. Label of a Data field in DocType 'DocType' +#. Label of a Data field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Search Fields" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:186 +msgid "Search Help" +msgstr "搜索帮助" + +#. Label of a Table field in DocType 'Global Search Settings' +#: frappe/desk/doctype/global_search_settings/global_search_settings.json +msgid "Search Priorities" +msgstr "" + +#: frappe/public/js/frappe/file_uploader/FileBrowser.vue:132 +msgid "Search Results" +msgstr "" + +#: frappe/www/search.py:14 +msgid "Search Results for" +msgstr "" + +#: frappe/public/js/frappe/file_uploader/FileBrowser.vue:13 +msgid "Search by filename or extension" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1429 +msgid "Search field {0} is not valid" +msgstr "搜索栏{0}无效" + +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:87 +msgid "Search fields" +msgstr "" + +#: frappe/public/js/form_builder/components/AddFieldButton.vue:19 +msgid "Search fieldtypes..." +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/search.js:50 +#: frappe/public/js/frappe/ui/toolbar/search.js:69 +msgid "Search for anything" +msgstr "搜索任何内容" + +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:300 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:306 +msgid "Search for {0}" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:166 +msgid "Search in a document type" +msgstr "在文档类型中搜索" + +#: frappe/public/js/frappe/ui/toolbar/navbar.html:29 +msgid "Search or type a command ({0})" +msgstr "" + +#: frappe/public/js/form_builder/components/SearchBox.vue:8 +msgid "Search properties..." +msgstr "" + +#: frappe/templates/includes/search_box.html:8 +msgid "Search results for" +msgstr "为。。。。寻找结果" + +#: frappe/templates/includes/navbar/navbar_search.html:6 +#: frappe/templates/includes/search_box.html:2 +#: frappe/templates/includes/search_template.html:23 +msgid "Search..." +msgstr "搜索..." + +#: frappe/public/js/frappe/ui/toolbar/search.js:210 +msgid "Searching ..." +msgstr "正在搜寻..." + +#. Option for the 'Type' (Select) field in DocType 'Web Template' +#: frappe/public/js/form_builder/components/Section.vue:263 +#: frappe/website/doctype/web_template/web_template.json +msgid "Section" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Template Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/web_form_field/web_form_field.json +#: frappe/website/doctype/web_template_field/web_template_field.json +msgid "Section Break" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:421 +msgid "Section Heading" +msgstr "标题节" + +#. Label of a Data field in DocType 'Web Page Block' +#: frappe/website/doctype/web_page_block/web_page_block.json +msgid "Section ID" +msgstr "" + +#: frappe/public/js/form_builder/components/Section.vue:28 +#: frappe/public/js/print_format_builder/PrintFormatSection.vue:8 +msgid "Section Title" +msgstr "" + +#: frappe/public/js/form_builder/components/Section.vue:217 +#: frappe/public/js/form_builder/components/Section.vue:240 +msgid "Section must have at least one column" +msgstr "" + +#. Label of a Section Break field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Security Settings" +msgstr "" + +#: frappe/public/js/frappe/ui/notifications/notifications.js:309 +msgid "See all Activity" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:789 +msgid "See all past reports." +msgstr "查看所有过去的报告。" + +#: frappe/public/js/frappe/form/form.js:1166 +#: frappe/website/doctype/contact_us_settings/contact_us_settings.js:4 +msgid "See on Website" +msgstr "查看网站" + +#: frappe/website/doctype/web_form/templates/web_form.html:150 +msgctxt "Button in web form" +msgid "See previous responses" +msgstr "" + +#: frappe/integrations/doctype/slack_webhook_url/slack_webhook_url.py:48 +msgid "See the document at {0}" +msgstr "请参阅{0}处的文档" + +#. Label of a Check field in DocType 'Comment' +#. Label of a Check field in DocType 'Communication' +#. Label of a Check field in DocType 'Error Log' +#. Label of a Check field in DocType 'Notification Settings' +#. Label of a Check field in DocType 'Energy Point Log' +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/error_log/error_log.json +#: frappe/core/doctype/error_log/error_log_list.js:5 +#: frappe/desk/doctype/notification_settings/notification_settings.json +#: frappe/social/doctype/energy_point_log/energy_point_log.json +msgid "Seen" +msgstr "可见" + +#. Label of a Section Break field in DocType 'Note' +#: frappe/desk/doctype/note/note.json +msgid "Seen By" +msgstr "" + +#. Label of a Table field in DocType 'Note' +#: frappe/desk/doctype/note/note.json +msgid "Seen By Table" +msgstr "" + +#. Label of a Check field in DocType 'Custom DocPerm' +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Label of a Check field in DocType 'DocPerm' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Column' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Filter' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Template Field' +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/docperm/docperm.json +#: frappe/core/doctype/report_column/report_column.json +#: frappe/core/doctype/report_filter/report_filter.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/printing/page/print/print.js:602 +#: frappe/website/doctype/web_form_field/web_form_field.json +#: frappe/website/doctype/web_template_field/web_template_field.json +msgid "Select" +msgstr "选择" + +#: frappe/public/js/frappe/data_import/data_exporter.js:149 +#: frappe/public/js/frappe/form/controls/multicheck.js:166 +msgid "Select All" +msgstr "" + +#: frappe/public/js/frappe/views/communication.js:165 +#: frappe/public/js/frappe/views/communication.js:586 +#: frappe/public/js/frappe/views/interaction.js:93 +#: frappe/public/js/frappe/views/interaction.js:155 +msgid "Select Attachments" +msgstr "选择附件" + +#: frappe/custom/doctype/client_script/client_script.js:25 +#: frappe/custom/doctype/client_script/client_script.js:28 +msgid "Select Child Table" +msgstr "选择子表" + +#: frappe/public/js/frappe/views/reports/report_view.js:353 +msgid "Select Column" +msgstr "选择列" + +#: frappe/printing/page/print_format_builder/print_format_builder_field.html:41 +#: frappe/public/js/frappe/form/print_utils.js:45 +msgid "Select Columns" +msgstr "选择列" + +#: frappe/desk/page/setup_wizard/setup_wizard.js:387 +msgid "Select Country" +msgstr "" + +#: frappe/desk/page/setup_wizard/setup_wizard.js:404 +msgid "Select Currency" +msgstr "" + +#. Label of a Link field in DocType 'Form Tour' +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/public/js/frappe/utils/dashboard_utils.js:240 +msgid "Select Dashboard" +msgstr "选择仪表板" + +#. Option for the 'Timespan' (Select) field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Select Date Range" +msgstr "" + +#. Label of a Link field in DocType 'Web Form' +#: frappe/public/js/form_builder/components/controls/FetchFromControl.vue:28 +#: frappe/public/js/frappe/doctype/index.js:170 +#: frappe/website/doctype/web_form/web_form.json +msgid "Select DocType" +msgstr "选择文档类型" + +#. Label of a Link field in DocType 'Data Export' +#: frappe/core/doctype/data_export/data_export.json +msgid "Select Doctype" +msgstr "" + +#. Label of a Dynamic Link field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "Select Document" +msgstr "" + +#: frappe/printing/page/print_format_builder_beta/print_format_builder_beta.js:50 +#: frappe/workflow/page/workflow_builder/workflow_builder.js:50 +msgid "Select Document Type" +msgstr "选择文档类型" + +#: frappe/core/page/permission_manager/permission_manager.js:172 +msgid "Select Document Type or Role to start." +msgstr "选择文档类型或角色来开始。" + +#: frappe/core/page/permission_manager/permission_manager_help.html:34 +msgid "Select Document Types to set which User Permissions are used to limit access." +msgstr "" + +#: frappe/public/js/form_builder/components/controls/FetchFromControl.vue:33 +#: frappe/public/js/frappe/doctype/index.js:199 +#: frappe/public/js/frappe/form/toolbar.js:750 +msgid "Select Field" +msgstr "选择字段" + +#: frappe/public/js/frappe/ui/group_by/group_by.html:32 +#: frappe/public/js/frappe/ui/group_by/group_by.js:141 +msgid "Select Field..." +msgstr "" + +#: frappe/public/js/frappe/form/grid_row.js:460 +#: frappe/public/js/frappe/list/list_settings.js:236 +#: frappe/public/js/frappe/views/kanban/kanban_settings.js:181 +msgid "Select Fields" +msgstr "选择字段" + +#: frappe/public/js/frappe/data_import/data_exporter.js:147 +msgid "Select Fields To Insert" +msgstr "选择要插入的字段" + +#: frappe/public/js/frappe/data_import/data_exporter.js:148 +msgid "Select Fields To Update" +msgstr "选择要更新的字段" + +#: frappe/public/js/frappe/list/list_sidebar_group_by.js:21 +msgid "Select Filters" +msgstr "选择过滤器" + +#: frappe/desk/doctype/event/event.py:95 +msgid "Select Google Calendar to which event should be synced." +msgstr "选择要同步哪个事件的Google日历。" + +#: frappe/contacts/doctype/contact/contact.py:76 +msgid "Select Google Contacts to which contact should be synced." +msgstr "选择要同步联系人的Google通讯录。" + +#: frappe/public/js/frappe/ui/group_by/group_by.html:10 +msgid "Select Group By..." +msgstr "" + +#: frappe/public/js/frappe/list/list_view_select.js:185 +msgid "Select Kanban" +msgstr "" + +#: frappe/desk/page/setup_wizard/setup_wizard.js:379 +msgid "Select Language" +msgstr "选择语言" + +#. Label of a Select field in DocType 'Form Tour' +#: frappe/desk/doctype/form_tour/form_tour.json +msgid "Select List View" +msgstr "" + +#: frappe/public/js/frappe/data_import/data_exporter.js:158 +msgid "Select Mandatory" +msgstr "强制性选择" + +#: frappe/custom/doctype/customize_form/customize_form.js:280 +msgid "Select Module" +msgstr "选择模块" + +#: frappe/printing/page/print/print.js:175 +#: frappe/printing/page/print/print.js:585 +msgid "Select Network Printer" +msgstr "" + +#. Label of a Link field in DocType 'Form Tour' +#: frappe/desk/doctype/form_tour/form_tour.json +msgid "Select Page" +msgstr "" + +#: frappe/printing/page/print_format_builder_beta/print_format_builder_beta.js:68 +#: frappe/public/js/frappe/views/communication.js:148 +msgid "Select Print Format" +msgstr "选择打印格式" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:82 +msgid "Select Print Format to Edit" +msgstr "选择要编辑的打印格式" + +#. Label of a Link field in DocType 'Form Tour' +#: frappe/desk/doctype/form_tour/form_tour.json +msgid "Select Report" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:623 +msgid "Select Table Columns for {0}" +msgstr "选择{0}的列" + +#: frappe/desk/page/setup_wizard/setup_wizard.js:396 +msgid "Select Time Zone" +msgstr "" + +#. Label of a Autocomplete field in DocType 'Document Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Select Transaction" +msgstr "" + +#: frappe/workflow/page/workflow_builder/workflow_builder.js:68 +msgid "Select Workflow" +msgstr "" + +#. Label of a Link field in DocType 'Form Tour' +#: frappe/desk/doctype/form_tour/form_tour.json +msgid "Select Workspace" +msgstr "" + +#: frappe/website/doctype/website_settings/website_settings.js:23 +msgid "Select a Brand Image first." +msgstr "首先选择一个品牌形象。" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:108 +msgid "Select a DocType to make a new format" +msgstr "请选择新格式的原始文档类型" + +#: frappe/integrations/doctype/webhook/webhook.py:133 +msgid "Select a document to check if it meets conditions." +msgstr "" + +#: frappe/integrations/doctype/webhook/webhook.py:145 +msgid "Select a document to preview request data" +msgstr "" + +#: frappe/public/js/form_builder/components/Sidebar.vue:56 +msgid "Select a field to edit its properties." +msgstr "" + +#: frappe/public/js/frappe/views/treeview.js:324 +msgid "Select a group node first." +msgstr "请先选择一个组节点。" + +#: frappe/core/doctype/doctype/doctype.py:1904 +msgid "Select a valid Sender Field for creating documents from Email" +msgstr "选择一个有效的发件人字段以通过电子邮件创建文档" + +#: frappe/core/doctype/doctype/doctype.py:1888 +msgid "Select a valid Subject field for creating documents from Email" +msgstr "选择一个有效的主题字段以通过电子邮件创建文档" + +#: frappe/public/js/frappe/form/form_tour.js:315 +msgid "Select an Image" +msgstr "" + +#: frappe/www/apps.html:10 +msgid "Select an app to continue" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder_start.html:2 +msgid "Select an existing format to edit or start a new format." +msgstr "" + +#. Description of the 'Brand Image' (Attach Image) field in DocType 'Website +#. Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Select an image of approx width 150px with a transparent background for best results." +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:36 +msgid "Select atleast 1 record for printing" +msgstr "选择打印ATLEAST 1项纪录" + +#: frappe/core/doctype/success_action/success_action.js:18 +msgid "Select atleast 2 actions" +msgstr "选择至少2个动作" + +#: frappe/public/js/frappe/list/list_view.js:1220 +msgctxt "Description of a list view shortcut" +msgid "Select list item" +msgstr "选择列表项" + +#: frappe/public/js/frappe/list/list_view.js:1172 +#: frappe/public/js/frappe/list/list_view.js:1188 +msgctxt "Description of a list view shortcut" +msgid "Select multiple list items" +msgstr "选择多个列表项" + +#: frappe/public/js/frappe/views/calendar/calendar.js:175 +msgid "Select or drag across time slots to create a new event." +msgstr "选择或拖动整个时隙,以创建一个新的事件。" + +#: frappe/public/js/frappe/list/bulk_operations.js:239 +msgid "Select records for assignment" +msgstr "选择分配记录" + +#: frappe/public/js/frappe/list/bulk_operations.js:260 +msgid "Select records for removing assignment" +msgstr "" + +#. Description of the 'Insert After' (Select) field in DocType 'Custom Field' +#: frappe/custom/doctype/custom_field/custom_field.json +msgid "Select the label after which you want to insert new field." +msgstr "" + +#: frappe/public/js/frappe/utils/diffview.js:102 +msgid "Select two versions to view the diff." +msgstr "" + +#: frappe/public/js/frappe/form/link_selector.js:24 +#: frappe/public/js/frappe/form/multi_select_dialog.js:81 +#: frappe/public/js/frappe/form/multi_select_dialog.js:283 +#: frappe/public/js/frappe/list/list_view_select.js:153 +#: frappe/public/js/print_format_builder/Preview.vue:90 +msgid "Select {0}" +msgstr "选择{0}" + +#: frappe/model/workflow.py:117 +msgid "Self approval is not allowed" +msgstr "不允许自我批准" + +#: frappe/email/doctype/newsletter/newsletter.js:66 +#: frappe/email/doctype/newsletter/newsletter.js:74 +#: frappe/email/doctype/newsletter/newsletter.js:162 +#: frappe/public/js/frappe/views/communication.js:26 frappe/www/contact.html:41 +msgid "Send" +msgstr "发送" + +#. Label of a Datetime field in DocType 'Communication' +#. Label of a Datetime field in DocType 'Email Queue' +#: frappe/core/doctype/communication/communication.json +#: frappe/email/doctype/email_queue/email_queue.json +msgid "Send After" +msgstr "" + +#. Label of a Select field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Send Alert On" +msgstr "" + +#. Label of a Check field in DocType 'Workflow' +#: frappe/workflow/doctype/workflow/workflow.json +msgid "Send Email Alert" +msgstr "" + +#. Label of a Datetime field in DocType 'Newsletter' +#: frappe/email/doctype/newsletter/newsletter.json +msgid "Send Email At" +msgstr "" + +#. Description of the 'Send Print as PDF' (Check) field in DocType 'Print +#. Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Send Email Print Attachments as PDF (Recommended)" +msgstr "" + +#. Label of a Check field in DocType 'Dropbox Settings' +#. Label of a Check field in DocType 'S3 Backup Settings' +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.json +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +msgid "Send Email for Successful Backup" +msgstr "" + +#. Label of a Check field in DocType 'Google Drive' +#: frappe/integrations/doctype/google_drive/google_drive.json +msgid "Send Email for Successful backup" +msgstr "" + +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Send Me A Copy of Outgoing Emails" +msgstr "" + +#. Label of a Data field in DocType 'Google Drive' +#: frappe/integrations/doctype/google_drive/google_drive.json +msgid "Send Notification To" +msgstr "" + +#. Label of a Small Text field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Send Notification to" +msgstr "" + +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Send Notifications For Documents Followed By Me" +msgstr "" + +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Send Notifications For Email Threads" +msgstr "" + +#. Label of a Data field in DocType 'Dropbox Settings' +#. Label of a Data field in DocType 'S3 Backup Settings' +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.json +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +msgid "Send Notifications To" +msgstr "" + +#: frappe/email/doctype/auto_email_report/auto_email_report.js:21 +msgid "Send Now" +msgstr "立即发送" + +#. Label of a Check field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Send Print as PDF" +msgstr "" + +#: frappe/public/js/frappe/views/communication.js:138 +msgid "Send Read Receipt" +msgstr "发送阅读回执" + +#. Label of a Check field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Send System Notification" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.js:153 +msgid "Send Test Email" +msgstr "" + +#. Label of a Check field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Send To All Assignees" +msgstr "" + +#. Label of a Check field in DocType 'Newsletter' +#: frappe/email/doctype/newsletter/newsletter.json +msgid "Send Unsubscribe Link" +msgstr "" + +#. Label of a Check field in DocType 'Newsletter' +#: frappe/email/doctype/newsletter/newsletter.json +msgid "Send Web View Link" +msgstr "" + +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Send Welcome Email" +msgstr "" + +#: frappe/www/me.html:67 +msgid "Send a request to delete your account" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.js:10 +msgid "Send a test email" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.js:166 +msgid "Send again" +msgstr "" + +#. Description of the 'Reference Date' (Select) field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Send alert if date matches this field's value" +msgstr "" + +#. Description of the 'Value Changed' (Select) field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Send alert if this field's value changes" +msgstr "" + +#. Label of a Check field in DocType 'Event' +#: frappe/desk/doctype/event/event.json +msgid "Send an email reminder in the morning" +msgstr "" + +#. Description of the 'Days Before or After' (Int) field in DocType +#. 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Send days before or after the reference date" +msgstr "" + +#. Description of the 'Forward To Email Address' (Data) field in DocType +#. 'Contact Us Settings' +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +msgid "Send enquiries to this email address" +msgstr "" + +#: frappe/templates/includes/login/login.js:73 frappe/www/login.html:210 +msgid "Send login link" +msgstr "" + +#: frappe/public/js/frappe/views/communication.js:132 +msgid "Send me a copy" +msgstr "给我发一份拷贝" + +#: frappe/email/doctype/newsletter/newsletter.js:46 +msgid "Send now" +msgstr "" + +#. Label of a Check field in DocType 'Auto Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Send only if there is any data" +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Send unsubscribe message in email" +msgstr "" + +#. Label of a Data field in DocType 'Event' +#. Label of a Data field in DocType 'ToDo' +#. Label of a Link field in DocType 'Auto Email Report' +#. Label of a Data field in DocType 'Email Queue' +#. Label of a Data field in DocType 'Newsletter' +#. Label of a Link field in DocType 'Notification' +#: frappe/desk/doctype/event/event.json frappe/desk/doctype/todo/todo.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +#: frappe/email/doctype/email_queue/email_queue.json +#: frappe/email/doctype/newsletter/newsletter.json +#: frappe/email/doctype/notification/notification.json +msgid "Sender" +msgstr "" + +#. Label of a Data field in DocType 'Newsletter' +#. Label of a Data field in DocType 'Notification' +#: frappe/email/doctype/newsletter/newsletter.json +#: frappe/email/doctype/notification/notification.json +msgid "Sender Email" +msgstr "" + +#. Label of a Data field in DocType 'DocType' +#. Label of a Data field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Sender Email Field" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1907 +msgid "Sender Field should have Email in options" +msgstr "发件人字段中应有电子邮件选项" + +#. Label of a Data field in DocType 'Newsletter' +#: frappe/email/doctype/newsletter/newsletter.json +msgid "Sender Name" +msgstr "" + +#. Label of a Data field in DocType 'DocType' +#. Label of a Data field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Sender Name Field" +msgstr "" + +#. Option for the 'Service' (Select) field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Sendgrid" +msgstr "" + +#. Option for the 'Delivery Status' (Select) field in DocType 'Communication' +#. Option for the 'Status' (Select) field in DocType 'Email Queue' +#: frappe/core/doctype/communication/communication.json +#: frappe/email/doctype/email_queue/email_queue.json +#: frappe/email/doctype/newsletter/newsletter.js:201 +msgid "Sending" +msgstr "发送中" + +#: frappe/email/doctype/newsletter/newsletter.js:203 +msgid "Sending emails" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.js:164 +msgid "Sending..." +msgstr "" + +#. Option for the 'Delivery Status' (Select) field in DocType 'Communication' +#. Option for the 'Sent or Received' (Select) field in DocType 'Communication' +#. Option for the 'Status' (Select) field in DocType 'Email Queue' +#. Option for the 'Status' (Select) field in DocType 'Email Queue Recipient' +#: frappe/core/doctype/communication/communication.json +#: frappe/email/doctype/email_queue/email_queue.json +#: frappe/email/doctype/email_queue_recipient/email_queue_recipient.json +#: frappe/email/doctype/newsletter/newsletter.js:196 +#: frappe/email/doctype/newsletter/newsletter_list.js:5 +msgid "Sent" +msgstr "已发送" + +#. Label of a Check field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Sent Read Receipt" +msgstr "" + +#. Label of a Select field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Sent or Received" +msgstr "" + +#. Option for the 'Event Category' (Select) field in DocType 'Event' +#: frappe/desk/doctype/event/event.json +msgid "Sent/Received Email" +msgstr "" + +#. Option for the 'Item Type' (Select) field in DocType 'Navbar Item' +#: frappe/core/doctype/navbar_item/navbar_item.json +msgid "Separator" +msgstr "" + +#. Label of a Float field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "Sequence Id" +msgstr "序列编号" + +#. Label of a Text field in DocType 'Document Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Series List for this Transaction" +msgstr "" + +#: frappe/core/doctype/document_naming_settings/document_naming_settings.py:115 +msgid "Series Updated for {}" +msgstr "" + +#: frappe/core/doctype/document_naming_settings/document_naming_settings.py:223 +msgid "Series counter for {} updated to {} successfully" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1085 +#: frappe/core/doctype/document_naming_settings/document_naming_settings.py:170 +msgid "Series {0} already used in {1}" +msgstr "系列{0}已经被{1}使用" + +#. Option for the 'Action Type' (Select) field in DocType 'DocType Action' +#: frappe/core/doctype/doctype_action/doctype_action.json +msgid "Server Action" +msgstr "" + +#: frappe/public/js/frappe/request.js:606 +msgid "Server Error" +msgstr "服务器错误" + +#. Label of a Data field in DocType 'Network Printer Settings' +#: frappe/printing/doctype/network_printer_settings/network_printer_settings.json +msgid "Server IP" +msgstr "" + +#. Linked DocType in DocType's connections +#. Linked DocType in Module Def's connections +#. Label of a Link field in DocType 'Scheduled Job Type' +#. Name of a DocType +#. Label of a Link in the Build Workspace +#. Label of a shortcut in the Build Workspace +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/module_def/module_def.json +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +#: frappe/core/doctype/server_script/server_script.json +#: frappe/core/workspace/build/build.json +msgid "Server Script" +msgstr "服务器脚本" + +#: frappe/utils/safe_exec.py:92 +msgid "Server Scripts are disabled. Please enable server scripts from bench configuration." +msgstr "" + +#: frappe/core/doctype/server_script/server_script.js:36 +msgid "Server Scripts feature is not available on this site." +msgstr "" + +#: frappe/public/js/frappe/request.js:243 +#: frappe/public/js/frappe/request.js:251 +msgid "Server was too busy to process this request. Please try again." +msgstr "" + +#. Label of a Select field in DocType 'Email Account' +#. Label of a Data field in DocType 'Integration Request' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/integrations/doctype/integration_request/integration_request.json +msgid "Service" +msgstr "服务" + +#. Name of a DocType +#: frappe/core/doctype/session_default/session_default.json +msgid "Session Default" +msgstr "会话默认" + +#. Name of a DocType +#: frappe/core/doctype/session_default_settings/session_default_settings.json +msgid "Session Default Settings" +msgstr "会话默认设置" + +#. Label of a standard navbar item +#. Type: Action +#. Label of a Table field in DocType 'Session Default Settings' +#: frappe/core/doctype/session_default_settings/session_default_settings.json +#: frappe/hooks.py frappe/public/js/frappe/ui/toolbar/toolbar.js:321 +msgid "Session Defaults" +msgstr "会话默认值" + +#: frappe/public/js/frappe/ui/toolbar/toolbar.js:306 +msgid "Session Defaults Saved" +msgstr "会话默认值已保存" + +#: frappe/app.py:348 +msgid "Session Expired" +msgstr "会话已过期" + +#. Label of a Data field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Session Expiry (idle timeout)" +msgstr "" + +#: frappe/core/doctype/system_settings/system_settings.py:115 +msgid "Session Expiry must be in format {0}" +msgstr "会话到期格式必须是{0}" + +#: frappe/public/js/frappe/ui/filters/filter.js:599 +msgctxt "Field value is set" +msgid "Set" +msgstr "设置" + +#. Label of a Button field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Set Banner from Image" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:200 +msgid "Set Chart" +msgstr "设置图表" + +#. Description of the 'Chart Options' (Code) field in DocType 'Dashboard' +#: frappe/desk/doctype/dashboard/dashboard.json +msgid "Set Default Options for all charts on this Dashboard (Ex: \"colors\": [\"#d1d8dd\", \"#ff5858\"])" +msgstr "" + +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:467 +#: frappe/desk/doctype/number_card/number_card.js:367 +msgid "Set Dynamic Filters" +msgstr "设置动态过滤器" + +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:381 +#: frappe/desk/doctype/number_card/number_card.js:280 +#: frappe/public/js/form_builder/components/Field.vue:80 +#: frappe/website/doctype/web_form/web_form.js:269 +msgid "Set Filters" +msgstr "设置过滤器" + +#: frappe/public/js/frappe/widgets/chart_widget.js:395 +#: frappe/public/js/frappe/widgets/quick_list_widget.js:104 +msgid "Set Filters for {0}" +msgstr "为{0}设置过滤器" + +#: frappe/core/doctype/user_type/user_type.py:91 +msgid "Set Limit" +msgstr "" + +#. Description of the 'Setup Series for transactions' (Section Break) field in +#. DocType 'Document Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Set Naming Series options on your transactions." +msgstr "" + +#. Label of a Password field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Set New Password" +msgstr "" + +#: frappe/desk/page/backups/backups.js:8 +msgid "Set Number of Backups" +msgstr "设置备份数量" + +#: frappe/www/update-password.html:9 +msgid "Set Password" +msgstr "设置密码" + +#: frappe/custom/doctype/customize_form/customize_form.js:112 +msgid "Set Permissions" +msgstr "设置权限" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:471 +msgid "Set Properties" +msgstr "" + +#. Label of a Section Break field in DocType 'Notification' +#. Label of a Select field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Set Property After Alert" +msgstr "" + +#: frappe/public/js/frappe/form/link_selector.js:207 +#: frappe/public/js/frappe/form/link_selector.js:208 +msgid "Set Quantity" +msgstr "" + +#. Label of a Select field in DocType 'Role Permission for Page and Report' +#: frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.json +msgid "Set Role For" +msgstr "" + +#: frappe/core/doctype/user/user.js:138 +#: frappe/core/page/permission_manager/permission_manager.js:65 +msgid "Set User Permissions" +msgstr "设置用户权限" + +#. Label of a Small Text field in DocType 'Property Setter' +#: frappe/custom/doctype/property_setter/property_setter.json +msgid "Set Value" +msgstr "" + +#: frappe/public/js/frappe/file_uploader/file_uploader.bundle.js:72 +#: frappe/public/js/frappe/file_uploader/file_uploader.bundle.js:124 +msgid "Set all private" +msgstr "" + +#: frappe/public/js/frappe/file_uploader/file_uploader.bundle.js:72 +msgid "Set all public" +msgstr "" + +#: frappe/printing/doctype/print_format/print_format.js:49 +msgid "Set as Default" +msgstr "设置为默认" + +#: frappe/website/doctype/website_theme/website_theme.js:33 +msgid "Set as Default Theme" +msgstr "设为默认主题" + +#. Option for the 'Naming Rule' (Select) field in DocType 'DocType' +#. Option for the 'Naming Rule' (Select) field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Set by user" +msgstr "" + +#. Description of the 'Precision' (Select) field in DocType 'DocField' +#. Description of the 'Precision' (Select) field in DocType 'Custom Field' +#. Description of the 'Precision' (Select) field in DocType 'Customize Form +#. Field' +#. Description of the 'Precision' (Select) field in DocType 'Web Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Set non-standard precision for a Float or Currency field" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#: frappe/core/doctype/docfield/docfield.json +msgid "Set only once" +msgstr "" + +#. Description of the 'Max attachment size' (Int) field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Set size in MB" +msgstr "" + +#. Description of the 'Filters Configuration' (Code) field in DocType 'Number +#. Card' +#: frappe/desk/doctype/number_card/number_card.json +msgid "Set the filters here. For example:\n" +"
    \n"
    +"[{\n"
    +"\tfieldname: \"company\",\n"
    +"\tlabel: __(\"Company\"),\n"
    +"\tfieldtype: \"Link\",\n"
    +"\toptions: \"Company\",\n"
    +"\tdefault: frappe.defaults.get_user_default(\"Company\"),\n"
    +"\treqd: 1\n"
    +"},\n"
    +"{\n"
    +"\tfieldname: \"account\",\n"
    +"\tlabel: __(\"Account\"),\n"
    +"\tfieldtype: \"Link\",\n"
    +"\toptions: \"Account\",\n"
    +"\treqd: 1\n"
    +"}]\n"
    +"
    " +msgstr "" + +#. Description of the 'Method' (Data) field in DocType 'Number Card' +#: frappe/desk/doctype/number_card/number_card.json +msgid "Set the path to a whitelisted function that will return the data for the number card in the format:\n\n" +"
    \n"
    +"{\n"
    +"\t\"value\": value,\n"
    +"\t\"fieldtype\": \"Currency\",\n"
    +"\t\"route_options\": {\"from_date\": \"2023-05-23\"},\n"
    +"\t\"route\": [\"query-report\", \"Permitted Documents For User\"]\n"
    +"}
    " +msgstr "" + +#: frappe/contacts/doctype/address_template/address_template.py:33 +msgid "Setting this Address Template as default as there is no other default" +msgstr "将此地址模板设置为默认,因为没有其他的默认项" + +#: frappe/desk/doctype/global_search_settings/global_search_settings.py:86 +msgid "Setting up Global Search documents." +msgstr "设置全局搜索文档。" + +#: frappe/desk/page/setup_wizard/setup_wizard.js:273 +msgid "Setting up your system" +msgstr "设置您的系统" + +#. Label of a Tab Break field in DocType 'DocType' +#. Label of a Tab Break field in DocType 'User' +#. Group in User's connections +#. Label of a Card Break in the Integrations Workspace +#. Label of a Tab Break field in DocType 'Web Form' +#. Label of a Tab Break field in DocType 'Web Page' +#: frappe/core/doctype/doctype/doctype.json frappe/core/doctype/user/user.json +#: frappe/integrations/workspace/integrations/integrations.json +#: frappe/public/js/frappe/form/templates/print_layout.html:25 +#: frappe/public/js/frappe/ui/toolbar/toolbar.js:279 +#: frappe/public/js/frappe/views/workspace/workspace.js:560 +#: frappe/website/doctype/web_form/web_form.json +#: frappe/website/doctype/web_page/web_page.json +msgid "Settings" +msgstr "设置" + +#. Label of a Table field in DocType 'Navbar Settings' +#: frappe/core/doctype/navbar_settings/navbar_settings.json +msgid "Settings Dropdown" +msgstr "" + +#. Description of a DocType +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +msgid "Settings for Contact Us Page" +msgstr "" + +#. Description of a DocType +#: frappe/website/doctype/about_us_settings/about_us_settings.json +msgid "Settings for the About Us Page" +msgstr "" + +#. Description of a DocType +#: frappe/website/doctype/blog_settings/blog_settings.json +msgid "Settings to control blog categories and interactions like comments and likes" +msgstr "" + +#. Option for the 'Show in Module Section' (Select) field in DocType 'DocType' +#. Label of a Card Break in the Website Workspace +#: frappe/core/doctype/doctype/doctype.json +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:567 +#: frappe/website/workspace/website/website.json +msgid "Setup" +msgstr "设置" + +#: frappe/core/page/permission_manager/permission_manager_help.html:27 +msgid "Setup > Customize Form" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:8 +msgid "Setup > User" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:33 +msgid "Setup > User Permissions" +msgstr "" + +#. Title of an Onboarding Step +#: frappe/custom/onboarding_step/workflows/workflows.json +msgid "Setup Approval Workflows" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:1684 +#: frappe/public/js/frappe/views/reports/report_view.js:1627 +msgid "Setup Auto Email" +msgstr "设置自动电子邮件" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/desk/page/setup_wizard/setup_wizard.js:204 +msgid "Setup Complete" +msgstr "设置完成" + +#. Title of an Onboarding Step +#: frappe/custom/onboarding_step/role_permissions/role_permissions.json +msgid "Setup Limited Access for a User" +msgstr "" + +#. Title of an Onboarding Step +#: frappe/custom/onboarding_step/naming_series/naming_series.json +msgid "Setup Naming Series" +msgstr "" + +#. Label of a Section Break field in DocType 'Document Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Setup Series for transactions" +msgstr "" + +#. Label of a Check field in DocType 'Custom DocPerm' +#. Label of a Check field in DocType 'DocPerm' +#. Label of a Check field in DocType 'DocShare' +#. Label of a Check field in DocType 'User Document Type' +#. Option for the 'Type' (Select) field in DocType 'Notification Log' +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/docperm/docperm.json +#: frappe/core/doctype/docshare/docshare.json +#: frappe/core/doctype/user_document_type/user_document_type.json +#: frappe/desk/doctype/notification_log/notification_log.json +#: frappe/public/js/frappe/form/templates/form_sidebar.html:110 +msgid "Share" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/share.js:107 +msgid "Share With" +msgstr "分享" + +#: frappe/public/js/frappe/form/templates/set_sharing.html:49 +msgid "Share this document with" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/share.js:45 +msgid "Share {0} with" +msgstr "分享{0}" + +#. Option for the 'Comment Type' (Select) field in DocType 'Comment' +#. Option for the 'Comment Type' (Select) field in DocType 'Communication' +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +msgid "Shared" +msgstr "" + +#: frappe/desk/form/assign_to.py:131 +msgid "Shared with the following Users with Read access:{0}" +msgstr "与具有读取权限的以下用户共享:{0}" + +#. Option for the 'Address Type' (Select) field in DocType 'Address' +#: frappe/contacts/doctype/address/address.json +msgid "Shipping" +msgstr "" + +#: frappe/public/js/frappe/form/templates/address_list.html:25 +msgid "Shipping Address" +msgstr "销售出货地址" + +#. Option for the 'Address Type' (Select) field in DocType 'Address' +#: frappe/contacts/doctype/address/address.json +msgid "Shop" +msgstr "" + +#. Label of a Data field in DocType 'Blogger' +#: frappe/website/doctype/blogger/blogger.json +msgid "Short Name" +msgstr "" + +#: frappe/utils/password_strength.py:85 +msgid "Short keyboard patterns are easy to guess" +msgstr "短键盘模式容易被猜中" + +#. Label of a Table field in DocType 'Workspace' +#. Label of a Tab Break field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +#: frappe/public/js/frappe/form/grid_row_form.js:42 +msgid "Shortcuts" +msgstr "" + +#: frappe/public/js/frappe/widgets/base_widget.js:46 +#: frappe/public/js/frappe/widgets/base_widget.js:178 +#: frappe/templates/includes/login/login.js:86 frappe/www/login.html:30 +msgid "Show" +msgstr "显示" + +#. Label of a Check field in DocType 'Blog Settings' +#: frappe/website/doctype/blog_settings/blog_settings.json +msgid "Show \"Call to Action\" in Blog" +msgstr "" + +#. Label of a Check field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "Show Absolute Values" +msgstr "" + +#: frappe/public/js/frappe/form/templates/form_sidebar.html:78 +msgid "Show All" +msgstr "" + +#. Label of a Check field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Show Attachments" +msgstr "" + +#: frappe/desk/doctype/calendar_view/calendar_view.js:10 +msgid "Show Calendar" +msgstr "显示日历" + +#. Label of a Check field in DocType 'Currency' +#: frappe/geo/doctype/currency/currency.json +msgid "Show Currency Symbol on Right Side" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/desk/doctype/dashboard/dashboard.js:6 +msgid "Show Dashboard" +msgstr "显示仪表板" + +#. Label of a Button field in DocType 'Access Log' +#: frappe/core/doctype/access_log/access_log.json +msgid "Show Document" +msgstr "" + +#: frappe/www/error.html:41 frappe/www/error.html:59 +msgid "Show Error" +msgstr "" + +#: frappe/public/js/frappe/form/layout.js:553 +msgid "Show Fieldname (click to copy on clipboard)" +msgstr "" + +#. Label of a Check field in DocType 'Form Tour' +#: frappe/desk/doctype/form_tour/form_tour.json +msgid "Show First Document Tour" +msgstr "" + +#. Option for the 'Action' (Select) field in DocType 'Onboarding Step' +#. Label of a Check field in DocType 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Show Form Tour" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Show Full Error and Allow Reporting of Issues to the Developer" +msgstr "" + +#. Label of a Check field in DocType 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Show Full Form?" +msgstr "" + +#: frappe/public/js/frappe/ui/keyboard.js:231 +msgid "Show Keyboard Shortcuts" +msgstr "显示键盘快捷键" + +#. Label of a Check field in DocType 'Kanban Board' +#: frappe/desk/doctype/kanban_board/kanban_board.json +#: frappe/public/js/frappe/views/kanban/kanban_settings.js:30 +msgid "Show Labels" +msgstr "" + +#. Label of a Check field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Show Language Picker" +msgstr "" + +#. Label of a Check field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "Show Line Breaks after Sections" +msgstr "" + +#. Label of a Check field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Show List" +msgstr "" + +#: frappe/desk/page/user_profile/user_profile_controller.js:472 +msgid "Show More Activity" +msgstr "" + +#. Label of a Check field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Show Only Failed Logs" +msgstr "" + +#. Label of a Check field in DocType 'Number Card' +#: frappe/desk/doctype/number_card/number_card.json +msgid "Show Percentage Stats" +msgstr "" + +#: frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.js:30 +msgid "Show Permissions" +msgstr "显示权限" + +#: frappe/public/js/form_builder/form_builder.bundle.js:31 +#: frappe/public/js/form_builder/form_builder.bundle.js:43 +#: frappe/public/js/print_format_builder/print_format_builder.bundle.js:18 +#: frappe/public/js/print_format_builder/print_format_builder.bundle.js:54 +msgid "Show Preview" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#. Label of a Check field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Show Preview Popup" +msgstr "" + +#. Label of a Check field in DocType 'System Console' +#: frappe/desk/doctype/system_console/system_console.json +msgid "Show Processlist" +msgstr "" + +#: frappe/core/doctype/error_log/error_log.js:9 +msgid "Show Related Errors" +msgstr "" + +#. Label of a Button field in DocType 'Access Log' +#: frappe/core/doctype/access_log/access_log.json +#: frappe/core/doctype/prepared_report/prepared_report.js:43 +#: frappe/core/doctype/report/report.js:13 +msgid "Show Report" +msgstr "显示报告" + +#: frappe/public/js/frappe/list/list_filter.js:15 +#: frappe/public/js/frappe/list/list_filter.js:87 +msgid "Show Saved" +msgstr "" + +#. Label of a Check field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "Show Section Headings" +msgstr "" + +#. Label of a Check field in DocType 'Web Form' +#. Label of a Check field in DocType 'Web Page' +#: frappe/website/doctype/web_form/web_form.json +#: frappe/website/doctype/web_page/web_page.json +msgid "Show Sidebar" +msgstr "" + +#: frappe/public/js/frappe/list/list_sidebar.html:66 +#: frappe/public/js/frappe/list/list_view.js:1603 +msgid "Show Tags" +msgstr "显示标签" + +#. Label of a Check field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "Show Title" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#. Label of a Check field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Show Title in Link Fields" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1451 +msgid "Show Totals" +msgstr "显示总计" + +#: frappe/desk/doctype/form_tour/form_tour.js:116 +msgid "Show Tour" +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:453 +msgid "Show Traceback" +msgstr "" + +#: frappe/public/js/frappe/data_import/import_preview.js:200 +msgid "Show Warnings" +msgstr "显示警告" + +#: frappe/public/js/frappe/views/calendar/calendar.js:185 +msgid "Show Weekends" +msgstr "显示周末" + +#. Label of a Check field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Show account deletion link in My Account page" +msgstr "" + +#: frappe/core/doctype/version/version.js:6 +msgid "Show all Versions" +msgstr "显示所有版本" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:69 +msgid "Show all activity" +msgstr "" + +#: frappe/website/doctype/blog_post/templates/blog_post_list.html:24 +msgid "Show all blogs" +msgstr "" + +#. Label of a Small Text field in DocType 'Email Queue' +#: frappe/email/doctype/email_queue/email_queue.json +msgid "Show as cc" +msgstr "" + +#. Label of a Check field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Show footer on login" +msgstr "" + +#. Description of the 'Show Full Form?' (Check) field in DocType 'Onboarding +#. Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Show full form instead of a quick entry modal" +msgstr "" + +#. Label of a Select field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Show in Module Section" +msgstr "" + +#. Label of a Check field in DocType 'Web Form Field' +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Show in filter" +msgstr "" + +#. Label of a Check field in DocType 'Slack Webhook URL' +#: frappe/integrations/doctype/slack_webhook_url/slack_webhook_url.json +msgid "Show link to document" +msgstr "" + +#: frappe/public/js/frappe/form/layout.js:255 +#: frappe/public/js/frappe/form/layout.js:273 +msgid "Show more details" +msgstr "显示更多详情" + +#. Label of a Check field in DocType 'DocField' +#: frappe/core/doctype/docfield/docfield.json +msgid "Show on Timeline" +msgstr "" + +#. Description of the 'Stats Time Interval' (Select) field in DocType 'Number +#. Card' +#: frappe/desk/doctype/number_card/number_card.json +msgid "Show percentage difference according to this time interval" +msgstr "" + +#. Description of the 'Title Prefix' (Data) field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Show title in browser window as \"Prefix - title\"" +msgstr "" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:148 +msgid "Show {0} List" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:471 +msgid "Showing only Numeric fields from Report" +msgstr "仅显示来自报告的数字字段" + +#: frappe/public/js/frappe/data_import/import_preview.js:149 +msgid "Showing only first {0} rows out of {1}" +msgstr "" + +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Sidebar" +msgstr "" + +#. Label of a Table field in DocType 'Website Sidebar' +#: frappe/website/doctype/website_sidebar/website_sidebar.json +msgid "Sidebar Items" +msgstr "" + +#. Label of a Section Break field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Sidebar Settings" +msgstr "" + +#. Label of a Section Break field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "Sidebar and Comments" +msgstr "" + +#. Label of a Section Break field in DocType 'Email Group' +#: frappe/email/doctype/email_group/email_group.json +msgid "Sign Up and Confirmation" +msgstr "" + +#: frappe/core/doctype/user/user.py:955 +msgid "Sign Up is disabled" +msgstr "注册被禁用" + +#: frappe/templates/signup.html:16 frappe/www/login.html:120 +#: frappe/www/login.html:136 frappe/www/update-password.html:35 +msgid "Sign up" +msgstr "报名" + +#. Label of a Select field in DocType 'Social Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Sign ups" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Label of a Section Break field in DocType 'Email Account' +#. Label of a Text Editor field in DocType 'Email Account' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/email/doctype/email_account/email_account.json +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Signature" +msgstr "" + +#: frappe/www/login.html:148 +msgid "Signup Disabled" +msgstr "注册已禁用" + +#: frappe/www/login.html:149 +msgid "Signups have been disabled for this website." +msgstr "该网站的注册已被禁用。" + +#. Description of the 'Unassign Condition' (Code) field in DocType 'Assignment +#. Rule' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +msgid "Simple Python Expression, Example: Status in (\"Closed\", \"Cancelled\")" +msgstr "" + +#. Description of the 'Close Condition' (Code) field in DocType 'Assignment +#. Rule' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +msgid "Simple Python Expression, Example: Status in (\"Invalid\")" +msgstr "" + +#. Description of the 'Assign Condition' (Code) field in DocType 'Assignment +#. Rule' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +msgid "Simple Python Expression, Example: status == 'Open' and type == 'Bug'" +msgstr "" + +#. Label of a Int field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Simultaneous Sessions" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.py:122 +msgid "Single DocTypes cannot be customized." +msgstr "单个DocType无法自定义。" + +#. Description of the 'Is Single' (Check) field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/doctype/doctype_list.js:51 +msgid "Single Types have only one record no tables associated. Values are stored in tabSingles" +msgstr "单独类型只有一条记录,没有表格。它的值将保存在tabSingles内。" + +#: frappe/database/database.py:242 +msgid "Site is running in read only mode for maintenance or site update, this action can not be performed right now. Please try again later." +msgstr "" + +#: frappe/public/js/frappe/views/file/file_view.js:318 +msgid "Size" +msgstr "尺寸" + +#. Label of a Float field in DocType 'System Health Report Tables' +#: frappe/desk/doctype/system_health_report_tables/system_health_report_tables.json +msgid "Size (MB)" +msgstr "" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:82 +#: frappe/public/js/onboarding_tours/onboarding_tours.js:18 +msgid "Skip" +msgstr "跳跃" + +#. Label of a Check field in DocType 'OAuth Client' +#. Label of a Select field in DocType 'OAuth Provider Settings' +#: frappe/integrations/doctype/oauth_client/oauth_client.json +#: frappe/integrations/doctype/oauth_provider_settings/oauth_provider_settings.json +msgid "Skip Authorization" +msgstr "" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:337 +msgid "Skip Step" +msgstr "跳过步骤" + +#. Label of a Check field in DocType 'Patch Log' +#: frappe/core/doctype/patch_log/patch_log.json +msgid "Skipped" +msgstr "" + +#: frappe/core/doctype/data_import/importer.py:914 +msgid "Skipping Duplicate Column {0}" +msgstr "跳过重复的列{0}" + +#: frappe/core/doctype/data_import/importer.py:939 +msgid "Skipping Untitled Column" +msgstr "跳过无标题列" + +#: frappe/core/doctype/data_import/importer.py:925 +msgid "Skipping column {0}" +msgstr "跳过列{0}" + +#: frappe/modules/utils.py:176 +msgid "Skipping fixture syncing for doctype {0} from file {1}" +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:39 +msgid "Skipping {0} of {1}, {2}" +msgstr "" + +#. Label of a Data field in DocType 'Contact Us Settings' +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +msgid "Skype" +msgstr "" + +#. Option for the 'Channel' (Select) field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Slack" +msgstr "" + +#. Label of a Link field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Slack Channel" +msgstr "" + +#: frappe/integrations/doctype/slack_webhook_url/slack_webhook_url.py:64 +msgid "Slack Webhook Error" +msgstr "Slack Webhook错误" + +#. Name of a DocType +#. Label of a Link in the Integrations Workspace +#: frappe/integrations/doctype/slack_webhook_url/slack_webhook_url.json +#: frappe/integrations/workspace/integrations/integrations.json +msgid "Slack Webhook URL" +msgstr "Slack Webhook网址" + +#. Label of a Link field in DocType 'Web Page' +#. Option for the 'Content Type' (Select) field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "Slideshow" +msgstr "" + +#. Label of a Table field in DocType 'Website Slideshow' +#: frappe/website/doctype/website_slideshow/website_slideshow.json +msgid "Slideshow Items" +msgstr "" + +#. Label of a Data field in DocType 'Website Slideshow' +#: frappe/website/doctype/website_slideshow/website_slideshow.json +msgid "Slideshow Name" +msgstr "" + +#. Description of a DocType +#: frappe/website/doctype/website_slideshow/website_slideshow.json +msgid "Slideshow like display for the website" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Template Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/web_form_field/web_form_field.json +#: frappe/website/doctype/web_template_field/web_template_field.json +msgid "Small Text" +msgstr "" + +#. Label of a Currency field in DocType 'Currency' +#: frappe/geo/doctype/currency/currency.json +msgid "Smallest Currency Fraction Value" +msgstr "" + +#. Description of the 'Smallest Currency Fraction Value' (Currency) field in +#. DocType 'Currency' +#: frappe/geo/doctype/currency/currency.json +msgid "Smallest circulating fraction unit (coin). For e.g. 1 cent for USD and it should be entered as 0.01" +msgstr "" + +#: frappe/printing/doctype/letter_head/letter_head.js:32 +msgid "Snippet and more variables: {0}" +msgstr "" + +#. Name of a DocType +#: frappe/website/doctype/social_link_settings/social_link_settings.json +msgid "Social Link Settings" +msgstr "社交链接设置" + +#. Label of a Select field in DocType 'Social Link Settings' +#: frappe/website/doctype/social_link_settings/social_link_settings.json +msgid "Social Link Type" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Integrations Workspace +#: frappe/integrations/doctype/social_login_key/social_login_key.json +#: frappe/integrations/workspace/integrations/integrations.json +msgid "Social Login Key" +msgstr "社交登录密钥" + +#. Label of a Select field in DocType 'Social Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "Social Login Provider" +msgstr "" + +#. Label of a Table field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Social Logins" +msgstr "" + +#. Label of a Select field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "SocketIO Ping Check" +msgstr "" + +#. Label of a Select field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "SocketIO Transport Mode" +msgstr "" + +#. Option for the 'Delivery Status' (Select) field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Soft-Bounced" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder_column_selector.html:4 +msgid "Some columns might get cut off when printing to PDF. Try to keep number of columns under 10." +msgstr "" + +#: frappe/public/js/frappe/desk.js:20 +msgid "Some of the features might not work in your browser. Please update your browser to the latest version." +msgstr "您的浏览器中的某些功能可能无法正常工作。请将您的浏览器更新到最新版本。" + +#: frappe/public/js/frappe/views/translation_manager.js:101 +msgid "Something went wrong" +msgstr "出了些问题" + +#: frappe/integrations/doctype/google_calendar/google_calendar.py:117 +msgid "Something went wrong during the token generation. Click on {0} to generate a new one." +msgstr "在令牌生成期间出了点问题。单击{0}以生成新的。" + +#: frappe/templates/includes/login/login.js:294 +msgid "Something went wrong." +msgstr "" + +#: frappe/public/js/frappe/views/pageview.js:114 +msgid "Sorry! I could not find what you were looking for." +msgstr "抱歉,无法找你要的信息。" + +#: frappe/public/js/frappe/views/pageview.js:122 +msgid "Sorry! You are not permitted to view this page." +msgstr "抱歉,你不允许查看此页面。" + +#: frappe/public/js/frappe/utils/datatable.js:6 +msgid "Sort Ascending" +msgstr "" + +#: frappe/public/js/frappe/utils/datatable.js:7 +msgid "Sort Descending" +msgstr "" + +#. Label of a Select field in DocType 'Customize Form' +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Sort Field" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Sort Options" +msgstr "" + +#. Label of a Select field in DocType 'Customize Form' +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Sort Order" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1512 +msgid "Sort field {0} must be a valid fieldname" +msgstr "排序字段{0}必须是有效的字段名" + +#. Label of a Data field in DocType 'Web Page View' +#. Label of a Small Text field in DocType 'Website Route Redirect' +#: frappe/public/js/frappe/ui/toolbar/about.js:8 +#: frappe/public/js/frappe/utils/utils.js:1727 +#: frappe/website/doctype/web_page_view/web_page_view.json +#: frappe/website/doctype/website_route_redirect/website_route_redirect.json +#: frappe/website/report/website_analytics/website_analytics.js:38 +msgid "Source" +msgstr "源" + +#. Label of a Data field in DocType 'Dashboard Chart Source' +#: frappe/desk/doctype/dashboard_chart_source/dashboard_chart_source.json +msgid "Source Name" +msgstr "" + +#. Label of a Code field in DocType 'Translation' +#: frappe/core/doctype/translation/translation.json +#: frappe/public/js/frappe/views/translation_manager.js:38 +msgid "Source Text" +msgstr "源文本" + +#: frappe/public/js/frappe/views/workspace/blocks/spacer.js:23 +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:204 +msgid "Spacer" +msgstr "" + +#. Option for the 'Email Status' (Select) field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Spam" +msgstr "" + +#. Option for the 'Service' (Select) field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "SparkPost" +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.js:83 +msgid "Special Characters are not allowed" +msgstr "特殊字符是不允许" + +#: frappe/model/naming.py:60 +msgid "Special Characters except '-', '#', '.', '/', '{{' and '}}' not allowed in naming series {0}" +msgstr "" + +#. Description of the 'Timeout (In Seconds)' (Int) field in DocType 'Report' +#: frappe/core/doctype/report/report.json +msgid "Specify a custom timeout, default timeout is 1500 seconds" +msgstr "" + +#. Description of the 'Allowed embedding domains' (Small Text) field in DocType +#. 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Specify the domains or origins that are permitted to embed this form. Enter one domain per line (e.g., https://example.com). If no domains are specified, the form can only be embedded on the same origin." +msgstr "" + +#. Label of a Attach Image field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Splash Image" +msgstr "" + +#: frappe/desk/reportview.py:383 +#: frappe/public/js/frappe/web_form/web_form_list.js:175 +#: frappe/templates/print_formats/standard_macros.html:44 +msgid "Sr" +msgstr "锶" + +#: frappe/public/js/print_format_builder/Field.vue:143 +#: frappe/public/js/print_format_builder/Field.vue:164 +msgid "Sr No." +msgstr "" + +#. Label of a HTML field in DocType 'Recorder Query' +#: frappe/core/doctype/recorder/recorder.js:82 +#: frappe/core/doctype/recorder_query/recorder_query.json +msgid "Stack Trace" +msgstr "" + +#. Label of a Select field in DocType 'Page' +#. Label of a Check field in DocType 'Desktop Icon' +#. Label of a Select field in DocType 'Print Format' +#. Label of a Check field in DocType 'Print Format Field Template' +#. Label of a Check field in DocType 'Print Style' +#. Label of a Check field in DocType 'Web Template' +#: frappe/core/doctype/page/page.json +#: frappe/core/doctype/user_type/user_type_list.js:5 +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/printing/doctype/print_format_field_template/print_format_field_template.json +#: frappe/printing/doctype/print_style/print_style.json +#: frappe/website/doctype/web_template/web_template.json +msgid "Standard" +msgstr "标准" + +#: frappe/model/delete_doc.py:78 +msgid "Standard DocType can not be deleted." +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:225 +msgid "Standard DocType cannot have default print format, use Customize Form" +msgstr "不能为标准文件类型设置默认打印格式,请使用自定义表单" + +#: frappe/desk/doctype/dashboard/dashboard.py:58 +msgid "Standard Not Set" +msgstr "未设定标准" + +#: frappe/printing/doctype/print_format/print_format.py:75 +msgid "Standard Print Format cannot be updated" +msgstr "不能更新标准打印格式" + +#: frappe/printing/doctype/print_style/print_style.py:30 +msgid "Standard Print Style cannot be changed. Please duplicate to edit." +msgstr "标准打印样式无法更改。请重复编辑。" + +#: frappe/desk/reportview.py:330 +msgid "Standard Reports cannot be deleted" +msgstr "" + +#: frappe/desk/reportview.py:301 +msgid "Standard Reports cannot be edited" +msgstr "" + +#. Label of a Section Break field in DocType 'Portal Settings' +#: frappe/website/doctype/portal_settings/portal_settings.json +msgid "Standard Sidebar Menu" +msgstr "" + +#: frappe/website/doctype/web_form/web_form.js:40 +msgid "Standard Web Forms can not be modified, duplicate the Web Form instead." +msgstr "" + +#: frappe/website/doctype/web_page/web_page.js:92 +msgid "Standard rich text editor with controls" +msgstr "" + +#: frappe/core/doctype/role/role.py:46 +msgid "Standard roles cannot be disabled" +msgstr "标准的角色不能被禁用" + +#: frappe/core/doctype/role/role.py:32 +msgid "Standard roles cannot be renamed" +msgstr "标准的角色不能被重命名" + +#: frappe/core/doctype/user_type/user_type.py:60 +msgid "Standard user type {0} can not be deleted." +msgstr "" + +#: frappe/templates/emails/energy_points_summary.html:33 +msgid "Standings" +msgstr "排名" + +#: frappe/core/doctype/server_script/server_script_list.js:20 +msgid "Star us on GitHub" +msgstr "" + +#: frappe/core/doctype/recorder/recorder_list.js:87 +#: frappe/printing/page/print/print.js:296 +#: frappe/printing/page/print/print.js:343 +msgid "Start" +msgstr "开始" + +#. Label of a Date field in DocType 'Auto Repeat' +#. Label of a Datetime field in DocType 'Web Page' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:140 +#: frappe/public/js/frappe/utils/common.js:409 +#: frappe/website/doctype/web_page/web_page.json +msgid "Start Date" +msgstr "开始日期" + +#. Label of a Select field in DocType 'Calendar View' +#: frappe/desk/doctype/calendar_view/calendar_view.json +msgid "Start Date Field" +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:110 +msgid "Start Import" +msgstr "" + +#: frappe/core/doctype/recorder/recorder_list.js:201 +msgid "Start Recording" +msgstr "" + +#. Label of a Datetime field in DocType 'RQ Worker' +#: frappe/core/doctype/rq_worker/rq_worker.json +msgid "Start Time" +msgstr "" + +#: frappe/templates/includes/comments/comments.html:8 +msgid "Start a new discussion" +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:22 +msgid "Start entering data below this line" +msgstr "请在此线下开始输入数据" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:165 +msgid "Start new Format" +msgstr "开始新的格式" + +#. Option for the 'SSL/TLS Mode' (Select) field in DocType 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "StartTLS" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Prepared Report' +#: frappe/core/doctype/prepared_report/prepared_report.json +msgid "Started" +msgstr "" + +#. Label of a Datetime field in DocType 'RQ Job' +#: frappe/core/doctype/rq_job/rq_job.json +msgid "Started At" +msgstr "" + +#: frappe/desk/page/setup_wizard/setup_wizard.js:274 +msgid "Starting Frappe ..." +msgstr "开始Frappé..." + +#. Label of a Datetime field in DocType 'Event' +#: frappe/desk/doctype/event/event.json +msgid "Starts on" +msgstr "" + +#. Label of a Data field in DocType 'Token Cache' +#. Label of a Data field in DocType 'Contact Us Settings' +#. Label of a Link field in DocType 'Workflow Document State' +#. Label of a Data field in DocType 'Workflow State' +#. Label of a Link field in DocType 'Workflow Transition' +#: frappe/integrations/doctype/token_cache/token_cache.json +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +#: frappe/workflow/doctype/workflow/workflow.js:162 +#: frappe/workflow/doctype/workflow_document_state/workflow_document_state.json +#: frappe/workflow/doctype/workflow_state/workflow_state.json +#: frappe/workflow/doctype/workflow_transition/workflow_transition.json +msgid "State" +msgstr "州" + +#: frappe/public/js/workflow_builder/components/Properties.vue:24 +msgid "State Properties" +msgstr "" + +#. Label of a Data field in DocType 'Address' +#: frappe/contacts/doctype/address/address.json +msgid "State/Province" +msgstr "" + +#. Label of a Table field in DocType 'DocType' +#. Label of a Table field in DocType 'Customize Form' +#. Label of a Section Break field in DocType 'Workflow' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +#: frappe/workflow/doctype/workflow/workflow.json +msgid "States" +msgstr "" + +#. Label of a Table field in DocType 'SMS Settings' +#: frappe/core/doctype/sms_settings/sms_settings.json +msgid "Static Parameters" +msgstr "" + +#. Label of a Section Break field in DocType 'RQ Worker' +#: frappe/core/doctype/rq_worker/rq_worker.json +msgid "Statistics" +msgstr "" + +#. Label of a Section Break field in DocType 'Number Card' +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/public/js/frappe/form/dashboard.js:43 +#: frappe/public/js/frappe/form/templates/form_dashboard.html:13 +msgid "Stats" +msgstr "统计资料" + +#. Label of a Select field in DocType 'Number Card' +#: frappe/desk/doctype/number_card/number_card.json +msgid "Stats Time Interval" +msgstr "" + +#: frappe/social/doctype/energy_point_log/energy_point_log.py:389 +msgid "Stats based on last month's performance (from {0} to {1})" +msgstr "基于上个月表现的统计数据(从{0}到{1})" + +#: frappe/social/doctype/energy_point_log/energy_point_log.py:391 +msgid "Stats based on last week's performance (from {0} to {1})" +msgstr "基于上周表现的统计数据(从{0}到{1})" + +#. Label of a Select field in DocType 'Auto Repeat' +#. Label of a Select field in DocType 'Contact' +#. Label of a Select field in DocType 'Activity Log' +#. Label of a Section Break field in DocType 'Communication' +#. Label of a Select field in DocType 'Communication' +#. Label of a Select field in DocType 'Data Import' +#. Label of a Select field in DocType 'Prepared Report' +#. Label of a Select field in DocType 'RQ Job' +#. Label of a Data field in DocType 'RQ Worker' +#. Label of a Select field in DocType 'Scheduled Job Log' +#. Label of a Section Break field in DocType 'Scheduled Job Type' +#. Label of a Select field in DocType 'Submission Queue' +#. Label of a Select field in DocType 'Event' +#. Label of a Select field in DocType 'Kanban Board Column' +#. Label of a Select field in DocType 'ToDo' +#. Label of a Select field in DocType 'Email Queue' +#. Label of a Select field in DocType 'Email Queue Recipient' +#. Label of a Section Break field in DocType 'Newsletter' +#. Label of a Select field in DocType 'Integration Request' +#. Label of a Select field in DocType 'OAuth Bearer Token' +#. Label of a Select field in DocType 'Personal Data Deletion Request' +#. Label of a Select field in DocType 'Personal Data Deletion Step' +#. Label of a Select field in DocType 'Workflow Action' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/contacts/doctype/contact/contact.json +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/data_import/data_import.js:488 +#: frappe/core/doctype/data_import/data_import.json +#: frappe/core/doctype/prepared_report/prepared_report.json +#: frappe/core/doctype/rq_job/rq_job.json +#: frappe/core/doctype/rq_worker/rq_worker.json +#: frappe/core/doctype/scheduled_job_log/scheduled_job_log.json +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +#: frappe/core/doctype/submission_queue/submission_queue.json +#: frappe/desk/doctype/event/event.json +#: frappe/desk/doctype/kanban_board_column/kanban_board_column.json +#: frappe/desk/doctype/todo/todo.json +#: frappe/email/doctype/email_queue/email_queue.json +#: frappe/email/doctype/email_queue_recipient/email_queue_recipient.json +#: frappe/email/doctype/newsletter/newsletter.json +#: frappe/integrations/doctype/integration_request/integration_request.json +#: frappe/integrations/doctype/oauth_bearer_token/oauth_bearer_token.json +#: frappe/public/js/frappe/list/list_settings.js:359 +#: frappe/public/js/frappe/views/reports/report_view.js:909 +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.json +#: frappe/website/doctype/personal_data_deletion_step/personal_data_deletion_step.json +#: frappe/workflow/doctype/workflow_action/workflow_action.json +msgid "Status" +msgstr "状态" + +#: frappe/www/update-password.html:161 +msgid "Status Updated" +msgstr "状态已更新" + +#: frappe/www/message.html:40 +msgid "Status: {0}" +msgstr "状态:{0}" + +#. Label of a Link field in DocType 'Onboarding Step Map' +#: frappe/desk/doctype/onboarding_step_map/onboarding_step_map.json +msgid "Step" +msgstr "" + +#. Label of a Table field in DocType 'Form Tour' +#. Label of a Table field in DocType 'Module Onboarding' +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/desk/doctype/module_onboarding/module_onboarding.json +msgid "Steps" +msgstr "" + +#: frappe/www/qrcode.html:11 +msgid "Steps to verify your login" +msgstr "验证您的登录的步骤" + +#: frappe/core/doctype/recorder/recorder_list.js:87 +msgid "Stop" +msgstr "停止" + +#. Label of a Check field in DocType 'Scheduled Job Type' +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +msgid "Stopped" +msgstr "已停止" + +#. Label of a Float field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Storage Usage (MB)" +msgstr "" + +#. Label of a Table field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Storage Usage By Table" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Store Attached PDF Document" +msgstr "" + +#. Description of the 'Last Known Versions' (Text) field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Stores the JSON of last known versions of various installed apps. It is used to show release notes." +msgstr "" + +#. Description of the 'Last Reset Password Key Generated On' (Datetime) field +#. in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Stores the datetime when the last reset password key was generated." +msgstr "" + +#: frappe/utils/password_strength.py:91 +msgid "Straight rows of keys are easy to guess" +msgstr "键的直排容易被猜中" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Strip EXIF tags from uploaded images" +msgstr "" + +#: frappe/public/js/frappe/form/controls/password.js:90 +msgid "Strong" +msgstr "" + +#. Label of a Tab Break field in DocType 'Web Page' +#. Label of a Select field in DocType 'Workflow State' +#: frappe/website/doctype/web_page/web_page.json +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "Style" +msgstr "" + +#. Label of a Section Break field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +msgid "Style Settings" +msgstr "" + +#. Description of the 'Style' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "Style represents the button color: Success - Green, Danger - Red, Inverse - Black, Primary - Dark Blue, Info - Light Blue, Warning - Orange" +msgstr "" + +#. Label of a Tab Break field in DocType 'Website Theme' +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Stylesheet" +msgstr "" + +#. Description of the 'Fraction' (Data) field in DocType 'Currency' +#: frappe/geo/doctype/currency/currency.json +msgid "Sub-currency. For e.g. \"Cent\"" +msgstr "" + +#. Description of the 'Subdomain' (Small Text) field in DocType 'Website +#. Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Sub-domain provided by erpnext.com" +msgstr "" + +#. Label of a Small Text field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Subdomain" +msgstr "" + +#. Label of a Data field in DocType 'Auto Repeat' +#. Label of a Small Text field in DocType 'Activity Log' +#. Label of a Text field in DocType 'Comment' +#. Label of a Small Text field in DocType 'Communication' +#. Label of a Small Text field in DocType 'Event' +#. Label of a Text field in DocType 'Notification Log' +#. Label of a Data field in DocType 'Email Template' +#. Label of a Small Text field in DocType 'Newsletter' +#. Label of a Section Break field in DocType 'Newsletter' +#. Label of a Data field in DocType 'Notification' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +#: frappe/desk/doctype/event/event.json +#: frappe/desk/doctype/notification_log/notification_log.json +#: frappe/email/doctype/email_template/email_template.json +#: frappe/email/doctype/newsletter/newsletter.json +#: frappe/email/doctype/notification/notification.json +#: frappe/public/js/frappe/views/communication.js:107 +#: frappe/public/js/frappe/views/inbox/inbox_view.js:63 +msgid "Subject" +msgstr "主题" + +#. Label of a Data field in DocType 'DocType' +#. Label of a Data field in DocType 'Customize Form' +#. Label of a Select field in DocType 'Calendar View' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +#: frappe/desk/doctype/calendar_view/calendar_view.json +msgid "Subject Field" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1897 +msgid "Subject Field type should be Data, Text, Long Text, Small Text, Text Editor" +msgstr "主题字段类型应为数据,文本,长文本,小文本,文本编辑器" + +#. Name of a DocType +#: frappe/core/doctype/submission_queue/submission_queue.json +msgid "Submission Queue" +msgstr "" + +#. Label of a Check field in DocType 'Custom DocPerm' +#. Label of a Check field in DocType 'DocPerm' +#. Label of a Check field in DocType 'DocShare' +#. Label of a Check field in DocType 'User Document Type' +#. Option for the 'Send Alert On' (Select) field in DocType 'Notification' +#. Option for the 'For Document Event' (Select) field in DocType 'Energy Point +#. Rule' +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/docperm/docperm.json +#: frappe/core/doctype/docshare/docshare.json +#: frappe/core/doctype/user_document_type/user_document_type.json +#: frappe/core/doctype/user_permission/user_permission_list.js:138 +#: frappe/email/doctype/notification/notification.json +#: frappe/public/js/frappe/form/quick_entry.js:191 +#: frappe/public/js/frappe/form/sidebar/review.js:116 +#: frappe/public/js/frappe/ui/capture.js:299 +#: frappe/social/doctype/energy_point_log/energy_point_log.js:39 +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +#: frappe/social/doctype/energy_point_settings/energy_point_settings.js:47 +msgid "Submit" +msgstr "提交" + +#: frappe/public/js/frappe/list/list_view.js:1985 +msgctxt "Button in list view actions menu" +msgid "Submit" +msgstr "提交" + +#: frappe/website/doctype/web_form/templates/web_form.html:44 +msgctxt "Button in web form" +msgid "Submit" +msgstr "提交" + +#: frappe/public/js/frappe/ui/dialog.js:60 +msgctxt "Primary action in dialog" +msgid "Submit" +msgstr "提交" + +#: frappe/public/js/frappe/ui/messages.js:97 +msgctxt "Primary action of prompt dialog" +msgid "Submit" +msgstr "提交" + +#: frappe/public/js/frappe/desk.js:212 +msgctxt "Submit password for Email Account" +msgid "Submit" +msgstr "提交" + +#. Label of a Check field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Submit After Import" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:39 +msgid "Submit an Issue" +msgstr "" + +#: frappe/website/doctype/web_form/templates/web_form.html:153 +msgctxt "Button in web form" +msgid "Submit another response" +msgstr "" + +#. Label of a Data field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Submit button label" +msgstr "" + +#. Label of a Check field in DocType 'Auto Repeat' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:126 +msgid "Submit on Creation" +msgstr "" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:400 +msgid "Submit this document to complete this step." +msgstr "提交此文档以完成此步骤。" + +#: frappe/public/js/frappe/form/form.js:1152 +msgid "Submit this document to confirm" +msgstr "提交该文件以确认" + +#: frappe/public/js/frappe/list/list_view.js:1990 +msgctxt "Title of confirmation dialog" +msgid "Submit {0} documents?" +msgstr "提交{0}文件?" + +#. Option for the 'Comment Type' (Select) field in DocType 'Comment' +#. Option for the 'Comment Type' (Select) field in DocType 'Communication' +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +#: frappe/public/js/frappe/model/indicator.js:95 +#: frappe/public/js/frappe/ui/filters/filter.js:531 +#: frappe/website/doctype/web_form/templates/web_form.html:133 +msgid "Submitted" +msgstr "已提交" + +#: frappe/workflow/doctype/workflow/workflow.py:104 +msgid "Submitted Document cannot be converted back to draft. Transition row {0}" +msgstr "行{0}中的已提交的文档不能转换为草稿。" + +#: frappe/public/js/workflow_builder/utils.js:176 +msgid "Submitted document cannot be converted back to draft while transitioning from {0} State to {1} State" +msgstr "" + +#: frappe/public/js/frappe/form/save.js:10 +msgctxt "Freeze message while submitting a document" +msgid "Submitting" +msgstr "提交" + +#: frappe/desk/doctype/bulk_update/bulk_update.py:90 +msgid "Submitting {0}" +msgstr "正在提交{0}" + +#. Option for the 'Address Type' (Select) field in DocType 'Address' +#: frappe/contacts/doctype/address/address.json +msgid "Subsidiary" +msgstr "" + +#. Label of a Data field in DocType 'Module Onboarding' +#. Label of a Data field in DocType 'Blog Settings' +#: frappe/desk/doctype/module_onboarding/module_onboarding.json +#: frappe/website/doctype/blog_settings/blog_settings.json +msgid "Subtitle" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'Activity Log' +#. Option for the 'Status' (Select) field in DocType 'Data Import' +#. Label of a Check field in DocType 'Data Import Log' +#. Option for the 'Style' (Select) field in DocType 'Workflow State' +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/data_import/data_import.js:464 +#: frappe/core/doctype/data_import/data_import.json +#: frappe/core/doctype/data_import_log/data_import_log.json +#: frappe/desk/doctype/bulk_update/bulk_update.js:31 +#: frappe/desk/doctype/desktop_icon/desktop_icon.py:446 +#: frappe/public/js/frappe/form/grid.js:1137 +#: frappe/public/js/frappe/views/translation_manager.js:21 +#: frappe/templates/includes/login/login.js:231 +#: frappe/templates/includes/login/login.js:237 +#: frappe/templates/includes/login/login.js:270 +#: frappe/templates/includes/login/login.js:278 +#: frappe/templates/pages/integrations/gcalendar-success.html:9 +#: frappe/workflow/doctype/workflow_action/workflow_action.py:167 +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "Success" +msgstr "成功" + +#. Name of a DocType +#: frappe/core/doctype/success_action/success_action.json +msgid "Success Action" +msgstr "成功行动" + +#. Label of a Data field in DocType 'Module Onboarding' +#: frappe/desk/doctype/module_onboarding/module_onboarding.json +msgid "Success Message" +msgstr "" + +#. Label of a Data field in DocType 'Token Cache' +#: frappe/integrations/doctype/token_cache/token_cache.json +msgid "Success URI" +msgstr "" + +#. Label of a Data field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Success URL" +msgstr "" + +#. Label of a Text field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Success message" +msgstr "" + +#. Label of a Data field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Success title" +msgstr "" + +#: frappe/www/update-password.html:79 +msgid "Success! You are good to go 👍" +msgstr "成功!你很高兴去👍" + +#. Label of a Int field in DocType 'RQ Worker' +#: frappe/core/doctype/rq_worker/rq_worker.json +msgid "Successful Job Count" +msgstr "" + +#: frappe/model/workflow.py:299 +msgid "Successful Transactions" +msgstr "成功交易" + +#: frappe/model/rename_doc.py:694 +msgid "Successful: {0} to {1}" +msgstr "成功:{0} {1}" + +#: frappe/social/doctype/energy_point_settings/energy_point_settings.js:41 +msgid "Successfully Done" +msgstr "成功完成" + +#: frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js:100 +#: frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js:113 +msgid "Successfully Updated" +msgstr "更新成功" + +#: frappe/core/doctype/data_import/data_import.js:428 +msgid "Successfully imported {0}" +msgstr "" + +#: frappe/desk/doctype/form_tour/form_tour.py:87 +msgid "Successfully reset onboarding status for all users." +msgstr "" + +#: frappe/public/js/frappe/views/translation_manager.js:22 +msgid "Successfully updated translations" +msgstr "成功更新翻译" + +#: frappe/core/doctype/data_import/data_import.js:436 +msgid "Successfully updated {0}" +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:149 +msgid "Successfully {0} 1 record." +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:156 +msgid "Successfully {0} {1} record out of {2}. Click on Export Errored Rows, fix the errors and import again." +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:161 +msgid "Successfully {0} {1} records out of {2}. Click on Export Errored Rows, fix the errors and import again." +msgstr "" + +#: frappe/core/doctype/data_import/data_import.js:151 +msgid "Successfully {0} {1} records." +msgstr "" + +#: frappe/core/doctype/recorder/recorder.js:15 +msgid "Suggest Optimizations" +msgstr "" + +#. Label of a Table field in DocType 'Recorder' +#: frappe/core/doctype/recorder/recorder.json +msgid "Suggested Indexes" +msgstr "" + +#: frappe/core/doctype/user/user.py:664 +msgid "Suggested Username: {0}" +msgstr "建议用户名:{0}" + +#. Option for the 'Chart Type' (Select) field in DocType 'Dashboard Chart' +#. Option for the 'Group By Type' (Select) field in DocType 'Dashboard Chart' +#. Option for the 'Function' (Select) field in DocType 'Number Card' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/public/js/frappe/ui/group_by/group_by.js:20 +msgid "Sum" +msgstr "和" + +#: frappe/public/js/frappe/ui/group_by/group_by.js:328 +msgid "Sum of {0}" +msgstr "{0}的总和" + +#: frappe/public/js/frappe/views/interaction.js:88 +msgid "Summary" +msgstr "概要" + +#. Option for the 'Day' (Select) field in DocType 'Assignment Rule Day' +#. Option for the 'Day' (Select) field in DocType 'Auto Repeat Day' +#. Option for the 'First Day of the Week' (Select) field in DocType 'System +#. Settings' +#. Label of a Check field in DocType 'Event' +#. Option for the 'Day of Week' (Select) field in DocType 'Auto Email Report' +#: frappe/automation/doctype/assignment_rule_day/assignment_rule_day.json +#: frappe/automation/doctype/auto_repeat_day/auto_repeat_day.json +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/desk/doctype/event/event.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Sunday" +msgstr "" + +#: frappe/email/doctype/email_queue/email_queue_list.js:27 +msgid "Suspend Sending" +msgstr "暂停发送" + +#: frappe/public/js/frappe/ui/capture.js:268 +msgid "Switch Camera" +msgstr "" + +#: frappe/public/js/frappe/desk.js:51 +#: frappe/public/js/frappe/ui/theme_switcher.js:11 +msgid "Switch Theme" +msgstr "" + +#: frappe/templates/includes/navbar/navbar_login.html:17 +msgid "Switch To Desk" +msgstr "切换到主页(桌面)" + +#: frappe/public/js/frappe/ui/capture.js:273 +msgid "Switching Camera" +msgstr "" + +#. Label of a Data field in DocType 'Currency' +#: frappe/geo/doctype/currency/currency.json +msgid "Symbol" +msgstr "" + +#. Label of a Section Break field in DocType 'Google Calendar' +#. Label of a Section Break field in DocType 'Google Contacts' +#: frappe/integrations/doctype/google_calendar/google_calendar.json +#: frappe/integrations/doctype/google_contacts/google_contacts.json +msgid "Sync" +msgstr "" + +#: frappe/integrations/doctype/google_calendar/google_calendar.js:28 +msgid "Sync Calendar" +msgstr "同步日历" + +#: frappe/integrations/doctype/google_contacts/google_contacts.js:28 +msgid "Sync Contacts" +msgstr "通讯录同步" + +#: frappe/custom/doctype/customize_form/customize_form.js:256 +msgid "Sync on Migrate" +msgstr "同步上迁移" + +#: frappe/integrations/doctype/google_calendar/google_calendar.py:298 +msgid "Sync token was invalid and has been reset, Retry syncing." +msgstr "" + +#. Label of a Check field in DocType 'Event' +#: frappe/desk/doctype/event/event.json +msgid "Sync with Google Calendar" +msgstr "" + +#. Label of a Check field in DocType 'Contact' +#: frappe/contacts/doctype/contact/contact.json +msgid "Sync with Google Contacts" +msgstr "" + +#: frappe/custom/doctype/doctype_layout/doctype_layout.js:46 +msgid "Sync {0} Fields" +msgstr "" + +#: frappe/custom/doctype/doctype_layout/doctype_layout.js:100 +msgid "Synced Fields" +msgstr "" + +#: frappe/integrations/doctype/google_calendar/google_calendar.js:31 +#: frappe/integrations/doctype/google_contacts/google_contacts.js:31 +msgid "Syncing" +msgstr "同步" + +#: frappe/integrations/doctype/google_calendar/google_calendar.js:19 +msgid "Syncing {0} of {1}" +msgstr "同步{1}的{0}" + +#: frappe/utils/data.py:2170 +msgid "Syntax Error" +msgstr "" + +#. Option for the 'Show in Module Section' (Select) field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "System" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/system_console/system_console.json +msgid "System Console" +msgstr "系统控制台" + +#: frappe/custom/doctype/custom_field/custom_field.py:359 +msgid "System Generated Fields can not be renamed" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "System Health Report" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/system_health_report_errors/system_health_report_errors.json +msgid "System Health Report Errors" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/system_health_report_failing_jobs/system_health_report_failing_jobs.json +msgid "System Health Report Failing Jobs" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/system_health_report_queue/system_health_report_queue.json +msgid "System Health Report Queue" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/system_health_report_tables/system_health_report_tables.json +msgid "System Health Report Tables" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/system_health_report_workers/system_health_report_workers.json +msgid "System Health Report Workers" +msgstr "" + +#. Label of a Card Break in the Build Workspace +#: frappe/core/workspace/build/build.json +msgid "System Logs" +msgstr "" + +#. Name of a role +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/automation/doctype/milestone/milestone.json +#: frappe/automation/doctype/milestone_tracker/milestone_tracker.json +#: frappe/contacts/doctype/address/address.json +#: frappe/contacts/doctype/address_template/address_template.json +#: frappe/contacts/doctype/contact/contact.json +#: frappe/contacts/doctype/gender/gender.json +#: frappe/contacts/doctype/salutation/salutation.json +#: frappe/core/doctype/access_log/access_log.json +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/audit_trail/audit_trail.json +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/custom_role/custom_role.json +#: frappe/core/doctype/data_export/data_export.json +#: frappe/core/doctype/data_import/data_import.json +#: frappe/core/doctype/data_import_log/data_import_log.json +#: frappe/core/doctype/deleted_document/deleted_document.json +#: frappe/core/doctype/docshare/docshare.json +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/document_naming_rule/document_naming_rule.json +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +#: frappe/core/doctype/document_share_key/document_share_key.json +#: frappe/core/doctype/domain/domain.json +#: frappe/core/doctype/domain_settings/domain_settings.json +#: frappe/core/doctype/error_log/error_log.json +#: frappe/core/doctype/file/file.json +#: frappe/core/doctype/installed_applications/installed_applications.json +#: frappe/core/doctype/language/language.json +#: frappe/core/doctype/log_settings/log_settings.json +#: frappe/core/doctype/module_def/module_def.json +#: frappe/core/doctype/module_profile/module_profile.json +#: frappe/core/doctype/navbar_settings/navbar_settings.json +#: frappe/core/doctype/package/package.json +#: frappe/core/doctype/package_import/package_import.json +#: frappe/core/doctype/package_release/package_release.json +#: frappe/core/doctype/page/page.json +#: frappe/core/doctype/patch_log/patch_log.json +#: frappe/core/doctype/permission_inspector/permission_inspector.json +#: frappe/core/doctype/prepared_report/prepared_report.json +#: frappe/core/doctype/report/report.json frappe/core/doctype/role/role.json +#: frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.json +#: frappe/core/doctype/role_profile/role_profile.json +#: frappe/core/doctype/rq_job/rq_job.json +#: frappe/core/doctype/rq_worker/rq_worker.json +#: frappe/core/doctype/scheduled_job_log/scheduled_job_log.json +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +#: frappe/core/doctype/session_default_settings/session_default_settings.json +#: frappe/core/doctype/sms_settings/sms_settings.json +#: frappe/core/doctype/submission_queue/submission_queue.json +#: frappe/core/doctype/success_action/success_action.json +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/core/doctype/translation/translation.json +#: frappe/core/doctype/user/user.json +#: frappe/core/doctype/user_group/user_group.json +#: frappe/core/doctype/user_permission/user_permission.json +#: frappe/core/doctype/user_type/user_type.json +#: frappe/core/doctype/version/version.json +#: frappe/core/doctype/view_log/view_log.json +#: frappe/custom/doctype/client_script/client_script.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form/customize_form.json +#: frappe/custom/doctype/doctype_layout/doctype_layout.json +#: frappe/custom/doctype/property_setter/property_setter.json +#: frappe/desk/doctype/bulk_update/bulk_update.json +#: frappe/desk/doctype/calendar_view/calendar_view.json +#: frappe/desk/doctype/changelog_feed/changelog_feed.json +#: frappe/desk/doctype/console_log/console_log.json +#: frappe/desk/doctype/custom_html_block/custom_html_block.json +#: frappe/desk/doctype/dashboard/dashboard.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/dashboard_chart_source/dashboard_chart_source.json +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +#: frappe/desk/doctype/event/event.json +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/desk/doctype/global_search_settings/global_search_settings.json +#: frappe/desk/doctype/kanban_board/kanban_board.json +#: frappe/desk/doctype/list_view_settings/list_view_settings.json +#: frappe/desk/doctype/module_onboarding/module_onboarding.json +#: frappe/desk/doctype/note/note.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/desk/doctype/route_history/route_history.json +#: frappe/desk/doctype/system_console/system_console.json +#: frappe/desk/doctype/system_health_report/system_health_report.json +#: frappe/desk/doctype/tag/tag.json frappe/desk/doctype/tag_link/tag_link.json +#: frappe/desk/doctype/todo/todo.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +#: frappe/email/doctype/document_follow/document_follow.json +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_domain/email_domain.json +#: frappe/email/doctype/email_flag_queue/email_flag_queue.json +#: frappe/email/doctype/email_queue/email_queue.json +#: frappe/email/doctype/email_rule/email_rule.json +#: frappe/email/doctype/email_template/email_template.json +#: frappe/email/doctype/email_unsubscribe/email_unsubscribe.json +#: frappe/email/doctype/notification/notification.json +#: frappe/email/doctype/unhandled_email/unhandled_email.json +#: frappe/geo/doctype/country/country.json +#: frappe/geo/doctype/currency/currency.json +#: frappe/integrations/doctype/connected_app/connected_app.json +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.json +#: frappe/integrations/doctype/google_calendar/google_calendar.json +#: frappe/integrations/doctype/google_contacts/google_contacts.json +#: frappe/integrations/doctype/google_drive/google_drive.json +#: frappe/integrations/doctype/google_settings/google_settings.json +#: frappe/integrations/doctype/integration_request/integration_request.json +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +#: frappe/integrations/doctype/oauth_authorization_code/oauth_authorization_code.json +#: frappe/integrations/doctype/oauth_bearer_token/oauth_bearer_token.json +#: frappe/integrations/doctype/oauth_client/oauth_client.json +#: frappe/integrations/doctype/oauth_provider_settings/oauth_provider_settings.json +#: frappe/integrations/doctype/push_notification_settings/push_notification_settings.json +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +#: frappe/integrations/doctype/slack_webhook_url/slack_webhook_url.json +#: frappe/integrations/doctype/social_login_key/social_login_key.json +#: frappe/integrations/doctype/token_cache/token_cache.json +#: frappe/integrations/doctype/webhook/webhook.json +#: frappe/integrations/doctype/webhook_request_log/webhook_request_log.json +#: frappe/printing/doctype/letter_head/letter_head.json +#: frappe/printing/doctype/network_printer_settings/network_printer_settings.json +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/printing/doctype/print_format_field_template/print_format_field_template.json +#: frappe/printing/doctype/print_heading/print_heading.json +#: frappe/printing/doctype/print_settings/print_settings.json +#: frappe/printing/doctype/print_style/print_style.json +#: frappe/social/doctype/energy_point_log/energy_point_log.json +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +#: frappe/social/doctype/energy_point_settings/energy_point_settings.json +#: frappe/website/doctype/discussion_reply/discussion_reply.json +#: frappe/website/doctype/discussion_topic/discussion_topic.json +#: frappe/website/doctype/marketing_campaign/marketing_campaign.json +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.json +#: frappe/website/doctype/personal_data_download_request/personal_data_download_request.json +#: frappe/website/doctype/web_page_view/web_page_view.json +#: frappe/website/doctype/web_template/web_template.json +#: frappe/website/doctype/website_route_meta/website_route_meta.json +#: frappe/workflow/doctype/workflow/workflow.json +#: frappe/workflow/doctype/workflow_action_master/workflow_action_master.json +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "System Manager" +msgstr "系统管理员" + +#: frappe/desk/page/backups/backups.js:36 +msgid "System Manager privileges required." +msgstr "" + +#. Option for the 'Channel' (Select) field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "System Notification" +msgstr "" + +#. Label of a Section Break field in DocType 'Notification Settings' +#: frappe/desk/doctype/notification_settings/notification_settings.json +msgid "System Notifications" +msgstr "" + +#. Label of a Check field in DocType 'Page' +#: frappe/core/doctype/page/page.json +msgid "System Page" +msgstr "" + +#. Name of a DocType +#. Label of a shortcut in the Build Workspace +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/core/workspace/build/build.json +msgid "System Settings" +msgstr "" + +#. Description of the 'Allow Roles' (Table MultiSelect) field in DocType +#. 'Module Onboarding' +#: frappe/desk/doctype/module_onboarding/module_onboarding.json +msgid "System managers are allowed by default" +msgstr "" + +#: frappe/public/js/frappe/utils/number_systems.js:5 +msgctxt "Number system" +msgid "T" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Tab Break" +msgstr "" + +#: frappe/public/js/form_builder/components/Tabs.vue:135 +msgid "Tab Label" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Label of a Data field in DocType 'Recorder Suggested Index' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Label of a Data field in DocType 'System Health Report Tables' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#: frappe/core/doctype/data_export/exporter.py:23 +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/recorder_suggested_index/recorder_suggested_index.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/desk/doctype/system_health_report_tables/system_health_report_tables.json +#: frappe/printing/page/print_format_builder/print_format_builder_field.html:38 +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Table" +msgstr "表" + +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Template Field' +#: frappe/website/doctype/web_template_field/web_template_field.json +msgid "Table Break" +msgstr "" + +#: frappe/core/doctype/version/version_view.html:72 +msgid "Table Field" +msgstr "" + +#. Label of a Data field in DocType 'DocType Link' +#: frappe/core/doctype/doctype_link/doctype_link.json +msgid "Table Fieldname" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1165 +msgid "Table Fieldname Missing" +msgstr "" + +#. Label of a HTML field in DocType 'Version' +#: frappe/core/doctype/version/version.json +msgid "Table HTML" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Table MultiSelect" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:229 +msgid "Table Trimmed" +msgstr "" + +#: frappe/public/js/frappe/form/grid.js:1136 +msgid "Table updated" +msgstr "表更新" + +#: frappe/model/document.py:1374 +msgid "Table {0} cannot be empty" +msgstr "表{0}不能为空" + +#. Option for the 'PDF Page Size' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Tabloid" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/tag/tag.json +msgid "Tag" +msgstr "标签" + +#. Name of a DocType +#: frappe/desk/doctype/tag_link/tag_link.json +msgid "Tag Link" +msgstr "标签链接" + +#: frappe/model/meta.py:51 +#: frappe/public/js/frappe/form/templates/form_sidebar.html:100 +#: frappe/public/js/frappe/list/bulk_operations.js:430 +#: frappe/public/js/frappe/list/list_sidebar.html:50 +#: frappe/public/js/frappe/list/list_sidebar.js:228 +#: frappe/public/js/frappe/model/meta.js:204 +#: frappe/public/js/frappe/model/model.js:133 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:171 +msgid "Tags" +msgstr "标签" + +#: frappe/integrations/doctype/google_drive/google_drive.js:29 +msgid "Take Backup" +msgstr "备份" + +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.js:39 +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.js:12 +msgid "Take Backup Now" +msgstr "立即备份" + +#: frappe/public/js/frappe/ui/capture.js:212 +msgid "Take Photo" +msgstr "拍照" + +#. Label of a Data field in DocType 'Portal Menu Item' +#. Label of a Small Text field in DocType 'Website Route Redirect' +#: frappe/website/doctype/portal_menu_item/portal_menu_item.json +#: frappe/website/doctype/website_route_redirect/website_route_redirect.json +msgid "Target" +msgstr "" + +#: frappe/desk/doctype/todo/todo_calendar.js:19 +#: frappe/desk/doctype/todo/todo_calendar.js:25 +msgid "Task" +msgstr "任务" + +#. Label of a Section Break field in DocType 'About Us Settings' +#. Label of a Table field in DocType 'About Us Settings' +#: frappe/website/doctype/about_us_settings/about_us_settings.json +#: frappe/www/about.html:45 +msgid "Team Members" +msgstr "团队成员" + +#. Label of a Data field in DocType 'About Us Settings' +#: frappe/website/doctype/about_us_settings/about_us_settings.json +msgid "Team Members Heading" +msgstr "" + +#. Label of a Small Text field in DocType 'About Us Settings' +#: frappe/website/doctype/about_us_settings/about_us_settings.json +msgid "Team Members Subtitle" +msgstr "" + +#. Label of a Section Break field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Telemetry" +msgstr "" + +#. Label of a Link field in DocType 'Auto Repeat' +#. Label of a Code field in DocType 'Address Template' +#. Label of a Code field in DocType 'Print Format Field Template' +#. Label of a Code field in DocType 'Web Template' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/contacts/doctype/address_template/address_template.json +#: frappe/printing/doctype/print_format_field_template/print_format_field_template.json +#: frappe/website/doctype/web_template/web_template.json +msgid "Template" +msgstr "模板" + +#: frappe/core/doctype/data_import/importer.py:476 +#: frappe/core/doctype/data_import/importer.py:603 +msgid "Template Error" +msgstr "模板错误" + +#. Label of a Data field in DocType 'Print Format Field Template' +#: frappe/printing/doctype/print_format_field_template/print_format_field_template.json +msgid "Template File" +msgstr "" + +#. Label of a Code field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Template Options" +msgstr "" + +#. Label of a Code field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Template Warnings" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/blocks/paragraph.js:78 +msgid "Templates" +msgstr "" + +#: frappe/core/doctype/user/user.py:966 +msgid "Temporarily Disabled" +msgstr "暂时禁用" + +#: frappe/core/doctype/translation/test_translation.py:47 +#: frappe/core/doctype/translation/test_translation.py:54 +msgid "Test Data" +msgstr "" + +#. Label of a Data field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Test Job ID" +msgstr "" + +#: frappe/core/doctype/translation/test_translation.py:49 +#: frappe/core/doctype/translation/test_translation.py:57 +msgid "Test Spanish" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.py:94 +msgid "Test email sent to {0}" +msgstr "测试发送到{0}的电子邮件" + +#: frappe/core/doctype/file/test_file.py:361 +msgid "Test_Folder" +msgstr "测试_文件夹" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Template Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/web_form_field/web_form_field.json +#: frappe/website/doctype/web_template_field/web_template_field.json +msgid "Text" +msgstr "" + +#. Label of a Select field in DocType 'Web Page' +#: frappe/website/doctype/web_page/web_page.json +msgid "Text Align" +msgstr "" + +#. Label of a Link field in DocType 'Website Theme' +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Text Color" +msgstr "" + +#. Label of a Code field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Text Content" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Text Editor" +msgstr "" + +#: frappe/templates/emails/password_reset.html:5 +msgid "Thank you" +msgstr "谢谢" + +#: frappe/www/contact.py:37 +msgid "Thank you for reaching out to us. We will get back to you at the earliest.\n\n\n" +"Your query:\n\n" +"{0}" +msgstr "" + +#: frappe/website/doctype/web_form/templates/web_form.html:137 +msgid "Thank you for spending your valuable time to fill this form" +msgstr "" + +#: frappe/templates/emails/auto_reply.html:1 +msgid "Thank you for your email" +msgstr "谢谢您的邮件" + +#: frappe/website/doctype/help_article/templates/help_article.html:27 +msgid "Thank you for your feedback!" +msgstr "感谢您的反馈意见!" + +#: frappe/email/doctype/newsletter/newsletter.py:335 +msgid "Thank you for your interest in subscribing to our updates" +msgstr "感谢您订阅我们的更新" + +#: frappe/templates/includes/contact.js:36 +msgid "Thank you for your message" +msgstr "" + +#: frappe/templates/emails/new_user.html:16 +msgid "Thanks" +msgstr "" + +#: frappe/templates/emails/auto_repeat_fail.html:3 +msgid "The Auto Repeat for this document has been disabled." +msgstr "此文档的自动重复已被禁用。" + +#: frappe/public/js/frappe/form/grid.js:1159 +msgid "The CSV format is case sensitive" +msgstr "CSV格式区分大小写" + +#. Description of the 'Client ID' (Data) field in DocType 'Google Settings' +#: frappe/integrations/doctype/google_settings/google_settings.json +msgid "The Client ID obtained from the Google Cloud Console under \n" +"\"APIs & Services\" > \"Credentials\"\n" +"" +msgstr "" + +#: frappe/email/doctype/notification/notification.py:131 +msgid "The Condition '{0}' is invalid" +msgstr "" + +#: frappe/core/doctype/file/file.py:204 +msgid "The File URL you've entered is incorrect" +msgstr "" + +#: frappe/integrations/doctype/push_notification_settings/push_notification_settings.py:29 +msgid "The Push Relay Server URL key (`push_relay_server_url`) is missing in your site config" +msgstr "" + +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:363 +msgid "The User record for this request has been auto-deleted due to inactivity by system admins." +msgstr "" + +#: frappe/public/js/frappe/desk.js:128 +msgid "The application has been updated to a new version, please refresh this page" +msgstr "该应用程序已被更新到新版本,请刷新本页面" + +#. Description of the 'Application Name' (Data) field in DocType 'System +#. Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "The application name will be used in the Login page." +msgstr "" + +#: frappe/public/js/frappe/views/interaction.js:322 +msgid "The attachments could not be correctly linked to the new document" +msgstr "附件无法正确链接到新文档" + +#. Description of the 'API Key' (Data) field in DocType 'Google Settings' +#: frappe/integrations/doctype/google_settings/google_settings.json +msgid "The browser API key obtained from the Google Cloud Console under \n" +"\"APIs & Services\" > \"Credentials\"\n" +"" +msgstr "" + +#: frappe/database/database.py:430 +msgid "The changes have been reverted." +msgstr "" + +#: frappe/core/doctype/data_import/importer.py:971 +msgid "The column {0} has {1} different date formats. Automatically setting {2} as the default format as it is the most common. Please change other values in this column to this format." +msgstr "列{0}具有{1}不同的日期格式。自动将{2}设置为默认格式,因为它是最常见的格式。请将此列中的其他值更改为此格式。" + +#: frappe/templates/includes/comments/comments.py:34 +msgid "The comment cannot be empty" +msgstr "评论不能为空" + +#: frappe/templates/emails/workflow_action.html:9 +msgid "The contents of this email are strictly confidential. Please do not forward this email to anyone." +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:632 +msgid "The count shown is an estimated count. Click here to see the accurate count." +msgstr "" + +#: frappe/public/js/frappe/views/interaction.js:300 +msgid "The document could not be correctly assigned" +msgstr "无法正确分配文档" + +#: frappe/public/js/frappe/views/interaction.js:294 +msgid "The document has been assigned to {0}" +msgstr "该文档已分配给{0}" + +#. Description of the 'Parent Document Type' (Link) field in DocType 'Dashboard +#. Chart' +#. Description of the 'Parent Document Type' (Link) field in DocType 'Number +#. Card' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/number_card/number_card.json +msgid "The document type selected is a child table, so the parent document type is required." +msgstr "" + +#: frappe/core/doctype/user_type/user_type.py:109 +msgid "The field {0} is mandatory" +msgstr "" + +#: frappe/core/doctype/file/file.py:142 +msgid "The fieldname you've specified in Attached To Field is invalid" +msgstr "" + +#: frappe/automation/doctype/assignment_rule/assignment_rule.py:62 +msgid "The following Assignment Days have been repeated: {0}" +msgstr "" + +#: frappe/printing/doctype/letter_head/letter_head.js:30 +msgid "The following Header Script will add the current date to an element in 'Header HTML' with class 'header-content'" +msgstr "" + +#: frappe/core/doctype/data_import/importer.py:1042 +msgid "The following values are invalid: {0}. Values must be one of {1}" +msgstr "" + +#: frappe/core/doctype/data_import/importer.py:1005 +msgid "The following values do not exist for {0}: {1}" +msgstr "" + +#: frappe/core/doctype/user_type/user_type.py:88 +msgid "The limit has not set for the user type {0} in the site config file." +msgstr "" + +#: frappe/templates/emails/login_with_email_link.html:21 +msgid "The link will expire in {0} minutes" +msgstr "" + +#: frappe/www/login.py:184 +msgid "The link you trying to login is invalid or expired." +msgstr "" + +#: frappe/website/doctype/web_page/web_page.js:125 +msgid "The meta description is an HTML attribute that provides a brief summary of a web page. Search engines such as Google often display the meta description in search results, which can influence click-through rates." +msgstr "元描述是HTML属性,可提供网页的简要摘要。诸如Google之类的搜索引擎经常在搜索结果中显示元描述,这可能会影响点击率。" + +#: frappe/website/doctype/web_page/web_page.js:132 +msgid "The meta image is unique image representing the content of the page. Images for this Card should be at least 280px in width, and at least 150px in height." +msgstr "元图像是代表页面内容的唯一图像。此卡片的图片宽度至少应为280px,高度至少应为150px。" + +#. Description of the 'Calendar Name' (Data) field in DocType 'Google Calendar' +#: frappe/integrations/doctype/google_calendar/google_calendar.json +msgid "The name that will appear in Google Calendar" +msgstr "" + +#. Description of the 'Track Steps' (Check) field in DocType 'Form Tour' +#: frappe/desk/doctype/form_tour/form_tour.json +msgid "The next tour will start from where the user left off." +msgstr "" + +#. Description of the 'Request Timeout' (Int) field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "The number of seconds until the request expires" +msgstr "" + +#: frappe/www/404.html:18 +msgid "The page you are looking for has gone missing." +msgstr "" + +#: frappe/www/update-password.html:86 +msgid "The password of your account has expired." +msgstr "您帐户的密码已过期。" + +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:394 +msgid "The process for deletion of {0} data associated with {1} has been initiated." +msgstr "删除与{1}关联的{0}数据的过程已启动。" + +#. Description of the 'App ID' (Data) field in DocType 'Google Settings' +#: frappe/integrations/doctype/google_settings/google_settings.json +msgid "The project number obtained from Google Cloud Console under \n" +"\"IAM & Admin\" > \"Settings\"\n" +"" +msgstr "" + +#: frappe/core/doctype/user/user.py:926 +msgid "The reset password link has been expired" +msgstr "" + +#: frappe/core/doctype/user/user.py:928 +msgid "The reset password link has either been used before or is invalid" +msgstr "" + +#: frappe/app.py:367 frappe/public/js/frappe/request.js:147 +msgid "The resource you are looking for is not available" +msgstr "您正在查找的资源不可用" + +#: frappe/core/doctype/user_type/user_type.py:113 +msgid "The role {0} should be a custom role." +msgstr "" + +#: frappe/utils/response.py:317 +msgid "The system is being updated. Please refresh again after a few moments." +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:9 +msgid "The system provides many pre-defined roles. You can add new roles to set finer permissions." +msgstr "" + +#: frappe/public/js/frappe/form/grid_row.js:636 +msgid "The total column width cannot be more than 10." +msgstr "" + +#: frappe/core/doctype/user_type/user_type.py:96 +msgid "The total number of user document types limit has been crossed." +msgstr "" + +#. Description of the 'User Field' (Select) field in DocType 'Energy Point +#. Rule' +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +msgid "The user from this field will be rewarded points" +msgstr "" + +#: frappe/public/js/frappe/form/controls/data.js:24 +msgid "The value you pasted was {0} characters long. Max allowed characters is {1}." +msgstr "" + +#. Description of the 'Condition' (Small Text) field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "The webhook will be triggered if this expression is true" +msgstr "" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:173 +msgid "The {0} is already on auto repeat {1}" +msgstr "{0}已经自动重复{1}" + +#. Label of a Section Break field in DocType 'Website Settings' +#. Label of a Data field in DocType 'Website Theme' +#. Label of a Code field in DocType 'Website Theme' +#: frappe/website/doctype/website_settings/website_settings.json +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Theme" +msgstr "" + +#: frappe/public/js/frappe/ui/theme_switcher.js:130 +msgid "Theme Changed" +msgstr "" + +#. Label of a Tab Break field in DocType 'Website Theme' +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Theme Configuration" +msgstr "" + +#. Label of a Data field in DocType 'Website Theme' +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Theme URL" +msgstr "" + +#: frappe/workflow/doctype/workflow/workflow.js:125 +msgid "There are documents which have workflow states that do not exist in this Workflow. It is recommended that you add these states to the Workflow and change their states before removing these states." +msgstr "" + +#: frappe/public/js/frappe/ui/notifications/notifications.js:435 +msgid "There are no upcoming events for you." +msgstr "" + +#: frappe/website/web_template/discussions/discussions.html:3 +msgid "There are no {0} for this {1}, why don't you start one!" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:892 +msgid "There are {0} with the same filters already in the queue:" +msgstr "" + +#: frappe/website/doctype/web_form/web_form.js:81 +#: frappe/website/doctype/web_form/web_form.js:317 +msgid "There can be only 9 Page Break fields in a Web Form" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1405 +msgid "There can be only one Fold in a form" +msgstr "一个表单只能有一个折叠" + +#: frappe/contacts/doctype/address/address.py:183 +msgid "There is an error in your Address Template {0}" +msgstr "在你的地址模板{0}有一个错误" + +#: frappe/core/doctype/data_export/exporter.py:162 +msgid "There is no data to be exported" +msgstr "没有要导出的数据" + +#: frappe/public/js/frappe/ui/notifications/notifications.js:485 +msgid "There is nothing new to show you right now." +msgstr "" + +#: frappe/core/doctype/file/file.py:575 frappe/utils/file_manager.py:375 +msgid "There is some problem with the file url: {0}" +msgstr "有一些问题与文件的URL:{0}" + +#: frappe/public/js/frappe/views/reports/query_report.js:889 +msgid "There is {0} with the same filters already in the queue:" +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager.py:155 +msgid "There must be atleast one permission rule." +msgstr "至少要包含一个权限规则。" + +#: frappe/www/error.py:16 +msgid "There was an error building this page" +msgstr "建立此页面时发生错误" + +#: frappe/public/js/frappe/views/kanban/kanban_view.js:183 +msgid "There was an error saving filters" +msgstr "保存过滤器时出错" + +#: frappe/public/js/frappe/form/sidebar/attachments.js:201 +msgid "There were errors" +msgstr "曾有些错误发生" + +#: frappe/public/js/frappe/views/interaction.js:276 +msgid "There were errors while creating the document. Please try again." +msgstr "创建文档时曾出错。请再试一次。" + +#: frappe/public/js/frappe/views/communication.js:828 +msgid "There were errors while sending email. Please try again." +msgstr "邮件发送曾发生错误,请重试。" + +#: frappe/model/naming.py:468 +msgid "There were some errors setting the name, please contact the administrator" +msgstr "设置名称时出现错误,请与管理员联系" + +#: frappe/www/404.html:15 +msgid "There's nothing here" +msgstr "" + +#. Description of the 'Announcement Widget' (Text Editor) field in DocType +#. 'Navbar Settings' +#: frappe/core/doctype/navbar_settings/navbar_settings.json +msgid "These announcements will appear inside a dismissible alert below the Navbar." +msgstr "" + +#. Description of the 'LDAP Custom Settings' (Section Break) field in DocType +#. 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "These settings are required if 'Custom' LDAP Directory is used" +msgstr "" + +#. Description of the 'Defaults' (Section Break) field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "These values will be automatically updated in transactions and also will be useful to restrict permissions for this user on transactions containing these values." +msgstr "" + +#: frappe/www/third_party_apps.html:3 frappe/www/third_party_apps.html:13 +msgid "Third Party Apps" +msgstr "第三方应用" + +#. Label of a Section Break field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Third Party Authentication" +msgstr "" + +#: frappe/geo/doctype/currency/currency.js:8 +msgid "This Currency is disabled. Enable to use in transactions" +msgstr "这个币种禁用。在交易栏目中启用" + +#: frappe/geo/utils.py:84 +msgid "This Doctype does not contain latitude and longitude fields" +msgstr "" + +#: frappe/geo/utils.py:67 +msgid "This Doctype does not contain location fields" +msgstr "" + +#: frappe/public/js/frappe/views/kanban/kanban_view.js:391 +msgid "This Kanban Board will be private" +msgstr "这看板将是私有的" + +#: frappe/custom/doctype/customize_form/customize_form.js:220 +msgid "This action is irreversible. Do you wish to continue?" +msgstr "" + +#: frappe/__init__.py:935 +msgid "This action is only allowed for {}" +msgstr "此操作仅适用于{}" + +#: frappe/public/js/frappe/form/toolbar.js:108 +#: frappe/public/js/frappe/model/model.js:735 +msgid "This cannot be undone" +msgstr "这不能被撤消" + +#. Description of the 'Is Public' (Check) field in DocType 'Number Card' +#: frappe/desk/doctype/number_card/number_card.json +msgid "This card will be available to all Users if this is set" +msgstr "" + +#. Description of the 'Is Public' (Check) field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "This chart will be available to all Users if this is set" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:212 +msgid "This doctype has no orphan fields to trim" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1030 +msgid "This doctype has pending migrations, run 'bench migrate' before modifying the doctype to avoid losing changes." +msgstr "" + +#: frappe/desk/doctype/workspace/workspace.js:23 +msgid "This document allows you to edit limited fields. For all kinds of workspace customization, use the Edit button located on the workspace page" +msgstr "" + +#: frappe/model/delete_doc.py:112 +msgid "This document can not be deleted right now as it's being modified by another user. Please try again after some time." +msgstr "" + +#: frappe/social/doctype/energy_point_log/energy_point_log.py:90 +msgid "This document cannot be reverted" +msgstr "此文档无法还原" + +#: frappe/www/confirm_workflow_action.html:8 +msgid "This document has been modified after the email was sent." +msgstr "发送电子邮件后,此文档已被修改。" + +#: frappe/social/doctype/energy_point_log/energy_point_log.js:8 +msgid "This document has been reverted" +msgstr "该文件已被还原" + +#: frappe/public/js/frappe/form/form.js:1240 +msgid "This document has unsaved changes which might not appear in final PDF.
    Consider saving the document before printing." +msgstr "" + +#: frappe/public/js/frappe/form/form.js:1033 +msgid "This document is already amended, you cannot ammend it again" +msgstr "该文档已被修改,您无法再次对其进行修改" + +#: frappe/model/document.py:1542 +msgid "This document is currently locked and queued for execution. Please try again after some time." +msgstr "" + +#: frappe/templates/emails/auto_repeat_fail.html:7 +msgid "This email is autogenerated" +msgstr "此电子邮件是自动生成的" + +#: frappe/printing/doctype/network_printer_settings/network_printer_settings.py:30 +msgid "This feature can not be used as dependencies are missing.\n" +"\t\t\t\tPlease contact your system manager to enable this by installing pycups!" +msgstr "" + +#: frappe/public/js/frappe/form/templates/form_sidebar.html:23 +msgid "This feature is brand new and still experimental" +msgstr "" + +#. Description of the 'Depends On' (Code) field in DocType 'Customize Form +#. Field' +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "This field will appear only if the fieldname defined here has value OR the rules are true (examples):\n" +"myfield\n" +"eval:doc.myfield=='My Value'\n" +"eval:doc.age>18" +msgstr "" + +#: frappe/core/doctype/file/file.js:10 +msgid "This file is public. It can be accessed without authentication." +msgstr "" + +#: frappe/public/js/frappe/form/form.js:1130 +msgid "This form has been modified after you have loaded it" +msgstr "这个表单在你加载后已被修改" + +#: frappe/public/js/frappe/form/form.js:415 +msgid "This form is not editable due to a Workflow." +msgstr "" + +#. Description of the 'Is Default' (Check) field in DocType 'Address Template' +#: frappe/contacts/doctype/address_template/address_template.json +msgid "This format is used if country specific format is not found" +msgstr "" + +#. Description of the 'Header' (HTML Editor) field in DocType 'Website +#. Slideshow' +#: frappe/website/doctype/website_slideshow/website_slideshow.json +msgid "This goes above the slideshow." +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:2021 +msgid "This is a background report. Please set the appropriate filters and then generate a new one." +msgstr "这是一份后台报告。请设置适当的过滤器,然后生成一个新过滤器。" + +#: frappe/utils/password_strength.py:154 +msgid "This is a top-10 common password." +msgstr "这是一个前10名的常用密码。" + +#: frappe/utils/password_strength.py:156 +msgid "This is a top-100 common password." +msgstr "这是一个前100名的常用密码。" + +#: frappe/utils/password_strength.py:158 +msgid "This is a very common password." +msgstr "这是一个非常普遍的密码。" + +#: frappe/core/doctype/rq_job/rq_job.js:9 +msgid "This is a virtual doctype and data is cleared periodically." +msgstr "" + +#: frappe/templates/emails/auto_reply.html:5 +msgid "This is an automatically generated reply" +msgstr "这是一个自动生成的回复" + +#. Description of the 'Google Snippet Preview' (HTML) field in DocType 'Blog +#. Post' +#: frappe/website/doctype/blog_post/blog_post.json +msgid "This is an example Google SERP Preview." +msgstr "" + +#: frappe/utils/password_strength.py:160 +msgid "This is similar to a commonly used password." +msgstr "这类似于一个通常使用的密码。" + +#. Description of the 'Current Value' (Int) field in DocType 'Document Naming +#. Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "This is the number of the last created transaction with this prefix" +msgstr "" + +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:403 +msgid "This link has already been activated for verification." +msgstr "此链接已激活以进行验证。" + +#: frappe/utils/verified_command.py:49 +msgid "This link is invalid or expired. Please make sure you have pasted correctly." +msgstr "此链接是无效或过期。请确保你已经正确粘贴。" + +#: frappe/printing/page/print/print.js:410 +msgid "This may get printed on multiple pages" +msgstr "这可能会打印在多个页面上" + +#: frappe/utils/goal.py:109 +msgid "This month" +msgstr "这个月" + +#: frappe/email/doctype/newsletter/newsletter.js:223 +msgid "This newsletter is scheduled to be sent on {0}" +msgstr "" + +#: frappe/email/doctype/newsletter/newsletter.js:50 +msgid "This newsletter was scheduled to send on a later date. Are you sure you want to send it now?" +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:964 +msgid "This report contains {0} rows and is too big to display in browser, you can {1} this report instead." +msgstr "" + +#: frappe/templates/emails/auto_email_report.html:57 +msgid "This report was generated on {0}" +msgstr "此报告是在{0}上生成的" + +#: frappe/public/js/frappe/views/reports/query_report.js:787 +msgid "This report was generated {0}." +msgstr "此报告已生成{0}。" + +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:118 +msgid "This request has not yet been approved by the user." +msgstr "此请求尚未得到用户的批准。" + +#: frappe/templates/includes/navbar/navbar_items.html:95 +msgid "This site is in read only mode, full functionality will be restored soon." +msgstr "" + +#: frappe/core/doctype/doctype/doctype.js:77 +msgid "This site is running in developer mode. Any change made here will be updated in code." +msgstr "" + +#: frappe/website/doctype/web_page/web_page.js:71 +msgid "This title will be used as the title of the webpage as well as in meta tags" +msgstr "该标题将用作网页以及元标记的标题" + +#: frappe/public/js/frappe/form/controls/base_input.js:120 +msgid "This value is fetched from {0}'s {1} field" +msgstr "" + +#: frappe/website/doctype/web_page/web_page.js:85 +msgid "This will be automatically generated when you publish the page, you can also enter a route yourself if you wish" +msgstr "当您发布页面时,它将自动生成,也可以根据需要自己输入路线" + +#. Description of the 'Callback Message' (Small Text) field in DocType +#. 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "This will be shown in a modal after routing" +msgstr "" + +#. Description of the 'Report Description' (Data) field in DocType 'Onboarding +#. Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "This will be shown to the user in a dialog after routing to the report" +msgstr "" + +#: frappe/www/third_party_apps.html:21 +msgid "This will log out {0} from all other devices" +msgstr "这将从所有其他设备注销{0}" + +#: frappe/templates/emails/delete_data_confirmation.html:3 +msgid "This will permanently remove your data." +msgstr "这将永久删除您的数据。" + +#: frappe/desk/doctype/form_tour/form_tour.js:103 +msgid "This will reset this tour and show it to all users. Are you sure?" +msgstr "" + +#: frappe/core/doctype/rq_job/rq_job.js:15 +msgid "This will terminate the job immediately and might be dangerous, are you sure? " +msgstr "" + +#: frappe/core/doctype/user/user.py:1178 +msgid "Throttled" +msgstr "节流" + +#. Label of a Small Text field in DocType 'File' +#: frappe/core/doctype/file/file.json +msgid "Thumbnail URL" +msgstr "" + +#. Option for the 'Day' (Select) field in DocType 'Assignment Rule Day' +#. Option for the 'Day' (Select) field in DocType 'Auto Repeat Day' +#. Option for the 'First Day of the Week' (Select) field in DocType 'System +#. Settings' +#. Label of a Check field in DocType 'Event' +#. Option for the 'Day of Week' (Select) field in DocType 'Auto Email Report' +#: frappe/automation/doctype/assignment_rule_day/assignment_rule_day.json +#: frappe/automation/doctype/auto_repeat_day/auto_repeat_day.json +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/desk/doctype/event/event.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Thursday" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'DocField' +#. Label of a Datetime field in DocType 'Recorder' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Column' +#. Option for the 'Fieldtype' (Select) field in DocType 'Report Filter' +#. Option for the 'Field Type' (Select) field in DocType 'Custom Field' +#. Option for the 'Type' (Select) field in DocType 'Customize Form Field' +#. Option for the 'Fieldtype' (Select) field in DocType 'Web Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/recorder/recorder.json +#: frappe/core/doctype/report_column/report_column.json +#: frappe/core/doctype/report_filter/report_filter.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/email/doctype/newsletter/newsletter.js:118 +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Time" +msgstr "时间" + +#. Label of a Select field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Time Format" +msgstr "" + +#. Label of a Select field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Time Interval" +msgstr "" + +#. Label of a Check field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Time Series" +msgstr "" + +#. Label of a Select field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Time Series Based On" +msgstr "" + +#. Label of a Duration field in DocType 'RQ Job' +#: frappe/core/doctype/rq_job/rq_job.json +msgid "Time Taken" +msgstr "" + +#. Label of a Int field in DocType 'Server Script' +#: frappe/core/doctype/server_script/server_script.json +msgid "Time Window (Seconds)" +msgstr "" + +#. Label of a Select field in DocType 'System Settings' +#. Label of a Autocomplete field in DocType 'User' +#. Label of a Data field in DocType 'Web Page View' +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/core/doctype/user/user.json +#: frappe/desk/page/setup_wizard/setup_wizard.js:395 +#: frappe/website/doctype/web_page_view/web_page_view.json +msgid "Time Zone" +msgstr "时区" + +#. Label of a Text field in DocType 'Country' +#: frappe/geo/doctype/country/country.json +msgid "Time Zones" +msgstr "" + +#. Label of a Data field in DocType 'Country' +#: frappe/geo/doctype/country/country.json +msgid "Time format" +msgstr "" + +#. Label of a Float field in DocType 'Recorder' +#: frappe/core/doctype/recorder/recorder.json +msgid "Time in Queries" +msgstr "" + +#. Description of the 'Expiry time of QR Code Image Page' (Int) field in +#. DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Time in seconds to retain QR code image on server. Min:240" +msgstr "" + +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.py:402 +msgid "Time series based on is required to create a dashboard chart" +msgstr "需要基于时间序列来创建仪表板图表" + +#: frappe/public/js/frappe/form/controls/time.js:107 +msgid "Time {0} must be in format: {1}" +msgstr "时间{0}必须采用以下格式:{1}" + +#. Option for the 'Status' (Select) field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Timed Out" +msgstr "" + +#: frappe/public/js/frappe/ui/theme_switcher.js:64 +msgid "Timeless Night" +msgstr "" + +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "Timeline" +msgstr "" + +#. Label of a Link field in DocType 'Activity Log' +#: frappe/core/doctype/activity_log/activity_log.json +msgid "Timeline DocType" +msgstr "" + +#. Label of a Data field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Timeline Field" +msgstr "" + +#. Label of a Section Break field in DocType 'Communication' +#. Label of a Table field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Timeline Links" +msgstr "" + +#. Label of a Dynamic Link field in DocType 'Activity Log' +#: frappe/core/doctype/activity_log/activity_log.json +msgid "Timeline Name" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1500 +msgid "Timeline field must be a Link or Dynamic Link" +msgstr "时间轴字段必须是一个链接或动态链接" + +#: frappe/core/doctype/doctype/doctype.py:1496 +msgid "Timeline field must be a valid fieldname" +msgstr "时间轴场必须是有效的字段名" + +#. Label of a Duration field in DocType 'RQ Job' +#: frappe/core/doctype/rq_job/rq_job.json +msgid "Timeout" +msgstr "" + +#. Label of a Int field in DocType 'Report' +#: frappe/core/doctype/report/report.json +msgid "Timeout (In Seconds)" +msgstr "" + +#. Label of a Check field in DocType 'Dashboard Chart Source' +#: frappe/desk/doctype/dashboard_chart_source/dashboard_chart_source.json +msgid "Timeseries" +msgstr "" + +#. Label of a Select field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/page/leaderboard/leaderboard.js:123 +#: frappe/public/js/frappe/ui/filters/filter.js:28 +msgid "Timespan" +msgstr "时间跨度" + +#. Label of a Datetime field in DocType 'Access Log' +#. Label of a Datetime field in DocType 'Transaction Log' +#: frappe/core/doctype/access_log/access_log.json +#: frappe/core/doctype/transaction_log/transaction_log.json +#: frappe/core/report/transaction_log_report/transaction_log_report.py:112 +msgid "Timestamp" +msgstr "时间戳" + +#. Label of a Data field in DocType 'DocType State' +#. Label of a Data field in DocType 'Error Log' +#. Label of a Data field in DocType 'Page' +#. Label of a Data field in DocType 'Changelog Feed' +#. Label of a Data field in DocType 'Form Tour' +#. Label of a Data field in DocType 'Form Tour Step' +#. Label of a Data field in DocType 'Module Onboarding' +#. Label of a Data field in DocType 'Note' +#. Label of a Data field in DocType 'Onboarding Step' +#. Label of a Data field in DocType 'System Health Report Errors' +#. Label of a Data field in DocType 'Workspace' +#. Label of a Data field in DocType 'Email Group' +#. Label of a Data field in DocType 'Blog Category' +#. Label of a Data field in DocType 'Blog Post' +#. Label of a Data field in DocType 'Blog Settings' +#. Label of a Data field in DocType 'Discussion Topic' +#. Label of a Data field in DocType 'Help Article' +#. Label of a Data field in DocType 'Portal Menu Item' +#. Label of a Data field in DocType 'Web Form' +#. Label of a Data field in DocType 'Web Page' +#. Label of a Data field in DocType 'Website Sidebar' +#. Label of a Data field in DocType 'Website Sidebar Item' +#: frappe/core/doctype/doctype/boilerplate/controller_list.html:14 +#: frappe/core/doctype/doctype/boilerplate/controller_list.html:23 +#: frappe/core/doctype/doctype_state/doctype_state.json +#: frappe/core/doctype/error_log/error_log.json +#: frappe/core/doctype/page/page.json +#: frappe/desk/doctype/changelog_feed/changelog_feed.json +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +#: frappe/desk/doctype/module_onboarding/module_onboarding.json +#: frappe/desk/doctype/note/note.json +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +#: frappe/desk/doctype/system_health_report_errors/system_health_report_errors.json +#: frappe/desk/doctype/workspace/workspace.json +#: frappe/email/doctype/email_group/email_group.json +#: frappe/public/js/frappe/views/workspace/workspace.js:644 +#: frappe/public/js/frappe/views/workspace/workspace.js:973 +#: frappe/public/js/frappe/views/workspace/workspace.js:1220 +#: frappe/website/doctype/blog_category/blog_category.json +#: frappe/website/doctype/blog_post/blog_post.json +#: frappe/website/doctype/blog_settings/blog_settings.json +#: frappe/website/doctype/discussion_topic/discussion_topic.json +#: frappe/website/doctype/help_article/help_article.json +#: frappe/website/doctype/portal_menu_item/portal_menu_item.json +#: frappe/website/doctype/web_form/web_form.json +#: frappe/website/doctype/web_page/web_page.json +#: frappe/website/doctype/website_sidebar/website_sidebar.json +#: frappe/website/doctype/website_sidebar_item/website_sidebar_item.json +msgid "Title" +msgstr "标题" + +#. Label of a Data field in DocType 'DocType' +#. Label of a Data field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Title Field" +msgstr "" + +#. Label of a Data field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Title Prefix" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1437 +msgid "Title field must be a valid fieldname" +msgstr "标题字段必须是有效的字段名" + +#: frappe/website/doctype/web_page/web_page.js:70 +msgid "Title of the page" +msgstr "页面标题" + +#. Label of a Code field in DocType 'Communication' +#. Label of a Section Break field in DocType 'Newsletter' +#: frappe/core/doctype/communication/communication.json +#: frappe/email/doctype/newsletter/newsletter.json +#: frappe/public/js/frappe/views/communication.js:53 +#: frappe/public/js/frappe/views/inbox/inbox_view.js:70 +msgid "To" +msgstr "至" + +#. Label of a Date field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/website/report/website_analytics/website_analytics.js:14 +msgid "To Date" +msgstr "至今" + +#. Label of a Select field in DocType 'Auto Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "To Date Field" +msgstr "" + +#. Label of a Link in the Tools Workspace +#: frappe/automation/workspace/tools/tools.json +#: frappe/desk/doctype/todo/todo_list.js:6 +msgid "To Do" +msgstr "待办事项" + +#: frappe/public/js/frappe/form/sidebar/review.js:50 +msgid "To User" +msgstr "给用户" + +#. Description of the 'Subject' (Data) field in DocType 'Auto Repeat' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +msgid "To add dynamic subject, use jinja tags like\n\n" +"
    New {{ doc.doctype }} #{{ doc.name }}
    " +msgstr "" + +#. Description of the 'Subject' (Data) field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "To add dynamic subject, use jinja tags like\n\n" +"
    {{ doc.name }} Delivered
    " +msgstr "" + +#. Description of the 'JSON Request Body' (Code) field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "To add dynamic values from the document, use jinja tags like\n\n" +"
    \n" +"
    { \"id\": \"{{ doc.name }}\" }\n"
    +"
    \n" +"
    " +msgstr "" + +#: frappe/email/doctype/auto_email_report/auto_email_report.py:107 +msgid "To allow more reports update limit in System Settings." +msgstr "" + +#. Label of a Section Break field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "To and CC" +msgstr "" + +#. Description of the 'Use First Day of Period' (Check) field in DocType 'Auto +#. Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "To begin the date range at the start of the chosen period. For example, if 'Year' is selected as the period, the report will start from January 1st of the current year." +msgstr "" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.js:35 +msgid "To configure Auto Repeat, enable \"Allow Auto Repeat\" from {0}." +msgstr "要配置自动重复,请从{0}启用“允许自动重复”。" + +#: frappe/www/login.html:73 +msgid "To enable it follow the instructions in the following link: {0}" +msgstr "要启用它,请遵循以下链接中的说明:{0}" + +#: frappe/core/doctype/server_script/server_script.js:37 +msgid "To enable server scripts, read the {0}." +msgstr "" + +#: frappe/desk/doctype/onboarding_step/onboarding_step.js:18 +msgid "To export this step as JSON, link it in a Onboarding document and save the document." +msgstr "" + +#: frappe/public/js/frappe/views/reports/query_report.js:788 +msgid "To get the updated report, click on {0}." +msgstr "要获取更新的报告,请单击{0}。" + +#: frappe/www/me.html:51 +msgid "To manage your authorized third party apps" +msgstr "" + +#. Description of the 'Console' (Code) field in DocType 'System Console' +#: frappe/desk/doctype/system_console/system_console.json +msgid "To print output use print(text)" +msgstr "" + +#: frappe/core/doctype/user_type/user_type.py:292 +msgid "To set the role {0} in the user {1}, kindly set the {2} field as {3} in one of the {4} record." +msgstr "" + +#: frappe/integrations/doctype/google_calendar/google_calendar.js:8 +msgid "To use Google Calendar, enable {0}." +msgstr "要使用Google日历,请启用{0}。" + +#: frappe/integrations/doctype/google_contacts/google_contacts.js:8 +msgid "To use Google Contacts, enable {0}." +msgstr "要使用Google通讯录,请启用{0}。" + +#: frappe/integrations/doctype/google_drive/google_drive.js:8 +msgid "To use Google Drive, enable {0}." +msgstr "要使用Google云端硬盘,请启用{0}。" + +#. Description of the 'Enable Google indexing' (Check) field in DocType +#. 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "To use Google Indexing, enable Google Settings." +msgstr "" + +#. Description of the 'Slack Channel' (Link) field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "To use Slack Channel, add a Slack Webhook URL." +msgstr "" + +#: frappe/public/js/frappe/utils/diffview.js:44 +msgid "To version" +msgstr "" + +#. Label of a shortcut in the Tools Workspace +#. Linked DocType in User's connections +#. Name of a DocType +#. Name of a report +#: frappe/automation/doctype/assignment_rule/assignment_rule.py:55 +#: frappe/automation/workspace/tools/tools.json +#: frappe/core/doctype/user/user.json frappe/desk/doctype/todo/todo.json +#: frappe/desk/report/todo/todo.json +msgid "ToDo" +msgstr "待办事项" + +#: frappe/public/js/frappe/form/controls/date.js:58 +#: frappe/public/js/frappe/views/calendar/calendar.js:268 +msgid "Today" +msgstr "今天" + +#: frappe/public/js/frappe/views/reports/report_view.js:1494 +msgid "Toggle Chart" +msgstr "切换图表" + +#. Label of a standard navbar item +#. Type: Action +#: frappe/hooks.py +msgid "Toggle Full Width" +msgstr "" + +#: frappe/public/js/frappe/views/file/file_view.js:33 +msgid "Toggle Grid View" +msgstr "切换网格视图" + +#: frappe/public/js/frappe/views/workspace/workspace.js:212 +msgid "Toggle Section: {0}" +msgstr "" + +#: frappe/public/js/frappe/ui/page.js:193 +#: frappe/public/js/frappe/ui/page.js:195 +#: frappe/public/js/frappe/views/reports/report_view.js:1498 +msgid "Toggle Sidebar" +msgstr "切换边栏" + +#: frappe/public/js/frappe/list/list_view.js:1718 +msgctxt "Button in list view menu" +msgid "Toggle Sidebar" +msgstr "切换边栏" + +#. Label of a standard navbar item +#. Type: Action +#: frappe/hooks.py +msgid "Toggle Theme" +msgstr "" + +#. Option for the 'Response Type' (Select) field in DocType 'OAuth Client' +#: frappe/integrations/doctype/oauth_client/oauth_client.json +msgid "Token" +msgstr "" + +#. Linked DocType in User's connections +#. Linked DocType in Connected App's connections +#. Name of a DocType +#: frappe/core/doctype/user/user.json +#: frappe/integrations/doctype/connected_app/connected_app.json +#: frappe/integrations/doctype/token_cache/token_cache.json +msgid "Token Cache" +msgstr "" + +#. Label of a Data field in DocType 'Token Cache' +#: frappe/integrations/doctype/token_cache/token_cache.json +msgid "Token Type" +msgstr "" + +#. Label of a Data field in DocType 'Connected App' +#: frappe/integrations/doctype/connected_app/connected_app.json +msgid "Token URI" +msgstr "" + +#: frappe/utils/oauth.py:185 +msgid "Token is missing" +msgstr "令牌丢失" + +#: frappe/desk/doctype/bulk_update/bulk_update.py:70 +#: frappe/model/workflow.py:246 +msgid "Too Many Documents" +msgstr "" + +#: frappe/rate_limiter.py:88 +msgid "Too Many Requests" +msgstr "请求太多" + +#: frappe/database/database.py:429 +msgid "Too many changes to database in single action." +msgstr "" + +#: frappe/core/doctype/user/user.py:967 +msgid "Too many users signed up recently, so the registration is disabled. Please try back in an hour" +msgstr "最近有太多用户注册,导致注册功能被自动临时禁用了,请一个小时后重试。" + +#. Name of a Workspace +#. Label of a Card Break in the Tools Workspace +#: frappe/automation/workspace/tools/tools.json +msgid "Tools" +msgstr "工具" + +#. Option for the 'Position' (Select) field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:153 +msgid "Top" +msgstr "" + +#. Name of a DocType +#: frappe/website/doctype/top_bar_item/top_bar_item.json +msgid "Top Bar Item" +msgstr "顶栏项目" + +#. Label of a Table field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Top Bar Items" +msgstr "" + +#. Option for the 'Position' (Select) field in DocType 'Form Tour Step' +#. Option for the 'Page Number' (Select) field in DocType 'Print Format' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:245 +msgid "Top Center" +msgstr "" + +#. Label of a Table field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Top Errors" +msgstr "" + +#. Option for the 'Page Number' (Select) field in DocType 'Print Format' +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:244 +msgid "Top Left" +msgstr "" + +#: frappe/templates/emails/energy_points_summary.html:3 +msgid "Top Performer" +msgstr "最佳表演者" + +#: frappe/templates/emails/energy_points_summary.html:18 +msgid "Top Reviewer" +msgstr "评论员" + +#. Option for the 'Position' (Select) field in DocType 'Form Tour Step' +#. Option for the 'Page Number' (Select) field in DocType 'Print Format' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/public/js/print_format_builder/PrintFormatControls.vue:246 +msgid "Top Right" +msgstr "" + +#: frappe/templates/emails/energy_points_summary.html:33 +msgid "Top {0}" +msgstr "最高{0}" + +#. Label of a Link field in DocType 'Discussion Reply' +#: frappe/website/doctype/discussion_reply/discussion_reply.json +msgid "Topic" +msgstr "" + +#: frappe/desk/query_report.py:510 +#: frappe/public/js/frappe/views/reports/print_grid.html:45 +#: frappe/public/js/frappe/views/reports/report_view.js:1475 +msgid "Total" +msgstr "总" + +#. Label of a Int field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Total Background Workers" +msgstr "" + +#. Label of a Int field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Total Errors (last 1 day)" +msgstr "" + +#: frappe/public/js/frappe/ui/capture.js:251 +msgid "Total Images" +msgstr "" + +#. Label of a Int field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Total Outgoing Emails" +msgstr "" + +#. Label of a Int field in DocType 'Newsletter' +#: frappe/email/doctype/newsletter/newsletter.json +msgid "Total Recipients" +msgstr "" + +#. Label of a Int field in DocType 'Email Group' +#. Label of a Read Only field in DocType 'Newsletter Email Group' +#: frappe/email/doctype/email_group/email_group.json +#: frappe/email/doctype/newsletter_email_group/newsletter_email_group.json +msgid "Total Subscribers" +msgstr "" + +#. Label of a Int field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Total Users" +msgstr "" + +#. Label of a Int field in DocType 'Newsletter' +#: frappe/email/doctype/newsletter/newsletter.json +msgid "Total Views" +msgstr "" + +#. Label of a Duration field in DocType 'RQ Worker' +#: frappe/core/doctype/rq_worker/rq_worker.json +msgid "Total Working Time" +msgstr "" + +#. Description of the 'Initial Sync Count' (Select) field in DocType 'Email +#. Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Total number of emails to sync in initial sync process " +msgstr "" + +#: frappe/public/js/print_format_builder/ConfigureColumns.vue:12 +msgid "Total:" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1179 +msgid "Totals" +msgstr "总计" + +#: frappe/public/js/frappe/views/reports/report_view.js:1154 +msgid "Totals Row" +msgstr "总计行" + +#. Label of a Data field in DocType 'Error Log' +#: frappe/core/doctype/error_log/error_log.json +msgid "Trace ID" +msgstr "" + +#. Label of a Code field in DocType 'Patch Log' +#: frappe/core/doctype/patch_log/patch_log.json +msgid "Traceback" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#. Label of a Check field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Track Changes" +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Track Email Status" +msgstr "" + +#. Label of a Data field in DocType 'Milestone' +#: frappe/automation/doctype/milestone/milestone.json +msgid "Track Field" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Track Seen" +msgstr "" + +#. Label of a Check field in DocType 'Form Tour' +#: frappe/desk/doctype/form_tour/form_tour.json +msgid "Track Steps" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#. Label of a Check field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Track Views" +msgstr "" + +#. Description of the 'Track Email Status' (Check) field in DocType 'Email +#. Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Track if your email has been opened by the recipient.\n" +"
    \n" +"Note: If you're sending to multiple recipients, even if 1 recipient reads the email, it'll be considered \"Opened\"" +msgstr "" + +#. Description of a DocType +#: frappe/automation/doctype/milestone_tracker/milestone_tracker.json +msgid "Track milestones for any document" +msgstr "" + +#: frappe/public/js/frappe/utils/utils.js:1766 +msgid "Tracking URL generated and copied to clipboard" +msgstr "" + +#. Label of a Small Text field in DocType 'Transaction Log' +#: frappe/core/doctype/transaction_log/transaction_log.json +msgid "Transaction Hash" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/transaction_log/transaction_log.json +msgid "Transaction Log" +msgstr "交易日志" + +#. Name of a report +#: frappe/core/report/transaction_log_report/transaction_log_report.json +msgid "Transaction Log Report" +msgstr "交易日志报告" + +#: frappe/desk/page/setup_wizard/install_fixtures.py:32 +msgid "Transgender" +msgstr "" + +#: frappe/public/js/workflow_builder/components/Properties.vue:19 +msgid "Transition Properties" +msgstr "" + +#. Label of a Section Break field in DocType 'Workflow' +#: frappe/workflow/doctype/workflow/workflow.json +msgid "Transition Rules" +msgstr "" + +#. Label of a Table field in DocType 'Workflow' +#: frappe/workflow/doctype/workflow/workflow.json +msgid "Transitions" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Translatable" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#. Label of a Check field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Translate Link Fields" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1580 +msgid "Translate values" +msgstr "" + +#: frappe/public/js/frappe/views/translation_manager.js:11 +msgid "Translate {0}" +msgstr "翻译{0}" + +#. Label of a Code field in DocType 'Translation' +#: frappe/core/doctype/translation/translation.json +msgid "Translated Text" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/translation/translation.json +msgid "Translation" +msgstr "翻译" + +#: frappe/public/js/frappe/views/translation_manager.js:46 +msgid "Translations" +msgstr "翻译" + +#. Option for the 'Email Status' (Select) field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Trash" +msgstr "" + +#. Option for the 'View' (Select) field in DocType 'Form Tour' +#. Option for the 'DocType View' (Select) field in DocType 'Workspace Shortcut' +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +msgid "Tree" +msgstr "" + +#: frappe/public/js/frappe/list/base_list.js:210 +msgid "Tree View" +msgstr "" + +#. Description of the 'Is Tree' (Check) field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Tree structures are implemented using Nested Set" +msgstr "" + +#: frappe/public/js/frappe/views/treeview.js:20 +msgid "Tree view is not available for {0}" +msgstr "树视图不适用于{0}" + +#. Label of a Data field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Trigger Method" +msgstr "" + +#: frappe/public/js/frappe/ui/keyboard.js:194 +msgid "Trigger Primary Action" +msgstr "触发主要操作" + +#: frappe/tests/test_translate.py:55 +msgid "Trigger caching" +msgstr "" + +#. Description of the 'Trigger Method' (Data) field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Trigger on valid methods like \"before_insert\", \"after_update\", etc (will depend on the DocType selected)" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.js:144 +msgid "Trim Table" +msgstr "" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:323 +msgid "Try Again" +msgstr "" + +#. Label of a Data field in DocType 'Document Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Try a Naming Series" +msgstr "" + +#: frappe/printing/page/print/print.js:189 +#: frappe/printing/page/print/print.js:195 +msgid "Try the new Print Designer" +msgstr "" + +#: frappe/utils/password_strength.py:100 +msgid "Try to avoid repeated words and characters" +msgstr "尽量避免重复的单词和字符" + +#: frappe/utils/password_strength.py:92 +msgid "Try to use a longer keyboard pattern with more turns" +msgstr "尝试使用更多的匝数较长的键盘模式" + +#. Option for the 'Day' (Select) field in DocType 'Assignment Rule Day' +#. Option for the 'Day' (Select) field in DocType 'Auto Repeat Day' +#. Option for the 'First Day of the Week' (Select) field in DocType 'System +#. Settings' +#. Label of a Check field in DocType 'Event' +#. Option for the 'Day of Week' (Select) field in DocType 'Auto Email Report' +#: frappe/automation/doctype/assignment_rule_day/assignment_rule_day.json +#: frappe/automation/doctype/auto_repeat_day/auto_repeat_day.json +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/desk/doctype/event/event.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Tuesday" +msgstr "" + +#. Label of a Check field in DocType 'Role' +#. Label of a Section Break field in DocType 'System Settings' +#: frappe/core/doctype/role/role.json +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Two Factor Authentication" +msgstr "" + +#. Label of a Select field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Two Factor Authentication method" +msgstr "" + +#. Label of a Select field in DocType 'Communication' +#. Label of a Select field in DocType 'DocField' +#. Label of a Select field in DocType 'Customize Form Field' +#. Label of a Data field in DocType 'Console Log' +#. Label of a Select field in DocType 'Dashboard Chart' +#. Label of a Select field in DocType 'Desktop Icon' +#. Label of a Select field in DocType 'Notification Log' +#. Label of a Select field in DocType 'Number Card' +#. Label of a Select field in DocType 'System Console' +#. Label of a Select field in DocType 'Workspace Link' +#. Label of a Select field in DocType 'Workspace Shortcut' +#. Label of a Select field in DocType 'Energy Point Log' +#. Label of a Select field in DocType 'Web Template' +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/desk/doctype/console_log/console_log.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +#: frappe/desk/doctype/notification_log/notification_log.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/desk/doctype/system_console/system_console.json +#: frappe/desk/doctype/workspace_link/workspace_link.json +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +#: frappe/public/js/frappe/views/file/file_view.js:318 +#: frappe/public/js/frappe/widgets/widget_dialog.js:366 +#: frappe/social/doctype/energy_point_log/energy_point_log.json +#: frappe/website/doctype/web_template/web_template.json +msgid "Type" +msgstr "类型" + +#: frappe/desk/page/user_profile/user_profile.html:17 +msgid "Type Distribution" +msgstr "" + +#: frappe/public/js/frappe/form/controls/comment.js:78 +msgid "Type a reply / comment" +msgstr "" + +#: frappe/templates/includes/search_template.html:51 +msgid "Type something in the search box to search" +msgstr "在搜索框中输入一些文字开始搜索" + +#: frappe/templates/discussions/comment_box.html:8 +#: frappe/templates/discussions/reply_section.html:53 +#: frappe/templates/discussions/topic_modal.html:11 +msgid "Type title" +msgstr "" + +#: frappe/templates/discussions/discussions.js:341 +msgid "Type your reply here..." +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:143 +msgid "Type:" +msgstr "类型:" + +#. Label of a Check field in DocType 'Form Tour' +#. Label of a Check field in DocType 'Form Tour Step' +#: frappe/desk/doctype/form_tour/form_tour.json +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "UI Tour" +msgstr "" + +#. Label of a Int field in DocType 'Communication' +#. Label of a Data field in DocType 'Email Flag Queue' +#. Label of a Data field in DocType 'Unhandled Email' +#: frappe/core/doctype/communication/communication.json +#: frappe/email/doctype/email_flag_queue/email_flag_queue.json +#: frappe/email/doctype/unhandled_email/unhandled_email.json +msgid "UID" +msgstr "" + +#. Label of a Int field in DocType 'Email Account' +#. Label of a Data field in DocType 'IMAP Folder' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/imap_folder/imap_folder.json +msgid "UIDNEXT" +msgstr "" + +#. Label of a Data field in DocType 'Email Account' +#. Label of a Data field in DocType 'IMAP Folder' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/imap_folder/imap_folder.json +msgid "UIDVALIDITY" +msgstr "" + +#. Option for the 'Email Sync Option' (Select) field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "UNSEEN" +msgstr "" + +#. Description of the 'Redirect URIs' (Text) field in DocType 'OAuth Client' +#: frappe/integrations/doctype/oauth_client/oauth_client.json +msgid "URIs for receiving authorization code once the user allows access, as well as failure responses. Typically a REST endpoint exposed by the Client App.\n" +"
    e.g. http://hostname/api/method/frappe.integrations.oauth2_logins.login_via_facebook" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Workspace Shortcut' +#. Label of a Data field in DocType 'Workspace Shortcut' +#. Label of a Small Text field in DocType 'Integration Request' +#. Label of a Data field in DocType 'Webhook Request Log' +#. Label of a Data field in DocType 'Top Bar Item' +#. Label of a Data field in DocType 'Website Slideshow Item' +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +#: frappe/integrations/doctype/integration_request/integration_request.json +#: frappe/integrations/doctype/webhook_request_log/webhook_request_log.json +#: frappe/public/js/frappe/widgets/widget_dialog.js:435 +#: frappe/website/doctype/top_bar_item/top_bar_item.json +#: frappe/website/doctype/website_slideshow_item/website_slideshow_item.json +msgid "URL" +msgstr "" + +#. Description of the 'Documentation Link' (Data) field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "URL for documentation or help" +msgstr "" + +#: frappe/core/doctype/file/file.py:215 +msgid "URL must start with http:// or https://" +msgstr "" + +#: frappe/website/doctype/web_page/web_page.js:84 +msgid "URL of the page" +msgstr "页面网址" + +#. Description of the 'URL' (Data) field in DocType 'Website Slideshow Item' +#: frappe/website/doctype/website_slideshow_item/website_slideshow_item.json +msgid "URL to go to on clicking the slideshow image" +msgstr "" + +#: frappe/core/doctype/document_naming_settings/document_naming_settings.py:67 +msgid "Unable to find DocType {0}" +msgstr "无法找到DocType {0}" + +#: frappe/public/js/frappe/ui/capture.js:330 +msgid "Unable to load camera." +msgstr "无法加载相机。" + +#: frappe/public/js/frappe/model/model.js:268 +msgid "Unable to load: {0}" +msgstr "无法加载: {0}" + +#: frappe/utils/csvutils.py:35 +msgid "Unable to open attached file. Did you export it as CSV?" +msgstr "无法打开附加的文件。导出为CSV?" + +#: frappe/core/doctype/file/utils.py:99 frappe/core/doctype/file/utils.py:131 +msgid "Unable to read file format for {0}" +msgstr "无法读取{0}的文件格式" + +#: frappe/core/doctype/communication/email.py:179 +msgid "Unable to send mail because of a missing email account. Please setup default Email Account from Settings > Email Account" +msgstr "" + +#: frappe/public/js/frappe/views/calendar/calendar.js:440 +msgid "Unable to update event" +msgstr "无法更新事件" + +#: frappe/core/doctype/file/file.py:457 +msgid "Unable to write file format for {0}" +msgstr "无法写入{0}的文件格式" + +#. Label of a Code field in DocType 'Assignment Rule' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +msgid "Unassign Condition" +msgstr "" + +#: frappe/www/error.py:15 +msgid "Uncaught Server Exception" +msgstr "未捕获的服务器异常" + +#: frappe/public/js/frappe/form/toolbar.js:94 +msgid "Unchanged" +msgstr "不变的" + +#: frappe/public/js/frappe/form/toolbar.js:451 +msgid "Undo" +msgstr "" + +#: frappe/public/js/frappe/form/toolbar.js:459 +msgid "Undo last action" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/form_sidebar.js:232 +#: frappe/public/js/frappe/form/templates/form_sidebar.html:132 +msgid "Unfollow" +msgstr "取消关注" + +#. Name of a DocType +#: frappe/email/doctype/unhandled_email/unhandled_email.json +msgid "Unhandled Email" +msgstr "未处理的邮件" + +#. Label of a Int field in DocType 'System Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Unhandled Emails" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:601 +msgid "Unhide Workspace" +msgstr "" + +#. Label of a Check field in DocType 'DocField' +#. Label of a Check field in DocType 'Custom Field' +#. Label of a Check field in DocType 'Customize Form Field' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +msgid "Unique" +msgstr "" + +#: frappe/website/report/website_analytics/website_analytics.js:59 +msgid "Unknown" +msgstr "未知" + +#: frappe/public/js/frappe/model/model.js:209 +msgid "Unknown Column: {0}" +msgstr "未知列: {0}" + +#: frappe/utils/data.py:1062 +msgid "Unknown Rounding Method: {}" +msgstr "" + +#: frappe/auth.py:304 +msgid "Unknown User" +msgstr "未知用户" + +#: frappe/utils/csvutils.py:52 +msgid "Unknown file encoding. Tried utf-8, windows-1250, windows-1252." +msgstr "" + +#: frappe/core/doctype/submission_queue/submission_queue.js:7 +msgid "Unlock Reference Document" +msgstr "" + +#: frappe/website/doctype/blog_post/blog_post.js:36 +#: frappe/website/doctype/web_form/web_form.js:86 +msgid "Unpublish" +msgstr "" + +#. Option for the 'Action' (Select) field in DocType 'Email Flag Queue' +#: frappe/email/doctype/email_flag_queue/email_flag_queue.json +msgid "Unread" +msgstr "" + +#. Label of a Check field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Unread Notification Sent" +msgstr "" + +#: frappe/utils/safe_exec.py:478 +msgid "Unsafe SQL query" +msgstr "" + +#: frappe/public/js/frappe/data_import/data_exporter.js:159 +#: frappe/public/js/frappe/form/controls/multicheck.js:166 +msgid "Unselect All" +msgstr "" + +#. Option for the 'Comment Type' (Select) field in DocType 'Comment' +#. Option for the 'Comment Type' (Select) field in DocType 'Communication' +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +msgid "Unshared" +msgstr "" + +#: frappe/email/queue.py:66 +msgid "Unsubscribe" +msgstr "退订" + +#. Label of a Data field in DocType 'Email Queue' +#: frappe/email/doctype/email_queue/email_queue.json +msgid "Unsubscribe Method" +msgstr "" + +#. Label of a Data field in DocType 'Email Queue' +#: frappe/email/doctype/email_queue/email_queue.json +msgid "Unsubscribe Param" +msgstr "" + +#. Label of a Check field in DocType 'Contact' +#. Label of a Check field in DocType 'User' +#. Label of a Check field in DocType 'Email Group Member' +#: frappe/contacts/doctype/contact/contact.json +#: frappe/core/doctype/user/user.json +#: frappe/email/doctype/email_group_member/email_group_member.json +#: frappe/email/queue.py:122 +msgid "Unsubscribed" +msgstr "已退订" + +#: frappe/public/js/frappe/data_import/import_preview.js:72 +msgid "Untitled Column" +msgstr "无标题栏" + +#: frappe/core/doctype/file/file.js:28 +msgid "Unzip" +msgstr "解压缩" + +#: frappe/public/js/frappe/views/file/file_view.js:132 +msgid "Unzipped {0} files" +msgstr "解压缩{0}个文件" + +#: frappe/public/js/frappe/views/file/file_view.js:125 +msgid "Unzipping files..." +msgstr "解压缩文件..." + +#: frappe/desk/doctype/event/event.py:255 +msgid "Upcoming Events for Today" +msgstr "今日活动" + +#. Label of a Button field in DocType 'Document Naming Settings' +#: frappe/core/doctype/data_import/data_import_list.js:36 +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +#: frappe/core/doctype/role_permission_for_page_and_report/role_permission_for_page_and_report.js:23 +#: frappe/custom/doctype/customize_form/customize_form.js:438 +#: frappe/desk/doctype/bulk_update/bulk_update.js:15 +#: frappe/printing/page/print_format_builder/print_format_builder.js:447 +#: frappe/printing/page/print_format_builder/print_format_builder.js:501 +#: frappe/printing/page/print_format_builder/print_format_builder.js:670 +#: frappe/printing/page/print_format_builder/print_format_builder.js:757 +#: frappe/public/js/frappe/form/grid_row.js:403 +#: frappe/public/js/frappe/views/workspace/workspace.js:692 +msgid "Update" +msgstr "更新" + +#. Label of a Button field in DocType 'Document Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Update Amendment Naming" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:641 +msgid "Update Details" +msgstr "" + +#. Option for the 'Import Type' (Select) field in DocType 'Data Import' +#: frappe/core/doctype/data_import/data_import.json +msgid "Update Existing Records" +msgstr "" + +#. Label of a Select field in DocType 'Workflow Document State' +#: frappe/workflow/doctype/workflow_document_state/workflow_document_state.json +msgid "Update Field" +msgstr "" + +#: frappe/core/doctype/installed_applications/installed_applications.js:6 +#: frappe/core/doctype/installed_applications/installed_applications.js:13 +msgid "Update Hooks Resolution Order" +msgstr "" + +#: frappe/core/doctype/installed_applications/installed_applications.js:45 +msgid "Update Order" +msgstr "" + +#: frappe/desk/page/setup_wizard/setup_wizard.js:472 +msgid "Update Password" +msgstr "" + +#. Label of a Section Break field in DocType 'Document Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Update Series Counter" +msgstr "" + +#. Label of a Button field in DocType 'Document Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "Update Series Number" +msgstr "" + +#. Option for the 'Action' (Select) field in DocType 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Update Settings" +msgstr "" + +#: frappe/public/js/frappe/views/translation_manager.js:13 +msgid "Update Translations" +msgstr "更新翻译" + +#. Label of a Small Text field in DocType 'Bulk Update' +#. Label of a Data field in DocType 'Workflow Document State' +#: frappe/desk/doctype/bulk_update/bulk_update.json +#: frappe/workflow/doctype/workflow_document_state/workflow_document_state.json +msgid "Update Value" +msgstr "" + +#: frappe/utils/change_log.py:386 +msgid "Update from Frappe Cloud" +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:375 +msgid "Update {0} records" +msgstr "" + +#. Option for the 'Comment Type' (Select) field in DocType 'Comment' +#. Option for the 'Comment Type' (Select) field in DocType 'Communication' +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +#: frappe/desk/doctype/desktop_icon/desktop_icon.py:446 +#: frappe/public/js/frappe/web_form/web_form.js:427 +msgid "Updated" +msgstr "已更新" + +#: frappe/desk/doctype/bulk_update/bulk_update.js:32 +msgid "Updated Successfully" +msgstr "更新成功" + +#: frappe/public/js/frappe/desk.js:426 +msgid "Updated To A New Version 🎉" +msgstr "更新到新版本🎉" + +#: frappe/public/js/frappe/list/bulk_operations.js:372 +msgid "Updated successfully" +msgstr "更新成功" + +#. Label of a Tab Break field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Updates" +msgstr "" + +#: frappe/utils/response.py:316 +msgid "Updating" +msgstr "更新" + +#: frappe/public/js/frappe/form/save.js:11 +msgctxt "Freeze message while updating a document" +msgid "Updating" +msgstr "更新" + +#: frappe/email/doctype/email_queue/email_queue.py:432 +msgid "Updating Email Queue Statuses. The emails will be picked up in the next scheduled run." +msgstr "" + +#: frappe/core/doctype/document_naming_rule/document_naming_rule.js:17 +msgid "Updating counter may lead to document name conflicts if not done properly" +msgstr "" + +#: frappe/desk/page/setup_wizard/setup_wizard.py:22 +msgid "Updating global settings" +msgstr "" + +#: frappe/core/doctype/document_naming_settings/document_naming_settings.js:59 +msgid "Updating naming series options" +msgstr "" + +#: frappe/public/js/frappe/form/toolbar.js:127 +msgid "Updating related fields..." +msgstr "" + +#: frappe/desk/doctype/bulk_update/bulk_update.py:97 +msgid "Updating {0}" +msgstr "更新{0}" + +#: frappe/core/doctype/data_import/data_import.js:36 +msgid "Updating {0} of {1}, {2}" +msgstr "" + +#: frappe/public/js/billing.bundle.js:30 +msgid "Upgrade plan" +msgstr "" + +#: frappe/public/js/frappe/file_uploader/file_uploader.bundle.js:121 +#: frappe/public/js/frappe/file_uploader/file_uploader.bundle.js:122 +#: frappe/public/js/frappe/form/grid.js:63 +#: frappe/public/js/frappe/form/templates/form_sidebar.html:13 +msgid "Upload" +msgstr "上传" + +#: frappe/public/js/print_format_builder/LetterHeadEditor.vue:93 +msgid "Upload Image" +msgstr "" + +#: frappe/public/js/frappe/file_uploader/FileUploader.vue:193 +msgid "Upload file" +msgstr "" + +#: frappe/public/js/frappe/file_uploader/FileUploader.vue:196 +msgid "Upload {0} files" +msgstr "" + +#. Label of a Check field in DocType 'File' +#: frappe/core/doctype/file/file.json +msgid "Uploaded To Dropbox" +msgstr "" + +#. Label of a Check field in DocType 'File' +#: frappe/core/doctype/file/file.json +msgid "Uploaded To Google Drive" +msgstr "" + +#: frappe/integrations/doctype/google_drive/google_drive.py:198 +msgid "Uploading backup to Google Drive." +msgstr "" + +#: frappe/integrations/doctype/google_drive/google_drive.py:203 +msgid "Uploading successful." +msgstr "" + +#: frappe/integrations/doctype/google_drive/google_drive.js:16 +msgid "Uploading to Google Drive" +msgstr "" + +#. Description of the 'Value to Validate' (Data) field in DocType 'Onboarding +#. Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +#, python-format +msgid "Use % for any non empty value." +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Use ASCII encoding for password" +msgstr "" + +#. Label of a Check field in DocType 'Auto Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Use First Day of Period" +msgstr "" + +#. Label of a Check field in DocType 'Email Template' +#: frappe/email/doctype/email_template/email_template.json +msgid "Use HTML" +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#. Label of a Check field in DocType 'Email Domain' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_domain/email_domain.json +msgid "Use IMAP" +msgstr "" + +#. Label of a Check field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Use Number Format from Currency" +msgstr "" + +#. Label of a Check field in DocType 'SMS Settings' +#: frappe/core/doctype/sms_settings/sms_settings.json +msgid "Use POST" +msgstr "" + +#. Label of a Check field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Use Report Chart" +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#. Label of a Check field in DocType 'Email Domain' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_domain/email_domain.json +msgid "Use SSL" +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#. Label of a Check field in DocType 'Email Domain' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_domain/email_domain.json +msgid "Use STARTTLS" +msgstr "" + +#. Label of a Check field in DocType 'Email Account' +#. Label of a Check field in DocType 'Email Domain' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_domain/email_domain.json +msgid "Use TLS" +msgstr "" + +#: frappe/utils/password_strength.py:34 +msgid "Use a few words, avoid common phrases." +msgstr "用几个字,避免常用短语。" + +#. Label of a Check field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Use different Email ID" +msgstr "" + +#: frappe/model/db_query.py:424 +msgid "Use of function {0} in field is restricted" +msgstr "" + +#: frappe/model/db_query.py:403 +msgid "Use of sub-query or function is restricted" +msgstr "子查询或功能的使用受到限制" + +#: frappe/printing/page/print/print.js:279 +msgid "Use the new Print Format Builder" +msgstr "" + +#. Description of the 'Title Field' (Data) field in DocType 'Customize Form' +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "Use this fieldname to generate title" +msgstr "" + +#. Label of a Check field in DocType 'User Email' +#: frappe/core/doctype/user_email/user_email.json +msgid "Used OAuth" +msgstr "" + +#. Label of a Link field in DocType 'Assignment Rule User' +#. Label of a Link field in DocType 'Reminder' +#. Label of a Link field in DocType 'Activity Log' +#. Label of a Link field in DocType 'Communication' +#. Label of a Link field in DocType 'DocShare' +#. Label of a Link field in DocType 'Log Setting User' +#. Linked DocType in Module Profile's connections +#. Label of a Link field in DocType 'Permission Inspector' +#. Linked DocType in Role Profile's connections +#. Name of a DocType +#. Label of a Link field in DocType 'User Group Member' +#. Label of a Link field in DocType 'User Permission' +#. Label of a Link in the Users Workspace +#. Label of a shortcut in the Users Workspace +#. Label of a Link field in DocType 'Dashboard Settings' +#. Label of a Link field in DocType 'Note Seen By' +#. Label of a Link field in DocType 'Notification Settings' +#. Label of a Link field in DocType 'Route History' +#. Label of a Link field in DocType 'Document Follow' +#. Label of a Link field in DocType 'Google Calendar' +#. Label of a Link field in DocType 'OAuth Authorization Code' +#. Label of a Link field in DocType 'OAuth Bearer Token' +#. Label of a Link field in DocType 'OAuth Client' +#. Label of a Link field in DocType 'Token Cache' +#. Label of a Link field in DocType 'Webhook Request Log' +#. Label of a Link field in DocType 'Energy Point Log' +#. Label of a Link field in DocType 'Blogger' +#. Label of a Link field in DocType 'Personal Data Download Request' +#. Label of a Link field in DocType 'Workflow Action' +#: frappe/automation/doctype/assignment_rule_user/assignment_rule_user.json +#: frappe/automation/doctype/reminder/reminder.json +#: frappe/core/doctype/activity_log/activity_log.json +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/docshare/docshare.json +#: frappe/core/doctype/log_setting_user/log_setting_user.json +#: frappe/core/doctype/module_profile/module_profile.json +#: frappe/core/doctype/permission_inspector/permission_inspector.json +#: frappe/core/doctype/role_profile/role_profile.json +#: frappe/core/doctype/user/user.json +#: frappe/core/doctype/user_group_member/user_group_member.json +#: frappe/core/doctype/user_permission/user_permission.json +#: frappe/core/report/permitted_documents_for_user/permitted_documents_for_user.js:8 +#: frappe/core/workspace/users/users.json +#: frappe/desk/doctype/dashboard_settings/dashboard_settings.json +#: frappe/desk/doctype/note_seen_by/note_seen_by.json +#: frappe/desk/doctype/notification_settings/notification_settings.json +#: frappe/desk/doctype/route_history/route_history.json +#: frappe/desk/page/user_profile/user_profile_controller.js:65 +#: frappe/email/doctype/document_follow/document_follow.json +#: frappe/integrations/doctype/google_calendar/google_calendar.json +#: frappe/integrations/doctype/oauth_authorization_code/oauth_authorization_code.json +#: frappe/integrations/doctype/oauth_bearer_token/oauth_bearer_token.json +#: frappe/integrations/doctype/oauth_client/oauth_client.json +#: frappe/integrations/doctype/token_cache/token_cache.json +#: frappe/integrations/doctype/webhook_request_log/webhook_request_log.json +#: frappe/public/js/frappe/form/templates/set_sharing.html:3 +#: frappe/social/doctype/energy_point_log/energy_point_log.json +#: frappe/templates/emails/energy_points_summary.html:38 +#: frappe/website/doctype/blogger/blogger.json +#: frappe/website/doctype/personal_data_download_request/personal_data_download_request.json +#: frappe/workflow/doctype/workflow_action/workflow_action.json +msgid "User" +msgstr "用户" + +#. Label of a Link field in DocType 'Access Log' +#: frappe/core/doctype/access_log/access_log.json +msgid "User " +msgstr "" + +#: frappe/core/doctype/has_role/has_role.py:25 +msgid "User '{0}' already has the role '{1}'" +msgstr "用户“{0}”已经拥有了角色“{1}”" + +#. Name of a DocType +#: frappe/core/doctype/report/user_activity_report.json +msgid "User Activity Report" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/report/user_activity_report_without_sort.json +msgid "User Activity Report Without Sort" +msgstr "" + +#. Label of a Data field in DocType 'Web Page View' +#: frappe/website/doctype/web_page_view/web_page_view.json +msgid "User Agent" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "User Cannot Create" +msgstr "" + +#. Label of a Check field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "User Cannot Search" +msgstr "" + +#: frappe/public/js/frappe/desk.js:531 +msgid "User Changed" +msgstr "" + +#. Label of a Table field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "User Defaults" +msgstr "" + +#. Label of a Tab Break field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "User Details" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/user_document_type/user_document_type.json +msgid "User Document Type" +msgstr "" + +#: frappe/core/doctype/user_type/user_type.py:97 +msgid "User Document Types Limit Exceeded" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/user_email/user_email.json +msgid "User Email" +msgstr "用户电子邮件" + +#. Label of a Table field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "User Emails" +msgstr "" + +#. Label of a Select field in DocType 'Energy Point Rule' +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +msgid "User Field" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/user_group/user_group.json +msgid "User Group" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/user_group_member/user_group_member.json +msgid "User Group Member" +msgstr "" + +#. Label of a Table MultiSelect field in DocType 'User Group' +#: frappe/core/doctype/user_group/user_group.json +msgid "User Group Members" +msgstr "" + +#. Label of a Data field in DocType 'User Social Login' +#: frappe/core/doctype/user_social_login/user_social_login.json +msgid "User ID" +msgstr "" + +#. Label of a Data field in DocType 'Social Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "User ID Property" +msgstr "" + +#. Description of a DocType +#: frappe/website/doctype/blogger/blogger.json +msgid "User ID of a Blogger" +msgstr "" + +#. Label of a Link field in DocType 'Contact' +#: frappe/contacts/doctype/contact/contact.json +msgid "User Id" +msgstr "" + +#. Label of a Select field in DocType 'User Type' +#: frappe/core/doctype/user_type/user_type.json +msgid "User Id Field" +msgstr "" + +#: frappe/core/doctype/user_type/user_type.py:284 +msgid "User Id Field is mandatory in the user type {0}" +msgstr "" + +#. Label of a Attach Image field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "User Image" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/navbar.html:115 +msgid "User Menu" +msgstr "" + +#. Label of a Data field in DocType 'Personal Data Download Request' +#: frappe/website/doctype/personal_data_download_request/personal_data_download_request.json +msgid "User Name" +msgstr "" + +#. Linked DocType in User's connections +#. Name of a DocType +#: frappe/core/doctype/user/user.json +#: frappe/core/doctype/user_permission/user_permission.json +msgid "User Permission" +msgstr "用户权限" + +#. Label of a Link in the Users Workspace +#: frappe/core/page/permission_manager/permission_manager_help.html:30 +#: frappe/core/workspace/users/users.json +#: frappe/public/js/frappe/views/reports/query_report.js:1798 +#: frappe/public/js/frappe/views/reports/report_view.js:1675 +msgid "User Permissions" +msgstr "用户权限" + +#: frappe/public/js/frappe/list/list_view.js:1676 +msgctxt "Button in list view menu" +msgid "User Permissions" +msgstr "用户权限" + +#: frappe/core/page/permission_manager/permission_manager_help.html:32 +msgid "User Permissions are used to limit users to specific records." +msgstr "" + +#: frappe/core/doctype/user_permission/user_permission_list.js:124 +msgid "User Permissions created sucessfully" +msgstr "" + +#. Label of a shortcut in the Users Workspace +#: frappe/core/workspace/users/users.json +msgid "User Profile" +msgstr "" + +#. Label of a Link field in DocType 'LDAP Group Mapping' +#: frappe/integrations/doctype/ldap_group_mapping/ldap_group_mapping.json +msgid "User Role" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/user_select_document_type/user_select_document_type.json +msgid "User Select Document Type" +msgstr "" + +#: frappe/desk/page/user_profile/user_profile_sidebar.html:52 +msgid "User Settings" +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/user_social_login/user_social_login.json +msgid "User Social Login" +msgstr "用户社交登录" + +#. Label of a Data field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "User Tags" +msgstr "" + +#. Label of a Link field in DocType 'User' +#. Name of a DocType +#. Label of a shortcut in the Users Workspace +#: frappe/core/doctype/user/user.json +#: frappe/core/doctype/user_type/user_type.json +#: frappe/core/doctype/user_type/user_type.py:82 +#: frappe/core/workspace/users/users.json +msgid "User Type" +msgstr "用户类型" + +#. Label of a Table field in DocType 'User Type' +#. Name of a DocType +#: frappe/core/doctype/user_type/user_type.json +#: frappe/core/doctype/user_type_module/user_type_module.json +msgid "User Type Module" +msgstr "" + +#. Description of the 'Allow Login using Mobile Number' (Check) field in +#. DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "User can login using Email id or Mobile number" +msgstr "" + +#. Description of the 'Allow Login using User Name' (Check) field in DocType +#. 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "User can login using Email id or User Name" +msgstr "" + +#: frappe/desk/page/user_profile/user_profile_controller.js:26 +msgid "User does not exist" +msgstr "用户不存在" + +#: frappe/templates/includes/login/login.js:293 +msgid "User does not exist." +msgstr "" + +#: frappe/core/doctype/user_type/user_type.py:82 +msgid "User does not have permission to create the new {0}" +msgstr "" + +#: frappe/core/doctype/docshare/docshare.py:55 +msgid "User is mandatory for Share" +msgstr "请选择要分享的用户" + +#. Label of a Check field in DocType 'Document Naming Settings' +#: frappe/core/doctype/document_naming_settings/document_naming_settings.json +msgid "User must always select" +msgstr "" + +#: frappe/model/delete_doc.py:246 +msgid "User not allowed to delete {0}: {1}" +msgstr "用户不能删除{0}:{1}" + +#: frappe/core/doctype/user_permission/user_permission.py:60 +msgid "User permission already exists" +msgstr "用户权限已经存在" + +#: frappe/www/login.py:157 +msgid "User with email address {0} does not exist" +msgstr "" + +#: frappe/integrations/doctype/ldap_settings/ldap_settings.py:225 +msgid "User with email: {0} does not exist in the system. Please ask 'System Administrator' to create the user for you." +msgstr "" + +#: frappe/core/doctype/user/user.py:472 +msgid "User {0} cannot be deleted" +msgstr "用户{0}不能被删除" + +#: frappe/core/doctype/user/user.py:263 +msgid "User {0} cannot be disabled" +msgstr "用户{0}不能被禁用" + +#: frappe/core/doctype/user/user.py:552 +msgid "User {0} cannot be renamed" +msgstr "用户{0}无法被重命名" + +#: frappe/permissions.py:132 +msgid "User {0} does not have access to this document" +msgstr "用户{0}无权访问此文档" + +#: frappe/permissions.py:155 +msgid "User {0} does not have doctype access via role permission for document {1}" +msgstr "用户{0}没有通过文档{1}的角色权限访问doctype" + +#: frappe/desk/doctype/workspace/workspace.py:261 +msgid "User {0} does not have the permission to create a Workspace." +msgstr "" + +#: frappe/templates/emails/data_deletion_approval.html:1 +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:108 +msgid "User {0} has requested for data deletion" +msgstr "用户{0}已请求删除数据" + +#: frappe/core/doctype/user/user.py:1312 +msgid "User {0} impersonated as {1}" +msgstr "" + +#: frappe/utils/oauth.py:271 +msgid "User {0} is disabled" +msgstr "用户{0}已禁用" + +#: frappe/sessions.py:231 +msgid "User {0} is disabled. Please contact your System Manager." +msgstr "" + +#: frappe/desk/form/assign_to.py:103 +msgid "User {0} is not permitted to access this document." +msgstr "" + +#. Label of a Data field in DocType 'Connected App' +#: frappe/integrations/doctype/connected_app/connected_app.json +msgid "Userinfo URI" +msgstr "" + +#. Label of a Data field in DocType 'User' +#. Label of a Data field in DocType 'User Social Login' +#: frappe/core/doctype/user/user.json +#: frappe/core/doctype/user_social_login/user_social_login.json +#: frappe/www/login.py:105 +msgid "Username" +msgstr "用户名" + +#: frappe/core/doctype/user/user.py:631 +msgid "Username {0} already exists" +msgstr "用户名{0}已存在" + +#. Label of a Table MultiSelect field in DocType 'Assignment Rule' +#. Name of a Workspace +#. Label of a Card Break in the Users Workspace +#. Label of a Section Break field in DocType 'System Health Report' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +#: frappe/core/workspace/users/users.json +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Users" +msgstr "用户" + +#. Description of the 'Allot Points To Assigned Users' (Check) field in DocType +#. 'Energy Point Rule' +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +msgid "Users assigned to the reference document will get points." +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager.js:348 +msgid "Users with role {0}:" +msgstr "拥有角色{0}的用户:" + +#: frappe/public/js/frappe/ui/theme_switcher.js:70 +msgid "Uses system's theme to switch between light and dark mode" +msgstr "" + +#: frappe/public/js/frappe/desk.js:113 +msgid "Using this console may allow attackers to impersonate you and steal your information. Do not enter or paste code that you do not understand." +msgstr "使用此控制台可能使攻击者冒充您并窃取您的信息。不要输入或粘贴您不理解的代码。" + +#. Label of a Percent field in DocType 'System Health Report Workers' +#: frappe/desk/doctype/system_health_report_workers/system_health_report_workers.json +msgid "Utilization" +msgstr "" + +#. Label of a Percent field in DocType 'RQ Worker' +#: frappe/core/doctype/rq_worker/rq_worker.json +msgid "Utilization %" +msgstr "" + +#. Option for the 'Validity' (Select) field in DocType 'OAuth Authorization +#. Code' +#: frappe/integrations/doctype/oauth_authorization_code/oauth_authorization_code.json +msgid "Valid" +msgstr "" + +#: frappe/templates/includes/login/login.js:53 +#: frappe/templates/includes/login/login.js:66 +msgid "Valid Login id required." +msgstr "" + +#: frappe/templates/includes/login/login.js:40 +msgid "Valid email and name required" +msgstr "" + +#. Label of a Check field in DocType 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Validate Field" +msgstr "" + +#: frappe/public/js/frappe/web_form/web_form.js:360 +msgid "Validation Error" +msgstr "验证错误" + +#. Label of a Select field in DocType 'OAuth Authorization Code' +#: frappe/integrations/doctype/oauth_authorization_code/oauth_authorization_code.json +msgid "Validity" +msgstr "" + +#. Label of a Data field in DocType 'Milestone' +#. Label of a Text field in DocType 'DefaultValue' +#. Label of a Data field in DocType 'Document Naming Rule Condition' +#. Label of a Data field in DocType 'SMS Parameter' +#. Label of a Data field in DocType 'Query Parameters' +#. Label of a Small Text field in DocType 'Webhook Header' +#. Label of a Text field in DocType 'Website Meta Tag' +#: frappe/automation/doctype/milestone/milestone.json +#: frappe/core/doctype/defaultvalue/defaultvalue.json +#: frappe/core/doctype/document_naming_rule_condition/document_naming_rule_condition.json +#: frappe/core/doctype/prepared_report/prepared_report.js:8 +#: frappe/core/doctype/sms_parameter/sms_parameter.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:305 +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.js:439 +#: frappe/desk/doctype/number_card/number_card.js:205 +#: frappe/desk/doctype/number_card/number_card.js:336 +#: frappe/email/doctype/auto_email_report/auto_email_report.js:95 +#: frappe/integrations/doctype/query_parameters/query_parameters.json +#: frappe/integrations/doctype/webhook_header/webhook_header.json +#: frappe/public/js/frappe/list/bulk_operations.js:336 +#: frappe/public/js/frappe/list/bulk_operations.js:398 +#: frappe/public/js/frappe/list/list_view_permission_restrictions.html:4 +#: frappe/website/doctype/web_form/web_form.js:197 +#: frappe/website/doctype/website_meta_tag/website_meta_tag.json +msgid "Value" +msgstr "值" + +#. Label of a Select field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Value Based On" +msgstr "" + +#. Option for the 'Send Alert On' (Select) field in DocType 'Notification' +#. Option for the 'For Document Event' (Select) field in DocType 'Energy Point +#. Rule' +#: frappe/email/doctype/notification/notification.json +#: frappe/social/doctype/energy_point_rule/energy_point_rule.json +msgid "Value Change" +msgstr "" + +#. Label of a Select field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Value Changed" +msgstr "" + +#. Label of a Data field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "Value To Be Set" +msgstr "" + +#: frappe/model/base_document.py:948 frappe/model/document.py:670 +msgid "Value cannot be changed for {0}" +msgstr "值不能被改变为{0}" + +#: frappe/model/document.py:616 +msgid "Value cannot be negative for" +msgstr "值不能为负" + +#: frappe/model/document.py:620 +msgid "Value cannot be negative for {0}: {1}" +msgstr "{0}的值不能为负:{1}" + +#: frappe/custom/doctype/property_setter/property_setter.js:7 +msgid "Value for a check field can be either 0 or 1" +msgstr "选项的值可以是0或1" + +#: frappe/custom/doctype/customize_form/customize_form.py:608 +msgid "Value for field {0} is too long in {1}. Length should be lesser than {2} characters" +msgstr "字段{0}的值在{1}中太长。长度应小于{2}个字符" + +#: frappe/model/base_document.py:382 +msgid "Value for {0} cannot be a list" +msgstr "{0}不能是列表值" + +#. Description of the 'Due Date Based On' (Select) field in DocType 'Assignment +#. Rule' +#: frappe/automation/doctype/assignment_rule/assignment_rule.json +msgid "Value from this field will be set as the due date in the ToDo" +msgstr "" + +#: frappe/model/base_document.py:729 +msgid "Value missing for" +msgstr "" + +#: frappe/core/doctype/data_import/importer.py:707 +msgid "Value must be one of {0}" +msgstr "值必须为{0}之一" + +#. Label of a Data field in DocType 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Value to Validate" +msgstr "" + +#: frappe/model/base_document.py:1018 +msgid "Value too big" +msgstr "值过大" + +#: frappe/core/doctype/data_import/importer.py:720 +msgid "Value {0} missing for {1}" +msgstr "缺少{1}的值{0}" + +#: frappe/core/doctype/data_import/importer.py:751 frappe/utils/data.py:704 +msgid "Value {0} must be in the valid duration format: d h m s" +msgstr "值{0}必须采用有效的持续时间格式:dhms" + +#: frappe/core/doctype/data_import/importer.py:738 +msgid "Value {0} must in {1} format" +msgstr "值{0}必须为{1}格式" + +#: frappe/core/doctype/version/version_view.html:8 +msgid "Values Changed" +msgstr "值已更改" + +#. Option for the 'Font' (Select) field in DocType 'Print Settings' +#: frappe/printing/doctype/print_settings/print_settings.json +msgid "Verdana" +msgstr "" + +#: frappe/templates/includes/login/login.js:341 +msgid "Verification" +msgstr "" + +#: frappe/templates/includes/login/login.js:344 frappe/twofactor.py:353 +msgid "Verification Code" +msgstr "" + +#: frappe/templates/emails/delete_data_confirmation.html:10 +msgid "Verification Link" +msgstr "验证链接" + +#: frappe/templates/includes/login/login.js:391 +msgid "Verification code email not sent. Please contact Administrator." +msgstr "" + +#: frappe/twofactor.py:249 +msgid "Verification code has been sent to your registered email address." +msgstr "验证码已发送到您注册的电子邮件地址。" + +#. Option for the 'Contribution Status' (Select) field in DocType 'Translation' +#: frappe/core/doctype/translation/translation.json +msgid "Verified" +msgstr "" + +#: frappe/public/js/frappe/ui/messages.js:352 +#: frappe/templates/includes/login/login.js:345 +msgid "Verify" +msgstr "确认" + +#: frappe/public/js/frappe/ui/messages.js:351 +msgid "Verify Password" +msgstr "确认密码" + +#: frappe/templates/includes/login/login.js:172 +msgid "Verifying..." +msgstr "" + +#. Name of a DocType +#: frappe/core/doctype/version/version.json +msgid "Version" +msgstr "版本" + +#: frappe/public/js/frappe/desk.js:132 +msgid "Version Updated" +msgstr "版本更新" + +#. Label of a Data field in DocType 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Video URL" +msgstr "" + +#. Label of a Select field in DocType 'Form Tour' +#: frappe/desk/doctype/form_tour/form_tour.json +msgid "View" +msgstr "查看" + +#: frappe/core/doctype/success_action/success_action.js:60 +#: frappe/public/js/frappe/form/success_action.js:89 +msgid "View All" +msgstr "查看全部" + +#: frappe/templates/includes/likes/likes.py:34 +msgid "View Blog Post" +msgstr "" + +#: frappe/templates/includes/comments/comments.py:56 +msgid "View Comment" +msgstr "查看评论" + +#: frappe/public/js/frappe/ui/notifications/notifications.js:220 +msgid "View Full Log" +msgstr "" + +#: frappe/public/js/frappe/views/treeview.js:450 +#: frappe/public/js/frappe/widgets/quick_list_widget.js:251 +msgid "View List" +msgstr "查看列表" + +#. Name of a DocType +#: frappe/core/doctype/view_log/view_log.json +msgid "View Log" +msgstr "查看日志" + +#: frappe/core/doctype/user/user.js:149 +#: frappe/core/doctype/user_permission/user_permission.js:24 +msgid "View Permitted Documents" +msgstr "查看允许的文件" + +#. Label of a Button field in DocType 'Notification' +#: frappe/email/doctype/notification/notification.json +msgid "View Properties (via Customize Form)" +msgstr "" + +#: frappe/social/doctype/energy_point_log/energy_point_log_list.js:20 +msgid "View Ref" +msgstr "查看参考" + +#. Option for the 'Action' (Select) field in DocType 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "View Report" +msgstr "" + +#. Label of a Section Break field in DocType 'DocType' +#. Label of a Section Break field in DocType 'Customize Form' +#: frappe/core/doctype/doctype/doctype.json +#: frappe/custom/doctype/customize_form/customize_form.json +msgid "View Settings" +msgstr "" + +#. Label of a Check field in DocType 'User' +#: frappe/core/doctype/user/user.json +msgid "View Switcher" +msgstr "" + +#. Label of a standard navbar item +#. Type: Action +#: frappe/hooks.py +#: frappe/website/doctype/website_settings/website_settings.js:16 +msgid "View Website" +msgstr "查看网站" + +#: frappe/www/confirm_workflow_action.html:12 +msgid "View document" +msgstr "查看文档" + +#: frappe/core/doctype/file/file.js:31 +msgid "View file" +msgstr "" + +#: frappe/templates/emails/auto_email_report.html:60 +msgid "View report in your browser" +msgstr "在浏览器中查看报告" + +#: frappe/templates/emails/print_link.html:2 +msgid "View this in your browser" +msgstr "在浏览器查看" + +#: frappe/public/js/frappe/web_form/web_form.js:454 +msgctxt "Button in web form" +msgid "View your response" +msgstr "" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.js:43 +#: frappe/desk/doctype/calendar_view/calendar_view_list.js:10 +#: frappe/desk/doctype/dashboard/dashboard_list.js:10 +msgid "View {0}" +msgstr "查看{0}" + +#. Label of a Data field in DocType 'View Log' +#: frappe/core/doctype/view_log/view_log.json +msgid "Viewed By" +msgstr "" + +#. Group in DocType's connections +#. Label of a Card Break in the Build Workspace +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/workspace/build/build.json +msgid "Views" +msgstr "观看次数" + +#. Label of a Check field in DocType 'DocField' +#: frappe/core/doctype/docfield/docfield.json +msgid "Virtual" +msgstr "" + +#: frappe/model/virtual_doctype.py:76 +msgid "Virtual DocType {} requires a static method called {} found {}" +msgstr "" + +#: frappe/model/virtual_doctype.py:89 +msgid "Virtual DocType {} requires overriding an instance method called {} found {}" +msgstr "" + +#. Label of a Section Break field in DocType 'DocField' +#: frappe/core/doctype/docfield/docfield.json +msgid "Visibility" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Communication' +#: frappe/core/doctype/communication/communication.json +msgid "Visit" +msgstr "" + +#: frappe/website/doctype/website_route_meta/website_route_meta.js:7 +msgid "Visit Web Page" +msgstr "访问网页" + +#. Label of a Data field in DocType 'Web Page View' +#: frappe/website/doctype/web_page_view/web_page_view.json +msgid "Visitor ID" +msgstr "" + +#: frappe/templates/discussions/reply_section.html:39 +msgid "Want to discuss?" +msgstr "" + +#. Option for the 'Address Type' (Select) field in DocType 'Address' +#: frappe/contacts/doctype/address/address.json +msgid "Warehouse" +msgstr "仓库" + +#. Option for the 'Style' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "Warning" +msgstr "警告" + +#: frappe/custom/doctype/customize_form/customize_form.js:217 +msgid "Warning: DATA LOSS IMMINENT! Proceeding will permanently delete following database columns from doctype {0}:" +msgstr "" + +#: frappe/public/js/frappe/model/meta.js:179 +msgid "Warning: Unable to find {0} in any table related to {1}" +msgstr "警告:在与{1}相关的任何表中找不到{0}" + +#. Description of the 'Counter' (Int) field in DocType 'Document Naming Rule' +#: frappe/core/doctype/document_naming_rule/document_naming_rule.json +msgid "Warning: Updating counter may lead to document name conflicts if not done properly" +msgstr "" + +#: frappe/website/doctype/help_article/templates/help_article.html:24 +msgid "Was this article helpful?" +msgstr "本文是否有帮助?" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:127 +msgid "Watch Tutorial" +msgstr "" + +#. Option for the 'Action' (Select) field in DocType 'Onboarding Step' +#: frappe/desk/doctype/onboarding_step/onboarding_step.json +msgid "Watch Video" +msgstr "" + +#: frappe/desk/doctype/workspace/workspace.js:38 +msgid "We do not allow editing of this document. Simply click the Edit button on the workspace page to make your workspace editable and customize it as you wish" +msgstr "" + +#: frappe/templates/emails/delete_data_confirmation.html:2 +msgid "We have received a request for deletion of {0} data associated with: {1}" +msgstr "我们收到了删除与以下相关的{0}数据的请求:{1}" + +#: frappe/templates/emails/download_data.html:2 +msgid "We have received a request from you to download your {0} data associated with: {1}" +msgstr "我们已收到您的请求,要求您下载与{1}相关联的{0}数据" + +#: frappe/www/contact.py:48 +msgid "We've received your query!" +msgstr "" + +#: frappe/public/js/frappe/form/controls/password.js:88 +msgid "Weak" +msgstr "" + +#. Linked DocType in DocType's connections +#. Linked DocType in Module Def's connections +#. Name of a DocType +#. Label of a Link in the Website Workspace +#. Label of a shortcut in the Website Workspace +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/doctype/module_def/module_def.json +#: frappe/website/doctype/web_form/web_form.json +#: frappe/website/workspace/website/website.json +msgid "Web Form" +msgstr "Web表单" + +#. Name of a DocType +#: frappe/website/doctype/web_form_field/web_form_field.json +msgid "Web Form Field" +msgstr "Web表单字段" + +#. Label of a Table field in DocType 'Web Form' +#: frappe/website/doctype/web_form/web_form.json +msgid "Web Form Fields" +msgstr "" + +#. Name of a DocType +#: frappe/website/doctype/web_form_list_column/web_form_list_column.json +msgid "Web Form List Column" +msgstr "" + +#. Linked DocType in Module Def's connections +#. Name of a DocType +#. Label of a Link in the Website Workspace +#. Label of a shortcut in the Website Workspace +#: frappe/core/doctype/module_def/module_def.json +#: frappe/website/doctype/web_page/web_page.json +#: frappe/website/workspace/website/website.json +msgid "Web Page" +msgstr "网页" + +#. Name of a DocType +#: frappe/website/doctype/web_page_block/web_page_block.json +msgid "Web Page Block" +msgstr "网页块" + +#: frappe/public/js/frappe/utils/utils.js:1719 +msgid "Web Page URL" +msgstr "" + +#. Name of a DocType +#: frappe/website/doctype/web_page_view/web_page_view.json +msgid "Web Page View" +msgstr "网页浏览" + +#. Label of a Card Break in the Website Workspace +#: frappe/website/workspace/website/website.json +msgid "Web Site" +msgstr "网站" + +#. Linked DocType in Module Def's connections +#. Label of a Link field in DocType 'Web Page Block' +#. Name of a DocType +#: frappe/core/doctype/module_def/module_def.json +#: frappe/website/doctype/web_page_block/web_page_block.json +#: frappe/website/doctype/web_template/web_template.json +msgid "Web Template" +msgstr "网页范本" + +#. Name of a DocType +#: frappe/website/doctype/web_template_field/web_template_field.json +msgid "Web Template Field" +msgstr "Web模板字段" + +#. Label of a Code field in DocType 'Web Page Block' +#: frappe/website/doctype/web_page_block/web_page_block.json +msgid "Web Template Values" +msgstr "" + +#: frappe/utils/jinja_globals.py:48 +msgid "Web Template is not specified" +msgstr "" + +#. Label of a Section Break field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Web View" +msgstr "" + +#. Linked DocType in DocType's connections +#. Name of a DocType +#. Label of a Link field in DocType 'Webhook Request Log' +#. Label of a Link in the Integrations Workspace +#: frappe/core/doctype/doctype/doctype.json +#: frappe/integrations/doctype/webhook/webhook.json +#: frappe/integrations/doctype/webhook_request_log/webhook_request_log.json +#: frappe/integrations/workspace/integrations/integrations.json +msgid "Webhook" +msgstr "网络挂接" + +#. Label of a Section Break field in DocType 'Webhook' +#. Name of a DocType +#: frappe/integrations/doctype/webhook/webhook.json +#: frappe/integrations/doctype/webhook_data/webhook_data.json +msgid "Webhook Data" +msgstr "Webhook数据" + +#. Name of a DocType +#: frappe/integrations/doctype/webhook_header/webhook_header.json +msgid "Webhook Header" +msgstr "Webhook标题" + +#. Label of a Section Break field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "Webhook Headers" +msgstr "" + +#. Label of a Section Break field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "Webhook Request" +msgstr "" + +#. Linked DocType in Webhook's connections +#. Name of a DocType +#: frappe/integrations/doctype/webhook/webhook.json +#: frappe/integrations/doctype/webhook_request_log/webhook_request_log.json +msgid "Webhook Request Log" +msgstr "" + +#. Label of a Password field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "Webhook Secret" +msgstr "" + +#. Label of a Section Break field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "Webhook Security" +msgstr "" + +#. Label of a Section Break field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "Webhook Trigger" +msgstr "" + +#. Label of a Data field in DocType 'Slack Webhook URL' +#: frappe/integrations/doctype/slack_webhook_url/slack_webhook_url.json +msgid "Webhook URL" +msgstr "" + +#. Group in Module Def's connections +#. Name of a Workspace +#: frappe/core/doctype/module_def/module_def.json +#: frappe/email/doctype/newsletter/newsletter.py:460 +#: frappe/public/js/frappe/ui/toolbar/about.js:8 +#: frappe/website/workspace/website/website.json +msgid "Website" +msgstr "网站" + +#. Name of a report +#: frappe/website/report/website_analytics/website_analytics.json +msgid "Website Analytics" +msgstr "网站分析" + +#. Name of a role +#: frappe/core/doctype/comment/comment.json +#: frappe/website/doctype/about_us_settings/about_us_settings.json +#: frappe/website/doctype/blog_category/blog_category.json +#: frappe/website/doctype/blog_post/blog_post.json +#: frappe/website/doctype/blog_settings/blog_settings.json +#: frappe/website/doctype/blogger/blogger.json +#: frappe/website/doctype/color/color.json +#: frappe/website/doctype/contact_us_settings/contact_us_settings.json +#: frappe/website/doctype/help_category/help_category.json +#: frappe/website/doctype/portal_settings/portal_settings.json +#: frappe/website/doctype/web_form/web_form.json +#: frappe/website/doctype/web_page/web_page.json +#: frappe/website/doctype/website_script/website_script.json +#: frappe/website/doctype/website_settings/website_settings.json +#: frappe/website/doctype/website_sidebar/website_sidebar.json +#: frappe/website/doctype/website_slideshow/website_slideshow.json +#: frappe/website/doctype/website_theme/website_theme.json +msgid "Website Manager" +msgstr "网站管理员" + +#. Name of a DocType +#: frappe/website/doctype/website_meta_tag/website_meta_tag.json +msgid "Website Meta Tag" +msgstr "网站元标记" + +#. Name of a DocType +#. Label of a Link in the Website Workspace +#: frappe/website/doctype/website_route_meta/website_route_meta.json +#: frappe/website/workspace/website/website.json +msgid "Website Route Meta" +msgstr "网站路线元" + +#. Name of a DocType +#: frappe/website/doctype/website_route_redirect/website_route_redirect.json +msgid "Website Route Redirect" +msgstr "网站路线重定向" + +#. Name of a DocType +#. Label of a Link in the Website Workspace +#: frappe/website/doctype/website_script/website_script.json +#: frappe/website/workspace/website/website.json +msgid "Website Script" +msgstr "" + +#. Label of a Data field in DocType 'DocType' +#: frappe/core/doctype/doctype/doctype.json +msgid "Website Search Field" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1484 +msgid "Website Search Field must be a valid fieldname" +msgstr "" + +#. Name of a DocType +#. Label of a Link in the Website Workspace +#. Label of a shortcut in the Website Workspace +#: frappe/website/doctype/website_settings/website_settings.json +#: frappe/website/workspace/website/website.json +msgid "Website Settings" +msgstr "" + +#. Label of a Link field in DocType 'Web Form' +#. Label of a Link field in DocType 'Web Page' +#. Name of a DocType +#. Label of a Link in the Website Workspace +#: frappe/website/doctype/web_form/web_form.json +#: frappe/website/doctype/web_page/web_page.json +#: frappe/website/doctype/website_sidebar/website_sidebar.json +#: frappe/website/workspace/website/website.json +msgid "Website Sidebar" +msgstr "网站边栏" + +#. Name of a DocType +#: frappe/website/doctype/website_sidebar_item/website_sidebar_item.json +msgid "Website Sidebar Item" +msgstr "网站侧栏项目" + +#. Name of a DocType +#. Label of a Link in the Website Workspace +#: frappe/website/doctype/website_slideshow/website_slideshow.json +#: frappe/website/workspace/website/website.json +msgid "Website Slideshow" +msgstr "网站幻灯片" + +#. Name of a DocType +#: frappe/website/doctype/website_slideshow_item/website_slideshow_item.json +msgid "Website Slideshow Item" +msgstr "网站幻灯片项目" + +#. Linked DocType in Module Def's connections +#. Label of a Link field in DocType 'Website Settings' +#. Name of a DocType +#. Label of a Link in the Website Workspace +#: frappe/core/doctype/module_def/module_def.json +#: frappe/website/doctype/website_settings/website_settings.json +#: frappe/website/doctype/website_theme/website_theme.json +#: frappe/website/workspace/website/website.json +msgid "Website Theme" +msgstr "" + +#. Name of a DocType +#: frappe/website/doctype/website_theme_ignore_app/website_theme_ignore_app.json +msgid "Website Theme Ignore App" +msgstr "网站主题忽略应用" + +#. Label of a Image field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Website Theme Image" +msgstr "" + +#. Label of a Code field in DocType 'Website Settings' +#: frappe/website/doctype/website_settings/website_settings.json +msgid "Website Theme image link" +msgstr "" + +#. Option for the 'SocketIO Transport Mode' (Select) field in DocType 'System +#. Health Report' +#: frappe/desk/doctype/system_health_report/system_health_report.json +msgid "Websocket" +msgstr "" + +#. Option for the 'Day' (Select) field in DocType 'Assignment Rule Day' +#. Option for the 'Day' (Select) field in DocType 'Auto Repeat Day' +#. Option for the 'First Day of the Week' (Select) field in DocType 'System +#. Settings' +#. Label of a Check field in DocType 'Event' +#. Option for the 'Day of Week' (Select) field in DocType 'Auto Email Report' +#: frappe/automation/doctype/assignment_rule_day/assignment_rule_day.json +#: frappe/automation/doctype/auto_repeat_day/auto_repeat_day.json +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/desk/doctype/event/event.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Wednesday" +msgstr "" + +#: frappe/public/js/frappe/views/calendar/calendar.js:270 +msgid "Week" +msgstr "周" + +#. Option for the 'Frequency' (Select) field in DocType 'Auto Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Weekdays" +msgstr "" + +#. Option for the 'Frequency' (Select) field in DocType 'Auto Repeat' +#. Option for the 'Frequency' (Select) field in DocType 'Scheduled Job Type' +#. Option for the 'Event Frequency' (Select) field in DocType 'Server Script' +#. Option for the 'Frequency' (Select) field in DocType 'User' +#. Option for the 'Time Interval' (Select) field in DocType 'Dashboard Chart' +#. Option for the 'Repeat On' (Select) field in DocType 'Event' +#. Option for the 'Stats Time Interval' (Select) field in DocType 'Number Card' +#. Option for the 'Period' (Select) field in DocType 'Auto Email Report' +#. Option for the 'Frequency' (Select) field in DocType 'Auto Email Report' +#. Option for the 'Backup Frequency' (Select) field in DocType 'Dropbox +#. Settings' +#. Option for the 'Frequency' (Select) field in DocType 'Google Drive' +#. Option for the 'Backup Frequency' (Select) field in DocType 'S3 Backup +#. Settings' +#. Option for the 'Point Allocation Periodicity' (Select) field in DocType +#. 'Energy Point Settings' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +#: frappe/core/doctype/server_script/server_script.json +#: frappe/core/doctype/user/user.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/event/event.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +#: frappe/integrations/doctype/dropbox_settings/dropbox_settings.json +#: frappe/integrations/doctype/google_drive/google_drive.json +#: frappe/integrations/doctype/s3_backup_settings/s3_backup_settings.json +#: frappe/public/js/frappe/utils/common.js:399 +#: frappe/social/doctype/energy_point_settings/energy_point_settings.json +#: frappe/website/report/website_analytics/website_analytics.js:24 +msgid "Weekly" +msgstr "每周" + +#. Option for the 'Frequency' (Select) field in DocType 'Scheduled Job Type' +#. Option for the 'Event Frequency' (Select) field in DocType 'Server Script' +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +#: frappe/core/doctype/server_script/server_script.json +msgid "Weekly Long" +msgstr "" + +#: frappe/desk/page/setup_wizard/setup_wizard.js:372 +msgid "Welcome" +msgstr "" + +#. Label of a Link field in DocType 'System Settings' +#. Label of a Link field in DocType 'Email Group' +#: frappe/core/doctype/system_settings/system_settings.json +#: frappe/email/doctype/email_group/email_group.json +msgid "Welcome Email Template" +msgstr "" + +#. Label of a Data field in DocType 'Email Group' +#: frappe/email/doctype/email_group/email_group.json +msgid "Welcome URL" +msgstr "" + +#. Name of a Workspace +#: frappe/core/workspace/welcome_workspace/welcome_workspace.json +#: frappe/desk/desktop.py:470 +msgid "Welcome Workspace" +msgstr "" + +#: frappe/core/doctype/user/user.py:350 +msgid "Welcome email sent" +msgstr "欢迎电子邮件已发送" + +#: frappe/core/doctype/user/user.py:411 +msgid "Welcome to {0}" +msgstr "欢迎{0}" + +#: frappe/public/js/frappe/ui/notifications/notifications.js:62 +msgid "What's New" +msgstr "" + +#. Description of the 'Allow Guests to Upload Files' (Check) field in DocType +#. 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "When enabled this will allow guests to upload files to your application, You can enable this if you wish to collect files from user without having them to log in, for example in job applications web form." +msgstr "" + +#. Description of the 'Store Attached PDF Document' (Check) field in DocType +#. 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "When sending document using email, store the PDF on Communication. Warning: This can increase your storage usage." +msgstr "" + +#. Description of the 'Force Web Capture Mode for Uploads' (Check) field in +#. DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "When uploading files, force the use of the web-based image capture. If this is unchecked, the default behavior is to use the mobile native camera when use from a mobile is detected." +msgstr "" + +#: frappe/core/page/permission_manager/permission_manager_help.html:18 +msgid "When you Amend a document after Cancel and save it, it will get a new number that is a version of the old number." +msgstr "" + +#. Description of the 'DocType View' (Select) field in DocType 'Workspace +#. Shortcut' +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +#: frappe/public/js/frappe/widgets/widget_dialog.js:445 +msgid "Which view of the associated DocType should this shortcut take you to?" +msgstr "该快捷方式应该带您到关联的DocType的哪个视图?" + +#. Label of a Data field in DocType 'DocField' +#. Label of a Int field in DocType 'Report Column' +#. Label of a Data field in DocType 'Custom Field' +#. Label of a Data field in DocType 'Customize Form Field' +#. Label of a Select field in DocType 'Dashboard Chart Link' +#: frappe/core/doctype/docfield/docfield.json +#: frappe/core/doctype/report_column/report_column.json +#: frappe/custom/doctype/custom_field/custom_field.json +#: frappe/custom/doctype/customize_form_field/customize_form_field.json +#: frappe/desk/doctype/dashboard_chart_link/dashboard_chart_link.json +#: frappe/printing/page/print_format_builder/print_format_builder_column_selector.html:8 +#: frappe/public/js/print_format_builder/ConfigureColumns.vue:11 +msgid "Width" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder_column_selector.html:2 +msgid "Widths can be set in px or %." +msgstr "" + +#. Label of a Check field in DocType 'Report Filter' +#: frappe/core/doctype/report_filter/report_filter.json +msgid "Wildcard Filter" +msgstr "" + +#. Description of the 'Wildcard Filter' (Check) field in DocType 'Report +#. Filter' +#: frappe/core/doctype/report_filter/report_filter.json +msgid "Will add \"%\" before and after the query" +msgstr "" + +#. Description of the 'Short Name' (Data) field in DocType 'Blogger' +#: frappe/website/doctype/blogger/blogger.json +msgid "Will be used in url (usually first name)." +msgstr "" + +#: frappe/desk/page/setup_wizard/setup_wizard.js:463 +msgid "Will be your login ID" +msgstr "将是您的登录ID" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:424 +msgid "Will only be shown if section headings are enabled" +msgstr "如果章节标题启用才会显示" + +#. Description of the 'Run Jobs only Daily if Inactive For (Days)' (Int) field +#. in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Will run scheduled jobs only once a day for inactive sites. Default 4 days if set to 0." +msgstr "" + +#: frappe/public/js/frappe/form/print_utils.js:15 +msgid "With Letter head" +msgstr "随着信头" + +#: frappe/workflow/doctype/workflow/workflow.js:140 +msgid "Worflow States Don't Exist" +msgstr "" + +#. Label of a Section Break field in DocType 'RQ Worker' +#: frappe/core/doctype/rq_worker/rq_worker.json +msgid "Worker Information" +msgstr "" + +#. Label of a Data field in DocType 'RQ Worker' +#: frappe/core/doctype/rq_worker/rq_worker.json +msgid "Worker Name" +msgstr "" + +#. Option for the 'Comment Type' (Select) field in DocType 'Comment' +#. Option for the 'Comment Type' (Select) field in DocType 'Communication' +#. Group in DocType's connections +#. Linked DocType in DocType's connections +#. Label of a Link in the Build Workspace +#. Name of a DocType +#: frappe/core/doctype/comment/comment.json +#: frappe/core/doctype/communication/communication.json +#: frappe/core/doctype/doctype/doctype.json +#: frappe/core/workspace/build/build.json +#: frappe/public/js/workflow_builder/store.js:129 +#: frappe/workflow/doctype/workflow/workflow.json +msgid "Workflow" +msgstr "" + +#. Name of a DocType +#: frappe/workflow/doctype/workflow_action/workflow_action.json +#: frappe/workflow/doctype/workflow_action/workflow_action.py:477 +msgid "Workflow Action" +msgstr "" + +#. Name of a DocType +#. Description of a DocType +#: frappe/workflow/doctype/workflow_action_master/workflow_action_master.json +msgid "Workflow Action Master" +msgstr "工作流操作主表" + +#. Label of a Data field in DocType 'Workflow Action Master' +#: frappe/workflow/doctype/workflow_action_master/workflow_action_master.json +msgid "Workflow Action Name" +msgstr "" + +#. Name of a DocType +#: frappe/workflow/doctype/workflow_action_permitted_role/workflow_action_permitted_role.json +msgid "Workflow Action Permitted Role" +msgstr "" + +#. Description of the 'Is Optional State' (Check) field in DocType 'Workflow +#. Document State' +#: frappe/workflow/doctype/workflow_document_state/workflow_document_state.json +msgid "Workflow Action is not created for optional states" +msgstr "" + +#: frappe/public/js/workflow_builder/store.js:129 +#: frappe/workflow/doctype/workflow/workflow.js:25 +#: frappe/workflow/page/workflow_builder/workflow_builder.js:4 +msgid "Workflow Builder" +msgstr "" + +#. Label of a Data field in DocType 'Workflow Document State' +#. Label of a Data field in DocType 'Workflow Transition' +#: frappe/workflow/doctype/workflow_document_state/workflow_document_state.json +#: frappe/workflow/doctype/workflow_transition/workflow_transition.json +msgid "Workflow Builder ID" +msgstr "" + +#: frappe/workflow/doctype/workflow/workflow.js:11 +msgid "Workflow Builder allows you to create workflows visually. You can drag and drop states and link them to create transitions. Also you can update thieir properties from the sidebar." +msgstr "" + +#. Label of a JSON field in DocType 'Workflow' +#: frappe/workflow/doctype/workflow/workflow.json +msgid "Workflow Data" +msgstr "" + +#: frappe/public/js/workflow_builder/components/Properties.vue:42 +msgid "Workflow Details" +msgstr "" + +#. Name of a DocType +#: frappe/workflow/doctype/workflow_document_state/workflow_document_state.json +msgid "Workflow Document State" +msgstr "工作流文档状态" + +#. Label of a Data field in DocType 'Workflow' +#: frappe/workflow/doctype/workflow/workflow.json +msgid "Workflow Name" +msgstr "" + +#. Label of a Data field in DocType 'Workflow Action' +#. Name of a DocType +#: frappe/workflow/doctype/workflow_action/workflow_action.json +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "Workflow State" +msgstr "" + +#. Label of a Data field in DocType 'Workflow' +#: frappe/workflow/doctype/workflow/workflow.json +msgid "Workflow State Field" +msgstr "" + +#: frappe/model/workflow.py:61 +msgid "Workflow State not set" +msgstr "工作流程状态未设置" + +#: frappe/model/workflow.py:197 frappe/model/workflow.py:205 +msgid "Workflow State transition not allowed from {0} to {1}" +msgstr "不允许从{0}到{1}的工作流状态转换" + +#: frappe/model/workflow.py:320 +msgid "Workflow Status" +msgstr "工作流程状态" + +#. Name of a DocType +#: frappe/workflow/doctype/workflow_transition/workflow_transition.json +msgid "Workflow Transition" +msgstr "工作流程转换" + +#. Description of a DocType +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "Workflow state represents the current state of a document." +msgstr "" + +#: frappe/public/js/workflow_builder/store.js:83 +msgid "Workflow updated successfully" +msgstr "" + +#. Description of the Onboarding Step 'Setup Approval Workflows' +#: frappe/custom/onboarding_step/workflows/workflows.json +msgid "Workflows allow you to define custom rules for the approval process of a particular document in ERPNext. You can also set complex Workflow Rules and set approval conditions." +msgstr "" + +#. Linked DocType in Module Def's connections +#. Label of a Section Break field in DocType 'User' +#. Label of a Link in the Build Workspace +#. Name of a DocType +#: frappe/core/doctype/module_def/module_def.json +#: frappe/core/doctype/user/user.json frappe/core/workspace/build/build.json +#: frappe/desk/doctype/workspace/workspace.json +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:557 +#: frappe/public/js/frappe/views/workspace/workspace.js:10 +msgid "Workspace" +msgstr "" + +#: frappe/public/js/frappe/router.js:193 +msgid "Workspace {0} does not exist" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/workspace_chart/workspace_chart.json +msgid "Workspace Chart" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/workspace_custom_block/workspace_custom_block.json +msgid "Workspace Custom Block" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/workspace_link/workspace_link.json +msgid "Workspace Link" +msgstr "" + +#. Name of a role +#: frappe/desk/doctype/custom_html_block/custom_html_block.json +#: frappe/desk/doctype/workspace/workspace.json +msgid "Workspace Manager" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/workspace_number_card/workspace_number_card.json +msgid "Workspace Number Card" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/workspace_quick_list/workspace_quick_list.json +msgid "Workspace Quick List" +msgstr "" + +#. Name of a DocType +#: frappe/desk/doctype/workspace_shortcut/workspace_shortcut.json +msgid "Workspace Shortcut" +msgstr "" + +#: frappe/desk/doctype/workspace/workspace.py:293 +msgid "Workspace not found" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:1310 +msgid "Workspace {0} Created Successfully" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:939 +msgid "Workspace {0} Deleted Successfully" +msgstr "" + +#: frappe/public/js/frappe/views/workspace/workspace.js:717 +msgid "Workspace {0} Edited Successfully" +msgstr "" + +#. Option for the 'View' (Select) field in DocType 'Form Tour' +#: frappe/desk/doctype/form_tour/form_tour.json +msgid "Workspaces" +msgstr "" + +#. Label of a Check field in DocType 'Custom DocPerm' +#. Label of a Check field in DocType 'DocPerm' +#. Label of a Check field in DocType 'DocShare' +#. Label of a Check field in DocType 'User Document Type' +#: frappe/core/doctype/custom_docperm/custom_docperm.json +#: frappe/core/doctype/docperm/docperm.json +#: frappe/core/doctype/docshare/docshare.json +#: frappe/core/doctype/user_document_type/user_document_type.json +msgid "Write" +msgstr "" + +#: frappe/model/base_document.py:858 +msgid "Wrong Fetch From value" +msgstr "从价值中提取错误" + +#: frappe/public/js/frappe/views/reports/report_view.js:460 +msgid "X Axis Field" +msgstr "X轴字段" + +#. Label of a Select field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "X Field" +msgstr "" + +#. Option for the 'Format' (Select) field in DocType 'Auto Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "XLSX" +msgstr "" + +#. Label of a Table field in DocType 'Dashboard Chart' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +msgid "Y Axis" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:467 +msgid "Y Axis Fields" +msgstr "Y轴字段" + +#. Label of a Select field in DocType 'Dashboard Chart Field' +#: frappe/desk/doctype/dashboard_chart_field/dashboard_chart_field.json +#: frappe/public/js/frappe/views/reports/query_report.js:1152 +msgid "Y Field" +msgstr "Y场" + +#. Option for the 'Service' (Select) field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Yahoo Mail" +msgstr "" + +#. Option for the 'Service' (Select) field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "Yandex.Mail" +msgstr "" + +#. Label of a Select field in DocType 'Dashboard Chart' +#. Label of a Data field in DocType 'Company History' +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/website/doctype/company_history/company_history.json +msgid "Year" +msgstr "年" + +#. Option for the 'Frequency' (Select) field in DocType 'Auto Repeat' +#. Option for the 'Frequency' (Select) field in DocType 'Scheduled Job Type' +#. Option for the 'Event Frequency' (Select) field in DocType 'Server Script' +#. Option for the 'Time Interval' (Select) field in DocType 'Dashboard Chart' +#. Option for the 'Repeat On' (Select) field in DocType 'Event' +#. Option for the 'Stats Time Interval' (Select) field in DocType 'Number Card' +#. Option for the 'Period' (Select) field in DocType 'Auto Email Report' +#: frappe/automation/doctype/auto_repeat/auto_repeat.json +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.json +#: frappe/core/doctype/server_script/server_script.json +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.json +#: frappe/desk/doctype/event/event.json +#: frappe/desk/doctype/number_card/number_card.json +#: frappe/email/doctype/auto_email_report/auto_email_report.json +#: frappe/public/js/frappe/utils/common.js:403 +msgid "Yearly" +msgstr "每年" + +#. Option for the 'Color' (Select) field in DocType 'DocType State' +#. Option for the 'Indicator' (Select) field in DocType 'Kanban Board Column' +#: frappe/core/doctype/doctype_state/doctype_state.json +#: frappe/desk/doctype/kanban_board_column/kanban_board_column.json +msgid "Yellow" +msgstr "" + +#. Option for the 'Standard' (Select) field in DocType 'Page' +#. Option for the 'Is Standard' (Select) field in DocType 'Report' +#. Option for the 'Require Trusted Certificate' (Select) field in DocType 'LDAP +#. Settings' +#. Option for the 'Standard' (Select) field in DocType 'Print Format' +#: frappe/core/doctype/page/page.json frappe/core/doctype/report/report.json +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +#: frappe/integrations/doctype/webhook/webhook.py:130 +#: frappe/integrations/doctype/webhook/webhook.py:140 +#: frappe/printing/doctype/print_format/print_format.json +#: frappe/public/js/form_builder/utils.js:336 +#: frappe/public/js/frappe/form/controls/link.js:486 +#: frappe/public/js/frappe/list/list_sidebar_group_by.js:223 +#: frappe/public/js/frappe/views/reports/query_report.js:1534 +#: frappe/website/doctype/help_article/templates/help_article.html:25 +msgid "Yes" +msgstr "是" + +#: frappe/public/js/frappe/ui/messages.js:32 +msgctxt "Approve confirmation dialog" +msgid "Yes" +msgstr "是" + +#: frappe/public/js/frappe/ui/filters/filter.js:537 +msgctxt "Checkbox is checked" +msgid "Yes" +msgstr "是" + +#: frappe/public/js/frappe/utils/user.js:33 +msgctxt "Name of the current user. For example: You edited this 5 hours ago." +msgid "You" +msgstr "你" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:464 +msgid "You Liked" +msgstr "" + +#: frappe/public/js/frappe/dom.js:424 +msgid "You are connected to internet." +msgstr "你已连接到互联网。" + +#: frappe/public/js/frappe/ui/toolbar/navbar.html:20 +msgid "You are impersonating as another user." +msgstr "" + +#: frappe/integrations/frappe_providers/frappecloud_billing.py:24 +msgid "You are not allowed to access this resource" +msgstr "" + +#: frappe/permissions.py:403 +msgid "You are not allowed to access this {0} record because it is linked to {1} '{2}' in field {3}" +msgstr "您无权访问此{0}记录,因为它链接到{1}“{2}”在字段{3}" + +#: frappe/permissions.py:392 +msgid "You are not allowed to access this {0} record because it is linked to {1} '{2}' in row {3}, field {4}" +msgstr "" + +#: frappe/public/js/frappe/views/kanban/kanban_board.bundle.js:68 +msgid "You are not allowed to create columns" +msgstr "你无权来创建列" + +#: frappe/core/doctype/report/report.py:94 +msgid "You are not allowed to delete Standard Report" +msgstr "您无权删除标准报告" + +#: frappe/website/doctype/website_theme/website_theme.py:71 +msgid "You are not allowed to delete a standard Website Theme" +msgstr "你不允许删除标准的网站主题" + +#: frappe/core/doctype/report/report.py:378 +msgid "You are not allowed to edit the report." +msgstr "" + +#: frappe/permissions.py:601 +msgid "You are not allowed to export {} doctype" +msgstr "您不能导出{} doctype" + +#: frappe/public/js/frappe/views/treeview.js:414 +msgid "You are not allowed to print this report" +msgstr "您不允许打印此报告" + +#: frappe/public/js/frappe/views/communication.js:772 +msgid "You are not allowed to send emails related to this document" +msgstr "你不允许发送与此文档相关的电子邮件" + +#: frappe/website/doctype/web_form/web_form.py:462 +msgid "You are not allowed to update this Web Form Document" +msgstr "你不允许更新此Web窗体文件" + +#: frappe/public/js/frappe/request.js:35 +msgid "You are not connected to Internet. Retry after sometime." +msgstr "你没有连接到互联网。在某个时间后重试。" + +#: frappe/public/js/frappe/web_form/webform_script.js:22 +msgid "You are not permitted to access this page without login." +msgstr "" + +#: frappe/www/app.py:26 +msgid "You are not permitted to access this page." +msgstr "你没有权限访问此页面。" + +#: frappe/__init__.py:854 +msgid "You are not permitted to access this resource." +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/document_follow.js:131 +msgid "You are now following this document. You will receive daily updates via email. You can change this in User Settings." +msgstr "您现在正在关注此文档。您将通过电子邮件收到每日更新。您可以在“用户设置”中进行更改。" + +#: frappe/core/doctype/installed_applications/installed_applications.py:60 +msgid "You are only allowed to update order, do not remove or add apps." +msgstr "" + +#: frappe/email/doctype/email_account/email_account.js:216 +msgid "You are selecting Sync Option as ALL, It will resync all read as well as unread message from server. This may also cause the duplication of Communication (emails)." +msgstr "" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:415 +msgctxt "Form timeline" +msgid "You attached {0}" +msgstr "" + +#: frappe/printing/page/print_format_builder/print_format_builder.js:741 +msgid "You can add dynamic properties from the document by using Jinja templating." +msgstr "您可以通过Jinja模板来添加文档的动态属性。" + +#: frappe/printing/doctype/letter_head/letter_head.js:32 +msgid "You can also access wkhtmltopdf variables (valid only in PDF print):" +msgstr "" + +#: frappe/templates/emails/new_user.html:22 +msgid "You can also copy-paste following link in your browser" +msgstr "" + +#: frappe/templates/emails/download_data.html:9 +msgid "You can also copy-paste this " +msgstr "您也可以复制粘贴它" + +#: frappe/templates/emails/delete_data_confirmation.html:11 +msgid "You can also copy-paste this {0} to your browser" +msgstr "您也可以将此{0}复制粘贴到浏览器中" + +#: frappe/core/page/permission_manager/permission_manager_help.html:17 +msgid "You can change Submitted documents by cancelling them and then, amending them." +msgstr "" + +#: frappe/public/js/frappe/logtypes.js:21 +msgid "You can change the retention policy from {0}." +msgstr "" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:199 +msgid "You can continue with the onboarding after exploring this page" +msgstr "" + +#: frappe/model/delete_doc.py:136 +msgid "You can disable this {0} instead of deleting it." +msgstr "" + +#: frappe/core/doctype/file/file.py:688 +msgid "You can increase the limit from System Settings." +msgstr "" + +#: frappe/utils/synchronization.py:48 +msgid "You can manually remove the lock if you think it's safe: {}" +msgstr "" + +#: frappe/public/js/frappe/form/controls/markdown_editor.js:75 +msgid "You can only insert images in Markdown fields" +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:42 +msgid "You can only print upto {0} documents at a time" +msgstr "" + +#: frappe/core/doctype/user_type/user_type.py:103 +msgid "You can only set the 3 custom doctypes in the Document Types table." +msgstr "" + +#: frappe/handler.py:229 +msgid "You can only upload JPG, PNG, PDF, TXT or Microsoft documents." +msgstr "" + +#: frappe/core/doctype/data_export/exporter.py:199 +msgid "You can only upload upto 5000 records in one go. (may be less in some cases)" +msgstr "一次最多只能上传5000条记录(某些情况下可能更少)" + +#: frappe/website/doctype/web_page/web_page.js:92 +msgid "You can select one from the following," +msgstr "" + +#. Description of the 'Rate limit for email link login' (Int) field in DocType +#. 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "You can set a high value here if multiple users will be logging in from the same network." +msgstr "" + +#: frappe/desk/query_report.py:340 +msgid "You can try changing the filters of your report." +msgstr "您可以尝试更改报告的过滤器。" + +#: frappe/core/page/permission_manager/permission_manager_help.html:27 +msgid "You can use Customize Form to set levels on fields." +msgstr "" + +#: frappe/public/js/frappe/form/link_selector.js:30 +msgid "You can use wildcard %" +msgstr "" + +#: frappe/custom/doctype/customize_form/customize_form.py:386 +msgid "You can't set 'Options' for field {0}" +msgstr "您不能为字段{0}设置“选项”" + +#: frappe/custom/doctype/customize_form/customize_form.py:390 +msgid "You can't set 'Translatable' for field {0}" +msgstr "您无法为字段{0}设置“可翻译”" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:74 +msgctxt "Form timeline" +msgid "You cancelled this document" +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:61 +msgctxt "Form timeline" +msgid "You cancelled this document {1}" +msgstr "" + +#: frappe/desk/doctype/dashboard_chart/dashboard_chart.py:406 +msgid "You cannot create a dashboard chart from single DocTypes" +msgstr "您不能从单个DocType创建仪表盘图表" + +#: frappe/social/doctype/energy_point_log/energy_point_log.py:45 +msgid "You cannot give review points to yourself" +msgstr "你不能给自己提供评论点" + +#: frappe/custom/doctype/customize_form/customize_form.py:382 +msgid "You cannot unset 'Read Only' for field {0}" +msgstr "你不能为字段{0}取消“只读”设置" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:125 +msgid "You changed the value of {0}" +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:114 +msgid "You changed the value of {0} {1}" +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:191 +msgid "You changed the values for {0}" +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:180 +msgid "You changed the values for {0} {1}" +msgstr "" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:444 +msgctxt "Form timeline" +msgid "You changed {0} to {1}" +msgstr "" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:140 +#: frappe/public/js/frappe/form/sidebar/form_sidebar.js:106 +msgid "You created this" +msgstr "" + +#: frappe/client.py:430 +msgid "You do not have Read or Select Permissions for {}" +msgstr "" + +#: frappe/public/js/frappe/request.js:174 +msgid "You do not have enough permissions to access this resource. Please contact your manager to get access." +msgstr "您没有足够的权限来访问该资源。请联系您的经理,以获得访问权。" + +#: frappe/app.py:358 +msgid "You do not have enough permissions to complete the action" +msgstr "您没有足够权限执行此项任务" + +#: frappe/public/js/frappe/form/sidebar/review.js:91 +msgid "You do not have enough points" +msgstr "你没有足够的积分" + +#: frappe/public/js/frappe/form/sidebar/review.js:31 +#: frappe/social/doctype/energy_point_log/energy_point_log.py:294 +msgid "You do not have enough review points" +msgstr "您没有足够的评论点" + +#: frappe/desk/query_report.py:807 +msgid "You do not have permission to access {0}: {1}." +msgstr "" + +#: frappe/www/printview.py:361 +msgid "You do not have permission to view this document" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:937 +msgid "You do not have permissions to cancel all linked documents." +msgstr "您无权取消所有链接的文档。" + +#: frappe/desk/query_report.py:42 +msgid "You don't have access to Report: {0}" +msgstr "您没有权限访问报表:{0}" + +#: frappe/website/doctype/web_form/web_form.py:663 +msgid "You don't have permission to access the {0} DocType." +msgstr "" + +#: frappe/utils/response.py:270 frappe/utils/response.py:274 +msgid "You don't have permission to access this file" +msgstr "您没有权限访问该文件" + +#: frappe/desk/query_report.py:48 +msgid "You don't have permission to get a report on: {0}" +msgstr "你没有权限获得{0}的报表" + +#: frappe/website/doctype/web_form/web_form.py:168 +msgid "You don't have the permissions to access this document" +msgstr "您没有访问此文件的权限" + +#: frappe/social/doctype/energy_point_log/energy_point_log.py:156 +msgid "You gained {0} point" +msgstr "你获得了{0}分" + +#: frappe/social/doctype/energy_point_log/energy_point_log.py:158 +msgid "You gained {0} points" +msgstr "你获得了{0}分" + +#: frappe/templates/emails/new_message.html:1 +msgid "You have a new message from: " +msgstr "您收到以下新消息:" + +#: frappe/handler.py:123 +msgid "You have been successfully logged out" +msgstr "您已成功注销" + +#: frappe/custom/doctype/customize_form/customize_form.py:241 +msgid "You have hit the row size limit on database table: {0}" +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:412 +msgid "You have not entered a value. The field will be set to empty." +msgstr "" + +#: frappe/templates/includes/likes/likes.py:31 +msgid "You have received a ❤️ like on your blog post" +msgstr "" + +#: frappe/twofactor.py:433 +msgid "You have to enable Two Factor Auth from System Settings." +msgstr "" + +#: frappe/public/js/frappe/model/create_new.js:332 +msgid "You have unsaved changes in this form. Please save before you continue." +msgstr "本表单中存在未保存的修改,请先保存后继续使用。" + +#: frappe/public/js/frappe/ui/toolbar/navbar.html:50 +msgid "You have unseen notifications" +msgstr "" + +#: frappe/core/doctype/log_settings/log_settings.py:126 +msgid "You have unseen {0}" +msgstr "您看不见{0}" + +#: frappe/public/js/frappe/views/dashboard/dashboard_view.js:191 +msgid "You haven't added any Dashboard Charts or Number Cards yet." +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:472 +msgid "You haven't created a {0} yet" +msgstr "" + +#: frappe/rate_limiter.py:150 +msgid "You hit the rate limit because of too many requests. Please try after sometime." +msgstr "" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:151 +#: frappe/public/js/frappe/form/sidebar/form_sidebar.js:95 +msgid "You last edited this" +msgstr "" + +#: frappe/public/js/frappe/widgets/widget_dialog.js:314 +msgid "You must add atleast one link." +msgstr "" + +#: frappe/website/doctype/web_form/web_form.py:659 +msgid "You must be logged in to use this form." +msgstr "" + +#: frappe/website/doctype/web_form/web_form.py:502 +msgid "You must login to submit this form" +msgstr "您必须登录才能提交此表单" + +#: frappe/model/document.py:238 +msgid "You need the '{0}' permission on {1} {2} to perform this action." +msgstr "" + +#: frappe/desk/doctype/workspace/workspace.py:113 +msgid "You need to be Workspace Manager to delete a public workspace." +msgstr "" + +#: frappe/desk/doctype/workspace/workspace.py:71 +msgid "You need to be Workspace Manager to edit this document" +msgstr "" + +#: frappe/website/doctype/web_form/web_form.py:91 +msgid "You need to be in developer mode to edit a Standard Web Form" +msgstr "你需要在开发模式编辑标准Web窗体" + +#: frappe/utils/response.py:259 +msgid "You need to be logged in and have System Manager Role to be able to access backups." +msgstr "您需要先登录,并具有系统管理员角色才能够访问备份。" + +#: frappe/www/me.py:13 frappe/www/third_party_apps.py:10 +msgid "You need to be logged in to access this page" +msgstr "您需要登录才能访问该页面" + +#: frappe/website/doctype/web_form/web_form.py:159 +msgid "You need to be logged in to access this {0}." +msgstr "您需要登录才能访问此{0}。" + +#: frappe/public/js/frappe/widgets/links_widget.js:63 +msgid "You need to create these first: " +msgstr "" + +#: frappe/www/login.html:73 +msgid "You need to enable JavaScript for your app to work." +msgstr "您需要为应用程序启用JavaScript。" + +#: frappe/core/doctype/docshare/docshare.py:61 +msgid "You need to have \"Share\" permission" +msgstr "你需要有“共享”权限" + +#: frappe/utils/print_format.py:259 +msgid "You need to install pycups to use this feature!" +msgstr "您需要安装pycups才能使用此功能!" + +#: frappe/core/doctype/recorder/recorder.js:38 +msgid "You need to select indexes you want to add first." +msgstr "" + +#: frappe/email/doctype/email_account/email_account.py:146 +msgid "You need to set one IMAP folder for {0}" +msgstr "" + +#: frappe/model/rename_doc.py:388 +msgid "You need write permission on {0} {1} to merge" +msgstr "" + +#: frappe/model/rename_doc.py:383 +msgid "You need write permission on {0} {1} to rename" +msgstr "" + +#: frappe/client.py:458 +msgid "You need {0} permission to fetch values from {1} {2}" +msgstr "" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:420 +msgctxt "Form timeline" +msgid "You removed attachment {0}" +msgstr "" + +#: frappe/public/js/frappe/widgets/onboarding_widget.js:525 +msgid "You seem good to go!" +msgstr "你看起来不错!" + +#: frappe/templates/includes/contact.js:20 +msgid "You seem to have written your name instead of your email. Please enter a valid email address so that we can get back." +msgstr "" + +#: frappe/public/js/frappe/list/bulk_operations.js:31 +msgid "You selected Draft or Cancelled documents" +msgstr "您选择了草稿或已取消的文档" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:48 +msgctxt "Form timeline" +msgid "You submitted this document" +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:35 +msgctxt "Form timeline" +msgid "You submitted this document {0}" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/document_follow.js:144 +msgid "You unfollowed this document" +msgstr "你取消了这份文件" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:184 +msgid "You viewed this" +msgstr "" + +#: frappe/public/js/frappe/desk.js:528 +msgid "You've logged in as another user from another tab. Refresh this page to continue using system." +msgstr "" + +#: frappe/desk/page/setup_wizard/setup_wizard.js:385 +msgid "Your Country" +msgstr "你的国家" + +#: frappe/desk/page/setup_wizard/setup_wizard.js:377 +msgid "Your Language" +msgstr "你的语言" + +#: frappe/templates/includes/comments/comments.html:21 +msgid "Your Name" +msgstr "您的姓名" + +#: frappe/public/js/frappe/list/bulk_operations.js:132 +msgid "Your PDF is ready for download" +msgstr "" + +#: frappe/patches/v14_0/update_workspace2.py:34 +msgid "Your Shortcuts" +msgstr "您的捷径" + +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:141 +#: frappe/website/doctype/personal_data_deletion_request/personal_data_deletion_request.py:147 +msgid "Your account has been deleted" +msgstr "" + +#: frappe/auth.py:496 +msgid "Your account has been locked and will resume after {0} seconds" +msgstr "您的帐户已被锁定,并将在{0}秒后恢复" + +#: frappe/desk/form/assign_to.py:278 +msgid "Your assignment on {0} {1} has been removed by {2}" +msgstr "您在{0} {1}上的分配已被{2}删除" + +#: frappe/core/doctype/file/file.js:66 +msgid "Your browser does not support the audio element." +msgstr "" + +#: frappe/core/doctype/file/file.js:48 +msgid "Your browser does not support the video element." +msgstr "" + +#: frappe/templates/pages/integrations/gcalendar-success.html:11 +msgid "Your connection request to Google Calendar was successfully accepted" +msgstr "您的Google日历连接请求已成功接受" + +#: frappe/www/contact.html:35 +msgid "Your email address" +msgstr "您的电子邮件地址" + +#: frappe/public/js/frappe/web_form/web_form.js:428 +msgid "Your form has been successfully updated" +msgstr "" + +#: frappe/templates/emails/new_user.html:6 +msgid "Your login id is" +msgstr "您的登录ID是" + +#: frappe/www/update-password.html:165 +msgid "Your new password has been set successfully." +msgstr "" + +#: frappe/www/update-password.html:145 +msgid "Your old password is incorrect." +msgstr "" + +#. Description of the 'Email Footer Address' (Small Text) field in DocType +#. 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "Your organization name and address for the email footer." +msgstr "" + +#: frappe/templates/emails/auto_reply.html:2 +msgid "Your query has been received. We will reply back shortly. If you have any additional information, please reply to this mail." +msgstr "您的问题已收到。我们将尽快回复邮件。如果您还有任何其他的信息,请回覆此邮件。" + +#: frappe/app.py:349 +msgid "Your session has expired, please login again to continue." +msgstr "您的会话已过期,请再次登录以继续。" + +#: frappe/public/js/frappe/ui/toolbar/navbar.html:15 +msgid "Your site is undergoing maintenance or being updated." +msgstr "" + +#: frappe/templates/emails/verification_code.html:1 +msgid "Your verification code is {0}" +msgstr "" + +#. Success message of the Module Onboarding 'Website' +#: frappe/website/module_onboarding/website/website.json +msgid "Your website is all set up!" +msgstr "" + +#: frappe/utils/data.py:1362 +msgid "Zero" +msgstr "零" + +#. Description of the 'Only Send Records Updated in Last X Hours' (Int) field +#. in DocType 'Auto Email Report' +#: frappe/email/doctype/auto_email_report/auto_email_report.json +msgid "Zero means send records updated at anytime" +msgstr "" + +#. Label of a Link field in DocType 'Desktop Icon' +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +msgid "_doctype" +msgstr "" + +#. Label of a Link field in DocType 'Desktop Icon' +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +msgid "_report" +msgstr "" + +#: frappe/database/database.py:319 +msgid "`as_iterator` only works with `as_list=True` or `as_dict=True`" +msgstr "" + +#: frappe/utils/background_jobs.py:93 +msgid "`job_id` paramater is required for deduplication." +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:232 +msgid "added rows for {0}" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "adjust" +msgstr "" + +#. Option for the 'Doc Event' (Select) field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "after_insert" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "align-center" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "align-justify" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "align-left" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "align-right" +msgstr "" + +#. Option for the 'Permission Type' (Select) field in DocType 'Permission +#. Inspector' +#: frappe/core/doctype/permission_inspector/permission_inspector.json +msgid "amend" +msgstr "" + +#: frappe/public/js/frappe/utils/utils.js:410 frappe/utils/data.py:1370 +msgid "and" +msgstr "和" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "arrow-down" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "arrow-left" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "arrow-right" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "arrow-up" +msgstr "" + +#: frappe/public/js/frappe/ui/sort_selector.html:5 +#: frappe/public/js/frappe/ui/sort_selector.js:48 +msgid "ascending" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "asterisk" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "backward" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "ban-circle" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "barcode" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "bell" +msgstr "" + +#. Option for the 'Indicator Color' (Select) field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "blue" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "bold" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "book" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "bookmark" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "briefcase" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "bullhorn" +msgstr "" + +#: frappe/public/js/frappe/form/workflow.js:35 +msgid "by Role" +msgstr "" + +#. Label of a Code field in DocType 'Recorder' +#: frappe/core/doctype/recorder/recorder.json +msgid "cProfile Output" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:286 +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "calendar" +msgstr "日历" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "camera" +msgstr "" + +#. Option for the 'Permission Type' (Select) field in DocType 'Permission +#. Inspector' +#: frappe/core/doctype/permission_inspector/permission_inspector.json +msgid "cancel" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'RQ Job' +#: frappe/core/doctype/rq_job/rq_job.json +msgid "canceled" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "certificate" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "check" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "chevron-down" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "chevron-left" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "chevron-right" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "chevron-up" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "circle-arrow-down" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "circle-arrow-left" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "circle-arrow-right" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "circle-arrow-up" +msgstr "" + +#: frappe/templates/includes/list/filters.html:19 +msgid "clear" +msgstr "清除" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "cog" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "comment" +msgstr "" + +#: frappe/public/js/frappe/form/templates/timeline_message_box.html:33 +msgid "commented" +msgstr "" + +#. Option for the 'Permission Type' (Select) field in DocType 'Permission +#. Inspector' +#: frappe/core/doctype/permission_inspector/permission_inspector.json +msgid "create" +msgstr "" + +#. Option for the 'Indicator Color' (Select) field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "cyan" +msgstr "" + +#: frappe/public/js/frappe/utils/utils.js:1128 +msgctxt "Days (Field: Duration)" +msgid "d" +msgstr "" + +#. Option for the 'Indicator Color' (Select) field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "darkgrey" +msgstr "" + +#: frappe/core/page/dashboard_view/dashboard_view.js:65 +msgid "dashboard" +msgstr "仪表板" + +#. Option for the 'Date Format' (Select) field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "dd-mm-yyyy" +msgstr "" + +#. Option for the 'Date Format' (Select) field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "dd.mm.yyyy" +msgstr "" + +#. Option for the 'Date Format' (Select) field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "dd/mm/yyyy" +msgstr "" + +#. Option for the 'Queue' (Select) field in DocType 'RQ Job' +#. Option for the 'Queue Type(s)' (Select) field in DocType 'RQ Worker' +#: frappe/core/doctype/rq_job/rq_job.json +#: frappe/core/doctype/rq_worker/rq_worker.json +msgid "default" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'RQ Job' +#: frappe/core/doctype/rq_job/rq_job.json +msgid "deferred" +msgstr "" + +#. Option for the 'Permission Type' (Select) field in DocType 'Permission +#. Inspector' +#: frappe/core/doctype/permission_inspector/permission_inspector.json +msgid "delete" +msgstr "" + +#: frappe/public/js/frappe/ui/sort_selector.html:5 +#: frappe/public/js/frappe/ui/sort_selector.js:48 +msgid "descending" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:163 +msgid "document type..., e.g. customer" +msgstr "文档类型...,如客户" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "download" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "download-alt" +msgstr "" + +#. Description of the 'Email Account Name' (Data) field in DocType 'Email +#. Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "e.g. \"Support\", \"Sales\", \"Jerry Yang\"" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:183 +msgid "e.g. (55 + 434) / 4 or =Math.sin(Math.PI/2)..." +msgstr "例如:(55 + 434)/ 4 =或Math.sin(Math.PI / 2)..." + +#. Description of the 'Incoming Server' (Data) field in DocType 'Email Account' +#. Description of the 'Incoming Server' (Data) field in DocType 'Email Domain' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_domain/email_domain.json +msgid "e.g. pop.gmail.com / imap.gmail.com" +msgstr "" + +#. Description of the 'Default Incoming' (Check) field in DocType 'Email +#. Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "e.g. replies@yourcomany.com. All replies will come to this inbox." +msgstr "" + +#. Description of the 'Outgoing Server' (Data) field in DocType 'Email Account' +#. Description of the 'Outgoing Server' (Data) field in DocType 'Email Domain' +#: frappe/email/doctype/email_account/email_account.json +#: frappe/email/doctype/email_domain/email_domain.json +msgid "e.g. smtp.gmail.com" +msgstr "" + +#: frappe/custom/doctype/custom_field/custom_field.js:98 +msgid "e.g.:" +msgstr "例如:" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "edit" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "eject" +msgstr "" + +#. Option for the 'Permission Type' (Select) field in DocType 'Permission +#. Inspector' +#. Option for the 'Social Link Type' (Select) field in DocType 'Social Link +#. Settings' +#: frappe/core/doctype/permission_inspector/permission_inspector.json +#: frappe/website/doctype/social_link_settings/social_link_settings.json +msgid "email" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:305 +msgid "email inbox" +msgstr "收件箱" + +#: frappe/permissions.py:397 frappe/permissions.py:408 +#: frappe/public/js/frappe/form/controls/link.js:495 +msgid "empty" +msgstr "空" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "envelope" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "exclamation-sign" +msgstr "" + +#. Option for the 'Permission Type' (Select) field in DocType 'Permission +#. Inspector' +#: frappe/core/doctype/permission_inspector/permission_inspector.json +msgid "export" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "eye-close" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "eye-open" +msgstr "" + +#. Option for the 'Social Link Type' (Select) field in DocType 'Social Link +#. Settings' +#: frappe/website/doctype/social_link_settings/social_link_settings.json +msgid "facebook" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "facetime-video" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'RQ Job' +#: frappe/core/doctype/rq_job/rq_job.json +msgid "failed" +msgstr "" + +#. Option for the 'Social Login Provider' (Select) field in DocType 'Social +#. Login Key' +#: frappe/integrations/doctype/social_login_key/social_login_key.json +msgid "fairlogin" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "fast-backward" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "fast-forward" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "file" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "film" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "filter" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'RQ Job' +#: frappe/core/doctype/rq_job/rq_job.json +msgid "finished" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "fire" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "flag" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "folder-close" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "folder-open" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "font" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "forward" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "fullscreen" +msgstr "" + +#: frappe/public/js/frappe/utils/energy_point_utils.js:61 +msgid "gained by {0} via automatic rule {1}" +msgstr "由{0}通过自动规则{1}获得" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "gift" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "glass" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "globe" +msgstr "" + +#. Option for the 'Indicator Color' (Select) field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "gray" +msgstr "" + +#. Option for the 'Indicator Color' (Select) field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "green" +msgstr "" + +#. Option for the 'Indicator Color' (Select) field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "grey" +msgstr "" + +#: frappe/utils/backups.py:391 +msgid "gzip not found in PATH! This is required to take a backup." +msgstr "" + +#: frappe/public/js/frappe/utils/utils.js:1132 +msgctxt "Hours (Field: Duration)" +msgid "h" +msgstr "H" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "hand-down" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "hand-left" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "hand-right" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "hand-up" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "hdd" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "headphones" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "heart" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "home" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:296 +msgid "hub" +msgstr "集线器" + +#. Label of a Data field in DocType 'Page' +#: frappe/core/doctype/page/page.json +msgid "icon" +msgstr "" + +#. Option for the 'Permission Type' (Select) field in DocType 'Permission +#. Inspector' +#: frappe/core/doctype/permission_inspector/permission_inspector.json +msgid "import" +msgstr "" + +#. Description of the 'Read Time' (Int) field in DocType 'Blog Post' +#: frappe/website/doctype/blog_post/blog_post.json +msgid "in minutes" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "inbox" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "indent-left" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "indent-right" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "info-sign" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "italic" +msgstr "" + +#: frappe/templates/signup.html:11 frappe/www/login.html:10 +msgid "jane@example.com" +msgstr "" + +#: frappe/public/js/frappe/utils/pretty_date.js:46 +msgid "just now" +msgstr "刚刚" + +#: frappe/desk/desktop.py:255 frappe/desk/query_report.py:285 +msgid "label" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "leaf" +msgstr "" + +#. Option for the 'Indicator Color' (Select) field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "light-blue" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Desktop Icon' +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +msgid "link" +msgstr "" + +#. Option for the 'Social Link Type' (Select) field in DocType 'Social Link +#. Settings' +#: frappe/website/doctype/social_link_settings/social_link_settings.json +msgid "linkedin" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Desktop Icon' +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "list" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "list-alt" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "lock" +msgstr "" + +#: frappe/www/third_party_apps.html:41 +msgid "logged in" +msgstr "已登录" + +#: frappe/website/doctype/web_form/web_form.js:362 +msgid "login_required" +msgstr "" + +#. Option for the 'Queue' (Select) field in DocType 'RQ Job' +#. Option for the 'Queue Type(s)' (Select) field in DocType 'RQ Worker' +#: frappe/core/doctype/rq_job/rq_job.json +#: frappe/core/doctype/rq_worker/rq_worker.json +msgid "long" +msgstr "" + +#: frappe/public/js/frappe/utils/utils.js:1136 +msgctxt "Minutes (Field: Duration)" +msgid "m" +msgstr "米" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "magnet" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "map-marker" +msgstr "" + +#: frappe/model/rename_doc.py:213 +msgid "merged {0} into {1}" +msgstr "{0}合并为{1}" + +#: frappe/website/doctype/blog_post/templates/blog_post.html:25 +#: frappe/website/doctype/blog_post/templates/blog_post_row.html:36 +msgid "min read" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "minus" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "minus-sign" +msgstr "" + +#. Option for the 'Date Format' (Select) field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "mm-dd-yyyy" +msgstr "" + +#. Option for the 'Date Format' (Select) field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "mm/dd/yyyy" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Desktop Icon' +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +msgid "module" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:178 +msgid "module name..." +msgstr "模块的名称..." + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "move" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "music" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:160 +msgid "new" +msgstr "新建" + +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:158 +msgid "new type of document" +msgstr "新类型的文件" + +#. Label of a Int field in DocType 'Email Account' +#: frappe/email/doctype/email_account/email_account.json +msgid "no failed attempts" +msgstr "" + +#. Label of a Data field in DocType 'OAuth Authorization Code' +#: frappe/integrations/doctype/oauth_authorization_code/oauth_authorization_code.json +msgid "nonce" +msgstr "" + +#. Label of a Check field in DocType 'Reminder' +#: frappe/automation/doctype/reminder/reminder.json +msgid "notified" +msgstr "" + +#: frappe/public/js/frappe/utils/pretty_date.js:25 +msgid "now" +msgstr "现在" + +#: frappe/public/js/frappe/form/grid_pagination.js:116 +msgid "of" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "off" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "ok" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "ok-circle" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "ok-sign" +msgstr "" + +#. Label of a Data field in DocType 'File' +#: frappe/core/doctype/file/file.json +msgid "old_parent" +msgstr "" + +#. Option for the 'Doc Event' (Select) field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "on_cancel" +msgstr "" + +#. Option for the 'Doc Event' (Select) field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "on_change" +msgstr "" + +#. Option for the 'Doc Event' (Select) field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "on_submit" +msgstr "" + +#. Option for the 'Doc Event' (Select) field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "on_trash" +msgstr "" + +#. Option for the 'Doc Event' (Select) field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "on_update" +msgstr "" + +#. Option for the 'Doc Event' (Select) field in DocType 'Webhook' +#: frappe/integrations/doctype/webhook/webhook.json +msgid "on_update_after_submit" +msgstr "" + +#: frappe/utils/data.py:1373 +msgid "only." +msgstr "" + +#: frappe/public/js/frappe/utils/utils.js:407 frappe/www/login.html:87 +#: frappe/www/login.py:107 +msgid "or" +msgstr "或" + +#. Option for the 'Indicator Color' (Select) field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "orange" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Desktop Icon' +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +msgid "page" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "pause" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "pencil" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "picture" +msgstr "" + +#. Option for the 'Indicator Color' (Select) field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "pink" +msgstr "" + +#. Option for the 'Code challenge method' (Select) field in DocType 'OAuth +#. Authorization Code' +#: frappe/integrations/doctype/oauth_authorization_code/oauth_authorization_code.json +msgid "plain" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "plane" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "play" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "play-circle" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "plus" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "plus-sign" +msgstr "" + +#. Option for the 'Permission Type' (Select) field in DocType 'Permission +#. Inspector' +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/core/doctype/permission_inspector/permission_inspector.json +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "print" +msgstr "" + +#. Label of a HTML field in DocType 'System Console' +#: frappe/desk/doctype/system_console/system_console.json +msgid "processlist" +msgstr "" + +#. Option for the 'Indicator Color' (Select) field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "purple" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "qrcode" +msgstr "" + +#. Option for the 'Type' (Select) field in DocType 'Desktop Icon' +#: frappe/desk/doctype/desktop_icon/desktop_icon.json +msgid "query-report" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "question-sign" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'RQ Job' +#: frappe/core/doctype/rq_job/rq_job.json +msgid "queued" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "random" +msgstr "" + +#. Option for the 'Permission Type' (Select) field in DocType 'Permission +#. Inspector' +#: frappe/core/doctype/permission_inspector/permission_inspector.json +msgid "read" +msgstr "" + +#. Option for the 'Indicator Color' (Select) field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "red" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "refresh" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "remove" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "remove-circle" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "remove-sign" +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:234 +msgid "removed rows for {0}" +msgstr "" + +#: frappe/model/rename_doc.py:215 +msgid "renamed from {0} to {1}" +msgstr "从更名{0}到{1}" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "repeat" +msgstr "" + +#. Option for the 'Permission Type' (Select) field in DocType 'Permission +#. Inspector' +#: frappe/core/doctype/permission_inspector/permission_inspector.json +msgid "report" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "resize-full" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "resize-horizontal" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "resize-small" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "resize-vertical" +msgstr "" + +#. Label of a HTML field in DocType 'Custom Role' +#: frappe/core/doctype/custom_role/custom_role.json +msgid "response" +msgstr "" + +#: frappe/core/doctype/deleted_document/deleted_document.py:61 +msgid "restored {0} as {1}" +msgstr "恢复{0}为{1}" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "retweet" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "road" +msgstr "" + +#: frappe/public/js/frappe/utils/utils.js:1140 +msgctxt "Seconds (Field: Duration)" +msgid "s" +msgstr "" + +#. Option for the 'Code challenge method' (Select) field in DocType 'OAuth +#. Authorization Code' +#: frappe/integrations/doctype/oauth_authorization_code/oauth_authorization_code.json +msgid "s256" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'RQ Job' +#: frappe/core/doctype/rq_job/rq_job.json +msgid "scheduled" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "screenshot" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "search" +msgstr "" + +#. Option for the 'Permission Type' (Select) field in DocType 'Permission +#. Inspector' +#: frappe/core/doctype/permission_inspector/permission_inspector.json +msgid "select" +msgstr "" + +#. Option for the 'Permission Type' (Select) field in DocType 'Permission +#. Inspector' +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/core/doctype/permission_inspector/permission_inspector.json +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "share" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "share-alt" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "shopping-cart" +msgstr "" + +#. Option for the 'Queue' (Select) field in DocType 'RQ Job' +#. Option for the 'Queue Type(s)' (Select) field in DocType 'RQ Worker' +#: frappe/core/doctype/rq_job/rq_job.json +#: frappe/core/doctype/rq_worker/rq_worker.json +msgid "short" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "signal" +msgstr "" + +#: frappe/public/js/frappe/widgets/number_card_widget.js:282 +msgid "since last month" +msgstr "自上个月以来" + +#: frappe/public/js/frappe/widgets/number_card_widget.js:281 +msgid "since last week" +msgstr "自从上周以来" + +#: frappe/public/js/frappe/widgets/number_card_widget.js:283 +msgid "since last year" +msgstr "从去年开始" + +#: frappe/public/js/frappe/widgets/number_card_widget.js:280 +msgid "since yesterday" +msgstr "从昨天开始" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "star" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "star-empty" +msgstr "" + +#. Option for the 'Status' (Select) field in DocType 'RQ Job' +#: frappe/core/doctype/rq_job/rq_job.json +msgid "started" +msgstr "" + +#: frappe/desk/page/setup_wizard/setup_wizard.js:194 +msgid "starting the setup..." +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "step-backward" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "step-forward" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "stop" +msgstr "" + +#. Description of the 'Group Object Class' (Data) field in DocType 'LDAP +#. Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "string value, i.e. group" +msgstr "" + +#. Description of the 'LDAP Group Member attribute' (Data) field in DocType +#. 'LDAP Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "string value, i.e. member" +msgstr "" + +#. Description of the 'Custom Group Search' (Data) field in DocType 'LDAP +#. Settings' +#: frappe/integrations/doctype/ldap_settings/ldap_settings.json +msgid "string value, i.e. {0} or uid={0},ou=users,dc=example,dc=com" +msgstr "" + +#. Option for the 'Permission Type' (Select) field in DocType 'Permission +#. Inspector' +#: frappe/core/doctype/permission_inspector/permission_inspector.json +msgid "submit" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "tag" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:173 +msgid "tag name..., e.g. #tag" +msgstr "标签名称...,例如#tag" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "tags" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "tasks" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:168 +msgid "text in document type" +msgstr "文件类型的文本" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "text-height" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "text-width" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "th" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "th-large" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "th-list" +msgstr "" + +#: frappe/public/js/frappe/form/controls/data.js:35 +msgid "this form" +msgstr "" + +#: frappe/tests/test_translate.py:158 +msgid "this shouldn't break" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "thumbs-down" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "thumbs-up" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "time" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "tint" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "trash" +msgstr "" + +#. Option for the 'Social Link Type' (Select) field in DocType 'Social Link +#. Settings' +#: frappe/website/doctype/social_link_settings/social_link_settings.json +msgid "twitter" +msgstr "" + +#: frappe/public/js/frappe/change_log.html:7 +msgid "updated to {0}" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "upload" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:354 +msgid "use % as wildcard" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "user" +msgstr "" + +#: frappe/public/js/frappe/ui/filters/filter.js:353 +msgid "values separated by commas" +msgstr "用逗号分隔的值" + +#. Label of a HTML field in DocType 'Audit Trail' +#: frappe/core/doctype/audit_trail/audit_trail.json +msgid "version_table" +msgstr "" + +#: frappe/automation/doctype/assignment_rule/assignment_rule.py:382 +msgid "via Assignment Rule" +msgstr "通过分配规则" + +#: frappe/core/doctype/data_import/importer.py:267 +#: frappe/core/doctype/data_import/importer.py:288 +msgid "via Data Import" +msgstr "通过数据导入" + +#. Description of the 'Add Video Conferencing' (Check) field in DocType 'Event' +#: frappe/desk/doctype/event/event.json +msgid "via Google Meet" +msgstr "" + +#: frappe/email/doctype/notification/notification.py:220 +msgid "via Notification" +msgstr "通过通知" + +#: frappe/public/js/frappe/utils/energy_point_utils.js:46 +msgid "via automatic rule {0} on {1}" +msgstr "通过{1}上的自动规则{0}" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:17 +msgid "via {0}" +msgstr "通过{0}" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "volume-down" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "volume-off" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "volume-up" +msgstr "" + +#: frappe/templates/includes/oauth_confirmation.html:5 +msgid "wants to access the following details from your account" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "warning-sign" +msgstr "" + +#. Description of the 'Popover Element' (Check) field in DocType 'Form Tour +#. Step' +#: frappe/desk/doctype/form_tour_step/form_tour_step.json +msgid "when clicked on element it will focus popover if present." +msgstr "" + +#: frappe/printing/page/print/print.js:622 +msgid "wkhtmltopdf 0.12.x (with patched qt)." +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "wrench" +msgstr "" + +#. Option for the 'Permission Type' (Select) field in DocType 'Permission +#. Inspector' +#: frappe/core/doctype/permission_inspector/permission_inspector.json +msgid "write" +msgstr "" + +#. Option for the 'Indicator Color' (Select) field in DocType 'Workspace' +#: frappe/desk/doctype/workspace/workspace.json +msgid "yellow" +msgstr "" + +#: frappe/public/js/frappe/utils/pretty_date.js:58 +msgid "yesterday" +msgstr "昨天" + +#. Option for the 'Date Format' (Select) field in DocType 'System Settings' +#: frappe/core/doctype/system_settings/system_settings.json +msgid "yyyy-mm-dd" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "zoom-in" +msgstr "" + +#. Option for the 'Icon' (Select) field in DocType 'Workflow State' +#: frappe/workflow/doctype/workflow_state/workflow_state.json +msgid "zoom-out" +msgstr "" + +#: frappe/desk/doctype/event/event.js:87 +msgid "{0}" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:193 +msgid "{0} ${skip_list ? \"\" : type}" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:198 +msgid "{0} ${type}" +msgstr "" + +#: frappe/public/js/frappe/data_import/data_exporter.js:80 +#: frappe/public/js/frappe/views/gantt/gantt_view.js:54 +msgid "{0} ({1})" +msgstr "" + +#: frappe/public/js/frappe/data_import/data_exporter.js:77 +msgid "{0} ({1}) (1 row mandatory)" +msgstr "{0}({1})(必填1行)" + +#: frappe/public/js/frappe/views/gantt/gantt_view.js:53 +msgid "{0} ({1}) - {2}%" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:348 +#: frappe/public/js/frappe/ui/toolbar/awesome_bar.js:351 +msgid "{0} = {1}" +msgstr "" + +#: frappe/public/js/frappe/views/calendar/calendar.js:30 +msgid "{0} Calendar" +msgstr "{0}日历" + +#: frappe/public/js/frappe/views/reports/report_view.js:540 +msgid "{0} Chart" +msgstr "{0}图表" + +#: frappe/core/page/dashboard_view/dashboard_view.js:67 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:347 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:348 +#: frappe/public/js/frappe/utils/utils.js:944 +#: frappe/public/js/frappe/views/dashboard/dashboard_view.js:10 +msgid "{0} Dashboard" +msgstr "{0}仪表板" + +#: frappe/public/js/frappe/form/grid_row.js:457 +#: frappe/public/js/frappe/list/list_settings.js:227 +#: frappe/public/js/frappe/views/kanban/kanban_settings.js:178 +msgid "{0} Fields" +msgstr "{0}字段" + +#: frappe/integrations/doctype/google_calendar/google_calendar.py:363 +msgid "{0} Google Calendar Events synced." +msgstr "已同步{0} Google日历活动。" + +#: frappe/integrations/doctype/google_contacts/google_contacts.py:195 +msgid "{0} Google Contacts synced." +msgstr "{0} Google通讯录同步。" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:465 +msgid "{0} Liked" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:83 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:84 +#: frappe/public/js/frappe/utils/utils.js:938 +#: frappe/public/js/frappe/widgets/chart_widget.js:317 frappe/www/list.html:4 +#: frappe/www/list.html:8 +msgid "{0} List" +msgstr "{0}列表" + +#: frappe/public/js/frappe/utils/pretty_date.js:37 +msgid "{0} M" +msgstr "" + +#: frappe/public/js/frappe/views/map/map_view.js:14 +msgid "{0} Map" +msgstr "" + +#: frappe/public/js/frappe/utils/utils.js:941 +msgid "{0} Modules" +msgstr "" + +#: frappe/public/js/frappe/form/quick_entry.js:118 +msgid "{0} Name" +msgstr "{0}名称" + +#: frappe/model/base_document.py:1048 +msgid "{0} Not allowed to change {1} after submission from {2} to {3}" +msgstr "" + +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:95 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:96 +#: frappe/public/js/frappe/utils/utils.js:935 +#: frappe/public/js/frappe/widgets/chart_widget.js:325 +msgid "{0} Report" +msgstr "{0}报告" + +#: frappe/public/js/frappe/views/reports/query_report.js:883 +msgid "{0} Reports" +msgstr "" + +#: frappe/public/js/frappe/list/list_settings.js:32 +#: frappe/public/js/frappe/views/kanban/kanban_settings.js:26 +msgid "{0} Settings" +msgstr "{0}设置" + +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:87 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:88 +#: frappe/public/js/frappe/views/treeview.js:128 +msgid "{0} Tree" +msgstr "{0} 树" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:128 +#: frappe/public/js/frappe/form/sidebar/form_sidebar.js:86 +msgid "{0} Web page views" +msgstr "{0} 网页浏览量" + +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:91 +#: frappe/public/js/frappe/ui/toolbar/search_utils.js:92 +msgid "{0} Workspace" +msgstr "" + +#: frappe/public/js/frappe/form/link_selector.js:225 +msgid "{0} added" +msgstr "{0} 成功添加" + +#: frappe/public/js/frappe/form/controls/data.js:203 +msgid "{0} already exists. Select another name" +msgstr "{0}已存在。选择其他名称" + +#: frappe/email/doctype/email_unsubscribe/email_unsubscribe.py:36 +msgid "{0} already unsubscribed" +msgstr "{0}已经退订" + +#: frappe/email/doctype/email_unsubscribe/email_unsubscribe.py:49 +msgid "{0} already unsubscribed for {1} {2}" +msgstr "{0}已经退订了{1} {2}" + +#: frappe/utils/data.py:1524 +msgid "{0} and {1}" +msgstr "" + +#: frappe/public/js/frappe/utils/energy_point_utils.js:38 +msgid "{0} appreciated on {1}" +msgstr "{0}赞赏{1}" + +#: frappe/social/doctype/energy_point_log/energy_point_log.py:126 +#: frappe/social/doctype/energy_point_log/energy_point_log.py:163 +msgid "{0} appreciated your work on {1} with {2} point" +msgstr "{0}赞赏您在{1}点上的工作{2}" + +#: frappe/social/doctype/energy_point_log/energy_point_log.py:128 +#: frappe/social/doctype/energy_point_log/energy_point_log.py:165 +msgid "{0} appreciated your work on {1} with {2} points" +msgstr "{0}赞赏您使用{2}积分在{1}上的工作" + +#: frappe/public/js/frappe/utils/energy_point_utils.js:53 +msgid "{0} appreciated {1}" +msgstr "{0}赞赏{1}" + +#: frappe/public/js/frappe/form/sidebar/review.js:148 +msgid "{0} appreciation point for {1}" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/review.js:150 +msgid "{0} appreciation points for {1}" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/form_sidebar_users.js:72 +msgid "{0} are currently {1}" +msgstr "{0}当前为{1}" + +#: frappe/printing/doctype/print_format/print_format.py:89 +msgid "{0} are required" +msgstr "{0}是必需的" + +#: frappe/desk/form/assign_to.py:285 +msgid "{0} assigned a new task {1} {2} to you" +msgstr "{0}为您分配了新任务{1} {2}" + +#: frappe/desk/doctype/todo/todo.py:47 +msgid "{0} assigned {1}: {2}" +msgstr "{0}已分配{1}:{2}" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:416 +msgctxt "Form timeline" +msgid "{0} attached {1}" +msgstr "" + +#: frappe/core/doctype/system_settings/system_settings.py:145 +msgid "{0} can not be more than {1}" +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:77 +msgid "{0} cancelled this document" +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:68 +msgctxt "Form timeline" +msgid "{0} cancelled this document {1}" +msgstr "" + +#: frappe/public/js/form_builder/store.js:190 +msgid "{0} cannot be hidden and mandatory without any default value" +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:128 +msgid "{0} changed the value of {1}" +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:119 +msgid "{0} changed the value of {1} {2}" +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:194 +msgid "{0} changed the values for {1}" +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:185 +msgid "{0} changed the values for {1} {2}" +msgstr "" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:445 +msgctxt "Form timeline" +msgid "{0} changed {1} to {2}" +msgstr "" + +#: frappe/website/doctype/blog_post/blog_post.py:376 +msgid "{0} comments" +msgstr "{0}条评论" + +#: frappe/core/doctype/doctype/doctype.py:1567 +msgid "{0} contains an invalid Fetch From expression, Fetch From can't be self-referential." +msgstr "" + +#: frappe/public/js/frappe/views/interaction.js:261 +msgid "{0} created successfully" +msgstr "{0}已成功创建" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:141 +#: frappe/public/js/frappe/form/sidebar/form_sidebar.js:107 +msgid "{0} created this" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/review.js:154 +msgid "{0} criticism point for {1}" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/review.js:156 +msgid "{0} criticism points for {1}" +msgstr "" + +#: frappe/public/js/frappe/utils/energy_point_utils.js:41 +msgid "{0} criticized on {1}" +msgstr "{0}批评{1}" + +#: frappe/social/doctype/energy_point_log/energy_point_log.py:132 +#: frappe/social/doctype/energy_point_log/energy_point_log.py:170 +msgid "{0} criticized your work on {1} with {2} point" +msgstr "{0}以{2}点批评了您在{1}上的工作" + +#: frappe/social/doctype/energy_point_log/energy_point_log.py:134 +#: frappe/social/doctype/energy_point_log/energy_point_log.py:172 +msgid "{0} criticized your work on {1} with {2} points" +msgstr "{0}以{2}分批评你在{1}上的工作" + +#: frappe/public/js/frappe/utils/energy_point_utils.js:56 +msgid "{0} criticized {1}" +msgstr "{0}批评{1}" + +#: frappe/public/js/frappe/utils/pretty_date.js:33 +msgid "{0} d" +msgstr "" + +#: frappe/public/js/frappe/utils/pretty_date.js:60 +msgid "{0} days ago" +msgstr "{0}天前" + +#: frappe/website/doctype/website_settings/website_settings.py:96 +#: frappe/website/doctype/website_settings/website_settings.py:116 +msgid "{0} does not exist in row {1}" +msgstr "{0}不存在于行{1}中" + +#: frappe/database/mariadb/schema.py:120 frappe/database/postgres/schema.py:154 +msgid "{0} field cannot be set as unique in {1}, as there are non-unique existing values" +msgstr "{0}字段不能在{1}中设置为唯一,因为这里存在非唯一的数值" + +#: frappe/core/doctype/data_import/importer.py:1024 +msgid "{0} format could not be determined from the values in this column. Defaulting to {1}." +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:101 +msgid "{0} from {1} to {2}" +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:165 +msgid "{0} from {1} to {2} in row #{3}" +msgstr "" + +#: frappe/social/doctype/energy_point_log/energy_point_log.py:120 +msgid "{0} gained {1} point for {2} {3}" +msgstr "{0}为{2} {3}赢得了{1}点" + +#: frappe/templates/emails/energy_points_summary.html:8 +msgid "{0} gained {1} points" +msgstr "" + +#: frappe/social/doctype/energy_point_log/energy_point_log.py:122 +msgid "{0} gained {1} points for {2} {3}" +msgstr "{0}的{2} {3}获得了{1}分" + +#: frappe/templates/emails/energy_points_summary.html:23 +msgid "{0} gave {1} points" +msgstr "" + +#: frappe/public/js/frappe/utils/pretty_date.js:29 +msgid "{0} h" +msgstr "{0}小时" + +#: frappe/core/doctype/user_permission/user_permission.py:77 +msgid "{0} has already assigned default value for {1}." +msgstr "{0}已为{1}分配了默认值。" + +#: frappe/email/doctype/newsletter/newsletter.py:383 +msgid "{0} has been successfully added to the Email Group." +msgstr "{0} 已经被成功的加入到邮件组之中。" + +#: frappe/email/queue.py:123 +msgid "{0} has left the conversation in {1} {2}" +msgstr "{0}已经离开对话{1} {2}" + +#: frappe/__init__.py:2410 +msgid "{0} has no versions tracked." +msgstr "{0}没有跟踪版本。" + +#: frappe/public/js/frappe/utils/pretty_date.js:54 +msgid "{0} hours ago" +msgstr "{0} 小时前" + +#: frappe/website/doctype/web_form/templates/web_form.html:145 +msgid "{0} if you are not redirected within {1} seconds" +msgstr "" + +#: frappe/website/doctype/website_settings/website_settings.py:102 +#: frappe/website/doctype/website_settings/website_settings.py:122 +msgid "{0} in row {1} cannot have both URL and child items" +msgstr "行{1}中的{0}不能同时有URL和子项" + +#: frappe/core/doctype/doctype/doctype.py:910 +msgid "{0} is a mandatory field" +msgstr "{0}是必填字段" + +#: frappe/core/doctype/file/file.py:507 +msgid "{0} is a not a valid zip file" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1580 +msgid "{0} is an invalid Data field." +msgstr "{0}是无效的数据字段。" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:152 +msgid "{0} is an invalid email address in 'Recipients'" +msgstr "{0}是“收件人”中的无效电子邮件地址" + +#: frappe/public/js/frappe/views/reports/report_view.js:1392 +msgid "{0} is between {1} and {2}" +msgstr "" + +#: frappe/public/js/frappe/form/sidebar/form_sidebar_users.js:41 +#: frappe/public/js/frappe/form/sidebar/form_sidebar_users.js:69 +msgid "{0} is currently {1}" +msgstr "{0}当前为{1}" + +#: frappe/public/js/frappe/views/reports/report_view.js:1361 +msgid "{0} is equal to {1}" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1381 +msgid "{0} is greater than or equal to {1}" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1371 +msgid "{0} is greater than {1}" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1386 +msgid "{0} is less than or equal to {1}" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1376 +msgid "{0} is less than {1}" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1411 +msgid "{0} is like {1}" +msgstr "" + +#: frappe/email/doctype/email_account/email_account.py:175 +msgid "{0} is mandatory" +msgstr "{0}是必填项" + +#: frappe/core/doctype/document_naming_rule/document_naming_rule.py:50 +msgid "{0} is not a field of doctype {1}" +msgstr "" + +#: frappe/www/printview.py:344 +msgid "{0} is not a raw printing format." +msgstr "{0}不是原始打印格式。" + +#: frappe/public/js/frappe/views/calendar/calendar.js:82 +msgid "{0} is not a valid Calendar. Redirecting to default Calendar." +msgstr "" + +#: frappe/core/doctype/scheduled_job_type/scheduled_job_type.py:65 +msgid "{0} is not a valid Cron expression." +msgstr "" + +#: frappe/public/js/frappe/form/controls/dynamic_link.js:27 +msgid "{0} is not a valid DocType for Dynamic Link" +msgstr "{0}不是动态链接的有效DocType" + +#: frappe/email/doctype/email_group/email_group.py:131 +#: frappe/utils/__init__.py:188 +msgid "{0} is not a valid Email Address" +msgstr "{0} 不是有效的邮箱地址" + +#: frappe/utils/__init__.py:156 +msgid "{0} is not a valid Name" +msgstr "{0}不是有效的名称" + +#: frappe/utils/__init__.py:136 +msgid "{0} is not a valid Phone Number" +msgstr "{0}不是有效的电话号码" + +#: frappe/model/workflow.py:182 +msgid "{0} is not a valid Workflow State. Please update your Workflow and try again." +msgstr "{0}不是有效的工作流程状态。请更新您的工作流程,然后重试。" + +#: frappe/permissions.py:786 +msgid "{0} is not a valid parent DocType for {1}" +msgstr "" + +#: frappe/permissions.py:806 +msgid "{0} is not a valid parentfield for {1}" +msgstr "" + +#: frappe/email/doctype/auto_email_report/auto_email_report.py:115 +msgid "{0} is not a valid report format. Report format should one of the following {1}" +msgstr "{0}不是有效的报告格式。报告格式应为以下{1}之一" + +#: frappe/core/doctype/file/file.py:487 +msgid "{0} is not a zip file" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1366 +msgid "{0} is not equal to {1}" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1413 +msgid "{0} is not like {1}" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1407 +msgid "{0} is not one of {1}" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1417 +msgid "{0} is not set" +msgstr "" + +#: frappe/printing/doctype/print_format/print_format.py:165 +msgid "{0} is now default print format for {1} doctype" +msgstr "{0}现在是{1}类型的默认打印格式" + +#: frappe/public/js/frappe/views/reports/report_view.js:1400 +msgid "{0} is one of {1}" +msgstr "" + +#: frappe/email/doctype/email_account/email_account.py:276 +#: frappe/model/naming.py:201 +#: frappe/printing/doctype/print_format/print_format.py:92 +#: frappe/utils/csvutils.py:131 +msgid "{0} is required" +msgstr "{0}是必填项" + +#: frappe/public/js/frappe/views/reports/report_view.js:1416 +msgid "{0} is set" +msgstr "" + +#: frappe/public/js/frappe/views/reports/report_view.js:1395 +msgid "{0} is within {1}" +msgstr "" + +#: frappe/public/js/frappe/list/list_view.js:1593 +msgid "{0} items selected" +msgstr "{0}项目已选择" + +#: frappe/core/doctype/user/user.py:1321 +msgid "{0} just impersonated as you. They gave this reason: {1}" +msgstr "" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:152 +#: frappe/public/js/frappe/form/sidebar/form_sidebar.js:96 +msgid "{0} last edited this" +msgstr "" + +#: frappe/core/doctype/activity_log/feed.py:13 +msgid "{0} logged in" +msgstr "{0}已登录" + +#: frappe/core/doctype/activity_log/feed.py:19 +msgid "{0} logged out: {1}" +msgstr "{0} 登出: {1}" + +#: frappe/public/js/frappe/utils/pretty_date.js:27 +msgid "{0} m" +msgstr "{0}米" + +#: frappe/desk/notifications.py:397 +msgid "{0} mentioned you in a comment in {1} {2}" +msgstr "{0}在{1} {2}的评论中提到了您" + +#: frappe/public/js/frappe/utils/pretty_date.js:50 +msgid "{0} minutes ago" +msgstr "{0}分钟前" + +#: frappe/public/js/frappe/utils/pretty_date.js:68 +msgid "{0} months ago" +msgstr "{0}个月前" + +#: frappe/model/document.py:1599 +msgid "{0} must be after {1}" +msgstr "{0}必须在{1}之后" + +#: frappe/model/document.py:1360 +msgid "{0} must be beginning with '{1}'" +msgstr "" + +#: frappe/model/document.py:1362 +msgid "{0} must be equal to '{1}'" +msgstr "" + +#: frappe/model/document.py:1358 +msgid "{0} must be none of {1}" +msgstr "" + +#: frappe/model/document.py:1356 frappe/utils/csvutils.py:136 +msgid "{0} must be one of {1}" +msgstr "{0}必须属于{1}" + +#: frappe/model/base_document.py:786 +msgid "{0} must be set first" +msgstr "{0}必须首先设置" + +#: frappe/model/base_document.py:644 +msgid "{0} must be unique" +msgstr "{0}必须是唯一的" + +#: frappe/model/document.py:1364 +msgid "{0} must be {1} {2}" +msgstr "" + +#: frappe/core/doctype/language/language.py:43 +msgid "{0} must begin and end with a letter and can only contain letters,\n" +"\t\t\t\thyphen or underscore." +msgstr "" + +#: frappe/workflow/doctype/workflow/workflow.py:91 +msgid "{0} not a valid State" +msgstr "{0}不是有效的国家" + +#: frappe/model/rename_doc.py:391 +msgid "{0} not allowed to be renamed" +msgstr "{0}不允许改名" + +#: frappe/desk/doctype/desktop_icon/desktop_icon.py:365 +msgid "{0} not found" +msgstr "{0}未找到" + +#: frappe/core/doctype/report/report.py:414 +#: frappe/public/js/frappe/list/list_view.js:984 +msgid "{0} of {1}" +msgstr "第{0}项 / 共{1}项" + +#: frappe/public/js/frappe/list/list_view.js:986 +msgid "{0} of {1} ({2} rows with children)" +msgstr "{1}的{0}(有子项的{2}行)" + +#: frappe/email/doctype/newsletter/newsletter.js:205 +msgid "{0} of {1} sent" +msgstr "" + +#: frappe/utils/data.py:1520 +msgid "{0} or {1}" +msgstr "{0}或{1}" + +#: frappe/core/doctype/user_permission/user_permission_list.js:177 +msgid "{0} record deleted" +msgstr "{0}记录已删除" + +#: frappe/public/js/frappe/logtypes.js:22 +msgid "{0} records are not automatically deleted." +msgstr "" + +#: frappe/public/js/frappe/logtypes.js:29 +msgid "{0} records are retained for {1} days." +msgstr "" + +#: frappe/core/doctype/user_permission/user_permission_list.js:179 +msgid "{0} records deleted" +msgstr "已删除{0}条记录" + +#: frappe/public/js/frappe/data_import/data_exporter.js:229 +msgid "{0} records will be exported" +msgstr "{0}条记录将被导出" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:421 +msgctxt "Form timeline" +msgid "{0} removed attachment {1}" +msgstr "" + +#: frappe/desk/doctype/todo/todo.py:57 +msgid "{0} removed their assignment." +msgstr "" + +#: frappe/social/doctype/energy_point_log/energy_point_log.py:139 +#: frappe/social/doctype/energy_point_log/energy_point_log.py:178 +msgid "{0} reverted your point on {1}" +msgstr "{0}在{1}上恢复了你的观点" + +#: frappe/social/doctype/energy_point_log/energy_point_log.py:141 +#: frappe/social/doctype/energy_point_log/energy_point_log.py:180 +msgid "{0} reverted your points on {1}" +msgstr "{0}在{1}上恢复了积分" + +#: frappe/public/js/frappe/utils/energy_point_utils.js:44 +#: frappe/public/js/frappe/utils/energy_point_utils.js:59 +msgid "{0} reverted {1}" +msgstr "{0}还原{1}" + +#: frappe/public/js/frappe/roles_editor.js:61 +msgid "{0} role does not have permission on any doctype" +msgstr "" + +#: frappe/desk/query_report.py:589 +msgid "{0} saved successfully" +msgstr "{0}已成功保存" + +#: frappe/desk/doctype/todo/todo.py:43 +msgid "{0} self assigned this task: {1}" +msgstr "{0}自行分配此任务:{1}" + +#: frappe/share.py:233 +msgid "{0} shared a document {1} {2} with you" +msgstr "{0}与您共享了一个文档{1} {2}" + +#: frappe/core/doctype/docshare/docshare.py:76 +msgid "{0} shared this document with everyone" +msgstr "{0}与每个人共享了该文件" + +#: frappe/core/doctype/docshare/docshare.py:79 +msgid "{0} shared this document with {1}" +msgstr "{0}向{1}共享了这个文件" + +#: frappe/core/doctype/doctype/doctype.py:317 +msgid "{0} should be indexed because it's referred in dashboard connections" +msgstr "" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:139 +msgid "{0} should not be same as {1}" +msgstr "{0}不应与{1}相同" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:51 +msgid "{0} submitted this document" +msgstr "" + +#: frappe/public/js/frappe/form/footer/version_timeline_content_builder.js:42 +msgctxt "Form timeline" +msgid "{0} submitted this document {1}" +msgstr "" + +#: frappe/email/doctype/email_group/email_group.py:62 +#: frappe/email/doctype/email_group/email_group.py:133 +msgid "{0} subscribers added" +msgstr "{0}新增用户" + +#: frappe/email/queue.py:68 +msgid "{0} to stop receiving emails of this type" +msgstr "{0}停止接收此类邮件" + +#: frappe/public/js/frappe/form/controls/date_range.js:46 +#: frappe/public/js/frappe/form/controls/date_range.js:62 +#: frappe/public/js/frappe/form/formatters.js:234 +msgid "{0} to {1}" +msgstr "{0}到{1}" + +#: frappe/core/doctype/docshare/docshare.py:88 +msgid "{0} un-shared this document with {1}" +msgstr "{0}关闭了此文件对{1}的共享" + +#: frappe/custom/doctype/customize_form/customize_form.py:250 +msgid "{0} updated" +msgstr "{0}已更新" + +#: frappe/public/js/frappe/form/controls/multiselect_list.js:178 +msgid "{0} values selected" +msgstr "已选择{0}个值" + +#: frappe/public/js/frappe/form/footer/form_timeline.js:185 +msgid "{0} viewed this" +msgstr "" + +#: frappe/public/js/frappe/utils/pretty_date.js:35 +msgid "{0} w" +msgstr "" + +#: frappe/public/js/frappe/utils/pretty_date.js:64 +msgid "{0} weeks ago" +msgstr "{0}周前" + +#: frappe/public/js/frappe/utils/pretty_date.js:39 +msgid "{0} y" +msgstr "" + +#: frappe/public/js/frappe/utils/pretty_date.js:72 +msgid "{0} years ago" +msgstr "{0}年前" + +#: frappe/public/js/frappe/form/link_selector.js:219 +msgid "{0} {1} added" +msgstr "已添加{0} {1}" + +#: frappe/public/js/frappe/utils/dashboard_utils.js:270 +msgid "{0} {1} added to Dashboard {2}" +msgstr "{0} {1}已添加到仪表板{2}" + +#: frappe/model/base_document.py:577 frappe/model/rename_doc.py:110 +msgid "{0} {1} already exists" +msgstr "{0} {1}已经存在" + +#: frappe/model/base_document.py:891 +msgid "{0} {1} cannot be \"{2}\". It should be one of \"{3}\"" +msgstr "{0} {1}不能为“{2}”。它应该是一个“{3}”" + +#: frappe/utils/nestedset.py:344 +msgid "{0} {1} cannot be a leaf node as it has children" +msgstr "{0} {1}不能是一个叶节点,因为它有下级" + +#: frappe/model/rename_doc.py:373 +msgid "{0} {1} does not exist, select a new target to merge" +msgstr "{0} {1}不存在,选择一个新的目标合并" + +#: frappe/public/js/frappe/form/form.js:928 +msgid "{0} {1} is linked with the following submitted documents: {2}" +msgstr "{0} {1}与以下提交的文档链接:{2}" + +#: frappe/model/document.py:173 frappe/permissions.py:553 +msgid "{0} {1} not found" +msgstr "{0} {1}未找到" + +#: frappe/model/delete_doc.py:253 +msgid "{0} {1}: Submitted Record cannot be deleted. You must {2} Cancel {3} it first." +msgstr "{0} {1}:无法删除已提交的记录。您必须先{2}取消{3}。" + +#: frappe/model/base_document.py:1009 +msgid "{0}, Row {1}" +msgstr "{0},列{1}" + +#: frappe/utils/print_format.py:151 frappe/utils/print_format.py:195 +msgid "{0}/{1} complete | Please leave this tab open until completion." +msgstr "" + +#: frappe/model/base_document.py:1014 +msgid "{0}: '{1}' ({3}) will get truncated, as max characters allowed is {2}" +msgstr "{0}:“{1}”({3})将被截断,因最大允许字符数为{2}" + +#: frappe/core/doctype/doctype/doctype.py:1762 +msgid "{0}: Cannot set Amend without Cancel" +msgstr "{0} :没有“取消”的情况下不能设置“修订”" + +#: frappe/core/doctype/doctype/doctype.py:1780 +msgid "{0}: Cannot set Assign Amend if not Submittable" +msgstr "{0} :没有“提交”的情况下不能分配“修订”" + +#: frappe/core/doctype/doctype/doctype.py:1778 +msgid "{0}: Cannot set Assign Submit if not Submittable" +msgstr "{0} :没有“提交”的情况下不能分配“提交”" + +#: frappe/core/doctype/doctype/doctype.py:1757 +msgid "{0}: Cannot set Cancel without Submit" +msgstr "{0} :没有“提交”的情况下不能分配“取消”" + +#: frappe/core/doctype/doctype/doctype.py:1764 +msgid "{0}: Cannot set Import without Create" +msgstr "{0} :没有“创建”的情况下不能分配“导入”" + +#: frappe/core/doctype/doctype/doctype.py:1760 +msgid "{0}: Cannot set Submit, Cancel, Amend without Write" +msgstr "{0} :没有写入的情况下不能设置“提交”,“取消”,“修订”" + +#: frappe/core/doctype/doctype/doctype.py:1784 +msgid "{0}: Cannot set import as {1} is not importable" +msgstr "{0} :{1}无法导入所以不能设置“导入”" + +#: frappe/automation/doctype/auto_repeat/auto_repeat.py:398 +msgid "{0}: Failed to attach new recurring document. To enable attaching document in the auto repeat notification email, enable {1} in Print Settings" +msgstr "{0}:无法附加新的重复文件。要在自动重复通知电子邮件中附加文档,请在“打印设置”中启用{1}" + +#: frappe/core/doctype/doctype/doctype.py:1388 +msgid "{0}: Field '{1}' cannot be set as Unique as it has non-unique values" +msgstr "{0}:字段“{1}”无法设置为“唯一”,因为它具有非唯一值" + +#: frappe/core/doctype/doctype/doctype.py:1296 +msgid "{0}: Field {1} in row {2} cannot be hidden and mandatory without default" +msgstr "{0}:行{2}中的字段{1}无法隐藏,并且在没有默认情况下是必需的" + +#: frappe/core/doctype/doctype/doctype.py:1255 +msgid "{0}: Field {1} of type {2} cannot be mandatory" +msgstr "{0}:类型{2}的字段{1}不能是必需的" + +#: frappe/core/doctype/doctype/doctype.py:1243 +msgid "{0}: Fieldname {1} appears multiple times in rows {2}" +msgstr "{0}:字段名{1}在行{2}中多次出现" + +#: frappe/core/doctype/doctype/doctype.py:1375 +msgid "{0}: Fieldtype {1} for {2} cannot be unique" +msgstr "{0}:{2}的字段类型{1}不能是唯一的" + +#: frappe/core/doctype/doctype/doctype.py:1717 +msgid "{0}: No basic permissions set" +msgstr "{0} :基本权限未设置" + +#: frappe/core/doctype/doctype/doctype.py:1731 +msgid "{0}: Only one rule allowed with the same Role, Level and {1}" +msgstr "{0}:具有相同的角色,级别和允许只有一个规则{1}" + +#: frappe/core/doctype/doctype/doctype.py:1277 +msgid "{0}: Options must be a valid DocType for field {1} in row {2}" +msgstr "{0}:选项必须是行{2}中字段{1}的有效DocType" + +#: frappe/core/doctype/doctype/doctype.py:1266 +msgid "{0}: Options required for Link or Table type field {1} in row {2}" +msgstr "{0}:行{2}中的链接或表类型字段{1}所需的选项" + +#: frappe/core/doctype/doctype/doctype.py:1284 +msgid "{0}: Options {1} must be the same as doctype name {2} for the field {3}" +msgstr "{0}:选项{1}必须与字段{3}的文档类型名称{2}相同" + +#: frappe/public/js/frappe/form/workflow.js:45 +msgid "{0}: Other permission rules may also apply" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1746 +msgid "{0}: Permission at level 0 must be set before higher levels are set" +msgstr "{0} :更高级别的权限设置前请先设置0级权限" + +#: frappe/public/js/frappe/form/controls/data.js:50 +msgid "{0}: You can increase the limit for the field if required via {1}" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1230 +msgid "{0}: fieldname cannot be set to reserved keyword {1}" +msgstr "" + +#: frappe/contacts/doctype/address/address.js:35 +#: frappe/contacts/doctype/contact/contact.js:88 +msgid "{0}: {1}" +msgstr "" + +#: frappe/workflow/doctype/workflow_action/workflow_action.py:168 +msgid "{0}: {1} is set to state {2}" +msgstr "{0}:{1}设置为状态{2}" + +#: frappe/public/js/frappe/views/reports/query_report.js:1210 +msgid "{0}: {1} vs {2}" +msgstr "{0}:{1}与{2}" + +#: frappe/core/doctype/doctype/doctype.py:1396 +msgid "{0}:Fieldtype {1} for {2} cannot be indexed" +msgstr "{0}:无法为{2}的字段类型{1}编制索引" + +#: frappe/public/js/frappe/utils/datatable.js:12 +msgid "{count} cell copied" +msgstr "" + +#: frappe/public/js/frappe/utils/datatable.js:13 +msgid "{count} cells copied" +msgstr "" + +#: frappe/public/js/frappe/utils/datatable.js:16 +msgid "{count} row selected" +msgstr "" + +#: frappe/public/js/frappe/utils/datatable.js:17 +msgid "{count} rows selected" +msgstr "" + +#: frappe/core/doctype/doctype/doctype.py:1450 +msgid "{{{0}}} is not a valid fieldname pattern. It should be {{field_name}}." +msgstr "{{{0}}}是不是一个有效的字段名模式。它应该是{{FIELD_NAME}}。" + +#. Count format of shortcut in the Website Workspace +#: frappe/website/workspace/website/website.json +msgid "{} Active" +msgstr "" + +#: frappe/public/js/frappe/form/form.js:511 +msgid "{} Complete" +msgstr "{}完成" + +#: frappe/utils/data.py:2164 +msgid "{} Invalid python code on line {}" +msgstr "" + +#: frappe/utils/data.py:2173 +msgid "{} Possibly invalid python code.
    {}" +msgstr "" + +#. Count format of shortcut in the Website Workspace +#: frappe/website/workspace/website/website.json +msgid "{} Published" +msgstr "" + +#: frappe/core/doctype/log_settings/log_settings.py:55 +msgid "{} does not support automated log clearing." +msgstr "" + +#: frappe/core/doctype/audit_trail/audit_trail.py:32 +#: frappe/core/doctype/audit_trail/audit_trail.py:36 +msgid "{} field cannot be empty." +msgstr "" + +#: frappe/email/doctype/email_account/email_account.py:199 +#: frappe/email/doctype/email_account/email_account.py:207 +msgid "{} has been disabled. It can only be enabled if {} is checked." +msgstr "" + +#: frappe/utils/data.py:103 +msgid "{} is not a valid date string." +msgstr "{}不是有效的日期字符串。" + +#: frappe/commands/utils.py:528 +msgid "{} not found in PATH! This is required to access the console." +msgstr "" + +#: frappe/database/db_manager.py:95 +msgid "{} not found in PATH! This is required to restore the database." +msgstr "" + +#: frappe/utils/backups.py:458 +msgid "{} not found in PATH! This is required to take a backup." +msgstr "" + +#: frappe/public/js/frappe/file_uploader/FileBrowser.vue:5 +#: frappe/public/js/frappe/file_uploader/WebLink.vue:4 +msgid "← Back to upload files" +msgstr "" diff --git a/frappe/model/document.py b/frappe/model/document.py index ff7b82fe0f92..25d45f257e41 100644 --- a/frappe/model/document.py +++ b/frappe/model/document.py @@ -235,8 +235,12 @@ def has_permission(self, permtype="read", *, debug=False, user=None) -> bool: def raise_no_permission_to(self, perm_type): """Raise `frappe.PermissionError`.""" - frappe.flags.error_message = ( - _("Insufficient Permission for {0}").format(self.doctype) + f" ({frappe.bold(_(perm_type))})" + frappe.flags.error_message = _( + "You need the '{0}' permission on {1} {2} to perform this action." + ).format( + _(perm_type), + frappe.bold(_(self.doctype)), + self.name or "", ) raise frappe.PermissionError @@ -309,6 +313,7 @@ def insert( self.flags.in_insert = True if self.get("amended_from"): + self.validate_amended_from() self.copy_attachments_from_amended_from() relink_mismatched_files(self) @@ -395,6 +400,13 @@ def _save(self, ignore_permissions=None, ignore_version=None) -> "Document": return self + def validate_amended_from(self): + if frappe.db.get_value(self.doctype, self.get("amended_from"), "docstatus") != 2: + message = _( + "{0} cannot be amended because it is not cancelled. Please cancel the document before creating an amendment." + ).format(frappe.utils.get_link_to_form(self.doctype, self.get("amended_from"))) + frappe.throw(message, title=_("Amendment Not Allowed")) + def copy_attachments_from_amended_from(self): """Copy attachments from `amended_from`""" from frappe.desk.form.load import get_attachments diff --git a/frappe/model/naming.py b/frappe/model/naming.py index cbc7b7298999..b59748f2af8a 100644 --- a/frappe/model/naming.py +++ b/frappe/model/naming.py @@ -264,8 +264,7 @@ def make_autoname(key="", doctype="", doc="", *, ignore_validate=False): DE/09/01/00001 where 09 is the year, 01 is the month and 00001 is the series """ if key == "hash": - # Makeshift "ULID": first 4 chars are based on timestamp, other 6 are random - return _get_timestamp_prefix() + _generate_random_string(6) + return _generate_random_string(10) series = NamingSeries(key) return series.generate_next_name(doc, ignore_validate=ignore_validate) diff --git a/frappe/model/rename_doc.py b/frappe/model/rename_doc.py index 098d3446295d..3c34c1e02793 100644 --- a/frappe/model/rename_doc.py +++ b/frappe/model/rename_doc.py @@ -63,7 +63,7 @@ def update_document_title( title_updated = updated_title and (title_field != "name") and (updated_title != doc.get(title_field)) name_updated = updated_name and (updated_name != doc.name) - queue = kwargs.get("queue") or "default" + queue = kwargs.get("queue") or "long" if name_updated: if action_enqueued: @@ -86,7 +86,7 @@ def update_document_title( save_point=True, ) - doc.queue_action("rename", name=transformed_name, merge=merge, queue=queue) + doc.queue_action("rename", name=transformed_name, merge=merge, queue=queue, timeout=36000) else: doc.rename(updated_name, merge=merge) @@ -377,10 +377,15 @@ def validate_rename( kwargs = {"doctype": doctype, "ptype": "write", "raise_exception": False} if old_doc: - kwargs |= {"doc": old_doc} + kwargs["doc"] = old_doc if not (ignore_permissions or frappe.permissions.has_permission(**kwargs)): - frappe.throw(_("You need write permission to rename")) + frappe.throw(_("You need write permission on {0} {1} to rename").format(doctype, old)) + + if merge: + kwargs["doc"] = frappe.get_doc(doctype, new) + if not (ignore_permissions or frappe.permissions.has_permission(**kwargs)): + frappe.throw(_("You need write permission on {0} {1} to merge").format(doctype, new)) if not (force or ignore_permissions) and not meta.allow_rename: frappe.throw(_("{0} not allowed to be renamed").format(_(doctype))) @@ -425,6 +430,7 @@ def update_link_field_values(link_fields: list[dict], old: str, new: str, doctyp # update single docs using ORM rather then query # as single docs also sometimes sets defaults! single_doc.flags.ignore_mandatory = True + single_doc.flags.ignore_links = True single_doc.save(ignore_permissions=True) except ImportError: # fails in patches where the doctype has been renamed diff --git a/frappe/model/workflow.py b/frappe/model/workflow.py index 460b7cced0be..4beb8d1b6c17 100644 --- a/frappe/model/workflow.py +++ b/frappe/model/workflow.py @@ -130,6 +130,13 @@ def apply_workflow(doc, action): if doc.docstatus.is_draft() and new_docstatus == DocStatus.draft(): doc.save() elif doc.docstatus.is_draft() and new_docstatus == DocStatus.submitted(): + from frappe.core.doctype.submission_queue.submission_queue import queue_submission + from frappe.utils.scheduler import is_scheduler_inactive + + if doc.meta.queue_in_background and not is_scheduler_inactive(): + queue_submission(doc, "Submit") + return + doc.submit() elif doc.docstatus.is_submitted() and new_docstatus == DocStatus.submitted(): doc.save() diff --git a/frappe/monitor.py b/frappe/monitor.py index e6c4119b28bf..522b743c4c3e 100644 --- a/frappe/monitor.py +++ b/frappe/monitor.py @@ -85,7 +85,7 @@ def collect_job_meta(self, method, kwargs): if job := rq.get_current_job(): self.data.uuid = job.id - waitdiff = self.data.timestamp - job.enqueued_at + waitdiff = self.data.timestamp - job.enqueued_at.replace(tzinfo=pytz.UTC) self.data.job.wait = int(waitdiff.total_seconds() * 1000000) def add_custom_data(self, **kwargs): diff --git a/frappe/permissions.py b/frappe/permissions.py index cd98797e3203..cab213d912c3 100644 --- a/frappe/permissions.py +++ b/frappe/permissions.py @@ -591,11 +591,11 @@ def can_import(doctype, raise_exception=False): return True -def can_export(doctype, raise_exception=False): +def can_export(doctype, raise_exception=False, is_owner=False): if "System Manager" in frappe.get_roles(): return True else: - role_permissions = frappe.permissions.get_role_permissions(doctype) + role_permissions = frappe.permissions.get_role_permissions(doctype, is_owner=is_owner) has_access = role_permissions.get("export") or role_permissions.get("if_owner").get("export") if not has_access and raise_exception: raise frappe.PermissionError(_("You are not allowed to export {} doctype").format(doctype)) diff --git a/frappe/public/js/billing.bundle.js b/frappe/public/js/billing.bundle.js new file mode 100644 index 000000000000..4af2cc661b39 --- /dev/null +++ b/frappe/public/js/billing.bundle.js @@ -0,0 +1,103 @@ +$(document).ready(function () { + if ( + frappe.boot.fc_communication_secret && + frappe.boot.setup_complete === 1 && + !frappe.is_mobile() && + frappe.user.has_role("System Manager") + ) { + frappe.call({ + method: "frappe.integrations.frappe_providers.frappecloud_billing.current_site_info", + callback: (r) => { + const response = r.message; + if (response.trial_end_date) { + $(".layout-main-section").before( + generateTrialSubscriptionBanner(response.trial_end_date) + ); + } + }, + }); + } +}); + +function generateTrialSubscriptionBanner(trialEndDate) { + const trial_end_date = new Date(trialEndDate); + const today = new Date(); + const diffTime = trial_end_date - today; + const trial_end_days = Math.ceil(diffTime / (1000 * 60 * 60 * 24)); + const trial_end_string = + trial_end_days > 1 ? `${trial_end_days} days` : `${trial_end_days} day`; + + return $(` + +
    +
    + + + + + + + + + + +
    + + Your trial ends in ${trial_end_string}. + + + Please upgrade for uninterrupted services + +
    +
    + +
    +`); +} \ No newline at end of file diff --git a/frappe/public/js/frappe/form/controls/attach.js b/frappe/public/js/frappe/form/controls/attach.js index 5cc4f01946e9..0f700387934f 100644 --- a/frappe/public/js/frappe/form/controls/attach.js +++ b/frappe/public/js/frappe/form/controls/attach.js @@ -94,7 +94,6 @@ frappe.ui.form.ControlAttach = class ControlAttach extends frappe.ui.form.Contro this.last_value = this.value; this.value = value; if (this.value) { - this.$input.toggle(false); // value can also be using this format: FILENAME,DATA_URL // Important: We have to be careful because normal filenames may also contain "," let file_url_parts = this.value.match(/^([^:]+),(.+):(.+)$/); @@ -103,11 +102,22 @@ frappe.ui.form.ControlAttach = class ControlAttach extends frappe.ui.form.Contro filename = file_url_parts[1]; dataurl = file_url_parts[2] + ":" + file_url_parts[3]; } - this.$value - .toggle(true) - .find(".attached-file-link") - .html(filename || this.value) - .attr("href", dataurl || this.value); + if (this.$input && this.$value) { + this.$input.toggle(false); + this.$value + .toggle(true) + .find(".attached-file-link") + .html(filename || this.value) + .attr("href", dataurl || this.value); + } else { + this.$wrapper.html(` + + `); + } } else { this.$input.toggle(true); this.$value.toggle(false); diff --git a/frappe/public/js/frappe/form/controls/multiselect_list.js b/frappe/public/js/frappe/form/controls/multiselect_list.js index 20514123ef42..98a4189ee6e1 100644 --- a/frappe/public/js/frappe/form/controls/multiselect_list.js +++ b/frappe/public/js/frappe/form/controls/multiselect_list.js @@ -14,6 +14,11 @@ frappe.ui.form.ControlMultiSelectList = class ControlMultiSelectList extends (
    +
  • + +
  • `; @@ -27,6 +32,9 @@ frappe.ui.form.ControlMultiSelectList = class ControlMultiSelectList extends ( this.$list_wrapper.on("click", ".dropdown-menu", (e) => { e.stopPropagation(); }); + this.$list_wrapper.on("click", ".clear-selections", (e) => { + this.clear_all_selections(); + }); this.$list_wrapper.on("click", ".selectable-item", (e) => { let $target = $(e.currentTarget); this.toggle_select_item($target); @@ -109,6 +117,14 @@ frappe.ui.form.ControlMultiSelectList = class ControlMultiSelectList extends ( } } + clear_all_selections() { + this.values = []; + this._selected_values = []; + this.update_status(); + this.set_selectable_items(this._options); + this.parse_validate_and_set_in_model(""); + } + toggle_select_item($selectable_item) { $selectable_item.toggleClass("selected"); let value = decodeURIComponent($selectable_item.data().value); diff --git a/frappe/public/js/frappe/form/controls/phone.js b/frappe/public/js/frappe/form/controls/phone.js index 29d347276aa8..6498f075c7c7 100644 --- a/frappe/public/js/frappe/form/controls/phone.js +++ b/frappe/public/js/frappe/form/controls/phone.js @@ -152,6 +152,9 @@ frappe.ui.form.ControlPhone = class ControlPhone extends frappe.ui.form.ControlD await this.setup_country_codes(); } if (value && value.includes("-") && value.split("-").length == 2) { + if (!this.selected_icon.find("svg").hasClass("hide")) { + this.selected_icon.find("svg").toggleClass("hide"); + } let isd = this.value.split("-")[0]; this.get_country_code_and_change_flag(isd); this.country_code_picker.set_country(isd); diff --git a/frappe/public/js/frappe/form/grid_row.js b/frappe/public/js/frappe/form/grid_row.js index 4ffdbec89e4c..27429dc47e07 100644 --- a/frappe/public/js/frappe/form/grid_row.js +++ b/frappe/public/js/frappe/form/grid_row.js @@ -465,6 +465,8 @@ export default class GridRow { sort_options: false, }, ], + secondary_action_label: __("Select All"), + secondary_action: () => this.select_all_columns(docfields), }); d.set_primary_action(__("Add"), () => { @@ -489,6 +491,17 @@ export default class GridRow { d.show(); } + select_all_columns(docfields) { + docfields.forEach((docfield) => { + if (docfield.checked) { + return; + } + $(`.checkbox.unit-checkbox input[type="checkbox"][data-unit="${docfield.value}"]`) + .prop("checked", true) + .trigger("change"); + }); + } + prepare_columns_for_dialog(selected_fields) { let fields = []; @@ -1123,7 +1136,7 @@ export default class GridRow { if (!field.df.onchange_modified) { var field_on_change_function = field.df.onchange; field.df.onchange = (e) => { - field_on_change_function && field_on_change_function(e); + field_on_change_function && field_on_change_function.bind(field)(e); this.refresh_field(field.df.fieldname); }; diff --git a/frappe/public/js/frappe/form/grid_row_form.js b/frappe/public/js/frappe/form/grid_row_form.js index bfec12c225b3..02ca2cb85cd2 100644 --- a/frappe/public/js/frappe/form/grid_row_form.js +++ b/frappe/public/js/frappe/form/grid_row_form.js @@ -71,9 +71,11 @@ export default class GridRowForm { ${__("Shortcuts")}: ${__("Ctrl + Up")} . ${__("Ctrl + Down")} . ${__("ESC")} - + + + `; diff --git a/frappe/public/js/frappe/form/quick_entry.js b/frappe/public/js/frappe/form/quick_entry.js index 55a69843f86b..503991d81da8 100644 --- a/frappe/public/js/frappe/form/quick_entry.js +++ b/frappe/public/js/frappe/form/quick_entry.js @@ -278,6 +278,7 @@ frappe.ui.form.QuickEntryForm = class QuickEntryForm { this.after_insert(frm); }; } + this.doc.__run_link_triggers = false; frappe.set_route("Form", this.doctype, this.doc.name); } diff --git a/frappe/public/js/frappe/form/script_manager.js b/frappe/public/js/frappe/form/script_manager.js index 1d56a152326c..1295d78a7216 100644 --- a/frappe/public/js/frappe/form/script_manager.js +++ b/frappe/public/js/frappe/form/script_manager.js @@ -207,6 +207,7 @@ frappe.ui.form.ScriptManager = class ScriptManager { "Float", "Int", "Date", + "Datetime", "Select", "Duration", "Time", diff --git a/frappe/public/js/frappe/list/list_settings.js b/frappe/public/js/frappe/list/list_settings.js index 45d10517e31d..389fe3fece03 100644 --- a/frappe/public/js/frappe/list/list_settings.js +++ b/frappe/public/js/frappe/list/list_settings.js @@ -74,12 +74,15 @@ export default class ListSettings { } if (!me.dialog.get_value("total_fields")) { - let field_count = me.fields.length; - - if (field_count < 4) { - field_count = 4; - } else if (field_count > 10) { - field_count = 10; + let field_count = this.settings.total_fields; + + if (!field_count) { + field_count = me.fields.length; + if (field_count < 4) { + field_count = 4; + } else if (field_count > 10) { + field_count = 10; + } } me.dialog.set_value("total_fields", field_count); diff --git a/frappe/public/js/frappe/list/list_view.js b/frappe/public/js/frappe/list/list_view.js index 12dc0483a685..12f1935a1b3a 100644 --- a/frappe/public/js/frappe/list/list_view.js +++ b/frappe/public/js/frappe/list/list_view.js @@ -211,7 +211,7 @@ frappe.views.ListView = class ListView extends frappe.views.BaseList { ) { frappe.model.with_doctype(df.options, () => { const meta = frappe.get_meta(df.options); - if (meta.show_title_field_in_link) { + if (meta.show_title_field_in_link && meta.title_field) { this.link_field_title_fields[ typeof f === "string" ? f : f.fieldname ] = meta.title_field; diff --git a/frappe/public/js/frappe/model/meta.js b/frappe/public/js/frappe/model/meta.js index a94475b4d227..46e616e715fc 100644 --- a/frappe/public/js/frappe/model/meta.js +++ b/frappe/public/js/frappe/model/meta.js @@ -288,7 +288,7 @@ $.extend(frappe.meta, { }, get_field_currency: function (df, doc) { - var currency = frappe.boot.sysdefaults.currency; + var currency = frappe.boot.sysdefaults.currency || "USD"; if (!doc && cur_frm) doc = cur_frm.doc; if (df && df.options) { diff --git a/frappe/public/js/frappe/phone_picker/phone_picker.js b/frappe/public/js/frappe/phone_picker/phone_picker.js index aec6fb295edd..a67cbab01e39 100644 --- a/frappe/public/js/frappe/phone_picker/phone_picker.js +++ b/frappe/public/js/frappe/phone_picker/phone_picker.js @@ -63,24 +63,29 @@ class PhonePicker { }); this.search_input.keyup((e) => { e.preventDefault(); - this.filter_icons(); + this.filter_icons(country, info.isd); }); this.search_input.on("search", () => { - this.filter_icons(); + this.filter_icons(country, info.isd); }); }); } - filter_icons() { + filter_icons(country, isd) { let value = this.search_input.val(); if (!value) { this.phone_wrapper.find(".phone-wrapper").removeClass("hidden"); } else { - this.phone_wrapper.find(".phone-wrapper").addClass("hidden"); - this.phone_wrapper - .find(`.phone-wrapper[id*='${value.toLowerCase()}']`) - .removeClass("hidden"); + if (!isd.includes(value) && !country.toLowerCase().includes(value.toLowerCase())) { + this.phone_wrapper + .find(`.phone-wrapper[id='${country.toLowerCase()}']`) + .addClass("hidden"); + } else { + this.phone_wrapper + .find(`.phone-wrapper[id='${country.toLowerCase()}']`) + .removeClass("hidden"); + } } } diff --git a/frappe/public/js/frappe/ui/filters/filter.js b/frappe/public/js/frappe/ui/filters/filter.js index 97f8da96bec4..8d2f3ed33f04 100644 --- a/frappe/public/js/frappe/ui/filters/filter.js +++ b/frappe/public/js/frappe/ui/filters/filter.js @@ -20,10 +20,10 @@ frappe.ui.Filter = class { ["in", __("In")], ["not in", __("Not In")], ["is", __("Is")], - [">", ">"], - ["<", "<"], - [">=", ">="], - ["<=", "<="], + [">", __("Greater Than")], + ["<", __("Less Than")], + [">=", __("Greater Than Or Equal To")], + ["<=", __("Less Than Or Equal To")], ["Between", __("Between")], ["Timespan", __("Timespan")], ]; @@ -54,6 +54,21 @@ frappe.ui.Filter = class { Rating: ["like", "not like", "Between", "in", "not in", "Timespan"], Float: ["like", "not like", "Between", "in", "not in", "Timespan"], }; + + this.special_condition_labels = { + Date: { + "<": __("Before"), + ">": __("After"), + "<=": __("On or Before"), + ">=": __("On or After"), + }, + Datetime: { + "<": __("Before"), + ">": __("After"), + "<=": __("On or Before"), + ">=": __("On or After"), + }, + }; } set_conditions_from_config() { @@ -272,6 +287,7 @@ frappe.ui.Filter = class { make_field(df, old_fieldtype) { let old_text = this.field ? this.field.get_value() : null; this.hide_invalid_conditions(df.fieldtype, df.original_type); + this.set_special_condition_labels(df.original_type); this.toggle_nested_set_conditions(df); let field_area = this.filter_edit_area.find(".filter-field").empty().get(0); df.input_class = "input-xs"; @@ -396,6 +412,22 @@ frappe.ui.Filter = class { } } + set_special_condition_labels(original_type) { + let special_conditions = this.special_condition_labels[original_type] || {}; + for (let condition of this.conditions) { + let special_label = special_conditions[condition[0]]; + if (special_label) { + this.filter_edit_area + .find(`.condition option[value="${condition[0]}"]`) + .text(special_label); + } else { + this.filter_edit_area + .find(`.condition option[value="${condition[0]}"]`) + .text(__(condition[1])); + } + } + } + toggle_nested_set_conditions(df) { let show_condition = df.fieldtype === "Link" && frappe.boot.nested_set_doctypes.includes(df.options); diff --git a/frappe/public/js/frappe/ui/toolbar/awesome_bar.js b/frappe/public/js/frappe/ui/toolbar/awesome_bar.js index 228aaff5c847..7ef9e1938338 100644 --- a/frappe/public/js/frappe/ui/toolbar/awesome_bar.js +++ b/frappe/public/js/frappe/ui/toolbar/awesome_bar.js @@ -29,16 +29,27 @@ frappe.search.AwesomeBar = class AwesomeBar { }; }, item: function (item, term) { - var d = this.get_item(item.value); - var name = __(d.label || d.value); - var html = "" + name + ""; + const d = this.get_item(item.value); + let target = "#"; + if (d.route) { + target = frappe.router.make_url( + frappe.router.convert_from_standard_route( + frappe.router.get_route_from_arguments( + typeof d.route === "string" ? [d.route] : d.route + ) + ) + ); + } + let html = `${__(d.label || d.value)}`; + if (d.description && d.value !== d.description) { html += '
    ' + __(d.description) + ""; } + return $("
  • ") .data("item.autocomplete", d) - .html(`${html}`) + .html(`${html}`) .get(0); }, sort: function (a, b) { diff --git a/frappe/public/js/frappe/ui/toolbar/navbar.html b/frappe/public/js/frappe/ui/toolbar/navbar.html index ea94b37417dc..f717690affe9 100644 --- a/frappe/public/js/frappe/ui/toolbar/navbar.html +++ b/frappe/public/js/frappe/ui/toolbar/navbar.html @@ -118,7 +118,8 @@ diff --git a/frappe/www/printview.py b/frappe/www/printview.py index 110739e313d0..e39d542478fc 100644 --- a/frappe/www/printview.py +++ b/frappe/www/printview.py @@ -74,6 +74,9 @@ def get_context(context): "doctype": frappe.form_dict.doctype, "name": frappe.form_dict.name, "key": frappe.form_dict.get("key"), + "print_format": getattr(print_format, "name", None), + "letterhead": letterhead, + "no_letterhead": frappe.form_dict.no_letterhead, } diff --git a/node_utils.js b/node_utils.js index e237b1431832..0fc5a37189e4 100644 --- a/node_utils.js +++ b/node_utils.js @@ -50,13 +50,27 @@ function get_conf() { if (process.env.FRAPPE_SOCKETIO_PORT) { conf.socketio_port = process.env.FRAPPE_SOCKETIO_PORT; } + if (process.env.FRAPPE_SOCKETIO_UDS) { + conf.socketio_uds = process.env.FRAPPE_SOCKETIO_UDS; + } return conf; } function get_redis_subscriber(kind = "redis_queue", options = {}) { const conf = get_conf(); - const host = conf[kind]; - return redis.createClient({ url: host, ...options }); + const connStr = conf[kind]; + let client; + // TODO: revise after https://github.com/redis/node-redis/issues/2530 + // is solved for a more elegant implementation + if (connStr && connStr.startsWith("unix://")) { + client = redis.createClient({ + socket: { path: connStr.replace("unix://", "") }, + ...options, + }); + } else { + client = redis.createClient({ url: connStr, ...options }); + } + return client; } module.exports = { diff --git a/package.json b/package.json index 2b0a012e84ca..f519fe5c9698 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "build": "node esbuild", "production": "node esbuild --production", "watch": "node esbuild --watch", - "coverage:report": "npx nyc report --reporter=clover" + "coverage:report": "npx nyc report --reporter=clover", + "postinstall": "cd billing && yarn install" }, "repository": { "type": "git", diff --git a/realtime/index.js b/realtime/index.js index 2fc873b86370..338a6a195602 100644 --- a/realtime/index.js +++ b/realtime/index.js @@ -1,9 +1,12 @@ const { Server } = require("socket.io"); +const http = require("node:http"); const { get_conf, get_redis_subscriber } = require("../node_utils"); const conf = get_conf(); -let io = new Server({ +const server = http.createServer(); + +let io = new Server(server, { cors: { // Should be fine since we are ensuring whether hostname and origin are same before adding setting listeners for s socket origin: true, @@ -55,6 +58,8 @@ const subscriber = get_redis_subscriber(); })(); // ======================= +let uds = conf.socketio_uds; let port = conf.socketio_port; -io.listen(port); -console.log("Realtime service listening on: ", port); +server.listen(uds || port, () => { + console.log("Realtime service listening on: ", uds || port); +});